/**************************/
/**************************/
/***** GENERAL CSS ********/
/**************************/
/**************************/

html, body {
    font-family: "proxima-nova", "proxima-light", sans-serif;
}

.no-pad {
    padding: 0;
}

.content-container {
    width: 961px;
    margin: 0 auto;
}
.play-icon {
    position: absolute;
    left: 65px;
    top: 26px;
    z-index: 200;
    width: 57px;
}
/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    .content-container {
        max-width: 100% !important;
        padding: 20px;
    }

}

/**************************/
/**************************/
/***** HEADER ELEMENT *****/
/**************************/
/**************************/

div#header {
    z-index: 131;
    box-shadow: inset 0 -20px 30px -10px rgba(0,0,0,.2);
}

#header-container {
    background-image: url("../../images/mountain_backdrop-compressor.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#promoter-logo {
    background-color: rgb(255, 255, 255);
    width: 112px;
    height: 44px;
}

#header .logo {
    margin-top: 30px;
    position: relative;
    width: 112px;
    height: 44px;
    z-index: 135;
}
#sign-up {
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
    margin-right: 0 !important;
}
#header-message {
    display: inline-block;
    margin: 0 51px;
    padding-top: 94px;
}
#header-message h1 {
    display: inline-block;
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    line-height: 35px;
}

#header-message span#tag-line {
    display: inline-block;
    font-size: 1.2em;
    color: #ffffff;
    max-width: 570px;
}

#header-get-started-button {
    display: block;
    height: 52px;
    width: 234px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    padding: 10px 40px;
    border-radius: 5px;
    background-color: rgb(211, 93, 74);
    float: right;
}
#header-get-started-button:hover {
    text-decoration: none;
    background-color: rgba(211, 93, 74, .6);
}

#header-get-started-button span.bold{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: .9;
}

#header-content {
    margin-top : 80px;
    position: relative;
    top: 223px;
}


/* CUSTOM CAROUSEL CSS */
#carousel {
    /* HIDE CAROUSEL UNTIL PAGE IS LOADED */
    visibility: hidden;
}
.roundabout-holder {
    padding: 0;
    margin: 0 auto !important;
    height: 490px;
    width: 860px;
}

.roundabout-moveable-item {
    cursor: pointer;
    display:block;
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
}

.roundabout-in-focus {
    cursor: auto;
}

#carousel li {
    height: 490px;
    width: 860px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    opacity: 1!important;
    border-radius: 5px;
    /*box-shadow: 0 5px 30px 5px rgba(70, 70, 70, .4);*/
}

#carousel li.roundabout-in-focus:hover span {
    display: block;
    z-index: 1;
}

#carousel li img {
    opacity: 0.8;
}
#carousel li.roundabout-in-focus{
    cursor: default;
}

#carousel li.roundabout-in-focus img {
    opacity: 1!important;
}
.roundabout-arrow {
    position: absolute;
    top: -100px;
    font-size: 80px;
    color: #ffffff;
    text-shadow: 0 1px 1px #D1D1B8;
    opacity: 1;
    z-index: 200;
    cursor: pointer;
}
.roundabout-arrow:hover {
    color: #ccc;
}
.fa-angle-left.roundabout-arrow {
    left: -175px;
}
.fa-angle-right.roundabout-arrow {
    right: -175px;
}

#email-slide {
    box-shadow: none;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 1200px) {
    .roundabout-moveable-item {
        /*display: none;*/
    }
    .roundabout-in-focus {
        /*display: block;*/
    }
}
@media only screen and (max-width: 992px) {
    #header {
        text-align: center;
    }
    #header .logo {
        float: left;
        margin-left: 30px;
    }
    #header-container {
        padding: 0;
    }
    #header .content-container {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    #header-get-started-button {
        float: none;
        margin: 30px auto;
    }
    #header-message span#tag-line {
        width: 100%;
    }
}

/********************************/
/********************************/
/******* LOGOS CONTAINER ********/
/********************************/
/********************************/

#container-1 {
    position: relative;
    top: -4px;
    z-index: 300;
    background-color: #f7f6f5;
    box-shadow: 0 -5px 10px 1px rgba(70, 70, 70, .1);
    text-align: center;
}

#logo-container {
    text-align: center;
}
#container-1 > img {
    max-width: 1067px;
    width: 100%;
    padding: 0 20px 47px 20px;
}
#logos-tagline-container {
    height: 50px;
    border-bottom: 1px solid #eeedeb;
    margin: 0 0 38px 0;
    text-align: center;
}
#logos-tagline {
    padding: 0 10px;
    background-color: #f7f6f5;
    font-size: 15.651px;
    color: rgb(210, 207, 204);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.789;
    text-align: center;
    position: relative;
    top: 35px;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    #container-1 {
        width: 100%;
    }

    #container-1 > img {
        width: 100%;
    }

}

/*****************************************/
/*****************************************/
/******* NPS BACKGROUND CONTAINER ********/
/*****************************************/
/*****************************************/

#container-2 {
    background-color: rgb(255,255,255);
    z-index: 400;
}
#nps-background-container {
    margin-top: 83px;
}
#nps-description-container {
    padding-bottom: 72px;
    border-bottom: 1px solid #eeedeb;
}
#nps-description h3 {
    font-size: 23.476px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}
