
/********************* playbackview containers ********************************/

#the_playback_area{
    width:100%;
    height:100%;
    position:relative;
    background:#000000;
}

.the_player_content{
    width:100%;
    height:100%;
}

.player_message_div_container{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1000;
    color:#FFFFFF;
    font-size:20px;
    background:#000000;
    width:100%;
    height:100%;
}

.player_message_div{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top:50%;
}

#octoshape_player{
    display: inline-block;
    position: relative;
    background:#FFFFFF;
    width:100%;
    height:100%;
    z-index: 1;
    border:none;
    outline: 0;
}


#octo_inner_player{
    display: inline-block;
    position: relative;
    background:#000000;
    width:100%;
    height:100%;
    z-index: 1;
    border:none;
    outline: 0;
}

.youtube_playback_div{
    width:100%;
    height:100%;
}

#subscription_required_div_content {
    display: inline-block;
    position: relative;
    padding:20px;
    padding-top:40px;
    font-size:16px;
    font-weight:500;
    max-width:500px;
    background:#FFFFFF;
    min-height:100px;
    margin: 0 auto;
}

.no_access_error_message
{
    display: inline-block;
    position: relative;
    font-size:14px;
    font-weight:500;
    max-width:500px;
    background:#FFFFFF;
}

#subscription_required_div_text{
    display: inline-block;
    position: relative;
    margin:5px;
}

#subscription_required_div{
    position: absolute;
    margin:0;
    width:100%;
    height:100%;
    color:#383633;
    background:#000000;
    text-align:center;
    display: flex;
    align-items: center;
}

.hidden_div{
    visibility:hidden;
}

.visible_div{
    visibility:visible;
}


.playback_area {
    display: inline-block;
    position: relative;
    width:720px;
    height:480px;
    margin:0px;
    padding:0px;
}

.videoview_objects_div{
    overflow-y: auto;
    overflow-x:hidden;
    width:240px;
    max-height:600px;
}

.videoview_main_container {
    margin-top:20px;
}

#videoview_container{
    display: inline-block;
    position: relative;
    width:100%;
    min-width:960px;
    min-height:700px;
    margin-top:10px;
}

.playback_left{
    position: absolute;
    left:8px;
    width: 240px;
}

.playback_center{
    left:260px;
    position: relative;
    width:720px;
    min-width:920px;
    text-align: left;
    vertical-align:text-top;
    padding:10px;
}

.playback_infoarea{
    display: inline-block;
    position: relative;
    margin-top:10px;
    margin-bottom:10px;
    width:720px;
    color:#1f2a40;
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    vertical-align:top;
    /*overflow:auto;*/
}

.playback_infoarea a{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    color:#172951;
}

.playback_infoarea a:hover{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    color:#172951;
}

.playback_info_title_area{
    width:400px;
    display: inline-block;
    position: relative;
    vertical-align:top;
    text-align:left;
    color:#ffffff;
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:18px;
    font-weight:500;

}
.playback_info_table{
    width:700px;
    margin:0px;
    padding:0px;
}

.playback_info_recommendation_cell{
    text-align:right;
}

.playback_info_recommendation_table{
    display: inline-block;
    position: relative;
    vertical-align:top;
}
.playback_info_recommendation_table td{
    padding:2px;
    padding-top:5px;
}

.playback_info_description_area{
    display: inline-block;
    position: relative;
    width:100%;
    color:#FFFFFF;
}


.playback_border{
    /*border:1px solid white;*/
    width:100%;
}



.videoview_object {
    display: inline-block;
    width:218px;
    margin:1px;

    text-align: center;
    min-height:40px;
    margin-bottom:4px;
    font-weight:normal;
    vertical-align:text-top;
    padding:8px 8px 0px 8px;
    background: rgba(200, 200, 200, 0.3);
    border:2px solid rgba(0,0,0,0);

}

.videoview_object td{
    text-align: left;
    padding-left:2px;
    padding-right:4px;
    height:40px; /* this is min-height because table stretches*/
    color:#fff;
    font-size:14px;
    font-weight:500;
    vertical-align:middle;
}

.videoview_object_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}

.videoview_object:hover .videoview_object_top{
    background:#e3e1de;
    text-decoration: none;
}


.videoview_object:hover{
    background: rgba(200, 200, 200, 0.7);
    border:2px solid rgba(180,180,180,0.5);
}


.videoview_image{
    padding:3px;
    max-width:50px;
}


.playback_left_menu{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align:left;
}

.playback_left_menu ul {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    position: relative;
}

.playback_left_menu li {
    margin-left:1px;
    padding: 2px;
    background:rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: inline-block;
    border-left:1px solid #333333;
}

.playback_left_menu li:first-child {
    border-left:none;
}

.playback_left_menu #leftmenu_selected {
    color:#383633;
}

.playback_left_menu:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #CCCCCC;
    z-index: 1;
}


.playback_left_menu span {
    display:block;
    padding-top:0px;
    text-align:left;
    text-decoration:none;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    color:#ffffff;
    border:none;
    min-height:20px;
    line-height:40px;
    max-width:120px;
    overflow: hidden;
}

.playback_left_menu li:hover {
    background:rgba(255, 255, 255, 0.4);
    text-decoration:none;
    color: #172951;
}
.playback_left_content{
    margin-top:20px;
}
.related_iframe{
    width:240px;
    height:600px;
}
/****************** object_simple_info *************/

.object_simple_info{
    max-width:300px;
}

/****************** New playback area *********************/

.playback_info_content{
    display: block;
    width:100%;
    height:100%;

}

.new_playback_container{
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    max-width: 960px;
    margin: 0 auto;
}

.new_playback_center_div {
    width: 100%;
    min-height:360px;
    display:block;
    padding: 0;
}

.new_playback_area_container{
    max-width: 640px;
    width: 70%;
    height: 360px;
    margin: 0;
    padding: 0;
    float: left;
}

.new_playback_top_area{
    width: 100%;
    text-align:left;
    min-height:30px;
}

.new_playback_area{
    width:100%;
    height:100%;
}

.new_playback_center_container{
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
}

.new_playback_info_area{
    margin:16px;
    margin-top:32px;
}

.new_playback_info_container{
    text-align:left;
    min-width:320px;
    width: 30%;
    height: 360px;
    float: left;
    margin:0px;
    padding:0px;
    background: #172951;
    color: #ffffff;
}

.new_playback_info_text_content{
    display:inline-block;
    position:relative;
    width: 100%;
    height:270px;
    word-wrap: break-word;
    overflow-y:auto;
    overflow-x:hidden;
}

.new_playback_info_content_area{
    display:inline-block;
    position:relative;

}

.new_playback_content_area{
    display:inline-block;
    position:relative;
    font-size:13px;
}

.new_playback_info_title_area{
    font-weight:normal;
    font-size:24px;
    display:inline-block;
    position:relative;
    color: #ffffff;
    width:100%;

}
.new_playback_info_description_area{
    display:inline-block;
    position:relative;
    color:#ffffff;
    font-size:14px;
}

.new_playback_info_area_some_links{
    display:inline-block;
    position:relative;
    width: 100%;
    padding-top:6px;

    /*border-top:1px solid #EEEEEE;*/
}

