/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.3.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/*@import 'http://myplanetbeachfranchise.com/wp-content/themes/planetbeach/url("//fonts.googleapis.com/css?family=Montserrat")';*/

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Regular.otf");
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Hairline.otf");
    font-weight: 100;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-UltraLight.otf");
    font-weight: 200;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Regular.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-SemiBold.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-ExtraBold.otf");
    font-weight: 800;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat/Montserrat-Black.otf");
    font-weight: 900;
}

@font-face {
    font-family: 'montserratregular';
    src: url('assets/fonts/landing/montserrat-regular-webfont.eot');
    src: url('assets/fonts/landing/montserrat-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/landing/montserrat-regular-webfont.woff') format('woff2'),
         url('assets/fonts/landing/montserrat-regular-webfont.woff') format('woff'),
         url('assets/fonts/landing/montserrat-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/landing/montserrat-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('assets/fonts/landing/montserrat-light-webfont.eot');
    src: url('assets/fonts/landing/montserrat-light-webfont.eot#iefix') format('embedded-opentype'),
         url('assets/fonts/landing/montserrat-light-webfont.woff') format('woff2'),
         url('assets/fonts/landing/montserrat-light-webfont.woff') format('woff'),
         url('assets/fonts/landing/montserrat-light-webfont.ttf') format('truetype'),
         url('assets/fonts/landing/montserrat-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
    font: 10px/1.33 "Montserrat";
    font-size: 10px;
    line-height: 1.4em;
    font-weight: 300;
}
body {
    font-family: "Montserrat";
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4em;
    background-color: #f3f3f3;
}
h1 {
    text-transform: uppercase;
    color: #9c18af;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
}
h2 {
    text-transform: uppercase;
    color: #9c18af;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    margin-bottom: 1.9rem;
    font-family: 'montserratregular';
}
h4 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4em;
    font-weight: normal;
}
ol,
ul
{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}
li {
    padding-bottom: 1.1rem;
    position: relative;
    padding-left: 40px;
}
li:before {
    content: "•";
    color: #9c18af;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: -3px;
}
body.home li:before {
    color: #9e1bb2;
}
hr
{
    border-top: 2px solid #ddd;
}
a
{
    color: #86229b;
    text-decoration: none;
}
a:hover
{
    color: #86229b;
    text-decoration: none;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.no-margin-top
{
    margin-top: 0;
}
.btn
{
    display: inline-block;
    border: none;
    color: #fff;
    background-color: #9c18af;
    padding: 20px 45px;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 0rem;
}
#homeCarousel .btn {
    background-color: #b817d0;
    padding: 10px 30px;
    font-size: 90%;
}

.btn:hover,
.btn:active,
.btn:focus
{
    color: #fff;
    background-color: #b817d0;
}

.page-header
{
    padding-bottom: 0;
    margin-top: 4.1rem;
    margin-bottom: 4.5rem;
    border-bottom: 0;
}
.page-header h1
{
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
}

.blog .page-header-image {
  margin-bottom: 45px;
}

.main-content
{
    margin-bottom: 9rem;
    font-size: 19px;
    font-size: 1.9rem;
}
.page-template-template-get-started-php .intro-content {
    background-color: #fff;
    padding: 3em 0;
}
.page-template-template-get-started-php .main-content {
  margin-bottom: 0;
}
.page-template-template-get-started-php .member-benefits {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,f8f8f8+100 */
  background: rgb(223,223,223); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(223,223,223,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(223,223,223,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(223,223,223,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
}

.page-template-template-get-started-php .member-benefits {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 3em 0;
}

.page-template-template-get-started-php .member-benefits .get-started-video  {
  margin-bottom: 2em;
  margin-top: -5px;
}

.page-template-template-get-started-php .member-benefits h3 {
  color: #86229b;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
}
.page-template-template-get-started-php .member-benefits .padded {
  padding-right: 45px;
}
.page-template-template-get-started-php .numberCircle {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 3px;
    margin-right: 0.5em;
    display: inline-block;
    background: #492352;
    color: #fff;
    text-align: center;
    float: left;

}

.page-template-template-get-started-php .number-item {
  float: left;
  margin-bottom: 0.5em;
}

.page-template-template-get-started-php ol li:before {
  content: "";
  position: static;
}
.page-template-template-about-php .content,
.page-template-template-support-php .content {
  background-color: #fff;
}
.main-content h2
{
    margin-bottom: 1.5rem;
}
.main-content p
{
    line-height: 3.3rem;
}
.main-content > article
{
    margin-bottom: 5.5rem;
}
.about .main-content
{
    margin-top: 2rem;
    margin-bottom: 7rem;
}
.about .main-content .about-video
{
    margin-top: 1.5rem;
}
.blog .main-content
{
    padding-right: 1rem;
}
.blog .main-content p
{
    font-size: 20px;
    letter-spacing: -0.01rem;
}
.time-auth
{
    margin-top: -9px;
    margin-bottom: 10px;
}
.updated
{
    color: #999999;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
}
.author
{
    color: #999999;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
a.more-link
{
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.03rem;
}
h2.entry-title
{
    text-transform: none;
    margin-bottom: 2.3rem;
    letter-spacing: 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.page-thumbnail
{
    width: 28%;
    padding-bottom: 28%;
    position: relative;
    float: left;
    margin-right: 4%;
}
.page-thumbnail-content
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.with-thumbnail
{
    width: 68%;
    float: left;
}
.bg-black
{
    background-color: #000000;
    padding-top: 11px;
}
.bg-black .container {
      position: relative;
}
.font-white
{
    color: #FFFFFF;
}
.bg-white
{
    background-color: #FFFFFF;
}
.dekstop-hide
{
    display: none !important;
}



#wrap-tour {
    background-color: #000;
}
#header a.brand
{
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

p#header-franchise {
    display: inline-block;
    color: #b996c1;
    font-size: 17px;
    font-size: 1.7rem;
    font-style: italic;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.012rem;
    font-weight: normal;
}
#button-etour {
    display: inline-block;
    margin-left: 22px;
    border: none;
    color: #fff;
    background-color: #9c18af;
    padding: 17px 20px;
    font-size: 17px;
    font-size: 1.7rem;
    text-decoration: none;
    font-weight: bold;
}
#button-etour i
{
    color: #ce8cd7;
    padding-left: 4px;
    font-size: 19px;
    font-size: 1.9rem;
    vertical-align: middle;
}
nav#main-menu {
    /*background-color: #fff;*/
    border: none;
    text-transform: capitalize;
    color: #9c18af;
    margin-bottom: 0px;
  background-color: transparent;
}
#header .navbar-default .navbar-nav > li {
    padding-left: 4.7rem;
    padding-bottom: 0;
}
#header .navbar-default .navbar-nav > li:before
{
    content: '';
}
#header .navbar-default .navbar-nav > li > a {
    color: #9c18af;
    border-top: 2px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 37px 0px;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
#header .navbar-default .navbar-nav > li > a:hover,
#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:focus,
#header .navbar-default .navbar-nav > .active > a:hover
{
    background-color: transparent;
    border-top: 2px solid #da44f0;
    color: #da44f0;
}

/*header*/
#header{
    position: relative;
  background-color: #fff;
  border-top: 2px solid #000;
}
.navbar-toggle{
    float: left;
    color: #c879d4;
    padding-top: 23px;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 1;
    margin: 0px;
    border-radius: 0px;
    width: 87.299%;
    position: absolute;
    z-index: 10000;
    background: transparent;
}
.navbar-toggle.collapsed{
    width:auto;
    position: relative;
    z-index: 1000;
    background: transparent;
}
.navbar-toggle .wrap-icon-bar{
    float: left;
}

.navbar-toggle .icon-bar{
    height: 3px;
    background: #c879d4;
    width: 27px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .menu{
    display: block !important;
}
.navbar-toggle.collapsed .closex{
    display: none;
}
.navbar-toggle .menu{
    display: none !important;
}
.navbar-toggle .closex{
    display: block;
}
.navbar-toggle .toggle-nav{
    margin-left: 8px;
    text-transform: uppercase;
    margin-top: 2px;
    display: block;
    float: left;
    font-size: 1.333rem;
}
.collapse.in{

}
#block-nav-extend{
    display: none;
    text-align: center;
    padding: 3.333rem 2rem;
    text-transform: capitalize;
}
#block-nav-extend #button-etour{
    margin-left: 0px;
    border-radius: 3px;
    width: 100%;
    padding: 15px;
    display: block;
    text-transform: capitalize;
}
#block-nav-extend .social-media{
    margin: 25px 0px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
