@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
html, body {
    font-family: 'Ubuntu', sans-serif;
    -ms-scroll-limit-x-max: 0;
}
body a {
    font-family: 'Ubuntu', sans-serif;
}
body a:hover, body a:active, body a:focus {
    text-decoration: none;
}
a {outline: none;}
a img {outline : none;}
a:active, a:focus { 
 outline: none; 
 }
header {
}
header .container {
    width: 1570px;
    display: block;
}
@media (max-width: 1600px) {
  .container {
        width: 1170px !important;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 950px !important;
    }
}
@media (max-width: 992px) {
    .container {
        width: 750px !important;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
}
header {
    width: 100%;
    padding: 25px 0;
    z-index: 9999;
    height: 78px;
    position:absolute;
}
header .logo_black {
    display: none;
}
header.b .logo_white {
    display: none;
}
header.b .logo_black {
    display: inline-block;
}
header.b {
    top: -78px;
    padding: 15px 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 2px #F2F2F2;
}
header .get_trial {
    border-radius: 40px;
    color: #BFB5CF;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    padding: 12px 35px;
    border: solid 1px #BFB5CF;
    float: right;
}
header .get_trial:hover {
    background: #47C96A;
    color: #fff;
    border: solid 1px transparent;
}
header.b .get_trial {
    background: #47C96A;
    color: #fff;
    border: solid 1px transparent;
}
header.b .get_trial:hover {
    background: #349E51;
}
.right {
    width: 53%;
    float: right;
}
#top {
    background: url('../img/bg_1.jpg') no-repeat 30% top;
    text-align: center;
    height: 940px;
    position: relative;
    width: 100%;
}
#top .container, #section_1 .container, #section_2 .container, #section_3 .container, #section_4 .container {
    position: absolute;
    top: 50%; 
    left: 50%;    
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    vertical-align: middle;
}
#top .header {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 81px;
    display: inline-block;
    padding-bottom: 25px;
}
#top .content {
    font-size: 28px;
    font-weight: 300;
    color: #CCC6C9;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    #top {
        background: url('../img/bg_1.jpg') no-repeat center top;
    }
    #top .header {
        font-size: 48px;
    }
    #top .content {
        font-size: 24px;
        margin: 0 auto 10px;
        width: 75%;
    }
    #top {
        height: 700px;
    }
}
#top .read i {
    /*border: double 1px #9B8F9B;*/
    border-radius: 40px;
    padding: 8px 10px;
    margin-right: 5px;
    font-size: 20px;
    color: #9B8F9B;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px #9B8F9B;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 1px #9B8F9B;
}
#top .reader:hover i:before {
    color: #48CC6C;
}
#top .reader:hover i {
      box-shadow: inset 0 0 0 1px #48CC6C;
    /*border-color: #48CC6C;*/
}
#top .read a {
    color: #75687D;
    font-weight: 400;
}
#top .read span {
   color: #9E92A0;
}
#top .get_trial, #section_4 .get_trial {
    background: #47C96A;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px 40px;
    margin-top: 60px;
}
#top .get_trial:hover, #section_4 .get_trial:hover {
    background: #349E51;
}
#top .listen {
    float: left;
}
#top .any {
    float: right;
    text-align: left;
}
.get_trial span {
    font-weight: 700;
}
.read span {
    font-weight: 700;
}
#section_1 {
    background: url('../img/bg_2.jpg') no-repeat center;
    text-align: left;
    height: 800px;
    position: relative;
    width: 100%;
}
#top .container {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    vertical-align: middle;
}
#section_1 .header, #section_2 .header, #section_3 .header {
    border-bottom: solid 1px #AAB9C9;
    font-size: 28px;
    font-weight: 300;
    color: #28333E;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#section_1 .content, #section_2 .content, #section_3 .content {
    font-size: 34px;
    font-weight: 500;
    color: #28333E;
    margin-bottom: 25px;
}

