html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #222;
    margin: 0;
    background-color: #FFFFFF;
}

/* LOADING BOX */
.loadingbox {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.loadingIco {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite;
}

.alertBox {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    /* height:210px; */

    /*border:3px solid #474747;*/
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alertBox .image {
    height: 70px;
    width: 90%;
    margin-left: 5%;
    display: block;
    text-align: center;
    position: relative;
    background-image: url('../img/close-ico.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}

.alertBox .image .y-center {
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alertBox .message {
    width: 90%;
    margin-left: 5%;
    display: block;
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    padding: 10px 0;
    color: #666666;
}

.btnDone {
    display: block;
    cursor: pointer;
}

/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure,
fieldset {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/**
 * Images
 */
img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    border: 0;
}

/**
 * Figures
 */
figure>img {
    display: block;
}

figcaption {
    font-size: 1rem;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* defaults color*/
.txt-grey {
    color: #E6E9ED;
}

.txt-banana {
    color: #F8E71C;
}

.txt-orange {
    color: #ff7800;
}

.txt-tomato {
    color: #FF3333;
}

.txt-green {
    color: #C1D135;
}

.txt-kiwi {
    color: #99CC99;
}

.txt-grape {
    color: #1887BE;
}

.txt-blueberry {
    color: #5f8ec5;
}

.txt-blackberry {
    color: #002c4a;
}

.txt-raspberry {
    color: #c1549f;
}

.txt-pumpking {
    color: #8492A5;
}

.txt-black {
    color: #000000;
}

.txt-white {
    color: #FFFFFF;
}

.bg-grey {
    background-color: #E6E9ED;
}

.bg-banana {
    background-color: #F8E71C;
}

.bg-orange {
    /*background-color: #fc8d07;*/

    background-color: #C1D135;
}

.bg-tomato {
    background-color: #FF3333;
}

.bg-green {
    background-color: #C1D135;
}

.bg-kiwi {
    background-color: #99CC99;
}

.bg-grape {
    background-color: #1887BE;
}

.bg-blueberry {
    background-color: #5f8ec5;
}

.bg-blackberry {
    background-color: #002c4a;
}

.bg-raspberry {
    background-color: #c1549f;
}

.bg-pumpking {
    background-color: #8492A5;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-bluestrawberry {
    background-color: #e0ff95;
}

.bg-plum {
    background-color: #8A87BE;
}

.bg-blue {
    background-color: #1C96D3;
}

.bg-gree-pckg {
    background-color: #8ecc86;
}

.bg-blue-light {
    background-color: #D7F1FA;
}

.button {
    -webkit-appearance: none;
    border-radius: 4px;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    transition: .5s ease;
    opacity: 1;
}

.button:hover {
    opacity: 0.7;
}

.button a {
    display: block;
}

#seeMore {
    margin-top: 20px;
}

#seeLess {
    display: none;
}

.more-info {
    padding-top: 5px;
    height: 70px;
    line-height: 20px;
}

.more-info2 {
    padding-top: 18px;
    height: 70px;
    line-height: 20px;
}

.bt-subscribe {
    padding-top: 15px;
    margin-top: 20px;
}

/* .text-right {
    text-align: right;
} */

.text-left {
    text-align: left !important;
}

.text-underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: bold;
}

/*Disable browser appearences*/
select{
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

/*
ADs utils
*/
.adbox {
    height: 400px;
    background-color: #666;
    color: #fff;
    text-align: center;
}

.blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    background: url(../img/bg_slide2.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

/*
HEADER and FOOTER
*/
header {

    /*background-color: rgba(24, 135, 190, 0.6);*/
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    padding-top: 15px;
    height: 100px;
    color: #C1D135;
}

.brandlogo {
    display: inline-block;
    float: left;
    vertical-align: bottom;
    width: 240px;
}

.brandlogo a {
    display: block;
    border: 0;
}

.brandlogo a .brandlogo-img {
    background: url(../img/logo-header.png) center no-repeat;
    max-height: 70px;
    background-size: contain;
    width: 100%;
    height: 100vh;
}

.menu-container {
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

footer {
    background-color: #C1D135;
    color: #FFFFFF;
}

.footer-logo {
    height: 36px;
    background: url(../img/logo-2.png) center no-repeat;
    background-size: contain;
    margin-bottom: 50px;
    margin-top: 30px;
}

.footer-nav,
.social-networks {
    margin-bottom: 40px;
    text-align: center;
}

.footer-nav li,
.social-networks li {
    padding-left: 20px;
    padding-right: 20px;
    /*opacity: 0.7;
  transition: .5s ease;*/
}

.footer-nav li {
    margin-top: 20px;
}

footer .loba {
    height: 20px;
    width: 100%;
    background: url(../img/loba-logo.png) center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*.footer-nav li:hover,
.social-networks li:hover {
opacity: 1;
}*/
.twitter,
.facebook,
.instagram {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sprite.png) no-repeat;
}

.twitter {
    background-position: -36px -728px;
}

.facebook {
    background-position: center -728px;
}

.instagram {
    background-position: -196px -728px;
}

/*
MENU
*/
.menuicon {
    width: 60px;
    height: 70px;
    background: url(../img/menu.png) center no-repeat;
    background-size: 40px;
    text-indent: -200px;
    overflow: hidden;
    cursor: pointer;
}

.mainmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left;

}

.mainmenu a {
    color: #231F20;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
}

.mainmenu a:hover {
    opacity: 0.7;
}

.mainmenu.inline li {
    display: inline-block;
    float: left;
    height: 70px;
    white-space: nowrap;
    padding: 5px 20px;
    border-right: solid 1px #c4c4c4;
}

.mainmenu.inline li:last-child {
    border-right: 0;
}

.menu-photo {
    width: 100%;
    height: 44px;
    text-indent: -200px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 24px;
}

.menu-photo.home {
    background-image: url(../img/icon-home.png);
}

.menu-photo.ondemand {
    background-image: url(../img/icon-vod.png);
}

.menu-photo.livetv {
    background-image: url(../img/icon-tv.png);
}

.menu-photo.tvguide {
    background-image: url(../img/icon-guide.png);
}

.menu-photo.login {
    background-image: url(../img/icon-user.png);
    width: 100%;
}

.menu-photo.pcontrol {
    background-image: url(../img/parental.svg);
    width: 100%;
}

.menu-photo.login.logged {
    text-align: center;
    text-indent: 0;
    padding-top: 5px;
    overflow: visible;
}

.menu-photo.login.logged img {
    max-width: 44px;
    max-height: 44px;
    border-radius: 100%;
}

.nav.flyover {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 10px 25px 20px 25px;
    background-color: #FFFFFF;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    border-top: solid 1px #c4c4c4;
    box-shadow: 0 0 20px 0 rgba(10, 23, 39, 0.1);
    z-index: 999;
}

.mainmenu.flyover li {
    padding: 10px 0;
    border-bottom: solid 1px #c4c4c4;
    width: 100%;
    float: none;
    min-height: 65px;
    position: relative;
}

.mainmenu.flyover .menu-photo {
    width: 55px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
    padding-left: 5px;
    background-position: center;
}

.mainmenu.flyover .menu-photo.pcontrol {
    background-position: center -1010px;
    top: 0;
    right: 0;
    left: auto;
}

.mainmenu.flyover .menu-photo.pcontrol.active {
    background-position: center -1086px;
}

.mainmenu.flyover .menu-name {
    display: block;
    padding-left: 70px;
    padding-top: 15px;
    height: 55px;
}

.menu-name {
    cursor: pointer;
    text-align: center;
}

.mainmenu.flyover .mobile-lang {
    display: table;
    width: 100%;
}

.mainmenu.flyover .mobile-lang>div {
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    line-height: 55px;
}

.lang {
    display: none;
}

/*
home sections
*/
.slider {

    /*height:63vh !important;
  /*height: 100px;*/
}

.slider-desc {
    padding: 40px 0;
    min-height: 200px;
    background-color: rgba(193, 209, 53, 1);
}

.section-title {
    text-align: center;
}

.home-channels {
    background-color: #FFFFFF;
}

.home-channels .section-title {
    padding-top: 7px;
}

#controls-wrapper {
    display: none !important;
}

.list-subtitle {
    background-color: #8492A5;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    height: 20px;
    line-height: 20px;
    width: 120px;
}

#putChannels {
    margin-right: 5px;
}

.section-list.channels,
.section-list.ondemand {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 232px;
}

.section-list {
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 100%;
}

.headline-channels li {
    height: 55px;
    vertical-align: top;
}

.headline-channels .channel-image {
    margin-right: 4px;
    background-color: #000000;
    border-radius: 4px;
    width: 154px;
    height: 55px;
    padding: 5px;
    text-align: center;
}

.headline-channels .channel-image img {
    max-height: 44px;
    max-width: 90%;
}


.headline-ondemand li {
    height: 232px;
    vertical-align: top;
}

.headline-ondemand .channel-image {
    margin-right: 4px;
    width: 154px;
    height: 232px;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}

.channel-image .premium,
.headline-ondemand .premium {
    position: absolute;
    width: 100%;
    color: #FFF;
    background-color: rgba(185, 0, 0, 0.8);
    font-size: 14px;
    padding: 10px;
    display: none;
    text-align: center;
}

.channel-image .premium.visible,
.headline-ondemand .premium.visible {
    display: block;
}

.headline-ondemand .channel-image img {
    width: 100%;
    /*height: 100%;*/
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    position: absolute;
}

.home-devices {
    padding: 20px 0;
    background-color: #FFFFFF;
}

.home-devices .section-title, .mobile-apps .section-title, #listTittleChannels{
    margin-bottom:20px;
}

.home-packages {
    padding: 40px 0;
    background-color: #FFFFFF;
}

.mobile-apps {
    padding: 20px 0;
    background-color: #FFFFFF;
    width: 100%;
}

.mobile-apps>div {
    display: inline-table;
    max-width: 300px;
    margin-bottom: 20px;
}

.mobile-apps .mobile-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 53px;
    width: 150px;
}

.mobile-apps #android .mobile-image {
    background-image: url(../img/google-play.png);
}

