/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    background-color: #f9f9f9;
    font-size: 12px;
    color: #262b2c;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {    
    font-family: 'source_sans_proregular', sans-serif;
}
h1, h1[class *= "pure-u"]{
    font-family: 'source_sans_probold', sans-serif !important;
    font-size: 2.33em;
    color: #34373e;
    text-transform: uppercase;
    font-weight: normal;
}
h1.white{
    color: #fff;
}
h2, h2[class *= "pure-u"]{
    font-family: 'source_sans_probold', sans-serif !important;
    font-size: 2em;
    color: #34373e;
    text-transform: uppercase;
    font-weight: normal;
}
h2.circle{

}
h2.circle span{
    display: inline-block;
    line-height: 5.38em;
    height: 5.38em;
    width: 5.38em;
    text-align: right;
    color: #fff;
    padding: 0.31em;
    border-radius: 3em;
}
h2.circle span.blue{
    background-color: #009ede;
}
h2.circle span.teal{
    background-color: #571067;
}
h2.circle span.yellow{
    text-align: center;
    background-color: #f3d425;
}
b{
    font-family: 'source_sans_probold', sans-serif;
}
i{
    font-family: 'source_sans_proitalic', sans-serif;
}
b > i,
i > b{
    font-family: 'source_sans_probold_italic', sans-serif;
}
a{
    font-family: 'source_sans_proregular', sans-serif;
    color: #262b2c;
    text-decoration: none;
}
p{
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 13px;
    color: #34373e;
}
.clear-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrapper{
    width: 980px;
    margin: 0 auto;
}
.main-container{
    position: relative;
    width: 100%;
}
/* Buttons */
.button{
    display: inline-block;
    padding: 9px 60px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'source_sans_prolight', sans-serif;
    border-radius: 8px;
    letter-spacing: 3px;
    border: 0;
    outline: 0;
}
.button-black{
    /*color: #ffb10a;*/
    color: #fff;
    background: url(../img/bg-button-black.jpg) repeat-x;
}
.button-black:hover{
    color: #fff;
    background: url(../img/bg-button-pink.jpg) repeat-x;   
}
.button-pink{
    color: #fff;
    background: url(../img/bg-button-pink.jpg) repeat-x;   
}
.button-pink:hover{
    color: #fff;
    background: url(../img/bg-button-black.jpg) repeat-x;   
}
/* Header */
.header-container{
    z-index: 99;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
}
#header{

}
#header-logo{
    position: absolute;
    top: 5px;
}
#header .right{
    display: inline-block;
    width: 100%;
    height: 113px;
    padding: 1em 0 0 0;
}
#header .right > *{
    float: right;
    clear: both;
}
#header .right .top{
    margin: 0 0 2em 0;
}
#header .right .top > *{
    display: inline-block;
}
/* Subscribe */
#subscribe{
    text-transform: uppercase;
    color: #838586;
    vertical-align: sub;
    margin-right: 3em;
}
#subscribe a{
    float: left;
    color: inherit;
    font-size: 1.083em;
    line-height: 20px;
}
/* Header search */
#search form{
    float: right;
}
#search input{
    width: 220px;
    margin: 0 5px 0 0;
    padding: 4px;
    border: 0;
    border-bottom: 1px solid #c1c2c2; 
    outline: 0;
}
#search-button{
    padding: 0;
    border: 0;
    outline: none;
    background: none;
}
/* Menu */
#main-menu{
    position: relative;
    height: 64px;
}
#main-menu > ul{
    display: inline-block;
}
#main-menu > ul > li{
    /*position: relative;*/
    display: block;
    float: left;
    margin: 0 3px;
    border-top-width: 3px;
    border-top-style: solid;
}
.menu-overview{
    border-top-color: #ff5205;
}
.menu-features{
    border-top-color: #f2cd00;
}
.menu-packages{
    border-top-color: #d40f7d;
}
.menu-movies{
    border-top-color: #009ede;
}
.menu-clubs{
    border-top-color: #e7a008;
}
.menu-help{
    border-top-color: #00b0b9;
}
#main-menu a{
    display: block;
    padding: 20px 10px;
    font-family: 'source_sans_probold', sans-serif;
    font-size: 1.25em;
    letter-spacing: 1.5px;
    color: #34373e;

    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
}
#main-menu .submenu a{
    font-family: 'source_sans_proregular', sans-serif;
}
#main-menu .submenu a:hover{
    font-family: 'source_sans_probold', sans-serif;
}
.menu-overview:hover > a,
.menu-overview.active > a{
    background-color: #ff5205;
    color: #fff !important;
}
.menu-features:hover > a,
.menu-features.active > a{
    background-color: #f2cd00;
    color: #fff !important;
}
.menu-packages:hover > a,
.menu-packages.active > a{
    background-color: #d40f7d;
    color: #fff !important;
}
.menu-movies:hover > a,
.menu-movies.active > a{
    background-color: #009ede;
    color: #fff !important;
}
.menu-clubs:hover > a,
.menu-clubs.active > a{
    background-color: #e7a008;
    color: #fff !important;
}
.menu-help:hover > a,
.menu-help.active > a{
    background-color: #00b0b9;
    color: #fff !important;
}
#main-menu .submenu{
    position: absolute;
    left: 3px;
    top: 100%;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    visibility: hidden;
    opacity: 0;
    box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.15);

    -webkit-transition: opacity 0.2s linear;

    transition: opacity 0.2s linear;
}
#main-menu .submenu:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.25);
}
.menu-overview .submenu{
    border-bottom-color: #ff5205;
}
.menu-features .submenu{
    border-bottom-color: #f2cd00;
}
.menu-packages .submenu{
    border-bottom-color: #d40f7d;
}
.menu-movies .submenu{
    border-bottom-color: #009ede;
}
.menu-clubs .submenu{
    border-bottom-color: #e7a008;
}
.menu-help .submenu{
    border-bottom-color: #00b0b9;
}
#main-menu li:hover .submenu{
    visibility: visible;
    opacity: 1;   
}
#main-menu .submenu li{
    display: inline-block;
    padding: 15px 0;
}
#main-menu .submenu li a{
    padding: 5px 28px;
    border-left: 1px solid #eaebeb;
}
/* Banner */
#banner{
    width: 100%;
}
/* ==========================================================================
   Popup
   ========================================================================== */
