/***
  THEME COLOURS

  PINK -       #bba995
  DARK BLUE -  #332a24
  LIGHT BLUE - #32BEEF


  Gold - #bba995
  Brown - #332a24


***/



@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lobster);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500);
/*========================================================
						Includes
=========================================================*/

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.otf');
}

@font-face {
    font-family: 'Fabrica';
    src: url('../fonts/Fabrica.otf');
}

#home-video {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.home-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#home-video-text {
  position: relative;
  z-index: 98;
  color: #fff;
}

#home-video-text h1 {
  font-family: 'Lato', sans-serif;
  font-size: 82px;
  line-height: 90px;
  font-weight: 100;
  letter-spacing: 9.84px;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1201px) {
  #home-video-text h1 {
    font-size: 55px;
    line-height: 58px;
    letter-spacing: 5.84px;
    margin-top: 150px;
  }
}

#home-video-text .btn {
  border-color: #fff !important;
}

#home-video-text .btn a {
  font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.44px;
    color: #ffffff;
    padding: 18px 40px;
    border-color: #ffffff !important;
    border-width: 3px;
    border-radius: 0px;
    margin-top: 65px;
}

#home-learn-more {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 93vh;
}

/*========================================================
					  Main Styles
=========================================================*/
body {
  background: #2c2b2e;
  font-family: 'Fabrica', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #565559;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2b2e;
}
h1 {
  font-family: 'Lobster', cursive;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}