#block-nav-extend .social-media a{
    text-align: center;
    display: inline-block;
    background: #eac6f0;
    border-radius: 50%;
    padding: 5px 9px;
    margin: 0px 5px;
    margin-bottom: 8px;
    color: #000000;
}
#block-nav-extend .social-media a.facebook{
    padding: 5px 12px;
}
#block-nav-extend .social-media a i{

}
#block-nav-extend p{
    color: #dcdcdc;
}
#header .navbar-default #menu-main-menu.navbar-nav > li.current-menu-item > a,
#header .navbar-default #menu-main-menu.navbar-nav > li.current_page_item > a
{
    color: #da44f0;
    border-color: #da44f0;
}


#jumbotron {
    margin-top: 0px;
}

.home-carouse-outside
{
    background-color: #DBD7CE;
}
#homeCarousel.activated .caption-area,
#homeCarousel .caption-area .home-carousel-stripe {
  visibility: visible;
  opacity: 1;
}

#homeCarousel .home-carousel-stripe,
#homeCarousel .caption-area,
.home-carousel-container .carousel-caption
{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;

}
.home-carousel-container .item .carousel-container
{
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: 45.4%;
    border-radius: 1rem 0 0 1rem;
    padding: 4rem 0rem 4rem 5rem;
    background-color: #6b007b;
}
.home-carousel-container .item .carousel-container p
{
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 4.9rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.home-carousel-container .item .carousel-container a.action-link
{
    font-family: 'Open Sans', sans-serif;
    color: #b996c1;
    text-decoration: none;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
}
.carousel-indicators
{
    border: 0;
    left: 0;
    margin-left: 0;
    text-align: left;
}
.carousel-indicators li
{
    border-color: #b817d0;
}
.carousel-indicators li.active
{
    background-color: #b817d0;
    border: 1px solid #b817d0;
    margin: 1px;
}



.full-width {
    text-align: center;
    padding: 0px 14rem 4rem;
    border-bottom: 2px solid #d1d1d1;
}
#home-why {
    margin: 20px 0px;
}
#home-why-answer {
    margin: 30px 0px 20px;
}

