
@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_300-webfont.eot');
    src: url('../fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_300-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_300-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansLight';
    src: url('../fonts/MuseoSans_100-webfont.eot');
    src: url('../fonts/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_100-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_100-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_100-webfont.svg#MuseoSans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansStrong';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansExtraStrong';
    src: url('../fonts/MuseoSans_700-webfont.eot');
    src: url('../fonts/MuseoSans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_700-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_700-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_700-webfont.svg#MuseoSans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  height: 100%;
}
body {
  background: #E2E4E7;
  padding: 0;
  text-align: left;
  font-family: 'MuseoSans', Helvetica;
  font-style: normal;
  font-weight: normal;
  position: fixed;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

h1, h2 {
  /*text-shadow: 0 1px 2px rgba(0,0,0,0.5);*/
}
.noshadow {
  text-shadow: none !important;
}
h1, h2, p {
  color: white;
  text-rendering: optimizelegibility;

}
p {
  font-size: 16px;
  line-height: 26px;
  font-family: "MuseoSans", Helvetica;
  font-weight: normal;
  font-style: normal;

}
p strong {
  font-family: "MuseoSansStrong", "MuseoSans", Helvetica;
  font-weight: normal;
  font-style: normal;
}
header {
  position: relative;
  z-index: 10;
}

h1 {
  font-size: 44px; 
  line-height: 57px;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "MuseoSansStrong", "MuseoSans", Helvetica;
  font-style: normal;
  font-weight: normal;
}

h1 span{
  font-family: "MuseoSansExtraStrong", "MuseoSansStrong", "MuseoSans", Helvetica;
}

video { 
  display: block; 
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:active {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
     -moz-tap-highlight-color: rgba(0,0,0,0);
          tap-highlight-color: rgba(0,0,0,0);
}

.disable-pointer {
  pointer-events: none !important;
}

.wrapper {
  height: 100% !important;
  margin: 0 auto; 
  overflow: hidden; 

  -webkit-transition: border-color 400ms;
  -moz-transition: border-color 400ms;
  transition: border-color 400ms;
  border: 8px solid #66aaf0;
}
.wrapper.redBorder {
  border-color: #f02a2a !important ;
}
.wrapper.violetBorder {
  border-color: #fd22b2 !important ;
}
.wrapper.whiteBorder {
  border-color: #ffffff !important ;
}
.wrapper.orangeBorder {
  border-color: #ffba01 !important ;
}
.wrapper.blueBorder {
  border-color: #4ea4ff !important ;
}



.fullscreen-overlay {
  overflow: hidden;
  position: absolute; 
  right: 8px; 
  bottom: 8px;
  left: 8px;
  top: 8px;
  width: auto; 
  height: auto; 

  background: rgba(0, 0, 0, 0.0);
  -webkit-transition: background 400ms ease, border-color 400ms;
  -moz-transition: background 400ms ease, border-color 400ms;
  transition: background 400ms ease, border-color 400ms;
}
.fullscreen-overlay:after {
  content: '';
  background: transparent url(../i/pattern.png) repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullscreen-overlay.darken {
  background: rgba(0, 0, 0, 0.7);
}

.tag-tooltip {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;

  cursor: pointer;

  background: rgba(85, 170, 255, 0.8);
  position: absolute;
  right: 0;
  top: 15%;
  
  width: 240px;
  height: 60px;

  white-space: nowrap;

  -webkit-transform: translate3d(240px, 0px, 0px);
     -moz-transform: translate3d(240px, 0px, 0px);
          transform: translate3d(240px, 0px, 0px);

  -webkit-transition: -webkit-transform 400ms ease-out;
     -moz-transition: -moz-transform 400ms ease-out;
          transition: transform 400ms ease-out;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
          box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.hidden {
  display: none;
}
.immediate {
  -webkit-transition: all 0ms ease !important;
     -moz-transition: all 0ms ease !important;
          transition: all 0ms ease !important;
}

.tag-tooltip.shown {
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.tag-tooltip img {
  float: left;
  margin-left: 14px;
  margin-top: 14px; 

}
.tag-tooltip .tag-icon {
  background: url(../i/taginfoicon.png) center center no-repeat;
  float: left;  
}
.tag-tooltip p {
  font-family: "MuseoSansStrong", Helvetica;
  padding: 0;
  width: 160px;
  height: 40px;
  color: white;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  margin: 10px;
  white-space: normal;
  float:left;
}
.tags {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);

  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;

  width: 59px;
  height: 59px;
  background-size: cover;

  cursor: pointer;

  position: absolute;
  bottom: -60px;

  background: rgba(85, 170, 255, 0.8);


  z-index: 500;
}
.tags:hover {
  opacity: 0.8;
}
.tags.shown {
  -webkit-transform: translate3d(0px, -250px, 0px);
     -moz-transform: translate3d(0px, -250px, 0px);
          transform: translate3d(0px, -250px, 0px); 

  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -moz-transition: -moz-transform 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
          transition: transform 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); 
          transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}

.tag-icon {
  width: 40px;
  height: 40px;
  margin: 10px;
}

.tag1 {
  -webkit-transition-delay: 0.3s !important; /* Safari */
          transition-delay: 0.3s !important;
  right: 38%;
}
.tag1 .tag-icon {
  background: url(../i/tagcarticon.png) center center no-repeat;
}
.tag1.shown {
  -webkit-transform: translate3d(0px, -500px, 0px);
     -moz-transform: translate3d(0px, -500px, 0px);
          transform: translate3d(0px, -500px, 0px); 

}
.tag2 {
  -webkit-transition-delay: 0.45s !important; /* Safari */
          transition-delay: 0.45s !important;
  right: 25%;
}
.tag2.shown {
  -webkit-transform: translate3d(0px, -300px, 0px);
     -moz-transform: translate3d(0px, -300px, 0px);
          transform: translate3d(0px, -300px, 0px);
}
.tag2 .tag-icon {
  background: url(../i/tagphotoicon.png) center center no-repeat;
}
.tag3 {
  -webkit-transition-delay: 0.6s !important; /* Safari */
          transition-delay: 0.6s !important;
  right: 11%;
}
.tag3.shown {
  -webkit-transform: translate3d(0px, -400px, 0px);
     -moz-transform: translate3d(0px, -400px, 0px);
          transform: translate3d(0px, -400px, 0px); 
}
.tag3 .tag-icon {
  background: url(../i/tagyticon.png) center center no-repeat;
}
.tag4 {
  -webkit-transition-delay: 0.7s !important; /* Safari */
          transition-delay: 0.7s !important;
  left: 20%;
}
.tag4.shown {
  -webkit-transform: translate3d(0px, -160px, 0px);
     -moz-transform: translate3d(0px, -160px, 0px);
          transform: translate3d(0px, -160px, 0px);
}
.tag4 .tag-icon {
  background: url(../i/tagmapicon.png) center center no-repeat;
}

video#bgvid {
  position: absolute; 
  right: 0; 
  bottom: 0;
  left: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -100;
  background: url(../i/video.jpg) no-repeat;
  background-size: cover;
}


.centered {
  width: 768px;
  left: 50%; 
  top: 50%; 
  -webkit-transform:translate3d(-50%, -50%, 0);
  -moz-transform:translate3d(-50%, -50%,0);
  transform:translate3d(-50%, -50%, 0);
  position: absolute;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  padding: 7px;
  width: 100%;

  background: rgba(255, 255, 255, 0.25);
  font-weight: bold;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.back:hover {
  color: black;
  background: rgba(255, 255, 255, 0.5);
}

.main {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.main section {
  height: 100%;
  width: 100%;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  backface-visibility:         hidden;
}

/*.main section .page-container {
  position: relative;
  margin: 0 auto 0;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}*/
.main section  {
  overflow: hidden;
}

.bottom {
  width: 80px;
  left: 50%; 
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transform:translate3d(-50%, 0, 0);
  -moz-transform:translate3d(-50%, 0, 0);
  transform:translate3d(-50%, 0, 0);
  position: absolute;
  z-index: 1000;
}
.bottom p {
  text-align: center;
  font-family: "MuseoSans", Helvetica;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 12px;
  font-size: 12px; 
}
.bottom.white p {
  color: white;
}
.scroll-down {
  width: 42px;
  height: 15px;
  background: url(../i/scrolldown.png) 0 0 no-repeat;
  background-size: cover;
  margin: 6px auto 0;
}
.scroll-down.scroll-down-black {
  background: url(../i/scrolldownblack.png) 0 0 no-repeat;
  width: 16px;
  height: 7px;
}
.scroll-down.scroll-down-white {
  background: url(../i/scrolldownwhite.png) 0 0 no-repeat;
  width: 16px;
  height: 7px;
}

.pwithoffset{
  margin: 29px 0 0 0;
}

.main section p a{
  color: #f02a2a;
}

.main section.page2 .bottom {
  background: #66aaf0;
}
.main section.page3 .bottom {
  background: #f02a2a;
}
.main section.page4 .bottom {
  background: #3ccc29;
}
.main section.page5 .bottom {
  background: #d34ed4;
}
.main section.page6 .bottom {
  background: #ffc100;
}
.main section.page7 .bottom {
  background: #ff0190;
}
.main section.page8 .bottom {
  background: #ffc100;
}

.main section.page1 .bottom p {
  line-height: 20px;
}

.main section.page1 .bottom .scroll-down {
  margin-top: 10px;
  /*bottom: 40px;*/
}

.main section.page1 .centered img {
  margin-top: 13px;
  float: left;
}
.main section.page1 .right-text { 
  float:right;
  width: 498px;
  height: 350px;
}
.main section.page1 .centered p{
  width: 540px;
  text-align: left;
  padding: 0;
  margin: 28px 0 0 0;
}

.main section.page2 > p {
  background: rgba(0, 0, 0, 0.9);
  padding: 24px;
  width: 354px;
  border-bottom: 7px solid #66aaf0;
  position: absolute;
  top: 119px;
  left: 10.625%;
  text-align: left;
}

.main section.page3  {
  background: white;
}
.main section.page3 .centered, .main section.page4 .centered, .main section.page5 .centered {
  width: 880px;
  left: 50%; 
  top: 50%; 
  
}
.main section.page3 h1{
  color: black;
}
.main section.page3 h1 span{
  color: #f02a2a;
  font-size: 150px;
  line-height: 114px;
}
.main section.page3 .centered p {
  text-align: left;
  /*font-family: "MuseoSans", Helvetica;*/
  /*font-size: 14px;*/
  color: black;
  width: 340px;
}

.main section.page4 {
  background: white;
}

.main section.page4 h1{
  color: black;
}
.main section.page4 h1 span{
  color: #3ccc29;
  font-size: 100px;
  line-height: 70px;
}
.main section.page4 .centered p {
  text-align: left;
  /*font-family: "MuseoSans", Helvetica;
  font-size: 14px;*/
  color: black;
  width: 340px;
}
.main section.page5 {
  background: white;
}

.main section.page5 h1{
  color: black;
  font-size: 30px;
  line-height: 49px;
}
.main section.page5 h1 .big-title{
  color: #d34ed4;
  font-size: 60px;
  line-height: 49px;
}
.main section.page5 .centered p {
  text-align: left;
  /*font-family: "MuseoSans", Helvetica;
  font-size: 14px;*/
  color: black;
  width: 340px;
  
}

.right-side {
  width: 50%;
  left: 50%;
  top: 0;
  position: absolute;
}
.cube {
  height: 50px;
  width: 240px;
  float:left;
  margin-bottom: 36px;
  text-align: left;
  line-height: 50px;
}
.cube a {
  color: #f02a2a;
  text-decoration: underline;
  font-size: 14px;
}
.cube:nth-of-type(2n) {
  width: 200px;
}
.cube .left-border {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 24px;
  padding: 12px;
  margin-right: 12px; 
  vertical-align: sub;
  color: white;
  display: block;
  float: left;
}

 .cube1 .left-border {
  background: url(../i/social/icon-text.png) 0 0 no-repeat;
}
 .cube2 .left-border  {
  background: url(../i/social/icon-wikipedia.png) 0 0 no-repeat;
}
 .cube3 .left-border  {
  background: url(../i/social/icon-youtube.png) 0 0 no-repeat;
}
.cube4 .left-border {
  background: url(../i/social/icon-image.png) 0 0 no-repeat;
}
.cube5 .left-border  {
  background: url(../i/social/icon-googlemaps.png) 0 0 no-repeat;
}
 .cube6 .left-border  {
  background: url(../i/social/icon-slideshow.png) 0 0 no-repeat;
}
 .cube7 .left-border  {
  background: url(../i/social/icon-amazon.png) 0 0 no-repeat;
}
 .cube8 .left-border  {
  background: url(../i/social/icon-facebook.png) 0 0 no-repeat;
}
 .cube9 .left-border  {
  background: url(../i/social/icon-twitter.png) 0 0 no-repeat;
  margin-bottom: 0;
}
 .cube10 .left-border  {
  border: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.main section.page6  {
  background: #ffc100;
}

.slider {
 width: 100%;
 height: 100%;
 position: relative;
}
#slider1 .slide .centered {
  width:880px;
}

.slide {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

#slider2 .slide .centered {
  width: 600px;

}

.owl-wrapper {
  height: 100%;
}
.owl-item {
  height: 100%;
  width: 100%;
}
.owl-wrapper-outer {
  height: 100%;
}


.face {
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  float: left;
}
.quota {
  /*font-size: 14px;
  line-height: 24px;
  font-family: "MuseoSans", Helvetica;*/
  color: white;
  text-align: left;
  margin-left: 380px;
  padding-top: 60px;
}
.quota:before{
  font-size: 80px;
  line-height: 24px;
  color: white;
  font-family: "MuseoSansStrong", Helvetica;
  content: '\201C';
  float: left;
  margin-left: -30px;
}
.quota:after{
  font-size: 80px;
  line-height: 24px;
  color: white;
  font-family: "MuseoSansStrong", Helvetica;
  content: '\201D';
  float: right;
  margin-top: 22px;
}

.author:before {
  content: '\2014';
  margin-left: -16px;
}
.author {
  margin-left: 380px;
  text-align: left;
}

.arrow {
  width: 29px;
  height: 51px;
  top: 50%;
  position: absolute;
  background-size: cover;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 500;
  cursor: pointer;
}

.arrow-right {
  right: 40px;
  background: url(../i/arrowright.png) 0 0 no-repeat;
}
.arrow-left {
  left: 40px;
  background: url(../i/arrowleft.png) 0 0 no-repeat;
}

.main .section.page7 {
  background: black;
}
.main .section.page7 h1 {
  text-align: center;
}
.main .section.page7 .bottom {
  
}

.main .section.page7 .slide {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
}

.info {
  color: white;
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.dot-icon {
  display: inline-block;
  background: white;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 28px;
  margin-right: 12px; 
}
.dot-icon:first-child {
  margin-left: 0;
}
.icon-views {
  background: url(../i/icon-views.png) 0 0 no-repeat;
}
.icon-tags {
  background: url(../i/icon-tags.png) 0 0 no-repeat;
}
.icon-tag-views {
  background: url(../i/icon-tag-views.png) 0 0 no-repeat;
}

.button-border {
  width: 230px;
  border: 1px solid white;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;  
}
.button-explore {
  margin-top: 100px;
}
.button-border:hover {
  background: white;
  color: black;
}

.main .section.page1 .button-border {
  margin-top: 40px;
}

#slider2 .centered {
  text-align: center;
}

#slider2 .slide1 {
  background: url(../i/slides/black71.jpg) center center no-repeat;
  background-size: cover;
}
#slider2 .slide2 {
  background: url(../i/slides/black72.jpg) center center no-repeat;
  background-size: cover;
}
#slider2 .slide3 {
  background: url(../i/slides/black77.jpg) center center no-repeat;
  background-size: cover;
}
#slider2 .slide4 {
  background: url(../i/slides/black348.jpg) center center no-repeat;
  background-size: cover;
}
#slider2 .slide5 {
  background: url(../i/slides/black402.jpg) center center no-repeat;
  background-size: cover;
}
#slider2 .slide6 {
  background: url(../i/slides/black502.jpg) center center no-repeat;
  background-size: cover;
}