.new_playback_info_area_some_row{
    display:block;
    height: auto;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.new_playback_some_link{
    display:inline-block;
    padding-left:0px;
    padding-right:4px;
}

.new_playback_content_item_area{
    max-width:960px;
    width: 100%;
    margin: 0 auto;
    display:none;
    height:100%;
}

.new_playback_content_item_container {
    text-align:center;
    vertical-align:top;
    margin-top:20px;
    margin-bottom:20px;
    height:100%;
}

.new_playback_items{
    position:relative;
    display:block;
    line-height:0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.new_playback_items_content_carouseldiv{
    width:100%;
    height:100%;
    margin:0px;
    border:0px;
    font-size:0px;
}

.new_playback_items_content_carouseldiv_prev_button{
    position:absolute;
    display:block;
    width:68px;
    top:0px;
    height:100%;
    vertical-align: middle;
    text-align: center;
}

.new_playback_items_content_prevbuttondiv{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.new_playback_items_content_previous{
    display:inline-block;
    position:relative;
    background-image:url('../images/chevron_left.png');
    width:48px;
    height:48px;
    background-repeat:no-repeat;
}


.new_playback_items_content_previous:hover{
    background-image:url('../images/chevron_hover_left.png');
}

.new_playback_items_content_previous:active{
    background-image:url('../images/chevron_active_left.png');
}

.new_playback_items_content_carouseldiv_next_button{
    position:absolute;
    display:block;
    width:68px;
    height:100%;
    right:0px;
    top:0px;
    vertical-align: middle;
    text-align: center;
}

.new_playback_items_content_nextbuttondiv{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.new_playback_items_content_next{
    background-image:url('../images/chevron_right.png');
    width:48px;
    height:48px;
    display:inline-block;
    position:relative;
}

.new_playback_items_content_next:hover{
    background-image:url('../images/chevron_hover_right.png');
}

.new_playback_items_content_next:active{
    background-image:url('../images/chevron_active_right.png');
}

.new_playback_item_top{
    height:0px;
}

.new_playback_item{
    display:block;
    margin: 0px;
    height:100%;
}

.new_playback_item_image{
    width:100%;
    top:0px;
    border:0px;
    display:block;
    margin: 0px;
    padding:0px;
    position:relative;
    font-size:0px;
}

.new_playback_item_title_area{
    text-align:left;
    display:block;
    width:100%;
    height:32px;
    margin:0px;
    padding:0px;
    top:0px;
    background:#1f2a40;
    overflow:hidden;
    font-size:0px;
}

.new_playback_item_title{
    padding:0px;
    padding-left:10px;
    padding-top:2px;
    color:#FFFFFF;
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:400;
    /*text-transform:uppercase;*/
    line-height:32px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    height:100%;
    overflow:hidden;
}


.selected_item .new_playback_item_title{
    color:#383633;
}

.selected_item .new_playback_item_title_area{
    background:#FFFFFF;
}

.selected_item .new_playback_item_top {
    height:8px;
    position:absolute;
    z-index:53;
    top:0px;
    left:0px;
    width:100%;
    background:#172951;
}

.playback_backbutton {
    cursor:pointer;
    position:relative;
    height:30px;
    margin-bottom:8px;
}


.playback_backbutton_inner{
    display:table;
    vertical-align:middle;
    min-height:32px;
}

.playback_backbutton_text{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-family: arial, geneva, helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    bottom:0px;
}

.playback_backbutton_left{
    position:relative;
    display:table-cell;
    bottom:0px;
    width:18px;
    height:100%;
    background-position:center;
    background-image:url('../images/chevron_plain_left.png');
    background-repeat:no-repeat;
}

.playback_backbutton:hover .playback_backbutton_left{
    background-image:url('../images/chevron_plain_left_hover.png');
    background-repeat:no-repeat;
}
.playback_backbutton:hover .playback_backbutton_text{
    color:#f0c82b;
}




/************ CategoryView **************/

.category_content {
    width: 100%;
    display: table;
    table-layout: fixed;
    vertical-align: top;
}


.categoryview_left{
    position:absolute;
    padding-left:32px;
    margin-top:48px;
    left:0px;
    line-height:0px;
}

.categoryview_section_left {
    width: 220px;
    display: table-cell;
}

.categoryview_selectionlist{
    position:relative;
    overflow: hidden;
    height:600px;
    width: 190px;
    margin: 0 10px 0 20px;
}

.categoryview_right{
}

#category_section_content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

#category_section_fill_div{
    margin-top:0px;
    margin-left:0px;
}

#categorysubview_fill_div{
    margin-top:32px;
    margin-left:0px;
}

#categoryview_container{
    display: inline-block;
    position: relative;
    width:100%;
    /*min-height:700px;*/
    padding:0px;
    margin:0px;
    background:#FFFFFF;
}

#categoryview_section_container{
    display: inline-block;
    position: relative;
    width:100%;
    /*min-height:650px;*/
    padding:0px;
    margin:0px;
}

.categoryview_back{
    position:absolute;
    margin-left:16px;
    margin-top:16px;
    left:16px;
}

.categoryview_item {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    width:180px;
    background:#1f2a40;
    margin: 0 8px 16px 8px;
    line-height:0px;
    padding:0px;
    border: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.categoryview_item img{
    margin:0px;
    padding:0px;
    width:180px;
}

.categoryview_item a{
    border:none;
    outline:none;
    text-decoration:none;
}


.categoryview_item:hover .categoryview_item_title{
    color:#ffffff;
}

.categoryview_item:hover .categoryview_item_title_background{
        background: #172951;
}


.categoryview_item img {
    max-width:230px;
}


.categoryview_item_top{
    width:100%;
    height:0px;
}

.categoryview_item_title_background {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: rgba(44,88,170,0.75);
}

.categoryview_item_title{
    color:#ffffff;
    font-size: 14px;
    font-weight:bold;
    line-height:14px;
    overflow:hidden;
    text-decoration:none;
    padding: 8px 5px;
    margin: 0;
    text-transform: none;
    text-align: left;
    display: block;
}


.categoryview_selectionlist_item{
    background: #1f2a40;
    padding: 5px;
    margin: 0;
    display: block;
    margin-bottom:8px;
    line-height: normal;
    text-decoration:none;
}

.categoryview_selectionlist_item p{
    color:#ffffff;
    font-size:18px;
    margin: 0;

}

.category_selected_item {
    background: #ffffff;
}

.category_selected_item p{
    font-size:18px;
    color: #1f2a40;
    font-family: 'Open Sans Medium', Tahoma, sans-serif;
}


.categoryview_selectionlist_item:hover{
    background:#172951;
}

.categoryview_selectionlist_item.category_selected_item:hover{
    background:#e3e1de;
}

.categoryview_selectionlist_item:hover p{
}


.categoryview_selectionlist_item:active{
}



.categoryview_selectionlist_item_selected{

}

.category_show_top_area_inner{
    display: table;
    margin-right:16px;
    margin-left:8px;

    padding:0px;
    font-size:0px;
    min-height:80px;
}

.category_show_top_area{
    display: block;
    width:100%;
    position: relative;
    min-height:80px;
    margin-bottom:16px;
}

.category_show_top_title_area{
    display:inline-block;
    width:400px;
    top:0px;
    vertical-align: top;
    text-align:center;
}

.category_show_top_title_area_inner{

}


.category_show_top_image{
    display:inline-block;
    margin-right:16px;
}

.category_show_top_image img{
    min-height:200px;
}

.category_show_top_title{
    color:#383633;
    font-family: arial, geneva, helvetica, sans-serif;
    font-weight:bold;
    font-size:32px;
    left:0px;
    width:400px;
    text-align:left;
}

.category_show_top_description_area{
    display:table-cell;
    color:#383633;
    font-weight:500;
    text-align:left;
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width:400px;
    height:170px;
}

.category_show_top_description_area_inner{

}

.categoryview_back{
    left:16px;
    top:18px;
}
.category_backButton {
    cursor:pointer;
    position:relative;
    height:17px;
}


.category_backbutton_inner{
    display:table;
    vertical-align:middle;
    min-height:32px;
}

.category_backbutton_text{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-family: arial, geneva, helvetica, sans-serif;
    font-weight:bold;
    font-size:16px;
    bottom:0px;
}

.category_backbutton_left{
    position:relative;
    display:table-cell;
    bottom:0px;
    width:17px;
    height:100%;
    background-position:center;
    background-image:url('../images/chevron_plain_left.png');
    background-repeat:no-repeat;
}

.category_backButton:hover .category_backbutton_left{
    background-image:url('../images/chevron_plain_left_hover.png');
    background-repeat:no-repeat;
}

.category_backButton:hover .category_backbutton_text{
    color:#f0c82b;
}

/* --- [ PAGER ARROWS ] --- */

.pager_v1_prev_button a, .pager_v1_next_button a, .pager_v2_prev_button a, .pager_v2_next_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pager_v1_prev_button, .pager_v1_next_button, .pager_v2_prev_button, .pager_v2_next_button {
    position: absolute;
    display:block;
    width: 50px;
    height: 100%;
    text-align:center;
    vertical-align:middle;
}

.pager_v1_prev_button, .pager_v2_prev_button {
    top:0px;
    left: 16px;
}

.pager_v1_next_button, .pager_v2_next_button {
    top:0px;
    right: 16px;
}

.pager_v1_prevbuttondiv, .pager_v1_nextbuttondiv, .pager_v2_prevbuttondiv, .pager_v2_nextbuttondiv {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prev_pager_v1, .next_pager_v1, .prev_pager_v2, .next_pager_v2 {
    position: relative;
    display:inline-block;
    width:50px;
    height:50px;
    top:-10px;
    background-color: #1f2a40;
    border-radius: 25px;
    background-position: center;
}

.prev_pager_v1:hover, .next_pager_v1:hover, .prev_pager_v2:hover, .next_pager_v2:hover {
    background-color: #172951;
}

.prev_pager_v1, .prev_pager_v2 {
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
    background-size: 30px;
}

.next_pager_v1, .next_pager_v2 {
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
    background-size: 30px;
}



.pager_v2_prevbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pager_v2_nextbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev_pager_v2 {
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
}

.next_pager_v2{
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
}

.prev_pager_v2:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_pager_v2:hover{
    background-image:url('../images/chevron_hover_right.png');
}

.prev_pager_v2:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_pager_v2:active{
    background-image:url('../images/chevron_active_right.png');
}

/********************* Pager v1**************************************/
.section_pager_v1{
    display: inline-block;
    position: relative;
    width:100%;

    font-size:0px;
}

.pager_v1_container{
    display: block;
    position: relative;
    margin-top: 16px;
    min-height:200px;
}

.section_pager_v1_item{
    display: block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    padding:0px 0px 0px 0px;
    background:#1f2a40;
}


.section_pager_v1_item:hover .section_pager_v1_item_text_background{
    background:rgba(0,58,118,0.77);
}

.section_pager_v1_item:hover .section_pager_v1_item_text{
    /*color: #00bdff;*/
}

.section_pager_v1_item_top{
    width:100%;
    height:0px;
    /*background:rgba(0, 0, 0, 0.0);*/
}


.section_pager_v1_item img{
    width:100%;
}

.section_pager_v1_item_text_background{
    text-align:left;
    padding-left:0px;
    z-index:100;
    position:absolute;
    width:100%;
    height:32px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    vertical-align:middle;
    background:rgba(0,22,71,0.77);
}

.section_pager_v1_item:hover .section_pager_v1_item_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v1_item_text_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}


.section_pager_v1_item_text{
    position:relative;
    display:inline-block;
    left:8px;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    overflow:hidden;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}



.section_pager_v1:hover .pager_v1_prevbuttondiv{
    visibility:visible;
}

.section_pager_v1:hover .pager_v1_nextbuttondiv{
    visibility:visible;
}

.section_pager_v1_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_pager_v1_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_pager_v1_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:24px;
}