#popup{
    display: none;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44,45,49, .8);
}
#popup .inner{
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -415px;
    width: 820px;    
    background: #fff;    
}
#popup .inner .content{
    position: relative;
    z-index: 2;
    width: 740px;
    padding: 20px 40px 40px 40px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
#popup .inner .close{
    display: block;
    position: absolute;
    right: -30px;
    top: -20px;
    width: 65px;
    height: 66px;
    background: url(../img/popup-close.png) no-repeat;
}
#popup.trailer .inner .close,
#popup.image .inner .close{
    background: url(../img/ico-close-blue.png) no-repeat;   
}
#popup .inner .close:hover{
    background-position: 0 -67px;
    cursor: pointer;
}
#popup.trailer .inner .close:hover,
#popup.image .inner .close:hover{
    background-position: 0 0;
}
#popup .inner .date{
    display: inline-block;
    margin-left: -40px;
    padding: 5px 20px 5px 40px;
    font-size: 15px;
    color: #34373e;
    background-color: #f6f3f7;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
#popup .inner h3{
    color: #34373e;
    font-size: 24px;
    font-family: 'source_sans_prosemibold', sans-serif;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
}
#popup .inner img{
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
#popup .inner .content-holder{
    padding-left: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup .inner p{
    font-size: 13px;
    color: #34373e;
    margin-bottom: 20px;
}
#popup .inner p.availabilty,
#popup .inner p.synopsis{
    font-size: 15px;
}
#popup .inner p.availabilty span,
#popup .inner p.synopsis span{
    font-size: 18px;
    font-family: 'source_sans_probold', sans-serif;
}
#popup .inner p:last-child{
    margin-bottom: 0;
}
#popup .inner a.left,
#popup .inner a.right{
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    width: 54px;
    height: 88px;
}
#popup .inner a.left{
    left: -40px;
    background: url(../img/popup-arrow-left.png) no-repeat;
}
#popup .inner a.left:hover{
    background-position: 0 -89px;
}
#popup .inner a.right{
    right: -40px;
    background: url(../img/popup-arrow-right.png) no-repeat;
}
#popup .inner a.right:hover{
    background-position: 0 -89px;
}
/* ==========================================================================
   Home
   ========================================================================== */
