.amibutton_buttons {
    display: block;
}

.amibutton {
    font-weight: 600;
    font-size: 11px !important;
    line-height: 17px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    background: #f3f3f3;
    white-space: nowrap;
    border: solid 1px #dcdcdc;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#f5f5f5),to(#f1f1f1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#f5f5f5),to(#f1f1f1));
    border-radius: 2px !important;
}

.amibutton,.amibutton:visited {
    color: #6e6e6e !important;
    text-decoration: none !important;
}

.amibutton_disabled,.amibutton_disabled:hover,.amibutton_disabled.amibutton_red,.amibutton_disabled.amibutton_blue,.amibutton_disabled.amibutton_red:hover,.amibutton_disabled.amibutton_blue:hover {
    background: 0;
    cursor: default !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #aaa !important;
    color: #aaa !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.amibutton img {
    vertical-align: middle;
    border: 0;
    margin-right: 4px !important;
}

.amibutton span {
    padding: 0 !important;
    text-decoration: none !important;
}

.amibutton:hover {
    color: #333;
    border-color: #999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    text-decoration: none !important;
}

.amibutton:active,.amibutton_mousedown {
    color: #000;
    border-color: #000 !important;
}

.amibutton_sibling {
    margin-left: 10px;
}

.amibutton_big {
    font-size: 15px !important;
    font-weight: 600;
    padding: 12px 18px;
    height: 18px;
}

.amibutton_red,.amibutton_red:visited {
    background: 0;
    background-color: #dd4b39;
    color: white !important;
    text-shadow: none;
    border: 1px solid transparent;
}

.amibutton_red:hover {
    border-color: #b0281a;
    background-color: #c53727;
    background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
    background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
    background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
    background-image: -o-linear-gradient(top,#dd4b39,#c53727);
    background-image: linear-gradient(top,#dd4b39,#c53727);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.amibutton_blue,.amibutton_blue:visited {
    background: 0;
    background-color: #449ae7;
    color: white !important;
    text-shadow: none;
    border: 1px solid transparent;
}

.amibutton_blue:hover {
    border-color: #1362a8;
    background-color: #388cd7;
    background-image: -webkit-linear-gradient(top,#449ae7,#388cd7);
    background-image: -moz-linear-gradient(top,#449ae7,#388cd7);
    background-image: -ms-linear-gradient(top,#449ae7,#388cd7);
    background-image: -o-linear-gradient(top,#449ae7,#388cd7);
    background-image: linear-gradient(top,#449ae7,#388cd7);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.amibutton_mini img {
    margin-right: 0 !important;
}

.amibutton_mini {
    min-width: 18px;
    text-align: center;
    background: 0;
    border: 1px solid transparent;
    padding: 4px 7px;
    padding-top: 4px;
}

.amibutton_mini:hover {
    background: #e3e3e3;
    text-decoration: none;
}

html,body,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,p,a,img,form,input,textarea,button,select,fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

html {
    background-color: white;
}

body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.inner {
    width: 940px;
    margin: auto;
    position: relative;
}

h2 {
    color: #333;
    font-size: 40px;
    line-height: 46px;
    font-weight: 300;
}

p {
    color: #333;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

#top_bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background-color: rgba(0,0,0,0.3);
    transition: opacity .3s linear;
    z-index: 100;
}

#top_bar.inactive {
    opacity: .4;
}

#top_bar.inactive:hover {
    opacity: 1;
}

#logo {
    position: absolute;
    left: 0;
    top: 8px;
    width: 38px;
    height: 30px;
    background: transparent url(./icon.png) left top no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

#logo a {
    display: block;
}

#top_bar .menu {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
}

#top_bar .menu>li {
    float: left;
}

#top_bar .menu>li:hover {
    background-color: rgba(0,0,0,0.1);
    transition: background .3s linear;
}

#top_bar .menu>li a {
    display: block;
    font-size: 14px;
    line-height: 48px;
    padding: 0 10px;
}

#top_bar .menu a {
    color: white;
}

#top_bar .menu .dropdown {
    display: none;
    list-style: none;
    background: rgba(0,0,0,0.3);
}

#top_bar .menu>li:hover .dropdown {
    display: block;
}

#top_bar .menu li li:hover {
    background: rgba(0,0,0,0.5);
}

