#header {
    /*background-image: url("/images/header.jpg");*/
    background-image: linear-gradient(to right, #001321, #04233c);
    background-repeat: no-repeat;
    height:60px;
    min-height: 60px;
}

#logo img {
}

#logo-padding {
    padding-left:12%;
}

#sign-up2 button{
    /*float:right;*/
    position: relative;
    top: -5px;;
    font-size: 14px;
    border: 0;
    color: #f0f0f0;
    background: #9b2932;
    background: #575757;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
}
#log-out{
    float:right;
    position:relative;
    bottom:-35px;
    font-size: 17px;
}

.navbar-default {
    border:none;
}
.navbar-header {
    float:left;
}

.right-header-container {
    position:relative;
    padding-top:5px;
    float:right;
    padding-bottom: 15px;
}

#upgrade-component {
    float:right;
    margin-right: 15px;
}
.upgrade-button {
    /*positon:right;
    margin-top:2.5%;
    margin-right:3%;*/
}
.upgrade-button img {
    height: 40px;
    min-width:40px;
    border-radius: 50%;
}

#upgrade-component .btn-link {
    color:white;
}

#profile-component {
    float:right;
    min-width:150px;
    padding-top:4px;
    margin-right: 0;
}
.profile-button {
    /*positon:right;
    margin-top:2.5%;
    margin-right:3%;*/
}
.profile-button img {
    height: 40px;
    min-width:40px;
    border-radius: 50%;
}

.profile-dropdown {
    float:left;
    color:white;
}
#profile-component .btn-link {
    color:white;
}

.download-banner {
    float:right;
    margin-right:20px;
    padding-top:10px;
}

.download-banner img {
    height: 24px;
}

#getapptext {
    color:white;
    margin-left:5px;
    font-size:1.3em;
    vertical-align: middle;
    text-decoration: none;
}

.download-banner a:hover {
    text-decoration: none;
}
.sign-up{
    bottom:-35px;
    text-align:right;
    font-size: 17px;
    font-weight:600;
    border: 0;
    color: #C41300;
    cursor:pointer;
    cursor:hand;
    background-color:white;
    margin-top:3%;
}

.sign-up:hover, .sign-up:active, .sign-up:focus  {
    background-color: #b11200;
}

.sign-up:active:focus
{
    background-color: #771100;
}

.sign-up .dropdown-menu{
    color: #333333;
    padding-left:5px;
    padding-right:5px;
}



.btn-link {
    text-decoration: none;
}
.btn-link span {
    color:white;
    font-size:1.1em;
}

#desktop-menu{
    padding-left: 15px;
    position: absolute;
    left: 0;
    font-size: 0.9em;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 83%;
}

#desktop-menu a{
    padding-right: 16px;
    padding-left: 5px;
    float:left;
}
#desktop-menu a:first-child{
    padding-left: 0;
}
#desktop-menu li{
    display:inline-block;
    color: inherit;
}
.navbar-brand{
    padding-left:0;
}
.dropdown a:hover{
    color:inherit !important;
}
.sections{
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.sections a{
    color:#333333;
    text-decoration: none;

}
#mobile-menu{
    display:none;
    position: absolute;
    left: 0;
    padding-left: 15px;
    float: left;
}

#dropdown-channel-overflow .caret {
    color:#333333;
    margin-top: -12px;
}

#dropdown-channel-overflow.extra-left {
    left: -75px !important;
}

#channel-overflow-menu {
    padding:10px;
    top:58%;
    left:30%;
}

#channel-overflow-menu > li {
    display: list-item;
}

.navbar{
    text-align:center;
    min-height: 99px;
    margin-bottom: 20px;
}
#social-sections{
    margin-left:30px;
}

#editorDropDown {
    float:right;
}

#tag-dropdown{
    float:right;
}