#home{
    padding-bottom: 180px;
}
#home h2{
    letter-spacing: 1.5px;
}
/* Movies on demand */
#home #on-demand{
    margin-bottom: 3em;
}
#home #on-demand ul{
    width: 1013px;
    margin-left: -16.5px;
}
#home #on-demand li{
    overflow: hidden;
    padding: 0 16.5px;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}
#home #on-demand li .inner{
    position: relative;
}
#home #on-demand li .inner .bottom{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;

    -webkit-transition: bottom 0.2s linear;

    transition: bottom 0.2s linear;
}
#home #on-demand li .inner:hover .bottom{
    bottom: 0;
}
#home #on-demand li .inner .bottom .background{
    width: 100%;
    height: 28px;
    background: url(../img/bg-on-demand-bottom.png) no-repeat top center;
    background-size: cover;
}
#home #on-demand li .inner .bottom .content{
    padding: 2em 1em;
    background-color: rgba(0, 158, 222, .9);
}
#home #on-demand li img{
    width: 100%;
    border-bottom: 5px solid #38acee;
}
#home #on-demand li h3{
    margin: 0 0 0.7em 0;
    font-size: 1.666em;
    color: #fff;
    font-family: 'source_sans_probold', sans-serif;
    font-weight: normal;
}
#home #on-demand li p{
    font-size: 1.16em
}
/* Whats new box */
#whats-new{
    padding-right: 16.5px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#whats-new .top{
    /*margin-left: -10px;*/
    padding-bottom: 2em;
    border-bottom: 1px solid #e0eaee;
}
#whats-new .top > div{
    position: relative;
    padding: 0 10px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#whats-new .top > div:first-child{
    padding-left: 0;
}
#whats-new .top > div:last-child{
    padding-right: 0;
}
#whats-new .top img{
    width: 100%;
}
#whats-new .top .bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1em;
    margin: 0 10px;
    background-color: #141a1c;
}
#whats-new .top > div:first-child .bottom{
    margin-left: 0;
}
#whats-new .top > div:last-child .bottom{
    margin-right: 0;
}
#whats-new .top .bottom > *{
    color: #fff;
}
#whats-new .top .bottom h3{
    margin: 0.5em 0;
}
#whats-new .top .bottom p{
    margin: 0 0 5px 0;
}
#whats-new .bottom div{
    border-bottom: 1px solid #e0eaee;
}
#whats-new h3{
    font-family: 'source_sans_probold', sans-serif;
    font-size: 1.666em;
    margin: 0.7em 0;
}
#whats-new p{
    font-size: 1.16em;
}
/* Features box */
#features{
    position: relative;
    padding-left: 16.5px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#features h2{
    position: absolute;
    top: 0;
    left: 0;
}
.features-carousel{
    margin-top: 82px;
    overflow: hidden;
}
.features-carousel .holder{
    width: 500%;
}
.features-carousel .holder .info{
    position: relative;
}
.features-carousel .holder .info img{
    z-index: 2;
    position: relative;
    width: 100%;
    min-height: 244px;
    padding: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.features-carousel .holder .info .background{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 325px;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.features-carousel .holder .info .description{
    position: relative;
    background: #141a1c;
    color: #fff;
    padding-bottom: 10px;
}
.features-carousel .holder .info .description:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(20, 26, 28, 0);
    border-top-color: #141a1c;
    border-width: 7px;
    margin-left: -7px;
}
.features-carousel .holder .info-1 .description:after{
    left: 10%;
}
.features-carousel .holder .info-2 .description:after{
    left: 30%;
}
.features-carousel .holder .info-3 .description:after{

}
.features-carousel .holder .info-4 .description:after{
    left: 70%;
}
.features-carousel .holder .info-5 .description:after{
    left: 90%;
}
.features-carousel .holder .info .description h3{
    font-size: 20px;
    padding: 8px 15px 0 15px;
    margin: 0;
}
.features-carousel .holder .info .description p{
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0;
}
.features-carousel .item{
    outline: 2px solid #fff;
    border: 1px solid #e8eaea;
    border-top: 0;
    outline-top: 0;
    cursor: pointer;
    background: url(../img/bg-features.jpg) center bottom no-repeat;
    background-size: cover;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.features-carousel .item.active{
    border: 1px solid #e8eaea;
    background: url(../img/bg-features-active.jpg) center bottom no-repeat;
    background-size: cover;
}
.features-carousel .item img{
    width: 100%;
}
/* ==========================================================================
   Features
   ========================================================================== */
#features-page{
    padding: 40px 0 180px 0;
}
#features-page h1{
    margin-bottom: 0;
}
#features-page .left{
    position: relative;
    padding-right: 23px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#features-page .right{
    position: relative;
    padding-left: 23px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#features-page h2.purple{
    position: absolute;
    left: 0;
    top: 0;
    color: #571067;
    font-size: 30px;
    font-family: 'source_sans_proregular', sans-serif !important;
    font-weight: normal;
}
#features-page .right h2.purple{
    left: 23px;
}
#features-page .features-carousel{
    margin: 0 0 30px 0;
}
#features-page .right .features-carousel{
    margin-top: 95px;
}
/* ==========================================================================
   Clubs
   ========================================================================== */