.bottom-homepage-content-outer
{
    background-image: url("assets/images/bg_home.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 263px;
}

.posts-navigation
{
    position: relative;
    border-top: 2px #ccc solid;
    margin-top: 8rem;
    padding-top: 3rem;
}
.posts-navigation .nav-links .nav-previous
{
    float: left;
}
.posts-navigation .nav-links .nav-next
{
    float: right;
}
.latest-news-sidebar
{
    padding-left: 2.5rem;
    padding-right: 0;
    margin-bottom: 5rem;
    margin-top: 1.8rem;
}
.latest-news-sidebar-bg
{
    background-color: #6b007b;
}
.latest-news-sidebar-content
{
    padding: 1.8rem 2rem 4.8rem 2rem;
}
.latest-news-sidebar-content > h2
{
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
}
.latest-news-sidebar-content > p
{
    color: #c2a8c8;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.7rem;
}
.latest-news-sidebar-content form input[type="text"]
{
    width: 100%;
    border: 0;
    margin: 1rem auto;
    padding: 1.2rem 2rem;
}
.latest-news-sidebar-content form button
{
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #b817d0;
    width: 50%;
    margin: 1rem auto;
    padding: 1.2rem 2rem;
    border: 0;
}
.single .page-header
{
    margin-bottom: 2.8rem;
}
.single .page-header h1
{
    font-size: 41px;
    font-size: 4.1rem;
}
.single .time-auth
{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2.5rem;
}
.single .header-image
{
    padding-bottom: 35.5%;
    position: relative;
    margin-bottom: 3.4rem;
}
.single .header-image > .container
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.single .entry-content
{
    letter-spacing: 0.02rem;
}
.single .entry-content p
{
    margin-bottom: 2.4rem;
}
.single .single-sidebar
{
    padding-left: 2.8rem;
    padding-right: 0;
}
.single .single-sidebar .single-sidebar-small-note
{
    color: #86229b;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 6.4rem;
}
.single .single-sidebar .single-sidebar-small-note p
{
    line-height: 2.2rem;
}
.single .single-sidebar .single-sidebar-list-image img
{
    width: 100%;
    height: auto;
    margin-bottom: 6.4rem;
}
.single footer .tags
{
    margin-top: 3.1rem;
}
.single footer .tags span
{
    font-weight: normal;
}
.author_bio_section
{
    margin-top: 7.5rem;
    border-top: 2px #ccc solid;
    padding-top: 4rem;
}
.author_bio_section .author_bio_picture
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 26.11%;
    height: 0;
    padding-bottom: 26.11%;
    margin-right: 4.89%;
}
.author_bio_section .author_bio_picture img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.author_bio_section .author_bio_content
{
    display: inline-block;
    vertical-align: top;
    width: 68%;
}
.author_bio_section .author_bio_content .author_name
{
    font-weight: normal;
    margin-bottom: 0.2rem;
    font-size: 17px;
    font-size: 1.7rem;
}
.author_bio_section .author_bio_content .author_details
{
    line-height: 2.6rem;
    font-size: 16px;
    font-size: 1.6rem;
}
.container-view-all-news
{
    margin-top: 3.7rem;
    margin-bottom: 4.3rem;
}
.container-view-all-news a
{
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
}


/* Homepage Style */
#homeCarousel .carousel-indicators
{
    bottom: 11px;
}
#homeCarousel .carousel-indicators li
{
    padding-left: 1.1rem;
    width: 14px;
    height: 14px;
    border: 2px solid #b817d0;
}
#homeCarousel .carousel-indicators li.active
{

}
#homeCarousel .carousel-indicators li:before
{
    content: '';
}

.home-carouse-outside {
    position: relative;
    background-color: #404040;
}

#homeCarousel .caption-area {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 100%;
    width: 37%;
    padding: 30px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#homeCarousel .caption-area .btn {

}
#homeCarousel .caption-area p
{
    font-size: 30px;
    font-size: 3rem;
    line-height: 4rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
#homeCarousel .caption-area a.action-link
{
    font-family: 'Open Sans', sans-serif;
    color: #b996c1;
    text-decoration: none;
    font-style: italic;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
}

#homeCarousel .shadow-area {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("assets/images/shadow_v2.png");
    background-size: 100% auto;
}

.homepage-middle
{
    margin-top: 3.3rem;
    margin-bottom: 2.8rem;
}
.homepage-middle > .row
{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}
.homepage-middle h2
{

}
.homepage-middle p
{
    line-height: 3.1rem;
    margin-bottom: 3.1rem;
    letter-spacing: -0.06rem;
}
.homepage-left
{
    width: 48%;
    margin-top: 2.8rem;
    margin-bottom: 3.7rem;
}
.homepage-left p
{
    line-height: 3.1rem;
    margin-bottom: 3.1rem;
}
.homepage-right
{
    width: 52%;
    margin-top: 2.8rem;
    margin-bottom: 3.7rem;
    font-size: 18px;
    font-size: 1.8rem;
}

/* Widget Style */

.getting-started-wrapper {
  background-color: #e9e9e9;
}

.content-how-to-get-started
{
    margin-top: 7.1rem;
    margin-bottom: 6.4rem;
    padding-left: 15.5rem;
    padding-right: 15.5rem;
}
.content-how-to-get-started .how-to-get-started-title
{
    text-align: center;
    margin-bottom: 2.1rem;
}
.content-how-to-get-started .how-to-get-started-content
{
    /*padding-left: 3rem;*/
    /*padding-right: 3rem;*/
}
.content-how-to-get-started .how-to-get-started-content p
{
    line-height: 3.2rem;
    margin-bottom: 3.7rem;
    letter-spacing: -0.06rem;
}
.btn-how-to-get-started i
{
    font-size: 49%;
    vertical-align: middle;
    color: #ce8cd7;
}
.financing-your-planet-beach-spray-and-spa-outer
{
    background-color: #FFFFFF;
}
.content-financing-your-planet-beach-spray-and-spa
{
    margin-top: 7.1rem;
    margin-bottom: 6.4rem;
  font-size: 20px;
}
.content-financing-your-planet-beach-spray-and-spa small
{
    font-size: 80%;
  line-height: 1.8;
  display: block;
}
.content-financing-your-planet-beach-spray-and-spa .purple
{
    color: #86229b;
    margin: 0 0.5em;
}
.content-financing-your-planet-beach-spray-and-spa .financing-your-planet-beach-spray-and-spa-title
{
    text-align: center;
    margin-bottom: 2.1rem;
}
.content-financing-your-planet-beach-spray-and-spa .financing-your-planet-beach-spray-and-spa-content p
{
    line-height: 3.2rem;
    margin-bottom: 3.7rem;
}
.content-information
{
    color: #FFFFFF;
    margin-top: 8rem;
    margin-bottom: 7rem;
    text-align: center;
}
.content-information-icon
{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    font-size: 5rem;
    display: inline-block;
    text-align: center;
}
.year-experience,
.global-franchises,
.team-of-corporate-support
{
    display: inline-block;
    vertical-align: top;
}
.global-franchises
{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 9px;
}
.year-experience-icon
{
    background-image: url("assets/images/multi_stars.png");
    width: 97px;
    height: 97px;
    padding-top: 32px;
    padding-right: 6px;
}
.global-franchises-icon
{
    background-image: url("assets/images/marker.png");
    width: 136px;
    height: 100px;
    padding-top: 24px;
}
.team-of-corporate-support-icon
{
    background-image: url("assets/images/multi_users.png");
    width: 138px;
    height: 86px;
    padding-top: 32px;
    vertical-align: bottom;
}
.content-information-text
{
    display: inline-block;
    text-align: left;
    padding-left: 1rem;
}