.mobile-apps #ios .mobile-image {
    background-image: url(../img/app-store.png);
}

.package-header {
    padding: 10px;
    height: 86px;
    font-size: 14px;
}

.package-body {
    padding: 20px;
    height: 192px;
}

.package-body-item {
    border-bottom: solid 1px #93d9f1;
    padding: 20px 0;
    line-height: 2rem;
}

.package-body-item p,
.joia,
#joia {
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #434a54;
    margin-bottom: 5px;
}

.package-body-item span {
    font-size: 14px;
    font-weight: normal;

}

.package-body  .package-body-item:last-child {
    border-bottom: 0 !important;
}

.package-footer {
    border-radius: 0 0 4px 4px;
    padding: 20px;
    background-color: #C1D135;
}

.sign-up-btn {
    max-width: 300px;
    margin: auto;
}

.textTrans {
    white-space: inherit;
    line-height: 24px;
}

/* VIDEO PLAYER */
.btnDown {
    background: url(../img/share.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.videoInfo {
    display: inline-block;
    max-width: 80%;
    height: 100%;
}

.videoBtn {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.videoBtn:after {
    content: '';
    display: block;
    clear: both;
}

.vi {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.video-details.vi {
    background-color: initial;
}

/* USER DEVICES */
.deviceRow {
    position: relative;
}

.deviceRow:after {
    content: '';
    display: block;
    clear: both;
}

.deviceRow:nth-child(even) {
    background-color: #e1e1e1;
}

.deviceRow:nth-child(even):hover {
    background-color: #c8c8c8;
}

.deviceRow:nth-child(odd) {
    background-color: #f0eeee;
}

.deviceRow:nth-child(odd):hover {
    background-color: #d8d3d3;
}

.crossClose {
    background: url(../img/sprite.png) no-repeat;
    background-position: -239px -898px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.deviceNumber {
    float: left;
    font-size: 1.8rem;
    width: 20%;
    margin: 10px;
    margin-bottom: 10px;
}

.deviceMac,
.deviceName {
    float: left;
    font-size: 1.8rem;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.deviceName {
    width: 40%;
}

/*MAIN*/
.main-content {
    padding: 20px 0;
    background-color: #FFFFFF;
}

.main-content .button.fixed {
    margin: 0 auto;
}

.box {

    /*border: solid 3px #8492A5;*/
    border-radius: 4px;
    margin-bottom: 20px;
}

.page-title {
    padding: 40px 0 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.video-details {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.4);
}

/*
login
*/
.login-section,
.register-section {
    padding: 20px 60px;
}

.login-section fieldset .fieldsetrow:last-child {
    margin-bottom: 0;
}

.login-section .actionFields {
    margin-top: 20px;
}

.login-section .button {
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.login-bottom {
    margin-top: 10px;
    padding: 20px;
}

/*
register
*/
.register-devices,
.register-newuser,
.register-choosepackage,
.register-choosepayment,
#loyalty,
#invoices,
#yourService {
    padding: 20px;
}

#invoices td,
th {
    /*text-align: left;*/
    padding: 8px;

}

#invoices td:nth-child(4),
th:nth-child(4) {
    text-align: right;
    padding: 8px;
}

/*
#invoices table {
   border-collapse: collapse;
}
*/
#invoices table tr {
    height: 30px !important;
}

#invoices tr:nth-child(even) {
    background-color: #dddddd;
}

#invoices td:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1c96d3;
    text-decoration: underline;
    cursor: pointer;
}

#invoiceListItem td {
    text-align: left;
}

#childUser>div {
    margin-bottom: 5px;
}


/*
video lists
*/
.search-filter {
    margin-bottom: 20px;
}

.search-filter .cols {
    text-align: center;
}

.list-ondemand {
    position: relative;
}

.list-ondemand li {
    height: 282px;
    vertical-align: top;
    width: 50%;
    opacity: 1;
    transition: .5s ease;
}

.list-ondemand li:hover {
    opacity: 0.7;
}

.list-ondemand .channel-image {
    /*background-color: #8492A5;*/
    background-color: #000000;
    width: 98%;
    height: 232px;
    overflow: hidden;
    position: relative;
}

.list-ondemand .channel-image img {
    width: 100%;
    /*height: 100%;*/
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    position: absolute;
}

.list-ondemand .movie-listtitle {
    width: 98%;
    height: 30px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
livetv lists
*/
/* .list-livetv {
    position: relative;
}

.list-livetv li {
    height: 282px;
    vertical-align: top;
    width: 50%;
    opacity: 1;
    transition: .5s ease;
}

.list-livetv li.active {
    background-color: #8A87BE;
}

.list-livetv li:nth-child(even) {
    margin-right: 0;
}

.list-livetv .channel-image {
    height: 60px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.list-livetv .channel-image img {
    max-height: 44px;
    max-width: 90%;
}

.list-livetv .movie-listtitle {
    padding-top: 10px;
    text-align: center;
} */

.channel-name {
    margin-bottom: 10px;
}

.video-title {
    margin-bottom: 10px;
}

.video_episodes {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
}

.video_episodes_list {
    height: 200px;
}

.video_episodes_list li {
    vertical-align: top;
}

.video_episodes_list .media_item {
    width: 210px;
    height: 190px;
    margin-right: 10px;
    padding: 5px;
    background-color: #000000;
    border-radius: 4px;
}

.video_episodes_list .media_item.active {
    background-color: #8A87BE;
}

.video_episodes_list .media_image {
    width: 100%;
    overflow: hidden;
}

.video_episodes_list .media_image.channel_image {
    vertical-align: top;
    text-align: center;
    padding-top: 20px;
}

.video_episodes_list .media_image.channel_image img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
}

.video_episodes_list .media_details {
    padding: 10px 5px;
}

.video_episodes_list .media_details .media_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
video player
*/
.video-player {
    max-height: 390px;
}

.mediaplayer {
    display: block;
}

/*
forms
*/

/*
TV - GUIDE
*/
#putChannels {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    text-align: center;
}