#clubs{
    padding: 40px 0 180px 0;
}
#clubs .banner{
    border: 1px solid #d6d6d6;
    margin-bottom: 1em;
}
#clubs .description{
    margin-bottom: 2em;
}
#clubs .description > p{
    color: #46494c;
    font-size: 13px;
    margin-top: 19px;
    line-height: 22px;
}
#subscribe-holder{
    
}
#subscribe-holder p{
    color: #46494c;
    font-size: 13px;
    text-transform: uppercase;
}
#subscribe-holder p span{
    color: #e7a008;
    font-size: 22px;
    font-family: 'source_sans_prosemibold', sans-serif;
}
#clubs #tabs{

}
#clubs #tabs .tabs-header{
    display: inline-block;
    width: 100%;
    margin-bottom: 3em;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#clubs #tabs .tabs-header li{
    float: left;
    outline: none;

    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#clubs #tabs .tabs-header li:hover,
#clubs #tabs .tabs-header li.ui-tabs-active{
    background-color: #e7a008;
}
#clubs #tabs .tabs-header li a{
    display: block;
    color: #595c5f;
    padding: 9px 30px;
    font-size: 1.5em;
    text-transform: uppercase;
    outline: none;

    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;   
}
#clubs #tabs .tabs-header li:hover a,
#clubs #tabs .tabs-header li.ui-tabs-active a{
    color: #fff;    
}
#clubs #tabs .tabs-list{
    width: 1000px;
    margin-left: -10px;
}
#clubs #tabs .tabs-list li{
    padding: 0 10px 0 10px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#clubs #tabs .tabs-list li .inner{
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 8px;
}
#clubs #tabs .tabs-list li h3{
    font-size: 1.667em;
    color: #34373e;
    font-size: 'source_sans_probold', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