.content-testimonial-outer
{
    background-color: #000000;
}
.content-testimonial
{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.content-testimonial h3
{
    color: #c879d4;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.17rem;
}
.content-testimonial h3.testimonial-title
{
    margin-bottom: 3.2rem;

}
.member-reviews
{
    min-height: 447px;
}
.content-testimonial .member-reviews-container
{
    margin-bottom: 40px;
    color: #dcdcdc;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-right: 4rem;
}
.content-testimonial .member-reviews-container
{
    line-height: 2.8rem;
}
.content-testimonial .member-reviews-container .member-reviews-writer
{
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.05rem;
}
.content-testimonial .member-reviews-container .member-reviews-writer:before
{
    content: '-- ';
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -1px;
    letter-spacing: -4px;
}
.content-testimonial .member-reviews-link
{
    display: block;
    color: #FFFFFF;
    bottom: 11px;
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.03rem;
}
#member-reviews-carousel
{
    position: relative;
    padding-bottom: 56.25%;
}
#member-reviews-carousel .carousel-inner
{
    position: absolute;
    padding-right: 5rem;
    letter-spacing: 0.05rem;
}
#member-reviews-carousel .carousel-indicators
{
    bottom: -40px;
}
#member-reviews-carousel .carousel-indicators li
{
    border-color: #c879d4;
    border: 2px solid #c879d4;
    padding: 0;
    border-color: #c879d4;
    margin-right: 5px;
}
#member-reviews-carousel .carousel-indicators li.active
{
    background-color: #c879d4;
}
#member-reviews-carousel .carousel-indicators li:before
{
    content: '';
}

.franchise-testimonials > .row
{
    padding-left: 15px;
}

#franchise-testimonials-carousel
{
    margin-bottom: 50px;
}
#franchise-testimonials-carousel .carousel-indicators
{
    bottom: -50px;
}
#franchise-testimonials-carousel .carousel-indicators li
{
    border-color: #c879d4;
    border: 2px solid #c879d4;
    padding: 0;
    border-color: #c879d4;
    margin-right: 5px;
}
#franchise-testimonials-carousel .carousel-indicators li.active
{
    background-color: #c879d4;
}
#franchise-testimonials-carousel .carousel-indicators li:before
{
    content: '';
}
.osctayg-outer
{

}

.video_wrapper
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video_wrapper iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.page-template-template-support-php .support-video,
.page-template-template-about-php .about-video {
    width: 90%;
    margin: 0 auto;
    margin-top: 2em;
}

.page-template-template-get-started-php aside .sidebar-content {
    color: #fff;
  margin-bottom: 0;
}

.page-template-template-get-started-php .get-started-video {
  width: 100%;
}

.page-template-template-support aside .sidebar-content,
.page-template-template-about-php aside .sidebar-content {
    color: #fff;
    padding-top: 4.6rem;
    padding-bottom: 3.6rem;
    padding-left: 4.6rem;
    padding-right: 0;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}
.page-template-template-about-php aside .sidebar-content ul li {
    padding-left: 20px;
}
.page-template-template-support .support-sidebar-stripe,
.page-template-template-about-php .about-sidebar-stripe {
    background-color: #52245c;
    position: absolute;
    height: 100%;
    width: 400%;
    bottom: 0;
    right: -390%;
    z-index: 1;
}

.page-template-template-get-started-php aside {
    background-color: #52245c;
    color: #fff;
}
.page-template-template-support aside,
.page-template-template-about-php aside {
    background-color: #52245c;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    margin-bottom: 2em;
}

.page-template-template-about-php .member-benefits,
.page-template-template-support .member-benefits {
    background-color: #f0f0f0;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2.75em 0;
}

.page-template-template-about-php .member-benefits h2,
.page-template-template-support .member-benefits h2 {
    margin-top: 0em;
    font-size: 21px;
    font-size: 2.1rem;
}

.page-template-template-about-php .padded,
.page-template-template-support .padded {
  padding-left: 30px;
}

.page-template-template-support .member-benefits li {
    padding-bottom: 5px;
}
.page-template-template-support .member-benefits li::before {
    color: #86229b;
}

.page-template-template-about-php .about-video,
.page-template-template-support .support-video {
  width: 100%;
  margin: 0;
}

.page-template-template-invest-php .invest-section h2 {
    color: #c879d4;
}
.page-template-template-invest-php .invest-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
    font-size: 15px;
}
.page-template-template-invest-php .invest-intro {
    padding: 60px 0;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #fff;
}

.page-template-template-invest-php .invest-intro h2 {
    color: #86229b;
    margin-bottom: 2rem;
    font-size: 22px;
    font-size: 2.2rem;
}

.page-template-template-invest-php .invest-intro h3 {
    color: #9c18af;
    font-size: 18px;
    font-size: 1.8rem;
}

.page-template-template-invest-php .our-most-successful-franchisees ul li::before {
    color: #c177cc!important;
}
.page-template-template-invest-php .our-most-successful-franchisees h2 {
  margin-bottom: 1.5em;
  color: #c177cc;
}
.page-template-template-invest-php .our-most-successful-franchisees {
    background-color: #000000;
    padding: 60px 0;
    color: #fff;
}
#register.btn-primary {
    background-color: #9c18af;
    border: none;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 20px 60px;
    margin-top: 30px;
}
#wrap-reviews-testimonials {
    background-color: #000;
    padding: 30px 0px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}