.tooltipster-content .section_pager_v1_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_pager_v1_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;

}

.tooltipster-content .section_pager_v1_item_tooltip_description {
    font-size:16px;
    line-height:16px;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}
/********************* Pager **************************************/
.section_pager_v2{
    display: inline-block;
    position: relative;
    width:100%;
    font-size:0px;
}

.pager_v2_container{
    display: block;
    position: relative;
    min-height:200px;
}

.section_pager_v2_item{
    display: block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    padding:0px 0px 0px 0px;
    background:#003a76;
}


.section_pager_v2_item:hover .section_pager_v2_item_text_background{
    background:rgba(0,58,118,0.77);
}

.section_pager_v2_item:hover .section_pager_v2_item_text{
    /*color: #00bdff;*/
}

.section_pager_v2_item_top{
    width:100%;
    height:0px;
    /*background:rgba(0, 0, 0, 0.0);*/
}


.section_pager_v2_item img{
    width:100%;
}

.section_pager_v2_item_text_background{
    text-align:left;
    padding-left:0px;
    z-index:100;
    position:absolute;
    width:100%;
    height:32px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    vertical-align:middle;
    background:rgba(0,22,71,0.77);
}

.section_pager_v2_item:hover .section_pager_v2_item_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v2_item_text_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}

.section_pager_v2_item_text{
    position:relative;
    display:inline-block;
    left:8px;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    overflow:hidden;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}

.section_pager_v2:hover .pager_v2_prevbuttondiv{
    visibility:visible;
}

.section_pager_v2:hover .pager_v2_nextbuttondiv{
    visibility:visible;
}

.section_pager_v2_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}

.tooltipster-content .section_pager_v2_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}

.tooltipster-content .section_pager_v2_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:24px;
}

.tooltipster-content .section_pager_v2_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_pager_v2_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;

}

.tooltipster-content .section_pager_v2_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}



/********************* Pager v5 **************************************/
.section_pager_v5{
    display: inline-block;
    position: relative;
    width:100%;
    font-size:0px;
}

.pager_v5_container{
    display: block;
    position: relative;
    margin-left:60px;
    margin-right:60px;
    min-height:200px;
}

.section_pager_v5_item{
    display: block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    padding:0px 0px 0px 0px;
    background:#003a76;
    max-width:200px;
    margin-left:60px;
    margin-right:60px;
}

.section_pager_v5_item:hover .section_pager_v5_item_text_background{
    background:rgba(0,58,118,0.77);
}

.section_pager_v5_item:hover .section_pager_v5_item_text{
    /*color: #00bdff;*/
}

.section_pager_v5_item_top{
    width:100%;
    height:0px;
    /*background:rgba(0, 0, 0, 0.0);*/
}

.section_pager_v5_item img{
    width:100%;
}

.section_pager_v5_item_text_background{
    text-align:left;
    padding-left:0px;
    z-index:100;
    position:absolute;
    width:100%;
    height:32px;
    left:0px;
    bottom:0px;
    overflow:hidden;
    vertical-align:middle;
    background:rgba(0,22,71,0.77);
}

.section_pager_v5_item:hover .section_pager_v5_item_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v5_item_text_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}


.section_pager_v5_item_text{
    position:relative;
    display:inline-block;
    left:8px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    overflow:hidden;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}



.section_pager_v5:hover .pager_v5_prevbuttondiv{
    visibility:visible;
}

.section_pager_v5:hover .pager_v5_nextbuttondiv{
    visibility:visible;
}

.pager_v5_prev_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


.pager_v5_next_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pager_v5_prev_button{
    position: absolute;
    display:block;
    top:0px;
    left: 0px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
.pager_v5_next_button{
    position: absolute;
    display:block;
    top:0px;
    right: 0px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}


.pager_v5_prevbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pager_v5_nextbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev_pager_v5 {
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
}

.next_pager_v5{
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
}

.prev_pager_v5:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_pager_v5:hover{
    background-image:url('../images/chevron_hover_right.png');
}

.prev_pager_v5:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_pager_v5:active{
    background-image:url('../images/chevron_active_right.png');
}

.section_pager_v5_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_pager_v5_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_pager_v5_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:24px;
}

.tooltipster-content .section_pager_v5_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_pager_v5_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;

}

.tooltipster-content .section_pager_v5_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}
/********************* Pager  v3**************************************/
.section_pager_v3{
    display: inline-block;
    position: relative;
    width:100%;
    font-size:0px;
}

.pager_v3_container{
    display: block;
    position: relative;
    margin-top: 16px;
    min-height:200px;
}

.section_pager_v3_item{
    display: block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    padding:0px 0px 0px 0px;
    background:#003a76;
}

.section_pager_v3_item:hover {

}


.section_pager_v3_item_top{
    width:100%;
    height:0px;
    /*background:rgba(0, 0, 0, 0.0);*/
}


.section_pager_v3_item img{
    width:100%;
}

.section_pager_v3_item_text_background{
    text-align:left;
    padding-left:0px;
    position:relative;
    width:100%;
    height:32px;
    left:0px;
    top:0px;
    overflow:hidden;
    vertical-align:middle;
    background:#1f2a40;
}

.section_pager_v3_item:hover .section_pager_v3_item_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v3_item_text_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}


.section_pager_v3_item_text{
    position:relative;
    display:inline-block;
    left:8px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}



.section_pager_v3:hover .pager_v3_prevbuttondiv{
    visibility:visible;
}

.section_pager_v3:hover .pager_v3_nextbuttondiv{
    visibility:visible;
}

.pager_v3_prev_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


.pager_v3_next_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pager_v3_prev_button{
    position: absolute;
    display:block;
    top:0px;
    left: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
.pager_v3_next_button{
    position: absolute;
    display:block;
    top:0px;
    right: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}


.pager_v3_prevbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pager_v3_nextbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev_pager_v3 {
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
}

.next_pager_v3{
    position: relative;
    display:inline-block;
    width:48px;
    height:48px;
    top:-10px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
}

.prev_pager_v3:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_pager_v3:hover{
    background-image:url('../images/chevron_hover_right.png');
}

.prev_pager_v3:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_pager_v3:active {
    background-image:url('../images/chevron_active_right.png');
}

.section_pager_v3_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_pager_v3_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_pager_v3_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:210px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:16px;
}