/* ==========================================================================
   Overview
   ========================================================================== */
#overview{
    padding: 50px 0 180px 0;
}
#overview .tabs-header{
    margin: 1em 0;
    width: 100%;
    display: inline-block;
}
#overview .tabs-header li{
    float: left;
    outline: none;
}
#overview .tabs-header li{    
    font-size: 24px;
    line-height: 40px;
}
#overview .tabs-header li{
    padding: 0 0.5em;
    color: #ff5205;
    text-transform: uppercase;
    outline: none;
    font-family: 'source_sans_prolight', sans-serif;
}
#overview .tabs-header li:first-child{
    padding-left: 0;
    font-size: 28px;
    color: #34373e;
    font-family: 'source_sans_probold', sans-serif;
}
#overview #tabs h2{
    color: #46494c;
}
#overview #tabs p{
    color: #34373e;
}
#overview #tabs p.info{
    font-size: 15px;
    max-width: 50%;
    padding-right: 1.5em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#overview #tabs .description p{
    font-size: 13px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#overview #tabs .description p:first-child{
    padding-right: 1.5em;
}
#overview #tabs .description p:last-child{
    padding-left: 1.5em;
}
#overview #tabs .orange{
    color: #ff5205;
}
/* ==========================================================================
   Help and support
   ========================================================================== */
#help{
    padding: 40px 0 180px 0;
}
#help > h1{
    margin-bottom: 5px;
}
#help > h2{
    color: #00b0b9;
    margin-top: 0;
}
#help-search input,
#filter input.search{
    float: right;
    font-size: 15px;
    color: #34373e;
    padding: 8px 30px 8px 60px;
    font-family: 'source_sans_prolight', sans-serif;
    background: url(../img/ico-search-blue.png) 15px center no-repeat;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
#help #accordion p{
    margin: 0;
    padding: 20px 0;
}
#help #accordion h3{
    cursor: pointer;
    border-top: 1px dashed #5e6066;
    font-size: 24px;
    color: #34373e;
    font-family: 'source_sans_probold', sans-serif;
    text-transform: uppercase;
    outline: none;
    margin: 0;
    padding: 10px 0 10px 40px;
    background: url(../img/ico-accordion-inactive-big.png) left center no-repeat;
}
#help #accordion h3.ui-accordion-header-active{
    background: url(../img/ico-accordion-active-big.png) left center no-repeat;   
}
#help #accordion > div{
    padding: 20px 0 35px 25px;
}
#help .accordion-inner h4{
    cursor: pointer;
    font-size: 18px;
    color: #00b0b9;
    font-family: 'source_sans_proregular', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    outline: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    background: url(../img/ico-accordion-inactive-small.png) left center no-repeat;
}
#help .accordion-inner h4.ui-accordion-header-active{
    background: url(../img/ico-accordion-active-small.png) left center no-repeat;   
}
#help .accordion-inner > div{
    padding-left: 20px;
}
/* ==========================================================================
   Movies on demand
   ========================================================================== */
#on-demand.main-container{
    padding: 0 0 180px 0;
}
#on-demand .top{
    padding-top: 40px;
    background: url(../img/banner-on-demand.jpg) center top no-repeat;
}
#on-demand > .wrapper{
    height: 722px;
}
#on-demand .description{
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}
#on-demand .description span.big{
    font-family: 'source_sans_probold', sans-serif;
    font-size: 18px;
}
#on-demand #slider{
    position: relative;
}
#on-demand #slider .arrow{
    display: block;
    position: absolute;
    top: 100px;
    width: 50px;
    height: 90px;
    background-color: #fff;
}
#on-demand #slider .arrow.left{
    left: 0;
    background: url(../img/on-demand-arrow-left.png) top left;
    /*background-color: #fff;*/
}
#on-demand #slider .arrow.right{
    right: 0;
    background: url(../img/on-demand-arrow-right.png) top right;
}
#on-demand #slider .arrow.left:hover{
    background: url(../img/on-demand-arrow-left.png) bottom left;
}
#on-demand #slider .arrow.right:hover{
    background: url(../img/on-demand-arrow-right.png) bottom right;
}
#on-demand #slider .holder{
    max-width: 900px;
    margin: 0 auto;
}
#on-demand #slider ul{
    display: inline-block;
    width: 100%;
}
#on-demand #slider ul li{
    float: left;
    width: 205px;
    padding: 0 10px;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}