#banner {
    position: relative;
    z-index: 1;
    background: #ddd no-repeat center bottom;
    color: #333;
    overflow: hidden;
}

#banner.banner-video {
    color: #fff;
    height: 620px;
    background: transparent url(./video_bg.jpg) left top no-repeat;
    background-size: cover;
}

#banner .inner {
    padding: 120px 0 230px 0;
    height: 270px;
    overflow: hidden;
    position: relative;
    z-index: 4000;
}

#banner.banner-video .inner {
    padding: 350px 0 10px;
    height: auto;
}

#banner.text-right .inner {
    padding-left: 500px;
    width: 440px;
}

#banner h1 {
    font-weight: 300;
    font-size: 50px;
}

#banner.banner-video h1 {
    text-shadow: 0 2px 1px rgba(0,0,0,0.4);
}

#banner .subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    width: 500px;
    /*width: 440px;*/
}

.subtitle_big {
    font-size: 25px !important;
    line-height: 30px !important;
    padding-top: 50px;
}

#banner.banner-video .subtitle {
    text-shadow: 0 2px 1px rgba(0,0,0,0.4);
}

#banner .action {
    font-size: 16px;
    /*color: #dd4b39;*/
    color: #4baf9b;
    border-radius: 4px;
    padding: 8px 20px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

#banner.banner-video .action {
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

#banner .action:hover {
    background-color: rgba(0,0,0,.7);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}

#banner .arrow {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent url(./arrow.png) left top no-repeat;
}

#banner.banner-video .arrow {
    bottom: 5px;
}

#banner .video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    min-height: 500px !important;
}

#banner .video video {
    display: block;
}

#banner .video .video_overlay {
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#platforms {
    border-bottom: solid 1px #dfdfdf;
}

#platforms .inner {
    text-align: center;
}

#platforms .secondary {
    display: none;
}

#platforms li {
    display: inline-block;
    vertical-align: top;
    width: 63px;
}

.ie7 #platforms li {
    display: inline;
    zoom: 1;
}

#platforms a {
    display: block;
    min-width: 30px;
    font-size: 12px;
    line-height: 1;
    padding: 40px 6px 8px 6px;
    position: relative;
    font-size: 11px;
    color: #ccc;
    height: 20px;
    padding: 40px 0 8px 0;
    -webkit-transition: .5s all;
}

#platforms a:hover {
    color: #888;
}

#platforms li.active a {
    border-bottom: 2px solid #dfdfdf;
    color: #888;
}

#platforms a:before,#platforms a .before {
    content: ' ';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    top: 10px;
    background: transparent url(./platform.png) left top no-repeat;
    cursor: pointer;
    z-index: -1;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    opacity: .4;
}

#platforms a:hover:before,#platforms li.active a:before {
    opacity: 1;
}

#platforms .web :before,#platforms .web .before {
    background-position: -24px 0;
}

#platforms .android :before,#platforms .android .before {
    background-position: -48px 0;
}

#platforms .iphone :before,#platforms .iphone .before,#platforms .ipad :before,#platforms .ipad .before,#platforms .macos :before,#platforms .macos .before {
    background-position: -70px 0;
}

#platforms .windows :before,#platforms .windows .before {
    background-position: -94px 0;
}

#platforms .chrome :before,#platforms .chrome .before {
    background-position: -118px 0;
}

#platforms .firefox :before,#platforms .firefox .before {
    background-position: -142px 0;
}

#platforms .outlook :before,#platforms .outlook .before {
    background-position: -190px 0;
}

#platforms .thunderbird :before,#platforms .thunderbird .before {
    background-position: -166px 0;
}

#platforms .gmail :before,#platforms .gmail .before {
    background-position: -214px 0;
}

#platforms .postbox :before,#platforms .postbox .before {
    background-position: -238px 0;
}

#top_reasons {
    border-bottom: solid 1px #ececec;
}

#top_reasons .inner {
    padding: 100px 0 100px 0;
}

#top_reasons.just_text .inner {
    padding: 100px 16px 130px;
}

#top_reasons h2,#top_reasons p,#top_reasons ul {
    text-align: center;
}

#top_reasons h2 {
    margin-bottom: 20px;
    text-align: center;
}

h2 i {
    max-width: 550px;
    display: inline-block;
    font-style: normal;
}