#reviews {
    padding-right: 3em;
}

.page-header-image
{
    background-color: #C9C5B9;
}
.page-header-image > .container > div
{
    background-image: url("assets/images/news_image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 18.5rem;
}
.page-template-template-get-started-php .page-header-image > .container > div {
    background-position: center bottom;
}

.container-top
{
    margin-top: 5rem;
}
.sidebar-content
{
    color: #86229b;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 3.3rem;
}
.sidebar-content h2
{
  margin-top: 0;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.sidebar-content .member-reviews-writer
{
    font-weight: normal;
    position: relative;
    padding-left: 20px;
}
.sidebar-content .member-reviews-writer:before
{
    content: '-- ';
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -1px;
    letter-spacing: -4px;
}




.our-franchise-location-outer
{
    background-color: #000000;
}
.our-franchise-location
{
    background-image: url("assets/images/maps_points.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    margin-top: 5.6rem;
}
.our-franchise-location-title
{
    text-align: center;
    color: #c879d4;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
}
.our-franchise-location-content
{
    padding: 0px 7rem;
    margin-bottom: 335px;
    color: #dcdcdc;
}
.our-franchise-location-content p
{
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: -0.05rem;
    margin-bottom: 3.6rem;
    line-height: 3rem;
}
.btn {
  white-space: normal;
}

.our-franchise-location-content p .btn-spa-locator
{
    padding: 2rem 6rem;
}
.our-franchise-location-content p .btn-spa-locator i
{
    font-size: 50%;
    vertical-align: middle;
}
.wotffo
{
    background-color: #dfdfdf;
}
.content-wotffo
{
    margin-top: 7.1rem;
    margin-bottom: 7.1rem;
}
.wotffo-header-title
{
    text-align: center;
}
.wotffo-container
{
    margin-top: 5.5rem;
}
.wotffo-icon
{
    text-align: center;
    margin-bottom: 2.3rem;
}
.wotffo-title
{
    text-transform: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
  margin-bottom: 1em;
}
.wotffo-content
{

}

.wotffo-container > .col-md-12 > .row .col-md-4 {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #52245c;
    letter-spacing: 0.03rem;
    padding: 30px 50px!important;
    border-radius: 10px;
    margin: 0 2px;
}

.wotffo-content p
{
    margin-bottom: 1.5rem;
}
.wotffo-content p > em
{
    letter-spacing: 0;
    font-size: 90%;
}
.wotffo-content .wotffo-link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    color: #86229b;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    margin-top: 3.5rem;
    display: block;
}
.wotffo-content .wotffo-link:hover
{
    text-decoration: none;
}
.osctayg-outer
{
    background-color: #000;
}
.osctayg
{
    margin-top: 5.1rem;
    margin-bottom: 9.4rem;
}
.osctayg-title
{
    text-align: center;
    color: #c879d4;
    margin-bottom: 3.5rem;
}
.osctayg-content
{
    text-align: center;
    padding: 0 10rem;
}
.pbidtys-outer
{
    background-color: #000;
}
.pbidtys
{
    margin-top: 5.1rem;
    margin-bottom: 9.4rem;
}
.pbidtys-title
{
    text-align: center;
    color: #c879d4;
    margin-bottom: 3.5rem;
}
.pbidtys-content
{
    text-align: center;
    padding: 0 10rem;
}
.wofhts-outer
{
    background-color: #000;
    margin-top: 30px;
}
.wofhts
{
    margin-top: 16px;
    margin-bottom: 16px;
}
.wofhts-title
{
    text-align: center;
    color: #c879d4;
    margin-bottom: 3.5rem;
}
.wofhts-content
{
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}
.wofhts-content > div
{
    margin-bottom: 2rem;
}
.wofhts-content img
{
    width: 100%;
    height: auto;
}
.icon-play
{
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 5rem;
    color: #000000;
    opacity: 0.9;
}





#wrap-footer {
    padding: 0px 0px 0px;
    color: #ffffff;
}
#wrap-footer > .container
{
}
#wrap-footer #contact-social {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    min-height: 380px;
}
#wrap-footer h2.featured-post {
    font-size: 80%;
    margin-bottom: 5px;
}
#wrap-footer #footer-social-media {
    list-style: none;
    margin: 0px 0px 34px;
    padding: 0;
}
#wrap-footer #footer-social-media li {
    display: inline-block;
    padding-right: 0.93rem;
    padding-left: 0;
    padding-bottom: 0;
}
#wrap-footer #footer-social-media li:last-child {
    padding-right: 0;
}
#wrap-footer #footer-social-media li:before
{
    content: '';
}
#wrap-footer #footer-social-media li a {
    background-color: #f3d4f8;
    color: #6b007b;
    border-radius: 45px;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    display: inline-block;
    line-height: 3.5rem;
    font-size: 19px;
    font-size: 1.9rem;
}
#wrap-footer #footer-social-media li a .google-icon {
    font-weight: bold;
    font-style: normal;
}
#wrap-footer #contact-social p {
    /*color: #c2a8c8;*/
    /*font-family: 'Open Sans';*/
    /*font-size: 16px;*/
    /*font-size: 1.6rem;*/
}
#wrap-footer #contact-social a {
    color: #ddd9de;
    text-decoration: none;
    font-weight: normal;
}
#wrap-footer .footer-mid {
  line-height: 1.5;
}
#leadgen-instant-access
{
    color: #FFFFFF;
    width: 400px;
}
.leadgen-instant-access-content
{
    padding: 0;
}
.page-template-template-get-started-php aside h2.footer-header,
#leadgen-instant-access h2.footer-header,
#wrap-footer .footer-mid h2.footer-header {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0;
    line-height: 3rem;
    color: #FFFFFF;
    text-transform: none;
    letter-spacing: -0.08rem;
}
.page-template-template-get-started-php aside .content-info-small,
#leadgen-instant-access .content-info-small,
#wrap-footer .footer-mid .content-info-small {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2rem;
    font-weight: normal;
    letter-spacing: -0.01rem;
}
.page-template-template-get-started-php aside .content-info-small,
#wrap-footer .footer-mid .content-info-small {
    color: #fff;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.page-template-template-get-started-php aside p,