#on-demand #slider ul li img{
    width: 100%;
    border: 8px solid rgba(255,255,255, 0.25);

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}
#on-demand #slider ul li h3{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
#movies{
    width: 100%;
}
#movies .title{
    background-color: #009ede;
}
#movies .title h2{
    color: #fff;
    padding: 22px 0;
}
#movies .filter{
    background-color: #2c2d31;
    color: #fff;
    font-size: 15px;
    line-height: 37px;
}
#movies #filter{
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}
#movies #filter .filter-title{
    display: inline-block;
}
#movies #filter input[type="checkbox"]{
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #b7bdc2;
    border-radius: 0;
    display: inline-block;
    vertical-align: sub;
    margin: 0 10px 0 20px;
}
#movies #filter label{
    font-family: 'source_sans_prolight', sans-serif;
}
#movies #filter .dropdown{
    z-index: 3;
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}
#movies #filter .dropdown span.selected{
    position: relative;
    background: url(../img/bg-dropdown-blue.jpg) center center repeat-x;
    padding: 9px 65px 9px 20px;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 6px;
}
#movies #filter .dropdown span.selected:after{
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    content: ' ';
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    
    border-top: 6px solid #fff;
}
#movies #filter .dropdown ul{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #33b1e5;
    width: 100%;
    top: 38px;
    border-radius: 6px;
    overflow: hidden;

    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#movies #filter .dropdown:hover ul{
    opacity: 1;
    visibility: visible;
}
#movies #filter .dropdown ul li{
    padding-left: 10px;

    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
#movies #filter .dropdown ul li:hover{
    background-color: #009ede;
}
#movies ul.list{
    margin-top: 60px;
}
#movies ul.list li{
    padding: 0 6px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#movies ul.list li .img-holder{
    background-color: #fff;
    padding: 5px;
    border: 1px solid #e7e7e7;
}
#movies ul.list li h4{
    color: #34373e;
    text-transform: uppercase;
    text-align: center;
}
#movies ul.list {
    position: relative;
    background: #f9f9f9;
    border-bottom: 1px solid #d0d0d1;
}
#movies ul.list:after, #movies ul.list:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#movies ul.list:after {
    border-color: rgba(249, 249, 249, 0);
    border-top-color: #f9f9f9;
    border-width: 12px;
    margin-left: -12px;
}
#movies ul.list:before {
    border-color: rgba(208, 208, 209, 0);
    border-top-color: #d0d0d1;
    border-width: 13px;
    margin-left: -13px;
}
#movies #load-more{
    color: #009ede;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-family: 'source_sans_prosemibold', sans-serif;
}
/* ==========================================================================
   Packegs
   ========================================================================== */
