/* PORTFOLIO PAGE */

.channel-img > div img {
    width: 100%;
    margin: 15px auto;
}

.logocontent {
    position: relative;
    height: 100%;
    border-bottom: 2px solid #000;
}

.logocontent img {
    width: 70%;
}

.logocontent h2 {
    font-family: robotoblack;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #000;
}

.logocontent p {
    font-family: robotoregular;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #000;
    font-size: 16px;
}

.logocontent h4 {
    margin: 30px auto;
    font-family: robotobold;
    padding: 30px 0px;
}

.channel-categories {
    border-bottom: 2px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.channel-categories h4 {
    clear: both;
    font-size: 16px;
    font-family: robotobold;
    line-height: 24px;
    width: 66.66%;
    float: left;
    display: block;
}

.channel-categories h5 {
    width: 33.33%;
    font-size: 14px;
    font-family: robotoregular;
    line-height: 24px;
    float: left;
    display: block;
}

.backtoportfolio a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: robotobold;
    line-height: 2.14;
    letter-spacing: 0.1px;
    background-color: #d20025;
    border: 1px solid #4b4d4f;
    margin: 20px 0px;
    webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    /* box-shadow: inset 0 0 0 0 #000; */
}

.backtoportfolio a:before,
.backtoportfolio a:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #fff;
    margin-right: 10px;
}

.backtoportfolio a:hover:before,
.backtoportfolio a:hover:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #fff;
    margin-right: 10px;
}

.backtoportfolio a:hover,
.backtoportfolio a:active,
.backtoportfolio a:focus {
    color: #fff!important;
    background-color: #000;
    border-radius: 0px;
    outline: 0px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    box-shadow: inset -200px 0 0 0 #000;
}

.filesdoc {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
}

.filesdoc h4 {
    font-size: 15px;
    font-family: robotobold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.filesdoc a {
    color: #000;
    font-size: 15px;
    display: block;
    margin: 10px auto;
    text-decoration: none;
}

.filesdoc p {
    float: left;
    color: #000;
    font-size: 15px;
    display: block;
}

.filesdoc p a {
    float: right;
    margin: 0px;
    font-weight: bold;
}

.filesdoc p a:hover {
    text-decoration: underline;
}

.filesdoc a:hover {
    color: #d30027;
}

.platforms img {
    width: 90%;
}

.platforms h4 {
    font-size: 15px;
    font-family: robotomedium;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
    width: 100%;
    cursor: pointer;
}

.arrow {
    background-image: url(../images/channeldetail/arrow2.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
    transition: all 0.2s ease-in-out 0s;
    font-family: robotomedium;
}


.portfolio > .porfolio-header {
    background-image: url(../images/portfolio/bgportfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}

.porfolio-header h3 {
    color: #fff;
    margin: 0px;
    font-family: robotobold;
    font-size: 36px;
    letter-spacing: 1.2px;
}

.portfolio > .porfolio-header {
    clear: both;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
    /* margin-top: 101px; */
}

.porfolio-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 7px 6px -5px rgba(0, 0, 0, 0.33);
}

.tint {
    padding: 94px 0px;
    margin: 0px auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #fff!important;
    border-top: none!important;
    letter-spacing: 1px;
    font-family: robotobold;
    color: #d20025!important;
}

.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:hover:before {
    content: none!important;
    display: block;
}

.porfolio-tabs ul {
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    border: none;
    /* margin-top: 10px; */
    margin-bottom: -4px;
}

.porfolio-tabs ul li {
    padding-left: 0px;
    padding-right: 0px;
}

.porfolio-tabs ul li>a:hover {
    color: #d20025!important;
}

.porfolio-tabs ul li>a {
    color: #333!important;
    border: none!important;
    border-radius: 0px;
    margin-right: 0px;
    padding: 30px 35px 30px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: robotobold;
}

.porfolio-tabs ul li:nth-child(4) {
    border-right: none!important;
}

.porfolio-tabs ul li>a:hover:before {
    content: none!important;
    display: block;
}

.porfolio-tabs ul li>a:hover,
.porfolio-tabs ul li>a:active,
.porfolio-tabs ul li>a:visited {
    background-color: rgba(255, 255, 255, 0.39)!important;
    border-top: none!important;
}

.porfolio-tabs ul .active::after,
.porfolio-tabs ul li:hover::after {
    content: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    position: absolute;
    width: 35px;
    background-size: 35px;
    left: calc(50% - 20px);
}

.porfolio-tabs >.tabcontent {}


/* genre table */

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 10px 0px;
    color: #000;
    font-family: robotomedium;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.distri a {
    color: #000;
    text-decoration: none;
    outline: 0px!important;
}

.distri a i {
    padding-right: 10px;
    color: #d30027;
}

.panel-default,
.panel-heading {
    border: none!important;
    border-radius: 0px!important;
    background-color: transparent!important;
}

.panel-heading {
    padding: 5px 0px!important;
}

.panel-title a {
    text-decoration: none;
}

.panel-title a:hover {
    color: #d30027;
}

.who-to-contact h4 {
    font-family: robotobold;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    color: #000;
}

.panel-body {
    border: none!important;
}

.distri a:hover {
    color: #d30027;
}

.video-js {
    width: 100%;
}

.who-to-contact .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0)!important;
}