#leadgen-instant-access p,
#wrap-footer .footer-mid p {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}
.page-template-template-get-started-php aside p .font-thin,
#leadgen-instant-access p .font-thin,
#wrap-footer .footer-mid p .font-thin {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.09rem;
}
#wrap-footer .footer-right h2 {
  margin-top: 0;
  font-size: 22px;
  color: #fff;
  margin-bottom: 1em;
  margin-top: 0.5em;
  display: block;
  text-transform: none;

}
.page-template-template-get-started-php aside h2 small,
#wrap-footer .footer-right h2 small {
  color: #8E6797;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.page-template-template-get-started-php aside iframe,
#wrap-footer .footer-right iframe
{

}
#register-form {
    cursor: pointer;
    background: #52245C none repeat scroll 0% 0%;
    padding: 0px 20px 30px;
    bottom: 0;
}
.sidebar-content .formwrap,
.fancybox-skin .leadgen-instant-access-content .formwrap {
    margin: 0 20px;
}

.page-template-template-get-started-php .sidebar-content {
  background-color: #52245C;
}

.sidebar-content #label-form,
.leadgen-instant-access-content #label-form,
#register-form #label-form {
    background: #6E007E none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "montserratlight",sans-serif;
    font-size: 32px;
    padding: 15px 31px;
    line-height: 1.2;
}

#register-form #label-form {
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar-content .glyphicon-triangle-bottom,
.leadgen-instant-access-content .glyphicon-triangle-bottom,
#register-form .glyphicon-triangle-bottom {
    color: #A866B2;
    font-size: 14px;
    margin-right: 14px;
    position: absolute;
    left: 11px;
    top: 27px;
}

.sidebar-content .required,
.leadgen-instant-access-content .required,
#register-form .required {
    color: #9A71A3;
    font-size: 15px;
}
.sidebar-content .required,
#register-form .required {
    margin-left: 24px;
}
.leadgen-instant-access-content .required {
  display: block;
}
.sidebar-content .sansi,
.leadgen-instant-access-content .sansi,
#register-form .sansi {
    font-family: "Open Sans";
    font-style: italic;
    color: #9A71A3;
    line-height: 1.2;
}

.sidebar-content #footer-form,
.leadgen-instant-access-content #footer-form,
#register-form #footer-form {
    background: #52245C none repeat scroll 0% 0%;
    padding: 0px 10px;
}

.sidebar-content #footer-form,
.fancybox-skin .leadgen-instant-access-content #footer-form  {
    padding: 20px 30px;
}
.sidebar-content #footer-form {
    padding-bottom: 30px;
}
.sidebar-content .info,
.leadgen-instant-access-content .info,
#register-form .info {
    color: #FFF;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.sidebar-content .sansmibi,
.leadgen-instant-access-content .sansmibi,
#register-form .sansmibi {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
}

.sidebar-content .invest,
.leadgen-instant-access-content .invest,
#register-form .invest {
    color: #9A71A3;
    font-size: 13px;
    line-height: 1.2;
}

.sidebar-content iframe,
.leadgen-instant-access-content iframe,
#register-form iframe {
    border: medium none !important;
    background: #52245C none repeat scroll 0% 0%;
    width: 100% !important;
    height: 385px;
    padding-top: 20px!important;
}

@media screen and (max-width: 767px)
{
  .homepage-middle {
    margin-bottom: 0;
  }
  .page-template-template-support-php .member-benefits .support-video {
      margin-bottom: 1.5em;
  }
  .page-template-template-get-started-php .member-benefits {
    padding: 2em 0;
  }
  .about .main-content
  {
      margin-top: 0!important;
  }
  .about .main-content {
    padding-bottom: 0!important;
  }
  .page-template-template-get-started-php .intro-content {
    padding: 1em 0;
  }
  .page-template-template-get-started-php .member-benefits {
    padding-bottom: 0;
  }
  .page-template-template-get-started-php .sidebar-content {
    float: left;
    margin-top: 1.5em;
  }
  .page-template-template-get-started-php .member-benefits .padded {
    padding-right: 15px;
  }

  .page-template-template-get-started-php .number-item {
    margin-bottom: 1em;
  }
  .page-template-template-about-php .member-benefits,
  .page-template-template-support .member-benefits {
    padding: 1em 0;
  }
  .page-template-template-about-php .padded,
  .page-template-template-support .padded {
    padding-left: 15px;
  }

  .page-template-template-about-php h2,
  .page-template-template-support g2 {
    padding-top: 1em;
  }
  .leadgen-instant-access-content .required {
    margin-left:0 !important;
  }
  .home-carouse-outside {
    background-color: #404040;
  }
  #homeCarousel .shadow-area {
    display: none;
  }
  .page-template-template-invest-php .page-header-image > .container > div {
    background-position: 66% center;
  }
  .content-wotffo {
    margin-bottom: 6rem;
  }
  #leadgen-instant-access
  {
      width: 100%!important;
  }
  #main-menu {
    background-color: #000!important;
    top: 0px!important;
  }

  #wrap-footer .footer-right iframe {
      margin: 0;
  }
  .bg-black {
      padding-top: 0;
  }
  #header a.brand img {
      width: 100%;
  }
}

.lyte-wrapper .tT {
    color: transparent;
}