#packages{
    width: 100%;
    padding: 40px 0;
    background: url(../img/bg-packages.jpg) no-repeat top center;
}
#packages .packages{
    color: #fff;
}
#packages .packages h2{
    color: #fff;
    font-family: 'source_sans_prosemibold', sans-serif !important;
    font-weight: normal;
}
#packages span.light{
    font-family: 'source_sans_proextralight', sans-serif;
}
#packages .packages p{
    color: #fff;
}
#packages table{
    display: inline-block;
    /*width: 100%;*/
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
#packages table th{
    padding: 0;
    border: 1px solid #e2e4e5;
}
#packages table tr,
#packages table td{
    border: 1px solid #e2e4e5;   
}
#packages table span.package-type{
    display: block;
    /*margin: 0 auto;*/
    width: 106px;
    height: 65px;
    /*cursor: pointer;*/

    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;    
}
#packages table span.package-type.silver{
    background: url(../img/packages-silver.png) bottom center no-repeat;
}
#packages table span.package-type.gold{
    background: url(../img/packages-gold.png) bottom center no-repeat;
}
#packages table span.package-type.platinum{
    background: url(../img/packages-platinum.png) bottom center no-repeat;
}
#packages table span.package-type.silver:hover,
#packages table span.package-type.silver.active{
    background-position: 50% 1px;
}
#packages table span.package-type.gold:hover,
#packages table span.package-type.gold.active{
    background-position: 50% 2px;
}
#packages table span.package-type.platinum:hover,
#packages table span.package-type.platinum.active{
    background-position: 50% 1px;
}
#packages table span.package-location{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(52, 55, 62, .25);
    padding: 1em 0.5em;
    
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
/*#packages table tr:hover span.package-location,*/
#packages table span.package-location.active{
    color: rgba(52, 55, 62, 1);
}
#packages table .vertical-hover{
    cursor: pointer;
    opacity: 0;
    background: url(../img/ico-packages-selected.png) center center no-repeat;

    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#packages table .vertical-hover.active{
    opacity: 1;
}
#packages .description-holder{
    position: relative;
}
#packages .description-holder > div{
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;

    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#packages .description-holder > div.active{
    visibility: visible;
    opacity: 1;
}
#package-addons .list{
    margin-left: -35px;
    width: 1050px;
}
#package-addons .addon{
    position: relative;
    padding: 0 35px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#package-addons .addon.selected .pipe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../img/pipe.png) no-repeat center center;
}
#package-addons .addon:hover{
    cursor: pointer;
}
#package-addons .addon img{
    opacity: 0.4;
    
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#package-addons .addon:hover img,
#package-addons .addon.active img{
    opacity: 1;    
}
#package-addons .addon .remove{
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: -15px;
    right: 20px;

    width: 51px;
    height: 46px;
    background: url(../img/ico-remove-addon.png) no-repeat top center;

    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;    
}
#package-addons .addon.selected .remove{
    visibility: visible;
    opacity: 1;
}
#package-addons .addon.selected .remove:hover{
    background-position: 50% -54px;
}
#action-bar{
    color: #fff;
    width: 100%;
    padding: 10px 0;
    background: #2c2d31;
}
#action-bar .subscription-label{
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}
#action-bar .subscription{
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 24px;
}
#action-bar .wrapper{
    height: 40px;
    overflow: hidden;
}
#action-bar .buttons > *{
    float: right;
}
#action-bar .buttons #confirm-addon{
    margin-left: 10px;
}
#channels-list{
    position: relative;
    width: 100%;
    padding: 10px 0 180px 0;
}
#channels-list #ajax-loader{
    display: none;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -27px;
}
#channels-list .channel{
    opacity: 0.2;
    border: 1px solid #f2ecf3;
    
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
#channels-list .channel.highlight{
    opacity: 1;
}
#channels-list .channel img{
    width: 100%;
}
#list-for-addon .tabs-header{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
#list-for-addon .tabs-header li{
    color: #34373e;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 45px;
    border-right: 1px solid #dadbdb;
    outline: 0;
    float: left;
}
#list-for-addon .tabs-header li a{
    outline: 0;
}
#list-for-addon .tabs-header li:last-child{
    border: 0;
}
#list-for-addon .tabs-header li.ui-state-active{
    background: #00b0b9;
}
#channels-list #list-for-addon .channel{
    opacity: 1;
}
#subscription-popup{
    z-index: 4;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 45, 49, .8);
}
#subscription-popup .inner{
    position: relative;
    width: 830px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}