.tags{
    border: solid 1px #c0c0c0 !important;
    position: relative;
    top: -8px;
    font-size:0.9em;
    font-weight:400;
    padding-left:5px;
    background-image: url("/images/search.png");
    background-repeat: no-repeat;
    background-size:8%;
    background-position:97%;
    padding-right:10px;
    border-radius: 5px;
    border:none;
    transition: background-size 0.1s ease-in;
    height:32px;

}
.tags:focus{
    outline:none;
}
.ui-autocomplete{
    padding-bottom: 10px;
    padding-left:0;
    position:absolute !important;
    z-index:100 !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    transform: opacity 0.1s ease-in;
    background-color:#F0F0F0;
}
.ui-autocomplete:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 19px 8px;
    border-color: #F0F0F0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 5px;
    /*-webkit-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);*/

}
.ui-menu .ui-menu-item a{
    /*color: #333;*/
    font-size: 1em;
    border-radius: 0px;
    text-decoration:none;
    padding-left:5px;
    position:relative;
    font-weight: 600;
    color: #949494;
    display:block;
    width:100%;
    height:100%;
    padding-top:10px;
}

.ui-menu{
    width:160px;
}
.ui-menu .ui-menu-item a:before{
    /*content:'#';*/
}
.ui-menu .ui-menu-item:hover, .ui-state-hover{
    background-color:#dfdfdf;
}

.ui-autocomplete-section-split {
    width: 100%;
    background-color: #F0F0F0;
    pointer: mouse;
    cursor: pointer;
    border-radius: 3px;
    height: 11px;
    position: relative;
    padding-top:10px;
}

.ui-autocomplete-section-split hr {
    border:0;
    border-top: 1px solid #ddd;
    margin:0;
}

.ui-menu .ui-menu-item{
    width: 100%;
    background-color: #F0F0F0;
    pointer:mouse;
    cursor:pointer;
    border-radius:3px;
    height:40px;
    position: relative;

}

.search-img{
    height:100%;
    padding-right: 6px;
}

.location-img{
    height:20px;
    padding-right: 12px;
    padding-left: 11px;
}

::-webkit-input-placeholder {
    color: #949494;
    font-size:1.2em;
    text-weight:400 !important;
    padding-left:5px;
    opacity:0.5;
}

:-moz-placeholder { /* Firefox 18- */
    color: #949494;
    font-size:1.2em;
    text-weight:400 !important;
    padding-left:5px;
    opacity:0.5;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #949494;
    font-size:1.2em;
    text-weight:400 !important;
    padding-left:5px;
    opacity:0.5;
}

:-ms-input-placeholder {
    color: #949494;
    font-size:1.2em;
    text-weight:400 !important;
    padding-left:5px;
    opacity:0.5;
}
[placeholder]:focus::-webkit-input-placeholder
{
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

@media (max-width: 1366px) {
    .profile-button .dropdown-menu {
        left: -100px;
    }
}

@media (max-width: 1024px) {
    .navbar{
        text-align:left;
    }

    .download-banner {
        display: none;
    }

    #profile-component {
        min-width: 0px;
        margin-right: 10px;
    }

    .profile-button .dropdown-menu {
        left: -100px;
    }
}



@media (max-width: 992px) {

    .profile-button .dropdown-menu {
       left: -120px;
    }

    .login-modal {
        width:95%;
    }

    .login-modal .modal-body {
        padding:15px 15px 25px 15px;
    }

    .profile-first-name {
        display:none;
    }

}


@media (max-width: 1280px)
{
   #logo-padding {
       padding-left:0%;
   }
}

@media (max-width: 768px)
{
    #logo-padding {
        padding-left:10%;
    }

    .modal-dialog {
        margin: 10px auto;
    }

    .sign-up {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }

@media (max-width: 480px) {

    .profile-button {
        width: 85px;
        text-align: center;
    }
    .profile-button img {
        float:none;
        min-width:30px;
        height:30px;
    }

    .navbar-brand {
        padding-top:20px;
    }
    #logo img {
        width:100px;
    }

    #logo-padding {
        padding-left:10%;
    }

    .right-header-container {
        /*right: -40px;*/
    }

    #desktop-menu a {
        padding-right: 5px;
        font-size: 0.9em;
    }

    .profile-button .dropdown-menu {
        left: -120px;
    }

}

@media (max-width: 320px) {
    #logo img {
        width: 100px;
    }

    #profile-component {
        margin-right: 0;
    }

    .profile-button {
        width: auto;
    }

    .profile-button .profile-dropdown {
        padding-left: 2px;
        padding-right: 2px;
    }


    .profile-button .dropdown-menu {
        left: -150px;
    }

}


  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    /*position: relative;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }