.top-announce {
  position: relative;
  z-index: 11;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: #32cd32;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.top-text {
  display: inline-block;
}

.button-line {
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-line:hover {
  border-color: #9e3838;
  background-color: #fff;
  color: #f7195a;
}

.button-line.marleft-10 {
  font-size: 13px;
}

.button-line.marleft-10:hover {
  border-color: #0c0;
  background-color: #fff;
  color: #32cd32;
}

.body {
  height: 100%;
  font-family: Raleway, sans-serif;
  color: #777;
}

.marleft-10 {
  margin-left: 10px;
}

.top-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 40px;
  background-color: transparent;
}

.top-nav-container {
  position: relative;
  padding-right: 2%;
  padding-left: 2%;
}

.video-section {
  position: relative;
  left: 0px;
  top: -2px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  height: 100%;
}

.video-container {
  position: relative;
  z-index: -1;
  height: 100%;
}

.navlink {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.navlink:hover {
  color: #32cd32;
}

.navlink.w--current {
  color: #32cd32;
}

.martop-15 {
  margin-top: 15px;
}

.home-main-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 100%;
}

.home-main-heading {
  display: block;
  width: 684px;
  height: 200px;
  margin-top: 35%;
  margin-bottom: 0px;
  background-image: url('../images/smoke_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 200px;
  line-height: 180px;
  font-weight: 800;
}

.home-main-subheading {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #ccc;
  font-size: 55px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-main-text-holder {
  margin-top: 30%;
  margin-left: 7%;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #08c;
  border-radius: 6px;
}

.button:hover {
  border: 1px solid #08c;
  background-color: #fff;
  color: #08c;
}

.button.big {
  padding: 13px 60px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.button.big.martop-15 {
  font-weight: 700;
}

.button.white {
  border: 1px solid #08c;
  background-color: #fff;
  color: #08c;
}

.button.white:hover {
  background-color: #08c;
  color: #fff;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.marybg {
  background-image: url('../images/maryjaneBG3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.section.small-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-1028px {
  display: block;
  width: 1028px;
  margin-right: auto;
  margin-left: auto;
}

.acenter {
  text-align: center;
}

.heading-h1 {
  color: #333;
  font-size: 46px;
  line-height: 52px;
  font-weight: 400;
}

.heading-h1.fc-white {
  display: block;
}

.heading-h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.circle-big {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 20px;
  border: 4px solid #fff;
  border-radius: 300px;
}

.circle-big.bigger {
  width: 500px;
  height: 500px;
  border-left-width: 6px;
}

.circle-big.small {
  width: 150px;
  height: 150px;
  margin-bottom: 0px;
  border-left-width: 3px;
}

.fc-white {
  color: #fff;
}

.hideme {
  display: none;
}

.martop-30 {
  margin-top: 30px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 35px;
  border-top: 1px solid #efefef;
  background-color: #fff;
  color: #888;
  font-size: 13px;
  line-height: 18px;
}

.float-left {
  float: left;
}

.fw-400 {
  font-weight: 400;
}

.footer-list {
  padding-left: 10px;
}

.footer-list-links {
  color: #888;
  text-decoration: none;
}

.footer-list-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.martop-10 {
  margin-top: 10px;
}

.fc-gray {
  color: #999;
}

.fc-green {
  color: #32cd32;
}

.social-net {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 50px;
  background-color: #3e6094;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.social-net.twitter {
  background-color: #49bdf3;
}

.social-net.in {
  background-color: #4c90b6;
}

.social-net.google {
  background-color: #d6543b;
}

.padbot-10 {
  padding-bottom: 10px;
}

.aleft {
  text-align: left;
}

.myfields {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .8);
  border-radius: 5px;
  background-color: rgba(39, 36, 36, .7);
  color: #555;
}

.myfields.t-area {
  min-height: 150px;
}

.martop-40 {
  margin-top: 40px;
}

.martop-0 {
  margin-top: 0px;
}

.heading-h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
}

.padbot-20 {
  padding-bottom: 20px;
}

.border-dash-bot-2px {
  border-bottom: 3px dashed #fff;
}

.border-bot-dash-1px {
  border-bottom: 1px dotted #fff;
}

.border-bot-dash-1px.padbot-20 {
  border-bottom: 1px dashed #fff;
}

.fs-18 {
  font-size: 18px;
}

.right-col-home {
  border-left: 3px solid #fff;
  background-color: #f9f9f9;
}

.for-business {
  background-image: url('../images/for-business-BG3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.home-two-cols {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.heading-h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.row-two-cols {
  overflow: hidden;
}

.fontawesome {
  font-family: 'Fontawesome webfont', sans-serif;
}

.border-box {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
}

.fc-lgray {
  color: #ccc;
}

.two-cols {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
}

.fs-16 {
  font-size: 16px;
  line-height: 26px;
}

.bg-gray {
  background-color: #f9f9f9;
}

.tour-container {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.thumb-holder {
  position: relative;
  text-align: center;
}

.tour-link {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.59;
}

.tour-link:hover {
  opacity: 1;
}

.tour-name {
  position: absolute;
  left: 0px;
  bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .4);
}

.tour-infos {
  padding-top: 30px;
  text-align: center;
}

.tour-info-link {
  color: #777;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.tour-info-link:hover {
  color: #32cd32;
}

.fs30 {
  font-size: 30px;
}

.fs40 {
  font-size: 40px;
  line-height: 44px;
}

.tour-info-cols {
  border-right: 2px solid #eee;
}

.marright-10 {
  margin-right: 10px;
}

.myfield {
  border-radius: 5px;
  line-height: 26px;
}

.myfield.text-area {
  min-height: 150px;
}

.padtop-20 {
  padding-top: 20px;
}

.s-block-1 {
  margin-top: 20px;
  text-align: center;
}

.s-button-2 {
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #d37748;
  text-align: center;
}

.s-button-2:hover {
  background-color: #ba683f;
}

.s-button-2-wrap {
  text-align: center;
}

.iframe-business {
  display: block;
  overflow: hidden;
  width: 85%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #fff;
}

.iframe-business.martop-40 {
  position: relative;
}

@media (max-width: 991px) {
  .container-1028px {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .home-main-heading {
    font-size: 80px;
    line-height: 70px;
  }
  .home-main-subheading {
    font-size: 40px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


.hide-me { display:none; }