#putChannels li {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
}

#putChannels .active {
    background-color: #ff7800;
}

.guide-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.guide-navigation {
    width: 100%;
    border-bottom: solid 5px #000000;
    height: 34px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.guide-nav {
    width: 86px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 86px;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.navlist {
    width: 100%;
}

.left-arrow-nav,
.right-arrow-nav {
    text-align: center;
    vertical-align: middle;
    height: 34px;
    text-indent: -200px;
    overflow: hidden;
}

.left-arrow-nav {
    background: url(../img/sprite.png) center -903px no-repeat;
}

.right-arrow-nav {
    border-left: solid 1px #000;
    background: url(../img/sprite.png) center -957px no-repeat;
}

.guide-days {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    text-align: center;
}

.guide-container ul.days {
    white-space: nowrap;
    height: 34px;
    text-align: center;
    display: block;
}

.day {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: solid 1px #000;
    height: 34px;
    width: 156px;
    white-space: nowrap;
    margin: 0;
    vertical-align: middle;
    /*padding-left: 10px;*/
    cursor: pointer;
    text-align: center;
}

.day:last-child {

    /*border-right: 0;*/
}

.day.active {
    background-color: #000;
    color: #fff;
    text-align: left;
    padding-left: 8px;
}

.timeline {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.timeline.selected {
    width: 0;
    height: 0;
    overflow: hidden;
}

.schedule li {
    border-right: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.schedule li.selected {
    background: #e8e7f2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(91%, #e8e7f2));
    background: -webkit-linear-gradient(left, #ffffff 0%, #e8e7f2 91%);
    background: linear-gradient(to right, #ffffff 0%, #e8e7f2 91%);
}

.schedule-time {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
}

.schedule-title {
    padding-left: 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.program-details {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 20px;
}

.program-details.selected {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.program-title {
    margin-bottom: 20px;
}

/*
supersized
*/
#supersized-loader {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 2s linear infinite;
}

#supersized {
    display: block;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

#supersized img {
    border: none;
    display: none;
    height: auto;
    outline: none;
    position: relative;
    width: auto;
    max-width: none;
}

#supersized li {
    display: block;
    height: 100%;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -30;
}

#supersized li.image-loading {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 2s linear infinite;
    height: 100%;
    width: 100%;
}

#supersized li.image-loading img {
    visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline;
}

#controls-wrapper {
    top: 150px;
    height: 42px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 4;
}

#controls {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    z-index: 5;
}

ul#slide-list {
    float: left;
    left: 50%;
    padding: 15px 0;
    position: absolute;
    z-index: 999;
}

