/* Common home widgets */
.mls-home-box-wrapper {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mls-home-box {
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 5px rgba(1, 1, 1, .07);
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    overflow: hidden;
    position: relative;
}

.mls-home-box-title {
    background-color: #266797;
    background-image: -moz-linear-gradient(top, #48a6d0 0%, #266797 100%);
    background-image: -ms-linear-gradient(top, #48a6d0 0%, #266797 100%);
    background-image: -o-linear-gradient(top, #48a6d0 0%, #266797 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#48a6d0), to(#266797));
    background-image: -webkit-linear-gradient(top, #48a6d0 0%, #266797 100%);
    background-image: linear-gradient(top, #48a6d0 0%, #266797 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#48a6d0', EndColorStr = '#266797');
    border: 1px solid #266898;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-family: "HelveticaNeueCondensed", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 17px 0 17px 17px;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .90);
}

.mls-home-box-fs-button {
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    padding-right: 10px;
    right: 5px;
    top: 5px;
}

.mls-home-box-fs-button a {
    background-image: url(images/fullscreen-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #e8902e;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 30px 10px 20px;
    text-transform: uppercase;
}

/* Styles */
.mls-home-main-area-wrapper {
    background-color: #235E9C;
    background-image: -moz-linear-gradient(top, #ffffff 0%, #235e9c 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #235e9c 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #235e9c 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#235e9c));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #235e9c 100%);
    background-image: linear-gradient(top, #ffffff 0%, #235e9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#235E9C');
    height: 394px;
}

.mls-home-main-area-subwrapper {
    background: url(images/home-main-area-lense-flare.png) no-repeat right bottom;
    height: 100%;
}

.mls-home-main-area {
    height: 100%;
}

.mls-home-middle {
    margin-top: 40px;
    position: relative;
}

.mls-home-middle-left {
    display: inline-block;
}

.mls-home-catch-sentences-wrapper {
    color: #133b62;
    font-family: "HelveticaNeueCondensed", sans-serif;
    text-align: justify;
    vertical-align: top;
}

.mls-home-catch-sentences-wrapper .small {
    font-size: 21px;
    font-weight: normal;
    text-transform: capitalize;
}

.mls-home-catch-sentences-wrapper .big {
    font-size: 29px;
    font-weight: bold;
}

.mls-home-create-channel-box-wrapper {
    box-shadow: 0 0 25px rgba(1, 1, 1, .37);
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 313px;
}

.mls-home-create-channel-box {
    padding-bottom: 14px;
}

.mls-home-create-channel-box-text {
    color: #4d4d4d;
    font-family: "HelveticaNeueCondensed", sans-serif;
    font-weight: lighter;
    line-height: 22px;
    padding: 14px;
    text-transform: uppercase;
    text-align: justify;
}

.mls-home-create-channel-box-text .small {
    font-size: 16px;
}

.mls-home-create-channel-box-text .big {
    font-size: 20px;
}

.mls-home-create-channel-sources {
    background: url(images/home-sources-icons.png) no-repeat;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

.mls-home-photo-frame-wrapper {
    display: block;
    position: absolute;
    vertical-align: top;
    right: 0;
    top: -20px;
}

.mls-home-photo-frame {
    background: url(images/home-photo-frame.png) no-repeat top right;
    height: 371px;
    position: relative;
    width: 538px;
}

.mls-home-stack-top-photo {
    height: 242px;
    left: 35px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    text-align: center;
    width: 401px;
}

.mls-home-stack-top-photo-img {
    max-width: 100%;
}

.mls-home-info-box {
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0px 5px 5px rgba(3, 4, 4, .31);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #D8FFFFFF, endColorstr = #D8FFFFFF);
    color: #646464;
    display: inline-block;
    font-size: 10px;
    left: 150px;
    padding: 9px;
    position: absolute;
    top: 180px;
}

.mls-home-info-box-title {
    color: #278FC1;
    font-size: 13px;
}

.mls-home-info-box .producer {
    font-weight: bold;
}

.mls-home-info-box-button-wrapper {
    margin-top: 5px;
    min-width: 203px;
    text-align: center;
}

.mls-home-info-box-button {
    background-color: #266696;
    background-image: -moz-linear-gradient(top, #2791c4 0%, #266696 100%);
    background-image: -ms-linear-gradient(top, #2791c4 0%, #266696 100%);
    background-image: -o-linear-gradient(top, #2791c4 0%, #266696 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2791c4), to(#266696));
    background-image: -webkit-linear-gradient(top, #2791c4 0%, #266696 100%);
    background-image: linear-gradient(top, #2791c4 0%, #266696 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#2791c4', EndColorStr = '#266696');
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
}

.mls-home-steps-wrapper {
    background-color: #ebebeb;
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    background-image: linear-gradient(top, #fcfcfc 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#fcfcfc', EndColorStr = '#ebebeb');
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 5px 5px 0 rgba(4, 4, 4, .13);
    height: 83px;
}

.mls-home-steps-list {
    color: #4b4b4b;
    display: table;
    height: 100%;
}

.mls-home-steps-list li {
    display: table-cell;
    height: 100%;
    width: 33%;
}

.mls-home-step {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: "HelveticaNeueCondensed", sans-serif;
    height: 100%;
    padding-left: 76px;
}

.mls-home-step-text-wrapper {
    display: table;
    height: 100%;
}

.mls-home-step-text-subwrapper {
    display: table-cell;
    height: 100%;
    padding-right: 23px;
    vertical-align: middle;
}

.mls-home-step .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.mls-home-step .metrics {
    font-size: 12px;
}

.mls-home-step.select {
    background-image: url(images/home-steps-select.png);
}

.mls-home-steps-list li.separator .mls-home-step-text-wrapper {
    background: url(images/home-steps-separator.png) no-repeat right center;
}

.mls-home-step.broadcast {
    background-image: url(images/home-steps-broadcast.png);
}

.mls-home-step.watch {
    background-image: url(images/home-steps-watch.png);
}

.mls-home-bottom-wrapper {
    display: table;
    margin-top: 27px;
}

.mls-home-bottom-column {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    width: 33%;
}

.mls-home-bottom-box-wrapper {
    box-shadow: 0 0 25px 0 rgba(1, 1, 1, .12);
}

.mls-home-channels-list {
    display: table;
    width: 100%;
}

.mls-home-channels-list-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.mls-home-channels-list-item:not(:first-child) {
    border-top: 1px solid #ffffff;
}

.mls-home-channels-list-item .column {
    display: table-cell;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.mls-home-channels-list-item .left {
    padding-left: 15px;
    width: 56px;
}

.mls-home-channels-list-item .right {
    padding-left: 10px;
}

.mls-home-channel-thumb {
    box-shadow: 0 0 5px rgba(1, 1, 1, .75);
    border: 1px solid #ffffff;
    height: 38px;
    width: 54px;
}

.mls-home-channels-list-item .title {
    color: #414141;
    font-size: 14px;
    font-weight: bold;
}

.mls-home-channels-list-item .metrics {
    color: #656565;
    font-size: 10px;
}

.mls-home-subscribe-channel-box {
    padding-bottom: 2px;
}

.mls-home-subscribe-channel-box-text {
    color: #4d4d4d;
    font-family: "HelveticaNeueCondensed", sans-serif;
    font-weight: lighter;
    line-height: 16px;
    padding: 8px;
    text-transform: uppercase;
    text-align: justify;
}

.mls-home-subscribe-channel-box-text .small {
    font-size: 20px;
}

.mls-home-subscribe-channel-box-text .big {
    font-size: 22px;
}

.mls-home-subscribe-channel-targets {
    background: url(images/home-targets-icons.png) no-repeat;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 212px;
}

.mls-home-subscribe-your-channel-button {
    background-color: #266090;
    background: url(images/big-button-arrow-icon.png) right center no-repeat, -moz-linear-gradient(top, #2792c5 0%, #266090 100%);
    background: url(images/big-button-arrow-icon.png) right center no-repeat, -ms-linear-gradient(top, #2792c5 0%, #266090 100%);
    background: url(images/big-button-arrow-icon.png) right center no-repeat, -o-linear-gradient(top, #2792c5 0%, #266090 100%);
    background: url(images/big-button-arrow-icon.png) right center no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#2792c5), to(#266090));
    background: url(images/big-button-arrow-icon.png) right center no-repeat, -webkit-linear-gradient(top, #2792c5 0%, #266090 100%);
    background: url(images/big-button-arrow-icon.png) right center no-repeat, linear-gradient(top, #2792c5 0%, #266090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#2792c5', EndColorStr = '#266090');
    box-shadow: 0 0 16px rgba(1, 1, 1, .17);
    border: 1px solid #46a1d9;
    color: #ffffff;
    display: block;
    font-family: "HelveticaNeueCondensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7);
}