.tooltipster-content .section_pager_v3_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_pager_v3_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;
}

.tooltipster-content .section_pager_v3_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}

/********************* Pager v4**************************************/
.section_pager_v4{
    display: inline-block;
    position: relative;
    width:100%;
    font-size:0px;
}

.pager_v4_container{
    display: block;
    position: relative;
    min-height:200px;
}

.section_pager_v4_item_first{
    width:300px;
}

.owl-item .section_pager_v4_item_first{
    width:100%;
}

.section_pager_v4_item_first_top{
    width:100%;
    height:0px;
    line-height:0px;
}

.section_pager_v4_item_first img{
    width:100%;
}

.section_pager_v4_item_first_text_background{
    text-align:left;
    padding-left:0px;
    z-index:100;
    position:absolute;
    width:100%;
    height:30px;
    left:0px;
    bottom:0px;
    background:rgba(00,22,71,0.8);
    overflow:hidden;
    vertical-align:middle;
}

.section_pager_v4_item:hover .section_pager_v4_item_first_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v4_item_text_first_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}


.section_pager_v4_item_first_text{
    position:absolute;
    left:12px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:32px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}


.section_pager_v4_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_pager_v4_first_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}

.tooltipster-content .section_pager_v4_first_tooltip_button_area{
    position:relative;
    bottom:0px;
    margin-top:16px;
}



.tooltipster-content .section_pager_v4_first_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:210px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
}


.tooltipster-content .section_pager_v4_item_first_tooltip_text{
    font-family: 'Arial', Tahoma, Geneva, sans-serif;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;
}

.tooltipster-content .section_pager_v4_item_first_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}



.section_pager_v4_item_four_items_container{
    display:block;
    position: relative;
    width:100%;
    height:100%;
}

.section_pager_v4_item_four_items{
    display: table;
    position: relative;
    width:100%;
}


.section_pager_v4_item_row{
    display:table-row;
    position:relative;
    width:100%;
    height:100%;
}


.section_pager_v4_item{
    display: table-cell;
    position: relative;

    text-align: left;
    vertical-align:text-top;
    padding:0px 0px 0px 0px;

    background:#1f2a40;
}

.section_pager_v4_item:hover {

}


.section_pager_v4_item_top{
    width:100%;
    height:0px;
    line-height:0px;
    /*background:rgba(0, 0, 0, 0.0);*/
}


.section_pager_v4_item img{
    width:100%;
}

.section_pager_v4_item_text_background{
    text-align:left;
    padding-left:0px;
    z-index:100;
    position:absolute;
    width:100%;
    height:30px;
    left:0px;
    bottom:0px;
    background:rgba(00,22,71,0.8);
    overflow:hidden;
    vertical-align:middle;
}

.section_pager_v4_item:hover .section_pager_v4_item_text{
    text-decoration: none;
    /*color:#00bdff;*/
    /*border-bottom:1px solid #00bdff;*/

}

.section_pager_v4_item_text_container{
    position: relative;
    text-align:left;
    height:100%;
    width:100%;
    vertical-align:bottom;
}


.section_pager_v4_item_text{
    position:absolute;
    left:12px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:32px;
    text-decoration:none;
    color:#ffffff;
    /*border-bottom:1px solid rgba(0,0,0,0);*/
}



.section_pager_v4:hover .pager_v4_prevbuttondiv{
    visibility:visible;
}

.section_pager_v4:hover .pager_v4_nextbuttondiv{
    visibility:visible;
}

.pager_v4_prev_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


.pager_v4_next_button a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.pager_v4_prev_button{
    position: absolute;
    display:block;
    top:0px;
    left: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
.pager_v4_next_button{
    position: absolute;
    display:block;
    top:0px;
    right: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}


.pager_v4_prevbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pager_v4_nextbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev_pager_v4 {
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
}

.next_pager_v4{
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
}

.prev_pager_v4:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_pager_v4:hover{
    background-image:url('../images/chevron_hover_right.png');
}

.prev_pager_v4:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_pager_v4:active{
    background-image:url('../images/chevron_active_right.png');
}

.section_pager_v4_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_pager_v4_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_pager_v4_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:210px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
}

.tooltipster-content .section_pager_v4_tooltip_button_area{
    position:relative;
    bottom:0px;
    margin-top:16px;
}

.tooltipster-content .section_pager_v4_item_tooltip_text{
    font-family: 'Arial', Tahoma, Geneva, sans-serif;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;
}

.tooltipster-content .section_pager_v4_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}

/********************* EPG containers ********************************/

.epg_main_content{
    margin-top:30px;
}

.controlbuttons{
    width:100%;
    height:44px;
    padding-top:2px;
    background: rgba(200, 200, 200, 0.3);
    border:2px solid rgba(0,0,0,0);
}

#prevButton{
    position:absolute;
    top:0px;
    left:0px;

}

.epg_prev_button_div{
    width:30px;
    height:150px;
    background:#FFFFFF;
    vertical-align: middle;
    text-align: center;
    /*display:table-cell;*/
    display: none;
}

.epg_prev_button_content{
    display:inline-block;
    position:relative;
    background-image:url('../images/playback_items_prev.png');
    background-repeat:no-repeat;
    width:17px;
    height:19px;
}

#nextButton{
    position:absolute;
    top:0px;
    right:0px;
}

.epg_next_button_content{
    display:inline-block;
    position:relative;
    background-image:url('../images/playback_items_next.png');
    background-repeat:no-repeat;
    width:17px;
    height:19px;
}

.epg_next_button_div{
    width:30px;
    height:150px;
    background:#FFFFFF;
    vertical-align: middle;
    text-align: center;
    /*display:table-cell;*/
    display: none;
}

.main_epg_top{
    position:absolute;
    height:150px;
    display: block;
    margin-left:30px;
    margin-right:30px;
}

.new_live_epg_area{
    padding-bottom:20px;
    width: auto;
    max-width: 960px;
    min-height: 360px;
    margin: 0 auto;
    display: block;
    padding: 20px;
}

@media only screen and (max-width :640px) {

    .new_live_epg_area{
        padding: 10px;
    }
}

#new_live_epg_container {
    background: #ffffff;
}

.main_epg_container {
    display: inline-block;
    position: relative;
    width:100%;
    text-align: left;
    vertical-align:text-top;
    min-height:150px;
    padding-top:10px;
    padding-bottom:20px;
}

.epg_date_main_container{
    padding-top: 20px;
}

.main_epg{
    display: block;
    position: relative;
    margin-left:30px;
    margin-right:30px;
}

.epg_main_item{
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align:text-top;
    width:100%;
    height:100%;
}

.timeline_channel_selector_table {
    display: none;
}

.main_row{
    /*width:202px;*/
}

.program_description{
    display: none;
}

.programinfodiv_hidden{
    display: none;
}

.close_dialog {
    position:relative;
    float:right;
    top: 0%;
}

.objectinfo {
    padding:10px;
}

.programinfodiv_visible{
    background:#FFFFFF;
    border:1px solid #000000;
    top: 50%;
    left: 50%;
    width:300px;
    min-height:100px;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    position:fixed;
    overflow:visible;
    padding:10px;
    z-index:99999;
    line-height:14px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    color:#383633;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.timeline_divider {
    position:relative;
}

.timeline_time_text {
    font-size: 10px;
    color: #a6a39c;
    font-weight: normal;
    padding: 5px;
    overflow: hidden;
}

.timeline_time_text:before, .timeline_time_text:after {
    background-color: #a6a39c;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.timeline_time_text:before {
    right: 0.5em;
    margin-left: -50%;
}

.timeline_time_text:after {
    left: 0.5em;
    margin-right: -50%;
}

.epg_table{
    display: table;
    position: relative;
    text-align: center;
    vertical-align:top;
    font-size:18px;
    font-weight:normal;
    text-decoration:none;
    width: 100%;
}

.epg_table td {
    vertical-align: top;
}

.epgDescription {
    margin: 0 0 10px 0;
    display: none;
    font-size: 12px;
    line-height: 20px;
}

.livestream_heading{
    text-align: center;
    vertical-align:text-top;
    display: inline-block;
    padding-top:10px;
}

.livestream_heading img{
    text-align: center;
    display:inline-block;
    position:relative;
    max-height:100px;
    max-width:180px;
}

.livestream_heading a {
    color:#950d26;
}

.livestream_heading a:hover{
    color:#950d26;
}

.livestream_heading_container{
    display: block;
    top:0px;
    position: relative;
    vertical-align:middle;
    text-align:center;
    width:100%;
    height:150px;
}

.livestream_heading_container:hover .livestream_heading_title{
    color:#172951;
}

.timeline_table td.livestream_heading_td{
    text-align:center;
    vertical-align:text-top;
    padding-bottom:10px;
    border-bottom: 0;
}

.livestream_heading_title{
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight:normal;
    width:100%;
    height:30px;
    padding-top:3px;
    line-height:14px;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#383633;
    overflow:hidden;
    background:#FFFFFF;
}

.timeline_table_row{
    background-color: #f5f4f0;
    border-bottom: 2px solid #ffffff;
}

.timeline_table_row_1{
}

.timeline_table_row_current{
}

.timeline_table_clear_row{
    font-size:12px;
}

.timeline_table{
    border: none;
    width: 100%;
    /*border-collapse: separate;*/
}

.timeline_table td {
}

.timeline_table tr:last-child td {
    border-bottom: 0;
}

.programs_table_row{
}

.timeline_table tr:hover{

}

.timeline_table a:hover{
    color:#950d26;
}

table.timeline_table tr:hover > td {
    cursor: pointer;
}

table.timeline_table tr:hover > td.program_time {
    background: #bbbbbb;
}

table.timeline_table tr:hover > td.program_title {
    background: #dddddd;
}

table.timeline_table tr.timeline_table_row_current:hover > td.program_time {
    background: #950d26;
}

table.timeline_table tr.timeline_table_row_current:hover > td.program_title {
    background: #950d26;
}

.programs_div{
    display: inline-block;
    position: relative;
}

.program_title {
    padding: 7px 5px 5px 15px;
    vertical-align:top;
    text-align:left;
    line-height:40px;
    font-size: 14px;
    color:#383633;
}

.program_title a {
    color:#383633;
    text-align:left;
    text-decoration: none;
}

.program_title_in_dvr a{
    color:#383633;
    font-weight:normal;
    font-style:italic;
    text-decoration: none;
}

.program_title a:hover{
    color:#950d26;
}

.program_time{
    padding: 5px;
    width: 80px;
    text-align:center;
    vertical-align:top;
    font-size: 18px;
    color:#383633;
    line-height: 40px;
    background-color: #e3e1de;
}

.timeline_table .current_program_title{
    padding: 7px 5px 5px 15px;
    vertical-align:top;
    text-align:left;
    font-weight:normal;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    background: #950d26;
    border: 0;
}
.current_program_title a{
    color:#FFFFFF;
    text-decoration: none;
}
.current_program_title a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

.timeline_table .current_program_time{
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 20px;
    color: #FFFFFF;
    background: #950d26;
    line-height: 40px;
    border: 0;
}

.objectinfo_channel_area {
    display:inline-block;
    position:relative;
    max-width:100px;
    padding:2px;
    text-align:center;
}

.objectinfo_channel_area:hover .object_info_channel_title{
     color:#f0c82b;
}

.ndvr_play_button_area{
    display:inline-block;
    position:relative;
    padding-bottom:10px;
}

.object_info_content_area{
    width:100%;
    height:150px;
    display:inline-block;
    position:relative;
}

.object_info_title_area {
    font-family:'arial', Verdana, sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:18px;
    width:100%;
}

.object_info_description_area {
    width:100%;
    font-family:'arial', Verdana, sans-serif;
    font-size:16px;
    font-weight:normal;
    width:100%;
}

.object_info_dialog_image{
    text-align: center;
    padding-left:4px;
    width:50px;
    max-height:50px;
}

.object_info_channel_title{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#383633;
}

.info_view_link a{
    color:#f0c82b;
}

.co_view_title{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    display: inline-block;
    position: relative;
    margin-bottom:30px;
    color:#ffffff;
}

.co_view_datetime{
    margin-left:20px;
    margin-top:20px;
}

.co_view_description {
    display: inline-block;
    position: relative;
    margin-bottom:30px;
    font-family:arial, geneva, helvetica, sans-serif;
    color:#ffffff;
}

.co_view_image{
    text-align: center;
    padding-left:4px;
    margin-left:20px;
    margin-top:20px;
}

.co_view_objectinfo{
    display: inline-block;
    position: relative;
    vertical-align:top;
    max-width:500px;
    padding-left:30px;
    margin-top:20px;

}

.co_view_content{
    margin-top:50px;
    display: inline-block;
    position: relative;
}

.datebar{
   width:100%;
   display:inline-block;
   margin-bottom:0px;
}

.daybuttons{
    padding:0px;
    display:block;
    margin: 0 auto;
    font-size:0px;
    margin-top:10px;
}

.daybuttons a, .daybuttons span {

}

.daybuttons_date {
    display: block;
    position: relative;
    padding:15px;
    font-weight: bold;
    font-size:24px;
    color: #383633;
}

.dayButton{
    cursor:pointer;
    display:inline-block;
    margin-left:16px;
    background: #1f2a40;
    border: 0;
    font-size:18px;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    min-width: 120px;
    padding-left:8px;
    padding-right:8px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 34px;
    vertical-align:middle;
}

#todayButton_disabled{
    background:rgba(44,88,170,0.5);
    color: #ffffff;
}

#todayButton_disabled:hover{
    background:rgba(44,88,170,0.75);
}

.dayButton:hover {
    background: #172951;
    border: none;
    color: #ffffff;
    text-decoration: none;
}

.dayButton:active {
    background: #e3e1de;
    border: none;
    color: #383633;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dayButton a {
    text-decoration:none;

}
.dayButton a:link {
    text-decoration:none;
}

.dayButton a:visited {
    text-decoration: none;
}

.dayButton a:active {

}

.dayButton a:hover {
    /*background:#339966;*/
}

.dayButton input {
    padding:5px 5px 5px 5px;
}

/******************* epg date selector ****************************/
.epg_date_left_arrow, .epg_date_right_arrow {
    height: 60px;
    width: 60px;
    background-position:center;
    background-image:url('../images/epg_arrow_previous.png');
    background-repeat:no-repeat;
    background-color: transparent;
    background-size: 40px;
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
}

.epg_date_right_arrow {
    background-image:url('../images/epg_arrow_next.png');
    background-size: 40px;
    float: right;
}

.epg_date_left_arrow:hover {
    background-image:url('../images/epg_arrow_previous_hover.png');
    background-size: 40px;
    background-color: #eeeeee;
}

.epg_date_right_arrow:hover {
    background-image:url('../images/epg_arrow_next_hover.png');
    background-size: 40px;
    background-color: #eeeeee;
}

.epg_date_left_arrow_disabled, .epg_date_right_arrow_disabled {
    height: 60px;
    width: 60px;
    background-position:center;
    background-image:url('../images/epg_arrow_previous.png');
    background-repeat:no-repeat;
    background-color: transparent;
    background-size: 40px;
    display: none;
    position: relative;
    float: left;
    opacity: 0.5;
    cursor: default;
}

.epg_date_right_arrow_disabled {
    background-image:url('../images/epg_arrow_next.png');
    float: right;
}

.epg_date_carousel {
    width: calc(100% - 120px);
    display: block;
    float: left;
    height: 62px;
    overflow: hidden;
}

.epg_date_list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 60px;
    min-width: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: 0.25s;
    pointer-events: auto;
}

.epg_date_list li {
    display: inline-block;
    width: 14.286%;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #a6a39c;
}

.epg_date_list li a {
    color: #a6a39c;
    display: block;
    height: 100%;
}

.epg_date_list li a:hover {
    background: #eeeeee;
}

.epg_date_list li.active a {
    color: #950d26;
}

.epg_date_list li.active {
    border-bottom: 2px solid #950d26;
}

.epg_date_date_wrapper {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    white-space: normal;
    padding-top: 5px;
}

.epg_date_weekday {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

.epg_date_date {
    width: 100%;
    display: inline-block;
}

@media only screen and (max-width :680px) {

    .epg_date_list li {
        width: 100%;
        pointer-events: none;
        border-bottom: 2px solid #950d26;
    }

    .epg_date_list li a {
        color: #950d26;
    }
}

@media only screen and (max-width :640px) {

    video {
        width: 100%;
    }
}

/********************* movie view containers ********************************/

.movie_object_main_content {
    margin:80px auto 0;
    padding:20px;
    vertical-align:text-top;
    color:#FFFFFF;
    text-align: center;
    max-width: 1200px;
}

.movie_object_main_content p {
    text-align: left;
}

.movie_object_main_content video {
    width: 80%;
    margin: auto;
    display: block;
}

@media only screen and (max-width :640px) {

    .movie_object_main_content {
        padding: 10px;
    }

    .movie_object_main_content video {
        width: 90%;
    }
}

.movie_content_area{
    display: inline-block;
    position: relative;
    vertical-align:top;
    margin: auto;
}

.movie_image_area{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin:16px;
    padding:16px;
}

.movie_image_area img{
    max-width: 350px;
}

.movie_subscription_required_area{
    font-size:18px;
    font-weight:bold;
}

.movie_object_info {
    display: inline-block;
    position: relative;
    vertical-align:top;
    padding:16px;
    margin: 20px;
    background: #ffffff;
    color: #000000;
}

.movie_object_info a {
    color: #950d26;
}

@media only screen and (max-width :640px) {
    .movie_object_info{
        padding: 0;
        margin: 20px 0;
    }
}

.movie_title{
    font-size:18px;
    font-weight:bold;
    color:#FFFFFF;
}

.movie_object_info p {
    text-align: left;
}

.playback_backbutton {
    cursor:pointer;
    position:relative;
    height:17px;
}

.movieview_backbutton{
    display:table;
    vertical-align:middle;
    padding: 10px 20px 10px 10px;
    background: #1f2a40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.movieview_backbutton a {
    color: #ffffff;
}

.movieview_backbutton:hover {
    background-color: #f0c82b;
}

.movieview_backbutton_text{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    font-size:16px;
    bottom:0px;
}

.movieview_backbutton_left{
    position:relative;
    display:table-cell;
    bottom:0px;
    width:17px;
    height:100%;
    background-position:center;
    background-image:url('../images/chevron_plain_left_white.png');
    background-repeat:no-repeat;
}

.movieview_backbutton:hover .movieview_backbutton_left{
    color:#ffffff;
}

.movieview_backbutton:hover .movieview_backbutton_text{
    color:#ffffff;
}

#object_playback_view{
    background:rgb(0,0,0); /*fallback*/
    background:rgba(0,0,0, 0.8);
    display: inline-block;
    position: relative;
    z-index:100;
    text-align:center;
    border:1px solid #666666;
}

.object_player_snippet_title{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    vertical-align:middle;
}

.object_player_snippet{
    width:640px;
    height:320px;
    position:relative;
    display:block;
}

.object_playback_view_hidden{
    visibility:hidden;
}

.object_playback_view_visible{
    visibility:visible;
}

.object_player{
    width:100%;
    height:100%;
}

.object_player_close_dialog {
    position:relative;
    float:right;
    top: 0%;
    min-width:60px;
}

.object_player_snippet_right_content{
    position: absolute;
    width:100px;
    float:right;
    top:30%;
    right:0%;
    margin-right:20px;

}

/********************* section containers ********************************/


.section_container_div{
    display: block;
    position: relative;
    width:100%;
    padding: 0;
    background:  transparent;
}

.section_data_content{
    display: block;
    position: relative;
}

.section_heading{
    display: inline-block;
    position: relative;
    /*height:56px;*/
    width:100%;
    vertical-align:bottom;
}

.section_no_title_area{
    height: 56px;
    width:100%;
}

.section_heading_content{
    position: relative;
    display:inline-block;
    width:100%;
    height:100%;
    text-align:center;

}

.section_heading_container{
    display:table;
    width:100%;
    height:100%;
}

.section_heading_title{
    display:none;
    font-size:28px;
    line-height:32px;
    color: #ffffff;
    font-weight:normal;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    vertical-align:bottom;
    padding-bottom: 8px;
}

.section_heading_title_text {

}

.section_heading_title_left {

}

.section_heading_title_right{

}

.section_heading_bottom{

}

.landing_heading{
    height:50px;
}
/********************* live section V1 ********************************/
.section_live_v1{
    width:100%;
}
.videosection_content{
    width:100%;
    display: inline-block;
    position: relative;
}



/********************* promo_v1 ***************************************/

.section_promo_v1{
    display: inline-block;
    position: relative;
    width:100%;
    /*min-height:200px;*/
    padding:0px;
    margin:0px;
    font-size:0px;
}

.section_promo_v1_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:top;
    width:100%;
}


.section_promo_v1_item:hover .section_promo_v1_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
}


.section_promo_v1_item img{
    position:relative;
    left:0%;
    top:0%;
    width:100%;
    /*height:100%;*/
}


.section_promo_v1_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}


.promo_v1_item_text_cell{
    z-index: 1;
    width: 25%;
}

.section_promo_v1_item_textarea{
    width:100%;
}

.section_promo_v1_item_table{
    width:100%;
    margin:0px;
}


.section_promo_v1_item_table #text{
    vertical-align:top;
    background: #1f2a40;
}

.section_promo_v1_item_text{
    position: relative;
    display:inline-block;
    font-size:32px;
    color:#FFFFFF;
    padding-top:32px;
    padding-left:16px;
    padding-right:16px;
}

.section_promo_v1_item_description{
    position: relative;
    display:inline-block;
    font-size:16px;
    text-decoration:none;
    color:#ffffff;
    padding-top:32px;
    padding-left:16px;
    padding-right:16px;
}




.promo_v1_prev_button{
    position: absolute;
    display:block;
    top:0px;
    left: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}

.promo_v1_next_button{
    position: absolute;
    display:block;
    top:0px;
    right: 16px;
    width: 48px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}


.section_promo_v1:hover .prevbuttondiv{
    visibility:visible;
}

.section_promo_v1:hover .nextbuttondiv{
    visibility:visible;
}


.prevbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.nextbuttondiv {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev_promo_v1 {
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
}

.next_promo_v1{
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
}

.prev_promo_v1:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_promo_v1:hover{
    background-image:url('../images/chevron_hover_right.png');
}
.prev_promo_v1:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_promo_v1:active{
    background-image:url('../images/chevron_active_right.png');
}

@media only screen and (max-width :640px) {
    .section_promo_v1_item_table td{
        display: block;
    }
    
    .section_promo_v1_item_table td.promo_v1_item_text_cell {
        width: 100%;
    }
    
    
    .section_promo_v1_item_text {
        padding-top: 16px;
    }

    
    .section_promo_v1_item_description {
        padding-top: 16px;
        padding-bottom: 16px;
    }

}

/********************* promo_v2 ***************************************/

.section_promo_v2{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_promo_v2_item{
    display: inline-block;
    position: relative;
    vertical-align:text-top;
    margin-left:0px;
    margin-right:0px;
    width:264px;

    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_promo_v2_item:hover .section_promo_v2_item_text_background{
    background: #172951;
}

.section_promo_v2_item:hover .section_promo_v2_item_text{
    color: #ffffff;
}


.section_promo_v2_item:hover .section_promo_v2_item_top{

}


.section_promo_v2_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);

}


.section_promo_v2_item img{
    width:100%;
}

.section_promo_v2_item_text_background{
    background:#1f2a40;
    padding-right:16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.section_promo_v2_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:32px;
    line-height:18px;
    overflow:hidden;
}



.section_promo_v2_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_promo_v2_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_promo_v2_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom: 24px;
}

.tooltipster-content .section_promo_v2_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_promo_v2_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;

}

.tooltipster-content .section_promo_v2_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}




/********************* promo_v3 ***************************************/

.section_promo_v3{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_promo_v3_item{
    display: inline-block;
    position: relative;
    text-align: left;
    width:256px;

    vertical-align:text-top;
    background: #1f2a40;
    line-height:0px;

    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);


}

.section_promo_v3_item:hover .section_promo_v3_item_text_background{
    background: #172951;
}

.section_promo_v3_item:hover .section_promo_v3_item_text{
    color: #ffffff;
}

.section_promo_v3_item:hover .section_promo_v3_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #1f2a40;
}


.section_promo_v3_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}


.section_promo_v3_item img{
    width:256px;
}

.section_promo_v3_item_text_background{
    background:#1f2a40;
    padding-right:16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.section_promo_v3_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:32px;
    line-height:18px;
    overflow:hidden;
}

.section_promo_v3_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_promo_v3_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_promo_v3_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:24px;
}

.tooltipster-content .section_promo_v3_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_promo_v3_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;
}

.tooltipster-content .section_promo_v3_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}

/********************* promo_v4 ***************************************/