ul#slide-list li {
    float: left;
    height: 12px;
    list-style: none;
    margin: 0 5px 0 0;
    width: 12px;
}

ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
    background-color: #FFFFFF;
}

ul#slide-list li a {
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}

ul#slide-list li a:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

.section-list.channels.dragdealer {
    height: 55px;
}

.section-list.ondemand.dragdealer {
    height: 232px;
}

.isdraggable {
    position: relative;
}

.dragdealer {
    position: relative;
}

.dragdealer .handle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.dragdealer .red-bar {
    width: 100px;
    height: 30px;
    background: #CC0000;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

/*
general overlay
*/
.pop-overlay,
.pop-confirm {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 9998;
    height: 100%;
}

/*
Parental control
*/
.info-alertbox {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -150px;
    background-color: #fff;
    border-radius: 4px;
}

.close-alertbox {
    height: 70px;
    background: url(../img/sprite.png) center -1180px no-repeat;
    border-bottom: solid 1px #d3d3d3;
    cursor: pointer;
}

.body-alertbox {
    padding: 20px 30px;
    text-align: center;
}

.title-alertbox {
    font-size: 1.375rem;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

.alert-input {
    width: 120px;
    margin-right: 15px;
}

.alert-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 4px;
    background-color: #99CC99;
    color: #FFFFFF;
    cursor: pointer;
}

.container,
.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.header-container {
    padding-left: 10px;
    padding-right: 10px;
}

.row,
article {
    box-sizing: border-box;
}

.row:after,
article:after {
    content: "";
    display: table;
    clear: both;
}

.col,
.cols {
    margin: 10px auto;
    vertical-align: top;
    box-sizing: border-box;
}

.col .row,
.cols .row {
    margin-left: -3.125%;
    margin-right: -3.125%;
}

.one.col,
.one.cols {
    width: 18.75%;
}

.two.cols {
    width: 43.75%;
}

.three.cols {
    width: 68.75%;
}

.four.cols,
.five.cols,
.six.cols,
.seven.cols,
.eight.cols,
.nine.cols,
.ten.cols,
.eleven.cols,
.twelve.cols,
.thirteen.cols,
.fourteen.cols,
.fiveteen.cols,
.sixteen.cols {
    width: 93.75%;
}

.swhoTabUp {
    display: none;
}

.has-padding {
    padding: 10px;
}

.has-padding.extrapadd {
    padding: 20px;
}

.has-paddingtopbottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.has-paddingleftright {
    padding-left: 10px;
    padding-right: 10px;
}

.has-marginbottom {
    margin-bottom: 20px;
}

.has-border {
    border: solid 3px #b4bdc9;
}

.has-border.banana {
    border: solid 3px #F8E71C;
}

.has-border.orange {
    border: solid 3px #ff7800;
}

.has-border.tomato {
    border: solid 3px #FF3333;
}

.has-border.green {
    border: solid 3px #C1D135;
}

.has-border.kiwi {
    border: solid 3px #99CC99;
}

.has-border.grape {
    border: solid 3px #1887BE;
}

.has-border.blueberry {
    border: solid 3px #5f8ec5;
}

.has-border.blackberry {
    border: solid 3px #002c4a;
}

.has-border.raspberry {
    border: solid 3px #c1549f;
}

.has-border.black {
    border: solid 3px #000000;
}

.has-bordertop {
    border-top: solid 1px #b4bdc9;
}

.has-bordertop.banana {
    border-top: solid 1px #F8E71C;
}

.has-bordertop.orange {
    border-top: solid 1px #ff7800;
}

.has-bordertop.tomato {
    border-top: solid 1px #FF3333;
}

.has-bordertop.green {
    border-top: solid 1px #C1D135;
}

.has-bordertop.kiwi {
    border-top: solid 1px #99CC99;
}

.has-bordertop.grape {
    border-top: solid 1px #1887BE;
}

.has-bordertop.blueberry {
    border-top: solid 1px #5f8ec5;
}

.has-bordertop.blackberry {
    border-top: solid 1px #002c4a;
}

.has-bordertop.raspberry {
    border-top: solid 1px #c1549f;
}

.has-bordertop.black {
    border-top: solid 1px #000000;
}

.has-borderright {
    border-right: solid 1px #b4bdc9;
}

.has-borderright.banana {
    border-right: solid 1px #F8E71C;
}

.has-borderright.orange {
    border-right: solid 1px #ff7800;
}

.has-borderright.tomato {
    border-right: solid 1px #FF3333;
}

.has-borderright.green {
    border-right: solid 1px #C1D135;
}

.has-borderright.kiwi {
    border-right: solid 1px #99CC99;
}

.has-borderright.grape {
    border-right: solid 1px #1887BE;
}

.has-borderright.blueberry {
    border-right: solid 1px #5f8ec5;
}

.has-borderright.blackberry {
    border-right: solid 1px #002c4a;
}

.has-borderright.raspberry {
    border-right: solid 1px #c1549f;
}

.has-borderright.black {
    border-right: solid 1px #000000;
}

.has-borderbottom {
    border-bottom: solid 1px #b4bdc9;
}

.has-borderbottom.banana {
    border-bottom: solid 1px #F8E71C;
}

.has-borderbottom.orange {
    border-bottom: solid 1px #ff7800;
}

.has-borderbottom.tomato {
    border-bottom: solid 1px #FF3333;
}

.has-borderbottom.green {
    border-bottom: solid 1px #C1D135;
}

.has-borderbottom.kiwi {
    border-bottom: solid 1px #99CC99;
}

.has-borderbottom.grape {
    border-bottom: solid 1px #1887BE;
}

.has-borderbottom.blueberry {
    border-bottom: solid 1px #5f8ec5;
}

.has-borderbottom.blackberry {
    border-bottom: solid 1px #002c4a;
}

.has-borderbottom.raspberry {
    border-bottom: solid 1px #c1549f;
}

.has-borderbottom.black {
    border-bottom: solid 1px #000000;
}

.has-bordertopbottom {
    border-top: solid 1px #E6E9ED;
    border-bottom: solid 1px #E6E9ED;
}

.has-border-right {
    border-right: solid 1px #b4bdc9;
}

.has-background {
    background-color: #E6E9ED;
}

.has-background.banana {
    background-color: #F8E71C;
}

.has-background.orange {
    background-color: #ff7800;
}

.has-background.tomato {
    background-color: #FF3333;
}

.has-background.green {
    background-color: #C1D135;
}

.has-background.kiwi {
    background-color: #99CC99;
}

.has-background.kiwi.alpha {
    background-color: rgba(153, 204, 153, 0.8);
}

.has-background.grape {
    background-color: #1887BE;
}

.has-background.blueberry {
    background-color: #5f8ec5;
}

.has-background.blackberry {
    background-color: #002c4a;
}

.has-background.raspberry {
    background-color: #c1549f;
}

.has-background.black {
    background-color: #000000;
}

.has-background.black.alpha {
    background-color: rgba(0, 0, 0, 0.7);
}

.colorinvert {
    color: #FFFFFF;
}

.colornormal {
    color: #000000;
}

.textcenter {
    text-align: center !important;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.relative {
    position: relative;
}

.table {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.table li {
    display: inline-table;
    opacity: 1;
    transition: .5s ease;
}

.table li:hover {
    opacity: 0.7;
    cursor: pointer;
}

.childfloat {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.childfloat li {
    display: inline-block;
    float: left;
}

.tooltip {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 2px 4px 0px rgba(0, 44, 73, 0.2);
}

.tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    top: 5px;
    left: -18px;
}

.hiddensmart {
    display: none;
}

.fieldsetrow {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fieldsetrow input,
.fieldsetrow textarea {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fieldsetrow input[type="checkbox"]#termosCheckbox {
    margin-right: 10px;
}

.fieldsetrow input[type="radio"],
.fieldsetrow input[type="checkbox"] {
    width: auto;
}

.fieldsetrow .has-error {
    border-color: #c23934;
    -webkit-box-shadow: #c23934 0 0 0 1px inset;
    box-shadow: #c23934 0 0 0 1px inset;
}

.fieldsetrow label {
    width: 16%;
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.fieldsetrow .inline label {
    width: 32%;
}

.fieldsetrow .inline:nth-child(2n) {
    margin-top: 20px;
}

.fieldsetrow .inline:nth-child(3n) {
    margin-top: 20px;
}

.fieldsetrow #registoTermos,
.fieldsetrow #registoPoliticas {
    text-decoration: underline;
}

.fieldsetrow #registoTermos:hover,
.fieldsetrow #registoPoliticas:hover {
    cursor: pointer;
}

.input-error {
    color: #c23934;
    font-size: 12px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
.selectbox {
    -webkit-appearance: none;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    height: 50px;
    font-size: 1.8rem;
    background-color: #E6E9ED;
    color: #000000;
    border: solid 1px #b4bdc9;
    vertical-align: -webkit-baseline-middle;
}

input.readonly,
textarea.readonly,
.selectbox.readonly {
    background-color: #FFFFFF;
    cursor: auto;
}

input:read-only {
    border: none;
    background-color: #FFFFFF;
    cursor: auto;
}

input:-moz-read-only {
    border: none;
    background-color: #FFFFFF;
    cursor: auto;
}

input[type="search"].searchbox {
    background-image: url(../img/sprite.png);
    background-position: right -845px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

textarea {
    height: 250px;
    resize: vertical;
    min-height: 50px;
}

.searchbox.fixed,
select.fixed {
    width: 280px;
}

label {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
}

.inputfield,
.selectbox {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.selectbox,
select.button {
    background-image: url(../img/sprite.png);
    background-position: right -785px;
    background-repeat: no-repeat;
}

select.button {
    padding-left: 10px;
}

a {
    color: #000;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.search-icon {
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite.png);
    background-position: -212px -845px;
    background-repeat: no-repeat;
}

.button a {
    text-decoration: none;
    color: #000000;
}

.button.txt-blueberry a {
    color: #5f8ec5;
}

.button.txt-white a,
.button.textinvert a {
    color: #FFFFFF;
}

.button.fixed {
    width: 280px;
    margin: 40px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

.xsmallfont {
    font-size: 1.2rem;
}

.smallfont {
    font-size: 1.4rem;
}

.normalfont {
    font-size: 1.6rem;
}

.bigfont {
    font-size: 1.8rem;
}

.xbigfont {
    font-size: 2rem;
}

.xxbigfont {
    margin-top: 20px;
    font-size: 3rem;
}

p {
    margin-top: 0;
}

.welcome-text {
    font-size: 2rem;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
}

.section-title.small {
    font-size: 2.8rem;
}

.list-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
}

.package {
    max-width: 300px;
    height: 282px;
    margin: auto;
    cursor: pointer;
    pointer-events: none;
}

.package.selected {
    border: 2px solid #ff7800;
}

.package-header h2 {
    font-size: 3.4rem;
    font-weight: 700;
}

.package-header span {
    font-size: 1.4rem;
    font-weight: 400;
}

.package-body-item h3 {
    font-size: 14px;
    font-weight: normal;
}

.footer-nav {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
}

.social-networks {
    font-size: 1.1rem;
}

.login-bottom {
    font-weight: 700;
}

.page-maintitle {
    opacity: 0.4;
    font-size: 64px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;

}

.movie-listtitle {
    color: #666;
    font-size: 1.4rem;
}

.list-livetv .movie-listtitle {
    color: #FFFFFF;
}

.channel-name {
    font-size: 2rem;
    color: #000000;
}

.channel-info {
    font-size: 1.2rem;
}

.video-title {
    font-size: 2rem;
    color: #FFFFFF;
}

.video_episodes_list p {
    font-size: 1.2rem;
    color: #FFFFFF;
}

.video_episodes_list p.date {
    font-weight: 700;
}

.guide-days,
.schedule {
    font-size: 1.4rem;
}

.schedule-time {
    font-weight: 700;
}

.program-title {
    font-size: 3rem;
}

.program-desc {
    color: #999999;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

/*edit settings*/
#user-info {
    font-size: 14px;
}

#user-info input {
    height: 17px;
    padding: 0;
    background-color: #fff;
    vertical-align: top;
    border: 0;
}

/*#user-info .cols{
    margin: 0px 0px 20px;
}
*/
#user-info .edit {
    color: #1C96D3;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
}

#user-info .section-tile {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8492a5;
    text-transform: uppercase;
}

#user-info table a {
    color: #1C96D3;
}

#user-info table {
    width: 100%;
    border-collapse: collapse;
}