#top_reasons p {
    margin-bottom: 80px;
    max-width: 600px;
    margin: 0 auto;
}

#top_reasons ul {
    text-align: justify;
    margin: 35px 60px 0;
}

#top_reasons ul:after {
    display: inline-block;
    content: ' ';
    width: 100%;
    height: 1px;
}

#top_reasons li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding-top: 100px;
    font-size: 24px;
    line-height: 1.3;
    /*color: #dd4b39;*/
    color: #4baf9b;
    font-weight: 300;
    list-style: none;
    text-align: center;
    position: relative;
}

#top_reasons.four li {
    width: 152px;
}

.ie7 #top_reasons li {
    display: inline;
    zoom: 1;
}

#top_reasons li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    /*height: 80px;*/
    width: 100%;
    /*background: transparent url(https://d3ptyyxy2at9ui.cloudfront.net/efeb90d91e9526e17eb5a9bcf20a5ca1.png) center top no-repeat;*/
}

.reasonbgl {
    background: transparent url(./icon-70-realtime.png) center top no-repeat;
}

.reasonbgm {
    background: transparent url(./icon-70-contact.png) center top no-repeat;
}

.reasonbgr {
    background: transparent url(./icon-70-global.png) center top no-repeat;
}

#top_reasons li.collaboration:before {
    background-position: center 0;
}

#top_reasons li.everywhere:before {
    background-position: center -160px;
}

#top_reasons li.beautiful_design:before {
    background-position: center -80px;
}

#top_reasons li.visual_scheduling:before {
    background-position: center -240px;
}

#top_reasons li.real_time_sync:before {
    background-position: center -320px;
}

#top_reasons li.link_files:before {
    background-position: center -400px;
}

div.feature_text_left {
    border-bottom: solid 1px #ececec;
}

div.feature_text_left .inner {
    padding: 150px 0 0;
    height: 450px;
}

div.feature_text_left.more .inner {
    padding-top: 190px;
    height: 420px;
}

div.feature_text_left h2 {
    margin-bottom: 35px;
    width: 400px;
}

div.feature_text_left p {
    width: 400px;
    margin-bottom: 35px;
}

div.feature_text_right {
    border-bottom: solid 1px #ececec;
}

div.features {
    border-bottom: solid 1px #ececec;
}

div.feature_text_right .inner {
    padding: 150px 0 0;
    height: 450px;
}

div.feature_text_right h2 {
    margin-bottom: 35px;
    width: 400px;
    margin-left: 500px;
}

div.feature_text_right p {
    width: 400px;
    margin-left: 500px;
    margin-bottom: 35px;
}

div.feature_text_top {
    background: transparent url(./bar.png) center bottom no-repeat;
    padding-bottom: 1px;
    border-bottom: solid 1px #ececec;
}

div.feature_text_top .inner {
    padding: 110px 0 450px;
    text-align: center;
}

div.feature_text_top h2 {
    margin-bottom: 20px;
}

div.feature_text_top p {
    max-width: 600px;
    margin: 0 auto 35px;
}

div.feature_text_top p.photo {
    max-width: 940px;
}

div.feature_text_top.with_photo {
    background-image: none;
}

div.feature_text_top.with_photo .inner {
    padding-bottom: 50px;
}

div.feature_text_top.with_photo img {
    border-radius: 10px;
    display: block;
    margin-top: 35px;
    max-width: 100%;
}

.video_button a {
    display: inline-block;
    font-size: 15px;
    color: #888;
    border-radius: 4px;
    padding: 7px 20px;
    background-color: rgba(240,240,240,0.9);
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
    border: 1px solid #888;
}

.video_button a:before {
    content: "▶ ";
    margin-right: 5px;
}

.video_button a:hover {
    color: #dd4b39;
}

#the_team {
    background: transparent url(./bar.png) center bottom no-repeat;
    padding-bottom: 20px;
}

#the_team .inner {
    padding: 150px 0 0;
    height: 450px;
    text-align: center;
}

#the_team h2 {
    margin-bottom: 20px;
}

#features .inner {
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}

#features h2 {
    margin-bottom: 20px;
}

#features h2+p {
    margin-bottom: 70px;
}

#features h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#features ul {
    text-align: justify;
}

#features ul:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
}