.tabfixed {
    width: 100%;
    position: fixed;
    top: 0px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #636161;
    color: #ffffff;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #000;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.imgtable {
    padding: 0px;
}

.imgtable img {
    width: 120px;
}

.channellist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 5px;
}

.channel-img {
    /* display: -webkit-box; */
    /*     display: -moz-box; */
    /*     display: -ms-flexbox; */
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-flex: 0 0 70%; */
    /*     -ms-flex: 0 0 70%; */
    /* flex: 0 0 68%; */
    /* -webkit-flex-direction: column; */
    /*     -ms-flex-direction: column; */
    /* flex-direction: column; */
    /* margin-left: 2%; */

}

.channel-detail-gird {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.channel-image-gird {
    margin: 20px auto;
}

.channel-image-gird-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.channel-video h1 {
    text-align: center;
    margin: 100px auto;
}

.channel-image-gird-fullwidth h1 {
    text-align: center;
    margin: 100px auto;
}

.channel-downloadsfiles {
    background-image: url('../images/channeldetail/download-bg.png');
    background-position: center;
    /* margin-top: 20px; */
    background-size: cover;
}

.channel-downloadsfiles h3 {
    font-family: Roboto;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: robotoregular;
}

.download-list li {
    background-image: url('../images/channeldetail/button-grey.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 30px;
    display: inline-block;
    background-position: 100%;
}

.download-list li:hover {
    background-image: url('../images/channeldetail/button-red.png');
}

.download-list li:hover a {
    color: #680c04;
}

.download-list li a {
    padding-left: 50px;
    font-family: Robotomedium;
    font-size: 18px;
    color: #343434;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.25);
    line-height: 24px;
}

.channel-detail{
    margin-top:40px;
}

.channel-video {margin-bottom: 20px;}

.channel-video img{
    width:100%
}

.channel-content-right {
    /* border-bottom: 2px solid #000; */
}

.channelurl {
    /* position: absolute; */
    /* bottom: 10px; */
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-start; */
    margin-bottom: 25px;
    display: block;
    color: #000;
    font-family: robotoregular;
}

.channelurl a {
    color: #000;
    font-family: robotobold;
/*    text-decoration: none;*/
}

.platforms {
    border-bottom: 2px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
}



.who-to-contact{
    width: 100%;
    /* border-bottom: 2px solid #000; */
}

.channel-tabs{
    display: none;
}
.channel-detail-right{
    background-color:#fff;
    margin-bottom: 30px;
}
.channel-detail-right>.platforms {
    padding-top: 0px;
}

.channel-detail-right>.platforms h4{
    margin-top: 0px;
    font-family: robotobold;
    font-size: 18px;
    padding-top: 20px;
    color: #000;
}

.channel-detail-left>.channel-categories{
    border-bottom: none;
}

.channel-detail-left .logocontent img{
    border: 10px solid #fff;
}

.channel-image-content{
    background-color: #fff;
    padding: 20px 0px;
}