  .kaidooratheme_content{
    width: 100%;
  }

  .kaidooratheme_content_container{
    position: relative; 
  }

  .title_large{
    border: none;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;
    color: white;
    font-family: Century Gothic, sans-serif;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.3);
  }

  .subtitle_large{
    border: none;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    color: #ccc;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.2);
  }

  .button_green{
    padding: 16px 36px;
    border-width: 1px 1px 2px;
    border-color: rgb(58, 193, 100);
    border-radius: 4px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    color: white;
    font-size: 20px;
    background-color: #5fcf81;
    display: inline-block;
    text-decoration: none;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2);
  }

  .button_green:hover{
    color: white;
    text-decoration: none;
    background-color: #35a457;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.4);
  }

  .title_medium{
    float: left;
    border: none;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: black;
    font-family: Century Gothic, sans-serif;
  }

  .subtitle_medium{
    float: left;
    border: none;
    font-size: 20px;
    text-align: left;
    color: #666;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
  }

  .title_small{
    border: none;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #444;
    line-height: 1.4em;
    font-family: Century Gothic, sans-serif;
  }

  .subtitle_small{
    border: none;
    font-size: 18px;
    text-align: left;
    color: #999;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
    line-height: 1.6em;
  }

  .list_circle{
    list-style-type: circle;
  }

  .slide1-spacer0{
    height: 150px;
  }

  .slide1-spacer1{
    height: 100px;
  }

  .slide1-spacer2{
    height: 20px;
  }

  .slide1-spacer4{
    height: 50px;
  }

  .slide1-spacer6{
    height: 150px;
  }

  .slide1-spacer7{
    height: 100px;
  }

  .slide2-spacer0{
    height: 120px;
  }

  .slide2-spacer2{
    height: 50px;
  }

  .slide2-spacer3{
    height: 40px;
  }

  .slide2-spacer4{
    height: 60px;
  }

  .slide2-spacer6{
    height: 100px;
  }

  .slide2-text_container{
    padding-top: 20px;
  }
  
  .slide3{
    background: white;
  }
  
  .slide3-spacer0{
    height: 150px;
  }

  .slide3-spacer2{
    height: 80px;
  }

  .slide3-spacer4{
    height: 80px;
  }

  .slide3-spacer6{
    height: 100px;
  }

  .slide3-container{
    padding-right: 30px;
    padding-left: 30px;
  }

  .slide3-container-spacer0{
    height: 40px;
  }
  .slide3-container-spacer2{
    height: 20px;
  }
  .slide3-container-spacer4{
    height: 40px;
  }

  .slide4-spacer0{
    height: 220px;
  }

  .slide4-spacer2{
    height: 5px;
  }

  .slide4-spacer4{
    height: 50px;
  }

  .slide4-spacer6{
    height: 150px;
  }

  .slide4-custom_subtitle{
    color: #aaa; 
    text-align: center; 
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.2);
  }

  .slide4-custom_title{
    color: white; 
    text-align: center; 
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.3);
  }


  .kaidooratheme_imageview-background{
    position: absolute; 
    float: left;
    height: 100%; 
    overflow: hidden;
  }

  .kaidooratheme_imageview-background_container{
    height: 100%; 
    left: -150%; 
    width: 400%; 
    position: relative; 
    float: none; 
    text-align: center;
  }

  .kaidooratheme_imageview-background_shade{
    position: absolute; 
    float: left; 
    background: rgba(0,0,0,0.75); 
    height: 100%;
  }

  .kaidooratheme_imageview-background .maxheight{
    height: 100%;
  }

  .kaidooratheme_imageview-background_image{
    height: 100%; 
    margin: 0 auto;
  }

  .kaidooratheme_imageview-background_image_small{
    height: 100%; 
    float: right; 
    position: absolute; 
    right: 0px;
  }