#features li {
    list-style: none;
    position: relative;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 5px 0 30px 70px;
	min-height: 100px;
}

#features li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    /*background: transparent url(./function.png) 0 3px no-repeat;*/
}

#features li.i1:before {
    background: transparent url(./icon_alarm.png) 0 0px no-repeat;
}
#features li.i2:before {
    background: transparent url(./icon_calendar.png) 0 0px no-repeat;
}
#features li.i3:before {
    background: transparent url(./icon_weather.png) 0 0px no-repeat;
}
#features li.i4:before {
    background: transparent url(./icon_location.png) 0 0px no-repeat;
}
#features li.i5:before {
    background: transparent url(./icon_shop.png) 0 0px no-repeat;
}
#features li.i6:before {
    background: transparent url(./icon_stock.png) 0 0px no-repeat;
}
#features li.i7:before {
    background: transparent url(./icon_drama.png) 0 0px no-repeat;
}
#features li.i8:before {
    background: transparent url(./icon_bus.png) 0 0px no-repeat;
}
#features li.i9:before {
    background: transparent url(./icon_delivery.png) 0 0px no-repeat;
}
#features li.i10:before {
    background: transparent url(./icon_food.png) 0 0px no-repeat;
}
#features li.i11:before {
    background: transparent url(./icon_hotel.png) 0 0px no-repeat;
}
#features li.i12:before {
    background: transparent url(./icon_shopping.png) 0 0px no-repeat;
}
#features li.i13:before {
    background: transparent url(./icon_taxi.png) 0 0px no-repeat;
}
#features li.i14:before {
    background: transparent url(./icon_ticket.png) 0 0px no-repeat;
}
#features li.i15:before {
    background: transparent url(./icon_hospital.png) 0 0px no-repeat;
}

#features ul p {
    font-size: 14px;
}

#features .premium {
    font-size: 9px;
    line-height: 5px;
    color: #dd4b39;
    text-transform: lowercase;
    border: solid 1px #dd4b39;
    border-radius: 2px;
    padding: 0 3px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

#users {
    clear: both;
    border-top: solid 1px #ececec;
    background-color: #f8f8f8;
}

#users .inner {
    padding: 100px 0 80px 0;
}

#users h2 {
    text-align: center;
    margin-bottom: 70px;
}

#users ul {
    list-style: none;
    text-align: center;
}

#users li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 210px;
    margin: 0 10px;
}

.ie7 #users li {
    display: inline;
    zoom: 1;
}

#users img {
    display: block;
    margin-bottom: 40px;
}

#users h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

#users ul p {
    font-size: 14px;
    margin-bottom: 10px;
}

#users ul p strong {
    font-weight: 400;
}

#users button {
    display: none;
}

#media .inner {
    padding: 110px 0 80px 0;
    text-align: center;
    width: 960px;
}

#media h2 {
    margin-bottom: 60px;
}

#media ul {
    list-style: none;
}

#media li {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #ebebeb;
    width: 300px;
    margin: 0 6px 20px 6px;
}

#media li a {
    display: block;
    padding: 20px 0 20px;
    /*min-height: 160px;*/
    min-height: 90px;
}

.ie7 #media li {
    display: inline;
    zoom: 1;
}

#media img {
    max-height: 50px;
    display: block;
    margin: 20px auto 20px;
}

#media ul p {
    color: #666;
    font-size: 16px;
    padding: 0 30px;
}

#media button {
    display: none;
}

#summary {
    background-color: #eee;
}

#summary .inner {
    text-align: center;
    padding: 45px 0 55px 0;
}

#summary p {
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
}

#summary .brands {
    padding: 40px 0;
}

#summary a {
    /*background-color: #dd4b39;*/
    background-color: #4baf9b;
    padding: 8px 25px;
    color: white;
    font-size: 18px;
    line-height: 1;
    border-radius: 4px;
}

#summary a:hover {
    background-color: #000;
    color: #fff;
}

#footer {
    background-color: #ddd;
}

#footer .inner {
    padding: 50px 0 30px 0;
    text-align: center;
}

#social_share {
    display: block;
    margin: auto;
}

#social_share .social_link {
    display: inline-block;
    margin: 30px 20px 0 20px;
}

#footer .todoist,#footer .products,#footer .social {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 30px;
}