#user-info #childUser {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fc8d07;
}

#loyaltyPoints,
#loyaltyCode {
    text-align: right;
}

#loyalty input#loyalty-share-email {
    border: 2px solid #fc8d07;
    /* color: #fc8d07; */
    height: auto;
    margin-left: 0;
    width: 100%;
    font-weight: lighter;
}

#loyalty #loyalty-send-code {
    background-color: #fc8d07;
    /* width: 140px; */
    /* height: 25px; */
    color: white;
    border: 3px solid #fc8d07;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
}

#loyalty #loyalty-share-error,
#loyalty #loyalty-share-error-email {
    display: none;
    color: red;
}

#loyalty #loyalty-share-success {
    display: none;
    color: #8ecc86;
}

#userLogin,
#userRecoverPassword {
    margin-top: 0;
}

/*




#user-info .cols {
    margin-top: 20px;
    text-align: center;
}



text-align: left;
}

#user-info label {
    text-align: left;
}

#user-info input {
    text-align: left;
    font-size: 14px;
    width: 100%;
}


#user-info input {
    height: 19px;
    vertical-align: unset;
}
*/

@media (max-width:480px) {
    #bottom-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 0;
    }
    .footer-nav ul {
        display: block;
    }

    .footer-nav ul li {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }



}

@media (max-width:980px) {

    #bottom-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 55%;
    }

    #user-info,
    #user-info input {
        text-align: center;
    }


    #loyalty {
        text-align: center;
    }

    #loyaltyPoints,
    #loyaltyCode {
        text-align: center;
    }

    .modal #cancel,
    #bt-changeName,
    #bt-changeEmail,
    #bt-savePassword {
        width: 80%;
    }

    .modal {
        overflow-y: scroll !important;
        padding-top: 10px !important;

    }

    #myModalChangePackage .modal-content {
        width: 80% !important;
        height: 70% !important;
    }

    #myModalChangePackage input {
        margin: 0 -50% !important;
    }
    #myModalChangePackage #buttons-edit {
        margin: 0 20px !important;
    
}

