.hero-section.home {
  padding: 70px 0 70px;
}
.hero-section.home h2 {
    margin-bottom: 40px;
    margin-right: 30px;
}
.hero-section.home p.video-play {
    margin-bottom: 40px;
}

.hero-section.home .play-button:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform:    scale(1.1);
    -ms-transform:     scale(1.1);
    -o-transform:      scale(1.1);
    transform:         scale(1.1);
}
.hero-section.home .cta-cols {
    text-align: center;
}
.switch-btn {
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    cursor: pointer;
}

.switch-btn .switch-area {
    width: 48px;
    height: 20px;
    border-radius: 10px;
    background: #A8A8A8;
    margin: -2px 25px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.switch-btn .switch-area img {
    width: 38px;
    margin-top: -7px;
    margin-left: -6px;
}

.shelving-images {
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
}

.frame-image {
    position: relative;
    z-index: 1;
    -moz-transform: scale(1,0.96);
    -o-transform: scale(1,0.96);
    -webkit-transform: scale(1,0.96);
    transform: scale(1,0.96);
}

.video {
    position: absolute;
    top: 4.6%;
    left: 12%;
    width: 76%;
    height: 80.5%;
}

.switch-area .shelving-images .video.shelve {
    display: block;
}


.switch-area .shelving-images .video.checkpoint {
    display: none;
}

.switch-label {
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
}

.switch-label.shelve {
    padding-left: 50px;
}

.switch-label.checkpoint {
    color: #999;
}

.switch-area .text-box.checkpoint {
    display: none;
}

.switch-area.switched .switch-btn .switch-area img { margin-left: 19px; }
.switch-area.switched .switch-btn .switch-label.shelve { color: #999; }
.switch-area.switched .switch-btn .switch-label.checkpoint { color: #222; }
.switch-area.switched .text-box.shelve { display: none; }
.switch-area.switched .text-box.checkpoint { display: block; }
.switch-area.switched .shelving-images .video.shelve { display: none; }
.switch-area.switched .shelving-images .video.checkpoint { display: block; }


.speed-graph img {
    max-width: 730px;
}

#companies.table {
    margin-top: 0em;
    margin-bottom: 5em;
  padding-left: 30px;
    padding-right: 30px;
}

#companies.table .cell {
    width: 16%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

#companies.table .cell img {
    opacity: 0.4;
    width: 100px;
    vertical-align: middle;
}

#companies.table .row:nth-child(n+1) .cell {
    padding-top: 3em;
}

#feedback blockquote {
    width: 100%;
}

blockquote {
    font-size: 16pt;
    font-weight: 300;
    font-style: italic;
    color: #5a5a5a;
    text-align: left;
    position: relative;
    display: block;
  line-height: 20pt;
}

blockquote:before {
    font-family: "Hoefler Text", "Times New Roman", serif;
    font-style: normal;
  color: #ddd;
  content: open-quote;
  font-size: 300%;
  line-height: 0px;
  margin-right: 0.1em;
  vertical-align: -0.3em;
}

blockquote:after {
    content: close-quote;
    color: rgba(0, 0, 0, 0);
}

#feedback h4 {
    text-align: left;
    font-size: 11pt;
    margin-top: 1em;
    margin-bottom: 0;
    color: #444;
}

#feedback p {
    text-align: left;
    font-size: 9pt;
    padding-top: 0.4em;
    color: #888;
    margin-bottom: 40px;
}

#feedback .grid-4 {
    padding: 0 40px;
}






.modal {
    /*display: none; */
    position: fixed;
    z-index: 99999;
    padding-top: 110px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.7);
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 3px;
    width: 80%;
    height: 80%;
    max-width: 1000px;
    max-height: 657px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@media screen and (max-width: 560px) {
  height: 360px;
  min-height: 360px;
}