.ie7 #footer .todoist,.ie7 #footer .products,.ie7 #footer .social {
    display: inline;
    zoom: 1;
}

#footer .todoist {
    width: 240px;
}

#footer .products {
    width: 260px;
}

#footer .social {
    width: 170px;
}

#footer h2 {
    color: #666;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

#footer h3 {
    color: #666;
}

#footer h3 a {
    color: #666;
    font-weight: bold;
}

#footer h3 a:hover {
    color: #333;
}

#footer p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

#footer .products h3 {
    font-weight: bold;
}

#footer .products p {
    margin-bottom: 20px;
}

#footer .social ul {
    list-style: none;
}

#footer .social li {
    margin-bottom: 10px;
}

#footer .social a {
    color: #666;
    padding-left: 20px;
    background-image: url(./social.png);
    background-repeat: no-repeat;
}

#footer .social a:hover {
    color: black;
}

#footer .rss a {
    background-position: 0 0;
}

#footer .facebook a {
    background-position: 0 -30px;
}

#footer .twitter a {
    background-position: 0 -60px;
}

#footer .google a {
    background-position: 0 -90px;
}

#footer .youtube a {
    background-position: 0 -120px;
}

#footer select {
    cursor: pointer;
    color: #666;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 300;
    border: solid 1px #bfbfbf;
    border-radius: 2px;
    padding: 3px 5px;
    width: 150px;
    margin-bottom: 20px;
    margin-top: 5px;
    -webkit-appearance: none;
    background: transparent url(./dropdown.png) right center no-repeat;
}

#footer .copyright {
    padding-top: 40px;
    font-size: 14px;
}

#footer .copyright a,#footer .copyright span {
    color: #666;
    margin: 0 6px;
}

#footer .copyright span {
    font-weight: bold;
}

#footer .copyright a:hover {
    color: black;
}

#button_expand,#button_contract {
    display: none;
}

@media screen and (min-width:1200px) {
    div.feature_text_top {
        background-position: center center !important;
    }
}

@media screen and (max-width:1100px) {
    #banner.banner-video {
        height: auto;
    }

    #banner.banner-video .inner {
        position: absolute;
        z-index: 40;
        top: 0;
        right: 0;
        left: 0;
    }

    #banner.banner-video .video {
        position: relative;
    }
}

@media screen and (max-width:1024px) {
    #banner.banner-video .inner {
        padding: 300px 20px;
    }
}