.main section.page8 {
  background: white;
}
.yellow-title {
  color: #ffba01;
}
.main section.page8 h1 {
  margin-top: 40px;
  color: black;
  text-align: left;
}
.main section.page8 .centered > p {
  color: black;
  text-align: left;
  width: 340px;
}
.main section.page8 .centered {
  width: 880px;
}

.main section.page9 {
  background: #4ea4ff;
}
.main section.page9 h1 {
  color: white;
  text-align: left;
  margin-bottom: 26px;
}
.main section.page9 h2 {
  text-align: left;
  padding-bottom: 6px;
  border-bottom: 2px solid white;
  margin-top: 0;
}
.main section.page9 p {
  text-align: left;
}
.main section.page9 .centered {
  width: 880px;
}
.main section.page9 .plan-item {
  float: left;
  width: 30.227273%;
  padding: 20px;
  background: #5eacff;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
  -moz-transition: opacity 400ms, -moz-transform 400ms;
  transition: opacity 400ms, transform 400ms;
  opacity: 0;
  -webkit-transform:translate3d(0, 50%, 0);
  -moz-transform:translate3d(0, 50%, 0);
  transform:translate3d(0, 50%, 0);
}
.main section.page9 .plan-item.shown {
  opacity: 1;
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.main section.page9 .plan-item a {
  font-family: "MuseoSansStrong", "MuseoSans", Helvetica;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 21px 20px 20px 20px;
  background: #7ebdff;
  width: 100%;
  margin: 3px 0 0 0;
  display: inline-block;
  border: 2px solid white;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.main section.page9 .plan-item a:hover {
  background: white;
  color: #7ebdff;
}
.main section.page9 .plan-item.business-plan {
  background: white;
  margin: 0 4.5% 0 4.5%;
  -webkit-transition-delay: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}

.main section.page9 .plan-item.business-plan h2, .plan-item.business-plan p {
  color: #4ea4ff;
}
.main section.page9 .plan-item.business-plan h2 {
  border-color: #4ea4ff;
}
.main section.page9 .plan-item.business-plan a {
  background: #71b6ff;
  border-color: #4ea4ff;
}
.main section.page9 .plan-item.business-plan a:hover{
  background: #4ea4ff;
  color: white;
}

.main section.page9 .plan-item.education-plan {
  -webkit-transition-delay: 600ms;
  -moz-transition: 600ms;
  transition: 600ms;
}

.main section.page9 .share-bar {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #83bfff;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-transition: opacity 600ms ease 400ms;
  -moz-transition: opacity 600ms ease 400ms;
  transition: opacity 600ms ease 400ms;
  opacity: 0;
}
.main section.page9 .share-bar.shown {
  opacity: 1;
}
.main section.page9 .share-bar a {
  float: left;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  margin-right: 8px;
}
.main section.page9 .share-bar .share-icon-link {
  background: url(../i/social/share-link.png) 0 0 no-repeat;
}
.main section.page9 .share-bar .share-icon-link:hover {
  background-position: -32px 0;
}
.main section.page9 .share-bar .share-icon-facebook {
  background: url(../i/social/share-fb.png) 0 0 no-repeat;
}
.main section.page9 .share-bar .share-icon-facebook:hover {
  background-position: -32px 0;
}
.main section.page9 .share-bar .share-icon-twitter {
  background: url(../i/social/share-tw.png) 0 0 no-repeat;
}
.main section.page9 .share-bar .share-icon-twitter:hover {
  background-position: -32px 0;
}
.main section.page9 .share-bar .share-icon-gplus {
  background: url(../i/social/share-gp.png) 0 0 no-repeat;
}
.main section.page9 .share-bar .share-icon-gplus:hover {
  background-position: -32px 0;
}

.main section.page9 .share-bar p {
  margin: 0 0 0 12px;
  float: left;
  line-height: 32px;
}


.modal {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 1500;
  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
.modal .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.modal .content {
  max-width: 600px;
  max-height: 338px;
  background: url(../i/loading.gif) 50% 50% no-repeat;
}
.modal.share-modal .content {
  max-height: none !important; 
}
.modal.embed-modal .content {
  max-height: 400px;
  max-width: 640px;
}
.modal iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modal.offset iframe {
  left: 100px;
}
.modal.offset .sd-app-container {
  left: 100px;
}

.modal .close-button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  background: url(../i/closeicon.png) 0 0 no-repeat;
  background-size: cover;
}

.share-modal .content {
  background: white;
  padding: 30px;
  width: 540px;
}
.share-modal .content h1, .share-modal .content h2, .share-modal .content p {
  color: black;
  text-align: left;
}
.share-modal .content p {
  font-size: 14px;
  line-height: 24px;
}
.mini-close {
  float: right;
  width: 21px;
  height: 21px;
  background: url(../i/shareclose.png) 0 0 no-repeat;
  background-size: cover;
}
.mini-close:hover {
  opacity: 0.7;
}
.share-modal select,
.share-modal input[type="email"],
.share-modal input[type="text"] {
  border: 1px solid #eee;
  padding: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 100%;
  background: white;
}
.share-modal input[type="submit"] {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 13px 12px 11px 12px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background: black;
  color: white;
  font-size: 10px;
  width: 100px;
}
.share-modal input.fullwidth {
  width: 100%;
  color: #808080;
}
.small-gap {
  margin-top: 20px;
}

.share-modal .content h2 {
  padding: 0 0 24px 0;
  margin: 0 0 18px 0;
  font-size: 28px;
  line-height: 28px;
  font-family: 'MuseoSansStrong', 'MuseoSans', Helvetica;
  border-bottom: 1px solid black;
}

.tip-arrow {
  position: absolute;
  left: -275px;
  top: 30px;
  width: 260px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}
.modal.offset .tip-arrow {
  left: -175px;
}
.tip-arrow.shown {
  opacity: 1;
}
.tip-arrow p {
  text-align: center;
  padding-right: 50px;
  font-family: 'MuseoSansStrong', 'MuseoSans', Helvetica;
}
.tip-arrow .icon {
  background: url('../i/popuparrow.png') 0 0 no-repeat;
  width: 160px;
  height: 110px;
  float: right;
}

.onepage-pagination li a:before {
  background: rgba(255,255,255,0.85);
}
.onepage-pagination li a.active:before {
  border: 1px solid white;
  margin-left: -1px;
}
.onepage-pagination {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  right: 8px;
  padding-right: 2px;
  -webkit-transform:translate3d(0, -50%, 0);
  -moz-transform:translate3d(0, -50%, 0);
  transform:translate3d(0, -50%, 0);
}

.next-page, .prev-page{
  cursor: pointer;
}


.templates {
  display: none;
}

.login {
  position: absolute;
  width: 200px;
  height: 20px;
  top: 24px;
  right: 40px;
  text-align: right;
}
.login a {
  color: white;
  text-transform: uppercase;

  font-size: 14px;

  font-family: "MuseoSansStrong", "MuseoSans", Helvetica;

  -webkit-transition: color 1000ms ease;
     -moz-transition: color 1000ms ease;
          transition: color 1000ms ease;
}
.register-link {
  margin-left: 20px;
}
.login.black a {
  color: #7f7f7f;
}

.menu {
  position: absolute;
  width: 364px;
  height: 100px;
  top: 13px;
  left: 50%;
  margin-left: -182px;
}

.menu .menu-item {
  float: left;
  margin-left: 5px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  cursor: pointer;

  -webkit-transition: background-color 0.2s ease;
     -moz-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease;
}
.menu .menu-item:first-child {
  margin-left: 0;
}
.menu .menu-item:hover, .menu .menu-item.current {
  background: rgba(255, 255, 255, 0.1);
}

.menu.black .menu-item {
  background: rgba(0, 0, 0, 0.03);
}
.menu.black .menu-item:hover, .menu.black .menu-item.current {
  background: rgba(0, 0, 0, 0.1);
}

.menu .menu-item p {
  position: absolute;
  display: none;
  color: white;
  width: 150px;
  overflow: hidden;
  text-align: center;
  left: -60px;
}
.menu-item:hover p {
  display: block;
}

.menu.black .menu-item p {
  color: black;
  opacity: 0.5;
}

.menu-item .icon {
  width: 41px;
  height: 41px;
  background: url(../i/menu/icon-spaceship.png) 0 0 no-repeat;
}
.menu.black .icon {
  opacity: 0.5;
}

.menu .menu-spaceship {
  background: url(../i/menu/icon-spaceship.png) 0 0 no-repeat;
}
.menu.black .menu-spaceship {
  background: url(../i/menu/icon-spaceship-black.png) 0 0 no-repeat;
}

.menu .menu-70-tags {
  background: url(../i/menu/icon-70-tags.png) 0 0 no-repeat;
}
.menu.black .menu-70-tags {
  background: url(../i/menu/icon-70-tags-black.png) 0 0 no-repeat;
}

.menu .menu-rich {
  background: url(../i/menu/icon-rich-customization-options.png) 0 0 no-repeat;
}
.menu.black .menu-rich {
  background: url(../i/menu/icon-rich-customization-options-black.png) 0 0 no-repeat;
}

.menu .menu-custom {
  background: url(../i/menu/icon-custom-apps-for-video.png) 0 0 no-repeat;
}
.menu.black .menu-custom {
  background: url(../i/menu/icon-custom-apps-for-video-black.png) 0 0 no-repeat;
}

.menu .menu-quotes {
  background: url(../i/menu/icon-quotes.png) 0 0 no-repeat;
}
.menu.black .menu-quotes {
  background: url(../i/menu/icon-quotes-black.png) 0 0 no-repeat;
}

.menu .menu-demos {
  background: url(../i/menu/icon-demo-videos.png) 0 0 no-repeat;
}
.menu.black .menu-demos {
  background: url(../i/menu/icon-demo-videos-black.png) 0 0 no-repeat;
}

.menu .menu-analytics {
  background: url(../i/menu/icon-real-time-analytics.png) 0 0 no-repeat;
}
.menu.black .menu-analytics {
  background: url(../i/menu/icon-real-time-analytics-black.png) 0 0 no-repeat;
}

.menu .menu-get {
  background: url(../i/menu/icon-get-thinglink.png) 0 0 no-repeat;
}
.menu.black .menu-get {
  background: url(../i/menu/icon-get-thinglink-black.png) 0 0 no-repeat;
}

/* -------------------- */
/*    From Player       */
/* -------------------- */


.sd-app-image-large{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../i/bgloading.gif) no-repeat center;
    background-size: contain;
}

.sd-app-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #333;
    font-family: 'MuseoSans', Helvetica, Arial;
    font-size: 14px;
}
.sd-app-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: no-repeat center #eee;
}
.sd-app-image.loading:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../i/bgloading.gif) no-repeat center white;
}
.sd-app-content{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 20px 30px;
    background: no-repeat right bottom;
    color: black;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sd-app-content > div:not(:last-child){
    margin-bottom: 5px;
}
.sd-app-title{
    font-size: 20px;
    font-weight: 300;
    min-height: 26px;
}
.sd-app-description{
    white-space: pre-line;
    overflow: hidden;
    min-height: 18px;
}
.sd-app-description:hover{
    overflow: auto;
}

.sd-app-title,
.sd-app-description{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editmode .sd-app-title:hover,
.editmode .sd-app-description:hover{
    outline: 1px dashed #ccc;
}
.editmode .sd-app-title:focus,
.editmode .sd-app-description:focus{
    outline: 1px solid #ccc;
    background: #ffff99;
}
.editmode .sd-app-title.placeholder,
.editmode .sd-app-description.placeholder{
    color: #999;
    font-style: italic;
}

.sd-app-link{
    display: inline-block;
    margin: 10px 0 15px !important;
    color: white;
    background: black;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.sd-app-link:hover{
    opacity: 0.7;
}
.sd-app-link-name{
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.sd-app-share{
    font-size: 0;
}
.sd-app-share-button{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 5px 0;
    border-radius: 50%;
    background: no-repeat center transparent;
    background-size: 100%;
    cursor: pointer;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.sd-app-share-button:hover{
    opacity: 0.7;
}
.sd-app-share-facebook{ background-image: url(../i/social/fb.png); }
.sd-app-share-twitter{ background-image: url(../i/social/tw.png); }
.sd-app-share-googleplus{ background-image: url(../i/social/gp.png); }
.sd-app-share-pinterest{ background-image: url(../i/social/pt.png); }

/* -------------------- */


@media (orientation:landscape) {
    html.ipad.ios7 > body {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 672px !important;
    }
    html.ipad.ios7 > .modal {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 672px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
  video {
    display: none;
  }
  .wrapper {
    background: url(../i/video.jpg) no-repeat;
    background-size: cover;
  }

  .right-side {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 39px;
  }

  .main section.page1 .right-text {
    float: none;
    clear: both;
    margin-top: 40px;
    width: auto;
  }
  .main section.page1 .centered img {
    float: none;
    clear: both;
  }

  .centered {
    width: 508px !important;
  } 

  .arrow-right {
    right: 10px;
  }
  .arrow-left {
    left: 10px;
  }
  .face {
    float: none;
  }
  .quota {
    margin-left: 0;
    padding-top: 20px;
  }
  .author {
    margin-left: 0;
    float: right;
  }
  .quota:before {
    display: none;
  }
  .quota:after {
    display: none;
  }

  .main section.page8 .right-side {
    left: -34px;
  }

  .main section.page9 h1 {
    margin-bottom: 10px;
  }

  .main section.page9 h2 {
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
  }

  .main section.page9 .plan-item {
    width: auto;
    margin: 10px 0 0 0;
  }
  .main section.page9 .plan-item.business-plan {
    margin: 0;
  }
  .main section.page9 .plan-item.education-plan {
    margin: 0 0 10px 0;
  }

}

@media (max-width: 767px) {
  .main section {
    display: none;
  }
  .main section.page1 {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
  }
  .centered {
    width: 80% !important;
  } 
  video {
    display: none;
  }
  .wrapper {
    background: url(../i/video.jpg) no-repeat;
    background-size: cover;

    overflow-x: hidden;
    overflow-y: scroll; 

    height: auto;
  }

  .right-side {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .main section.page1 .right-text {
    float: none;
    clear: both;
    margin-top: 10px;
    width: auto;
  }
  .main section.page1 .centered {
    overflow-y: scroll; 
    width: 80%;
    left: 10%;
    top: 8px;
    bottom: 8px;

    -webkit-transform: none; 
    -moz-transform: none;
    transform: none; 
  }
  .main section.page1 .centered h1 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 18px;
  }
  .main section.page1 .centered p {
    width: auto;
  }
  .main section.page1 .centered img {
    float: none;
    clear: both;
  }
  .main section.page1 .bottom {
    display: none;
  }
  .menu {
    display: none;
  }
  .login {
    display: none;
  }
}

p.whiterabbit {
  background: white;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding-top: 10px; 

  margin-bottom: 40px;

  -webkit-animation: rabbitborn 1s ease-out 0s infinite alternate; /* Chrome, Safari, Opera */
  -moz-animation: rabbitborn 1s ease-out 0s infinite alternate; /* Chrome, Safari, Opera */
  animation: rabbitborn 1s ease-out 0s infinite alternate; /* Standard syntax */
}

@-webkit-keyframes rabbitborn {
  0%   { -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .0); opacity: 0.8; }
  60%  { opacity: 1; }
  100% { -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); }
}
@-moz-keyframes rabbitborn {
  0%   { -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .0); opacity: 0.8;  }
  60%  { opacity: 1; }
  100% { -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); }
}
@-o-keyframes rabbitborn {
  0%   { -o-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .0); opacity: 0.8;  }
  60%  { opacity: 1; }
  100% { -o-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); }
}
@keyframes rabbitborn {
  0%   { box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .0); opacity: 0.8;  }
  60%  { opacity: 1; }
  100% { box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); }
}