.modal input{
    height: 24px !important;
}

.page-maintitle{
    font-size: 32px !important;
}

}


@media (min-width:768px) {

    #bottom-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 50%;
    }
    .swhoTabUp {
        display: block;
    }

    .deviceMac,
    .deviceName {
        width: 35%;
    }

    .visiblephone {
        display: none;
    }

    .container {
        width: 640px;
    }

    .header-container {
        width: 700px;
    }

    .cols .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .one.col,
    .one.cols {
        width: 60px;
    }

    .two.cols {
        width: 140px;
    }

    .three.cols {
        width: 220px;
    }

    .four.cols {
        width: 300px;
    }

    .five.cols {
        width: 380px;
    }

    .six.cols {
        width: 460px;
    }

    .seven.cols {
        width: 540px;
    }

    .eight.cols,
    .nine.cols,
    .ten.cols,
    .eleven.cols,
    .twelve.cols,
    .thirteen.cols,
    .fourteen.cols,
    .fiveteen.cols,
    .sixteen.cols {
        width: 620px;
    }

    .m-eight.cols {
        width: 620px;
    }

    /*
  main
  */
    .mainmenu.flyover {
        width: 50%;
        float: left;
    }

    .mainmenu.flyover:first-child {
        border-right: solid 1px #c4c4c4;
    }

    .mainmenu.flyover li.no-border {
        border-bottom: 0;
    }

    .mobile-apps>div:last-child {
        margin-left: 20px;
    }

    /*
  login
  */
    .login-section,
    .register-section {
        display: table-cell;
        vertical-align: bottom;
        width: 50%;
    }

    .login-section.register {
        border-right: 0;
    }

    .login-section .login-header {
        display: table-row;
    }


    .register-section {
        padding-top: 80px;
    }

    .register-section.recover {
        padding-top: 0;
    }

    .list-ondemand li {
        width: auto;
        cursor: pointer;
    }

    .list-ondemand .channel-image {
        margin-right: 4px;
        width: 152px;
        height: 232px;
    }

    .list-ondemand li:nth-child(4n+4) .channel-image {
        margin-right: 0;
    }

    .list-ondemand .movie-listtitle {
        width: 152px;
    }

    .list-livetv li {
        cursor: pointer;
        width: 152px;
        margin-right: 4px;
    }

    .list-livetv li:nth-child(even) {
        margin-right: 4px;
    }

    .list-livetv li:nth-child(4n+4) {
        margin-right: 0;
    }

    .video-player {
        max-height: 350px;
    }

    /*
  TV GUIDE
  */
    .guide-details {
        overflow: hidden;
        height: 600px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .timeline,
    .timeline.selected {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .program-details,
    .program-details.moredetails {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        width: auto;
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .searchbox.fixed,
    select.fixed {
        width: 280px;
    }

    .register-newuser,
    .register-choosepackage,
    .register-choosepayment,
    #loyalty,
    #invoices,
    #yourService {
        padding: 20px;
        margin: 10px 40px;
    }

    #myModalChangePackage #yourService {
        padding: 20px;
        margin: 10px 109px;
    }

    /*
  typo
  */
    .page-maintitle {
        font-size: 6.4rem;
    }

    .welcome-text {
        font-size: 2rem;
    }

    /*
  supersized
  */
    .supersized {
        height: 600px;
    }

    #supersized {
        height: 600px;
    }

    .slider {
        height: 300px;
    }

    #controls-wrapper {
        top: 350px;
    }

    .footer-nav li:last-child,
    .social-networks li:last-child {
        padding-right: 0;
    }

    .footer-nav li:first-child,
    .social-networks li:first-child {
        padding-left: 0;
    }
}