@media screen and (max-width:939px) {
    html {
        background-color: #dfdfdf;
        overflow: hidden;
        overflow-y: auto;
    }

    body {
        background-color: white;
        width: 100%;
    }

    #wrapper {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .2s linear;
    }

    .menu_expand #wrapper {
        left: -200px;
    }

    .inner {
        width: auto !important;
        margin: 0 16px;
    }

    #banner .video {
        min-height: 350px !important;
    }

    p {
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    p {
        font-size: 18px;
    }

    #button_expand {
        display: block;
        position: absolute;
        width: 40px;
        height: 35px;
        top: 5px;
        right: 5px;
        background: transparent url(./extend_menu.png) center no-repeat;
        text-indent: 200px;
        white-space: nowrap;
        overflow: hidden;
        z-index: 1000;
        transition: opacity .5s linear;
    }

    #button_contract {
        display: block;
        position: absolute;
        width: 40px;
        height: 35px;
        top: 5px;
        right: -40px;
        background: transparent url(./extend_close.png) center no-repeat;
        text-indent: 200px;
        white-space: nowrap;
        overflow: hidden;
        z-index: 1000;
    }

    #top_bar {
        opacity: 1 !important;
    }

    #top_bar ul {
        display: none;
    }

    #banner {
        background-size: cover;
    }

    #banner .inner,#banner.text-right .inner {
        text-align: center;
        padding: 100px 30px 0;
        height: 500px;
        width: auto;
    }

    #banner.banner-video .inner {
        padding: 100px 10px 0;
    }

    #banner h1 {
        font-size: 40px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    #banner .subtitle {
        font-size: 18px;
        line-height: 1.5;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0 !important;
    }

    #banner .subtitle_big {
        padding-top: 0;
    }

    #banner .action {
        display: inline-block;
        min-width: 80px;
        margin: 20px auto 0;
    }

    #banner .arrow {
        display: block;
        position: static;
        margin: 40px auto;
    }

    #platforms {
        position: absolute;
        top: 0;
        right: -200px;
        bottom: 0;
        width: 200px;
        z-index: 1000;
        background-color: #dfdfdf;
    }

    #platforms .inner {
        border-top: solid 48px #9c9c9c;
        margin: 0;
    }

    #platforms li {
        display: block;
        width: auto;
    }

    #platforms a {
        text-align: left;
        padding: 12px 0 12px 40px;
        font-size: 16px;
        color: #999;
    }

    #platforms a:hover,#platforms li.active a {
        color: #777;
    }

    #platforms a:before {
        left: 10px;
        top: 7px;
        margin: 0;
    }

    #platforms .secondary {
        display: block;
    }

    #platforms .secondary a:before {
        display: none;
    }

    div.feature_text_left .inner {
        padding: 100px 16px 0 16px;
    }

    div.feature_text_left h2 {
        width: 50%;
    }

    div.feature_text_left p {
        width: 50%;
        font-size: 16px;
        margin-bottom: 45px;
    }

    div.feature_text_right .inner {
        padding: 100px 16px 0 16px;
    }

    div.feature_text_right h2 {
        margin-left: 50%;
        width: 50%;
    }

    div.feature_text_right p {
        margin-left: 50%;
        width: 50%;
        font-size: 16px;
        margin-bottom: 45px;
    }

    #features h2+p {
        font-size: 16px;
    }

    div.feature_text_top .inner {
        background-size: 640px;
        padding: 70px 16px 360px 16px;
    }

    div.feature_text_top p {
        font-size: 16px;
    }

    #users ul {
        width: 600px;
        margin: auto;
    }

    #users li {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:799px) {
    #top_reasons ul {
        margin: 40px 40px 0;
    }

    #top_reasons.four li {
        width: 110px;
        font-size: 20px;
    }

    #features h2+p {
        margin-bottom: 40px;
    }

    #features .inner {
        padding: 70px 0 50px;
    }

    #footer .inner {
        text-align: center;
    }

    #footer .todoist,#footer .products,#footer .social {
        width: auto;
        margin: 0;
    }

    #footer .products {
        margin: 0 50px;
    }

    #footer .copyright {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width:719px) {
    p {
        font-size: 20px;
    }

    #top_reasons ul {
        margin: 40px 20px 0;
    }

    div.feature_text_top .inner {
        background-size: 100% !important;
    }

    #features li {
        width: 35%;
    }

    #users .inner {
        position: relative;
    }

    #users button {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 520px;
        margin-left: -200px;
        background: transparent url(./leftright.png) left top no-repeat;
        width: 35px;
        height: 60px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }

    #users button+button {
        left: auto;
        right: 50%;
        margin-right: -200px;
        background-position: right top;
    }

    #users ul {
        width: 300px;
        height: 450px;
        position: relative;
        margin-bottom: 100px;
        overflow: hidden;
    }

    #users li {
        display: block;
        width: 300px;
        height: 450px;
        margin: auto;
        position: absolute;
        left: 300px;
        top: 0;
        transition: left .2s linear;
    }

    #users li.current {
        left: 0;
    }

    #users li.left {
        left: -300px;
    }

    #users li.right {
        left: 300px;
    }

    #users li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*
    #media .inner {
        position: relative;
    }

    #media button {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 170px;
        margin-left: -200px;
        background: transparent url(./leftright.png) left top no-repeat;
        width: 35px;
        height: 60px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }

    #media button+button {
        left: auto;
        right: 50%;
        margin-right: -200px;
        background-position: right top;
    }

    #media ul {
        width: 300px;
        height: 300px;
        position: relative;
        margin: auto;
        margin-bottom: 0;
        overflow: hidden;
    }

    #media li {
        display: block;
        width: 300px;
        margin: auto;
        position: absolute;
        left: 300px;
        top: 0;
        transition: left .2s linear;
        border: 0;
    }

    #media li.current {
        left: 0;
    }

    #media li.left {
        left: -300px;
    }

    #media li.right {
        left: 300px;
    }
    */

    .brands img {
        max-height: 55px;
    }

    #media{
        display: none;
    }
}