h2 {
  font-family: 'Lobster', cursive;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.84px;
}
h2 + * {
  margin-top: 36px;
}
h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
* + h3 {
  margin-top: 43px;
}
h2 + h3 {
  margin-top: 47px;
}
.map + h3 {
  margin-top: 23px;
}
h3 em {
  font-family: 'Lobster', cursive;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
* + p {
  margin-top: 11px;
}
time {
  display: block;
  font-family: 'Fabrica', sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  color: #bba995;
}
* + time {
  margin-top: 24px;
}
time + p {
  margin-top: 26px;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
						Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 45px;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.sf-menu > li > a {
  position: relative;
  color: #ffffff;
}
.sf-menu > li > a:after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -9px;
  left: -19px;
  right: -16px;
  transform: skewX(-11deg);
  z-index: -1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a:after {
    left: -10px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a:after {
    right: -10px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li > a:hover:after {
  background: #bba995;
}
.sf-menu > li.active > a {
  color: #ffffff;
}
.sf-menu > li.active > a:after {
  background: #bba995;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 30px;
  margin-left: -25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background: #39373b;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  color: #FFF;
  background: #39373b;
  padding: 5px 20px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  background: #bba995;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #39373b;
  padding: 5px 40px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #ff5169;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  margin-top: -3px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  padding: 44px 0 50px 0;
  z-index: 99;
}
@media only screen and (max-width: 979px) {
  .stuck_container {
    padding: 10px 0 20px;
  }
}
.isStuck {
  padding: 0 0 4px 0;
  background: #332a24;
  z-index: 999;
  border-bottom: 1px solid #131214;
}
.isStuck .brand_name {
  font-size: 60px;
  line-height: 60px;
}
.isStuck .nav {
  margin-top: 26px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 42px;
  color: #bba995;
  border-radius: 50%;
  background: #332a24;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
.parallax em {
  font-family: 'Lato', sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 100;
  letter-spacing: 6.24px;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .parallax em {
    font-size: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .parallax em {
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .parallax em {
    letter-spacing: 2px;
  }
}
.parallax .btn {
  position: relative;
}
.parallax .btn_overlay {
  display: inline-block;
}
.parallax .btn_overlay .btn {
  margin: 0;
}
* + .parallax .btn_overlay {
  margin-top: 26px;
}
.parallax .btn_overlay:before {
  display: none \ ;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  pointer-events: none;
  opacity: 0;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 0;
}
.lt-ie9 .parallax .btn_overlay:before {
  filter: alpha(opacity=0);
}
.parallax .btn_overlay:hover:before {
  opacity: 0.6;
}
.lt-ie9 .parallax .btn_overlay:hover:before {
  filter: alpha(opacity=60);
}
.parallax .btn:hover {
  color: #2c2b2e;
  background: #ffffff;
}
* + .parallax .btn {
  margin-top: 26px;
}
.parallax01 {
  background-color: #f2ede6;
  background-image: url(../images/parallax01.jpg);
  padding: 173px 20px 118px;
}
@media only screen and (max-width: 767px) {
  .parallax01 {
    padding: 80px 0;
  }
}
.parallax02 {
  background-color: #525e6a;
  background-image: url(../images/parallax02.jpg);
  padding: 107px 20px 123px;
}
@media only screen and (max-width: 767px) {
  .parallax02 {
    padding: 80px 0;
  }
}
.parallax03 {
  background-color: #525e6a;
  background-image: url(../images/parallax03.jpg);
  padding: 107px 20px 123px;
}
@media only screen and (max-width: 767px) {
  .parallax03 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
  }
}
/*==================== Button ====================*/
.btn {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  color: #ffffff;
  padding: 20px 27px;
  background: #bba995;
}
* + .btn {
  margin-top: 46px;
}
.btn:hover {
  background: #2c2b2e;
}
.btn:active {
  background: #1f1f21;
}
.btn__skin2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333438;
  padding: 13px 28px;
  background: none;
  border: 2px solid #332a24;
}
@media only screen and (max-width: 979px) {
  .btn__skin2 {
    padding: 13px 22px;
  }
}
* + .btn__skin2 {
  margin-top: 35px;
}
.btn__skin2:hover {
  background: #332a24;
  color: #ffffff;
}
.btn__skin2:active {
  background: #1f1f21;
  color: #ffffff;
}
/*==================== Decoration ====================*/
.decoration {
  position: relative;
  padding: 84px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .decoration {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .decoration:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .decoration:after {
    display: none;
  }
}
/*==================== Img ====================*/
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img__circle {
  border-radius: 50%;
  overflow: hidden;
}
.img__circle .lazy-img {
  border-radius: 50%;
  overflow: hidden;
}
.img__circle .lazy-img img {
  border-radius: 50%;
  overflow: hidden;
}
/*==================== Lazy Img ====================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #ffffff url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  filter: alpha(opacity=100);
}
/*==================== List ====================*/
* + .list {
  margin-top: 15px;
}
.list li + li {
  margin-top: 10px;
}
.list a:hover {
  color: #bba995;
}
.tag-list {
  margin-left: -3px;
}
.tag-list:before,
.tag-list:after {
  content: " ";
  display: table;
}
.tag-list:after {
  clear: both;
}
* + .tag-list {
  margin-top: 15px;
}
.tag-list li {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #bba995;
  margin-bottom: 3px;
  margin-left: 3px;
}
.tag-list a {
  display: block;
  padding: 5px 12px 9px 11px;
}
.tag-list a:hover {
  color: #2c2b2e;
  background: #ffffff;
}
* + .socials-list {
  margin-top: 33px;
}
.socials-list li + li {
  margin-left: 2px;
}
.socials-list li {
  float: left;
  font-size: 19px;
  color: #2c2b2e;
}
.socials-list li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}
.socials-list li a:hover {
  color: #ffffff;
  background: #bba995;
}
* + .marked-list {
  margin-top: 15px;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list li {
  position: relative;
  padding: 0 0 0 20px;
}
.marked-list li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #bba995;
}
.marked-list a:hover {
  color: #bba995;
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  position: relative;
  background: url(../images/slide01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
header .camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .brand {
  /* float: left; */
}
header .nav {
  margin: 36px 0 0 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  header .nav {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
@media (max-width: 1200px) {
  header .nav {
    float: none;
  }
  .isStuck .nav {
    float: right;
  }
}
/*==================== Brand ====================*/
.brand {
  display: inline-block;
  text-align: left;
}
.brand:before,
.brand:after {
  content: " ";
  display: table;
}
.brand:after {
  clear: both;
}
.brand_name {
  float: left;
  padding: 0 4px 10px 4px;
  overflow: hidden;
  font-family: 'Lobster', cursive;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.brand_name img {
  max-width: 250px;
  height: 115px;
}
@media only screen and (max-width: 979px) {
  .brand_name {
    float: none;
  }
}
.brand_slogan {
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin: 43px 0 0 18px;
}
@media only screen and (max-width: 979px) {
  .brand_slogan {
    float: none;
  }
}
@media only screen and (max-width: 979px) {
  .brand_slogan {
    margin: -10px 0 0 0;
  }
}
/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================== Well ====================*/
.well {
  padding: 0 0 116px 0;
}
.well__02 {
  padding: 0 0 108px 0;
}
.well__03 {
  padding: 0 0 125px 0;
}
.well__04 {
  padding: 0 0 72px 0;
}
.well__05 {
  padding: 0 0 83px 0;
}
@media only screen and (max-width: 767px) {
  .well {
    padding: 40px 0 80px;
  }
}
/*==================== Backgrounds ====================*/
.bg1 {
  background: #bba995;
  color: #ffffff;
}
.bg1 .decoration:before {
  background: #ff6379;
}
.bg1 h1,
.bg1 h2,
.bg1 h3,
.bg1 h4,
.bg1 h5,
.bg1 h6 {
  color: #ffffff;
}
.bg1 .btn {
  color: #2c2b2e;
  background: #ffffff;
}
.bg1 .btn:hover {
  color: #ffffff;
  background: #332a24;
}
.bg1 .btn:active {
  background: #1f1f21;
}
.bg1 + section .decoration:after {
  border-top-color: #bba995;
  border-left-color: #bba995;
}
/*==================== Bxslider ====================*/
.bxslider {
  margin-top: -1px;
}
.bxslider .slide {
  display: block;
  height: 29px;
  overflow: hidden;
  border-top: 1px solid #e9e9ea;
  line-height: 29px;
}
.bxslider .slide em {
  float: right;
  font-size: 17px;
  line-height: inherit;
  font-weight: 500;
  color: #bba995;
}
/*==================== Gallery ====================*/
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery_item {
  display: block;
  float: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .gallery .gallery_item {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .gallery_item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .gallery_item + .gallery_item {
    margin-top: 20px;
  }
}
.gallery .gallery_item .overlayer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lt-ie9 .gallery .gallery_item .overlayer {
  filter: alpha(opacity=0);
}
.lt-ie9 .gallery .gallery_item .overlayer {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000');
  zoom: 1;
}
.gallery .gallery_item .overlayer:before {
  content: "zoom";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -25px;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.8px;
}
.gallery .gallery_item:hover .overlayer {
  opacity: 1;
}
.lt-ie9 .gallery .gallery_item:hover .overlayer {
  filter: alpha(opacity=100);
}
* + .address {
  margin-top: 14px;
}
.address dt {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.address dt + * {
  margin-top: 20px;
}
.address dd span {
  display: inline-block;
  min-width: 58px;
}
.address a {
  text-decoration: underline;
}
.address a:hover {
  color: #333438;
}
.privacy * + h3 {
  margin-top: 32px;
}
.privacy p + h3 {
  margin-top: 39px;
}
.privacy p + p {
  margin-top: 20px;
}
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  color: #333438;
}
/*==================== Custom box ====================*/
.custom-box01 p {
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 1199px) {
  .custom-box01 p {
    padding: 0;
  }
}
.custom-box02 p {
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 1199px) {
  .custom-box02 p {
    padding: 0;
  }
}
.custom-box03 {
  position: relative;
}
* + .custom-box03 {
  margin-top: 44px;
}
.custom-box03 + .btn {
  margin-top: 50px;
}
* + .custom-line01 {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line01 {
    margin-top: 40px;
  }
}
* + .custom-line02 {
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line02 {
    margin-top: 40px;
  }
}
.custom-line02 .img {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .custom-line02 .img {
    margin-top: 0;
  }
}
* + .custom-line03 {
  margin-top: 49px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line03 {
    margin-top: 40px;
  }
}
.custom-line03 .img + * {
  margin-top: 23px;
}
* + .custom-line04 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line04 {
    margin-top: 40px;
  }
}
.custom-line04 .row {
  margin-top: 5px;
}
.custom-line04 .row + .row {
  margin-top: 20px;
}
* + .custom-line05 {
  margin-top: 31px;
}
.custom-line05 + .custom-line05 {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line05 {
    margin-top: 40px;
  }
}
.custom-line05 .img {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .custom-line05 .img {
    margin-top: 0;
  }
}
* + .custom-line05 p {
  margin-top: 7px;
}
* + .custom-line06 {
  margin-top: 52px;
}
.custom-line06 * + h3 {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  * + .custom-line06 {
    margin-top: 40px;
  }
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  padding: 0 0 57px;
  background: #332a24;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 0 30px;
  }
}
footer h2 {
  font-size: 20px;
  color: #ffffff;
}
* + footer address {
  margin-top: 15px;
}
footer address + address {
  margin-top: 0;
}
footer .decoration {
  padding: 116px 0 0 0;
}
@media only screen and (max-width: 767px) {
  footer .decoration {
    padding: 0 0 0;
  }
}
footer .decoration:before {
  background: #414042;
}
footer .decoration:after {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
footer .tag-list {
  padding: 0 100px 0 0;
}
@media only screen and (max-width: 1199px) {
  footer .tag-list {
    padding: 0;
  }
}
.copyright {
  font-size: 10px;
  text-transform: uppercase;
}
* + .copyright {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  * + .copyright {
    margin-top: 60px;
  }
}
.copyright a:hover {
  color: #bba995;
}

.ipWidget-Divider {
  padding-top: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff; 
}

.mce-menu {
  background: rgb(237, 21, 112);
}

.pHeading { font-size: 18px; }