#section_1 .content span, #section_1 .content span a {
    color: #48CC6C;
}
#section_1 .reader i, #section_2 .reader i, #section_3 .reader i {
    /*border: double 1px #48CC6C;*/
    border-radius: 40px;
    padding: 8px 10px;
    margin-right: 5px;
    font-size: 20px;
    color: #48CC6C;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px #48CC6C;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 1px #48CC6C;
}
#section_1 .reader:hover i, #section_2 .reader:hover i, #section_3 .reader:hover i {
    color: #349E51;
    /*border-color: #349E51;*/
    box-shadow: inset 0 0 0 1px #349E51;
}
#section_1 .read a, #section_2 .read a, #section_3 .read a {
    color: #48CC6C;
    font-weight: 400;
}
@media (max-width: 1200px) {
    #section_1 .read i, #section_2 .read i, #section_3 .read i {
        /*font-size: 22px;*/
    }
    #section_1 .read a, #section_2 .read a, #section_3 .read a {
        /*font-size: 22px;*/
    }
}
#section_1 .read span, #section_2 .read span, #section_3 .read span {
   color: #48CC6C;
}
#section_1 .info {
    display: inline-block;
    margin-top: 40px;
    color: #CCCDCF;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
#section_1 .info .l {
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
}
#section_1 .info .r {
    float: left;
    width: 110px;
    margin: 0;
}
#section_1 .info span {
    font-size: 70px;
    color: #CCCDCF;
    font-weight: 500;
    line-height: 62px;
}
#section_2 {
    background: url('../img/bg_3.jpg') no-repeat center;
    text-align: left;
    height: 881px;
    position: relative;
    width: 100%;
}
#section_2 .container {
    position: absolute;
    top: 50%; 
    left: 50%;    
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#section_2 .left {
    
    vertical-align: middle;
    padding-bottom: 50px;
}
#section_2 .content {
    width: 40%;
}
#section_2 .header {
    color: #898C90;
    border-color: #AAB9C9;
}
#section_3 {
    background: url('../img/bg_4.jpg') no-repeat center;
    text-align: left;
    height: 760px;
    position: relative;
    width: 100%;
}
#section_3 .container {
    text-align: center;
}
#section_3 .header {
    color: #898C90;
    border-color: #AAB9C9;
}
#section_4 {
    min-height: 580px;
    position: relative;
    width: 100%;
}
#section_4 .twitter-testimonials {
    min-height: 250px;
    padding-top: 50px;
}
blockquote.twitter-tweet {
    border: none;
    margin: 0 auto;
}
#section_4 .twitter-testimonials iframe {
    margin: 0 auto;
}
#section_4 .header {
    font-size: 32px;
    color: #394553;
    font-weight: 700;
}
#section_4 .container {
    text-align: center;
}
#section_4 .content {
    color: #5C6D80;
    font-size: 24px;
}
#section_4 .get_trial {
    margin-top: 20px;
}
#section_4 .listen-world {
    padding-top: 80px;
    margin-bottom: 40px;
}
#section_4 .get-app {
    margin-bottom: 80px;
}
footer {
    background: #000;
    position: relative;
    width: 100%;
    height: 101px;
}
footer .first_row {
    padding: 30px 0;
    border-bottom: solid 1px #2E2D2D;
}
footer .first_row .social {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #8C8C8C;
}
footer .first_row .social a {
    margin-left: 15px;
    vertical-align: middle;
}
footer .first_row .social a.twt {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url('../img/social.png') no-repeat 0px 0px;
}
footer .first_row .social a.twt:hover {
    background: url('../img/social-hover.png') no-repeat 0px 0px;
}
footer .first_row .social a.fb {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url('../img/social.png') no-repeat -60px 0px;
}
footer .first_row .social a.fb:hover {
    background: url('../img/social-hover.png') no-repeat -60px 0px;
}
footer .first_row .social a.in {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url('../img/social.png') no-repeat -119px 0px;
}
footer .first_row .social a.in:hover {
    background: url('../img/social-hover.png') no-repeat -119px 0px;
}
footer .first_row .social a.gplus {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url('../img/social.png') no-repeat -179px 0px;
}
footer .first_row .social a.gplus:hover {
    background: url('../img/social-hover.png') no-repeat -179px 0px;
}
footer .container {
    display: block;
    width: 1570px;
}
footer .logo {
    height: 40px;
}
footer .mixpanel {
    padding-right: 20px;
}
footer .second_row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .second_row ul li {
    display: inline-block;
    padding: 20px 0;
    color: #323232;
    font-size: 16px;
    margin: 0 5px;
}
footer .second_row ul li a {
    color: #505050;
    font-size: 16px;
}
footer .second_row ul li:nth-child(6) {
    float: right;
}
footer .second_row ul li:nth-child(7) {
    float: right;
}
footer .second_row ul li:nth-child(8) {
    float: right;
}
footer .second_row ul li:nth-child(9) {
    float: right;
}
footer .second_row ul li:nth-child(10) {
    float: right;
}
footer .second_row ul li:nth-child(11) {
    float: right;
}
footer .second_row {
    display: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    header.b {
        box-shadow: 0px 1px 1px #f2f2f2;
    }
    footer .first_row .social a.twt {
        background: url('../img/social@2x.png') no-repeat 0px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.twt:hover {
        background: url('../img/social-hover@2x.png') no-repeat 0px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.fb {
        background: url('../img/social@2x.png') no-repeat -60px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.fb:hover {
        background: url('../img/social-hover@2x.png') no-repeat -60px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.in {
        background: url('../img/social@2x.png') no-repeat -238px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.in:hover {
        background: url('../img/social-hover@2x.png') no-repeat -238px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.gplus {
        background: url('../img/social@2x.png') no-repeat -179px 0px;
        background-size: 219px 40px;
    }
    footer .first_row .social a.gplus:hover {
        background: url('../img/social-hover@2x.png') no-repeat -179px 0px;
        background-size: 219px 40px;
    }
}
@media (max-width: 900px) {
    footer .mixpanel {
        display: none;
    }
}
@media (max-width: 600px) {
    #section_4 {
        min-height: 660px;
    }
}
@media (max-width: 560px) {
    footer .logo {
        display: none;
    }
    footer .first_row .social {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inherit;
    }
    footer .first_row .social a {
        margin-left: 5px;
    }
}
@media (max-width: 600px) {
	#top {
	    background: url('../img/bg_1.jpg') no-repeat 10% top;
        height: 500px !important;
	}
    #top .header {
        padding-top: 75px;
        font-size: 34px;
        line-height: 1.5em;
    }
    #top .listen {
        float: none; 
        text-align: center;
    }
    #top .any {
        float: none; 
        text-align: center;
    }
	#section_1 {
	    background: url('../img/bg_2.jpg') no-repeat right center;
        text-align: center;
        height: 500px !important;
	}
    #section_1 .right {
        float: none;
        width: auto;
    }
	#section_2 {
	    background: url('../img/bg_3.jpg') no-repeat 10% center;
        text-align: center;
        height: 400px !important;
	}
    #section_2 .content {
        width: auto;
    }
    #section_3 {
        height: 400px !important;
    }
    #section_4 .get_trial {
        margin-top: 10px;
    }
    #section_4 .listen-world {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    #section_4 .get-app {
        margin-bottom: 40px;
    }
}
@media (min-width: 600px) and (max-width: 970px)  {
    #section_4 {
        min-height: 660px;
    }
    #top .header {
        font-size: 44px;
        line-height: 1.5em;
    }
    #section_4 .get_trial {
        margin-top: 10px;
    }
    #section_4 .listen-world {
        padding-top: 40px;
        margin-bottom: 20px;
    }
    #section_4 .get-app {
        margin-bottom: 40px;
    }
}
@media (min-width: 100px) and (max-width: 360px)  {
    header .get_trial {
        display: none;
    }
    header .menu {
        text-align: center;
    }
}
@media (min-width: 360px) and (max-width: 520px) {
    header .get_trial {
        padding: 12px 12px;
    }
}
@media (max-width: 1200px) {
    #section_1 .content, #section_2 .content, #section_3 .content {
        font-size: 28px;
    }
    #section_1 {
        height: 720px;
    }
    #section_2 {
        height: 800px;
    }
    #section_2 .content {
    }
    #section_3 {
        height: 600px;
    }
    #section_3 .content {
        margin: 0 auto 25px;
    }
    #section_3 .read {

    }

}
@media (max-width: 1000px) {
    #section_1 .content, #section_2 .content, #section_3 .content {
        font-size: 25px;
    }
    #section_4 .header {
        font-size: 26px;
    }
    #section_4 .content {
        font-size: 20px;
    }
}
.e_fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.e_i_fade {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.e_i_fade:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}