@media screen and (max-width:639px) {
    h2 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }

    #banner .video {
        min-height: 301px !important;
    }

    #banner h1 {
        font-size: 35px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    #banner.banner-video .arrow {
        display: none;
    }

    #top_reasons .inner {
        padding-bottom: 100px;
    }

    #top_reasons h2 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    #top_reasons li,#top_reasons.four li {
        display: block;
        max-width: 280px;
        width: auto;
        margin: auto;
        position: relative;
        text-align: left;
        padding: 10px 0 5px;
        background: 0;
        font-size: 17px;
        margin-bottom: 30px;
        padding-left: 70px;
    }

    #top_reasons li:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        width: 55px;
        height: 55px;
        /*
		background: transparent url(./reason.png) -21px -12px no-repeat;
        background-size: 60px 420px !important;
		*/
    }
	
    #top_reasons li.collaboration:before {
        /* background-position: center 0; */
		background: transparent url(./icon-70-realtime.png) center top no-repeat;
		background-size: 50px 50px !important;
    }

    #top_reasons li.everywhere:before {
        /* background-position: center -120px; */
		background: transparent url(./icon-70-contact.png) center top no-repeat;
		background-size: 50px 50px !important;
    }

    #top_reasons li.beautiful_design:before {
        /* background-position: center -60px; */
		background: transparent url(./icon-70-global.png) center top no-repeat;
		background-size: 50px 50px !important;
    }

    #top_reasons li.visual_scheduling:before {
        background-position: center -180px;
    }

    #top_reasons li.real_time_sync:before {
        background-position: center -240px;
    }

    div.feature_text_top {
        padding-bottom: 30px;
    }

    div.feature_text_top .inner {
        padding-bottom: 230px;
    }

    #features li {
        width: 32%;
    }

    #features h3 {
        font-size: 16px;
    }

    #features li p {
        font-size: 13px;
    }

    #users .inner {
        padding-bottom: 30px;
    }

    #users ul {
        margin-bottom: 0;
        width: 220px;
        height: 500px;
    }

    #users li {
        width: 220px;
        height: 500px;
    }

    #users button {
        bottom: 410px;
        margin-left: -150px;
    }

    #users button+button {
        margin-right: -150px;
    }

    /*
    #media .inner {
        padding-bottom: 50px;
    }

    #media ul {
        width: 230px;
        margin: auto;
    }

    #media li {
        width: 230px;
    }

    #media ul p {
        font-size: 16px;
        padding: 0 10px;
    }

    #media button {
        bottom: 190px;
        margin-left: -150px;
    }

    #media button+button {
        margin-right: -150px;
    }
    */

    #summary p {
        font-size: 18px;
    }

    .brands img {
        max-height: 45px;
    }

    #footer .todoist,#footer .products,#footer .social {
        width: 150px;
    }

    #footer .products {
        margin: 0 20px;
    }

    #media{
        display: none;
    }
}

@media screen and (max-width:600px) {
    #banner.banner-video .action {
        display: none;
    }

    #banner .video video {
        min-width: 550px;
    }

    #top_reasons .inner {
        padding: 50px 0;
    }

    #top_reasons p {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
        line-height: 1.1em;
    }

    div.feature_text_right h2,div.feature_text_left h2,div.feature_text_top h2 {
        margin-bottom: 25px;
    }

    div.feature_text_right p,div.feature_text_left p,div.feature_text_top p {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .video_button a {
        padding: 7px 10px;
        font-size: 10px;
    }

    #features h2+p {
        font-size: 14px;
    }

    #footer .todoist,#footer .products,#footer .social {
        width: 80%;
        margin: 0;
    }

    #media{
        display: none;
    }
}

@media screen and (max-width:450px) {
    #banner.banner-video .inner {
        padding-top: 20%;
    }

    #top_reasons ul {
        margin: 40px 0 0;
    }

    #banner .subtitle {
        width: 100%;
    }

    #features li {
        width: auto;
    }

    #media{
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    #features li:before {
        background-image: url(./function2x.png);
        background-size: 54px 1250px;
    }

    #footer .social a {
        background-image: url(./social2x.png);
        background-size: 15px 136px;
    }

    #platforms a:before,#platforms a .before {
        background-image: url(./platform2x.png);
        background-size: 264px 48px;
    }

    #top_reasons li:before {
        background-image: url(./reason2x.png);
        background-size: 80px 560px;
    }
}