.section_promo_v4{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_promo_v4_item{
    display: inline-block;
    position: relative;
    text-align: left;
    width:138px;
    vertical-align:text-top;

    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_promo_v4_item:hover .section_promo_v4_item_text_background{
    background: #172951;
}

.section_promo_v4_item:hover .section_promo_v4_item_text{
    color: #ffffff;
}

.section_promo_v4_item:hover .section_promo_v4_item_top{

}

.section_promo_v4_item:hover .section_promo_v4_item_text{
    text-decoration: none;
    /*color: #00bdff;*/
}



.section_promo_v4_item_top{
    width:100%;
    height:0px;
}


.section_promo_v4_item img{
    width:100%;
}


.section_promo_v4_item_text_background{
    width:100%;
    max-width:138px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin:0px;
    background:#1f2a40;
}

.section_promo_v4_item_text_area{
    padding:0px;
    margin:0px;
}

.section_promo_v4_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:36px;
    line-height:18px;
    margin-left:16px;
    padding-right:16px;
    overflow:hidden;

}

.section_promo_v4_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_promo_v4_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_promo_v4_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:24px;
}

.tooltipster-content .section_promo_v4_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_promo_v4_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#383633;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;
}

.tooltipster-content .section_promo_v4_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#383633;
    margin-right:10px;
    padding-bottom:10px;
}

/********************* generic_v1**************************************/
.section_generic_v1{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:100px;
}

.section_generic_v1_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    line-height:0px;
    margin:0px;
    background: #1f2a40;

    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;
    text-transform:uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_generic_v1_item:hover .section_generic_v1_item_top{
    background:#172951;
    text-decoration: none;

}

.section_generic_v1_item:hover {

}

.section_generic_v1_item_top{
    width:100%;
    height:4px;
    background: #1f2a40;
}


.section_generic_v1_item img{
    width:137px;

}

/********************* generic_v2**************************************/
.section_generic_v2{
    display: inline-block;
    position: relative;
    margin-bottom:4px;
    min-height:200px;
}


.section_generic_v2_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    margin-bottom:2px;
    background: #1f2a40;
    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;
    text-transform:uppercase;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_generic_v2_item:hover {
}


.section_generic_v2_item:hover .section_generic_v2_item_top{
    background:#172951;

}

.section_generic_v2_item:hover .section_generic_v2_item_text{

}

.section_generic_v2_item_top{
    width:100%;
    height:4px;
    background:#1f2a40;
}


.section_generic_v2_item img{
     width:137px;
}

.section_generic_v2_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:18px;
    line-height:18px;
    overflow:hidden;
    padding-right:16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

/********************* generic_v3**************************************/
.section_generic_v3{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_generic_v3_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    width:200px;
    background:#1f2a40;
    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_generic_v3_item:hover {
    background:#172951;

}

.section_generic_v3_item:hover .section_generic_v3_item_text{
    color:#ffffff;
}

.section_generic_v3_item:hover .section_generic_v3_item_top{
    text-decoration: none;

}


.section_generic_v3_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}


.section_generic_v3_item img{
     width:100%;
}

.section_generic_v3_item_text_background{
    padding-right:16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.section_generic_v3_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:36px;
    line-height:18px;
    overflow:hidden;


}


/********************* generic_v4**************************************/
.section_generic_v4{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_generic_v4_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    background:#1f2a40;
    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_generic_v4_item:hover .section_generic_v4_item_top{

}


.section_generic_v4_item:hover {
    background:#172951;

}

.section_generic_v4_item:hover .section_generic_v4_item_text{
    color:#ffffff;
}


.section_generic_v4_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}


.section_generic_v4_item img{

}

.section_generic_v4_item_text{
    position:relative;
    display:inline-block;
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    font-weight:normal;
    color:#ffffff;
    text-decoration:none;
    padding-top:2px;
    width:100%;
    left:10px;
    margin-right:10px;
    margin-top:16px;
    margin-bottom:16px;
}


/********************* generic_v5**************************************/
.section_generic_v5{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_generic_v5_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    background:#1f2a40;
    margin:4px;
    padding:8px;
    margin-bottom:4px;
}

.section_generic_v5_item:hover .section_generic_v5_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.section_generic_v5_item:hover {
    background:#172951;
}

.section_generic_v5_item:hover .section_generic_v5_item_text{
    color:#ffffff;
}

.section_generic_v5_item_top{
    width:100%;
    height:0px;
}


.section_generic_v5_item img{

}

.section_generic_v5_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    font-weight:normal;
    color:#ffffff;
    text-decoration:none;
    width:100%;
    margin-top:-5px;
    margin-bottom:5px;
}

/********************* generic_v6**************************************/
.section_generic_v6{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_generic_v6_item{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align:text-top;
    background:#1f2a40;
    margin:8px;
    padding:8px;
    margin-bottom:4px;

}

.section_generic_v6_item:hover {
    background:#172951;
}

.section_generic_v6_item:hover .section_generic_v6_item_text{
    color:#ffffff;
}

.section_generic_v6_item_top{
    width:100%;
    height:0px;
}


.section_generic_v6_item img{

}

.section_generic_v6_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    font-weight:normal;
    color:#ffffff;
    text-decoration:none;
    width:100%;
    margin-top:-5px;
    margin-bottom:5px;
}

/********************* generic_v7**************************************/
.section_generic_v7{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_generic_v7_item{
    display: inline-block;
    position: relative;
    text-align: left;
    width:150px;
    vertical-align:text-top;
    background:rgba(0, 0, 0, 0.3);
}

.section_generic_v7_item:hover .section_generic_v7_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #1f2a40;
}

.section_generic_v7_item:hover{
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #9fa0a4 51%, #58585a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(51%,#9fa0a4), color-stop(100%,#58585a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#9fa0a4 51%,#58585a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%,#9fa0a4 51%,#58585a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%,#9fa0a4 51%,#58585a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%,#9fa0a4 51%,#58585a 100%); /* W3C */
}

.section_generic_v7_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}

.section_generic_v7_item img{
    max-width:150px;

}

.section_generic_v7_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    text-decoration:none;
    color:#ffffff;
    width:100%;
    background: rgba(55, 55, 55, 0.5);
}

/********************* ad_v1 ***************************************/
.section_ad_v1{

}

.section_ad_v1_item{
    display: inline-block;
    position: relative;
    text-align: left;
    width:100%;
}


.section_ad_v1_item:hover .section_ad_v1_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #1f2a40;
}


.section_ad_v1_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}


.section_ad_v1_item img{
}


.section_ad_v1_html_container{
    display: inline-block;
    position: relative;
    width:100%;
}

.section_ad_v1_item_image{
    display: inline-block;
    position: relative;
    width:100%;
}

.section_ad_v1_item_image img{
    width:100%;
}


/***********************section_promo_product_v1 **********************/

.section_promo_product_v1_container{
     width:100%;
}

.section_promo_product_v1{
    display: inline-block;
    position: relative;
    width:100%;
    min-height:200px;
    padding:0px;
    margin:0px;
    font-size:0px;
}

.promo_product_v1_carouseldiv{
    width:100%;
    display:inline-block;
    position:relative;
}

.section_promo_product_v1{
    display: inline-block;
    position: relative;
    width:100%;
    min-height:200px;
    padding:0px;
    margin:0px;
    font-size:0px;
}

.section_promo_product_v1_item{
    display: block;
    position: relative;
    text-align: left;
    vertical-align:top;
    width:100%;
}

.section_promo_product_v1_item_table{

}

.section_promo_product_v1_item:hover .section_promo_product_v1_item_top{
    background:rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.section_promo_product_v1_img{
    left:0%;
    top:0%;
    width:75%;
}

.section_promo_product_v1_item img{
    left:0%;
    top:0%;
    padding-right:25%;
}

.section_promo_product_v1_item_image{

}


.section_promo_product_v1_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);
}



.promo_product_v1_item_text_cell{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:25%;
    background:#e3e1de;

}

.section_promo_product_v1_item_start_date{
    display:inline-block;
    position:relative;
    width:100%;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:24px;
    font-weight:bold;
    font-weight: bold;
    color: #172951;
    line-height: 24px;
    min-height: 32px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}



.section_promo_product_v1_item_textarea{
    display:inline-block;
    position:relative;
    margin-bottom:100px;
    line-height:0px;
    color:#383633;
    margin-right: 0;
}


.section_promo_product_v1_item_purchase_area{
    width:100%;
    position:absolute;
    bottom:0px;
    background:#172951;
    height:106px;
    bottom:0px;
    text-align:left;
}