#subscription-popup .inner h1{
    color: #d40f7d;
    margin: 0;
    padding: 35px 30px;
    border-bottom: 1px solid #ecf3f6;
}
#subscription-popup .inner > .close{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 30px;
    right: -25px;

    width: 51px;
    height: 46px;
    background: url(../img/ico-remove-addon.png) no-repeat top center;
}
#subscription-popup .inner .close:hover{    
    background-position: 50% -54px;
}
#subscription-popup .inner .step > *{
    border-bottom: 1px solid #ecf3f6;
    padding: 35px 30px;
}
#subscription-popup .inner .step h2{
    font-size: 20px;
    font-family: 'source_sans_prosemibold', sans-serif !important;
    color: #34373e;
    margin-top: 0;
}
#subscription-popup .inner .step label{
    display: block;
    color: #d40f7d;
    font-size: 15px;
}
#subscription-popup .inner .step .right{
    text-align: right;
}
#subscription-popup .inner .step input[type="text"]{    
    display: inline-block;
    width: 480px;
    padding: 9px 20px;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
}
#subscription-popup .inner .step .ooredoo-customer input[type="text"]{
    margin-bottom: 8px;
}
#subscription-popup .inner .step .right > input[type="submit"]{
    width: 90%;
}
#subscription-popup .inner .step .ooredoo-customer .right{
    padding-top: 96px;
}
#subscription-popup .inner .step .description-holder{
    padding-bottom: 0;
}
#subscription-popup .inner .step .description-holder > *{
    padding-bottom: 30px;
}
#subscription-popup .inner .step .description-holder h2{
    color: #34373e;
    font-size: 24px;
    font-family: 'source_sans_probold', sans-serif !important;
}
#subscription-popup .inner .step .description-holder h2 span{
    font-family: 'source_sans_prolight', sans-serif !important;
}
#subscription-popup .inner .step .description-holder p{
    max-width: 400px;
}
#subscription-popup .inner .step .logo{
    border-left: 1px solid #ecf3f6;
    
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#subscription-popup .inner .step .logo > *{
    margin: 0 auto;
    display: block;
    text-align: center;
}
#subscription-popup .inner .step .logo > h2{
    margin-bottom: 30px;
}
#subscription-popup .inner .step .logo > img{
    max-width: 105px;
}
#subscription-popup .inner .step-2 h2{
    font-family: 'source_sans_prosemibold', sans-serif !important;
    color: #34373e;
    font-size: 24px;
    margin: 0;
}
#subscription-popup .inner .step-2 .contact-details p{
    color: #34373e;
    font-size: 16px;
    margin: 0 0 15px 0;
}
#subscription-popup .inner .step-2 .contact-details p b{
    text-transform: uppercase;
    font-family: 'source_sans_prosemibold', sans-serif;
}
#subscription-popup .inner .step-2 .button-holder{
    text-align: right;
    border: 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container{
    overflow: hidden;
    background-color: #3e084a;
}
#footer{

}
#footer .holder{
    position: relative;
}
#footer .holder > *{
    position: relative;
    z-index: 2;
    height: 100%;
}
#footer .first{
    background-color: #571067;
}
#footer .second{
    background-color: #88499c;
}
#footer .third{
    background-color: #b690c2;
}
#footer .pure-u-1-4{
    min-height: 274px;
    padding: 0 40px 1em 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .logo-holder{
    background-color: #3e084a;
    padding: 1em 64px 1em 2em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .top{
    min-height: 140px;
}
#footer h4{
    color: #fff;
    font-size: 1.33em;
    text-transform: uppercase;
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: normal;
    margin: 1em 0;
}
#footer a{
    color: #fff;
    display: block;
    font-size: 1.16em;
}
#footer-social{
    padding-top: 16px;
}
#footer-social a{
    text-transform: uppercase;
    font-size: 1.33em;
}
#creator{
    z-index: 2;
    background-color: #3e084a;
    padding: 2em 0 1em 4em;
}
#creator a{
    opacity: 0.2;
}
#footer .background{
    background-color: #b690c2;
    width: 500%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}







/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}