#nps-graph img {
    margin-top: 28px;
    float: right;
}
#promoter-video-container {
    margin: 38px auto 40px auto;
    max-width: 459px;
    width: 100%;
}
#promoter-video-container > a {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    z-index: 250;
    cursor: pointer;
}
#promoter-video-container > a:hover {
    opacity: .6;
}
#nps-video,
#rackspace-video {
    border-radius: 5px;
}
#video-tagline {
    display: inline-block;
    max-width: 247px;
    width: 100%;
    height: 40px;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    #container-2 {
        width: 100%;
    }
    #nps-description-container {
        padding-bottom: 30px;
    }
    #nps-background-container {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    #nps-graph img {
        margin: 30px auto 0 auto;
        float: none;
        width: 100%;
        max-width: 418px;
    }
}
@media only screen and (max-width: 768px) {
    #promoter-video-container {
        text-align: center;
        margin-bottom: 0;
    }
    #promoter-video-container > .tagline {
        display: block;
        margin-top: 30px;
        max-width: none;
    }
}

/***********************************************/
/***********************************************/
/************ MAIN QUOTE CONTAINER *************/
/***********************************************/
/***********************************************/
#container-3 {
    background: url("../../images/white_mountain_backdrop-compressor.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f3f2;
    max-width: 100%;
    height: 332px;
}
#main-quote-container {
    margin-top: 70px;
}
#main-quote-container > .avatar {
    width: 25%;
    padding-right: 20px;
}
#quote-container {
    width: 75%;
}
#main-quote-container > div {
    display: inline-block;
    float: left;
}
#main-quote-container .quote {
    display: inline-block;;
    font-size: 15px;
    color: rgb(34, 34, 34);
    line-height: 1.467;
    text-align: left;
    margin-top: 33px;
}

#quote-info {
    display: inline-block;
    margin-top: 28px;
}
#quote-info h4 {
    font-weight: 600;
    margin: 0;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    #container-3 {
        width: 100%;
        height: 100%;
    }
    #main-quote-container {
        margin-top: 30px;
    }
    #quote-container {
        display: block !important;
    }
    #main-quote-container > .avatar,
    #quote-container {
        width: 100%;
    }
    #main-quote-container > .avatar {
        text-align: center;
    }
    #quote-info {
        margin: 28px auto 0 auto;
    }

}

/***********************************************/
/***********************************************/
/*************** QUOTES CONTAINER **************/
/***********************************************/
/***********************************************/

#container-4 {
    background-color: rgb(211, 94, 75);
    overflow: hidden;
}
#container-4 .content-container {
    padding-top: 75px;
    padding-bottom: 50px;
}
#container-4 .quote {
    display: inline-block;
    position: relative;
    padding-right: 8px
}
#container-4 .quote:last-child {
    padding-right: 0
}
.quote-content {
    position: relative;
    display: inline-block;
    background: #bf503e;
    border-radius: 5px;
    padding: 15px;
    min-height: 192px;
    font-size: 13.694px;
    line-height: 1.286;
    color: rgb(255,255,255);
    z-index: 2;
}
.quote-content:before {
    content: '';
    height: 0;
    width: 0;
    border: 10px solid;
    border-color: #bf503e #bf503e transparent transparent;
    position: absolute;
    top: 100%;
    left: 25px;
}
.quote > .avatar {
    position: relative;
    left: 15px;
    top: 20px;
    border-radius: 50%;
    background-color: rgb(233, 150, 137);
    width: 60px;
    height: 60px;
}

.quote-author-info {
    position: relative;
    left: 90px;
    bottom: 25px;
}
.author-name {
    color: rgb(255,255,255);
    font-size: 14px;
    font-weight: 400;
}
.author-company {
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    #container-4 {
        width: 100%;
        height: 100%;
        padding: 30px 0 0 0;
    }
    #container-4 .content-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .quote-content {
        min-height: 0;
    }
}
/***********************************************/
/***********************************************/
/******** RACKSPACE VIDEO CONTAINER ************/
/***********************************************/
/***********************************************/

#container-5 {
    background: url("../../images/working-compressor.png");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: rgb(51,52,59);
}
#nps-tagline {
    padding: 147px 117px 70px 117px;
    font-size: 23.476px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.051);
}
#nps-tagline > strong {
    font-weight: 500;
}

#video-container {
    max-width: 579px;
    width: 100%;
    margin: 38px auto;
}
#video-container > a {
    margin-right: 22px;
    display: inline-block;
    position: relative;
    z-index: 250;
}
#video-container > a:hover {
    opacity: .6;
    cursor: pointer;
}
#video-container > .tagline {
    display: inline-block;
    font-size: 14.673px;
    font-weight: 100;
    color: rgb(255, 255, 255);
    line-height: 1.467;
    max-width: 365px;
    width: 100%;
}

/********************************
/ mobile phones                */
@media only screen and (max-width: 992px) {
    #container-5 {
        width: 100%;
        height: 100%;
    }
    #nps-tagline {
        padding: 30px;
    }
}
@media only screen and (max-width: 768px) {
    #video-container {
        text-align: center;
    }
    #video-container > .tagline {
        max-width: none;
        display: block;
        margin-top: 30px;
    }
}

/***********************************************/
/***********************************************/
/************ COUNTER CONTAINER ****************/
/***********************************************/
/***********************************************/

#container-6 {
    background-color: #f7f6f5;
    height: 325px;
}
#counter-container {
    width: 50%;
    margin: 130px auto;
}
#counter-get-started-button {
    display: block;
    height: 52px;
    width: 234px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    padding: 10px 40px;
    border-radius: 5px;
    background-color: rgb(211, 93, 74);
}
#counter-get-started-button:hover {
    text-decoration: none;
    background-color: rgba(211, 93, 74, .6);
}

#counter-get-started-button span.bold{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: .9;
}
