/* header */
.top_bar {
    min-height:25px;
    /*background: #30bed6; /* Old browsers */
    background: #911c31;
}
.modal-header{
    border-bottom: 0px!important;
}
.tempC{
    background: -moz-linear-gradient(left, #30bed6 0%, #38cac9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #30bed6 0%,#38cac9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #30bed6 0%,#38cac9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bed6', endColorstr='#38cac9',GradientType=1 ); /* IE6-9 */
}
.social { list-style-type:none; margin-bottom:0px; float:left; padding:0px; margin-left:0px;}
.social li { float:left;}
.social li a { padding:0 10px; font-size:13px; line-height:26px; color:#FFF;}
.rightc { list-style-type:none; margin-bottom:0px; float:right;}
.rightc li { margin:0px 10px; font-size:13px; float:left; line-height:26px; color:#FFF;}
.rightc li a {   color:#FFF; }

.navbar-brand img { margin-top:0px; margin-left:0px;}
.navbar-brand {padding:0px;}

.header_image { margin-top:-70px; float:left;}
/*.nav.navbar-nav.navbar-right span {font-family: 'Open Sans', sans-serif; font-style:italic; font-weight:300; color:#1b6977;}*/
.navbar-right li a {font-family: 'Open Sans', sans-serif; font-size:16px; color:#1b6977 !important;}
header.nav{
    width: 100%;
}
.nav-link{
    color:rgba(0,0,0,.5)!important;
}
.nav-item .active {
    /*color:#0275d8!important;*/
    color: #911c31!important;
}

.nav-item{
    margin-left: 0px;
}
.nav-link:hover{
    color:#AA222E!important;
}
.navbar ul .active{
    /*border-bottom: 5px solid #0275d8;*/
    border-bottom: 6px solid #911c31;
}
.navbar ul li{
    padding: .4rem 0.5rem;
    padding-bottom: 0px;
}
.navbar{
    padding: 0 1rem;
}
.navbar-brand img{
    width: 45px;
}
header{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.box-shadow{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.search-dropdown-menu{
    margin-left:-200px; margin-top:-10px;width:300px;padding-top: 5px; padding-bottom: 5px;
}
/* Dropdown Button */
.dropbtn {
   /*background-color: #4CAF50;
   color: white;
   padding: 16px;
   font-size: 16px;
   border: none;
   cursor: pointer;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
   position: relative;
   display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #e5e5e5;
    color: #911c31;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
   display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
   /*background-color: #3e8e41;*/
}
/* end */


/* catalog-thumbnail  */
.catalog-thumbnail{
    margin: 0px;
    padding:4px;
}
.catalog-thumbnail .card{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    height: 285px;
    overflow: hidden;
    color: white;
}

.catalog-thumbnail .card img{
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
    width: 100%;
}

.catalog-thumbnail .card:hover{
    box-shadow: 0 2px 2px 0 black, 0 1px 5px 0 black, 0 3px 1px -2px black;
    /*box-shadow:0 2px 2px 0 #0275d8, 0 1px 5px 0 #0275d8, 0 3px 1px -2px #0275d8;*/
}
.catalog-thumbnail .card-text{
    color: lightgray;
    margin-bottom: 0rem;
}
.catalog-thumbnail .card-title{
    margin-bottom: 0rem;
    text-shadow: 1px 1px #000000;

}

.small_tv_logo {
    max-height: 20px;
    max-width: 60px;
}

.caption-overlay{
    position: absolute;
    right: 0;
    top: ;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 5px;
}
.card-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: .25rem;
    background: transparent linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.35) 66%, rgba(0, 0, 0, 1) 100%) repeat scroll 0% 0%;
    /*background: transparent linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.35) 56%, #002d5b 100%) repeat scroll 0% 0%;*/
}

.badge-tv {
    background-color: #FFF;
    color: gray;
    position: absolute;
    top: 0;
    width: 90%;
}
/* end */


/* Footer */

#myFooter {
    background-color: #5b1017;
    color: white;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .info{
    text-align: justify;
    color: #afb0b1;
}
#myFooter .links{
    font-size: 22px;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo{
    /*color:white;*/
    color: #d2d1d1;
    font-size: 14px;
    float: left;
    /*font-weight: bold;*/
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    opacity: 0.5;
    background-color: #000000;
    text-align: center;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}
#myFooter{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;

   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}
/* End */

/* Category menu */
.cats-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    z-index: 2;
}
.cats-menu img{
    /*display: none;*/
}
.cats-menu {
    list-style: none;
    text-align: center;
    font-size: 18px;
}
.cats-menu li {
    display: inline;
    margin-left: 5px;
}
.cats-menu a {
    display: inline-block;
    padding: 7px;
    color: #888;
    text-decoration: none;
}
.cats-menu > li.active > a {
    /*border-bottom: 4px solid #EF4523;
    color: #EF4523;*/
    border-bottom: 6px solid #003972;
    color: #004d9b;
}

/* Company Page */
.company-item{

}

.image-pane {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
}

.company-item{
    margin: 0px;
    text-align: center;
    padding:4px;
}
.company-item .card{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    height: 110px;
}
.company-item .card img{
    max-height: 105px;
    max-width: 100%;
}
.company-item .card-title{
    margin-bottom: 0rem;
}

.company-item .card:hover{
    box-shadow: 0 2px 2px 0 black, 0 1px 5px 0 black, 0 3px 1px -2px black;
    /*box-shadow:0 2px 2px 0 #0275d8, 0 1px 5px 0 #0275d8, 0 3px 1px -2px #0275d8;*/
}

.company-item .card-text{
    color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
  background-color: #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 8px 0px inset;
}


/* start Mobile */
body {
  padding-top: 91px; // same as header height
}
@media screen and (max-width: 992px) {
    body {
      padding-top: 105px; // same as header height
    }
    .navbar .container{
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
}

.progress {
    height: 5px;
    margin-bottom: 0px;
}
.progress-bar {
    background-color: #818181;
}

.btn-tvguide{
    background-color: #911c31;
    color: #FFFFFF;
}

.btn-light:not(:disabled):not(.disabled).active{
    background-color: #911c31!important;
    color: #FFFFFF;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #911c31;
    border-color: #911c31;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #911c31;
    background-color: #fff;
    border: 1px solid #911c31;
}
.page-link:hover {
    z-index: 2;
    color: #911c31;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #911c31;
}
.page-item.disabled .page-link {
    color: #911c31;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #911c31;
}

.btn-tvguide:hover{
    background-color: #5b1017;
    color: #FFFFFF;
}