@media (min-width:980px) {
    .section-title {
        text-align: center;

    }
    #bottom-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 0;
    }


    #user-info .edit {
        color: #1C96D3;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: right;
        cursor: pointer;
    }

    #user-info .section-tile {
        margin-right: 50px;
        text-align: left;
    }



    .visiblesmart {
        display: none;
    }

    .hiddensmart {
        display: block;
    }

    .l-hidden {
        display: none;
    }

    .paging-arrow {
        display: block;
    }

    .container,
    .header-container {
        width: 980px;
    }

    #header {
        width: auto;
    }

    #header .mapContainer {
        position: relative;
        margin: auto;
        text-align: center;
    }

    .menu-container {
        float: none
    }

    .brandlogo {
        float: none;
    }

    .brandlogo a img {
        padding-top: 0;
    }

    .col,
    .cols {
        float: left;
        margin: 10px;
    }

    .contains-paging {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .contains-paging .paging-container {
        white-space: nowrap;
    }

    .paging-container .cols {
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .one.col,
    .one.cols {
        width: 60px;
    }

    .two.cols {
        width: 140px;
    }

    .three.cols {
        width: 220px;
    }

    .four.cols {
        width: 300px;
    }

    .five.cols {
        width: 380px;
    }

    .six.cols {
        width: 460px;
    }

    .seven.cols {
        width: 540px;
    }

    .eight.cols {
        width: 620px;
    }

    .nine.cols {
        width: 700px;
    }

    .ten.cols {
        width: 780px;
    }

    .eleven.cols {
        width: 860px;
    }

    .twelve.cols,
    .thirteen.cols,
    .fourteen.cols,
    .fiveteen.cols,
    .sixteen.cols {
        width: 940px;
    }

    .l-eight.cols {
        width: 620px;
    }

    .l-twelve.cols {
        width: 940px;
    }

    .l-offset-by-one.cols {
        margin-left: 90px;
    }

    .l-offset-by-two.cols {
        margin-left: 170px;
    }

    .l-offset-by-three.cols {
        margin-left: 250px;
    }

    .l-offset-by-four.cols {
        margin-left: 330px;
    }

    .l-offset-by-five.cols {
        margin-left: 410px;
    }

    .l-offset-by-six.cols {
        margin-left: 490px;
    }

    .l-offset-by-seven.cols {
        margin-left: 570px;
    }

    .l-offset-by-eight.cols {
        margin-left: 650px;
    }

    .l-offset-by-nine.cols {
        margin-left: 730px;
    }

    .l-offset-by-ten.cols {
        margin-left: 810px;
    }

    .l-offset-by-eleven.cols {
        margin-left: 890px;
    }

    .list-ondemand li:nth-child(4n+4),
    .list-livetv li:nth-child(4n+4) {
        margin-right: 4px;
    }

    .video-player {
        max-height: 530px;
    }

    .timeline {
        -webkit-flex: 0 0 420px;
        -ms-flex: 0 0 420px;
        flex: 0 0 420px;
    }

    /*
  forms
  */
    .inputfield {
        width: 80%;
    }

    .login-section .fieldsetrow>div {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

    .login-section .fieldsetrow .inputfields {
        width: 65%;
    }

    .login-section .inputfield {
        width: 100%;
        max-width: 280px;
    }

    .login-section .inputfield.inline {
        margin-right: 20px;
        width: calc(50% - 42px);
    }

    .login-section .actionFields {
        margin-top: 0;
    }

    .inputfield.inline,
    .selectbox.inline {
        width: calc(50% - 5px);
        display: inline-table;
        margin-right: 6px;
    }


    .inputfield.inline:nth-child(2n+2),
    .selectbox.inline:nth-child(2n+2) {
        margin-right: 0;
    }

    .fieldsetrow {
        display: inline-table;
    }

    label {
        width: 16%;
        text-align: right;
    }

    .fieldsetrow .inline:nth-child(2n) {
        margin-top: 0;
    }

    .fieldsetrow .inline:nth-child(3n) {
        margin-top: 20px;
    }

    .fieldsetrow input[type="checkbox"]#termosCheckbox {
        margin-left: 70px;
    }

    .login-section .button {
        max-width: 280px;
    }


    /*
  typo
  */
    .welcome-text {
        font-size: 3rem;
    }

    /*
  supersized
  */
    .supersized {
        height: 800px;
    }

    #supersized {
        height: 800px;
    }

    .slider {
        height: 500px;
    }

    #controls-wrapper {
        top: 550px;
    }

}