@media screen and (min-width: 992px)
{
  .wotffo-container > .col-md-12 > .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
  }
  .wotffo-container > .col-md-12 > .row .col-md-4 {
      flex: 1;
  }
  #register-form {
    position: absolute;
  }
}
.footer-news
{
    padding-right: 1.5rem;
}
.footer-news .entry-title
{
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 10px;
}
#wrap-footer #contact-social .footer-news .entry-title a
{
    color: #540360;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: -0.01rem;
    line-height: 3rem;
}
.footer-news .page-thumbnail
{
    width: 210px;
    height: 210px;
    padding-bottom: 0;
    float: none;
    margin-right: 0;
    margin-bottom: 2.4rem;
    float: left;
    margin-right: 1em;
}
.footer-news .time-auth
{
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0.8rem;
}
.footer-news p
{
    font-family: "Montserrat";
    color: #000;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.03rem;
    line-height: 2.8rem;
    margin-bottom: 0.5rem;
}
#wrap-footer #contact-social .footer-news a.more-link
{
    color: #9C18AF;
    font-style: italic;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.footer-news .updated,
.footer-news .author
{
    color: #000;
    font-size: 19px;
    font-size: 1.9rem;
}
.footer-bottom-note
{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.03rem;
    padding-top: 23px;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 1.7;
}
.footer-bottom-note a
{
    color: #fff;
}
.footer-bottom-nav
{
    margin-bottom: 5rem;
}
.menu-footer-menu-container
{
    text-align: center;
}
.menu-footer-menu-container ul#menu-footer-menu
{
    list-style: none;
    margin: 16px 0px 16px 15px;
    padding: 0;
}
.menu-footer-menu-container ul#menu-footer-menu li
{
    display: inline-block;
    padding: 0;
    margin: 0 0 0 -6px;
}
.menu-footer-menu-container ul#menu-footer-menu li:before
{
    content: '';
    font-size: 0;
    left: 0;
    top: 0;
}
.menu-footer-menu-container ul#menu-footer-menu li a
{
    border-right: 1px #86229b solid;
    padding: 0 12px;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin: 0;
    color: #86229b;
    text-decoration: none;
}
.menu-footer-menu-container ul#menu-footer-menu li:last-child a
{
    border-right: 0;
}
.fancybox-title
{
    display: none;
}
.fancybox-skin
{
    background-color: #52245C !important;
    padding: 0!important;
}
#simplr-form
{
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    margin: auto !important;
}
#simplr-form label
{
    color: #FFFFFF !important;
    font-weight: 300 !important;
}
#simplr-form input[type=text]
{
    border-radius: 0 !important;
}
#simplr-form input[type=submit]
{
    width: 50% !important;
    background: #b817d0 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.5rem 0.5rem 1rem 0.5rem !important;
    margin: 2rem 0.5rem !important;
}
.success
{
    background: transparent !important;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 !important;
    padding: 0 !important;
}


@media (min-width: 768px) {
  .homepage-left .row {
    margin-right: 30px;
  }
  #homeCarousel .caption-area .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
  }

  #header > .container > .row > .col-sm-4
  {
    width: 30%;
  }
  #header > .container > .row > .col-sm-pull-8
  {
    right: 70%;
  }
  #header > .container > .row > .col-sm-8
  {
    width: 70%;
  }
  #header > .container > .row > .col-sm-push-4
  {
    left: 30%;
  }
  #header a.brand
  {
    padding: 18px 0;
  }
  #header .navbar-default .navbar-nav > li
  {
    padding-left: 4rem;
  }
}
@media (max-width: 1209px) {
    #homeCarousel .caption-area p
  {
      font-size: 21px!important;
  }
}