.product_v1_purchase_area_container{
    line-height:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    width:100%;
}



.product_v1_buy_container{
    position:absolute;
    display:inline-block;
    right:10px;
    top:10px;
    text-align:left;
}

.product_v1_price_container{
    position:relative;
    display:inline-block;
    left:10px;
    top:10px;
   height:56px;
}

.product_v1_price_area{
    position:relative;
    display:inline-block;
    height:42px;
    color:#e3e1de;
    padding:5px;
    margin:10px;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:40px;
    font-weight:bold;
    line-height:42px;
}

.product_v1_buy_button{
    position:relative;
    display:inline-block;
    background:#e3e1de;
    color:#172951;
    padding:5px;
    margin:10px;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:56px;
    text-transform:uppercase;
    height:56px;
}

.section_promo_product_v1_item_text{
    position: relative;
    display:inline-block;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:32px;
    font-weight:bold;
    color:#383633;
    line-height:32px;
    min-height:64px;
    padding-top:32px;
    padding-left:16px;
    padding-right:16px;
}

.section_promo_product_v1_item_description{
    position: relative;
    display:inline-block;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:16px;
    line-height:16px;
    text-decoration:none;
    color:#383633;
    padding-top:32px;
    padding-left:16px;
    padding-right:16px;
    overflow:hidden;
}

/****************** Smaller screen **/
@media only screen
and (max-width : 1000px) {

.section_promo_product_v1_img{
    left:0%;
    top:0%;
    width:100%;
}

.section_promo_product_v1_item img{
    left:0%;
    top:0%;
    padding-right:0%;
}

.section_promo_product_v1_item_text{
    padding-top:16px;
    padding-left:16px;
    padding-right:16px;
    min-height:32px;
}

.section_promo_product_v1_item_textarea{
    margin-bottom:0px;
}

.section_promo_product_v1_item_description{
    visibility:hidden;
    height:0px;
    padding: 0px;
    line-height: 0px;
}

.section_promo_product_v1_item_purchase_area{
    position:relative;
    display:inline-block;
    width:100%;
}

.promo_product_v1_item_text_cell{
    position:relative;
    display:inline-block;
    width:100%;
}

}

.promo_product_v1_prev_button{

}

.promo_product_v1_prev_button_area{
    position: absolute;
    display:block;
    top:0px;
    left: 10px;
    z-index:0;
    width: 0px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}

.promo_product_v1_next_button_area{
    position: absolute;
    display:block;
    top:0px;
    right:60px;
    z-index:0;
    width: 0px;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
.promo_product_v1_next_button{

}


.section_promo_product_v1:hover .prevbuttondiv{
    visibility:visible;
}

.section_promo_v1:hover .nextbuttondiv{
    visibility:visible;
}




.prev_promo_product_v1 {
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_left.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index:50;
}

.next_promo_product_v1{
    position: relative;
    display:inline-block;
    top:-10px;
    width:48px;
    height:48px;
    background-image:url('../images/chevron_right.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index:50;
}

.prev_promo_product_v1:hover {
    background-image:url('../images/chevron_hover_left.png');
}

.next_promo_product_v1:hover{
    background-image:url('../images/chevron_hover_right.png');
}
.prev_promo_product_v1:active {
    background-image:url('../images/chevron_active_left.png');
}

.next_promo_product_v1:active{
    background-image:url('../images/chevron_active_right.png');
}




/********************* promo_product_v2 ***************************************/

.section_promo_product_v2{
    display: inline-block;
    position: relative;
    margin-bottom:8px;
    margin-top:8px;
    min-height:200px;
}

.section_promo_product_v2_item{
    display: inline-block;
    position: relative;
    vertical-align:text-top;
    margin-left:0px;
    margin-right:0px;
    width:264px;

    margin:0px;
    margin-bottom:8px;
    margin-top:8px;
    line-height:0px;
    margin-right:8px;
    margin-left:8px;
    padding:0px;
    border:0px solid transparent;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.section_promo_product_v2_item:hover .section_promo_product_v2_item_text_background{
    background: #00bdff;
}

.sectionpromo_product_v2_item:hover .sectionpromo_product_v2_item_text{
    color: #000000;
}


.section_promo_product_v2_item:hover .section_promo_product_v2_item_top{

}


.section_promo_product_v2_item_top{
    width:100%;
    height:0px;
    background:rgba(0, 0, 0, 0.5);

}


.section_promo_product_v2_item img{
    width:100%;
}

.section_promo_product_v2_item_text_background{
    background:#003a76;
    padding-right:16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.section_promo_product_v2_item_text{
    font-family:arial, geneva, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    z-index:100;
    color:#ffffff;
    height:32px;
    line-height:18px;
    overflow:hidden;
}



.section_promo_product_v2_tooltip{
    font-size:0px;
    line-height:0px;
    height:0px;
}


.tooltipster-content .section_promo_product_v2_tooltip_content{
    /*background:rgba(256,256,256,0.9);*/
    width:320px;
    font-size:0px;
    padding:0px;
    height:276px;
    display: inline-block;
    position: relative;
    text-align:left;
}


.tooltipster-content .section_promo_product_v2_tooltip_text_area{
    /*background:rgba(256,256,256,0.9);*/
    width:100%;
    font-size:0px;
    height:201px;
    display: inline-block;
    position: relative;
    text-align:left;
    padding-bottom:0px;
    border-bottom:0px solid #EEEEEE;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom: 24px;
}

.tooltipster-content .section_promo_product_v2_tooltip_button_area{
    position:relative;
    bottom:0px;
}

.tooltipster-content .section_promo_product_v2_item_tooltip_text{
    font-family: Nexa, Verdana, sans-serif;
    font-weight: bold;
    font-size:24px;
    line-height:24px;
    color:#000000;
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:16px;

}

.tooltipster-content .section_promo_product_v2_item_tooltip_description {
    font-family: arial, geneva, helvetica, sans-serif;
    font-size:16px;
    line-height:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    color:#000000;
    margin-right:10px;
    padding-bottom:10px;
}

/******* promo purchase area & button in general *************************/

.product_purchase_area_container{
}

.section_promo_product_item_purchase_area{
    width:100%;
    position:absolute;
    bottom:0px;
    height:70px;

}

.hidden .section_promo_product_item_purchase_area{
    width:100%;
    position:relative;
    bottom:0px;
    height:0px;
    bottom:0px;
}

.product_purchase_area_container{
    line-height:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    font-size:0px;
}

.product_price_container{
    position:relative;
    display:inline-block;

}

.product_buy_container{
    position:absolute;
    display:inline-block;
    right:10px;
    text-align:left;
}

.product_price_area{
    position:relative;
    display:inline-block;
    height:40px;
    color:#172951;
    padding:5px;
    margin:10px;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:32px;
    font-weight:bold;
    line-height:40px;
}

.tooltipster-content .section_tooltip_access_time{
    font-family: 'Ciutadella Run Bold', Verdana, sans-serif;
    font-weight: bold;
    font-size:16px;
    line-height:16px;
    color:rgb( 23, 87,223);
    text-transform:uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    display:inline-block;
    margin-right:10px;
    margin-bottom:5px;
    min-width:90%;
}

.product_buy_button{
    position:relative;
    display:inline-block;
    height:40px;
    background:#e3e1de;
    color:#172951;
    padding:5px;
    margin:10px;
    font-family:'Ciutadella Run', Verdana, sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
}

@media only screen and (max-width :980px) {

    .new_playback_area_container {
        float: none;
        width: 100%;
        height: 360px;
        margin:auto;
        background: #000000;
    }
    
    .new_playback_info_container {
        float: none;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
        height: auto;
        max-width:640px;
        margin:auto;
    }
    
    .playback_info_content {
        display: inline-block;
    }

    .new_playback_info_text_content {
        display: inline-block;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        width: 100%;
    }
    
    .dayButton {
        font-size: 16px;
        line-height: 34px;
        margin-left: 10px;
        min-width: 100px;
        padding: 5px 8px;
    }
}

@media only screen and (max-width :640px) {

    .new_playback_container {
        padding-top: 10px;
    }

    .new_playback_top_area {
        min-height: 0px;
    }

    .new_playback_area_container{
        height: auto;
        min-height: 180px;
    }

    #subscription_required_div {
        width: 100%;
        height: auto;
        padding: 10px 0 0 0;
        display: block;
    }
}