@media (min-width:1280px) {
    .l-hidden {
        display: block;
    }

    #bottom-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .paging-arrow {
        display: none;
    }

    .container {
        width: 1260px;
    }

    .header-container {
        width: 980px;
    }

    .col,
    .cols {
        margin: 10px;
    }

    .contains-paging .paging-container {
        display: block;
        width: auto;
    }

    .paging-container .cols {
        display: block;
        vertical-align: top;
        float: left;
        padding: 0;
    }

    .row.contains-paging {
        overflow-x: hidden;
    }

    .one.col,
    .one.cols {
        width: 60px;
    }

    .two.cols {
        width: 140px;
    }

    .three.cols {
        width: 220px;
    }

    .four.cols {
        width: 300px;
    }

    .five.cols {
        width: 380px;
    }

    .six.cols {
        width: 460px;
    }

    .seven.cols {
        width: 540px;
    }

    .eight.cols {
        width: 620px;
    }

    .nine.cols {
        width: 700px;
    }

    .ten.cols {
        width: 780px;
    }

    .eleven.cols {
        width: 860px;
    }

    .twelve.cols {
        width: 940px;
    }

    .thirteen.cols {
        width: 1020px;
    }

    .fourteen.cols {
        width: 1100px;
    }

    .fiveteen.cols {
        width: 1180px;
    }

    .sixteen.cols {
        width: 1260px;
    }

    .x-offset-by-one.cols {
        margin-left: 90px;
    }

    .x-offset-by-two.cols {
        margin-left: 170px;
    }

    .x-offset-by-three.cols {
        margin-left: 250px;
    }

    .x-offset-by-four.cols {
        margin-left: 330px;
    }

    .x-offset-by-five.cols {
        margin-left: 410px;
    }

    .x-offset-by-six.cols {
        margin-left: 490px;
    }

    .x-offset-by-seven.cols {
        margin-left: 570px;
    }

    .x-offset-by-eight.cols {
        margin-left: 650px;
    }

    .x-offset-by-nine.cols {
        margin-left: 730px;
    }

    .x-offset-by-ten.cols {
        margin-left: 810px;
    }

    .x-offset-by-eleven.cols {
        margin-left: 890px;
    }

    /*
  supersized
  */
    .supersized {
        height: 950px;
    }

    #supersized {
        height: 1000px;
    }

    .slider {
        height: 63vh;
        /*height: 640px;*/
    }

    #controls-wrapper {
        top: 700px;
    }

    .fieldsetrow input[type="checkbox"]#termosCheckbox {
        margin-left: 110px;
    }

}

/* carousel */

#slideshow {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.carousel {
    min-height: 100%;
    height: 100vh;
}

.carousel .carousel-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-image: url("../img/kia.jpg");
    background-size: cover;
    background-position: center;
}

@-moz-keyframes rotation {
    100% {
        -moz-transform: rotate(360deg);
    }

}

@-webkit-keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

/*modals to edit accoutn settings*/
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    overflow: hidden;
}

.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}

#myModalChangePackage .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 800px;
    /*height: 460px;*/
    border-radius: 4px;
    /*text-align: center;*/
}

#myModalChangePackage .register-choosepackage {
    margin: 0px 10px;
    padding: 0 10px;
}

#myModalChangePackage #modal-title {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
}

#myModalChangePackage #buttons-edit {
    margin: 0 90px;
}


.modal input {
    width: 280px;
    height: 44px;
    border-radius: 4px;
    background-color: #e6e9ed;
    margin-bottom: 20px;
}


.modal #cancel,
#bt-changeName,
#bt-changeEmail,
#bt-savePassword,
#bt-changePackage {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    height: 44px;
    width: 99px;
    line-height: 44px;
    cursor: pointer;


}

#buttons-edit {
    margin: 0 60px;
}


.modal #cancel {
    background-color: #4a4a4a;

}

.modal #modal-title {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
}

#myModalPass .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    text-align: center;
}

#myModalChangePackage .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 50%;
    /*height: 900px;*/
    border-radius: 4px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*text-align: center;*/
       overflow-y: scroll !important;
}

#myModalChangePackage #modal-title {
    margin: 21px 60px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

#myModalChangePackage input {
    margin: 0 120px;
}

/*#myModalChangePackage .cols {
    margin: 0;
}
*/

/* Black w/ opacity */
/**/
#settingsPopup {
    -webkit-backdrop-filter: blur(26.10294117647059px);
    backdrop-filter: blur(26.10294117647059px);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

#settingsPopup .tip {
    width: 20px;
    height: 14px;
    border-radius: 1px;
}

#settingsPopup .body {
    width: 140px;
    height: 106px;
    border-radius: 4px;
}


body.modal-open {
    overflow: hidden;
}



/*# sourceMappingURL=main.css.map */