html, body, div, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Avenir LT", Verdana, Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    color: #4b525c;
    font-weight: 900;
    line-height: 20px;
}


body {
    background-color: #fafbfc;
}

.bg-container{
    width: 910px;
    height: 670px;
    border: 1px solid #dee1e6;
    border-radius: 8px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top-container {
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.top-container-image{
    background-image: url(../images/shutterfly-photos-animation.gif);
    background-repeat: no-repeat;
    width: 178px;
    height: 178px;
    margin: 0 auto;
}
.top-content-text{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    margin-top: 36px;
}
.top-content-small-text{
    text-align: center;
    color: #333;
    opacity: 0.7;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}
.container-gather{
    background-image: url(../images/step1-icon-gather.png);
    background-repeat: no-repeat;
    width: 83px;
    height: 51px;
    margin: 0 auto;
}
.container-find{
    background-image: url(../images/step1-icon-find.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 56px;
    margin: 0 auto;
}
.container-create{
    background-image: url(../images/step1-icon-create.png);
    background-repeat: no-repeat;
    width: 61px;
    height: 66px;
    margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
    .top-container-image {
        background-image: url(../images/shutterfly-photos-animation@2x.gif);
        background-repeat: no-repeat;
        background-size: 178px 178px;
        margin: 0 auto;
    }
    .container-gather {
        background-image: url(../images/step1-icon-gather@x2.png);
        background-repeat: no-repeat;
        background-size: 83px 51px;
        margin: 0 auto;
    }
    .container-find{
        background-image: url(../images/step1-icon-find@x2.png);
        background-repeat: no-repeat;
        background-size: 78px 56px;
        margin: 0 auto;
    }
    .container-create{
        background-image: url(../images/step1-icon-create@x2.png);
        background-repeat: no-repeat;
        background-size: 61px 66px;
        margin: 0 auto;
    }
}

.container-row{
    padding-top: 20px;
    display: table;
    table-layout:fixed;
    border-spacing: 10px;
    margin: 0 auto;
    width: 739px;
    height: 165px;
}
.containerplus{
    font-size: 20px;
    font-weight: 400;
}
.container-column{
    display: table-cell;
    width: 32%;
    text-align: center;
}
.content-text{
    font-size:20px;
    line-height: 40px;
}
.content-small-text{
    opacity: 0.7;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.orange-btn {
    border-radius: 2px;
    background-color: #f15d1b;
    @include background-image-linear-gradient(bottom, #e94d0f 0%, #f57c3a 100%);
    border: 1px solid #bc5119;
    text-shadow: 0 1px 1px #a30045;
    color: #FAFCFF;
}
.orange-btn:not(.disabled):hover {
    background-color: #e8650e;
    @include background-image-linear-gradient(bottom, #f0591d, #f57c3a);
    border: 1px solid #bc5119;
}

.orange-btn.disabled {
    opacity: 0.6;
    cursor: auto;
}
.bottom-container{
    margin-top: 60px;
    margin-bottom: 50px;
}

#bottom-button{
    margin: auto;
    width: 230px;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 0 1px 4px #a30045;
    font-weight: 400;
}

#bottom-button a{
    color: #FAFCFF;
    text-decoration: none;
}

.action-btn{
    width: 250px;
    height: auto;
    padding: 10px;
    margin: 0 0;
    text-align: center;
}
.orange-text{
    color: #F05323;
}

.footer-links {
  padding: 10px 0;
  font-weight: normal;
  font-size: 12px;
}

.footer-links a, .footer-links a:visited, .footer-links a:hover {
  color: #336699;
  text-decoration: none;
}
