.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .transition:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

/* @group Blog Homepage */
section .container.wide {
  max-width: 1300px;
  width: 100%; }
section.blog-single {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media (max-width: 1100px) {
    section.blog-single {
      padding-top: 80px; } }

.blogg {
  width: 100%;
  text-align: left;
  padding: 0 0 50px 0; }
  .blogg .container {
    padding: 0; }
  .blogg .left {
    float: left;
    width: 67%;
    padding: 15px 15px 15px 15px; }
    @media (max-width: 1100px) {
      .blogg .left {
        padding: 20px 15px 15px 2%; } }
    @media (max-width: 1023px) {
      .blogg .left {
        width: 100%; } }
    @media (max-width: 768px) {
      .blogg .left {
        padding: 15px; } }
    .blogg .left .category_group {
      padding: 25px 15px 20px; }
      .blogg .left .category_group h2 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        color: #000; }
        @media (max-width: 600px) {
          .blogg .left .category_group h2 {
            font-size: 30px;
            line-height: 36px; } }
      .blogg .left .category_group p {
        font-size: 22px;
        font-weight: 300;
        margin: 0;
        color: #000; }
    .blogg .left .post {
      float: left;
      vertical-align: top;
      text-align: left;
      border: 1px solid #dcdcdc;
      min-height: 460px;
      position: relative;
      background: white;
      width: 47%;
      margin: 1.5%;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 600px) {
        .blogg .left .post {
          width: 100%;
          height: auto !important;
          margin: 10px 0;
          min-height: 0px; } }
      .blogg .left .post.big {
        width: 97%; }
        @media (max-width: 600px) {
          .blogg .left .post.big {
            width: 100%; } }
        .blogg .left .post.big .padding .category {
          width: 60%;
          left: 20%; }
      .blogg .left .post:hover {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media (max-width: 600px) {
          .blogg .left .post:hover {
            box-shadow: none; } }
      .blogg .left .post a.link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999; }
      .blogg .left .post .featured {
        position: relative;
        background: #000;
        margin: -1px;
        overflow: hidden; }
        .blogg .left .post .featured .main {
          width: 100%;
          float: left; }
          .blogg .left .post .featured .main.transparent {
            opacity: .65; }
        .blogg .left .post .featured .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -50px;
          margin-left: -35px;
          width: 70px; }
      .blogg .left .post img.featured {
        width: 100%; }
      .blogg .left .post .padding {
        padding: 70px 35px 35px 35px;
        height: auto;
        text-align: center;
        position: relative; }
        @media (max-width: 1100px) {
          .blogg .left .post .padding {
            padding: 65px 30px 30px 30px; } }
        @media (max-width: 600px) {
          .blogg .left .post .padding {
            padding-top: 60px; } }
        .blogg .left .post .padding .category {
          position: absolute;
          background: #000;
          color: white;
          font-size: 23px;
          font-weight: 300;
          width: 80%;
          left: 10%;
          padding: 12px;
          top: -30px;
          z-index: 1999999; }
          .blogg .left .post .padding .category:hover {
            background: #9ecc3c;
            cursor: pointer; }
          @media (max-width: 1100px) {
            .blogg .left .post .padding .category {
              font-size: 20px; } }
          .blogg .left .post .padding .category a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .blogg .left .post .padding h2 {
          font-size: 30px;
          line-height: 33px;
          font-weight: 800;
          color: #000;
          margin: 0;
          height: auto;
          margin-bottom: 15px;
          overflow: hidden; }
          @media (max-width: 1100px) {
            .blogg .left .post .padding h2 {
              font-size: 25px; } }
    .blogg .left .subscribe {
      width: 97%;
      margin: 1.5%;
      padding: 30px;
      background: #9ecc3c;
      float: left;
      text-align: center; }
      @media (max-width: 600px) {
        .blogg .left .subscribe {
          width: 100%;
          margin: 1.5% 0; } }
      .blogg .left .subscribe h2 {
        font-size: 36px;
        font-weight: 800;
        color: white;
        margin-top: -5px;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .blogg .left .subscribe h2 {
            font-size: 28px;
            line-height: 32px; } }
      .blogg .left .subscribe a.button {
        background: #000;
        color: white;
        margin: 0 .5%;
        width: 18.5%;
        display: inline-block;
        padding: 15px 0;
        font-size: 18px; }
        .blogg .left .subscribe a.button:hover {
          background: #333; }
        @media (max-width: 600px) {
          .blogg .left .subscribe a.button {
            width: 100%;
            margin: 1% 0;
            max-width: 300px; } }
  .blogg .right {
    padding: 30px 30px 30px 0;
    float: right;
    width: 33%; }
    @media (max-width: 1100px) {
      .blogg .right {
        padding: 30px 30px 30px 0; } }
    @media (max-width: 1023px) {
      .blogg .right {
        width: 100%;
        padding: 30px; } }
    @media (max-width: 600px) {
      .blogg .right {
        padding: 15px; } }
    .blogg .right .newsletter {
      width: 100%;
      background: #333;
      padding: 30px 30px 0 30px;
      margin-bottom: 0px;
      text-align: left; }
      @media (max-width: 1023px) {
        .blogg .right .newsletter {
          text-align: center; } }
      .blogg .right .newsletter h2 {
        color: white;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 26px;
        line-height: 27px; }
      .blogg .right .newsletter p {
        color: white;
        font-weight: 200;
        font-size: 20px;
        line-height: 25px; }
        .blogg .right .newsletter p.small {
          font-size: 14px;
          width: 100%;
          text-align: center;
          margin: 10px 0 0 0; }
      .blogg .right .newsletter .mail {
        margin-top: 25px; }
      .blogg .right .newsletter input {
        width: 100%;
        border: 0;
        margin: 0;
        height: 55px;
        text-align: center;
        font-size: 20px; }
        .blogg .right .newsletter input.signup {
          font-family: inherit;
          font-weight: 300; }
          @media (max-width: 600px) {
            .blogg .right .newsletter input.signup {
              font-size: 18px; } }
        .blogg .right .newsletter input.signup-btn {
          font-size: 22px;
          font-weight: 700;
          background: #9ecc3c;
          color: white; }
          .blogg .right .newsletter input.signup-btn:hover {
            background: #90bd31; }
          @media (max-width: 1100px) {
            .blogg .right .newsletter input.signup-btn {
              font-size: 16px; } }
    .blogg .right .frame {
      margin-top: 25px; }
    .blogg .right .category_list {
      margin: 0px 0 30px;
      padding: 0px;
      background: white;
      text-align: left;
      border: 1px solid #dcdcdc; }
      .blogg .right .category_list .title {
        background: #000;
        color: white;
        padding: 20px 30px;
        font-size: 24px;
        font-weight: 600; }
      .blogg .right .category_list .item {
        padding: 30px;
        border-bottom: 1px solid #dcdcdc;
        position: relative; }
        .blogg .right .category_list .item a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .blogg .right .category_list .item h2 {
          margin: 0;
          font-size: 24px;
          font-weight: 600; }
        .blogg .right .category_list .item p {
          margin: 0;
          font-size: 18px;
          line-height: 20px;
          font-weight: 300; }
        .blogg .right .category_list .item:hover {
          background: #fafafa; }
    .blogg .right .recent_posts {
      overflow: hidden; }
      .blogg .right .recent_posts h2.black {
        width: 100%;
        background: #000;
        color: white;
        font-size: 24px;
        padding: 20px 25px;
        font-weight: 600;
        text-align: center;
        margin: 30px 0 15px; }
      .blogg .right .recent_posts .left {
        padding: 0;
        width: 100%;
        margin-bottom: -15px; }
        .blogg .right .recent_posts .left .post {
          width: 100%;
          margin: 15px 0; }
        .blogg .right .recent_posts .left #nav-below {
          display: none; }
    .blogg .right .stickem-container {
      position: relative; }
    .blogg .right .promo {
      background: #333;
      padding: 30px;
      margin-top: 30px;
      max-width: 535px;
      text-align: center; }
      @media (max-width: 1023px) {
        .blogg .right .promo {
          max-width: 100%; } }
      .blogg .right .promo.affix {
        position: fixed;
        top: 55px;
        margin-right: 30px; }
        @media (max-width: 1023px) {
          .blogg .right .promo.affix {
            position: relative;
            top: auto !important;
            margin-right: 0; } }
      .blogg .right .promo.unfix {
        position: relative; }
      .blogg .right .promo p {
        color: white;
        margin: 0;
        font-weight: 300; }
        .blogg .right .promo p.sub {
          font-weight: 300;
          font-size: 20px;
          margin-bottom: -4px; }
        .blogg .right .promo p.type {
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: -8px; }
      .blogg .right .promo .time {
        color: white;
        margin: 0;
        font-weight: 400;
        font-size: 30px; }
      .blogg .right .promo h2 {
        font-size: 30px;
        font-weight: 800;
        margin-top: 10px;
        color: white; }
      .blogg .right .promo img.round {
        border-radius: 50%;
        overflow: hidden;
        max-width: 200px;
        margin-top: 30px;
        margin-bottom: 25px; }

/* @end */
/* @group Images */
img.full.featured {
  margin-bottom: 10px; }

.hover.full {
  width: 100%; }

.wp-caption {
  background: #FFF;
  border: 1px solid #eee;
  padding: 6px 6px;
  text-align: center;
  display: table;
  margin-bottom: 30px !important; }
  .wp-caption .right {
    float: right;
    margin: 5px 0 15px 15px; }
  .wp-caption .left {
    float: left;
    margin: 5px 15px 15px 0px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text, .wp-caption .gallery-caption {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #12181f;
    padding: 20px;
    text-align: left; }

.alignnone {
  margin: 5px 20px 0px 0;
  max-width: 100%;
  width: auto !important;
  height: auto !important; }

.alignleft {
  margin: 5px 20px 20px 0;
  width: auto !important;
  height: auto !important;
  max-width: 40%;
  float: left; }

.alignright {
  margin: 5px 0 20px 20px;
  width: auto !important;
  height: auto !important;
  max-width: 40%;
  float: right; }
  @media (max-width: 500px) {
    .alignright {
      max-width: 100%;
      margin-left: 0; } }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  width: auto;
  max-width: 100%;
  height: auto !important; }

/* @end */
/* @group General */
.full {
  width: 100%; }

.author {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 25px;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 15px; }
  .author p {
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .author .author-image {
    float: left;
    background: #FFF;
    border: 1px solid #eee;
    padding: 6px 6px;
    height: 105px;
    width: 105px;
    margin-right: 10px;
    vertical-align: middle; }

#nav-below {
  float: left;
  width: 100%;
  padding: 20px 0;
  text-align: center; }

#nav-below a {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 25px 50px;
  margin: 25px 5px 0px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 18px;
  border: 0;
  background: #000;
  color: #fff; }
  @media (max-width: 600px) {
    #nav-below a {
      font-size: 22px; } }
  #nav-below a:hover {
    background: #9ecc3c;
    color: #fff; }

body nav.image_gallery a {
  margin-top: 0 !important; }

body blockquote {
  background: #f2f2f2;
  padding: 20px;
  margin: 10px 0px 25px 0px; }
  body blockquote p {
    margin: 0 !important; }

/* @end*/
.carousel {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/**
 * ==========================
 * Animation styles
 * 
 * Notes:
 * 1. We use z-index to position active slides in-front 
 * of non-active slides
 * 2. We set right:0 and left:0 on .slide to provide us with
 * a default positioning on both sides of the slide. This allows 
 * us to trigger JS and CSS3 animations easily
 *
 */
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0; }
  .slide.show {
    opacity: 1; }
  .slide .slide_contain {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px; }
    .slide .slide_contain .contain {
      max-width: 640px;
      padding: 80px 40px; }
      @media (max-width: 768px) {
        .slide .slide_contain .contain {
          max-width: none;
          padding: 40px 40px 60px !important; } }
      .slide .slide_contain .contain h2 {
        font-size: 35px; }
        @media (max-width: 768px) {
          .slide .slide_contain .contain h2 {
            font-size: 30px; } }
      .slide .slide_contain .contain p {
        font-size: 22px;
        font-weight: 300; }
        @media (max-width: 768px) {
          .slide .slide_contain .contain p {
            font-size: 20px; } }

.slide.active,
.slide.left,
.slide.right {
  z-index: 2;
  opacity: 1; }

/**
 * ==========================
 * JS animation styles
 * 
 * We use jQuery.animate to control the sliding animations
 * when CSS3 animations are not available. In order for
 * the next slide to slide in from the right, we need
 * to change the left:0 property of the slide to left:auto
 *
 */
.js-reset-left {
  left: auto; }

/**
 * ==========================
 * CSS animation styles
 * 
 * .slide.left and .slide.right set-up
 * the to-be-animated slide so that it can slide
 * into view. For example, a slide that is about 
 * to slide in from the right will:
 * 1. Be positioned to the right of the viewport (right:-100%)
 * 2. Slide in when the style is superseded with a more specific style (right:0%)
 *
 */
.slide.left {
  left: -100%;
  right: 0; }

.slide.right {
  right: -100%;
  left: auto; }

.transition .slide.left {
  left: 0%; }

.transition .slide.right {
  right: 0%; }

/**
 * The following classes slide the previously active
 * slide out of view before positioning behind the 
 * currently active slide
 *
 */
.transition .slide.shift-right {
  right: 100%;
  left: auto; }

.transition .slide.shift-left {
  left: 100%;
  right: auto; }

/**
 * This sets the CSS properties that will animate. We set the
 * transition-duration property dynamically via JS.
 * We use the browser's default transition-timing-function
 * for simplicity's sake
 * 
 * It is important to note that we are using CodePen's inbuilt
 * CSS3 property prefixer. For your own projects, you will need
 * to prefix the transition and transform properties here to ensure
 * reliable support across browsers
 *
 */
.transition .slide {
  transition-property: right, left, margin; }

/**
 * ==========================
 * Indicators
 *
 */
.indicators {
  width: 100%;
  position: absolute;
  bottom: -75px;
  z-index: 99;
  padding: 0;
  text-align: center;
  display: none; }

.indicators li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 5px;
  background: transparent;
  border: 2px solid #fecc40;
  list-style-type: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease-out; }

.indicators li.active {
  background: #fecc40;
  border: 2px solid #fecc40; }

.indicators li:hover {
  opacity: .8; }

/**
 * ==========================
 * Arrows 
 *
 */
/*
.arrow{
  width: 48px;
  height: 18px;
  position:absolute;
  top:50%;
  z-index:5;
  cursor:pointer;
  opacity: .8;
  margin-top: -24px;
}

.arrow:hover{opacity: .6;
}

.arrow-left{
  left:20px;
}

.arrow-right{
  right:20px;
}
*/
.slide {
  text-align: center;
  /*padding-top:25%;*/
  background-size: cover;
  background-position: center center; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxbtns {
  display: none; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxContent {
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url(../img/colorbox/load.gif) no-repeat center center;
  background-size: 30px 30px; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
  display: none !important; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 15px;
  right: 15px !important;
  background-image: url(../img/colorbox/x.png);
  background-size: 32px 32px;
  background-color: transparent;
  z-index: 99999999999999999; }

        /*#cboxClose:hover{opacity: .7; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition:  all .3s; transition: all .3s; z-index: 99999999999999;
		}*/
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  left: 17px;
  background: url(../img/colorbox/btn-left.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 0; }

#cboxNext {
  z-index: 99999999;
  position: fixed;
  bottom: 50%;
  right: 10px;
  background: url(../img/colorbox/btn-right.png) no-repeat;
  width: 39px;
  height: 39px;
  text-indent: -999999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 0; }

/* @group Device Frame */
.frame_container {
  text-align: center; }
  .frame_container .frame {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%; }
    .frame_container .frame.phone {
      max-width: 412px; }
      @media (max-width: 600px) {
        .frame_container .frame.phone .top {
          margin-bottom: -7px !important; } }
    .frame_container .frame.desktop {
      max-width: 1090px; }
      .frame_container .frame.desktop .bottom {
        left: 11.9%;
        width: 76.6%;
        bottom: 9%; }
    .frame_container .frame .top {
      position: relative;
      z-index: 2;
      bottom: 0;
      margin-bottom: -4px;
      width: 100%; }
      @media (max-width: 600px) {
        .frame_container .frame .top {
          margin-bottom: -5px; } }
    .frame_container .frame .bottom {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 4.7%;
      width: 91%; }
    .frame_container .frame.phone_side .bottom {
      left: 5%; }

.vertical {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11; }
  @media (max-width: 700px) {
    .vertical {
      position: relative;
      display: block; } }
  .vertical .centered {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    margin-top: -10px;
    color: #fff;
    position: relative;
    z-index: 3; }
    @media (max-width: 700px) {
      .vertical .centered {
        text-align: center;
        display: block;
        text-align: center; } }

.dynamic.blogg {
  overflow: hidden; }
  .dynamic.blogg.margin_off {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .dynamic.blogg .left {
    padding: 0;
    width: 102%;
    margin-left: -1%;
    text-align: center; }
    @media (max-width: 700px) {
      .dynamic.blogg .left {
        width: 100%;
        margin-left: 0; } }
    .dynamic.blogg .left .category_group {
      padding-top: 0; }
    .dynamic.blogg .left .post {
      width: 31.13333%;
      margin: 1.1%; }
      @media (max-width: 1023px) {
        .dynamic.blogg .left .post {
          width: 48%;
          margin: 1%; } }
      @media (max-width: 700px) {
        .dynamic.blogg .left .post {
          width: 100%;
          margin: 15px 0; } }
  .dynamic.blogg #nav-below {
    display: none; }

/* @end */
/* @group Animate */
.hidden {
  opacity: 0; }

.visible {
  opacity: 1 !important; }

.mask {
  overflow: hidden; }

/* @end */
/* @group Sections */
section {
  width: 100%;
  display: block;
  z-index: 1;
  padding: 75px 0px;
  position: relative; }
  @media (max-width: 600px) {
    section {
      padding: 65px 0; } }
  section a {
    color: #9ecc3c;
    text-decoration: none; }
    section a:hover {
      text-decoration: underline; }
  section.portfolio {
    padding: 25px 0 0px 0;
    overflow: hidden; }
    @media (max-width: 700px) {
      section.portfolio {
        padding: 50px 0 0; } }
  section.portfolio_main {
    padding: 120px 0 0px 0;
    overflow: hidden; }
    @media (max-width: 1250px) {
      section.portfolio_main {
        padding-top: 25px; } }
    @media (max-width: 700px) {
      section.portfolio_main {
        padding: 50px 0 0; } }
  section.general {
    padding: 100px 0 0px 0;
    overflow: hidden; }
    @media (max-width: 1700px) {
      section.general {
        padding-top: 30px; } }
    @media (max-width: 1250px) {
      section.general {
        padding-top: 25px; } }
    section.general .content.center .content_container h2 {
      font-size: 38px;
      line-height: 38px; }
      @media (max-width: 1350px) {
        section.general .content.center .content_container h2 {
          font-size: 30px;
          line-height: 30px; } }
      @media (max-width: 700px) {
        section.general .content.center .content_container h2 {
          font-size: 25px;
          line-height: 25px; } }
    section.general .content.center .content_container.v_center .vertical .centered {
      text-align: center; }
  section.desktop {
    padding-top: 0; }
  section .container {
    padding: 0 30px;
    position: relative; }
    @media (max-width: 1100px) {
      section .container {
        padding: 0 20px; } }
    @media (max-width: 600px) {
      section .container {
        padding: 0 20px; } }
    @media (max-width: 350px) {
      section .container {
        padding: 0 15px; } }
  section.center {
    text-align: center; }
    section.center ul {
      margin-left: 0; }
      section.center ul li {
        list-style-position: inside; }
  section.white {
    background: #fff; }
  section.gray {
    background: #eee;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  section h1 {
    font-size: 35px;
    color: #12181f;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0; }
    @media (max-width: 500px) {
      section h1 {
        font-size: 28px;
        line-height: 34px; } }
  section h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 20px 0;
    color: black; }
    @media (max-width: 1100px) {
      section h2 {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 350px) {
      section h2 {
        font-size: 20px;
        line-height: 25px; } }
  section h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400; }
  section h6 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic; }
  section p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    margin: 0px 0 30px; }
    section p a {
      color: #9ecc3c;
      font-weight: 400; }
      section p a:hover {
        opacity: .7; }
    section p:last-child {
      margin-bottom: 0; }
  section strong {
    font-weight: 700; }
  section ol {
    margin: 0;
    padding: 0 0 0 25px; }
  section ul {
    margin: -5px 0 20px 20px;
    padding: 0; }
  section ul li, section ol li {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 0 10px 0px;
    margin: 0;
    list-style: inherit; }
  section img.alignright, section .image-right {
    width: 100%; }
  section .content {
    background: white;
    border: 1px solid #dcdcdc;
    padding: 46px 50px 50px 50px;
    margin-bottom: 100px;
    position: relative; }
    @media (max-width: 1250px) {
      section .content {
        margin-bottom: 50px; } }
    @media (max-width: 700px) {
      section .content {
        padding: 30px; } }
    section .content.center {
      text-align: center; }
    section .content.none {
      background: transparent;
      border: 0;
      margin-bottom: 0; }
      section .content.none.no_image:first-child {
        padding-top: 20px; }
      @media (max-width: 1250px) {
        section .content.none.has_image:first-child {
          padding-top: 0; } }
      @media (max-width: 700px) {
        section .content.none.has_image:first-child.mobile_right, section .content.none.has_image:first-child.mobile-left {
          margin-top: 30px; } }
      @media (max-width: 700px) {
        section .content.none {
          padding: 30px 15px 0; } }
    section .content.white .mail input.signup {
      border: 1px solid #ddd; }
    section .content.white .mail input.signup-btn {
      background: #9ecc3c;
      color: white;
      cursor: pointer; }
      section .content.white .mail input.signup-btn:hover {
        background: #90bd31;
        cursor: pointer; }
    section .content.green {
      background: #9ecc3c; }
      section .content.green h1, section .content.green h2, section .content.green h3, section .content.green p {
        color: white; }
      section .content.green .button.green {
        background: #000; }
    section .content.cta h2 {
      margin-bottom: 10px; }
    section .content.cta p {
      margin-bottom: 15px; }
    section .content.faq {
      text-align: left;
      padding: 0;
      border-top: 0; }
      section .content.faq h2.title {
        background: #000;
        color: white;
        font-size: 24px;
        font-weight: 700;
        padding: 10px;
        text-align: center;
        margin: 0; }
        @media (max-width: 700px) {
          section .content.faq h2.title {
            padding: 20px;
            font-sieze: 20px; } }
      section .content.faq .padding {
        padding: 30px; }
      section .content.faq .question {
        background: #f8f8f8;
        padding: 15px;
        border: 1px solid #ddd;
        margin-bottom: -1px; }
        section .content.faq .question:hover {
          background: #f2f2f2;
          cursor: pointer; }
        section .content.faq .question p {
          font-size: 24px;
          font-weight: 500; }
          @media (max-width: 700px) {
            section .content.faq .question p {
              font-size: 18px; } }
      section .content.faq .answer {
        padding: 15px;
        display: none;
        border: 1px solid #ddd;
        margin-bottom: -1px; }
        section .content.faq .answer p {
          font-size: 20px;
          line-height: 24px; }
          @media (max-width: 700px) {
            section .content.faq .answer p {
              font-size: 16px;
              line-height: 20px; } }
    section .content.logos {
      text-align: center;
      padding: 0;
      border-top: 0; }
      section .content.logos h2.logo_title {
        background: #000;
        color: white;
        font-size: 24px;
        font-weight: 700;
        padding: 10px;
        margin: 0; }
        @media (max-width: 700px) {
          section .content.logos h2.logo_title {
            padding: 20px; } }
      section .content.logos .images {
        padding: 50px; }
        @media (max-width: 700px) {
          section .content.logos .images {
            padding: 20px; } }
      section .content.logos img {
        display: inline-block;
        margin: 10px;
        vertical-align: middle; }
        @media (max-width: 700px) {
          section .content.logos img {
            max-width: 42%; } }
    section .content.testimonial {
      text-align: center;
      overflow: hidden; }
      section .content.testimonial p {
        font-size: 45px;
        line-height: 55px; }
        @media (max-width: 1100px) {
          section .content.testimonial p {
            font-size: 35px;
            line-height: 45px; } }
        @media (max-width: 600px) {
          section .content.testimonial p {
            font-size: 28px;
            line-height: 35px; } }
        section .content.testimonial p.name {
          font-size: 30px;
          line-height: 33px;
          font-weight: 900;
          text-transform: uppercase; }
          @media (max-width: 1100px) {
            section .content.testimonial p.name {
              font-weight: 700;
              font-size: 25px;
              line-height: 28px; } }
          @media (max-width: 600px) {
            section .content.testimonial p.name {
              margin-bottom: 15px; } }
    section .content.value {
      text-align: center; }
      section .content.value p {
        font-size: 42px;
        line-height: 47px;
        font-weight: 400;
        margin: 0 auto;
        max-width: 900px; }
        @media (max-width: 1100px) {
          section .content.value p {
            font-size: 30px;
            line-height: 36px; } }
        @media (max-width: 600px) {
          section .content.value p {
            font-size: 25px;
            line-height: 32px; } }
        section .content.value p strong {
          font-weight: 900;
          color: #9ecc3c; }
        section .content.value p a {
          color: #9ecc3c;
          font-weight: 900;
          text-decoration: underline; }
    section .content.half {
      width: 49%;
      float: left;
      text-align: center;
      overflow: hidden; }
      section .content.half.left {
        margin-right: 2%; }
      @media (max-width: 1100px) {
        section .content.half {
          width: 100%;
          margin-right: 0 !important;
          height: auto !important; } }
    section .content h1, section .content h2 {
      font-size: 50px;
      line-height: 50px;
      font-weight: 900;
      margin-bottom: 40px;
      color: #000; }
      section .content h1.contact, section .content h2.contact {
        margin-bottom: 50px; }
        @media (max-width: 700px) {
          section .content h1.contact, section .content h2.contact {
            margin-bottom: 35px; } }
      @media (max-width: 1350px) {
        section .content h1, section .content h2 {
          font-size: 40px;
          line-height: 40px;
          font-weight: 700;
          margin-bottom: 20px; } }
      @media (max-width: 700px) {
        section .content h1, section .content h2 {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 35px; } }
      section .content h1.title, section .content h2.title {
        margin: 0;
        font-size: 52px;
        line-height: 55px;
        font-weight: 900; }
        @media (max-width: 1350px) {
          section .content h1.title, section .content h2.title {
            font-size: 40px;
            line-height: 40px;
            font-weight: 700;
            margin-bottom: 20px; } }
        @media (max-width: 1250px) {
          section .content h1.title, section .content h2.title {
            margin-bottom: 5px; } }
        @media (max-width: 700px) {
          section .content h1.title, section .content h2.title {
            font-size: 30px;
            line-height: 30px;
            margin-top: 20px; } }
    section .content p {
      font-size: 24px;
      line-height: 28px;
      font-weight: 300;
      color: #000; }
      @media (max-width: 700px) {
        section .content p.contact {
          margin-bottom: 15px; } }
      @media (max-width: 1350px) {
        section .content p {
          font-size: 22px; } }
      section .content p.sub_title {
        margin: 0 0 36px 0;
        font-size: 30px;
        line-height: 33px;
        font-weight: 700;
        color: #444; }
        @media (max-width: 700px) {
          section .content p.sub_title {
            font-size: 25px;
            line-height: 28px; } }
      section .content p:last-child {
        margin-bottom: 0; }
    section .content .mail {
      margin-top: 25px;
      width: 100%;
      max-width: 700px;
      display: inline-block; }
      section .content .mail input {
        width: 60%;
        border: 0;
        margin: 0;
        height: 55px;
        text-align: left;
        font-size: 20px;
        float: left; }
        @media (max-width: 700px) {
          section .content .mail input {
            width: 100%;
            text-align: center; } }
        section .content .mail input.signup {
          font-family: inherit;
          font-weight: 300;
          padding-left: 20px; }
          @media (max-width: 600px) {
            section .content .mail input.signup {
              font-size: 18px; } }
        section .content .mail input.signup-btn {
          font-size: 22px;
          font-weight: 500;
          background: #000;
          color: white;
          width: 40%;
          float: left;
          text-align: center; }
          section .content .mail input.signup-btn:hover {
            background: #0d0d0d;
            cursor: pointer; }
          @media (max-width: 700px) {
            section .content .mail input.signup-btn {
              width: 100%;
              text-align: center; } }
    section .content .benefits {
      width: 100%;
      margin-bottom: -1%; }
      section .content .benefits .benefit {
        width: 17%;
        margin: 1%;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        @media (max-width: 1100px) {
          section .content .benefits .benefit {
            width: 30.33333%; } }
        @media (max-width: 768px) {
          section .content .benefits .benefit {
            width: 100%;
            margin: 15px 0 25px;
            max-width: 450px; } }
        section .content .benefits .benefit .icon {
          background: #9ecc3c;
          border-radius: 50%;
          display: inline-block;
          padding: 40px;
          text-align: center;
          margin-bottom: 25px; }
          section .content .benefits .benefit .icon img {
            width: 55px; }
        section .content .benefits .benefit h2.title {
          font-size: 24px;
          line-height: 24px;
          font-weight: 400;
          margin-bottom: 10px; }
        section .content .benefits .benefit p {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 0; }
    section .content .image_content {
      width: 100%;
      margin-bottom: -1%; }
      section .content .image_content.show_desktop {
        display: block; }
        @media (max-width: 1023px) {
          section .content .image_content.show_desktop {
            display: none; } }
      section .content .image_content.show_tablet {
        display: none; }
        @media (max-width: 1023px) {
          section .content .image_content.show_tablet {
            display: block; } }
      section .content .image_content .group {
        width: 30.33333%;
        margin: 1%;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        section .content .image_content .group:last-child {
          margin-bottom: 0; }
        @media (max-width: 768px) {
          section .content .image_content .group {
            width: 100%;
            margin: 15px 0 25px;
            max-width: 450px; } }
        section .content .image_content .group .image {
          display: inline-block;
          text-align: center;
          margin-bottom: 30px; }
          @media (max-width: 700px) {
            section .content .image_content .group .image {
              margin-bottom: 0; } }
          section .content .image_content .group .image img {
            width: 100%; }
        section .content .image_content .group h2.title {
          font-size: 28px;
          line-height: 28px;
          font-weight: 700;
          margin-bottom: 10px; }
          @media (max-width: 1100px) {
            section .content .image_content .group h2.title {
              font-size: 24px;
              line-height: 24px; } }
        section .content .image_content .group p {
          font-size: 22px;
          font-weight: 300;
          line-height: 28px;
          margin-bottom: 0; }
          @media (max-width: 1100px) {
            section .content .image_content .group p {
              font-size: 18px;
              line-height: 24px; } }
    section .content .videos_container {
      width: 100%;
      text-align: center;
      margin-top: 50px; }
      @media (max-width: 700px) {
        section .content .videos_container {
          margin-top: 30px; } }
      section .content .videos_container .video_block {
        display: inline-block;
        margin: 0 1%;
        width: 47%;
        max-width: 450px; }
        @media (max-width: 700px) {
          section .content .videos_container .video_block {
            width: 100%;
            margin: 15px 0; } }
        section .content .videos_container .video_block a.youtube {
          display: inline-block;
          width: 100%;
          max-width: 450px;
          background: #000;
          border-radius: 5px;
          overflow: hidden;
          position: relative; }
          section .content .videos_container .video_block a.youtube img.back {
            width: 100%;
            opacity: .7;
            z-index: 9;
            position: relative;
            float: left; }
          section .content .videos_container .video_block a.youtube img.icon {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -35px;
            margin-left: -35px;
            width: 70px;
            z-index: 10; }
          section .content .videos_container .video_block a.youtube:hover img.back {
            opacity: 1; }
        section .content .videos_container .video_block p {
          font-size: 20px;
          font-weight: 200; }
    section .content.one_phone .content_container.v_center {
      width: 60%; }
      @media (max-width: 1500px) {
        section .content.one_phone .content_container.v_center {
          width: 54%; } }
      @media (max-width: 1350px) {
        section .content.one_phone .content_container.v_center {
          width: 50%; } }
      @media (max-width: 1250px) {
        section .content.one_phone .content_container.v_center {
          width: 100%; } }
    section .content .content_container .button {
      margin-top: 15px;
      margin-left: 0; }
    section .content .content_container.v_center {
      position: absolute;
      right: 60px;
      top: 0;
      bottom: 0;
      width: 54%;
      text-align: left; }
      section .content .content_container.v_center .centered.center {
        text-align: center; }
      @media (max-width: 1500px) {
        section .content .content_container.v_center {
          width: 50%; } }
      @media (max-width: 1250px) {
        section .content .content_container.v_center {
          position: relative;
          width: 100%;
          text-align: center;
          right: auto; }
          section .content .content_container.v_center .vertical {
            position: relative;
            display: block; }
          section .content .content_container.v_center .centered {
            display: block;
            text-align: center; } }
    section .content.mobile_left {
      padding-bottom: 0; }
      section .content.mobile_left .left_group {
        float: left;
        margin-right: 40px;
        margin-top: -80px;
        width: 40%;
        position: relative;
        max-width: 525px; }
        section .content.mobile_left .left_group.right {
          float: right;
          margin-right: 0; }
        @media (max-width: 1250px) {
          section .content.mobile_left .left_group {
            width: 100%;
            max-width: 350px;
            margin: 45px auto 0;
            float: none; } }
        section .content.mobile_left .left_group .left_single {
          position: relative;
          left: 0;
          bottom: 0;
          width: 100%;
          z-index: 10;
          text-align: left; }
        section .content.mobile_left .left_group .left_layer {
          position: relative;
          left: 0;
          bottom: 0;
          width: 80%;
          z-index: 10; }
        section .content.mobile_left .left_group .right_layer {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 69%;
          z-index: 9; }
    section .content.mobile_right {
      padding-bottom: 0; }
      section .content.mobile_right .right_group {
        float: right;
        margin-left: 40px;
        margin-top: -80px;
        width: 38%;
        position: relative; }
        @media (max-width: 1250px) {
          section .content.mobile_right .right_group {
            width: 100%;
            margin: 55px auto 0;
            float: none;
            max-width: 350px; } }
      section .content.mobile_right .left_group.right {
        float: right;
        margin-right: 0px;
        margin-top: -80px;
        width: 40%;
        position: relative;
        max-width: 525px; }
        @media (max-width: 1250px) {
          section .content.mobile_right .left_group.right {
            width: 100%;
            max-width: 350px;
            margin: 45px auto 0;
            float: none; } }
        section .content.mobile_right .left_group.right .right_single {
          position: relative;
          left: 0;
          bottom: 0;
          width: 100%;
          z-index: 10;
          text-align: right; }
        section .content.mobile_right .left_group.right .left_layer {
          position: relative;
          left: 0;
          bottom: 0;
          width: 80%;
          z-index: 10; }
        section .content.mobile_right .left_group.right .right_layer {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 69%;
          z-index: 9; }
      section .content.mobile_right .content_container.v_center {
        right: auto;
        left: 60px; }
        @media (max-width: 1250px) {
          section .content.mobile_right .content_container.v_center {
            left: auto; } }
    section .content.desktop_left {
      padding-left: 0;
      padding-bottom: 0; }
      @media (max-width: 1250px) {
        section .content.desktop_left {
          padding: 50px 50px 0 50px; } }
      @media (max-width: 700px) {
        section .content.desktop_left {
          padding: 40px 30px 0 30px; } }
      section .content.desktop_left .content_container.v_center {
        width: 45%; }
        @media (max-width: 1250px) {
          section .content.desktop_left .content_container.v_center {
            width: 100%; } }
      section .content.desktop_left .crop_left {
        float: left;
        width: 55%;
        overflow: hidden;
        margin-top: -85px; }
        @media (max-width: 1250px) {
          section .content.desktop_left .crop_left {
            margin-top: 40px;
            width: 100%; } }
        section .content.desktop_left .crop_left .desk_left {
          margin-left: -40%; }
          @media (max-width: 1500px) {
            section .content.desktop_left .crop_left .desk_left {
              margin-left: -68%; } }
          @media (max-width: 1250px) {
            section .content.desktop_left .crop_left .desk_left {
              margin: 0; } }
        section .content.desktop_left .crop_left .bottom {
          left: auto;
          width: 76.5%;
          bottom: 9%;
          right: 12%; }
    section .content.desktop_right {
      padding-right: 0;
      padding-bottom: 0; }
      @media (max-width: 1250px) {
        section .content.desktop_right {
          padding: 50px 50px 0 50px; } }
      @media (max-width: 700px) {
        section .content.desktop_right {
          padding: 40px 30px 0 30px; } }
      section .content.desktop_right .content_container.v_center {
        right: auto;
        left: 60px;
        width: 45%; }
        @media (max-width: 1250px) {
          section .content.desktop_right .content_container.v_center {
            left: auto;
            width: 100%; } }
      section .content.desktop_right .crop_right {
        float: right;
        width: 55%;
        overflow: hidden;
        margin-top: -85px; }
        @media (max-width: 1250px) {
          section .content.desktop_right .crop_right {
            margin-top: 40px;
            width: 100%; } }
        section .content.desktop_right .crop_right .desk_right {
          margin-right: -40%; }
          @media (max-width: 1500px) {
            section .content.desktop_right .crop_right .desk_right {
              margin-right: -68%; } }
          @media (max-width: 1250px) {
            section .content.desktop_right .crop_right .desk_right {
              margin: 0; } }
        section .content.desktop_right .crop_right .bottom {
          left: auto;
          width: 76.5%;
          bottom: 9%;
          right: 12%; }
    section .content.in_container .left_group.right, section .content.in_container .left_group, section .content.in_container .crop_left, section .content.in_container .crop_right {
      margin-top: 0 !important; }
      @media (max-width: 1250px) {
        section .content.in_container .left_group.right, section .content.in_container .left_group, section .content.in_container .crop_left, section .content.in_container .crop_right {
          margin-top: 50px !important; } }
  section .top_mobile {
    width: 100%;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto; }
    section .top_mobile .frame_container {
      display: inline-block;
      width: 30%;
      margin: 0 1%; }
  section .top_desktop {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      section .top_desktop {
        width: 95%; } }
    section .top_desktop .frame_container {
      display: block; }
      section .top_desktop .frame_container.desk_left {
        width: 95%;
        position: relative;
        left: 0;
        z-index: 9; }
        @media (max-width: 700px) {
          section .top_desktop .frame_container.desk_left {
            width: 95%; } }
      section .top_desktop .frame_container.phone_right {
        width: 28%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10; }
        @media (max-width: 1023px) {
          section .top_desktop .frame_container.phone_right {
            width: 175px; } }
        @media (max-width: 700px) {
          section .top_desktop .frame_container.phone_right {
            width: 28%; } }
    section .top_desktop.one .frame_container.desk_center {
      width: 100%;
      position: relative;
      left: 0;
      z-index: 9; }

/* @end */
/* @group 404 Search */
.not_found .random {
  margin-bottom: 30px;
  display: none; }
  .not_found .random img {
    max-width: 100%;
    max-height: 400px; }
.not_found h1 {
  margin-bottom: 30px; }
.not_found p {
  margin-bottom: 0; }

/* @end */
/* @group FAQ Search */
.faqSearch {
  width: 100%;
  margin: 15px auto 0;
  max-width: 800px;
  display: inline-block;
  border: 0; }
  .faqSearch input {
    border: 1px solid #ddd;
    float: left;
    height: 50px;
    font-size: 20px;
    padding-left: 10px;
    font-family: inherit;
    font-weight: 300;
    width: calc(100% - 50px); }
    @media (max-width: 700px) {
      .faqSearch input {
        font-size: 18px; } }
  .faqSearch .submit {
    margin: 0;
    float: left;
    height: 50px;
    width: 50px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-left: 0;
    font-size: 20px;
    font-weight: 200;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px; }

#filter-count {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-top: 15px;
  float: left;
  width: 100%; }

/* @end */
/* @group Form Wide */
p.disclaimer {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  color: white;
  margin: 10px 0 0 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400; }
  @media (max-width: 600px) {
    p.disclaimer {
      font-size: 13px;
      line-height: 18px;
      margin: 15px 0 5px 0; } }

.form_container {
  width: 100%;
  padding: 30px;
  background: black;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 45px;
  text-align: center; }
  @media (max-width: 600px) {
    .form_container {
      padding: 20px; } }
  .form_container h2 {
    color: #fecc40;
    font-size: 25px;
    line-height: 30px; }
    @media (max-width: 600px) {
      .form_container h2 {
        font-size: 22px;
        line-height: 26px; } }

.no-margin .form_container {
  margin-top: 0; }

form.form-full input {
  width: 25%;
  margin: 0;
  border-radius: 0;
  height: 55px;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
  border: 0;
  float: left;
  border-right: 1px dashed #ccc;
  border-left: 0;
  text-indent: 15px; }
  @media (max-width: 1023px) {
    form.form-full input {
      width: 100%;
      border-right: 0;
      border-bottom: 1px dashed #ccc; } }
  form.form-full input.no-border {
    border-right: 0; }
  form.form-full input.first {
    border-radius: 2px 0 0 2px; }
    @media (max-width: 1023px) {
      form.form-full input.first {
        border-radius: 2px 2px 0 0; } }
  form.form-full input.last {
    border-right: 0; }
    @media (max-width: 1023px) {
      form.form-full input.last {
        border-radius: 0;
        border-bottom: 0; } }
form.form-full .submitButton {
  border: 0px solid #eeb20f;
  color: #222;
  margin: 0px;
  height: 55px;
  padding-left: 0;
  font-size: 18px;
  width: 25%;
  font-weight: 600;
  text-indent: 0;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  background: #fecc40; }
  @media (max-width: 1023px) {
    form.form-full .submitButton {
      width: 100%;
      border-radius: 0 0 2px 2px; } }
form.form-full.add_textarea input {
  width: 32.83333%;
  margin-right: .75%;
  border: 0;
  border-radius: 2px; }
  form.form-full.add_textarea input.last {
    margin-right: 0; }
  @media (max-width: 1023px) {
    form.form-full.add_textarea input {
      width: 100%;
      border-right: 0;
      border-bottom: 1px dashed #ccc;
      border-radius: 0;
      margin: 0; }
      form.form-full.add_textarea input.last {
        border-bottom: 0; }
      form.form-full.add_textarea input.FirstName {
        border-radius: 2px 2px 0 0; } }
form.form-full.add_textarea .submitButton {
  width: 100%; }
form.form-full.add_textarea textarea {
  background: white;
  padding: 15px 15px;
  border-radius: 2px;
  height: 200px;
  color: #000;
  width: 99.99%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 3px;
  border-bottom: 7px;
  font-family: inherit;
  border-radius: 0px;
  border: 0px solid #ccc;
  border-top: 0px dashed #ccc;
  float: left;
  resize: none;
  margin-top: .75%;
  margin-bottom: .75%; }
  @media (max-width: 1023px) {
    form.form-full.add_textarea textarea {
      border-radius: 0;
      margin: 0;
      border-top: 1px dashed #ccc; } }
form.form-full.add_textarea input.submitButton {
  margin-bottom: .75%;
  width: 99.99%; }
  @media (max-width: 1023px) {
    form.form-full.add_textarea input.submitButton {
      border-radius: 0 0 2px 2px;
      border: 0; } }

/* @end */
/* @group Get Started Form */
form.form-val {
  width: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
  text-align: left; }
  form.form-val .group {
    width: 100%;
    float: left; }
    form.form-val .group.end {
      margin-right: 0% !important; }
    form.form-val .group.full {
      width: 100%;
      margin: 1%; }
      form.form-val .group.full.checkbox {
        margin-bottom: -15px; }
        @media (max-width: 600px) {
          form.form-val .group.full.checkbox {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0; } }
    form.form-val .group.half {
      width: 49%;
      margin-right: 2%; }
      @media (max-width: 600px) {
        form.form-val .group.half {
          width: 100%;
          margin-right: 0; } }
      form.form-val .group.half.checkbox {
        margin-right: 1%;
        width: 49.5%;
        margin-bottom: -15px; }
        @media (max-width: 600px) {
          form.form-val .group.half.checkbox {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0; } }
    form.form-val .group.third {
      width: 32.0%;
      margin-right: 2.0%; }
      @media (max-width: 1023px) {
        form.form-val .group.third {
          width: 49%;
          margin-right: 2%; }
          form.form-val .group.third:nth-child(2n+0) {
            margin-right: 0 !important; }
          form.form-val .group.third:nth-child(3) {
            margin-right: 2% !important; } }
      @media (max-width: 600px) {
        form.form-val .group.third {
          width: 100%;
          margin-right: 0 !important; } }
    form.form-val .group.checkbox.third {
      width: 32.75%;
      margin-right: .75%;
      margin-bottom: -1%; }
      @media (max-width: 1023px) {
        form.form-val .group.checkbox.third {
          width: 49.5%;
          margin-right: 1% !important;
          margin-bottom: -2%; }
          form.form-val .group.checkbox.third:nth-child(odd) {
            margin-right: 0 !important; } }
      @media (max-width: 600px) {
        form.form-val .group.checkbox.third {
          width: 100%;
          margin-right: 0 !important;
          margin-bottom: 0; } }
    form.form-val .group label {
      width: 100%;
      font-size: 22px;
      margin: 20px 0 5px;
      float: left;
      color: #000;
      font-weight: 600; }
      @media (max-width: 1250px) {
        form.form-val .group label {
          font-size: 18px; } }
      form.form-val .group label.checkboxes {
        margin-top: 30px;
        margin-bottom: -10px; }
      form.form-val .group label span {
        font-weight: 300;
        font-size: 16px;
        float: right;
        padding-right: 5px; }
        @media (max-width: 700px) {
          form.form-val .group label span.long {
            width: 100%; } }
    form.form-val .group.textarea label {
      margin-top: 35px; }
    form.form-val .group.half.upload {
      margin-top: 5px; }
      form.form-val .group.half.upload .image-container {
        background: #f0f0f0;
        text-indent: 20px;
        height: 40px;
        width: 100%;
        font-size: 17px;
        font-weight: 300;
        border-radius: 0px;
        border: 1px solid #ddd;
        float: left;
        color: #444;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none; }
        form.form-val .group.half.upload .image-container span {
          display: inline-block;
          width: 100%;
          overflow: hidden;
          font-size: 18px;
          font-weight: 400;
          color: #aaa;
          white-space: nowrap;
          padding-top: 6px;
          padding-left: 15px;
          text-indent: 0;
          z-index: 9;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
          form.form-val .group.half.upload .image-container span.file {
            color: #000;
            font-weight: 700; }
        form.form-val .group.half.upload .image-container .file_x {
          position: absolute;
          right: 0;
          background: black;
          top: -1px;
          bottom: 0;
          width: 40px;
          padding: 7px;
          z-index: 10; }
    form.form-val .group input {
      background: #fbfbfb;
      text-indent: 20px;
      height: 60px;
      width: 100%;
      font-size: 17px;
      font-weight: 300;
      border-radius: 0px;
      border: 1px solid #ddd;
      float: left;
      color: #000; }
      @media (max-width: 600px) {
        form.form-val .group input {
          border-radius: 0;
          font-size: 15px;
          text-indent: 15px; } }
      form.form-val .group input[type="checkbox"] {
        display: none !important; }
      form.form-val .group input[type="checkbox"] + label {
        width: calc(100% - 2px);
        line-height: 80px;
        text-align: center;
        border-radius: 3px;
        background: #fbfbfb;
        border: 1px solid #ddd;
        cursor: pointer;
        display: block;
        font-size: 18px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        form.form-val .group input[type="checkbox"] + label:hover {
          background: #f5f5f5;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        @media (max-width: 600px) {
          form.form-val .group input[type="checkbox"] + label {
            margin-bottom: -21px;
            line-height: 60px;
            border-radius: 0;
            font-size: 17px; } }
      form.form-val .group input[type="checkbox"]:checked + label {
        color: white;
        background: #9ecc3c;
        border-color: #a2ce44; }
        form.form-val .group input[type="checkbox"]:checked + label:hover {
          background: #a8d150; }
      form.form-val .group input[type="radio"] {
        display: none !important; }
      form.form-val .group input[type="radio"] + label {
        width: calc(120px - 2px);
        line-height: 50px;
        text-align: center;
        border-radius: 3px;
        background: white;
        border: 1px solid #ddd;
        cursor: pointer;
        float: left;
        font-size: 14px;
        margin-right: 10px; }
      form.form-val .group input[type="radio"]:checked + label {
        color: white;
        background: #fecc40;
        border-color: #fecc40; }
    form.form-val .group textarea {
      background: #fff;
      /*text-indent: 15px;*/
      padding: 15px;
      height: 250px;
      width: 100%;
      font-size: 17px;
      border-radius: 3px;
      border-bottom: 7px;
      border: 1px solid #ddd;
      float: left;
      resize: none; }
    form.form-val .group .drop_line {
      max-width: none;
      background: #fbfbfb;
      height: 60px;
      padding: 0px;
      border-radius: 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center;
      border: 1px solid #ddd;
      position: relative; }
      form.form-val .group .drop_line.needsfilled {
        background: #fcebeb !important;
        border: 1px solid #e49f9f !important;
        color: #af0202 !important; }
        form.form-val .group .drop_line.needsfilled .drop_arrow {
          background: #fcebeb !important; }
      form.form-val .group .drop_line span.drop {
        width: 100%;
        display: inline-block; }
        form.form-val .group .drop_line span.drop select {
          background: none;
          height: auto;
          position: relative;
          top: 0px;
          border: 0px solid #ddd;
          border-radius: 0px;
          padding: 20px 7px 20px 20px;
          text-indent: 0px;
          vertical-align: middle;
          font-size: 17px;
          width: 100%;
          margin: 0;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          color: #767676;
          font-weight: 300;
          position: relative;
          z-index: 19; }
          @media (max-width: 1250px) {
            form.form-val .group .drop_line span.drop select {
              font-size: 15px; } }
          @media (max-width: 600px) {
            form.form-val .group .drop_line span.drop select {
              font-size: 15px;
              padding-left: 15px;
              padding-top: 17px; } }
          form.form-val .group .drop_line span.drop select .select_website, form.form-val .group .drop_line span.drop select .select_prototype, form.form-val .group .drop_line span.drop select .select_branding, form.form-val .group .drop_line span.drop select .select_ui {
            display: none; }
      form.form-val .group .drop_line .drop_arrow {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0;
        z-index: 1;
        width: 55px;
        background: #f5f5f5;
        text-align: center;
        border-left: 1px solid #ddd; }
        @media (max-width: 700px) {
          form.form-val .group .drop_line .drop_arrow {
            width: 50px; } }
        form.form-val .group .drop_line .drop_arrow img {
          display: inline-block;
          veritcal-align: middle;
          width: 40px;
          margin-top: 10px; }
          @media (max-width: 700px) {
            form.form-val .group .drop_line .drop_arrow img {
              width: 35px;
              margin-top: 12px; } }
  form.form-val .assets {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 25px; }
  form.form-val .add_asset {
    float: left;
    cursor: pointer;
    margin-left: 0;
    padding: 10px 45px;
    font-size: 17px; }
  form.form-val .step {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd; }
    form.form-val .step.second {
      padding-bottom: 60px; }
    form.form-val .step.landing {
      padding-bottom: 0px;
      border-bottom: 0;
      margin-top: -10px; }
    form.form-val .step h3 {
      margin: 0px 0px 10px;
      padding: 0px 0px;
      font-size: 20px;
      width: 100%;
      font-weight: 400;
      position: relative;
      color: #e85d00 !important;
      background: none; }
    form.form-val .step.two, form.form-val .step.three {
      margin-top: 5px;
      padding-top: 12px; }
    form.form-val .step.third {
      margin-top: 5px;
      border-bottom: 0;
      padding-top: 15px;
      margin-bottom: -40px; }
  form.form-val input.needsfilled, form.form-val textarea.needsfilled {
    background: #fcebeb !important;
    border: 1px solid #e49f9f !important;
    color: #af0202 !important; }
  form.form-val input.button {
    background: #9ecc3c;
    color: #fff;
    padding: 20px 40px;
    border: none;
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0 0 0;
    height: 60px;
    border-radius: 0;
    text-align: center;
    width: 100%;
    text-indent: 0; }
    form.form-val input.button:hover {
      background: #90bd31;
      cursor: pointer; }
    form.form-val input.button.full {
      margin-top: 35px;
      width: 100%; }
    form.form-val input.button.landing {
      margin-top: 40px; }
    @media (max-width: 600px) {
      form.form-val input.button {
        width: 100%;
        font-size: 23px;
        padding: 15px;
        margin: 20px 0 0 0; } }
  form.form-val.landing-form {
    max-width: 400px;
    margin: 50px auto 0; }
    form.form-val.landing-form .group {
      padding: 0;
      margin: 0 0 10px 0; }

.country {
  display: none !important; }

/* @end */
/* @group team */
.team {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: -1%; }
  @media (max-width: 600px) {
    .team {
      margin-top: -5px; } }
  .team .member {
    width: 31.33333%;
    margin: 1.2% 1%;
    float: left; }
    @media (max-width: 1100px) {
      .team .member {
        width: 47.7%;
        display: inline-block;
        float: none; } }
    @media (max-width: 700px) {
      .team .member {
        width: 100%;
        margin: 10px 0;
        float: left;
        display: block; } }
    .team .member.has_social .image_area:hover img.profile {
      opacity: .5;
      -webkit-backface-visibility: hidden;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .team .member.has_social .image_area:hover .social {
      opacity: 1;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .team .member .image_area {
      background: #000;
      overflow: hidden;
      position: relative;
      display: table;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 700px) {
        .team .member .image_area {
          margin: auto; } }
      .team .member .image_area img.profile {
        width: 100%;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .team .member .image_area .social {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -25px;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .team .member .image_area .social img {
          display: inline-block;
          margin: 0 4px;
          width: 50px;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .team .member .image_area .social img:hover {
            opacity: .7;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
    .team .member h2 {
      font-size: 30px;
      margin: 20px 0 3px 0;
      line-height: 30px; }
    .team .member p {
      margin: 0; }

/* @end */
/* @group Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  height: auto; }

.embed-container.right {
  float: right; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* @end */
/* @group Contact Us*/
.contact_us h1, .contact_us h2 {
  font-size: 25px; }
@media (max-width: 1023px) {
  .contact_us h1 {
    font-size: 35px; } }
.contact_us .left {
  float: left;
  width: 65%;
  border-right: 1px solid #ccc;
  padding-right: 50px; }
  .contact_us .left form {
    max-width: none;
    margin-left: -10px; }
    @media (max-width: 1023px) {
      .contact_us .left form {
        max-width: 550px;
        display: inline-block;
        margin-left: 0; } }
  @media (max-width: 1023px) {
    .contact_us .left {
      width: 100%;
      padding-right: 0;
      border: 0;
      float: none;
      text-align: center; } }
  .contact_us .left .button.black.preregister {
    width: 97.5%;
    background: black;
    color: #fecc40;
    margin: 0 0 15px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .contact_us .left .button.black.preregister:hover {
      opacity: .9;
      cursor: pointer;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
.contact_us .right {
  float: right;
  width: 30%;
  		/*
  background: #fff;
  		padding: 20px;
  		border: 1px solid #eee;
  */ }
  @media (max-width: 1023px) {
    .contact_us .right {
      width: 100%;
      float: none;
      text-align: center;
      margin-top: 50px; } }

/* @end */
/* @group Maps*/
.maps-cover {
  width: 100%; }
  .maps-cover iframe {
    pointer-events: none;
    width: 100%; }

/* @end */
/* @group Footer */
body {
  padding-bottom: 400px; }
  @media (max-width: 1100px) {
    body {
      padding-bottom: 0px; } }

footer {
  background: #333;
  position: fixed;
  height: 400px;
  left: 80px;
  right: 0;
  bottom: -400px; }
  @media (max-width: 1100px) {
    footer {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto; } }
  @media (max-width: 600px) {
    footer {
      height: 420px; } }
  @media (max-width: 1250px) {
    footer .container {
      padding: 0 30px; } }
  footer img.choppy {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 270px; }
    @media (max-width: 1250px) {
      footer img.choppy {
        width: 250px; } }
    @media (max-width: 1100px) {
      footer img.choppy {
        width: 200px; } }
    @media (max-width: 1023px) {
      footer img.choppy {
        display: none; } }
  footer .top {
    background: #9ecc3c;
    padding: 50px 0;
    text-align: center; }
    @media (max-width: 1100px) {
      footer .top {
        padding: 35px 0; } }
    footer .top .menu {
      max-width: 535px;
      width: 100%;
      display: inline-block;
      text-align: left; }
      @media (max-width: 1100px) {
        footer .top .menu {
          max-width: 450px; } }
      @media (max-width: 1023px) {
        footer .top .menu {
          max-width: 100%;
          text-align: center; } }
      footer .top .menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer .top .menu ul li {
          margin: 0;
          padding: 0; }
          @media (max-width: 1023px) {
            footer .top .menu ul li {
              display: inline-block; } }
          footer .top .menu ul li a {
            display: block;
            float: left;
            width: 25%;
            color: white;
            padding: 6px 0;
            font-size: 24px;
            font-weight: 700;
            text-decoration: none; }
            footer .top .menu ul li a:hover {
              opacity: .7; }
            @media (max-width: 1100px) {
              footer .top .menu ul li a {
                font-size: 20px;
                padding: 3px 0; } }
            @media (max-width: 1023px) {
              footer .top .menu ul li a {
                float: none;
                width: auto;
                padding: 3px 10px;
                display: inline-block; } }
    footer .top .contact {
      text-align: left;
      display: inline-block;
      max-width: 400px;
      position: relative;
      top: -10px; }
      @media (max-width: 1023px) {
        footer .top .contact {
          width: 100%;
          max-width: 100%;
          text-align: center;
          margin-top: 20px; } }
      footer .top .contact p {
        display: block;
        width: 100%;
        color: white;
        padding: 3px 0;
        font-size: 24px;
        font-weight: 300;
        margin: 0; }
        footer .top .contact p a {
          color: white;
          text-decoration: none; }
          footer .top .contact p a:hover {
            opacity: .7; }
        @media (max-width: 1100px) {
          footer .top .contact p {
            font-size: 20px;
            padding: 0; } }
        @media (max-width: 1023px) {
          footer .top .contact p {
            float: none;
            line-height: 26px; } }
        footer .top .contact p strong {
          font-weight: 700; }
  footer .bottom {
    background: #333;
    padding: 50px 30px;
    text-align: center; }
    @media (max-width: 600px) {
      footer .bottom {
        padding: 30px; } }
    footer .bottom .social {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      footer .bottom .social a {
        display: inline-block; }
        footer .bottom .social a:hover {
          opacity: .7; }
        footer .bottom .social a img {
          width: 48px; }
          @media (max-width: 600px) {
            footer .bottom .social a img {
              width: 40px; } }
    footer .bottom p {
      font-size: 18px;
      line-height: 22px;
      color: white;
      font-weight: 300;
      margin: 0;
      padding: 0; }
      @media (max-width: 600px) {
        footer .bottom p {
          font-size: 16px; } }
      footer .bottom p.gray {
        opacity: .7; }

/* @end */
@media (max-width: 1100px) {
  .transition *, .transition *:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; } }
/* @group Modal */
.modal_background {
  display: none;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .85;
  z-index: 9999999; }
  @media (max-width: 600px) {
    .modal_background {
      opacity: 1; } }
  .modal_background.active {
    display: block; }

.modal_group {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -250px;
  z-index: 99999999;
  width: 450px;
  display: none; }
  @media (max-width: 1023px) {
    .modal_group {
      margin-left: -250px; } }
  @media (max-width: 600px) {
    .modal_group {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0; } }
  .modal_group.active {
    display: block; }

.modal_content {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29); }
  @media (max-width: 600px) {
    .modal_content {
      border-radius: 0;
      margin: 0;
      box-shadow: none; } }
  .modal_content .title {
    background: black;
    padding: 15px;
    position: relative;
    border-radius: 3px 3px 0 0;
    margin: 0px; }
    @media (max-width: 600px) {
      .modal_content .title {
        border-radius: 0; } }
    .modal_content .title h2 {
      font-family: 'Paytone One', sans-serif;
      color: white;
      font-size: 20px;
      padding-bottom: 2px; }
    .modal_content .title .x {
      width: 20px;
      position: absolute;
      top: 17px;
      right: 15px;
      cursor: pointer; }
  .modal_content .panel {
    overflow: hidden;
    padding-bottom: 20px;
    display: none; }
    .modal_content .panel.active {
      display: block; }
  .modal_content .padding {
    padding: 15px 30px;
    overflow: hidden; }
    .modal_content .padding h2 {
      font-size: 18px;
      margin-bottom: 6px; }
    .modal_content .padding p {
      padding: 6px 0;
      line-height: 24px;
      font-size: 16px;
      margin-top: 10px; }
  .modal_content form {
    overflow: hidden; }
    .modal_content form .group {
      width: 100%;
      float: left;
      margin: 1% 0; }
      .modal_content form .group.half {
        width: 48%;
        margin: 1% 0;
        margin-right: 4%; }
        .modal_content form .group.half.end {
          margin-right: 0; }
    .modal_content form .step {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px dashed #ddd;
      float: left;
      width: 100%; }
    .modal_content form label {
      width: 100%;
      margin-bottom: 5px;
      margin-top: 12px;
      display: block;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      color: #222; }
      .modal_content form label.check {
        margin-bottom: -9px;
        margin-top: 10px; }
    .modal_content form textarea {
      background: #fff;
      /*text-indent: 15px;*/
      padding: 15px;
      height: 250px;
      width: 100%;
      font-size: 14px;
      border-radius: 3px;
      border-bottom: 7px;
      border: 1px solid #ddd;
      float: left;
      resize: none; }
    .modal_content form .drop_line {
      max-width: none;
      background: #fff url(img/drop-arrow.png) no-repeat right;
      height: 45px;
      padding: 0px;
      border: 1px solid #bbb;
      border-radius: 3px;
      display: inline-block;
      width: 100%;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center; }
      .modal_content form .drop_line span.drop {
        width: 100%;
        display: inline-block; }
        .modal_content form .drop_line span.drop select {
          background: none;
          height: auto;
          position: relative;
          top: 0px;
          border: 0px solid #ddd;
          border-radius: 0px;
          padding: 12px 7px 15px 15px;
          text-indent: 0px;
          vertical-align: middle;
          font-size: 15px;
          width: 100%;
          margin: 0;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          color: #222;
          font-weight: 400; }
      .modal_content form .drop_line .drop_arrow {
        position: absolute;
        top: 6px;
        left: 369px;
        z-index: 1;
        width: 18px; }
    .modal_content form input {
      height: 45px;
      text-indent: 15px;
      width: 100%;
      margin: 0;
      font-size: 15px;
      outline: none;
      border: 1px solid #bbb;
      border-radius: 3px; }
      .modal_content form input[type="checkbox"] {
        display: none !important; }
      .modal_content form input[type="checkbox"] + label {
        width: calc(100% - 2px);
        line-height: 80px;
        text-align: center;
        border-radius: 3px;
        background: white;
        border: 1px solid #ddd;
        cursor: pointer;
        display: block;
        font-size: 18px;
        margin-bottom: 0;
        text-transform: none; }
        @media (max-width: 600px) {
          .modal_content form input[type="checkbox"] + label {
            margin-bottom: -21px;
            line-height: 60px;
            border-radius: 0;
            font-size: 17px; } }
      .modal_content form input[type="checkbox"]:checked + label {
        color: white;
        background: #005b80;
        border-color: #00628a; }
      .modal_content form input[type="radio"] {
        display: none !important; }
      .modal_content form input[type="radio"] + label {
        line-height: 45px;
        text-align: center;
        border-radius: 3px;
        background: white;
        border: 1px solid #bbb;
        cursor: pointer;
        float: left;
        font-size: 15px;
        font-weight: 400;
        height: 50px;
        margin-bottom: -4px;
        text-transform: none; }
      .modal_content form input[type="radio"]:checked + label {
        color: white;
        background: #005b80;
        border-color: #005b80;
        font-weight: 700; }
        .modal_content form input[type="radio"]:checked + label:before {
          content: ' ';
          width: 24px;
          height: 24px;
          background: url(../img/white_check.svg) no-repeat center center;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-right: 6px; }
    .modal_content form .buttons {
      margin-top: 25px;
      float: left;
      width: 100%; }
    .modal_content form .button {
      float: right;
      border: 0;
      width: auto;
      text-indent: 0;
      font-weight: 700;
      line-height: 0;
      border-bottom: 2px solid #004967;
      height: 60px;
      font-size: 20px; }
      .modal_content form .button.gray {
        border-bottom: 2px solid #e1e1e1;
        margin-right: 7px;
        line-height: 14px; }
      .modal_content form .button.blue {
        border-bottom: 2px solid #004967;
        line-height: 14px; }
      .modal_content form .button.black {
        border-bottom: 0px solid black;
        background: #000;
        line-height: 10px;
        color: white; }
      .modal_content form .button.orange {
        border-bottom: 2px solid #fec31c;
        line-height: 14px; }
  .modal_content .btns {
    width: 100%;
    text-align: left; }
    .modal_content .btns a {
      display: inline-block;
      background: black;
      border-radius: 3px;
      padding: 10px 15px;
      color: white;
      text-decoration: none;
      font-size: 18px;
      margin-right: 5px;
      float: left;
      font-family: 'Paytone One', sans-serif; }

.app-x {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999;
  width: 22px;
  cursor: pointer; }

.title-bar {
  padding: 0;
  height: auto;
  margin-top: -4px;
  margin-bottom: 20px;
  background: transparent; }
  .title-bar h1 {
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'Paytone One', sans-serif;
    font-size: 24px; }

.tenant_block {
  background: #eee;
  padding: 0 20px 20px 20px;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  position: relative; }
  .tenant_block .tenant_title {
    padding: 15px 15px 9px 0;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #12181f; }
    .tenant_block .tenant_title img {
      position: absolute;
      top: 13px;
      right: 15px; }

.add_tenant {
  background: #eee;
  color: #12181f;
  border: 1px solid #d7d7d7;
  padding: 15px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  margin: 20px 0 10px;
  font-weight: 400; }
  .add_tenant:hover {
    background: #e1e1e1;
    cursor: pointer; }

/* @end */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

/* General Styles */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #000;
  position: relative; }

.clear {
  clear: both; }

a {
  color: #3690ea; }

a, a:hover, input, input:hover, button, button:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: none; }

input, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.container {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  max-width: 1700px;
  /*
  	 @include breakpoint($phone-l) {
  	 	padding: 0 15px;
  	 }
  */ }
  @media (max-width: 1100px) {
    .container {
      padding: 0 25px; } }
  .container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

p {
  margin: 0 0 20px;
  color: #font-dark;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px; }

ul {
  padding: 0 0 0 20px;
  margin: -5px 0 20px 0; }
  ul li {
    color: #font-dark;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    padding: 0; }
    @media (max-width: 600px) {
      ul li {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px; } }

strong {
  font-weight: 600; }

ul li {
  list-style-position: inside; }

/**************************************************************************************/
/************************* 25-10-2018 New Pages Start ********************************/
/**************************************************************************************/
.gray-bg {
  float: left;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;
  background: #eeeeee;
  position: relative;
  z-index: 9; }

.fix-size-container .container {
  max-width: 1725px;
  width: 1725px; }

/* BookSite Page Start */
.booksite-pg {
  padding: 0 0 217px;
  background: url("../img/Rectangle-background.png") no-repeat;
  background-size: 100% 100%; }
  .booksite-pg .container {
    max-width: 1725px;
    width: 1725px; }
  .booksite-pg .entrepreneur-framework-section {
    background: url("../img/line-bg.png") repeat-x; }
    .booksite-pg .entrepreneur-framework-section p {
      width: 100%; }

.vertical-middle {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .vertical-middle .middle-block {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.entrepreneur-framework-section {
  padding: 97px 0 143px;
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  overflow: hidden; }
  .entrepreneur-framework-section .entrepreneur-left {
    width: 30%; }
  .entrepreneur-framework-section .entrepreneur-right {
    width: 70%; }
    .entrepreneur-framework-section .entrepreneur-right .image {
      position: relative;
      text-align: center;
      display: block;
      float: left;
      width: 100%;
      margin-top: -8px; }
      .entrepreneur-framework-section .entrepreneur-right .image a {
        display: inline-block; }
      .entrepreneur-framework-section .entrepreneur-right .image img {
        width: 70%;
        float: right; }
  .entrepreneur-framework-section .section-title {
    position: relative; }
    .entrepreneur-framework-section .section-title h1, .entrepreneur-framework-section .section-title h2, .entrepreneur-framework-section .section-title h3, .entrepreneur-framework-section .section-title h4, .entrepreneur-framework-section .section-title h5, .entrepreneur-framework-section .section-title h6, .entrepreneur-framework-section .section-title p {
      font-family: 'SignPainterHouseScript';
      font-weight: 300;
      margin: 0;
      display: block;
      color: #000000;
      font-size: 104px;
      line-height: 101px;
      letter-spacing: 1.08px; }
      .entrepreneur-framework-section .section-title h1 span, .entrepreneur-framework-section .section-title h2 span, .entrepreneur-framework-section .section-title h3 span, .entrepreneur-framework-section .section-title h4 span, .entrepreneur-framework-section .section-title h5 span, .entrepreneur-framework-section .section-title h6 span, .entrepreneur-framework-section .section-title p span {
        display: block;
        font-size: 46.8px;
        line-height: 45px;
        letter-spacing: 0.49px; }
    .entrepreneur-framework-section .section-title .shape {
      position: absolute;
      right: 57px;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      z-index: -1; }
      .entrepreneur-framework-section .section-title .shape img {
        height: 110px;
        width: 110px; }
  .entrepreneur-framework-section .title {
    padding: 0 0 30px; }
    .entrepreneur-framework-section .title h1, .entrepreneur-framework-section .title h2, .entrepreneur-framework-section .title h3, .entrepreneur-framework-section .title h4, .entrepreneur-framework-section .title h5, .entrepreneur-framework-section .title h6, .entrepreneur-framework-section .title p {
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      margin: 0;
      display: block;
      color: #000000;
      font-size: 104px;
      line-height: 90px;
      letter-spacing: 1.08px;
      text-transform: uppercase; }
  .entrepreneur-framework-section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #4A4A4A; }
  .entrepreneur-framework-section .purchase-section {
    float: left;
    width: 100%;
    padding: 15px 0 0; }
    .entrepreneur-framework-section .purchase-section span {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 27px;
      font-weight: 700;
      letter-spacing: 0.19px;
      color: #000000;
      padding: 0 0 22px;
      display: block; }
    .entrepreneur-framework-section .purchase-section ul {
      display: table;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .entrepreneur-framework-section .purchase-section ul li {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0 13px;
        list-style-type: none; }
        .entrepreneur-framework-section .purchase-section ul li:first-child {
          padding-left: 0; }
        .entrepreneur-framework-section .purchase-section ul li:last-child {
          padding-right: 0; }
        .entrepreneur-framework-section .purchase-section ul li img {
          max-width: 100%; }
          .entrepreneur-framework-section .purchase-section ul li img.amazon-1 {
            width: 167px; }
          .entrepreneur-framework-section .purchase-section ul li img.amazon-2 {
            width: 230px; }
        .entrepreneur-framework-section .purchase-section ul li a {
          display: block; }

.books-video-section {
  float: left;
  width: 100%;
  padding: 57px 0 300px;
  overflow: hidden; }
  .books-video-section .books-video-left {
    padding: 0 35px 0 0; }
  .books-video-section .books-video-right {
    padding: 0 0 0 35px; }
  .books-video-section .block-title {
    padding: 0 0 23px; }
    .books-video-section .block-title h1, .books-video-section .block-title h2, .books-video-section .block-title h3, .books-video-section .block-title h4, .books-video-section .block-title h5, .books-video-section .block-title h6, .books-video-section .block-title p {
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 44px;
      letter-spacing: 0.46px;
      line-height: 53px;
      margin: 0;
      text-transform: uppercase; }
      .books-video-section .block-title h1 span, .books-video-section .block-title h2 span, .books-video-section .block-title h3 span, .books-video-section .block-title h4 span, .books-video-section .block-title h5 span, .books-video-section .block-title h6 span, .books-video-section .block-title p span {
        display: block;
        font-size: 46.8px;
        line-height: 45px;
        letter-spacing: 0.49px; }
    .books-video-section .block-title .shape {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%); }
  .books-video-section p {
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 18px;
    line-height: 39px;
    font-weight: 400; }
  .books-video-section .books-video-left {
    width: 60%; }
  .books-video-section .books-video-right {
    width: 40%; }
  .books-video-section .video-section {
    float: left;
    width: 100%;
    position: relative; }
    .books-video-section .video-section a {
      display: block; }
      .books-video-section .video-section a:hover .overlay {
        background-color: rgba(255, 255, 255, 0.35); }
    .books-video-section .video-section .image {
      float: left;
      width: 100%; }
      .books-video-section .video-section .image img {
        float: left;
        width: 100%;
        height: 390px;
        object-fit: cover;
        font-family: 'object-fit: cover'; }
      .books-video-section .video-section .image iframe {
        float: left;
        width: 100%;
        height: 390px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        display: none; }
    .books-video-section .video-section .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.1);
      transition: ease-in-out 0.4s;
      -webkit-transition: ease-in-out 0.4s;
      -moz-transition: ease-in-out 0.4s;
      -ms-transition: ease-in-out 0.4s;
      -o-transition: ease-in-out 0.4s; }
    .books-video-section .video-section .play-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      .books-video-section .video-section .play-icon img {
        height: 85px;
        width: 65px; }

.document-lives-breathes-section {
  float: left;
  width: 100%;
  padding: 0 0 215px; }
  .document-lives-breathes-section .section-title {
    float: left;
    width: 100%;
    padding: 0 0 83px;
    text-align: center; }
    .document-lives-breathes-section .section-title h1, .document-lives-breathes-section .section-title h2, .document-lives-breathes-section .section-title h3, .document-lives-breathes-section .section-title h4, .document-lives-breathes-section .section-title h5, .document-lives-breathes-section .section-title h6, .document-lives-breathes-section .section-title p {
      color: #000000;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 19.29px;
      line-height: 27px;
      text-transform: uppercase;
      font-weight: 400; }
    .document-lives-breathes-section .section-title .section-left {
      float: left;
      width: 40%; }
    .document-lives-breathes-section .section-title .section-middle {
      float: left;
      width: 20%;
      position: relative;
      margin-top: -45px; }
      .document-lives-breathes-section .section-title .section-middle img {
        display: inline-block; }
        .document-lives-breathes-section .section-title .section-middle img.oval-img {
          height: 134px;
          width: 134px; }
        .document-lives-breathes-section .section-title .section-middle img.curve-line {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          width: 100%; }
    .document-lives-breathes-section .section-title .section-right {
      float: left;
      width: 40%; }
  .document-lives-breathes-section p {
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    font-weight: 400; }

.book-readers-saying-section {
  float: left;
  width: 100%;
  padding: 0 0 80px; }
  .book-readers-saying-section .section-title {
    position: relative;
    margin: 0 0 40px; }
    .book-readers-saying-section .section-title h1, .book-readers-saying-section .section-title h2, .book-readers-saying-section .section-title h3, .book-readers-saying-section .section-title h4, .book-readers-saying-section .section-title h5, .book-readers-saying-section .section-title h6, .book-readers-saying-section .section-title p {
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 44px;
      line-height: 53px;
      letter-spacing: 0.46px;
      margin: 0;
      text-transform: uppercase;
      position: relative; }
    .book-readers-saying-section .section-title .shape {
      position: absolute;
      left: 0;
      bottom: 7px;
      z-index: -1; }
      .book-readers-saying-section .section-title .shape img {
        height: 52px;
        width: 60px; }
  .book-readers-saying-section .book-readers-saying-slider-nav {
    padding: 0 0 69px;
    position: relative;
    float: left;
    width: 100%; }
    .book-readers-saying-section .book-readers-saying-slider-nav .slick-list {
      padding: 0 !important; }
    .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide {
      outline: none;
      height: auto;
      margin: 0 20px 0 0; }
      .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide.slick-active .book-readers-item {
        position: relative;
        overflow: hidden;
        z-index: -1; }
        .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide.slick-active .book-readers-item:before {
          position: absolute;
          left: auto;
          right: 150px;
          bottom: 0;
          top: 0;
          height: auto;
          width: auto;
          -webkit-box-shadow: 0 0 150px 320px #ffffff52;
          -moz-box-shadow: 0 0 150px 320px #ffffff52;
          box-shadow: 0 0 150px 320px #ffffff52;
          content: ''; }
      .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide.slick-active.slick-current .book-readers-item {
        z-index: 0; }
        .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide.slick-active.slick-current .book-readers-item:before {
          display: none; }
    .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item {
      position: relative;
      overflow: hidden;
      z-index: -1; }
      .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item:before {
        position: absolute;
        left: 500px;
        right: auto;
        bottom: 0;
        top: 0;
        height: auto;
        width: auto;
        -webkit-box-shadow: 0 0 150px 320px #ffffff52;
        -moz-box-shadow: 0 0 150px 320px #ffffff52;
        box-shadow: 0 0 150px 320px #ffffff52;
        content: ''; }
      .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item.swiper-slide-active {
        z-index: 0; }
        .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item.swiper-slide-active:before {
          display: none; }
      .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item img {
        float: left;
        width: 100%;
        max-width: 100%;
        height: 447px;
        object-fit: cover;
        font-family: 'object-fit: cover';
        object-position: center top; }
      .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section {
        float: left;
        width: 100%;
        position: relative; }
        .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section a {
          float: left;
          width: 100%;
          display: block;
          position: relative; }
          .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section a:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.35);
            opacity: 0;
            transition: ease-in-out 0.4s;
            -webkit-transition: ease-in-out 0.4s;
            -moz-transition: ease-in-out 0.4s;
            -ms-transition: ease-in-out 0.4s;
            -o-transition: ease-in-out 0.4s; }
          .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section a:hover .play-icon img {
            opacity: 0.7; }
          .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section a:hover:before {
            opacity: 1; }
        .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section .play-icon {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.44);
          text-decoration: none; }
          .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section .play-icon img {
            height: 85px;
            width: 65px;
            max-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%); }
    .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow {
      position: absolute;
      z-index: 9;
      left: 0;
      bottom: 37px;
      width: 143px;
      cursor: pointer; }
      .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow img {
        width: 43px;
        max-width: 100%; }
      .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow.slick-prev img {
        float: left; }
      .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow.slick-next img {
        float: right; }
    .book-readers-saying-section .book-readers-saying-slider-nav .slick-dots {
      display: none !important; }
  .book-readers-saying-section .book-readers-saying-slider-for {
    float: left;
    width: 100%;
    padding: 5px 0 0; }
    .book-readers-saying-section .book-readers-saying-slider-for .slick-list {
      padding: 0 !important; }
    .book-readers-saying-section .book-readers-saying-slider-for .slick-slide {
      outline: none;
      height: auto; }
    .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item {
      opacity: 1; }
      .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item p {
        color: #4A4A4A;
        font-family: Poppins;
        font-size: 18px;
        line-height: 39px; }
      .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item span {
        font-family: Poppins;
        font-size: 16px;
        line-height: 25px;
        font-style: italic;
        color: #4A4A4A;
        position: relative;
        padding-left: 32px; }
        .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item span b {
          font-style: normal; }
        .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item span:before {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          width: 22px;
          height: 1px;
          background-color: #000000; }
      .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item.swiper-slide-next {
        opacity: 0; }
    .book-readers-saying-section .book-readers-saying-slider-for .slick-dots {
      display: none !important; }
  .book-readers-saying-section .swiper-next-prev-btn {
    width: 125px;
    float: left;
    margin-bottom: 20px; }
    .book-readers-saying-section .swiper-next-prev-btn img.arrow-left-normal {
      opacity: 1;
      display: block; }
    .book-readers-saying-section .swiper-next-prev-btn img.arrow-left-hover {
      opacity: 0;
      display: none; }
    .book-readers-saying-section .swiper-next-prev-btn img.arrow-right-normal {
      opacity: 1;
      display: block; }
    .book-readers-saying-section .swiper-next-prev-btn img.arrow-right-hover {
      opacity: 0;
      display: none; }
    .book-readers-saying-section .swiper-next-prev-btn img {
      height: auto;
      width: 43px; }
    .book-readers-saying-section .swiper-next-prev-btn .swiper-button-prev {
      background: none;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      float: left;
      background: none;
      opacity: 1;
      top: 50%;
      width: auto;
      height: auto; }
      .book-readers-saying-section .swiper-next-prev-btn .swiper-button-prev:hover .arrow-left-normal {
        opacity: 0;
        display: none; }
      .book-readers-saying-section .swiper-next-prev-btn .swiper-button-prev:hover .arrow-left-hover {
        opacity: 1;
        display: block; }
    .book-readers-saying-section .swiper-next-prev-btn .swiper-button-next {
      background: none;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      float: right;
      background: none;
      opacity: 1;
      top: 50%;
      width: auto;
      height: auto; }
      .book-readers-saying-section .swiper-next-prev-btn .swiper-button-next:hover .arrow-right-normal {
        opacity: 0;
        display: none; }
      .book-readers-saying-section .swiper-next-prev-btn .swiper-button-next:hover .arrow-right-hover {
        opacity: 1;
        display: block; }

.persone-books-section {
  float: left;
  width: 100%;
  padding: 0 0 188px;
  overflow: hidden; }
  .persone-books-section .section-title {
    position: relative;
    margin: 0 0 43px;
    float: left;
    width: 100%; }
    .persone-books-section .section-title h1, .persone-books-section .section-title h2, .persone-books-section .section-title h3, .persone-books-section .section-title h4, .persone-books-section .section-title h5, .persone-books-section .section-title h6, .persone-books-section .section-title p {
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 80px;
      letter-spacing: 0.83px;
      line-height: 96px;
      text-transform: capitalize;
      margin: 0; }
    .persone-books-section .section-title .shape {
      position: absolute;
      left: 65px;
      top: 50%;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      z-index: -1; }
      .persone-books-section .section-title .shape img {
        width: 89px;
        height: 135px; }
  .persone-books-section p {
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 18px;
    line-height: 39px;
    margin: 0 0 28px; }
  .persone-books-section a.media-press-speaking {
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.19px;
    line-height: 27px;
    margin: 0 0 18px; }
    .persone-books-section a.media-press-speaking img {
      width: 43px;
      max-width: 100%;
      margin-left: 10px;
      float: none;
      vertical-align: middle; }
    .persone-books-section a.media-press-speaking:last-child {
      margin: 0; }
  .persone-books-section .persone-books-right {
    float: right;
    position: relative; }
    .persone-books-section .persone-books-right .shape {
      position: absolute;
      left: -69px;
      bottom: 113px; }
      .persone-books-section .persone-books-right .shape img {
        width: 141px;
        height: 82px; }
    .persone-books-section .persone-books-right.mobile-tablet-view-section {
      display: none; }

.book-proceeds-section {
  float: left;
  width: 100%;
  padding: 93px 0 132px;
  overflow: hidden;
  position: relative; }
  .book-proceeds-section.entrepreneur-framework-section {
    background: url("../img/line-bg-2.png") repeat-x;
    background-position: center bottom; }
  .book-proceeds-section .block-title {
    padding: 0 0 24px; }
    .book-proceeds-section .block-title h1, .book-proceeds-section .block-title h2, .book-proceeds-section .block-title h3, .book-proceeds-section .block-title h4, .book-proceeds-section .block-title h5, .book-proceeds-section .block-title h6, .book-proceeds-section .block-title p {
      color: #000000;
      font-family: 'SignPainterHouseScript';
      font-weight: 500;
      font-size: 26px;
      line-height: 25px;
      margin: 0; }
  .book-proceeds-section .book-proceeds-left {
    width: 45%; }
    .book-proceeds-section .book-proceeds-left img {
      max-width: 100%; }
    .book-proceeds-section .book-proceeds-left a.media-press-speaking {
      text-align: left;
      padding-left: 140px; }
  .book-proceeds-section .book-proceeds-right {
    width: 55%; }
    .book-proceeds-section .book-proceeds-right img {
      margin: 0 0 35px;
      width: 235px;
      max-width: 100%; }
    .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
      display: none; }
    .book-proceeds-section .book-proceeds-right .learn-more-button img {
      width: 388px;
      margin: 0; }
  .book-proceeds-section a.media-press-speaking {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: block;
    font-size: 18px;
    letter-spacing: 0.19px;
    line-height: 18px;
    color: #000000; }
    .book-proceeds-section a.media-press-speaking img {
      width: 43px;
      max-width: 100%;
      margin-left: 15px;
      float: none;
      vertical-align: middle; }
    .book-proceeds-section a.media-press-speaking span {
      font-family: 'SignPainterHouseScript';
      display: inline-block;
      color: #9ECC3D;
      font-size: 26px;
      letter-spacing: 2px;
      padding-left: 5px; }

/* BookSite Page End */
/**************************************************************************************/
/************************* 25-10-2018 New Pages End ********************************/
/**************************************************************************************/
/**************************************************************************************/
/************************* 26-10-2018 New Pages Start ********************************/
/**************************************************************************************/
/* Chapter Page Start */
.chapter-pg {
  padding: 75px 0 145px;
  background: url("../img/Rectangle-background.png") no-repeat;
  background-size: 100% 100%; }
  .chapter-pg.booksite-pg .entrepreneur-framework-section {
    padding: 0 0 98px; }
  .chapter-pg .entrepreneur-framework-section .purchase-section {
    padding: 0; }
  .chapter-pg .entrepreneur-framework-section .middle-block {
    width: 50%;
    position: relative; }
    .chapter-pg .entrepreneur-framework-section .middle-block:before {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 2px;
      background-color: #c5c5c5; }
    .chapter-pg .entrepreneur-framework-section .middle-block:last-child:before {
      display: none; }
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right {
    text-align: center; }
    .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title {
      padding: 0 0 22px; }
      .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h1, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h2, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h3, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h4, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h5, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h6, .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title p {
        color: #000000;
        font-family: 'SignPainterHouseScript';
        font-size: 60px;
        letter-spacing: 0.62px;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 0; }
  .chapter-pg .entrepreneur-framework-section a.download-pdf {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 35px;
    text-align: center; }
    .chapter-pg .entrepreneur-framework-section a.download-pdf:hover {
      color: #90bd31; }
  .chapter-pg .next-prev-page-section {
    padding: 87px 0 0; }

.back-page-section {
  float: left;
  width: 100%;
  padding: 0 0 65px; }
  .back-page-section a {
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.19px;
    line-height: 27px; }
    .back-page-section a img {
      float: none;
      margin-right: 25px;
      vertical-align: middle;
      width: 40px;
      max-width: 100%; }

.book-chapter-detail {
  float: left;
  width: 100%; }
  .book-chapter-detail .section-title {
    padding: 0 0 27px; }
    .book-chapter-detail .section-title h1, .book-chapter-detail .section-title h2, .book-chapter-detail .section-title h3, .book-chapter-detail .section-title h4, .book-chapter-detail .section-title h5, .book-chapter-detail .section-title h6, .book-chapter-detail .section-title p {
      color: #000000;
      font-family: Poppins;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.25px;
      line-height: 35px;
      text-transform: uppercase;
      margin: 0; }
  .book-chapter-detail p {
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 18px;
    line-height: 39px;
    font-weight: 400;
    margin: 0 0 40px; }

.next-prev-page-section {
  float: left;
  width: 100%;
  padding: 107px 0 0; }
  .next-prev-page-section a {
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.19px;
    line-height: 27px; }
    .next-prev-page-section a img {
      width: 43px;
      max-width: 100%;
      float: none;
      vertical-align: middle; }
    .next-prev-page-section a:hover {
      color: #90bd31; }
    .next-prev-page-section a.page-numbers {
      display: none;
      position: relative;
      text-decoration: none;
      text-transform: capitalize;
      color: #000000;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.19px;
      line-height: 27px; }
      .next-prev-page-section a.page-numbers:hover {
        color: #90bd31; }
      .next-prev-page-section a.page-numbers:before {
        position: absolute;
        content: "";
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        width: 42px;
        height: 16px; }
      .next-prev-page-section a.page-numbers.current {
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        color: #9ECC3D;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.19px;
        line-height: 27px; }
      .next-prev-page-section a.page-numbers:first-child.current {
        display: block; }
        .next-prev-page-section a.page-numbers:first-child.current:before {
          background: url("../img/silver-left-arrow.png") no-repeat;
          background-size: 100% 100%;
          display: block; }
      .next-prev-page-section a.page-numbers:last-child.current {
        display: block; }
        .next-prev-page-section a.page-numbers:last-child.current:before {
          background: url("../img/silver-right-arrow.png") no-repeat;
          background-size: 100% 100%;
          display: block; }
      .next-prev-page-section a.page-numbers.prev {
        float: left;
        display: block;
        padding-left: 75px; }
        .next-prev-page-section a.page-numbers.prev img {
          margin-right: 10px; }
        .next-prev-page-section a.page-numbers.prev:before {
          left: 0;
          background: url("../img/strong-green-left-arrow.png") no-repeat;
          background-size: 100% 100%; }
      .next-prev-page-section a.page-numbers.next {
        float: right;
        display: block;
        padding-right: 75px; }
        .next-prev-page-section a.page-numbers.next img {
          margin-left: 10px; }
        .next-prev-page-section a.page-numbers.next:before {
          right: 0;
          background: url("../img/strong-green-right-arrow.png") no-repeat;
          background-size: 100% 100%; }
  .next-prev-page-section .page-numbers.dots {
    display: none; }
  .next-prev-page-section span.first-page {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.19px;
    line-height: 27px;
    padding-left: 75px;
    display: none; }
    .next-prev-page-section span.first-page:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      width: 42px;
      height: 16px;
      display: block;
      background: url("../img/silver-left-arrow.png") no-repeat;
      background-size: 100% 100%;
      display: block; }
  .next-prev-page-section span.second-page {
    display: none; }

/* Chapter Page End */
/* Media & Press Page Start */
.media-press-pg {
  float: left;
  width: 100%;
  padding: 97px 0 100px;
  background: url("../img/Rectangle-background.png") no-repeat;
  background-size: 100% 100%; }
  .media-press-pg .page-title {
    float: left;
    width: 100%;
    padding: 0 0 119px; }
    .media-press-pg .page-title h1, .media-press-pg .page-title h2, .media-press-pg .page-title h3, .media-press-pg .page-title h4, .media-press-pg .page-title h5, .media-press-pg .page-title h6, .media-press-pg .page-title p {
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 104px;
      letter-spacing: 1.08px;
      line-height: 125px;
      margin: 0;
      text-transform: uppercase; }
  .media-press-pg .media-press-content {
    float: left;
    width: 100%; }
    .media-press-pg .media-press-content .media-press-left {
      float: left;
      width: 25%; }
    .media-press-pg .media-press-content .media-press-right {
      float: left;
      width: 75%; }
    .media-press-pg .media-press-content .mobile-tablet-view-section {
      display: none; }
    .media-press-pg .media-press-content .section-title {
      float: left;
      width: 100%;
      padding: 0 0 28px; }
      .media-press-pg .media-press-content .section-title h1, .media-press-pg .media-press-content .section-title h2, .media-press-pg .media-press-content .section-title h3, .media-press-pg .media-press-content .section-title h4, .media-press-pg .media-press-content .section-title h5, .media-press-pg .media-press-content .section-title h6, .media-press-pg .media-press-content .section-title p {
        margin: 0;
        color: #000000;
        font-family: 'SignPainterHouseScript';
        font-weight: 400;
        font-size: 36px;
        letter-spacing: 0.37px;
        line-height: 34px;
        text-transform: capitalize; }
    .media-press-pg .media-press-content .sidebar-block {
      float: left;
      width: 100%;
      padding: 0 0 23px; }
      .media-press-pg .media-press-content .sidebar-block .title h1, .media-press-pg .media-press-content .sidebar-block .title h2, .media-press-pg .media-press-content .sidebar-block .title h3, .media-press-pg .media-press-content .sidebar-block .title h4, .media-press-pg .media-press-content .sidebar-block .title h5, .media-press-pg .media-press-content .sidebar-block .title h6, .media-press-pg .media-press-content .sidebar-block .title p {
        margin: 0;
        color: #4A4A4A;
        font-family: Poppins;
        font-weight: 700;
        font-size: 18px;
        line-height: 39px;
        text-transform: capitalize; }
      .media-press-pg .media-press-content .sidebar-block ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .media-press-pg .media-press-content .sidebar-block ul li {
          display: block;
          margin: 0;
          padding: 0;
          list-style-type: none;
          color: #4A4A4A;
          font-family: Poppins;
          font-size: 18px;
          line-height: 39px;
          font-weight: 400; }
          .media-press-pg .media-press-content .sidebar-block ul li span {
            font-weight: 600;
            display: inline-block; }
          .media-press-pg .media-press-content .sidebar-block ul li a {
            text-decoration: none;
            color: #4A4A4A; }
            .media-press-pg .media-press-content .sidebar-block ul li a:hover {
              color: #90bd31; }
    .media-press-pg .media-press-content .media-detail-block {
      float: left;
      width: 100%;
      padding: 0 0 61px; }
      .media-press-pg .media-press-content .media-detail-block.media-recent-press-section {
        padding: 0 0 94px; }
      .media-press-pg .media-press-content .media-detail-block:last-child {
        padding-bottom: 0; }
      .media-press-pg .media-press-content .media-detail-block p {
        color: #4A4A4A;
        font-family: Poppins;
        font-size: 18px;
        line-height: 39px;
        font-weight: 400; }

.media-recent-press-section .media-recent-block {
  float: left;
  width: 100%;
  padding: 0 0 50px; }
  .media-recent-press-section .media-recent-block:last-child {
    padding: 0; }
  .media-recent-press-section .media-recent-block .image {
    float: left;
    width: 20%;
    padding: 0 20px 0 0; }
    .media-recent-press-section .media-recent-block .image img {
      height: 185px;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover'; }
  .media-recent-press-section .media-recent-block .detail {
    float: left;
    width: 80%;
    height: 185px;
    position: relative;
    padding: 0 0 35px; }
    .media-recent-press-section .media-recent-block .detail a {
      text-decoration: none;
      display: inline-block; }
      .media-recent-press-section .media-recent-block .detail a.read {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #000000;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.19px;
        line-height: 27px;
        text-transform: capitalize; }
        .media-recent-press-section .media-recent-block .detail a.read img {
          width: 43px;
          max-width: 100%;
          margin-left: 15px; }
      .media-recent-press-section .media-recent-block .detail a:hover {
        color: #90bd31; }
  .media-recent-press-section .media-recent-block .title {
    float: left;
    width: 100%;
    padding: 0 0 7px; }
    .media-recent-press-section .media-recent-block .title h1, .media-recent-press-section .media-recent-block .title h2, .media-recent-press-section .media-recent-block .title h3, .media-recent-press-section .media-recent-block .title h4, .media-recent-press-section .media-recent-block .title h5, .media-recent-press-section .media-recent-block .title h6, .media-recent-press-section .media-recent-block .title p {
      margin: 0;
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 36px;
      letter-spacing: 0.37px;
      line-height: 36px; }
  .media-recent-press-section .media-recent-block .date-detail {
    float: left;
    width: 100%; }
    .media-recent-press-section .media-recent-block .date-detail p {
      color: #000000;
      font-family: Poppins;
      font-weight: 400;
      font-style: italic;
      font-size: 18px;
      letter-spacing: 0.19px;
      line-height: 27px; }

.media-photos-section .media-photos-block {
  padding: 0 0 0 9px;
  margin: 0 0 44px;
  float: left;
  width: 50%;
  overflow: hidden; }
  .media-photos-section .media-photos-block:nth-child(2n) {
    padding: 0 9px 0 0; }
  .media-photos-section .media-photos-block .image {
    float: left;
    width: 100%; }
    .media-photos-section .media-photos-block .image img {
      width: 100%;
      margin: 0 0 22px;
      height: 405px;
      object-fit: cover;
      font-family: 'object-fit: cover'; }
  .media-photos-section .media-photos-block .img-download-size p {
    margin: 0;
    color: #000000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.19px;
    line-height: 27px; }
    .media-photos-section .media-photos-block .img-download-size p a {
      text-decoration: none; }
      .media-photos-section .media-photos-block .img-download-size p a.download {
        float: right;
        color: #000000;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.19px;
        line-height: 27px; }
        .media-photos-section .media-photos-block .img-download-size p a.download img {
          float: none;
          vertical-align: middle;
          margin-left: 13px;
          width: 16px;
          max-width: 100%;
          height: 24px; }
        .media-photos-section .media-photos-block .img-download-size p a.download:hover {
          color: #90bd31; }

/* Media & Press Page End */
/* Journey Page Start */
.page-template-template_journey .spacer {
  height: 49px; }

.journey-pg {
  padding: 0 0 173px;
  background: url("../img/Rectangle-background.png") no-repeat;
  background-size: 100% 100%; }
  .journey-pg .pages-list {
    padding: 122px 0 0; }
  .journey-pg .book-proceeds-section.entrepreneur-framework-section .learn-more-button {
    padding: 8px 0 0 !important; }
  .journey-pg .upcomming-events-section .upcomming-events-block ul {
    padding: 20px 0 0 !important; }

.upcomming-events-section {
  float: left;
  width: 100%;
  padding: 0 0 242px;
  overflow: hidden; }
  .upcomming-events-section .section-title {
    float: left;
    width: 100%;
    padding: 0 0 65px;
    text-align: center; }
    .upcomming-events-section .section-title h1, .upcomming-events-section .section-title h2, .upcomming-events-section .section-title h3, .upcomming-events-section .section-title h4, .upcomming-events-section .section-title h5, .upcomming-events-section .section-title h6, .upcomming-events-section .section-title p {
      margin: 0;
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 103px;
      letter-spacing: 1.07px;
      line-height: 123px;
      text-transform: uppercase; }
  .upcomming-events-section .upcomming-events-block {
    float: left;
    width: 100%;
    margin: 0 0 91px; }
    .upcomming-events-section .upcomming-events-block:last-child {
      margin: 0; }
    .upcomming-events-section .upcomming-events-block .title {
      float: left;
      width: 100%;
      padding: 0 0 15px; }
      .upcomming-events-section .upcomming-events-block .title h1, .upcomming-events-section .upcomming-events-block .title h2, .upcomming-events-section .upcomming-events-block .title h3, .upcomming-events-section .upcomming-events-block .title h4, .upcomming-events-section .upcomming-events-block .title h5, .upcomming-events-section .upcomming-events-block .title h6, .upcomming-events-section .upcomming-events-block .title p {
        color: #9ECC3D;
        font-family: 'LeagueGothic-Regular';
        font-weight: 400;
        font-size: 48px;
        letter-spacing: 0.5px;
        line-height: 58px;
        margin: 0; }
    .upcomming-events-section .upcomming-events-block .image {
      float: left;
      width: 18%;
      position: relative;
      margin: 0 0 20px 20px; }
      .upcomming-events-section .upcomming-events-block .image:before {
        position: absolute;
        content: "";
        right: 100%;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 20px;
        background: url("../img/image-shape-1.png") no-repeat;
        background-size: 100% 100%;
        margin: 20px 0 0; }
      .upcomming-events-section .upcomming-events-block .image:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 100%;
        height: 22px;
        width: auto;
        background: url("../img/image-shape-2.png") no-repeat;
        background-size: 100% 100%;
        margin: 0 20px 0 0; }
      .upcomming-events-section .upcomming-events-block .image img {
        float: left;
        width: 100%; }
    .upcomming-events-section .upcomming-events-block .desc {
      float: right;
      width: 75%; }
    .upcomming-events-section .upcomming-events-block p {
      color: #000000;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      line-height: 54px; }
    .upcomming-events-section .upcomming-events-block ul {
      display: block;
      margin: 0;
      padding: 33px 0 0;
      list-style-type: none; }
      .upcomming-events-section .upcomming-events-block ul li {
        display: inline-block;
        margin: 0;
        padding: 0 13px 0 8px;
        list-style-type: none;
        color: #9ECC3D;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        line-height: 20px;
        position: relative;
        display: inline;
        word-wrap: break-word; }
        .upcomming-events-section .upcomming-events-block ul li:before {
          position: absolute;
          content: "";
          right: 0;
          top: 0;
          bottom: 0;
          width: 2px;
          height: 100%;
          background-color: #90bd31; }
        .upcomming-events-section .upcomming-events-block ul li:first-child {
          padding-left: 0; }
        .upcomming-events-section .upcomming-events-block ul li:last-child {
          padding-right: 0; }
          .upcomming-events-section .upcomming-events-block ul li:last-child:before {
            display: none; }
        .upcomming-events-section .upcomming-events-block ul li a {
          text-decoration: none;
          color: #90bd31; }
          .upcomming-events-section .upcomming-events-block ul li a:hover {
            color: #000000 !important; }
  .upcomming-events-section.past-talks-section {
    padding: 0; }

.past-videos-section {
  float: left;
  width: 100%;
  padding: 0 0 166px;
  overflow: hidden; }
  .past-videos-section .past-video-items {
    padding: 0 0 86px; }
    .past-videos-section .past-video-items ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .past-videos-section .past-video-items ul li {
        display: inline-block;
        margin: 0;
        padding: 0 32px;
        list-style-type: none;
        color: #DCDCDC;
        font-family: 'LeagueGothic-Regular';
        font-size: 103px;
        letter-spacing: 1.07px;
        line-height: 103px;
        text-transform: uppercase; }
        .past-videos-section .past-video-items ul li:first-child {
          padding-left: 0; }
        .past-videos-section .past-video-items ul li:last-child {
          padding-right: 0; }
        .past-videos-section .past-video-items ul li a {
          text-decoration: none;
          display: block;
          color: #DCDCDC; }
          .past-videos-section .past-video-items ul li a:hover, .past-videos-section .past-video-items ul li a.active {
            color: #90bd31; }
        .past-videos-section .past-video-items ul li.active a {
          color: #90bd31; }
  .past-videos-section .video-section {
    float: left;
    width: 100%;
    display: block; }
    .past-videos-section .video-section .video-row {
      float: left;
      width: 100%;
      margin: 0 -9px; }
    .past-videos-section .video-section .video-col {
      float: left;
      width: 33.33%;
      padding: 0 9px;
      margin: 0 0 30px; }
    .past-videos-section .video-section .video-block {
      float: left;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .past-videos-section .video-section .video-block .image {
        text-decoration: none;
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 20px; }
        .past-videos-section .video-section .video-block .image:after {
          position: absolute;
          content: "";
          left: 0;
          right: 0;
          top: 100%;
          height: 22px;
          width: auto;
          background: url(../img/image-shape-2.png) no-repeat;
          background-size: 100% 100%; }
        .past-videos-section .video-section .video-block .image img {
          float: left;
          width: 100%;
          height: 466px;
          object-fit: cover;
          font-family: 'object-fit: cover'; }
        .past-videos-section .video-section .video-block .image .overlay {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.2);
          transition: ease-in-out 0.4s;
          -webkit-transition: ease-in-out 0.4s;
          -moz-transition: ease-in-out 0.4s;
          -ms-transition: ease-in-out 0.4s;
          -o-transition: ease-in-out 0.4s; }
          .past-videos-section .video-section .video-block .image .overlay .play-icon {
            position: absolute;
            right: 20px;
            top: 20px; }
            .past-videos-section .video-section .video-block .image .overlay .play-icon img {
              height: 27px;
              width: 21px;
              object-fit: cover;
              font-family: 'object-fit: cover'; }
          .past-videos-section .video-section .video-block .image .overlay .detail {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 35px;
            padding: 0 30px; }
            .past-videos-section .video-section .video-block .image .overlay .detail .title {
              float: left;
              width: 100%;
              border-bottom: 1px  solid #FFFFFF;
              padding: 0 0 20px;
              margin: 0 0 12px; }
              .past-videos-section .video-section .video-block .image .overlay .detail .title h1, .past-videos-section .video-section .video-block .image .overlay .detail .title h2, .past-videos-section .video-section .video-block .image .overlay .detail .title h3, .past-videos-section .video-section .video-block .image .overlay .detail .title h4, .past-videos-section .video-section .video-block .image .overlay .detail .title h5, .past-videos-section .video-section .video-block .image .overlay .detail .title h6, .past-videos-section .video-section .video-block .image .overlay .detail .title p {
                margin: 0;
                color: #FFFFFF;
                font-family: Poppins;
                font-size: 28px;
                font-weight: 500;
                line-height: 42px; }
            .past-videos-section .video-section .video-block .image .overlay .detail p {
              color: #DCDCDC;
              font-family: Poppins;
              font-weight: 400;
              font-size: 14px;
              line-height: 42px;
              margin: 0; }
        .past-videos-section .video-section .video-block .image:hover .overlay {
          background-color: rgba(0, 0, 0, 0.7); }
          .past-videos-section .video-section .video-block .image:hover .overlay .play-icon, .past-videos-section .video-section .video-block .image:hover .overlay .detail {
            opacity: 0.7; }
  .past-videos-section .pages-list ul li {
    cursor: pointer; }
    .past-videos-section .pages-list ul li a.selected {
      color: #90bd31; }
    .past-videos-section .pages-list ul li:hover, .past-videos-section .pages-list ul li.selected {
      color: #90bd31; }
      .past-videos-section .pages-list ul li:hover a, .past-videos-section .pages-list ul li.selected a {
        color: #90bd31; }

.pages-list {
  float: right;
  clear: both; }
  .pages-list ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .pages-list ul li {
      display: inline-block;
      margin: 0;
      margin: 0 12px;
      list-style-type: none;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      color: #DCDCDC;
      font-size: 40px;
      line-height: 40px;
      cursor: pointer; }
      .pages-list ul li:first-child {
        margin-left: 0; }
      .pages-list ul li:last-child {
        margin-right: 0; }
      .pages-list ul li span {
        display: block;
        color: #90bd31; }
      .pages-list ul li a {
        text-decoration: none;
        display: block;
        color: #DCDCDC; }
        .pages-list ul li a:hover, .pages-list ul li a.active {
          color: #90bd31; }
      .pages-list ul li.active a, .pages-list ul li.selected a {
        color: #90bd31; }

.debut-book-section {
  float: left;
  width: 100%;
  padding: 0 0 288px;
  overflow: hidden; }
  .debut-book-section .section-title {
    text-align: center;
    padding: 0 0 79px; }
    .debut-book-section .section-title h1, .debut-book-section .section-title h2, .debut-book-section .section-title h3, .debut-book-section .section-title h4, .debut-book-section .section-title h5, .debut-book-section .section-title h6, .debut-book-section .section-title p {
      margin: 0;
      color: #9ECC3D;
      font-family: 'SignPainterHouseScript';
      font-size: 72px;
      letter-spacing: 0.75px;
      font-weight: 700;
      line-height: 69px; }
  .debut-book-section .book-proceeds-left,
  .debut-book-section .book-proceeds-right {
    float: left; }
  .debut-book-section p {
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 39px; }

.contact-section {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 211px; }
  .contact-section .section-title {
    padding: 0 0 30px; }
    .contact-section .section-title h1, .contact-section .section-title h2, .contact-section .section-title h3, .contact-section .section-title h4, .contact-section .section-title h5, .contact-section .section-title h6, .contact-section .section-title p {
      margin: 0;
      color: #9ECC3D;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 103px;
      letter-spacing: 1.07px;
      line-height: 123px;
      text-transform: uppercase; }
  .contact-section .address-section {
    float: none;
    width: 50%;
    margin: 0 auto; }
    .contact-section .address-section .address-block {
      float: left;
      width: 50%; }
      .contact-section .address-section .address-block ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .contact-section .address-section .address-block ul li {
          display: block;
          margin: 0;
          padding: 0;
          list-style-type: none;
          text-align: center;
          color: #9ECC3D;
          font-family: Poppins;
          font-size: 18px;
          font-weight: 500;
          line-height: 54px;
          text-align: center;
          word-wrap: break-word; }
          .contact-section .address-section .address-block ul li a {
            text-decoration: none;
            display: inline-block;
            color: #9ECC3D; }
            .contact-section .address-section .address-block ul li a:hover {
              color: #000000 !important; }
  .contact-section p {
    color: #332d2d;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    text-align: center; }
  .contact-section form {
    padding: 65px 0 0;
    float: left;
    width: 100%; }
    .contact-section form input[type="text"],
    .contact-section form input[type="email"],
    .contact-section form input[type="password"] {
      float: left;
      width: 100%;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      height: 72px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      resize: none;
      padding: 0 30px;
      line-height: 72px;
      background-color: #e4e4e4;
      color: #000000;
      font-family: Poppins;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0.25px;
      margin: 0 0 20px;
      outline: none; }
      .contact-section form input[type="text"]::-webkit-input-placeholder,
      .contact-section form input[type="email"]::-webkit-input-placeholder,
      .contact-section form input[type="password"]::-webkit-input-placeholder {
        color: #B2B2B2; }
      .contact-section form input[type="text"]:-moz-placeholder,
      .contact-section form input[type="email"]:-moz-placeholder,
      .contact-section form input[type="password"]:-moz-placeholder {
        color: #B2B2B2; }
      .contact-section form input[type="text"]::-moz-placeholder,
      .contact-section form input[type="email"]::-moz-placeholder,
      .contact-section form input[type="password"]::-moz-placeholder {
        color: #B2B2B2; }
      .contact-section form input[type="text"]:-ms-input-placeholder,
      .contact-section form input[type="email"]:-ms-input-placeholder,
      .contact-section form input[type="password"]:-ms-input-placeholder {
        color: #B2B2B2; }
    .contact-section form textarea {
      float: left;
      width: 100%;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      height: auto;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      resize: none;
      padding: 35px 30px;
      line-height: 35px;
      background-color: #e4e4e4;
      color: #000000;
      font-family: Poppins;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0.25px;
      margin: 0 0 20px;
      outline: none; }
      .contact-section form textarea::-webkit-input-placeholder {
        color: #B2B2B2; }
      .contact-section form textarea:-moz-placeholder {
        color: #B2B2B2; }
      .contact-section form textarea::-moz-placeholder {
        color: #B2B2B2; }
      .contact-section form textarea:-ms-input-placeholder {
        color: #B2B2B2; }
  .contact-section .learn-more-button {
    padding: 25px 0 0; }

.keep-up-section {
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .keep-up-section .section-title {
    padding: 0 0 30px; }
    .keep-up-section .section-title h1, .keep-up-section .section-title h2, .keep-up-section .section-title h3, .keep-up-section .section-title h4, .keep-up-section .section-title h5, .keep-up-section .section-title h6, .keep-up-section .section-title p {
      margin: 0;
      color: #9ECC3D;
      font-family: 'SignPainterHouseScript';
      font-weight: 500;
      font-size: 72px;
      letter-spacing: 0.75px;
      line-height: 69px; }
  .keep-up-section .social-icons {
    float: left;
    width: 100%;
    padding: 0 0 46px; }
    .keep-up-section .social-icons ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .keep-up-section .social-icons ul li {
        display: inline-block;
        margin: 0;
        padding: 0 23px;
        list-style-type: none; }
        .keep-up-section .social-icons ul li:first-child {
          padding-left: 0; }
        .keep-up-section .social-icons ul li:last-child {
          padding-right: 0; }
        .keep-up-section .social-icons ul li img {
          height: 75px;
          width: 75px;
          transition: ease-in-out 0.4s;
          -webkit-transition: ease-in-out 0.4s;
          -moz-transition: ease-in-out 0.4s;
          -ms-transition: ease-in-out 0.4s;
          -o-transition: ease-in-out 0.4s; }
        .keep-up-section .social-icons ul li a {
          display: block; }
          .keep-up-section .social-icons ul li a:hover img {
            opacity: 0.85; }
  .keep-up-section a {
    display: inline-block;
    text-decoration: none; }
    .keep-up-section a.media-kit {
      color: #000000;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.19px;
      line-height: 27px;
      text-transform: capitalize; }
      .keep-up-section a.media-kit:hover {
        color: #90bd31; }

/* Journey Page End */
.safari .contact-section form input[type="text"],
.safari .contact-section form input[type="email"],
.safari .contact-section form textarea,
.safari .contact-section form input[type="password"] {
  line-height: 1; }

/* Dashed Line Start */
.dashed-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }
  .dashed-line .line {
    float: left;
    width: 7.692307692307692%;
    height: 100%;
    opacity: 0.5;
    position: relative; }
    .dashed-line .line:before {
      content: "";
      background-color: black;
      position: absolute;
      width: 1px;
      height: 100%;
      display: block;
      top: 0;
      bottom: auto;
      border-right: 2px dashed #DCDCDC;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .dashed-line .line:last-child {
      border: none; }

/* Dashed Line End */
/* Learn More Button Start */
.learn-more-button {
  float: left;
  width: 100%;
  padding: 48px 0 0; }
  .learn-more-button button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer; }
    .learn-more-button button:hover img {
      opacity: 0.7; }
  .learn-more-button a {
    display: inline-block; }
    .learn-more-button a:hover img {
      opacity: 0.7; }
  .learn-more-button img {
    width: 388px;
    max-width: 100%;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s; }

span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  line-height: 20px;
  margin: 0 0 15px;
  text-align: left; }

/* Learn More Button End */
/* Thank You Section Start */
.thank-you-section {
  float: left;
  width: 100%;
  padding: 0 0 224px;
  text-align: center; }
  .thank-you-section .section-title h1, .thank-you-section .section-title h2, .thank-you-section .section-title h3, .thank-you-section .section-title h4, .thank-you-section .section-title h5, .thank-you-section .section-title h6, .thank-you-section .section-title p {
    margin: 0;
    color: #9ECC3D;
    font-family: 'LeagueGothic-Regular';
    font-weight: 400;
    font-size: 103px;
    letter-spacing: 1.07px;
    line-height: 123px;
    text-transform: uppercase; }
  .thank-you-section p {
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px; }

/* Thank You Section End */
.wpcf7-response-output {
  float: left;
  width: 100%; }

/**************************************************************************************/
/************************* 26-10-2018 New Pages End ********************************/
/**************************************************************************************/
/**************************************************************************************/
/************************* 29-10-2018 New Pages Start ********************************/
/**************************************************************************************/
/* Green Part Section Start */
.green-part-section {
  background: url("../img/Rectangle.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  float: left;
  width: 100%;
  margin: 0  0 246px; }
  .green-part-section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
    .green-part-section .overlay img {
      width: 100%;
      height: 100%; }
  .green-part-section .video-section {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 99; }
    .green-part-section .video-section .image {
      display: block;
      text-decoration: none;
      position: relative;
      float: left;
      width: 100%; }
      .green-part-section .video-section .image:hover .play-icon img {
        opacity: 0.85; }
      .green-part-section .video-section .image:hover:before {
        opacity: 1; }
      .green-part-section .video-section .image img {
        float: left;
        width: 100%;
        height: 675px;
        object-fit: cover;
        font-family: 'object-fit: cover'; }
      .green-part-section .video-section .image iframe {
        float: left;
        width: 100%;
        height: 675px !important;
        display: none; }
    .green-part-section .video-section .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.1);
      transition: ease-in-out 0.4s;
      -webkit-transition: ease-in-out 0.4s;
      -moz-transition: ease-in-out 0.4s;
      -ms-transition: ease-in-out 0.4s;
      -o-transition: ease-in-out 0.4s; }
    .green-part-section .video-section a {
      position: relative;
      display: block;
      float: left;
      width: 100%; }
      .green-part-section .video-section a:hover .overlay {
        background-color: rgba(255, 255, 255, 0.35); }
    .green-part-section .video-section .play-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      .green-part-section .video-section .play-icon img {
        height: 93px;
        width: 73px; }
  .green-part-section .journey-section {
    float: left;
    width: 100%;
    padding: 207px 0 312px; }
    .green-part-section .journey-section .section-title {
      text-align: center;
      padding: 0 0 47px; }
      .green-part-section .journey-section .section-title h1, .green-part-section .journey-section .section-title h2, .green-part-section .journey-section .section-title h3, .green-part-section .journey-section .section-title h4, .green-part-section .journey-section .section-title h5, .green-part-section .journey-section .section-title h6, .green-part-section .journey-section .section-title p {
        font-family: 'SignPainterHouseScript';
        font-weight: 400;
        font-size: 72px;
        line-height: 69px;
        color: #FFFFFF;
        text-transform: capitalize;
        letter-spacing: 0.75px;
        margin: 0; }
    .green-part-section .journey-section .journey-content {
      float: left;
      width: 100%;
      position: relative; }
      .green-part-section .journey-section .journey-content .silver-shape {
        position: absolute;
        top: 45%;
        left: 72%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: -1; }
        .green-part-section .journey-section .journey-content .silver-shape img {
          height: 109px;
          width: 109px; }
      .green-part-section .journey-section .journey-content .journey-block {
        float: left;
        width: 100%;
        padding: 0 0 43px 303px;
        position: relative; }
        .green-part-section .journey-section .journey-content .journey-block .year {
          position: absolute;
          left: 0;
          top: 0; }
          .green-part-section .journey-section .journey-content .journey-block .year img {
            width: 173px;
            max-width: 100%; }
          .green-part-section .journey-section .journey-content .journey-block .year .line {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: 125px 0 0;
            left: 90px;
            height: 100%;
            width: 1px;
            background-color: #FFFFFF; }
            .green-part-section .journey-section .journey-content .journey-block .year .line:before {
              position: absolute;
              content: "";
              bottom: 100%;
              left: 50%;
              transform: translate(-50%, 0);
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              height: 14px;
              width: 14px;
              border: 1px solid #FFFFFF;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%; }
            .green-part-section .journey-section .journey-content .journey-block .year .line:after {
              position: absolute;
              content: "";
              top: 100%;
              left: 50%;
              transform: translate(-50%, 0);
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              height: 14px;
              width: 14px;
              border: 1px solid #FFFFFF;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%; }
        .green-part-section .journey-section .journey-content .journey-block:nth-child(2) .year:before {
          position: absolute;
          content: "";
          left: 50%;
          transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          top: 0;
          background: url("../img/Top-Triangle.png") no-repeat;
          height: 110px;
          width: 110px;
          background-size: 100% 100%;
          margin: -75px 0 0 8px;
          z-index: -1; }
        .green-part-section .journey-section .journey-content .journey-block:last-child .year .line {
          position: absolute;
          content: "";
          left: 50%;
          transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          top: 100%;
          background: url("../img/Bottom-Triangle.png") no-repeat;
          height: 110px;
          width: 110px;
          background-size: 100% 100%;
          margin: -40px 0 0 33px;
          z-index: -1; }
          .green-part-section .journey-section .journey-content .journey-block:last-child .year .line:before, .green-part-section .journey-section .journey-content .journey-block:last-child .year .line:after {
            display: none; }
        .green-part-section .journey-section .journey-content .journey-block .title {
          float: left;
          width: 100%;
          padding: 0 0 30px; }
          .green-part-section .journey-section .journey-content .journey-block .title h1, .green-part-section .journey-section .journey-content .journey-block .title h2, .green-part-section .journey-section .journey-content .journey-block .title h3, .green-part-section .journey-section .journey-content .journey-block .title h4, .green-part-section .journey-section .journey-content .journey-block .title h5, .green-part-section .journey-section .journey-content .journey-block .title h6, .green-part-section .journey-section .journey-content .journey-block .title p {
            font-family: 'LeagueGothic-Regular';
            font-size: 44px;
            line-height: 53px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            margin: 0; }
            .green-part-section .journey-section .journey-content .journey-block .title h1 span, .green-part-section .journey-section .journey-content .journey-block .title h2 span, .green-part-section .journey-section .journey-content .journey-block .title h3 span, .green-part-section .journey-section .journey-content .journey-block .title h4 span, .green-part-section .journey-section .journey-content .journey-block .title h5 span, .green-part-section .journey-section .journey-content .journey-block .title h6 span, .green-part-section .journey-section .journey-content .journey-block .title p span {
              display: none; }
        .green-part-section .journey-section .journey-content .journey-block p {
          color: #000000;
          font-family: Poppins;
          font-size: 18px;
          font-weight: 500;
          line-height: 54px; }

.author-content-section {
  float: left;
  width: 100%;
  position: relative;
  padding: 247px 0 376px; }
  .author-content-section img.persone {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    max-width: 100%; }
  .author-content-section .author-detail {
    float: left;
    width: 40%;
    text-align: center;
    position: relative; }
    .author-content-section .author-detail .shape-1 {
      position: absolute;
      left: -95px;
      right: 0;
      top: -30%;
      bottom: 0;
      opacity: 0.3;
      z-index: -1;
      background: url("../img/path-2-copy.png");
      background-size: 100% 100%;
      height: 190%;
      width: 150%; }
    .author-content-section .author-detail .shape-2 {
      position: absolute;
      left: -95px;
      right: 0;
      top: -30%;
      bottom: 0;
      opacity: 0.3;
      z-index: -1;
      background: url("../img/path-2.png");
      background-size: 100% 100%;
      height: 190%;
      width: 150%; }
    .author-content-section .author-detail .section-title {
      padding: 0 0 8px; }
      .author-content-section .author-detail .section-title h1, .author-content-section .author-detail .section-title h2, .author-content-section .author-detail .section-title h3, .author-content-section .author-detail .section-title h4, .author-content-section .author-detail .section-title h5, .author-content-section .author-detail .section-title h6, .author-content-section .author-detail .section-title p {
        margin: 0;
        color: #FFFFFF;
        font-family: 'LeagueGothic-Regular';
        font-weight: 400;
        font-size: 103px;
        line-height: 123px;
        letter-spacing: 1.07px;
        text-transform: uppercase; }
    .author-content-section .author-detail .title {
      padding: 0 0 10px; }
      .author-content-section .author-detail .title h1, .author-content-section .author-detail .title h2, .author-content-section .author-detail .title h3, .author-content-section .author-detail .title h4, .author-content-section .author-detail .title h5, .author-content-section .author-detail .title h6, .author-content-section .author-detail .title p {
        margin: 0;
        color: #FFFFFF;
        font-family: 'SignPainterHouseScript';
        font-size: 48px;
        letter-spacing: 0.5px;
        line-height: 60px;
        font-weight: 500;
        text-transform: capitalize; }
        .author-content-section .author-detail .title h1 span, .author-content-section .author-detail .title h2 span, .author-content-section .author-detail .title h3 span, .author-content-section .author-detail .title h4 span, .author-content-section .author-detail .title h5 span, .author-content-section .author-detail .title h6 span, .author-content-section .author-detail .title p span {
          display: block; }
    .author-content-section .author-detail p {
      color: #FFFFFF;
      font-family: Poppins;
      font-size: 18px;
      line-height: 54px;
      font-weight: 400; }
    .author-content-section .author-detail .why-me-btn {
      padding: 10px 0 0; }
      .author-content-section .author-detail .why-me-btn a {
        display: inline-block; }
        .author-content-section .author-detail .why-me-btn a:hover img {
          opacity: 0.7; }
      .author-content-section .author-detail .why-me-btn img {
        display: inline-block;
        width: 388px;
        transition: ease-in-out 0.4s;
        -webkit-transition: ease-in-out 0.4s;
        -moz-transition: ease-in-out 0.4s;
        -ms-transition: ease-in-out 0.4s;
        -o-transition: ease-in-out 0.4s; }

.author-talks-section {
  float: left;
  width: 100%; }
  .author-talks-section .section-title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 30px; }
    .author-talks-section .section-title h1, .author-talks-section .section-title h2, .author-talks-section .section-title h3, .author-talks-section .section-title h4, .author-talks-section .section-title h5, .author-talks-section .section-title h6, .author-talks-section .section-title p {
      margin: 0;
      font-family: 'LeagueGothic-Regular';
      font-weight: 400;
      font-size: 103px;
      line-height: 123px;
      letter-spacing: 1.07px;
      color: #FFFFFF;
      text-transform: uppercase; }
  .author-talks-section p {
    font-family: Poppins;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF; }

/* Green Part Section End */
/* Spider Chart Section Start */
.spider-chart-section {
  float: left;
  width: 100%;
  padding: 0 0 243px;
  overflow: hidden; }
  .spider-chart-section .chart-left {
    width: 25%;
    position: relative;
    right: 75%; }
  .spider-chart-section .chart-right {
    width: 75%;
    position: relative;
    left: 25%; }
    .spider-chart-section .chart-right .radarChart {
      text-align: center;
      float: left;
      width: 100%; }
      .spider-chart-section .chart-right .radarChart .legend {
        color: #000000;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.13px;
        line-height: 18px;
        text-align: center; }
      .spider-chart-section .chart-right .radarChart .radarInvisibleCircle {
        height: 15px;
        width: 15px;
        fill: #AACB59 !important; }
      .spider-chart-section .chart-right .radarChart .axisLabel {
        color: #000000;
        font-family: Poppins;
        font-size: 10.2px;
        font-weight: 600;
        letter-spacing: 0.11px;
        line-height: 16px;
        text-align: right; }
      .spider-chart-section .chart-right .radarChart .tooltip {
        color: #000000;
        font-family: Poppins;
        font-weight: 600;
        letter-spacing: 0.13px; }
      .spider-chart-section .chart-right .radarChart #Empathy0 {
        transform-origin: 40px -310px;
        -webkit-transform-origin: 40px -310px;
        -moz-transform-origin: 40px -310px;
        -ms-transform-origin: 40px -310px;
        -o-transform-origin: 40px -310px;
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg); }
      .spider-chart-section .chart-right .radarChart #Leadership1 {
        transform-origin: 270px -135px;
        -webkit-transform-origin: 270px -135px;
        -moz-transform-origin: 270px -135px;
        -ms-transform-origin: 270px -135px;
        -o-transform-origin: 270px -135px;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        -o-transform: rotate(70deg); }
      .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
        transform-origin: 250px 135px;
        -webkit-transform-origin: 250px 135px;
        -moz-transform-origin: 250px 135px;
        -ms-transform-origin: 250px 135px;
        -o-transform-origin: 250px 135px;
        transform: rotate(-70deg);
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg); }
      .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
        transform-origin: 15px 245px;
        -webkit-transform-origin: 15px 245px;
        -moz-transform-origin: 15px 245px;
        -ms-transform-origin: 15px 245px;
        -o-transform-origin: 15px 245px;
        transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg); }
      .spider-chart-section .chart-right .radarChart #Economics4 {
        transform-origin: -30px 340px;
        -webkit-transform-origin: -30px 340px;
        -moz-transform-origin: -30px 340px;
        -ms-transform-origin: -30px 340px;
        -o-transform-origin: -30px 340px;
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg); }
      .spider-chart-section .chart-right .radarChart #Operations5 {
        transform-origin: -273px 97px;
        -webkit-transform-origin: -273px 97px;
        -moz-transform-origin: -273px 97px;
        -ms-transform-origin: -273px 97px;
        -o-transform-origin: -273px 97px;
        transform: rotate(-115deg);
        -webkit-transform: rotate(-115deg);
        -moz-transform: rotate(-115deg);
        -ms-transform: rotate(-115deg);
        -o-transform: rotate(-115deg); }
      .spider-chart-section .chart-right .radarChart #Purpose6 {
        transform-origin: -255px -145px;
        -webkit-transform-origin: -255px -145px;
        -moz-transform-origin: -255px -145px;
        -ms-transform-origin: -255px -145px;
        -o-transform-origin: -255px -145px;
        transform: rotate(-70deg);
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        -o-transform: rotate(-70deg); }
      .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
        transform-origin: -45px -260px;
        -webkit-transform-origin: -45px -260px;
        -moz-transform-origin: -45px -260px;
        -ms-transform-origin: -45px -260px;
        -o-transform-origin: -45px -260px;
        transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg); }
    .spider-chart-section .chart-right.open .entrepreneur-popup-section {
      display: block; }
    .spider-chart-section .chart-right.open .radarChart {
      display: none; }
    .spider-chart-section .chart-right svg {
      display: inline-block; }
  .spider-chart-section .section-title {
    float: left;
    width: 100%;
    padding: 0 0 5px; }
    .spider-chart-section .section-title h1, .spider-chart-section .section-title h2, .spider-chart-section .section-title h3, .spider-chart-section .section-title h4, .spider-chart-section .section-title h5, .spider-chart-section .section-title h6, .spider-chart-section .section-title p {
      color: #000000;
      font-family: 'LeagueGothic-Regular';
      font-size: 44px;
      letter-spacing: 0.46px;
      line-height: 53px;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0; }
  .spider-chart-section .radar-block {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    position: relative; }
    .spider-chart-section .radar-block p {
      display: block;
      color: #000000;
      font-family: Poppins;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.15px;
      line-height: 21px;
      margin: 0 0 10px; }
      .spider-chart-section .radar-block p a.info {
        display: inline-block;
        text-decoration: none;
        height: 22px;
        width: 22px;
        border: 2px solid #9ECC3D;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        color: #9ECC3D;
        vertical-align: middle;
        margin-left: 8px;
        text-align: center; }
        .spider-chart-section .radar-block p a.info:hover {
          opacity: 0.45; }
      .spider-chart-section .radar-block p span {
        float: right;
        color: #9ECC3D; }
    .spider-chart-section .radar-block .range-line {
      outline: none;
      height: 2px;
      background-color: #E0E0E0;
      width: 100%; }
    .spider-chart-section .radar-block .min-max-val {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 22px; }
      .spider-chart-section .radar-block .min-max-val p {
        color: #000000;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.13px;
        line-height: 18px;
        margin: 0; }
        .spider-chart-section .radar-block .min-max-val p span {
          float: right;
          color: #000000; }
  .spider-chart-section p {
    float: left;
    width: 100%;
    color: #4A4A4A;
    font-family: Poppins;
    font-size: 18px;
    line-height: 39px;
    font-weight: 400;
    margin: 0 0 32px; }
  .spider-chart-section .entrepreneur-popup-section {
    float: left;
    width: 100%;
    padding: 0 0 0 120px;
    text-align: left;
    display: none; }
    .spider-chart-section .entrepreneur-popup-section.mobile-tablet-view-section {
      display: none; }
    .spider-chart-section .entrepreneur-popup-section .section-title {
      float: left;
      width: 100%;
      padding: 0 0 43px; }
      .spider-chart-section .entrepreneur-popup-section .section-title h1, .spider-chart-section .entrepreneur-popup-section .section-title h2, .spider-chart-section .entrepreneur-popup-section .section-title h3, .spider-chart-section .entrepreneur-popup-section .section-title h4, .spider-chart-section .entrepreneur-popup-section .section-title h5, .spider-chart-section .entrepreneur-popup-section .section-title h6, .spider-chart-section .entrepreneur-popup-section .section-title p {
        color: #000000;
        font-family: Poppins;
        font-size: 60px;
        font-weight: 700;
        letter-spacing: 0.62px;
        line-height: 90px;
        text-transform: capitalize;
        margin: 0; }
    .spider-chart-section .entrepreneur-popup-section p {
      color: #4A4A4A;
      font-family: Poppins;
      font-size: 18px;
      line-height: 39px;
      font-weight: 400;
      margin: 0 0 40px; }
    .spider-chart-section .entrepreneur-popup-section .close-icon {
      float: left;
      width: 100%;
      padding: 0 0 44px; }
      .spider-chart-section .entrepreneur-popup-section .close-icon a {
        text-decoration: none;
        display: inline-block;
        color: #000000;
        font-family: Poppins;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.19px;
        line-height: 27px;
        text-decoration: none;
        text-transform: capitalize; }
        .spider-chart-section .entrepreneur-popup-section .close-icon a img {
          height: auto;
          width: 43px;
          margin-right: 25px;
          display: inline-block;
          vertical-align: baseline; }

.spider-chart-section .radar-block .range-line::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background-color: #AACB59;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.spider-chart-section .radar-block .range-line::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #AACB59;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.spider-chart-section .radar-block .range-line::-ms-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #AACB59;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.spider-chart-section .radar-block .range-line::-o-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #AACB59;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

/* Footer Start */
footer .top .menu {
  max-width: 750px !important; }

footer .top .contact {
  float: none;
  right: auto; }

footer .top .menu ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 20%;
  text-align: left; }

/* Footer End */
/* Spider Chart Section End */
/* Responsive Start */
a.media-press-speaking:hover {
  color: #9ECC3D !important; }

.page-template-template_booksite footer .top .menu li a:hover,
.page-template-template_chapter footer .top .menu li a:hover,
.page-template-template_journey footer .top .menu li a:hover,
.page-template-template_media-press footer .top .menu li a:hover {
  opacity: .7 !important;
  color: white !important; }

.page-template-template_booksite footer .top .contact p a:hover,
.page-template-template_chapter footer .top .contact p a:hover,
.page-template-template_journey footer .top .contact p a:hover,
.page-template-template_media-press footer .top .contact p a:hover {
  opacity: .7 !important;
  color: white !important; }

a.main-amazon-2:hover,
a.main-amazon-3:hover {
  opacity: 0.5 !important; }

.navi .logo {
  width: 180px !important; }

.navi ul li a {
  font-size: 35px;
  line-height: 33px;
  height: auto; }

.purchase-section ul li a {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s; }

.purchase-section ul li a:hover {
  opacity: 0.8;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s; }

.entrepreneur-framework-section .entrepreneur-right .image img {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s; }

.entrepreneur-framework-section .entrepreneur-right .image img:hover {
  opacity: 0.85; }

.book-proceeds-right a.big-bro {
  display: inline-block; }

.book-proceeds-right a.big-bro:hover img {
  opacity: 0.80; }

.safari .legend {
  display: none; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #ff0000 !important; }

.contact-section div.wpcf7-validation-errors,
.contact-section div.wpcf7-acceptance-missing {
  margin-top: -170px; }

.contact-section .wpcf7-form.invalid .learn-more-button {
  margin-top: 60px; }

.book-proceeds-section .book-proceeds-right a:hover img {
  opacity: 0.8; }

.amazon-link {
  float: left;
  width: 100%;
  padding: 0 0 300px; }

.amazon-link a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Poppins',	sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-size: 18px;
  letter-spacing: 0.19px;
  line-height: 18px;
  color: #000000; }

.amazon-link a span {
  font-family: 'SignPainterHouseScript';
  display: inline-block;
  color: #9ECC3D;
  font-size: 26px;
  letter-spacing: 2px;
  padding-left: 5px; }

.amazon-link a img {
  width: 43px;
  max-width: 100%;
  margin-left: 15px;
  float: none;
  vertical-align: middle; }

.amazon-link a:hover {
  color: #9ECC3D; }

/************** 13-12-2018 start **************************/
/************** 13-12-2018 end **************************/
/* Responsive Start */
@media (min-width: 1800px) and (max-width: 1899px) {
  .navi ul li a {
    font-size: 35px;
    line-height: 33px;
    height: auto; }

  /* Booksite Page Start */
  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .booksite-pg .container {
    max-width: 1700px;
    width: 1700px; }

  .fix-size-container .container {
    max-width: 1700px;
    width: 1700px; }

  /* Booksite Page End */
  /* Journey Page Start */
  /* Journey Page End */ }
@media (min-width: 1700px) and (max-width: 1799px) {
  .navi ul li a {
    font-size: 35px;
    line-height: 33px;
    height: auto; }

  /* Booksite Page Start */
  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .booksite-pg .container {
    max-width: 1500px;
    width: 1500px; }

  .fix-size-container .container {
    max-width: 1500px;
    width: 1500px; }

  /* Booksite Page End */
  /* Journey Page Start */
  .author-content-section .author-detail {
    width: 42%; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 150px 0 0; }

  .author-content-section .author-detail .shape-1 {
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    left: -135px; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 120px; }

  /* Journey Page End */ }
@media (min-width: 1600px) and (max-width: 1699px) {
  /* Booksite Page Start */
  .navi ul li a {
    font-size: 35px;
    line-height: 33px;
    height: auto; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  /* Booksite Page End */
  .booksite-pg .container {
    max-width: 1400px;
    width: 1400px; }

  .fix-size-container .container {
    max-width: 1400px;
    width: 1400px; }

  /* Journey Page Start */
  .author-content-section .author-detail .shape-1 {
    height: 175%;
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    height: 175%;
    left: -135px; }

  .author-content-section .author-detail {
    width: 45%; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 150px 0 0; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 110px; }

  /* Journey Page End */ }
@media (min-width: 1500px) and (max-width: 1599px) {
  /* Booksite Page Start */
  .entrepreneur-framework-section .entrepreneur-left {
    width: 40%; }

  .entrepreneur-framework-section .entrepreneur-right {
    width: 60%; }

  .spider-chart-section .chart-left {
    width: 28%; }

  .spider-chart-section .chart-right {
    width: 72%; }

  .navi ul li a {
    font-size: 35px;
    line-height: 33px;
    height: auto; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  /* Booksite Page End */
  .booksite-pg .container {
    max-width: 1250px;
    width: 1250px; }

  .fix-size-container .container {
    max-width: 1250px;
    width: 1250px; }

  /* Journey Page Start */
  .author-content-section .author-detail .shape-1 {
    height: 175%;
    width: 130%;
    left: -155px; }

  .author-content-section .author-detail .shape-2 {
    height: 175%;
    width: 130%;
    left: -155px; }

  .author-content-section .author-detail {
    width: 51%; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 150px 0 0; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 100px; }

  /* Journey Page End */ }
@media (min-width: 1400px) and (max-width: 1499px) {
  /* Booksite Page Start */
  .entrepreneur-framework-section .entrepreneur-left {
    width: 40%; }

  .entrepreneur-framework-section .entrepreneur-right {
    width: 60%; }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    letter-spacing: 16.29px; }

  .spider-chart-section .chart-left {
    width: 32%;
    right: 69%; }

  .spider-chart-section .chart-right {
    width: 72%;
    left: 34%; }

  .persone-books-section .persone-books-right {
    padding-left: 70px; }

  .persone-books-section .persone-books-right img {
    max-width: 100%; }

  .persone-books-section .persone-books-right .shape {
    left: 0; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .persone-books-section .section-title {
    margin-top: 20px; }

  /* Booksite Page End */
  /* Media Press Page Start */
  .media-press-pg .media-press-content .media-press-left {
    width: 30%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 70%; }

  .media-recent-press-section .media-recent-block .image {
    width: 25%; }

  .media-recent-press-section .media-recent-block .detail {
    width: 75%; }

  .media-photos-section .media-photos-block .image img {
    height: 350px; }

  /* Media Press Page End */
  /* Journey Page Start */
  .author-content-section .author-detail {
    width: 53%; }

  .author-content-section .author-detail .shape-1 {
    height: 175%;
    width: 130%;
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    height: 175%;
    width: 130%;
    left: -135px; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 150px 0 0; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 100px; }

  /* Journey Page End */
  .booksite-pg .container {
    max-width: 1200px;
    width: 1200px; }

  .fix-size-container .container {
    max-width: 1200px;
    width: 1200px; }

  .navi ul {
    padding: 30px 50px; }

  .navi ul li a {
    font-size: 35px;
    line-height: 28px;
    height: auto; } }
@media (min-width: 1300px) and (max-width: 1399px) {
  /* Booksite Page Start */
  .entrepreneur-framework-section .entrepreneur-left {
    width: 45%; }

  .entrepreneur-framework-section .entrepreneur-right {
    width: 55%; }

  .persone-books-section .persone-books-left {
    width: 45%; }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    letter-spacing: 15.29px; }

  .spider-chart-section .chart-left {
    width: 40%;
    right: 62%; }

  .spider-chart-section .chart-right {
    width: 65%;
    left: 35%; }

  .persone-books-section .persone-books-right {
    padding-left: 70px; }

  .persone-books-section .persone-books-right img {
    max-width: 100%; }

  .persone-books-section .persone-books-right .shape {
    left: 0; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .persone-books-section .section-title {
    margin-top: 20px; }

  /* Booksite Page End */
  /* Media Press Page Start */
  .media-press-pg .media-press-content .media-press-left {
    width: 30%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 70%; }

  .media-recent-press-section .media-recent-block .image {
    width: 28%; }

  .media-recent-press-section .media-recent-block .detail {
    width: 72%; }

  .media-photos-section .media-photos-block .image img {
    height: 350px; }

  /* Media Press Page End */
  /* Journey Page Start */
  .author-content-section {
    padding: 100px 0 150px; }

  .author-content-section .author-detail {
    width: 58%; }

  .green-part-section .video-section .image img {
    height: 600px; }

  .debut-book-section {
    padding: 0 0 200px; }

  .thank-you-section {
    padding: 0 0 200px; }

  .author-content-section .author-detail .shape-1 {
    height: 159%;
    width: 120%;
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    height: 159%;
    width: 120%;
    left: -135px; }

  .green-part-section {
    margin: 0 0 200px; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 175px 0 0; }

  .green-part-section .video-section .image iframe {
    height: 600px !important; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 70px; }

  /* Journey Page End */
  .booksite-pg .container {
    max-width: 1100px;
    width: 1100px; }

  .fix-size-container .container {
    max-width: 1100px;
    width: 1100px; }

  .navi ul {
    padding: 30px 50px; }

  .navi ul li a {
    font-size: 30px;
    line-height: 28px;
    height: auto; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  /* Booksite Page Start */
  .entrepreneur-framework-section .entrepreneur-left {
    width: 50%; }

  .entrepreneur-framework-section .entrepreneur-right {
    width: 50%; }

  .persone-books-section .persone-books-left {
    width: 45%; }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    letter-spacing: 10.29px; }

  .spider-chart-section .chart-left {
    width: 35%;
    right: 65%; }

  .spider-chart-section .chart-right {
    width: 65%;
    left: 35%; }

  .persone-books-section .persone-books-right .shape {
    left: 35px; }

  .persone-books-section .persone-books-right img {
    width: 80%;
    float: right; }

  footer .top .contact {
    right: auto;
    width: 100%;
    text-align: center;
    margin: 15px auto;
    float: none; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .persone-books-section .section-title h1,
  .persone-books-section .section-title h2,
  .persone-books-section .section-title h3,
  .persone-books-section .section-title h4,
  .persone-books-section .section-title h5,
  .persone-books-section .section-title h6,
  .persone-books-section .section-title p {
    font-size: 75px; }

  .persone-books-section .section-title {
    margin-top: 20px; }

  /* Booksite Page End */
  /* Media Press Page Start */
  .media-press-pg .media-press-content .media-press-left {
    width: 33%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 67%; }

  .media-recent-press-section .media-recent-block .image {
    width: 28%; }

  .media-recent-press-section .media-recent-block .detail {
    width: 72%; }

  .media-photos-section .media-photos-block .image img {
    height: 325px; }

  /* Media Press Page End */
  /* Journey Page Start */
  .author-content-section {
    padding: 50px 0 100px; }

  .author-content-section .author-detail {
    width: 64%; }

  .green-part-section .video-section .image img {
    height: 600px; }

  .green-part-section {
    margin: 0 0 200px; }

  .debut-book-section {
    padding: 0 0 200px; }

  .thank-you-section {
    padding: 0 0 200px; }

  .book-proceeds-section a.media-press-speaking {
    font-size: 16px;
    line-height: 22px; }

  .book-proceeds-section a.media-press-speaking span {
    font-size: 22px; }

  .author-content-section .author-detail .shape-1 {
    height: 149%;
    width: 120%;
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    height: 149%;
    width: 120%;
    left: -135px; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 178px 0 0; }

  .green-part-section .video-section .image iframe {
    height: 600px !important; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 50px; }

  /* Journey Page End */
  .booksite-pg .container {
    max-width: 1000px;
    width: 1000px; }

  .fix-size-container .container {
    max-width: 1000px;
    width: 1000px; }

  footer .top .menu {
    max-width: 720px; }

  .navi ul {
    padding: 30px 50px; }

  .navi ul li a {
    font-size: 30px;
    line-height: 28px;
    height: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navi .logo {
    margin-right: 48px; }

  footer .top .contact {
    right: auto;
    width: 100%;
    text-align: center;
    margin: 15px auto;
    float: none; }

  /* Booksite Page Start */
  .booksite-pg .entrepreneur-framework-section {
    text-align: center; }

  .booksite-pg .entrepreneur-framework-section .section-title {
    display: inline-block; }

  .booksite-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0 0 80px; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .books-video-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0; }

  .booksite-pg .books-video-section .books-video-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding-left: 0;
    padding-top: 42px; }

  .document-lives-breathes-section .section-title .section-left {
    width: 100%; }

  .document-lives-breathes-section .section-title .section-middle {
    width: 100%;
    margin: 70px 0; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: auto;
    display: inline-block;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

  .document-lives-breathes-section .section-title .section-right {
    width: 100%; }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    letter-spacing: 15.23px; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: 50%; }

  .booksite-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .booksite-pg .book-proceeds-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .persone-books-section .persone-books-right {
    display: none; }

  .persone-books-section .persone-books-left {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center; }

  .persone-books-section .persone-books-left .section-title {
    display: none; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center;
    padding-bottom: 48px; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section .image {
    float: left;
    width: 100%; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section img {
    width: 332px; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section .shape {
    display: none; }

  .persone-books-section .persone-books-right .section-title .shape {
    display: block;
    position: relative;
    right: 75px;
    left: auto;
    bottom: 0;
    text-align: right;
    margin: -50px 0 0; }

  .persone-books-section {
    padding: 0 0 200px; }

  .persone-books-section .persone-books-left p {
    text-align: left; }

  .persone-books-section a.media-press-speaking {
    display: inline-block;
    margin-right: 52px; }

  .persone-books-section a.media-press-speaking:last-child {
    margin: 0; }

  .persone-books-section .persone-books-right .section-title {
    float: none;
    width: auto;
    display: inline-block;
    margin: 23px 0 43px; }

  .persone-books-section .persone-books-right .section-title .shape img {
    width: 89px;
    height: 135px; }

  .amazon-link {
    padding: 0 0 200px; }

  .books-video-section {
    padding: 57px 0 240px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item img {
    height: 350px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section .play-icon img {
    height: 65px;
    width: 45px; }

  .booksite-pg .entrepreneur-framework-section p {
    width: 100%; }

  .spider-chart-section .chart-left {
    right: auto; }

  .spider-chart-section .chart-right {
    display: block;
    float: left;
    width: 100%;
    left: auto;
    padding: 0 0 58px; }

  .spider-chart-section .container {
    table-layout: unset;
    display: block;
    width: auto; }

  .document-lives-breathes-section {
    padding: 0 0 75px; }

  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    padding: 0; }

  .spider-chart-section .entrepreneur-popup-section .section-title h1,
  .spider-chart-section .entrepreneur-popup-section .section-title h2,
  .spider-chart-section .entrepreneur-popup-section .section-title h3,
  .spider-chart-section .entrepreneur-popup-section .section-title h4,
  .spider-chart-section .entrepreneur-popup-section .section-title h5,
  .spider-chart-section .entrepreneur-popup-section .section-title h6,
  .spider-chart-section .entrepreneur-popup-section .section-title p {
    font-size: 50px;
    line-height: 55px; }

  .spider-chart-section .entrepreneur-popup-section .section-title {
    padding: 0 0 25px; }

  .entrepreneur-framework-section .section-title .shape {
    right: auto;
    left: 95px;
    transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    top: 3px; }

  .spider-chart-section .entrepreneur-popup-section,
  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    display: none; }

  .spider-chart-section .chart-right.open .radarChart {
    display: block; }

  .spider-chart-section .entrepreneur-popup-section .close-icon {
    padding: 0 0 20px;
    text-align: right; }

  .spider-chart-section .entrepreneur-popup-section.mobile-tablet-view-section.open {
    display: block;
    padding: 50px 0 0; }

  .book-readers-saying-section .book-readers-saying-slider-nav {
    padding: 0 0 75px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow {
    bottom: 30px; }

  .dashed-line .line {
    width: 15%; }

  .booksite-pg {
    padding: 0; }

  .booksite-pg .container {
    max-width: 894px;
    width: 894px; }

  .fix-size-container .container {
    max-width: 894px;
    width: 894px; }

  .entrepreneur-framework-section .entrepreneur-right .image img {
    float: none; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  /* Booksite Page End */
  /* Chapter Page Start */
  .booksite-pg.chapter-pg {
    padding: 75px 0 145px; }

  .booksite-pg.chapter-pg .entrepreneur-framework-section {
    padding: 0 0 108px; }

  .chapter-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    width: auto; }

  .chapter-pg .entrepreneur-framework-section .middle-block {
    float: left;
    width: 100%;
    vertical-align: unset;
    display: block;
    text-align: center; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-left {
    padding-bottom: 95px; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-right {
    padding-top: 100px; }

  .entrepreneur-framework-section .purchase-section ul {
    display: block; }

  .entrepreneur-framework-section .purchase-section ul li {
    display: inline-block; }

  .chapter-pg .entrepreneur-framework-section .middle-block:before {
    left: 0;
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0; }

  .next-prev-page-section {
    padding: 100px 0 0; }

  .chapter-pg .next-prev-page-section {
    padding: 42px 0 0; }

  .book-chapter-detail .section-title {
    padding: 0 0 10px; }

  .chapter-pg .back-page-section {
    padding: 0 0 75px; }

  /* Chapter Page End */
  /* Media Press Page Start */
  .media-press-pg .media-press-content .media-press-left {
    width: 40%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 60%; }

  .media-press-pg .media-press-content .media-press-right .media-recent-press-section,
  .media-press-pg .media-press-content .media-press-right .media-photos-section {
    display: none; }

  .media-press-pg .media-press-content .mobile-tablet-view-section {
    display: block; }

  .media-press-pg .page-title {
    padding: 0 0 80px; }

  .media-recent-press-section .media-recent-block .image {
    width: 25%; }

  .media-recent-press-section .media-recent-block .detail {
    width: 75%; }

  .media-recent-press-section .media-recent-block {
    padding: 0 0 40px; }

  .media-photos-section .media-photos-block .image img {
    height: 350px; }

  /* Media Press Page End */
  /* Journey Page Start */
  .author-content-section img.persone {
    width: 75%; }

  .author-content-section .author-detail {
    width: 62%;
    text-align: left; }

  .green-part-section .video-section .image img {
    height: 400px; }

  .author-content-section .author-detail .shape-1,
  .author-content-section .author-detail .shape-2 {
    width: 100%; }

  .author-content-section {
    padding: 150px 0; }

  .green-part-section {
    margin: 0 0 150px; }

  .green-part-section .journey-section {
    padding: 150px 0; }

  .green-part-section .journey-section .journey-content .journey-block p {
    font-size: 14px;
    line-height: 35px; }

  .green-part-section .journey-section .journey-content .journey-block {
    padding: 0 0 20px 250px; }

  .upcomming-events-section {
    padding: 0 0 150px; }

  .debut-book-section {
    padding: 0 0 150px; }

  .contact-section {
    padding: 0 0 150px; }

  .thank-you-section {
    padding: 0 0 150px; }

  .journey-pg {
    padding: 0 0 150px; }

  .upcomming-events-section .upcomming-events-block ul {
    /*padding: 25px 0 0;*/
    padding: 15px 0 0; }

  .upcomming-events-section .upcomming-events-block ul li {
    font-size: 14px;
    line-height: 19px;
    word-wrap: break-word;
    display: inline; }

  .upcomming-events-section .upcomming-events-block {
    margin: 0 0 65px; }

  .upcomming-events-section .upcomming-events-block .image {
    width: 33%; }

  .upcomming-events-section .upcomming-events-block .desc {
    width: 60%; }

  .green-part-section .journey-section .journey-content .journey-block .title h1,
  .green-part-section .journey-section .journey-content .journey-block .title h2,
  .green-part-section .journey-section .journey-content .journey-block .title h3,
  .green-part-section .journey-section .journey-content .journey-block .title h4,
  .green-part-section .journey-section .journey-content .journey-block .title h5,
  .green-part-section .journey-section .journey-content .journey-block .title h6,
  .green-part-section .journey-section .journey-content .journey-block .title p {
    color: #FFFFFF; }

  .upcomming-events-section .upcomming-events-block .title h1,
  .upcomming-events-section .upcomming-events-block .title h2,
  .upcomming-events-section .upcomming-events-block .title h3,
  .upcomming-events-section .upcomming-events-block .title h4,
  .upcomming-events-section .upcomming-events-block .title h5,
  .upcomming-events-section .upcomming-events-block .title h6,
  .upcomming-events-section .upcomming-events-block .title p {
    font-size: 36px;
    line-height: 36px; }

  .upcomming-events-section .upcomming-events-block p {
    font-size: 14px;
    line-height: 40px; }

  .journey-pg .pages-list {
    width: 100%;
    text-align: center;
    padding: 72px 0 0; }

  .journey-pg .book-proceeds-section {
    text-align: center; }

  .book-proceeds-section .book-proceeds-left img {
    width: 50%; }

  .journey-pg .book-proceeds-section .book-proceeds-left {
    width: 100%; }

  .journey-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .journey-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    display: block;
    width: 100%;
    padding-bottom: 81px; }

  .contact-section p {
    font-size: 14px;
    line-height: 40px; }

  .contact-section .address-section .address-block ul li {
    font-size: 14px;
    line-height: 40px; }

  .contact-section form {
    padding: 100px 0 0; }

  .upcomming-events-section .section-title {
    padding: 0 0 50px; }

  .upcomming-events-section .section-title h1,
  .upcomming-events-section .section-title h2,
  .upcomming-events-section .section-title h3,
  .upcomming-events-section .section-title h4,
  .upcomming-events-section .section-title h5,
  .upcomming-events-section .section-title h6,
  .upcomming-events-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .green-part-section .journey-section .section-title h1,
  .green-part-section .journey-section .section-title h2,
  .green-part-section .journey-section .section-title h3,
  .green-part-section .journey-section .section-title h4,
  .green-part-section .journey-section .section-title h5,
  .green-part-section .journey-section .section-title h6,
  .green-part-section .journey-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .author-talks-section .section-title h1,
  .author-talks-section .section-title h2,
  .author-talks-section .section-title h3,
  .author-talks-section .section-title h4,
  .author-talks-section .section-title h5,
  .author-talks-section .section-title h6,
  .author-talks-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .author-content-section .author-detail .section-title h1,
  .author-content-section .author-detail .section-title h2,
  .author-content-section .author-detail .section-title h3,
  .author-content-section .author-detail .section-title h4,
  .author-content-section .author-detail .section-title h5,
  .author-content-section .author-detail .section-title h6,
  .author-content-section .author-detail .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .author-content-section .author-detail .title h1,
  .author-content-section .author-detail .title h2,
  .author-content-section .author-detail .title h3,
  .author-content-section .author-detail .title h4,
  .author-content-section .author-detail .title h5,
  .author-content-section .author-detail .title h6,
  .author-content-section .author-detail .title p {
    font-size: 36px;
    line-height: 45px; }

  .author-content-section .author-detail p {
    font-size: 14px;
    line-height: 40px; }

  .author-content-section .author-detail p br {
    display: none; }

  .author-content-section .author-detail .why-me-btn img {
    width: 291px; }

  .author-talks-section p {
    font-size: 14px;
    line-height: 40px; }

  .green-part-section .video-section .image .play-icon img {
    height: 55px;
    width: 43px; }

  .past-videos-section .past-video-items {
    text-align: center;
    padding: 0 0 60px; }

  .past-videos-section .past-video-items ul li {
    font-size: 72px;
    line-height: 86px;
    padding: 0 23px; }

  .debut-book-section p {
    font-size: 14px;
    line-height: 40px; }

  .contact-section form input[type="text"],
  .contact-section form input[type="email"],
  .contact-section form input[type="password"] {
    font-size: 18px;
    line-height: 27px; }

  .contact-section form textarea {
    font-size: 18px;
    line-height: 27px;
    padding: 15px 20px; }

  .contact-section .learn-more-button img {
    width: 291px; }

  .keep-up-section .section-title h1,
  .keep-up-section .section-title h2,
  .keep-up-section .section-title h3,
  .keep-up-section .section-title h4,
  .keep-up-section .section-title h5,
  .keep-up-section .section-title h6,
  .keep-up-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .debut-book-section .section-title h1,
  .debut-book-section .section-title h2,
  .debut-book-section .section-title h3,
  .debut-book-section .section-title h4,
  .debut-book-section .section-title h5,
  .debut-book-section .section-title h6,
  .debut-book-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .debut-book-section .section-title {
    padding: 0 0 65px; }

  .contact-section .section-title h1,
  .contact-section .section-title h2,
  .contact-section .section-title h3,
  .contact-section .section-title h4,
  .contact-section .section-title h5,
  .contact-section .section-title h6,
  .contact-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .thank-you-section .section-title h1,
  .thank-you-section .section-title h2,
  .thank-you-section .section-title h3,
  .thank-you-section .section-title h4,
  .thank-you-section .section-title h5,
  .thank-you-section .section-title h6,
  .thank-you-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .past-videos-section .video-section .video-col {
    width: 50%;
    margin: 0 0 20px; }

  .past-videos-section .video-section .video-block .image .overlay .detail .title h1,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h2,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h3,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h4,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h5,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h6,
  .past-videos-section .video-section .video-block .image .overlay .detail .title p {
    font-size: 25px;
    line-height: 38px; }

  .past-videos-section .video-section .video-block .image .overlay .detail p {
    font-size: 13px;
    line-height: 38px; }

  .past-videos-section .video-section .video-block .image img {
    height: 315px; }

  .past-videos-section .video-section .video-block .image .overlay .detail {
    padding: 0 27px;
    bottom: 30px; }

  .keep-up-section .social-icons ul li {
    padding: 0 18px; }

  .keep-up-section .social-icons ul li img {
    height: 65px;
    width: 65px; }

  .author-content-section .author-detail .shape-1 {
    height: 130%;
    top: 0;
    left: -135px; }

  .author-content-section .author-detail .shape-2 {
    height: 130%;
    top: 0;
    left: -135px; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 130px 0 0; }

  .green-part-section .journey-section .journey-content .silver-shape img {
    height: 82px;
    width: 82px; }

  .green-part-section .video-section .image iframe {
    height: 400px !important; }

  .green-part-section .video-section .play-icon img {
    height: 83px;
    width: 63px; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 0;
    text-align: center; }

  /* Journey Page End */
  .navi ul {
    padding: 30px 50px; }

  .navi ul li a {
    font-size: 30px;
    line-height: 28px;
    height: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* Booksite Page Start */
  .navi .logo {
    margin-right: 28px; }

  .booksite-pg .entrepreneur-framework-section {
    text-align: center; }

  .booksite-pg .entrepreneur-framework-section .section-title {
    display: inline-block; }

  .booksite-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0 0 80px; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .books-video-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0; }

  .booksite-pg .books-video-section .books-video-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding-left: 0;
    padding-top: 42px; }

  .document-lives-breathes-section .section-title .section-left {
    width: 100%; }

  .document-lives-breathes-section .section-title .section-middle {
    width: 100%;
    margin: 70px 0; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: auto;
    display: inline-block;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

  .document-lives-breathes-section .section-title .section-right {
    width: 100%; }

  .green-part-section .journey-section .journey-content .journey-block .title h1,
  .green-part-section .journey-section .journey-content .journey-block .title h2,
  .green-part-section .journey-section .journey-content .journey-block .title h3,
  .green-part-section .journey-section .journey-content .journey-block .title h4,
  .green-part-section .journey-section .journey-content .journey-block .title h5,
  .green-part-section .journey-section .journey-content .journey-block .title h6,
  .green-part-section .journey-section .journey-content .journey-block .title p {
    color: #FFFFFF; }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    letter-spacing: 15.23px; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: 50%; }

  .booksite-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .booksite-pg .book-proceeds-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .persone-books-section .persone-books-right {
    display: none; }

  .persone-books-section .persone-books-left {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center; }

  .persone-books-section .persone-books-left .section-title {
    display: none; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center;
    padding-bottom: 48px; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section img {
    width: 332px; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section .shape {
    display: none; }

  .persone-books-section .persone-books-right .section-title .shape {
    display: block;
    position: relative;
    right: 75px;
    left: auto;
    bottom: 0;
    text-align: right;
    margin: -50px 0 0;
    margin: -120px 0 0;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }

  .persone-books-section {
    padding: 0 0 200px; }

  .persone-books-section .persone-books-left p {
    text-align: left; }

  .persone-books-section a.media-press-speaking {
    display: inline-block;
    margin-right: 52px; }

  .persone-books-section a.media-press-speaking:last-child {
    margin: 0; }

  .persone-books-section .persone-books-right .section-title {
    float: none;
    width: auto;
    display: inline-block;
    margin: 23px 0 43px; }

  .persone-books-section .persone-books-right .section-title .shape img {
    width: 89px;
    height: 135px; }

  .amazon-link {
    padding: 0 0 200px; }

  .amazon-link a {
    font-size: 16px; }

  .amazon-link a span {
    font-size: 22px; }

  .books-video-section {
    padding: 57px 0 240px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item img {
    height: 350px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section .play-icon img {
    height: 65px;
    width: 45px; }

  .booksite-pg .entrepreneur-framework-section p {
    width: 100%; }

  .spider-chart-section .chart-left {
    right: auto; }

  .spider-chart-section .chart-right {
    display: block;
    float: left;
    width: 100%;
    left: auto;
    padding: 0 0 58px; }

  .spider-chart-section .container {
    table-layout: unset;
    display: block;
    width: auto; }

  .document-lives-breathes-section {
    padding: 0 0 75px; }

  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    padding: 0; }

  .spider-chart-section .entrepreneur-popup-section .section-title h1,
  .spider-chart-section .entrepreneur-popup-section .section-title h2,
  .spider-chart-section .entrepreneur-popup-section .section-title h3,
  .spider-chart-section .entrepreneur-popup-section .section-title h4,
  .spider-chart-section .entrepreneur-popup-section .section-title h5,
  .spider-chart-section .entrepreneur-popup-section .section-title h6,
  .spider-chart-section .entrepreneur-popup-section .section-title p {
    font-size: 50px;
    line-height: 55px; }

  .spider-chart-section .entrepreneur-popup-section .section-title {
    padding: 0 0 25px; }

  .entrepreneur-framework-section .section-title .shape {
    right: auto;
    left: 95px;
    transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    top: 3px; }

  .entrepreneur-framework-section .entrepreneur-right .image img {
    float: none; }

  .spider-chart-section .entrepreneur-popup-section,
  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    display: none; }

  .spider-chart-section .chart-right.open .radarChart {
    display: block; }

  .spider-chart-section .entrepreneur-popup-section .close-icon {
    padding: 0 0 20px;
    text-align: right; }

  .spider-chart-section .entrepreneur-popup-section.mobile-tablet-view-section.open {
    display: block;
    padding: 50px 0 0; }

  .book-readers-saying-section .book-readers-saying-slider-nav {
    padding: 0 0 75px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow {
    bottom: 30px; }

  .dashed-line .line {
    width: 15%; }

  .booksite-pg {
    padding: 0; }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -310px;
    -webkit-transform-origin: 25px -310px;
    -moz-transform-origin: 25px -310px;
    -ms-transform-origin: 25px -310px;
    -o-transform-origin: 25px -310px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 265px -133px;
    -webkit-transform-origin: 265px -133px;
    -moz-transform-origin: 265px -133px;
    -ms-transform-origin: 265px -133px;
    -o-transform-origin: 265px -133px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 250px 145px;
    -webkit-transform-origin: 250px 145px;
    -moz-transform-origin: 250px 145px;
    -ms-transform-origin: 250px 145px;
    -o-transform-origin: 250px 145px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 265px;
    -webkit-transform-origin: 0 265px;
    -moz-transform-origin: 0 265px;
    -ms-transform-origin: 0 265px;
    -o-transform-origin: 0 265px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -10px 335px;
    -webkit-transform-origin: -10px 335px;
    -moz-transform-origin: -10px 335px;
    -ms-transform-origin: -10px 335px;
    -o-transform-origin: -10px 335px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -275px 92px;
    -webkit-transform-origin: -275px 92px;
    -moz-transform-origin: -275px 92px;
    -ms-transform-origin: -275px 92px;
    -o-transform-origin: -275px 92px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -250px -145px;
    -webkit-transform-origin: -250px -145px;
    -moz-transform-origin: -250px -145px;
    -ms-transform-origin: -250px -145px;
    -o-transform-origin: -250px -145px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -255px;
    -webkit-transform-origin: -35px -255px;
    -moz-transform-origin: -35px -255px;
    -ms-transform-origin: -35px -255px;
    -o-transform-origin: -35px -255px; }

  .booksite-pg .container {
    max-width: 672px;
    width: auto; }

  .fix-size-container .container {
    max-width: 672px;
    width: 672px; }

  /* Booksite Page End */
  /* Chapter Page Start */
  .booksite-pg.chapter-pg {
    padding: 75px 0 145px; }

  .booksite-pg.chapter-pg .entrepreneur-framework-section {
    padding: 0 0 108px; }

  .chapter-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    width: auto; }

  .chapter-pg .entrepreneur-framework-section .middle-block {
    float: left;
    width: 100%;
    vertical-align: unset;
    display: block;
    text-align: center; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-left {
    padding-bottom: 95px; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-right {
    padding-top: 100px; }

  .entrepreneur-framework-section .purchase-section ul {
    display: block; }

  .entrepreneur-framework-section .purchase-section ul li {
    display: inline-block; }

  .chapter-pg .entrepreneur-framework-section .middle-block:before {
    left: 0;
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0; }

  .next-prev-page-section {
    padding: 42px 0 0; }

  .chapter-pg .next-prev-page-section {
    padding: 52px 0 0; }

  .book-chapter-detail .section-title {
    padding: 0 0 10px; }

  footer .top .contact {
    right: 0; }

  /* Chapter Page End */
  /* Media Press Page Start */
  .media-press-pg .media-press-content .media-press-left {
    width: 45%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 55%; }

  .media-press-pg .media-press-content .media-press-right .media-recent-press-section,
  .media-press-pg .media-press-content .media-press-right .media-photos-section {
    display: none; }

  .media-press-pg .media-press-content .mobile-tablet-view-section {
    display: block; }

  .media-press-pg .page-title {
    padding: 0 0 70px; }

  .media-recent-press-section .media-recent-block .image {
    width: 30%; }

  .media-recent-press-section .media-recent-block .detail {
    width: 70%; }

  .media-recent-press-section .media-recent-block {
    padding: 0 0 40px; }

  .media-photos-section .media-photos-block .image img {
    height: 325px; }

  /* Media Press Page End */
  /* Journey Page Start */
  .author-content-section img.persone {
    width: 75%; }

  .author-content-section .author-detail {
    width: 62%;
    text-align: left; }

  .green-part-section .video-section .image img {
    height: 400px; }

  .author-content-section .author-detail .shape-1,
  .author-content-section .author-detail .shape-2 {
    width: 100%; }

  .author-content-section {
    padding: 150px 0; }

  .green-part-section .journey-section {
    padding: 150px 0; }

  .green-part-section .journey-section .journey-content .journey-block p {
    font-size: 14px;
    line-height: 35px; }

  .green-part-section .journey-section .journey-content .journey-block {
    padding: 0 0 20px 250px; }

  .green-part-section {
    margin: 0 0 150px; }

  .upcomming-events-section {
    padding: 0 0 150px; }

  .debut-book-section {
    padding: 0 0 150px; }

  .contact-section {
    padding: 0 0 150px; }

  .thank-you-section {
    padding: 0 0 150px; }

  .journey-pg {
    padding: 0 0 150px; }

  .upcomming-events-section .upcomming-events-block ul {
    /*padding: 25px 0 0;*/
    padding: 15px 0 0; }

  .upcomming-events-section .upcomming-events-block ul li {
    font-size: 14px;
    line-height: 19px;
    word-wrap: break-word;
    display: inline; }

  .upcomming-events-section .upcomming-events-block {
    margin: 0 0 65px; }

  .upcomming-events-section .upcomming-events-block .image {
    width: 33%; }

  .upcomming-events-section .upcomming-events-block .desc {
    width: 60%; }

  .upcomming-events-section .upcomming-events-block .title h1,
  .upcomming-events-section .upcomming-events-block .title h2,
  .upcomming-events-section .upcomming-events-block .title h3,
  .upcomming-events-section .upcomming-events-block .title h4,
  .upcomming-events-section .upcomming-events-block .title h5,
  .upcomming-events-section .upcomming-events-block .title h6,
  .upcomming-events-section .upcomming-events-block .title p {
    font-size: 36px;
    line-height: 36px; }

  .upcomming-events-section .upcomming-events-block p {
    font-size: 14px;
    line-height: 40px; }

  .journey-pg .pages-list {
    width: 100%;
    text-align: center;
    padding: 72px 0 0; }

  .journey-pg .book-proceeds-section {
    text-align: center; }

  .book-proceeds-section .book-proceeds-left img {
    width: 50%; }

  .journey-pg .book-proceeds-section .book-proceeds-left {
    width: 100%; }

  .journey-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .journey-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    display: block;
    width: 100%;
    padding-bottom: 81px; }

  .contact-section p {
    font-size: 14px;
    line-height: 40px; }

  .contact-section .address-section .address-block ul li {
    font-size: 14px;
    line-height: 40px; }

  .contact-section form {
    padding: 100px 0 0; }

  .upcomming-events-section .section-title {
    padding: 0 0 50px; }

  .upcomming-events-section .section-title h1,
  .upcomming-events-section .section-title h2,
  .upcomming-events-section .section-title h3,
  .upcomming-events-section .section-title h4,
  .upcomming-events-section .section-title h5,
  .upcomming-events-section .section-title h6,
  .upcomming-events-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .green-part-section .journey-section .section-title h1,
  .green-part-section .journey-section .section-title h2,
  .green-part-section .journey-section .section-title h3,
  .green-part-section .journey-section .section-title h4,
  .green-part-section .journey-section .section-title h5,
  .green-part-section .journey-section .section-title h6,
  .green-part-section .journey-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .author-talks-section .section-title h1,
  .author-talks-section .section-title h2,
  .author-talks-section .section-title h3,
  .author-talks-section .section-title h4,
  .author-talks-section .section-title h5,
  .author-talks-section .section-title h6,
  .author-talks-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .author-content-section .author-detail .section-title h1,
  .author-content-section .author-detail .section-title h2,
  .author-content-section .author-detail .section-title h3,
  .author-content-section .author-detail .section-title h4,
  .author-content-section .author-detail .section-title h5,
  .author-content-section .author-detail .section-title h6,
  .author-content-section .author-detail .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .author-content-section .author-detail .title h1,
  .author-content-section .author-detail .title h2,
  .author-content-section .author-detail .title h3,
  .author-content-section .author-detail .title h4,
  .author-content-section .author-detail .title h5,
  .author-content-section .author-detail .title h6,
  .author-content-section .author-detail .title p {
    font-size: 36px;
    line-height: 45px; }

  .author-content-section .author-detail p {
    font-size: 14px;
    line-height: 40px; }

  .author-content-section .author-detail p br {
    display: none; }

  .author-content-section .author-detail .why-me-btn img {
    width: 291px; }

  .author-talks-section p {
    font-size: 14px;
    line-height: 40px; }

  .green-part-section .video-section .image .play-icon img {
    height: 55px;
    width: 43px; }

  .past-videos-section .past-video-items {
    text-align: center;
    padding: 0 0 60px; }

  .past-videos-section .past-video-items ul li {
    font-size: 72px;
    line-height: 86px;
    padding: 0 23px; }

  .debut-book-section p {
    font-size: 14px;
    line-height: 40px; }

  .contact-section form input[type="text"],
  .contact-section form input[type="email"],
  .contact-section form input[type="password"] {
    font-size: 18px;
    line-height: 27px; }

  .contact-section form textarea {
    font-size: 18px;
    line-height: 27px;
    padding: 15px 20px; }

  .contact-section .learn-more-button img {
    width: 291px; }

  .keep-up-section .section-title h1,
  .keep-up-section .section-title h2,
  .keep-up-section .section-title h3,
  .keep-up-section .section-title h4,
  .keep-up-section .section-title h5,
  .keep-up-section .section-title h6,
  .keep-up-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .debut-book-section .section-title h1,
  .debut-book-section .section-title h2,
  .debut-book-section .section-title h3,
  .debut-book-section .section-title h4,
  .debut-book-section .section-title h5,
  .debut-book-section .section-title h6,
  .debut-book-section .section-title p {
    font-size: 60px;
    line-height: 58px; }

  .debut-book-section .section-title {
    padding: 0 0 65px; }

  .contact-section .section-title h1,
  .contact-section .section-title h2,
  .contact-section .section-title h3,
  .contact-section .section-title h4,
  .contact-section .section-title h5,
  .contact-section .section-title h6,
  .contact-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .thank-you-section .section-title h1,
  .thank-you-section .section-title h2,
  .thank-you-section .section-title h3,
  .thank-you-section .section-title h4,
  .thank-you-section .section-title h5,
  .thank-you-section .section-title h6,
  .thank-you-section .section-title p {
    font-size: 72px;
    line-height: 86px; }

  .past-videos-section .video-section .video-col {
    width: 50%;
    margin: 0 0 20px; }

  .past-videos-section .video-section .video-block .image .overlay .detail .title h1,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h2,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h3,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h4,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h5,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h6,
  .past-videos-section .video-section .video-block .image .overlay .detail .title p {
    font-size: 25px;
    line-height: 38px; }

  .past-videos-section .video-section .video-block .image .overlay .detail p {
    font-size: 13px;
    line-height: 38px; }

  .past-videos-section .video-section .video-block .image img {
    height: 315px; }

  .past-videos-section .video-section .video-block .image .overlay .detail {
    padding: 0 27px;
    bottom: 30px; }

  .contact-section .address-section {
    width: 70%; }

  .keep-up-section .social-icons ul li {
    padding: 0 18px; }

  .keep-up-section .social-icons ul li img {
    height: 65px;
    width: 65px; }

  .keep-up-section .social-icons ul li img {
    height: 65px;
    width: 65px; }

  .author-content-section .author-detail .shape-1 {
    height: 130%;
    top: 0; }

  .author-content-section .author-detail .shape-2 {
    height: 130%;
    top: 0; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    margin: 145px 0 0; }

  .green-part-section .journey-section .journey-content .silver-shape img {
    height: 82px;
    width: 82px; }

  .green-part-section .video-section .image iframe {
    height: 400px !important; }

  .green-part-section .video-section .play-icon img {
    height: 83px;
    width: 63px; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 0;
    text-align: center; }

  /* Journey Page End */
  .navi ul {
    padding: 30px 30px 25px; }

  .navi ul li a {
    font-size: 25px;
    line-height: 23px;
    height: auto; } }
@media (max-width: 767px) {
  .legend {
    display: none; }

  footer .top .menu ul li {
    text-align: center;
    float: none;
    width: auto; }

  /* Booksite Page Start */
  .booksite-pg .entrepreneur-framework-section {
    text-align: center;
    padding: 97px 0 41px; }

  .booksite-pg .entrepreneur-framework-section .section-title {
    display: inline-block; }

  .booksite-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0 0 40px; }

  .booksite-pg .entrepreneur-framework-section .entrepreneur-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .books-video-section .books-video-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0; }

  .booksite-pg .books-video-section .books-video-right {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding-left: 0;
    padding-top: 42px; }

  .document-lives-breathes-section .section-title .section-left {
    width: 100%; }

  .document-lives-breathes-section .section-title .section-middle {
    width: 100%;
    margin: 45px 0; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: auto;
    display: inline-block;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

  .document-lives-breathes-section .section-title .section-right {
    width: 100%; }

  .booksite-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .booksite-pg .book-proceeds-section .vertical-middle {
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-left {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset; }

  .booksite-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    float: left;
    width: 100%;
    display: block;
    table-layout: unset;
    padding: 0 0 58px; }

  .persone-books-section .persone-books-right {
    display: none; }

  .persone-books-section .persone-books-left {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center; }

  .persone-books-section .persone-books-left .section-title {
    display: none; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section {
    display: block;
    float: left;
    width: 100%;
    vertical-align: unset;
    text-align: center;
    padding: 0 0 40px; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section img {
    width: 100%; }

  .persone-books-section .persone-books-right.mobile-tablet-view-section .shape {
    display: none; }

  .persone-books-section .persone-books-right .section-title {
    margin: 20px 0 10px; }

  .persone-books-section .persone-books-right .section-title .shape {
    display: block;
    position: relative;
    right: auto;
    left: 50%;
    bottom: auto;
    top: auto;
    text-align: center;
    margin: -50px 0 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .persone-books-section {
    padding: 0 0 108px; }

  .persone-books-section .persone-books-left p {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 37px; }

  .persone-books-section a.media-press-speaking {
    font-size: 12px;
    line-height: 18px; }

  .persone-books-section a.media-press-speaking:last-child {
    margin: 0; }

  .persone-books-section .persone-books-right .section-title {
    float: left;
    width: 100%;
    display: inline-block; }

  .persone-books-section .persone-books-right .section-title .shape img {
    width: 50px;
    height: 75px; }

  .book-readers-saying-section {
    padding: 0 0 50px; }

  .amazon-link {
    padding: 0 0 158px; }

  .amazon-link a {
    font-size: 14px;
    text-align: center; }

  .amazon-link a span {
    font-size: 18px; }

  .books-video-section {
    padding: 0 0 105px; }

  .entrepreneur-framework-section .section-title .shape img {
    height: 70px;
    width: 70px; }

  .entrepreneur-framework-section p {
    font-size: 12px;
    line-height: 30px; }

  .books-video-section .video-section .image img {
    height: 160px; }

  .books-video-section .video-section .image iframe {
    height: 160px !important; }

  .books-video-section .video-section .play-icon img {
    height: 35px;
    width: 25px; }

  .booksite-pg .books-video-section .books-video-right {
    padding: 25px 0 0;
    text-align: center; }

  .books-video-section .block-title h1,
  .books-video-section .block-title h2,
  .books-video-section .block-title h3,
  .books-video-section .block-title h4,
  .books-video-section .block-title h5,
  .books-video-section .block-title h6,
  .books-video-section .block-title p {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.29px; }

  .books-video-section p {
    font-size: 12px;
    line-height: 30px;
    /*text-align: center;*/ }

  .document-lives-breathes-section .section-title h1,
  .document-lives-breathes-section .section-title h2,
  .document-lives-breathes-section .section-title h3,
  .document-lives-breathes-section .section-title h4,
  .document-lives-breathes-section .section-title h5,
  .document-lives-breathes-section .section-title h6,
  .document-lives-breathes-section .section-title p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 9.34px; }

  .document-lives-breathes-section .section-title {
    padding: 0 0 30px; }

  .document-lives-breathes-section .section-title .section-middle img.curve-line {
    width: 75%; }

  .document-lives-breathes-section .section-title .section-middle img.oval-img {
    height: 115px;
    width: 115px; }

  .document-lives-breathes-section p {
    font-size: 12px;
    line-height: 30px; }

  .book-readers-saying-section .section-title h1,
  .book-readers-saying-section .section-title h2,
  .book-readers-saying-section .section-title h3,
  .book-readers-saying-section .section-title h4,
  .book-readers-saying-section .section-title h5,
  .book-readers-saying-section .section-title h6,
  .book-readers-saying-section .section-title p {
    font-size: 28px;
    line-height: 33px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .slick-slide {
    margin: 0; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item img {
    height: 160px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .book-readers-item .video-section .play-icon img {
    height: 19px;
    width: 15px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin: 0; }

  .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item span {
    font-size: 12px;
    line-height: 18px;
    padding: 27px 0 0;
    text-align: center;
    display: block; }

  .book-readers-saying-section .book-readers-saying-slider-for .book-readers-item span:before {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .persone-books-section .section-title h1,
  .persone-books-section .section-title h2,
  .persone-books-section .section-title h3,
  .persone-books-section .section-title h4,
  .persone-books-section .section-title h5,
  .persone-books-section .section-title h6,
  .persone-books-section .section-title p {
    font-size: 28px;
    line-height: 33px; }

  .booksite-pg .entrepreneur-framework-section p {
    width: 100%; }

  .entrepreneur-framework-section .title {
    padding: 0 0 10px; }

  .entrepreneur-framework-section .purchase-section {
    padding: 10px 0 0; }

  .entrepreneur-framework-section .purchase-section span {
    padding: 0 0 10px; }

  .book-readers-saying-section .swiper-next-prev-btn {
    float: none;
    margin: 0 auto; }

  .spider-chart-section .chart-left {
    right: auto; }

  .spider-chart-section .chart-right {
    display: block;
    float: left;
    width: 100%;
    left: auto;
    padding: 0 0 124px; }

  .spider-chart-section .container {
    table-layout: unset;
    display: block;
    width: auto; }

  .document-lives-breathes-section {
    padding: 0 0 167px; }

  .spider-chart-section .section-title h1,
  .spider-chart-section .section-title h2,
  .spider-chart-section .section-title h3,
  .spider-chart-section .section-title h4,
  .spider-chart-section .section-title h5,
  .spider-chart-section .section-title h6,
  .spider-chart-section .section-title p {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.29px; }

  .spider-chart-section .section-title h1 br,
  .spider-chart-section .section-title h2 br,
  .spider-chart-section .section-title h3 br,
  .spider-chart-section .section-title h4 br,
  .spider-chart-section .section-title h5 br,
  .spider-chart-section .section-title h6 br,
  .spider-chart-section .section-title p br {
    display: none; }

  .spider-chart-section p {
    font-size: 12px;
    line-height: 30px; }

  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    padding: 0; }

  .spider-chart-section .entrepreneur-popup-section .section-title h1,
  .spider-chart-section .entrepreneur-popup-section .section-title h2,
  .spider-chart-section .entrepreneur-popup-section .section-title h3,
  .spider-chart-section .entrepreneur-popup-section .section-title h4,
  .spider-chart-section .entrepreneur-popup-section .section-title h5,
  .spider-chart-section .entrepreneur-popup-section .section-title h6,
  .spider-chart-section .entrepreneur-popup-section .section-title p {
    font-size: 30px;
    line-height: 35px; }

  .spider-chart-section .entrepreneur-popup-section .section-title {
    padding: 0 0 25px; }

  .spider-chart-section .entrepreneur-popup-section p {
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 20px; }

  .spider-chart-section {
    padding: 0 0 190px; }

  .spider-chart-section .entrepreneur-popup-section,
  .spider-chart-section .chart-right.open .entrepreneur-popup-section {
    display: none; }

  .spider-chart-section .chart-right.open .radarChart {
    display: block; }

  .spider-chart-section .entrepreneur-popup-section .close-icon {
    padding: 0 0 20px;
    text-align: right; }

  .spider-chart-section .entrepreneur-popup-section.mobile-tablet-view-section.open {
    display: block;
    padding: 30px 0 0; }

  .entrepreneur-framework-section .section-title .shape {
    right: auto;
    left: 35px;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    bottom: -90px; }

  .book-readers-saying-section .book-readers-saying-slider-nav {
    padding: 0 0 55px; }

  .book-readers-saying-section .book-readers-saying-slider-nav .slick-arrow {
    bottom: 25px; }

  .book-proceeds-section a.media-press-speaking span {
    font-size: 18px; }

  .booksite-pg {
    padding: 0; }

  .booksite-pg .entrepreneur-framework-section {
    padding-bottom: 92px; }

  .dashed-line .line {
    width: 17%; }

  .booksite-pg .books-video-section .block-title {
    padding: 0; }

  .booksite-pg .container {
    max-width: 100%;
    width: 100%; }

  .fix-size-container .container {
    max-width: 100%;
    width: 100%; }

  /* Booksite Page End */
  /* Chapter Page Start */
  .chapter-pg .entrepreneur-framework-section .vertical-middle {
    display: block;
    max-width: 100%;
    table-layout: unset; }

  .chapter-pg .entrepreneur-framework-section .middle-block {
    float: left;
    width: 100%;
    vertical-align: unset;
    display: block;
    text-align: center; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-left {
    padding-bottom: 48px; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-right {
    padding-top: 48px; }

  .entrepreneur-framework-section .purchase-section ul {
    display: block; }

  .entrepreneur-framework-section .purchase-section ul li {
    display: inline-block; }

  .chapter-pg .entrepreneur-framework-section .middle-block:before {
    left: 0;
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0; }

  .entrepreneur-framework-section .section-title h1,
  .entrepreneur-framework-section .section-title h2,
  .entrepreneur-framework-section .section-title h3,
  .entrepreneur-framework-section .section-title h4,
  .entrepreneur-framework-section .section-title h5,
  .entrepreneur-framework-section .section-title h6,
  .entrepreneur-framework-section .section-title p {
    font-size: 52px;
    line-height: 45px;
    letter-spacing: 0.54px; }

  .entrepreneur-framework-section .section-title h1 span,
  .entrepreneur-framework-section .section-title h2 span,
  .entrepreneur-framework-section .section-title h3 span,
  .entrepreneur-framework-section .section-title h4 span,
  .entrepreneur-framework-section .section-title h5 span,
  .entrepreneur-framework-section .section-title h6 span,
  .entrepreneur-framework-section .section-title p span {
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 24px; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h1,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h2,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h3,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h4,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h5,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title h6,
  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title p {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.38px; }

  .chapter-pg .entrepreneur-framework-section a.download-pdf {
    font-size: 12px;
    letter-spacing: 0.13px;
    line-height: 18px; }

  .entrepreneur-framework-section .title h1,
  .entrepreneur-framework-section .title h2,
  .entrepreneur-framework-section .title h3,
  .entrepreneur-framework-section .title h4,
  .entrepreneur-framework-section .title h5,
  .entrepreneur-framework-section .title h6,
  .entrepreneur-framework-section .title p {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0.54px; }

  .book-chapter-detail .section-title {
    padding: 0 0 14px; }

  .book-chapter-detail .section-title h1,
  .book-chapter-detail .section-title h2,
  .book-chapter-detail .section-title h3,
  .book-chapter-detail .section-title h4,
  .book-chapter-detail .section-title h5,
  .book-chapter-detail .section-title h6,
  .book-chapter-detail .section-title p {
    font-size: 12px;
    letter-spacing: 0.13px;
    line-height: 18px; }

  .book-chapter-detail p {
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 30px; }

  .next-prev-page-section {
    padding: 62px 0 0; }

  .next-prev-page-section a {
    font-size: 12px;
    letter-spacing: 0.13px;
    line-height: 18px; }

  .chapter-pg {
    padding: 27px 0 96px; }

  .chapter-pg .entrepreneur-framework-section .purchase-section span {
    font-size: 12px;
    letter-spacing: 0.13px;
    line-height: 18px;
    padding: 0 0 10px; }

  .entrepreneur-framework-section .purchase-section ul li img.amazon-1 {
    width: 83px; }

  .entrepreneur-framework-section .purchase-section ul li img.amazon-2 {
    width: 114px; }

  .back-page-section {
    padding: 0 0 50px; }

  .back-page-section a {
    font-size: 12px;
    letter-spacing: 0.13px;
    line-height: 18px; }

  .entrepreneur-framework-section .entrepreneur-right .image img {
    width: 90%;
    float: none; }

  .chapter-pg .next-prev-page-section {
    padding: 53px 0 0; }

  .chapter-pg .entrepreneur-framework-section .title {
    padding: 0 0 35px; }

  .chapter-pg .entrepreneur-framework-section .entrepreneur-right .block-title {
    padding: 0 0 12px; }

  .chapter-pg.booksite-pg .entrepreneur-framework-section {
    padding: 0 0 76px; }

  /* Chapter Page End */
  /* Media Press Page Start */
  .media-press-pg {
    padding: 50px 0 0; }

  .media-press-pg .page-title h1,
  .media-press-pg .page-title h2,
  .media-press-pg .page-title h3,
  .media-press-pg .page-title h4,
  .media-press-pg .page-title h5,
  .media-press-pg .page-title h6,
  .media-press-pg .page-title p {
    font-size: 52px;
    line-height: 63px; }

  .media-press-pg .media-press-content .media-press-left {
    width: 100%; }

  .media-press-pg .media-press-content .media-press-right {
    width: 100%; }

  .media-press-pg .media-press-content .media-press-right .media-recent-press-section,
  .media-press-pg .media-press-content .media-press-right .media-photos-section {
    display: none; }

  .media-press-pg .media-press-content .mobile-tablet-view-section {
    display: block; }

  .media-press-pg .page-title {
    padding: 0 0 70px; }

  .media-recent-press-section .media-recent-block .image {
    width: 100%;
    padding: 0 0 15px; }

  .media-recent-press-section .media-recent-block .detail {
    width: 100%;
    height: auto; }

  .media-recent-press-section .media-recent-block .image img {
    height: auto;
    object-fit: unset;
    font-family: 'object-fit: unset'; }

  .media-recent-press-section .media-recent-block .title {
    padding: 0 0 15px; }

  .media-recent-press-section .media-recent-block {
    padding: 0 0 25px; }

  .media-recent-press-section .media-recent-block .detail a.read {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto; }

  .media-photos-section .media-photos-block {
    width: 100%;
    padding: 0 !important; }

  .media-photos-section .media-photos-block .image img {
    height: auto;
    object-fit: unset;
    font-family: 'object-fit: unset'; }

  /* Media Press Page End */
  /* Journey page Start */
  .author-content-section .author-detail {
    /*width: 70%;*/
    text-align: left; }

  .green-part-section .video-section {
    padding: 43px 0 0; }

  .green-part-section .video-section .image img {
    height: auto; }

  .author-content-section .author-detail .shape-1,
  .author-content-section .author-detail .shape-2 {
    width: 100%;
    left: 0;
    display: none; }

  .author-content-section {
    padding: 75px 0 125px; }

  .green-part-section .journey-section {
    padding: 115px 0; }

  .green-part-section .journey-section .journey-content .journey-block p {
    font-size: 12px;
    line-height: 28px; }

  .green-part-section {
    margin: 0 0 125px;
    padding: 0 0 100px 0; }

  .upcomming-events-section {
    padding: 0 0 125px; }

  .debut-book-section {
    padding: 0 0 125px; }

  .contact-section {
    padding: 0 0 125px; }

  .thank-you-section {
    padding: 0 0 125px; }

  .journey-pg {
    padding: 0 0 115px; }

  .upcomming-events-section .upcomming-events-block ul {
    padding: 25px 0 0; }

  .upcomming-events-section .upcomming-events-block ul li {
    font-size: 12px;
    line-height: 19px;
    word-wrap: break-word;
    display: inline; }

  .upcomming-events-section .upcomming-events-block {
    margin: 0 0 65px; }

  .upcomming-events-section .upcomming-events-block .image {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 0 20px; }

  .upcomming-events-section .upcomming-events-block .image:before {
    right: auto;
    left: 0; }

  .upcomming-events-section .upcomming-events-block .desc {
    width: 100%; }

  .upcomming-events-section .upcomming-events-block .title h1,
  .upcomming-events-section .upcomming-events-block .title h2,
  .upcomming-events-section .upcomming-events-block .title h3,
  .upcomming-events-section .upcomming-events-block .title h4,
  .upcomming-events-section .upcomming-events-block .title h5,
  .upcomming-events-section .upcomming-events-block .title h6,
  .upcomming-events-section .upcomming-events-block .title p {
    font-size: 36px;
    line-height: 36px; }

  .green-part-section .journey-section .journey-content .journey-block .title h1,
  .green-part-section .journey-section .journey-content .journey-block .title h2,
  .green-part-section .journey-section .journey-content .journey-block .title h3,
  .green-part-section .journey-section .journey-content .journey-block .title h4,
  .green-part-section .journey-section .journey-content .journey-block .title h5,
  .green-part-section .journey-section .journey-content .journey-block .title h6,
  .green-part-section .journey-section .journey-content .journey-block .title p {
    color: #FFFFFF; }

  .upcomming-events-section .upcomming-events-block p {
    font-size: 12px;
    line-height: 29px;
    float: left;
    width: 100%; }

  .journey-pg .pages-list {
    width: 100%;
    text-align: center;
    padding: 72px 0 0; }

  .journey-pg .book-proceeds-section {
    text-align: center; }

  .book-proceeds-section .book-proceeds-left img {
    width: 100%; }

  .journey-pg .book-proceeds-section .book-proceeds-left {
    width: 100%; }

  .journey-pg .book-proceeds-section .book-proceeds-right {
    display: none; }

  .journey-pg .book-proceeds-section .book-proceeds-right.mobile-tablet-view-section {
    display: block;
    width: 100%;
    padding-bottom: 81px; }

  .contact-section p {
    font-size: 12px;
    line-height: 28px; }

  .contact-section .address-section .address-block ul li {
    font-size: 14px;
    line-height: 40px; }

  .contact-section form {
    padding: 100px 0 0; }

  .upcomming-events-section .section-title {
    padding: 0 0 50px; }

  .upcomming-events-section .section-title h1,
  .upcomming-events-section .section-title h2,
  .upcomming-events-section .section-title h3,
  .upcomming-events-section .section-title h4,
  .upcomming-events-section .section-title h5,
  .upcomming-events-section .section-title h6,
  .author-talks-section .section-title h1,
  .author-talks-section .section-title h2,
  .author-talks-section .section-title h3,
  .author-talks-section .section-title h4,
  .author-talks-section .section-title h5,
  .author-talks-section .section-title h6,
  .author-talks-section .section-title p {
    font-size: 48px;
    line-height: 46px; }

  .author-content-section .author-detail .title h1 span,
  .author-content-section .author-detail .title h2 span,
  .author-content-section .author-detail .title h3 span,
  .author-content-section .author-detail .title h4 span,
  .author-content-section .author-detail .title h5 span,
  .author-content-section .author-detail .title h6 span,
  .author-content-section .author-detail .title p span {
    display: inline-block; }

  .author-content-section .author-detail p br {
    display: none; }

  .author-content-section .author-detail .why-me-btn img {
    width: 213px; }

  .author-talks-section p {
    font-size: 12px;
    line-height: 31px; }

  .green-part-section .video-section .image .play-icon img {
    height: 22px;
    width: 17px; }

  .past-videos-section .past-video-items {
    text-align: center;
    padding: 0 0 45px; }

  .past-videos-section .past-video-items ul li {
    font-size: 44px;
    line-height: 42px;
    padding: 0 8px;
    letter-spacing: 0.5px; }

  .debut-book-section p {
    font-size: 12px;
    line-height: 30px; }

  .contact-section form input[type="text"],
  .contact-section form input[type="email"],
  .contact-section form input[type="password"] {
    font-size: 16px;
    line-height: 25px;
    height: 52px;
    letter-spacing: 0.17px;
    padding: 0 20px; }

  .contact-section form textarea {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.17px;
    padding: 15px 20px; }

  .contact-section .learn-more-button img {
    width: 235px; }

  .keep-up-section .section-title h1,
  .keep-up-section .section-title h2,
  .keep-up-section .section-title h3,
  .keep-up-section .section-title h4,
  .keep-up-section .section-title h5,
  .keep-up-section .section-title h6,
  .keep-up-section .section-title p {
    font-size: 36px;
    line-height: 34px; }

  .keep-up-section .social-icons ul li {
    padding: 0 10px; }

  .keep-up-section .social-icons ul li img {
    height: 38px;
    width: 38px; }

  .debut-book-section .section-title h1,
  .debut-book-section .section-title h2,
  .debut-book-section .section-title h3,
  .debut-book-section .section-title h4,
  .debut-book-section .section-title h5,
  .debut-book-section .section-title h6,
  .debut-book-section .section-title p {
    font-size: 36px;
    line-height: 34px; }

  .debut-book-section .section-title {
    padding: 0 0 45px; }

  .contact-section .section-title h1,
  .contact-section .section-title h2,
  .contact-section .section-title h3,
  .contact-section .section-title h4,
  .contact-section .section-title h5,
  .contact-section .section-title h6,
  .contact-section .section-title p {
    font-size: 48px;
    line-height: 46px; }

  .thank-you-section .section-title h1,
  .thank-you-section .section-title h2,
  .thank-you-section .section-title h3,
  .thank-you-section .section-title h4,
  .thank-you-section .section-title h5,
  .thank-you-section .section-title h6,
  .thank-you-section .section-title p {
    font-size: 48px;
    line-height: 46px; }

  .thank-you-section p {
    font-size: 12px;
    line-height: 28px; }

  .past-videos-section .video-section .video-col {
    width: 100%;
    margin: 0 0 20px; }

  .past-videos-section .video-section .video-block .image .overlay .detail .title h1,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h2,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h3,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h4,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h5,
  .past-videos-section .video-section .video-block .image .overlay .detail .title h6,
  .past-videos-section .video-section .video-block .image .overlay .detail .title p {
    font-size: 20px;
    line-height: 30px; }

  .past-videos-section .video-section .video-block .image .overlay .detail p {
    font-size: 10px;
    line-height: 30px; }

  .past-videos-section .video-section .video-block .image img {
    height: 325px; }

  .past-videos-section .video-section .video-block .image .overlay .detail {
    padding: 0 27px;
    bottom: 30px; }

  .green-part-section .journey-section .section-title h1,
  .green-part-section .journey-section .section-title h2,
  .green-part-section .journey-section .section-title h3,
  .green-part-section .journey-section .section-title h4,
  .green-part-section .journey-section .section-title h5,
  .green-part-section .journey-section .section-title h6,
  .green-part-section .journey-section .section-title p {
    font-size: 48px;
    line-height: 46px; }

  .green-part-section .journey-section .journey-content .journey-block .title {
    padding: 0 0 10px; }

  .journey-pg .entrepreneur-framework-section .purchase-section ul li img {
    margin-bottom: 0; }

  .book-proceeds-section a.media-press-speaking {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.13px;
    padding: 5px 0 0; }

  .contact-section .address-section .address-block {
    width: 100%; }

  .contact-section .address-section {
    width: 100%; }

  .contact-section .address-section .address-block {
    padding: 0 0 20px; }

  .contact-section .address-section .address-block:last-child {
    padding: 0; }

  .mobile_bar .consult {
    font-size: 16px; }

  .contact-section .learn-more-button {
    padding: 15px 0 0; }

  .author-content-section .author-detail .why-me-btn {
    padding: 0; }

  .journey-pg .book-proceeds-section.entrepreneur-framework-section .learn-more-button {
    padding: 35px 0 0 !important; }

  .journey-pg .book-proceeds-section.entrepreneur-framework-section .learn-more-button img {
    width: 225px; }

  .green-part-section .video-section .image iframe {
    height: 350px !important; }

  .green-part-section .video-section .play-icon img {
    height: 63px;
    width: 43px; }

  .book-proceeds-section .book-proceeds-left a.media-press-speaking {
    padding-left: 0;
    text-align: center; }

  /* Journey Page End */
  .navi ul {
    padding: 30px 30px 25px; }

  .navi ul li a {
    font-size: 22px;
    line-height: 22px;
    height: 28px; } }
@media (min-width: 569px) and (max-width: 767px) {
  /* Booksite Page Start */
  .spider-chart-section .chart-right svg {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -220px;
    -webkit-transform-origin: 25px -220px;
    -moz-transform-origin: 25px -220px;
    -ms-transform-origin: 25px -220px;
    -o-transform-origin: 25px -220px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 195px -100px;
    -webkit-transform-origin: 195px -100px;
    -moz-transform-origin: 195px -100px;
    -ms-transform-origin: 195px -100px;
    -o-transform-origin: 195px -100px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 175px 100px;
    -webkit-transform-origin: 175px 100px;
    -moz-transform-origin: 175px 100px;
    -ms-transform-origin: 175px 100px;
    -o-transform-origin: 175px 100px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 195px;
    -webkit-transform-origin: 0 195px;
    -moz-transform-origin: 0 195px;
    -ms-transform-origin: 0 195px;
    -o-transform-origin: 0 195px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -15px 260px;
    -webkit-transform-origin: -15px 260px;
    -moz-transform-origin: -15px 260px;
    -ms-transform-origin: -15px 260px;
    -o-transform-origin: -15px 260px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -195px 70px;
    -webkit-transform-origin: -195px 70px;
    -moz-transform-origin: -195px 70px;
    -ms-transform-origin: -195px 70px;
    -o-transform-origin: -195px 70px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -180px -105px;
    -webkit-transform-origin: -180px -105px;
    -moz-transform-origin: -180px -105px;
    -ms-transform-origin: -180px -105px;
    -o-transform-origin: -180px -105px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -45px -195px;
    -webkit-transform-origin: -45px -195px;
    -moz-transform-origin: -45px -195px;
    -ms-transform-origin: -45px -195px;
    -o-transform-origin: -45px -195px; }

  /* Booksite Page End */
  /* Journey Page Start */
  .green-part-section .journey-section .journey-content .journey-block {
    padding: 0 0 20px 250px; }

  .green-part-section .journey-section .journey-content .silver-shape img {
    height: 82px;
    width: 82px; }

  .green-part-section .journey-section .journey-content .journey-block .year .line {
    height: 60%; }

  .green-part-section .journey-section .journey-content .journey-block .title h1,
  .green-part-section .journey-section .journey-content .journey-block .title h2,
  .green-part-section .journey-section .journey-content .journey-block .title h3,
  .green-part-section .journey-section .journey-content .journey-block .title h4,
  .green-part-section .journey-section .journey-content .journey-block .title h5,
  .green-part-section .journey-section .journey-content .journey-block .title h6,
  .green-part-section .journey-section .journey-content .journey-block .title p {
    font-size: 40px;
    line-height: 45px; }

  .author-content-section .author-detail .section-title h1,
  .author-content-section .author-detail .section-title h2,
  .author-content-section .author-detail .section-title h3,
  .author-content-section .author-detail .section-title h4,
  .author-content-section .author-detail .section-title h5,
  .author-content-section .author-detail .section-title h6,
  .author-content-section .author-detail .section-title p {
    font-size: 68px;
    line-height: 82px; }

  .author-content-section .author-detail .title h1,
  .author-content-section .author-detail .title h2,
  .author-content-section .author-detail .title h3,
  .author-content-section .author-detail .title h4,
  .author-content-section .author-detail .title h5,
  .author-content-section .author-detail .title h6,
  .author-content-section .author-detail .title p {
    font-size: 36px;
    line-height: 45px; }

  .author-content-section .author-detail {
    width: 62%; }

  .author-content-section .author-detail p {
    font-size: 14px;
    line-height: 40px; }

  .author-content-section img.persone {
    height: auto;
    /*width: auto; right: -40px;*/
    top: 15px; }

  /* Journey Page End */ }
@media (min-width: 500px) and (max-width: 568px) {
  /* Booksite Page Start */
  .spider-chart-section .chart-right svg {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -180px;
    -webkit-transform-origin: 25px -180px;
    -moz-transform-origin: 25px -180px;
    -ms-transform-origin: 25px -180px;
    -o-transform-origin: 25px -180px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 155px -80px;
    -webkit-transform-origin: 155px -80px;
    -moz-transform-origin: 155px -80px;
    -ms-transform-origin: 155px -80px;
    -o-transform-origin: 155px -80px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 150px 85px;
    -webkit-transform-origin: 150px 85px;
    -moz-transform-origin: 150px 85px;
    -ms-transform-origin: 150px 85px;
    -o-transform-origin: 150px 85px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 160px;
    -webkit-transform-origin: 0 160px;
    -moz-transform-origin: 0 160px;
    -ms-transform-origin: 0 160px;
    -o-transform-origin: 0 160px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -15px 205px;
    -webkit-transform-origin: -15px 205px;
    -moz-transform-origin: -15px 205px;
    -ms-transform-origin: -15px 205px;
    -o-transform-origin: -15px 205px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -160px 55px;
    -webkit-transform-origin: -160px 55px;
    -moz-transform-origin: -160px 55px;
    -ms-transform-origin: -160px 55px;
    -o-transform-origin: -160px 55px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -150px -85px;
    -webkit-transform-origin: -150px -85px;
    -moz-transform-origin: -150px -85px;
    -ms-transform-origin: -150px -85px;
    -o-transform-origin: -150px -85px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -50px -155px;
    -webkit-transform-origin: -50px -155px;
    -moz-transform-origin: -50px -155px;
    -ms-transform-origin: -50px -155px;
    -o-transform-origin: -50px -155px; }

  /* Booksite Page End */ }
@media (min-width: 400px) and (max-width: 499px) {
  /* Booksite Page Start */
  .spider-chart-section .chart-right svg {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }

  .spider-chart-section .chart-right .radarChart #Empathy0 {
    transform-origin: 25px -180px;
    -webkit-transform-origin: 25px -180px;
    -moz-transform-origin: 25px -180px;
    -ms-transform-origin: 25px -180px;
    -o-transform-origin: 25px -180px; }

  .spider-chart-section .chart-right .radarChart #Leadership1 {
    transform-origin: 155px -80px;
    -webkit-transform-origin: 155px -80px;
    -moz-transform-origin: 155px -80px;
    -ms-transform-origin: 155px -80px;
    -o-transform-origin: 155px -80px; }

  .spider-chart-section .chart-right .radarChart #Short-Term-Thinking2 {
    transform-origin: 150px 85px;
    -webkit-transform-origin: 150px 85px;
    -moz-transform-origin: 150px 85px;
    -ms-transform-origin: 150px 85px;
    -o-transform-origin: 150px 85px; }

  .spider-chart-section .chart-right .radarChart #Long-Term-Thinking3 {
    transform-origin: 0 160px;
    -webkit-transform-origin: 0 160px;
    -moz-transform-origin: 0 160px;
    -ms-transform-origin: 0 160px;
    -o-transform-origin: 0 160px; }

  .spider-chart-section .chart-right .radarChart #Economics4 {
    transform-origin: -15px 205px;
    -webkit-transform-origin: -15px 205px;
    -moz-transform-origin: -15px 205px;
    -ms-transform-origin: -15px 205px;
    -o-transform-origin: -15px 205px; }

  .spider-chart-section .chart-right .radarChart #Operations5 {
    transform-origin: -160px 55px;
    -webkit-transform-origin: -160px 55px;
    -moz-transform-origin: -160px 55px;
    -ms-transform-origin: -160px 55px;
    -o-transform-origin: -160px 55px; }

  .spider-chart-section .chart-right .radarChart #Purpose6 {
    transform-origin: -150px -85px;
    -webkit-transform-origin: -150px -85px;
    -moz-transform-origin: -150px -85px;
    -ms-transform-origin: -150px -85px;
    -o-transform-origin: -150px -85px; }

  .spider-chart-section .chart-right .radarChart #Self-Awareness7 {
    transform-origin: -35px -155px;
    -webkit-transform-origin: -35px -155px;
    -moz-transform-origin: -35px -155px;
    -ms-transform-origin: -35px -155px;
    -o-transform-origin: -35px -155px; }

  /* Booksite Page End */ }
@media (min-width: 240px) and (max-width: 359px) {
  .keep-up-section .social-icons ul li {
    padding: 0 5px !important; } }
@media (min-width: 240px) and (max-width: 568px) {
  /* Booksite Page Start */
  footer .top .menu ul {
    width: 100%; }

  footer .top .menu ul li a {
    width: 100%; }

  footer .top .contact {
    right: 0; }

  /* Booksite Page End */
  /* Journey Page Start */
  .page-template-template_journey .spacer {
    height: 29px; }

  .green-part-section .journey-section .journey-content .journey-block .title h1 span,
  .green-part-section .journey-section .journey-content .journey-block .title h2 span,
  .green-part-section .journey-section .journey-content .journey-block .title h3 span,
  .green-part-section .journey-section .journey-content .journey-block .title h4 span,
  .green-part-section .journey-section .journey-content .journey-block .title h5 span,
  .green-part-section .journey-section .journey-content .journey-block .title h6 span,
  .green-part-section .journey-section .journey-content .journey-block .title p span {
    display: inline-block;
    position: relative;
    padding-left: 25px; }

  .green-part-section .journey-section .journey-content .journey-block .title h1 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title h2 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title h3 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title h4 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title h5 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title h6 span:before,
  .green-part-section .journey-section .journey-content .journey-block .title p span:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 3px;
    width: 15px;
    background: #FFFFFF; }

  .green-part-section .journey-section .journey-content .journey-block .year {
    display: none; }

  .green-part-section .journey-section .section-title h1,
  .green-part-section .journey-section .section-title h2,
  .green-part-section .journey-section .section-title h3,
  .green-part-section .journey-section .section-title h4,
  .green-part-section .journey-section .section-title h5,
  .green-part-section .journey-section .section-title h6,
  .green-part-section .journey-section .section-title p {
    font-size: 36px;
    line-height: 34px; }

  .green-part-section .journey-section .journey-content .journey-block {
    padding: 0 0 20px 0; }

  .green-part-section .journey-section .journey-content .journey-block .title h1,
  .green-part-section .journey-section .journey-content .journey-block .title h2,
  .green-part-section .journey-section .journey-content .journey-block .title h3,
  .green-part-section .journey-section .journey-content .journey-block .title h4,
  .green-part-section .journey-section .journey-content .journey-block .title h5,
  .green-part-section .journey-section .journey-content .journey-block .title h6,
  .green-part-section .journey-section .journey-content .journey-block .title p {
    font-size: 36px;
    line-height: 44px; }

  .green-part-section .journey-section .journey-content .silver-shape {
    display: none; }

  .author-content-section .author-detail .section-title h1,
  .author-content-section .author-detail .section-title h2,
  .author-content-section .author-detail .section-title h3,
  .author-content-section .author-detail .section-title h4,
  .author-content-section .author-detail .section-title h5,
  .author-content-section .author-detail .section-title h6,
  .author-content-section .author-detail .section-title p {
    font-size: 48px;
    line-height: 46px; }

  .author-content-section .author-detail .title h1,
  .author-content-section .author-detail .title h2,
  .author-content-section .author-detail .title h3,
  .author-content-section .author-detail .title h4,
  .author-content-section .author-detail .title h5,
  .author-content-section .author-detail .title h6,
  .author-content-section .author-detail .title p {
    font-size: 20px;
    line-height: 37px; }

  .author-content-section .author-detail {
    width: 70%; }

  .author-content-section .author-detail p {
    font-size: 12px;
    line-height: 28px; }

  .author-content-section img.persone {
    height: auto;
    /*width: auto; right: -40px;*/
    top: 35px; }

  .contact-section div.wpcf7-validation-errors,
  .contact-section div.wpcf7-acceptance-missing {
    margin-top: -150px; }

  .contact-section .wpcf7-form.invalid .learn-more-button {
    margin-top: 80px; }

  /* Journey Page End */ }
/* Responsive End */
/**************************************************************************************/
/************************* 29-10-2018 New Pages End ********************************/
/**************************************************************************************/

/*# sourceMappingURL=combined.css.map */