.modal-content .modal-body {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.modal-content .video-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.modal-content .video-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
  position: absolute;
  right: 0;
  top: -84px;
  padding: 20px;
  border-radius: 50%;
  background: #263238;
  cursor: pointer;
}
.close img { vertical-align: middle; }
.close:hover { opacity: 0.8; }

/* LEGACY TO GO

#intro h3  {
    width:34em;
    margin-left: auto;
    margin-right: auto;
}

#app-icon {
    padding-top: 7em;
    text-align: center;
}

#download-buy {
    margin-top: 2em;
    text-align: center;
}

#download-buy div {
    margin-left: 1em;
    margin-right: 1em;
    display: inline-block;
}

#download-buy p {
    padding-top: 0.2em;
    font-size: 70%;
    line-height: 1.6em;
}

#download-buy .more:after {
    vertical-align:-8%;
}


.paddle-nav {
    position: absolute;
    top:50%;
    width:20px;
    opacity: 0.4;
    margin-top: -30px;
    height: 40px;
    cursor: pointer;
}

@media all and (max-width: 1024px) {

    .paddle-nav {
        display: none;
    }
}

.paddle-nav:hover {
    opacity: 0.65;
}

.paddle-nav:active {
    opacity: 0.8;
}

.paddle-nav-left {
    left:-40px;
}

.paddle-nav-right {
    right:-40px;
}

.paddle-nav-left:after {
    content: url("../images/arrow-left-black.svg");
}

.paddle-nav-right:after {
    content: url("../images/arrow-right-black.svg");
}


#screenshots {
    position: relative;
    margin-top: 3em;
    padding-bottom: 1em;
  overflow: hidden;
  background-image:linear-gradient(90deg, #6f2c4e, #6f2c4e, #3E6EC1, #3E6EC1);
}

#wallpaper {
    position: absolute;
    background-image:url("../images/screenshot-background.jpg");
    background-size: 3016px 877px;
    width: 3016px;
    height:877px;
    left:50%;
    margin-left: -1508px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {

    #wallpaper {
    background-image:url("../images/screenshot-background@2x.jpg");
    }
}

@media only screen
and (max-width : 1024px)
and (min-device-width:1024px) {

    #screenshots {
        min-width: 1024px;
    }
}

#screenshot-wrapper {
    position: relative;
    margin-top: 3em;
}

#screenshot {
    padding-top: 62.5%;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.68);
    -webkit-border-radius:6px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 1em;
    -webkit-transform:translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

#screenshot-wrapper .image-title {
    margin-bottom: 0.5em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#screenshot-wrapper .image-description {
    width: 50em;
    height: 3em;
    overflow: hidden;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#screenshot-wrapper .paddle-nav {
    margin-top: -80px;
}

#screenshots h4 {
    color:white;
}

#screenshots p {
    color:white;
    font-weight: 400;
}

#screenshots .indicator {
    background-color: rgba(255, 255, 255, 0.22);
}

#screenshots .indicator-selected {
    background-color: rgba(255, 255, 255, 0.72)
}

#screenshots .paddle-nav {
    opacity: 0.5;
}

#screenshots .paddle-nav:hover {
    opacity: 0.65;
}

#screenshots .paddle-nav:active {
    opacity: 0.8;
}

#screenshots .paddle-nav-left:after {
    content: url("../images/arrow-left-white.svg");
}

#screenshots .paddle-nav-right:after {
    content: url("../images/arrow-right-white.svg");
}


#workflow {
    background-color: #f8f8f8;
    text-align: center;
}

#workflow .table {
    margin-top: 5em;
    margin-bottom: 5em;
  padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    table-layout: fixed;
}

#workflow .table a {
    font-size: 20pt;
    font-weight: 300;
    color:#9e47a0;
}

#workflow .table p {
    margin-top: 1em;
    font-size: 13pt;
    font-weight: 200;
    color:#845f84;
}

#workflow .table .cell {
    width: 33%;
    max-width: 33%;
}

#workflow .table .cell img {
    max-width: 100%;
}

#workflow a {
    color:#9e47a0;
}

#workflow .table .row:nth-child(3) .cell {
    padding-top: 2.5em;
}

#workflow .table .center {
    height:150px;
}

#workflow p {
    margin-bottom: 1em;
}

#workcycle-container {
    height: 210px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#workcycle-mask {
    z-index: 2;
    background-image: url("../images/workcycle-mask.png");
    background-size: 240px 240px;
    width: 240px;
    height: 240px;
    left:-15px;
    top:-15px;
    position: absolute;
    background-repeat: no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {

    #workcycle-mask {
        background-image: url(../images/workcycle-mask@2x.png);
    }
}

#workcycle-background {
    z-index: 1;
    width: 232px;
    height: 232px;
    background-size: 232px 232px;
    left:-13px;
    top:-10px;
    background-image: url("../images/workcycle-background.png");
    position: absolute;
    background-repeat: no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {

    #workcycle-background {
        background-image: url(../images/workcycle-background@2x.png);
    }
}

#workcycle-connector-left {
    vertical-align: top;
    text-align: right;
    padding-top: 20px;
    padding-right: 15px;
}

#workcycle-connector-right {
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
    padding-left: 15px;
}

#workcycle-connector-right img {
    -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


#diff {
    background-color: white;
}

#diff-wrapper {
    position: relative;
    margin-top: 4em;
    padding-top: 0;
}

#diff-screen {
    padding-top: 35.156%;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  -webkit-transition: background-image 0.45s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    margin-bottom: 2em;
}

#diff .paddle-nav {
    margin-top: -80px;
}

#diff .image-title {
    margin-bottom: 0.5em;
}

#diff .image-description {
    width: 50em;
    height: 3em;
    overflow: hidden;
}

#diff {
    text-align: center;
}

#diff p {
    margin-bottom: 1.2em;
}


#merge {
    background-color: #f8f8f8;
    text-align: center;
}

#merge p {
    margin-bottom: 1.2em;
}

#merge a {
    color:#c53c12;
}

#merge-img {
    position: relative;
    width: 288px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 4em;
}

#merge-img img {
    position: absolute;
}

#merge-img img:nth-child(1) {
    z-index: 1;
    left:0px;
}

#merge-img img:nth-child(2) {
    z-index: 2;
    top:80px;
    left:100px;
}


#timeline {
    background-color: white;
}

#timeline .table {
    margin-top: 5em;
    margin-bottom: 5em;
    table-layout: fixed;
    width: 100%;
}

#timeline .table .cell {
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
}

#timeline .table .cell h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
}

#timeline .table .cell p {
    margin-top: 1em;
    font-size: 13pt;
    color:#7b7b7b;
    font-weight: 200;
    text-align: left;
    margin-bottom: 0.5em;
}

#timeline .table .row:nth-child(2) .cell {
    padding-top: 4em;
}

#timeline h3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


#annotations {
    background-color: #f8f8f8;
    text-align: center;
}

#annotations a {
    margin-top: 5em;
    display: block;
}

#annotations img{
    margin-top: 5em;
}


.grid-subsection .table {
    margin-top: 5em;
    margin-bottom: 5em;
  padding-left: 90px;
    padding-right: 90px;
}

.grid-subsection .table p {
    margin-top: 1em;
    font-size: 13pt;
    color:#7b7b7b;
    font-weight: 200;
}

.grid-subsection .table .cell {
    width: 33%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: center;
}

.grid-subsection .table h4 {
    margin-top: 0.3em;
    margin-bottom: 1em;
    color:#7e7e7e;
    font-size: 18pt;
}

.grid-subsection .table p {
    font-size: 12pt;
}

.grid-subsection .table .row:nth-child(2) .cell,
.grid-subsection .table .row:nth-child(3) .cell {
    padding-top: 3em;
}

.grid-subsection img {
    width: 62px;
}


#summary {
    background-color: #6e3d76;
    padding-bottom: 2em;
}

#summary h3 {
    color: white;
    margin-bottom: 0.3em;
    font-weight: 200;
    font-size: 32pt;
}

#summary p {
    color: #d0aed5;
    font-weight: 400;
    font-size: 120%;
    margin-bottom: 1em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#summary a {
    color: #efacf9;
}


#more {
    background-color: white;
}


#even-more {
    background-color: #f8f8f8;
}


#beanstalk {
    border: none;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    text-align: center;
    background-repeat: repeat-x repeat-y;
    background-position-x: center;
    background-image: url(../images/wildbit.png);
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {

    #beanstalk {
        background-image: url(../images/wildbit@2x.png);
    }
}

#beanstalk p {
    color: #D6FAD3;
    font-size: 14pt;
    font-weight: 500;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin-top: 1em;
}

#assembla-banner {
    text-align: center;
    background: #1c68cc;
    background: -moz-linear-gradient(-45deg, #1c68cc 1%, #1e88e5 100%);
    background: -webkit-linear-gradient(-45deg, #1c68cc 1%,#1e88e5 100%);
    background: linear-gradient(135deg, #1c68cc 1%,#1e88e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c68cc', endColorstr='#1e88e5',GradientType=1 );
    color: #fff;
}

#assembla-banner h3,
#assembla-banner p {
    color: #fff;
    margin: 0 0 10px;
}

#assembla-banner img {
    width: 160px;
    margin: 5px auto 20px auto;
}

#assembla-banner .assembla-more {
    background: #25c75e;
    color: #fff;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 30px;
}


#customers {
    background-color: white;
    text-align: center;
}

#customers h3 {
    margin-bottom: 0.3em;
}

#companies.table {
    margin-top: 0em;
    margin-bottom: 5em;
  padding-left: 30px;
    padding-right: 30px;
}

#companies.table .cell {
    width: 16%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

#companies.table .cell img {
    opacity: 0.4;
    width: 100px;
    vertical-align: middle;
}

#companies.table .row:nth-child(n+1) .cell {
    padding-top: 3em;
}

#feedback.table {
    margin-top: 4em;
    margin-bottom: 5em;
  padding-left: 30px;
    padding-right: 30px;
}

#feedback.table blockquote {
    width: 100%;
}

#feedback.table .cell {
    width: 33%;
    padding-left: 2em;
    padding-right: 1em;
    border-right: 1px solid #ddd;
}

#feedback.table .cell:nth-child(3) {
    border: none;
}

#feedback.table h4 {
    text-align: left;
    font-size: 11pt;
    margin-top: 1em;
    color: #444;
}

#feedback.table p {
    text-align: left;
    font-size: 9pt;
    padding-top: 0.4em;
    color: #888;
}

blockquote {
    font-size: 16pt;
    font-weight: 300;
    font-style: italic;
    color: #5a5a5a;
    text-align: left;
    position: relative;
    display: block;
  line-height: 20pt;
}

blockquote:before {
    font-family: "Hoefler Text", "Times New Roman", serif;
    font-style: normal;
  color: #ddd;
  content: open-quote;
  font-size: 300%;
  line-height: 0px;
  margin-right: 0.1em;
  vertical-align: -0.3em;
}

blockquote:after {
    content: close-quote;
    color: rgba(0, 0, 0, 0);
}


#features {
    background-color: white;
    text-align: center;
}

#features h3 {
    margin-bottom: 0.3em;
}

#features .table {
    margin-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#features .table .cell {
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
}

#features .table h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 15pt;
    color:#828282;
}

#features .table li {
    width: 100%;
    font-size: 8pt;
    color: #adadad;
    padding-top: 0.2em;
    font-weight: 200;
    text-align: left;
}

#features .table li p {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    font-size: 11pt;
    color: #4f4f4f;
}

#features .table ul ul {
    margin-left: 1em;
}
*/