@media (max-width: 1199px)
{
  .sidebar-content #label-form,
  .leadgen-instant-access-content #label-form,
  #register-form #label-form {
    font-size: 22px;
  }
  .sidebar-content .required,
  .leadgen-instant-access-content .required,
  #register-form .required {
    font-size: 12px;
    display: inline-block;
    margin-left: 24px;
  }
  .sidebar-content .info,
  .leadgen-instant-access-content .info,
  #register-form .info {
      color: #FFF;
      font-size: 13px;
      line-height: 1.2;
      margin-bottom: 0.5em;
  }
  .sidebar-content .invest,
  .leadgen-instant-access-content .invest,
  #register-form .invest {
      color: #9A71A3;
      font-size: 13px;
      line-height: 1.2;
  }
  #header .navbar-default .navbar-nav > li > a {
    padding: 28px 0;
  }
  .brand img {
    width: 100%;
  }
    #header .navbar-default .navbar-nav > li
    {
        padding-left: 1.8rem;
    }
    #homeCarousel .caption-area p
    {
        font-size: 19px;
        line-height: 1.5;
    }
  #homeCarousel .caption-area .btn {
    padding: 10px 20px;
    font-size: 80%;
  }
}
@media screen and (max-width: 991px)
{
  .sidebar-content .required {
      margin-left: 0;
  }
  .sidebar-content .glyphicon-triangle-bottom,
  .leadgen-instant-access-content .glyphicon-triangle-bottom,
  #register-form .glyphicon-triangle-bottom {
    top: 22px;
  }
  .wotffo-container > .col-md-12 > .row .col-md-4 {
    padding: 30px 50px!important;
    margin-bottom: 1em;
  }
  #wrap-footer #contact-social {
    padding-top: 0;
  }
  #header .navbar-default .navbar-nav > li {
    padding-left: 11px;
  }
  #header .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 24px 0px;
  }
  .brand img {
    width: 100%;
  }
  .member-reviews {
    min-height: auto;
  }
  #homeCarousel .caption-area {
    bottom: 1.7rem;
  }
  #homeCarousel .caption-area p {
    font-size: 19px!important;
  }
  .page-template-template-get-started-php .main-content,
  .page-template-template-support-php .main-content {
    margin-right: 0;
  }
  .wofhts-outer {
    margin-top: 0;
  }
  .page-template-template-support-php .support-sidebar-stripe,
  .page-template-template-about-php .about-sidebar-stripe {
    display: none;
  }
  .page-template-template-support-php aside,
  .page-template-template-about-php aside {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    margin-bottom: 0!important;
  }
  .page-template-template-get-started-php .get-started-video,
  .page-template-template-support-php .support-video,
  .page-template-template-about-php .about-video {
      width: 100%;
  }
  .page-template-template-support-php aside .sidebar-content,
  .page-template-template-about-php aside .sidebar-content {
    padding: 15px;
  }
    html
    {
        font-size: 9px;
    }
    .page-header
    {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    #homeCarousel .caption-area .btn {
      margin-top: 0;
      padding: 10px 20px;
    }
    #homeCarousel .caption-area p
    {
      font-size: 19px!important;
      line-height: 1.4;
    }
    .home-carousel-container .item .carousel-container a.action-link
    {

    }

    .content-how-to-get-started
    {
        padding-left: 0;
        padding-right: 0;
    }
    .content-financing-your-planet-beach-spray-and-spa
    {
        padding-left: 0;
        padding-right: 0;
    }
    #register-form
    {
    }
    #member-reviews-carousel .carousel-inner
    {
        padding-right: 0;
    }
    .franchise-testimonials > .row
    {
        padding-left: 0;
    }
    .main-content
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .our-franchise-location-content
    {
        padding-left: 0;
        padding-right: 0;
    }
    .wotffo-content-left,
    .wotffo-content-middle,
    .wotffo-content-right
    {
        padding-left: 0;
        padding-right: 0;
    }
    .latest-news-sidebar
    {
        padding-left: 0;
        padding-right: 0;
    }
    .single .time-auth
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .osctayg-content,
    .pbidtys-content
    {
        padding: 0;
    }
    .wofhts-content
    {
        margin-left: auto;
        margin-right: auto;
    }
    .icon-play
    {
        left: 45%;
        font-size: 10rem;
    }
    .about .main-content
    {
        padding-bottom: 2.4rem;
    }
    .investment .main-content
    {
        padding-bottom: 2.4rem;
    }
    .investment .main-content
    {
        padding-bottom: 2.4rem;
    }
    .support .main-content
    {
        padding-bottom: 2.4rem;
    }

    #wrap-footer .footer-mid
    {
    }
    .footer-news .page-thumbnail
    {
    }
    .menu-footer-menu-container ul#menu-footer-menu li
    {
        display: block;
        margin: 0;

    }
    .menu-footer-menu-container ul#menu-footer-menu li a
    {
        border-right: 0;
    }
}


@media screen and (max-width: 767px)
{
  .content-information-text {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .footer-news .entry-summary {
    margin-bottom: 1em;
  }
  .sidebar-content .required {
      display: block;
  }
  #register-form .required {
      margin-left: 0;
    }
  .fancybox-outer,
    div.fancybox-inner,
    .fancybox-skin {
      height: 665px!important;
    }
    .page-template-template-support aside,
    .page-template-template-about-php aside {
        margin-bottom: 0em;
    }
    #homeCarousel .caption-area p
    {
      font-size: 18px;
      line-height: 1.4;
    }
    .mobile-center
    {
        text-align: center;
    }
    #block-nav-extend
    {
        display: block;
    }
    #header-franchise{
        display: none !important;
    }
    #button-etour{
        margin-right: -15px;
    }
    #main-menu{
        position: absolute;
        left: 0px;
        z-index: 1000;
        width: 90%;
        top: -86px;
        background: #000000;
        padding: 1rem;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    .navbar-nav{
        margin: 0px;
    }
    #header .navbar-default .navbar-nav > li{
        padding: 2rem;
    }
    #header .navbar-default .navbar-nav > li > a{
        padding: 0px;
        border: 0px;
        font-weight: bold;
    }
    #header .navbar-default .navbar-nav > li >a:hover, #header .navbar-default .navbar-nav > li >a:focus{
        color: #eac6f0;
    }
    #header .navbar-default .navbar-nav > li > a:hover,
    #header .navbar-default .navbar-nav > .active > a:hover
    {
        border-top: 0;
    }
    .home-carousel-container .item .carousel-container
    {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
    }
    .homepage-middle > .row
    {
        padding-left: 0;
        padding-right: 0;
    }
    .homepage-right
    {
        display: none;
    }
    .member-reviews
    {
        /* display: none; */
    }
    .main-content
    {

    }
    .our-franchise-location-content
    {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 193px;
    }

    .home-carousel-stripe{
        display: none;
    }
    #homeCarousel{
        margin-left: -15px;
        margin-right: -15px;
    }
    #homeCarousel .caption-area{
        position: relative !important;
        border-radius: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
        width: 100% !important;
        padding: 20px 30px!important;
        padding-bottom: 70px!important;
    }
    .content-how-to-get-started .how-to-get-started-content
    {
        padding-left: 0;
        padding-right: 0;
    }
    #homeCarousel .caption-area .btn {
        font-size: 80%;
    }
    .homepage-left
    {
        width: 100%;
    }
    .homepage-right
    {
        width: 100%;
    }

    #homeCarousel .carousel-indicators
    {
        left: 4rem;
    }
    .footer-news
    {
        text-align: left;
    }
    #wrap-footer #contact-social
    {
        min-height: 300px;
        padding-bottom: 12px;
    }
    .footer-news .time-auth,
    .footer-news p,
    #wrap-footer #contact-social .footer-news a.more-link
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .footer-bottom-note
    {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
    }
    .menu-footer-menu-container ul#menu-footer-menu li a
    {
        font-size: 14px;
      display: block;
    }
    .content-testimonial .member-reviews-container
    {
        padding-right: 0;
    }
    .dekstop-hide
    {
        display: block !important;
    }
    #wrap-footer .footer-mid .content-info-small
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
}