/* Add Font By Alajzeera */

@font-face {
    font-family: 'Al Jazeera-Latin-Regular';
    src: url('../fonts/AlJazeera-Latin-40Regular.otf');
    src: url('../fonts/AlJazeera-Latin-40Regular.otf?#iefix') format('embedded-opentype'), url('../fonts/AlJazeera-Latin-40Regular.otf') format('woff'), url('../fonts/AlJazeera-Latin-40Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Al-Jazeera-Arabic-Bold';
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format("embedded-opentype"),url('../fonts/Al-Jazeera-Arabic-Bold.woff') format("woff"),url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Al-Jazeera-Arabic-Light';
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot?#iefix') format("embedded-opentype"),url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'),url('../fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Genericons;
    src: url(../genericons/Genericons.ttf);
}

/*ÙEnglish Fonts*/
@font-face {
    font-family: 'Helvetica-Neue-LT-Bold';
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.eot);
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.eot?#iefix) format("embedded-opentype"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.woff) format("woff"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue-LT-Light';
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Light.eot);
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Light.eot?#iefix) format("embedded-opentype"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Light.woff) format("woff"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.eot);
    src: url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.eot?#iefix) format("embedded-opentype"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.woff) format("woff"),url(/sites/all/themes/satellite/fonts/Helvetica-Neue-LT-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue-LT-Roman';
    src: url(/sites/all/themes/satellite/fonts/HelveticaNeueLTPro-Roman.eot);
    src: url(/sites/all/themes/satellite/fonts/HelveticaNeueLTPro-Roman.eot?#iefix) format("embedded-opentype"),url(/sites/all/themes/satellite/fonts/HelveticaNeueLTPro-Roman.woff) format("woff"),url(/sites/all/themes/satellite/fonts/HelveticaNeueLTPro-Roman.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}


.noPaddingLeft {
    padding-left: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noMarginLeft {
    margin-left: 0;
}

.noMarginRight {
    margin-right: 0;
}

body {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 14px;
    line-height: 1.42857143;
}

.main-content {

    width: 100%;
}
a {
    color: #000;
    text-decoration: none;
}

a:focus,a:hover {
    color: #FFF;
    text-decoration: underline;
}


.row-container{
    margin-top: 176px;
}

/*nav bar*/
.navBarBg {
    background: #f3f3f3;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 12px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #dba200;
    background-color: transparent;
}

a.language.arabic-regular:focus,a.language.arabic-regular:active,a.language.arabic-regular:visited {
    color: #ce9825;
}

a.language.arabic-regular:hover {
    color: #ce9825;
}

.arabic-regular {
    font-family: 'Al-Jazeera-Arabic-Bold';
}



span.login-language-wrapper {
    line-height: 50px;
}

.logo-wrap {
    margin-top: 39px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -48px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bigTitle h1 {
    color: #1f2750;
    margin-top: 100px;
    font-size: 37px;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-right: -15px;

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #DBA200;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 46px;
    height: 3px;
    border-radius: 1px;
}

a.arabic-lan {
    font-family: 'Al-Jazeera-Arabic-Bold' !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    span.genericon.genericon-search.text-left.ss {
        visibility: visible;
        margin: 10px 0 0 -10px;
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        min-width: 768px;
    }

    .navbar-default {
        border-color: transparent;
    }
}

@media only screen and (max-width: 768px) {
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 88px;
        font-size: 24px;
        font-family: 'Helvetica-Neue-LT-Bold';
        margin-right: 98px;
    }

    .navBarBg {
        background: #FFF;
        padding: 0;
        margin: 11px 0 0;
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
        color: #D69A1B;
        background-color: transparent;
        border-bottom: 4px solid #DBA200;
        margin-bottom: -13px;
        padding-bottom: 21px;
    }

    .logo-wrap {
        margin-top: 20px;
        margin-bottom: -46px;
    }



    .navbar-default .navbar-nav>li>a {
        color: #000;
        text-transform: uppercase;
        font-family: 'Helvetica-Neue-LT-Bold';
        font-size: 19px;
    }
}

@media only screen and (max-width: 640px) {
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 30px;
        font-size: 22px;
        font-family: 'Helvetica-Neue-LT-Bold';
        margin-right: 88px;
    }
}

@media only screen and (max-width: 500px) {
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 34px;
        font-size: 17px;
        font-family: 'Helvetica-Neue-LT-Bold';
    }
}

@media only screen and (max-width: 420px) {
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 39px;
        font-size: 17px;
        margin-right: 77px;
        font-family: 'Helvetica-Neue-LT-Bold';
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: -45px;
        margin-right: 0;
    }

    .col-xs-4.col-sm-6.logo {
        width: 83px;
    }
}

@media only screen and (max-width: 380px) {
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 26px;
        font-size: 14px;
        margin-right: 64px;
        font-family: 'Helvetica-Neue-LT-Bold';
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: -20px;
        margin-right: 0;
    }
}

/*/nav bar*/
/*news-bar*/
.news-bar {
    background-color: #0f0e36;
}

p.news-bar-spread {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-top: 12px;
    font-size: 12px;
    padding: 10px 0;
}

p.news-bar-spread span {
    font-family: 'Helvetica-Neue-LT-Bold';
    color: #cda21f;
    margin-right: 10px;
}

/*/news-bar*/
/*home- notification*/
section.home-notification {
    background-color: #000;
    padding: 20px 0;
}

section.home-notification h3 {
    color: #FFF;
}

section.home-notification h4 {
    color: #FFF;
}

a .genericon-close-alt {
    font-size: 1.2em !important;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 37px;
    margin: 0;
    color: #FFF;
    /*display: block !important;*/
    border: 2px solid #fff;
    border-radius: 100%;
    text-decoration: none;
}

a:hover .genericon-close-alt {
    color: #dca300;
    font-size: 1.2em !important;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 2px solid #dca300;
}

.home-notification select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF;
    border-radius: 0;
    background-image: url(/sites/all/themes/satellite/images/arrow.png);
    background-position: 97% center;
    border-color: #1px solid gray;
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border-radius: 0;
    height: 4.3125rem;
    background-repeat: no-repeat;
    width: 100%;
    color: #4a4a4a;
    padding-left: 10px;
    height: 25px;
    margin-top: 5px;
    line-height: 29px;
}

.sat-freq-details {
    color: #FFF;
    margin-top: 20px;
}

.notifi-close-btn {
    margin-top: 20px;
}

/*/home- notification*/
/*homepage-hero*/
.home-hero {
    /* background: url(/sites/all/themes/satellite/images/bannerbig.jpg) #818181; */
    background: url(/sites/all/themes/satellite/images/sat_image.jpg ) no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    max-width: 100%;
    display: block;
    height: auto;
    /* overflow: hidden; */
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0;
}

.home-hero select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF;
    border-radius: 0;
    background-image: url(/sites/all/themes/satellite/images/arrow.png);
    background-position: 97% center;
    border-color: #1px solid gray;
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border-radius: 0;
    height: 4.3125rem;
    background-repeat: no-repeat;
    width: 100%;
    color: #4a4a4a;
    padding-left: 10px;
    height: 49px;
}

.btn-primary {
    margin: 33px 0 0;
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    border-radius: 0;
    border: 4px solid #dca300;
    padding: 12px 0 10px;
    font-family: 'Helvetica-Neue-LT-Light';
    font-size: 16px;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    border: 4px solid #dca300;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    border: 4px solid #dca300;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #dca300;
    border-color: #122b40;
}

button:focus {
    outline: 0 !important;
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #dca300;
    border-color: #122b40;
}

.genericon-location {
    font-size: 10em !important;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0;
    color: #FFF;
    display: block !important;
    margin: 82px 0 36px;
}

.genericon-location:before {
    content: '\f417';
}

.verticalLine {
    border-left: 4px solid #fff;
    height: 337px;
}

.verticalLine span {
    position: relative;
    top: 142px;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.7em;
    right: 30px;
    background-color: #fff;
    padding: 16px 10px 10px 8px;
}

.home-hero h1,.home-hero h2 {
    color: #fff;
}

.home-hero h1 {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 37px;
    margin-bottom: 50px;
}

.home-hero h2 {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 27px;
}

.genericon-arrow-small {
    font-size: 1.4em !important;
    text-align: right;
    margin: -2px;
    color: #d4a21f;
    line-height: 42px;
    margin: 27px 0 0;
}

.genericon-arrow-small:after {
    content: '\f431';
    display: inline-block;
    font-family: Genericons;
    line-height: .8em;
    position: absolute;
    bottom: 8px;
    padding: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 38px;
}

a.view-small-video {
    color: #d4a21f;
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 14px;
}

/*/homepage-hero*/
/*find-alj-near-you*/
.find-alj-near-you {
    /* background: url(/sites/all/themes/satellite/images/bannerbig.jpg) #818181; */
    background: url(/sites/all/themes/satellite/images/sat_image.jpg) no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    max-width: 100%;
    display: block;
    height: auto;
    /* overflow: hidden; */
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

.find-alj-near-you select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FFF;
    border-radius: 0;
    background-image: url(/sites/all/themes/satellite/images/arrow.png);
    background-position: 97% center;
    border-color: #1px solid gray;
    color: rgba(0,0,0,0.75);
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border-radius: 0;
    height: 4.3125rem;
    background-repeat: no-repeat;
    width: 100%;
    color: #4a4a4a;
    padding-left: 10px;
    height: 50px;
}

.find-alj-near-you h1,.find-alj-near-you h2 {
    color: #fff;
}

.find-alj-near-you h1 {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 37px;
    margin-bottom: 50px;
}

.find-alj-near-you h2 {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 27px;
}

.find-alj-near-you .select-channel h2 {
    margin-top: 19px;
}

.find-alj-near-you .btn-primary {
    margin: 57px 0 0;
}

/*/find-alj-near-you*/
/*new frequencies*/
.new-frequencies-section {
    background: url(/sites/all/themes/satellite/images/earth.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    display: block;
    height: auto;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

.new-frequencies-section h2 {
    color: #FFF;
}

.new-frequencies-section table td {
    height: 50px;
    vertical-align: middle !important;
    line-height: 95px;
}

/*new frequencies*/
/*find alj-results*/
.find-alj-results {
    background-color: #222525;
    padding: 70px 0 50px;
}

.find-alj-results h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Roman';
    margin-bottom: 30px;
}

tr.table-heading {
    background-color: #dca300;
    color: #fff;
}

.cable-table {
    margin-top: 30px;
}

/*/find alj-results*/
/*get-updates-section*/
section.get-updates-section {
    padding: 45px 0;
}

section.get-updates-section h2 {
    color: #4a4a4a;
    font-family: 'Helvetica-Neue-LT-Bold';
}

section.get-updates-section p {
    color: #4a4a4a;
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 16px;
}

.subscribe-now-btn {
    margin-top: 37px;
}

/* /get-updates-section*/
/*get-freq-update*/


.get-update-des h1 {
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.get-update-img {
    margin-top: 172px;
}
.page-eform-user-subscriptions-form-confirm .get-update-img {
    margin-top: 172px;
    /* margin-top: 252px!important; */
}

.get-update-des p {
    font-size: 1.3em;
}

.get-freq-subscribe-form {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #e3e3e3;
    padding: 0 30px 30px;
}

label.control-label {
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.4em;
    margin-top: 30px;
}

.form-control {
    font-family: 'Helvetica-Neue-LT-Roman';
    height: 43.3px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #312F30;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-submit-form {

    padding: 11px 30px 5px;

    border-radius: 0;

    font-size: 19px;

    font-family: 'Helvetica-Neue-LT-Roman';

    color: #fff;

    cursor: hand;

    background-color: #dca300;

    margin: 20px 0 0 -16px;

}

.btn-submit-form:hover,.btn-submit-form:active,.btn-submit-form:focus {
    color: #FFF;
    background-color: #C0842D;
}

.subscribe-btn-wrap {
    margin-top: 20px;
}

.get-freq-subscribe-form ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #312F30;
    font-size: 1em;
}

.get-freq-subscribe-form :-moz-placeholder {
    /* Firefox 18- */
    color: #312F30;
    font-size: 1em;
}

.get-freq-subscribe-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #312F30;
    font-size: 1em;
}

.get-freq-subscribe-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #312F30e;
    font-size: 1em;
}

.get-freq-subscribe-form ::-ms-input-placeholder {
    /* Edge */
    color: #312F30;
    font-size: 1em;
}

.get-freq-subscribe-form :placeholder-shown {
    /* Standard one last! */
    color: #312F30;
    font-size: 1em;
}

@media screen and (max-width:1200px) {
    .get-update-img {
        margin-top: 312px;
    }
    .channel-links-extend {
        margin: -30px 0 0 0 !important;
    }
}





/*/get-freq-update*/
/*footer*/
.footer {
    background-color: #222525;
    padding: 30px 0 0;
    color: #FFF;
}

.footer-links {
    padding-top: 20px;
}

.footer .footer-links ul {
    list-style: none;
    margin: 0 0 40px -40px;
    padding-right: 5px;
}

.footer .footer-links ul li {
    margin-bottom: 10px;
}

.footer h3 {
    color: #FFF !important;
    font-family: 'Helvetica-Neue-LT-Bold';
}

.footer a {
    display: block;
    color: #FFF !important;
    font-size: 1.2em;
}

.footer-logo {
    margin: 0 15px;
}

.channel-links-extend {
    margin: 59px 0 0;
}

.copyright {
    background-color: #000;
}

.footer-logo img {

}

/*/footer*/
/*videos page*/
.how-to-video {
    background-color: #181818;
    padding: 20px 0 60px;
}

h4.enlarge {
    font-size: 26px;
    padding: 30px 0;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
}

span.feature-label {
    font-weight: 400;
    font-family: 'Helvetica-Neue-LT-Light';
    background-color: #d4a21f;
    text-transform: uppercase;
    color: #fff;
    line-height: 19px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 8px 18px 4px 17px;
    margin-bottom: 5px;
    top: -20px;
}

.recently-video h2 {
    margin-top: 13px;
}

.recently-video h2 {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
}

.recently-video p {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Light';
    font-size: 16px;
}

.video-more-section h5 {
    color: #FFF;
    font-size: 18px;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-top: 20px;
}

.video-more-section p {
    color: #FFF;
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Light';
    margin-top: 20px;
}

.img-wrapper {
    position: relative;
    margin-bottom: 5px;
    display: block;
}

.genericon-play {
    color: #fff;
    font-size: 35px !important;
    height: 60px;
    width: 60px;
    line-height: 55px !important;
    padding-left: 4px;
    border-radius: 100%;
    border: solid 2px #fff;
    margin-bottom: 5px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -27px;
    margin-right: -28px;
}

.genericon-play:before {
    content: "\f452";
}

.img-responsive {
    display: block;
}

.how-to-video-player img {
    border-top: 4px solid #dca300;
}

.more-videos-section {
    background-color: #000;
    padding-bottom: 50px;
}

.more-videos-section h1 {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.8em;
    padding: 60px 0 10px;
}

.video-more-section {
    margin-top: 20px;
}

.genericon-loadmore {
    font-size: 2em !important;
    text-align: right;
    margin: 0;
    color: #FFF;
    line-height: 0 !important;
}

.genericon-loadmore:after {
    content: '\f420';
    display: inline-block;
    font-family: Genericons;
    /*line-height: 0.8em;*/
    position: absolute;
    bottom: 14px;
    padding: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.video-view-more a {
    color: #FFF;
    display: block;
    margin-top: 39px;
    font-size: 1.2em;
    font-family: 'Helvetica-Neue-LT-Light';
    line-height: 30px;
}

p.tiny-par {
    font-size: 13px;
    margin-top: 30px;
}

/*/videos page*/
/*find-aljazeera-map*/
.find-aljazeera {
    background-color: #000;
    padding: 50px 0;
}

.find-aljazeera h1 {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 2.5em;
}

h4.find-interactivE-map {
    color: #FFF;
    margin-top: 31px;
    margin-right: 35px;
}

.genericon-arrow {
    font-size: 2em !important;
    text-align: right;
    margin: -2px;
    color: #FFF;
    line-height: 42px;
    margin: 27px 0 0;
}

.genericon-arrow:after {
    content: '\f431';
    display: inline-block;
    font-family: Genericons;
    line-height: .8em;
    position: absolute;
    bottom: 14px;
    padding: 3px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.map {
    position: relative;
    height: 600px;
    width: 100% !important;
    display: block;
    overflow: hidden;
}

.small-top-padd {
    padding-top: 20px !important;
}

.map-search-sm {
    position: relative;
    height: 205px;
    width: 100% !important;
    display: block;
    overflow: hidden;
}

.map-marker {
    background-color: #fff;
    width: 192px;
    height: 190px;
    position: absolute;
    z-index: 1000;
    padding: 10px 20px 20px 10px;
    box-shadow: 1px 1px 20px #777575;
    top: 200px;
    left: 20px;
}

h4.country-map {
    color: #ebb416;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.1em;
    margin-bottom: -14px;
}

h3.select-channel {
    color: #000;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.1em;
}

.form-control-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button.search-country-map {
    background-color: #4C4C4C;
    border: none;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Light';
    padding: 3px 11px 1px 10px;
    font-size: 13px;
    width: 80px;
    height: 25px;
    margin-top: 20px;
    float: right;
    margin-top: 57px;
    height: 50px;
    margin-left: 20px;
}

.map-marker p {
    font-size: 11px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -9px;
    top: 92px;
}

.use-interactive-map h4 {
    text-align: right;
}

@media only screen and (max-width: 992px) {
    .use-interactive-map h4 {
        text-align: left;
        font-size: 1em;
    }

    .genericon-arrow:after {
        bottom: 8px;
    }

    .find-aljazeera h1 {
        font-size: 2em;
    }

    li.last.leaf.main-menu-lang-switch {
        border: none;
        margin-right: 15px;
    }


    .get-update-img {
        margin-top: 90px;
    }
}

/*/find-aljazeera-map*/
/*tune-your-reciever*/
.genericon-arrow-left {
    font-size: 1.4em !important;
    text-align: right;
    margin: -2px;
    color: #FFF;
    line-height: 42px;
    margin: 27px 0 0;
    margin-right: 19px;
    position: relative;
}

a.previous.prev-button {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 15px;
    margin-top: 23px;
    display: block;
}

.genericon-arrow-left:after {
    content: '\f431';
    display: inline-block;
    font-family: Genericons;
    line-height: .8em;
    position: absolute;
    bottom: 5px;
    padding: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tunes-wrapper h1 {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 26px;
    margin-bottom: 25px;
}

.tunes-wrapper h4 {
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 18px;
}

.msform-content h2 {
    color: #dca300;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 24px;
}

.msform-content p {
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 16px;
}

section.tuner-steps {
    /*background-color: #383838;*/
}

.tune-your-reciever {
    background-color: #000;
}

#msform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 5px;
}

#progressbar li {
    list-style-type: none;
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 10000;
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 3px;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    /* margin: 0 10%;*/
    /*stacking fieldsets above each other*/
    position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform .installation-password {
    width: 312px;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
    padding: 12px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    font-family: montserrat;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 2px solid #fff;
}

#msform .installation-password input:placeholder-shown {
    border: 5px solid red;
}

#msform ::-webkit-input-placeholder {
    color: #FFF;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
}

#msform ::-moz-placeholder {
    color: #FFF;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
}

/* firefox 19+ */
#msform :-ms-input-placeholder {
    color: #FFF;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
}

/* ie */
#msform input:-moz-placeholder {
    color: #FFF;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
}

/*buttons*/
#msform .action-button {
    width: 190px;
    background: #dca300;
    color: #000;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;

}

#msform .action-button:hover {
    background: #BB8D08;
    color: #000;
}

span.password-word {
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
    margin-right: 10px;
}

#msform .setting-inst-button {
    width: 190px;
    background: transparent;
    color: #FFF;
    font-size: 16.3px;
    font-family: 'Helvetica-Neue-LT-Roman';
    border: 2px solid #FFF;
    border-radius: 1px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 25px 5px;
}



#msform .action-button:hover,#msform .action-button:focus {
    /*box-shadow: 0 0 0 2px white,0 0 0 3px #27AE60;*/
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    width: 100%;
    margin: 0 auto;
}

#progressbar li {
    list-style-type: none;
    color: #d8d8d8;
    text-transform: uppercase;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #d8d8d8;
    background: #d8d8d8;
    border-radius: 100%;
    margin: 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 8px;
    background: #d8d8d8;
    position: absolute;
    left: -50%;
    top: 16px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    content: none;
    z-index: 200000;
}

#progressbar li.active:before,#progressbar li.active:after {
    background: #dca300;
    color: gray;
}

#progressbar li.active,#progressbar li.active {
    color: #dca300;
    z-index: 200000;
}

.tunes-wrapper {
    background-color: #383838;
    display: block;
    height: 788px;
    overflow: hidden;
}

.msform-content {
    float: right;
    width: 45%;
    text-align: left;
    margin-top: 20px;
    color: #fff;
    margin-left: 5%;
}

.msform-content ul li span {
    float: right;
    text-align: left;
}

.msform-img {
    float: left;
    width: 30%;
    height: 300px;
    margin-left: 7%;
    /*border: 1px dashed red;*/
}

#msform fieldset {
    background: transparent;
    width: 90%;
}

#progressbar li.active:before,#progressbar li.active:after {
    background: #dca300;
    color: #DCA300;
}

@media only screen and (max-width: 1200px) {
    #msform .setting-inst-button {
        width: 100%;
    }

    #msform .action-button {
        width: 100%;
    }
    #msform .installation-password {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .msform-content {
        float: left;
        width: 100%;
        text-align: left;
        margin: 50px auto;
        color: #fff;
    }

    .msform-img {
        float: left;
        margin-left: 0 auto;
        display: block;
        margin-left: 35%;
    }

    .msform-img img {
        display: block;
        max-width: 100%;
    }

    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        counter-reset: step;
        width: 100%;
        margin: 0 0 0 -19px;
    }

    #msform fieldset {
        width: 100%;
    }

    .tunes-wrapper {
        height: 1022px;
    }

}

@media only screen and (max-width: 992px) and (min-width: 783px) {
    .msform-content {
        /*margin-left: 10%;*/
    }
}

/*UI for select box checked-moftah-active*/
button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #ccc !important;
    background: #fff !important;
    font-weight: 700 !important;
    color: #000 !important;
}

.ui-widget {
    font-family: 'Helvetica-Neue-LT-Light' !important;
    font-size: 1.1em;
}

.ui-multiselect {
    padding: 12px 7px;
    text-align: left;
}

.ui-state-default .ui-icon {
    background-image: url(/sites/all/themes/satellite/images/arrow.png) !important;
}

.ui-icon-triangle-1-s {
    background-position: 0 7px !important;
}

.ui-widget-content {
    border: transparent;
    background: #f3f3f3 !important;
    color: #333;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce !important;
    font-weight: 700;
    color: #c77405;
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Light' !important;
}

.ui-multiselect-checkboxes label {
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Light' !important;
    padding-left: 10px !important;
    padding: 9px 0;
}

.ui-multiselect-checkboxes label input {
    margin-right: 13px !important;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    /* border: transparent; */
    background: #F3F2EC url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #c77405;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
    padding: 10px;
    height: 51px;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #E0DCDC;
    background: #FFF !important;
    font-weight: 700;
    color: #dca300 !important;
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Light' !important;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #E0DCDC !important;
    border-top: 1px solid #E0DCDC !important;
    border-right: transparent !important;
    border-left: transparent !important;
    /*padding: 9px 0;*/
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 9px 0;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    font-weight: 700;
    color: #c77405;
    padding: 10px !important;
    border: 1px solid #fff !important;
}

.select-channel h2 {
    margin-top: 37px;
}

/*UI for select box checked-moftah-active*/
.select-channel h2 {
    margin-top: 37px;
}


.select-location{

    padding-top: 2px;

}
/*UI for select box checked-moftah-active*/

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all{

    position: absolute;
}

.ui-icon-triangle-1-s{

    float: right!important;
}

ul.ui-helper-reset {
    display: inline;
}

.ui-multiselect-header li
{
    float: left;
    position: relative;
    width: 100px;
}

.home-search{
    margin-top: 60px!important;
}

.ui-multiselect-header ul span{
    float: left;
}

.panels-flexible-6 .panels-flexible-region {
    width: 100%;
}

h4.find-interactivE-map a{

    color: #FFF;
}

table.views-table.cols-6.table.table-hover.table-striped thead tr
{
    background-color: #dca300;
    color: #fff;
}

.panel-flexible .panel-separator {
    margin: 0 0 0 0;
}

.panel-pane.pane-views.pane-search-results {
    background-color: #222525;
    padding: 70px 0 50px;
}

.table-striped>tbody>tr:nth-of-type(even){

    background-color: #FFF;
}
.panel-pane.pane-views.pane-howtovideos {
    background-color: #000;
}

.field_video img{
    width: 100%;
    height: 203px;

}

.views-field.views-field-field-summary
{
    color: #FFF;

}

.views-field.views-field-title a
{
    color: #FFF;
    font-size: 18px;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-top: 20px;
    padding-bottom: 25px;
}

.views-field.views-field-title
{
    margin-top: 10px;
    margin-bottom: 30px;
}

.panel-pane.pane-views.pane-howtovideos h2{
    padding-top: 20px;
    margin-left: 8.9%;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.8em;
}

.first-video-node{
    background-color: #181818;
    margin-top: -20px;
}

.panel-pane.pane-views.pane-howtovideos{
    margin-top: -20px;
}

.panel-pane.pane-views.pane-cable-search {

    background-color: #222525;
    padding: 70px 0 50px;
}

table.views-table.cols-8.table.table-hover.table-striped {

    margin-top: 30px;
}

table.views-table.cols-8.table.table-hover.table-striped thead tr{
    background-color: #dca300;
    color: #fff;
}

.panel-pane.pane-views.pane-new-frequency{
    background-color: #222525;
    margin-top: -20px;

}

.panel-pane.pane-views.pane-new-frequency h2{
    padding-top: 40px;
    margin-left: 7.9%;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 1.8em;
}

table.views-table.cols-4.table.table-hover.table-striped thead tr{
    background-color: #dca300;
    color: #fff;
}

iframe#player-dialog-iframe{
    width:470px;
}

div#ui-id-1{
    padding-left: 7px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.player-dialog.ui-draggable{
    position: fixed;
    z-index: 1000000;
    top:70px;
}

.contextual-links-region.panel-pane.pane-views-panes.pane-video-node-panel-pane-1.how-to-video h2 {
    font-size: 26px;
    padding: 30px 0;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-top: -20px;
    margin-left: 7.8%;
}

.recently-video h2{
    margin-left: 0px!important;

}

.views-field.views-field-field-summary{


}

.video-js{
    width: 100%!important;
    height: 426px!important;
    margin-bottom: 40px;
}

.views-field.views-field-field-video{
    margin-bottom: 20px;
}

.how-to-video{
    background-color: #181818;
}

.panel-pane.pane-views.pane-video-node h2
{
    font-size: 26px;
    padding: 30px 0;
    margin-top: 20px;
    color: #FFF;
    font-family: 'Helvetica-Neue-LT-Bold';
    margin-left: 7.8%;
    margin-top: 0px!important;
}


.col-md-4.col-md-push-3 button{
    margin-top: 53px;
}





ul.menu.nav.navbar-nav{
    width:100%
}


.col-md-11.navigation-main{
    width: 100%;
}


a.language-link
{
    padding-right: 0px;
}
li.last.leaf.main-menu-lang-switch a
{
    color: #ce9825;
    font-family: 'Al-Jazeera-Arabic-Bold';
    font-size: 14px;
    padding-right: 0px;
}



.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all{

    position: absolute;
    font-family: 'Helvetica-Neue-LT-Roman';
    font-size: 14px;
    line-height: 1.42857143;
}


ul.menu.nav.navbar-nav.secondary
{
    float: left;
}
.ui-icon-triangle-1-s{

    float: right!important;
}

ul.ui-helper-reset {
    display: inline;
}

.ui-multiselect-header li
{
    float: left;
    position: relative;
    width: 100px;
}


.panel-pane.pane-views.pane-cables {

    background-color: #222525;

}

table.views-table.cols-3.table.table-hover.table-striped{
    margin-top: 30px;
}

table.views-table.cols-3.table.table-hover.table-striped thead tr{
    background-color: #dca300;
    color: #fff;
}


.page-tunereceiver .pane-content{
    width: 100%;
    float: left;
}


.get-updates-section .container {

    padding-top: 24px;

    padding-bottom: 40px!important;

    padding-left: 0px;

}


form#user-subscriptions-form-entityform-edit-form{
    background-color: #e3e3e3;
    padding: 0 30px 30px;
    margin-top: 40px;
}

.pre-instructions{
    display: none;
}

div#edit-field-subscription-form-sub{
    display: none;
}

.panel-panel.panel-col-last{
    width: 40%;
}

.get-update-img{
    margin-top: 271px;
}

.contextual-links-region.panel-pane.pane-block.pane-entityform-block-user-subscriptions-form.get-update-des.col-md-7.pane-entityform-block
{
    width: 100%;
}

button#edit-submit{
    color: #FFF;
    background-color: #dca300;
    padding: 11px 30px 5px;
    border-radius: 0;
    font-size: 19px;
    font-family: 'Helvetica-Neue-LT-Roman';
    margin-top: 40px;
    width: 200px;
    margin-left: 15px;

}

div#field-name-sub-add-more-wrapper{
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

div#field-email-sub-add-more-wrapper {
    float: right;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

div#edit-field-country-sub{
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

div#field-city-sub-add-more-wrapper{
    float: right;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


div#edit-field-channel-sub{
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

div#field-mobile-add-more-wrapper{
    float: right;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
div#edit-field-language{
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}


.contextual-links-region.panel-pane.pane-block.pane-entityform-block-user-subscriptions-form.get-update-des.col-md-7.pane-entityform-block h2
{
    display: none;
}

/*
.submission-text{

    font-weight: bolder;
    padding-left: 50px;
    font-size: xx-large;
    font-size: 19px;
    font-family: 'Helvetica-Neue-LT-Roman';
    margin-left: 4%;

}
*/

.pane-title {

    color: #FFF;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 84px;
    padding-top:20px;
}

.page-frequency-search .panel-pane.pane-views.pane-find-aljazeera
{
    margin-top: -20px;
}




.footer-menu-group-title{

    color: #FFF !important;
    font-family: "Helvetica-Neue-LT-Bold";

    font-size: 24px;
}




.newsbar-container{
    margin-left: -2px;
}

.siteHeader{

    z-index: 9999999999999;
}

.siteHeader .container{
    width: 100%;
    margin-top: 4px;
    padding-right: 0px;
}

.navbar-collapse.nav-bg.collapse.in
{width: 100%}

@media (max-width: 768px) {
    .siteTitle a {
        margin-top: 10px;
    }


}

.col-md-6.use-interactive-map p{
    float: left;
    margin-top: -20px;
    padding-left: 520px;
}


footer.footer.container{
    padding-bottom: 40px;
}


section#block-views-find-aljazeera-block-1 {
    background: url(/sites/all/themes/satellite/images/earth.jpg) no-repeat;
    background-size: cover;
    max-width: 100%;
    display: block;
    height: auto;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;

}

section#block-views-find-aljazeera-block-1 h2 {
    color: #FFF;
    padding-left: 8%;

}


.get-update-des{
    padding:0px;
    /* margin-bottom: 80px; */

}

.get-update-des h1{
    color: black;
}

.get-update-des p{
    color: black;
}

@media (min-width: 768px) {

    div#bs-example-navbar-collapse-1 {
        margin-left: -30px;
    }
}

@media (max-width: 992px) {

    .form#user-subscriptions-form-entityform-edit-form {
        width: 90%;
    }
    div#field-name-sub-add-more-wrapper{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    div#field-email-sub-add-more-wrapper {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    div#edit-field-country-sub{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    div#field-city-sub-add-more-wrapper{
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }


    div#edit-field-channel-sub{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    div#field-mobile-add-more-wrapper{
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    div#edit-field-language{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
    form#user-subscriptions-form-entityform-edit-form{
        width: 100%;
        padding: 0 15px 0 15px;
    }
    .get-update-img.col-md-5{
        float: left;

    }

}

@media (max-width: 768px) {

    .form#user-subscriptions-form-entityform-edit-form {
        width: 90%;
    }
    div#field-name-sub-add-more-wrapper{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

    div#field-email-sub-add-more-wrapper {
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    div#edit-field-country-sub{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

    div#field-city-sub-add-more-wrapper{
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }


    div#edit-field-channel-sub{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

    div#field-mobile-add-more-wrapper{
        float: left;
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }
    div#edit-field-language{
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

    .get-update-img.col-md-5{
        float: left;

    }

}

section#block-views-find-aljazeera-block {
    background-color: #222525;
}

section#block-views-cables-block{
    background-color: #222525;
}

section#block-views-find-aljazeera-block h2{
    color: #FFF;
    padding-left: 7.8%;
}



.panel-pane.pane-views.pane-video-node{
    background-color: #222525;
}

div#views-bootstrap-grid-1{
    margin-top: 30px;
}

.panel-pane.pane-views.pane-how-to-videos h2
{
    color: #FFF;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-left: 0px;
    font-family: "Helvetica-Neue-LT-Bold";
    padding-top: 20px;
    font-size: 24px;
}

.videos-home {
    background-color: #000;
    margin-top:0px;
    padding-top: 10px;
}

.page-howtovideos section#block-system-main{
    background-color: #000;
}

div#views-bootstrap-grid-1 .row {
    padding-bottom: 20px;
}


.views-field.views-field-field-summary p {
    color: #FFF;
    font-size: 16px;
    font-family: 'Helvetica-Neue-LT-Light';
    margin-top: 20px;
}

.panel-pane.pane-views-panes.pane-video-node-panel-pane-1{
    background-color: #181818;
}

.panel-pane.pane-views-panes.pane-video-node-panel-pane-1 h2{
    display: none;
}

.page-header{
    display: none;
}

div#views-bootstrap-grid-1{
    width: 92%;
    padding-bottom: 30px;
}

.i18n-en div#views-bootstrap-grid-1 {
    width: 100%;
    padding-bottom: 30px;
}


ul.pager.pager-load-more{
    padding-bottom: 30px;
}

.views-field.views-field-field-video img {

    width: 100%;
    height: 220px;
}

div#map-canvas{
    height: 500px!important;
    overflow: hidden!important;
    width: 100%!important;
}

div#map-results{
    height: 200px;
    overflow: hidden!important;
    width:100%!important;
}



.home-hero .col-md-4:first-child {
    padding-left: 0px!important;
}

.get-updates-section .col-md-8:first-child {
    padding-left: 0px;
}

.tunes-wrapper .col-md-12{
    padding-left: 0px!important;
}

@media only screen and (max-width: 992px){
    .msform-img img {
        display: block;
        max-width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px){
    .msform-img img {
        display: block;
        max-width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .msform-img img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
}


.home-notification .container .col-xs-6 {
    padding-left: 0px;
}


.home-notification .container  .col-md-5{
    padding-left: 0px;
}

.sat-freq-details .col-xs-4{
    padding-left: 0px;
}

a.language-link{
    padding-right: 0px;
}


.page-newfrequencies  .row-container>.container {
    display: none;
}

.page-howtovideos .row-container>.container {
    display: none!important;
}


.page-tunereceiver .row-container>.container {
    display: none!important;
}

.ticker-controls{
    display: none;
}

.field-content.col-md-8.how-to-video-player {
    margin-left: 0px;
    padding-left: 0px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #d4a21f;
    color: #FFF;
}

.bg-w.navbar.navbar-default.navbar-fixed-top
{
    z-index: 9999999999999;
}

div#views-bootstrap-grid-1>..col.col-lg-4{
    padding-left: 0px;
}

.newsbar-bg {

    background-color: #0f0e36;

    padding-left: 0px;
    padding: 0 0 6px 0;

}

.ticker {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #0f0e36;
    margin-left: -12px;
}

a.logo.navbar-btn.pull-left{
    margin-left: -5px;
}

div#views-bootstrap-grid-1>.row:first-child {
    margin-left: -6px;
}

/* moftah */
.home-hero h2 {
    font-weight: bold;
}
.ticker {
    padding-top: 2px;
}
.ui-widget-header {
    padding: 7px 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-size: 1.1em !important;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {

    font-size: 1.1em !important;

}
.ui-multiselect-checkboxes label {
    font-size: 1.1em !important;
}



.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #E0DCDC;
    background: #FFF !important;
    font-weight: 700;
    color: #dca300 !important;
    font-size: 1.1em;

}


@media only screen and (max-width: 768px){
    .bigTitle h1 {
        color: #0c1335;
        margin-top: 42px;
        font-size: 24px;
        font-family: 'Helvetica-Neue-LT-Bold';
        margin-right: 98px;
    }
}



.home-notification select{
    margin-left: -15px;
}


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

    .get-updates-section img {

        margin-top: 30px;

    }

}

.view-how-to-videos .col-md-4 {

    padding: 0;

    padding-right: 15px;

}


.view-how-to-videos .view-content {

    padding: 0 0 50px 0;

}


.pane-custom .pane-content h1 {

    color: #FFF;

    font-family: 'Helvetica-Neue-LT-Bold';

    font-size: 2em;

   padding:  60px  10px 20px 0px;


}

li.last.leaf.main-menu-lang-switch {
    border: none;
    margin-right: -15px;
}

.panel-col-top {
    padding-top: 20 px;

    background: url(/sites/all/themes/satellite/images/Satellite2.jpg) no-repeat;

    max-width: 100%;

    display: block;

    height: auto;

    background-position: 50% 50%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}

.panel-2col-stacked .panel-col-top, .panel-2col-stacked .panel-col-bottom {

    width: 100%!important;

    clear: both;

}


.page-home .pane-custom
{
    background-color: black;
}


div#edit-field-subscription-sub {

    display: none;

}

.container .panels-flexible-region {

    padding: 0;

}

.panels-flexible-region-container-form {

    float: none;

    width: 100%;

}

.pane-entityform-block h2 {

    display: none;

}

.page-subscribe section#block-system-main {

    margin-left: -30px;

}

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

    .page-subscribe section#block-system-main {

        margin: 0 -21px 0 -15px;



    }

}



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

    .get-update-img {

        margin-left: 50%;

    }

}

@media only screen and (max-width: 992px){
    .bigTitle h1 {

        margin-right: -32px;
    }

    li.last.leaf.main-menu-lang-switch {
        border: none;
        margin-right: 15px;
    }

}



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

    .bigTitle h1 {

        margin-right: 77px;

    }

}

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

    .bigTitle h1 {



        margin-right: 90px;

        margin-top: 48px;

        font-size: 20px;


    }

}


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

    .navbar-default .navbar-toggle {

        margin-top: -10px;

    }

    a.logo.navbar-btn.pull-left {

        margin-left: -31px;

    }

    .bigTitle h1 {

        margin-right: 49px;

        margin-top: 48px;

        font-size: 18px;

    }
    .newsbar {
        background-color: #0f0e36;
        height: 100px;
    }

}


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

    .bigTitle h1 {

        margin-right: 45px;

        margin-top: 49px;

        font-size: 15px;

    }

}


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

    .nav>li {

        position: relative;

        display: block;

        padding: 15px 0;

    }

}


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

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {

        color: #D69A1B;

        background-color: transparent;

        border-bottom: 4px solid #DBA200;

        margin-bottom: -16px;

        padding-bottom: 23px;

    }

}

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

    .navbar-nav > li > a {

        padding-top: 14px;

        padding-bottom: 10px;

        line-height: 9px;

    }

}


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

    div#bs-example-navbar-collapse-1 {

        margin: 0 -30px;

    }



}




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

    .navbar-default .navbar-toggle {

        margin-right: -26px;

    }

}

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

    .navbar-fixed-top {

        top: -18px;

        border-width: 0 0 1px;

    }

}

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

    .row-container {

        margin-top: 227px;

    }

}

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



    .row-container {
        margin-top: 60px;
    }

}


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

    .row-container{

        margin-top: 39px;
        padding: 0 0 40px 0;

    }

}


.content_special {
    margin-top: -1px;
}



@media only screen and (min-width: 992px){

    li.expanded.footer-menu-group.col-md-2.col-sm-6 {

        width: 20%;

    }

}


@media only screen and (max-width: 768px)
{
    .footer .nav>li {

        position: relative;

        display: block;
        border-bottom: none !important;
        padding:  15px;

    }

    .nav>li {

        border-bottom: 1px solid gray;

    }
}


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

    li.last.expanded ul {


        margin-top: -60px;

    }

}

.footer-logo img {

    margin-left: -21px;

}

.container .row {

    padding: 0;

    margin: 0;

}

.page-howtovideos .pane-custom {
    background-color: #222525;
}
.page-howtovideos .pane-custom h2{

    color: #FFF;

    font-family: 'Helvetica-Neue-LT-Bold';

    font-size: 2em;

}

.page-frequency-search .pane-find-aljazeera{
    background-color: #222525 ;
}

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

    .ticker-content {

        margin: 0px 0 0 -5px;



    }

}

.col-md-6.find-alj{
    margin-left: 0px;
    padding-left: 0px;
}

.find-alj-near-you .col-md-4{
    padding-left: 0px;
}

.panel-pane.pane-custom.pane-2{
    background-color: #000;

}

.page-frequency-search .pane-custom{
    background-color: #222525;
}

.page-frequency-search .pane-custom h2{
    color: #ffffff;
    display: none;
}


.page-map-search-results .pane-custom{
    background-color:#222525 ;
}

.page-map-search-results .pane-custom h2{
    color:#ffffff ;
}

.page-map-search-results .pane-find-aljazeera{
    background-color:#222525 ;
}

.ticker-content {
    padding-top: 9px;

}

@media only screen and (min-width: 992px) {
    

.nav li.expanded.footer-menu-group.col-md-2.col-sm-6:nth-child(1)
{
    width: 25%;
}
.nav li.expanded.footer-menu-group.col-md-2.col-sm-6:nth-child(2)
{
    width: 25%;
}

.nav li.expanded.footer-menu-group.col-md-2.col-sm-6:nth-child(3)
{
    width: 26%;
}

}

.setting-inst-button:hover{
    background-color: transparent!important;
    color: #ffffff!important;
    cursor: default!important;

}

.page-map .use-interactive-map h4 {
    margin-top: 85px!important;
}

.page-map-search-results .text-right.notifi-close-btn{
    margin-top: -50px;
    float: right!important;
}

.header-scrolled
{ border-bottom: solid 3px #ce9825; position: fixed; top: -190px; z-index: 10; }

.page-map .find-aljazeera {
     padding: 0px 0!important;
}




.no-channels {
    background-color: #f2f2f2;
    font-family: HelveticaNeueLTPro-Roman;
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    display: table;
    width: 100%;
    margin-top: -21px;
    margin-bottom: 30px;
}

.no-channels p {
    text-align: left;
    padding: 60px;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.page-frequency-search .table-responsive{
    padding-top: 10px!important;
}

.get-freq-subscribe-form {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #e3e3e3;
    padding: 0 30px 30px;
}

.thanks-subs-msg p {
    font-family: Helvetica-Neue-LT-Roman;
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    padding: 142px 25px 122px 25px;
}

.get-update-des h1 {
    font-family: 'Helvetica-Neue-LT-Bold';
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 50px;
    color: black!important;
}


.get-update-des p {
    font-size: 1.3em!important;
    font-weight: 500;
}

.page-map .ui-multiselect.ui-widget.ui-state-default.ui-corner-all span:nth-child(2) {
    font-size: medium!important;

}

.page-map-search-results .view-empty{
    margin-top: 30px!important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all{
    display: none;
}

form#user-login{
    margin-left: 10%!important;
    margin-right: 10%!important;
    margin-bottom: 5%!important;
    width: 80%!important;
}

.ticker-content a{
    cursor: default!important;
}

.page-frequency-search.panel-pane.pane-custom.pane-1 h2{
    visibility: hidden;
}

.captcha {
    padding-top: 20px;
    padding-right: 3%;
    padding-left: 3%;
}

.select-location select{
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a
{ font-weight: normal; -webkit-font-smoothing: antialiased; }

.loading
{
    width: 200px;
    height: 80px;
    margin-left: 600px;
    background:transparent url('/sites/all/themes/satellite/images/loader.gif') no-repeat 0 0;
    display: inline-block;
    font-size: 0px;
    align-content:center;
}


th.views-field.views-field-field-symbol-rate
{ white-space: nowrap; }

div#popupMain{
    overflow: hidden!important;
}

.gm-style-iw div * {
    overflow: hidden !important;
    line-height: 1.35em;
}

.row-container{
    padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
    section.home-notification h4
    { height: 33px; }
    .row.sat-freq-details p
    { height: 32px; }
}
@media only screen and (max-width: 768px) {
    section.home-notification h4
    { height: 33px; }
    .row.sat-freq-details p
    { height: 42px; }
}
@media only screen and (max-width: 610px) {
    section.home-notification h4
    { height: 33px; }
    .row.sat-freq-details p
    { height: 82px; }
}


.navbar-default .navbar-toggle .icon-bar
{ background-color: #000000; }
@media only screen and (max-width: 768px){
    .bigTitle h1
    { margin-left: 0; margin-top: 26px; font-size: 21px; margin-right: -124px; float: right; }
    a.logo.navbar-btn.pull-left
    { margin-right: -32px; margin-top: 0px; }
    button.navbar-toggle.collapsed
    {float: left;margin: -20px 0 0 -14px;}
}
@media only screen and (max-width: 640px){
    .bigTitle h1
    { margin-right: -80px; }
    .logo-wrap
    { margin-top: 42px; }
}
@media only screen and (max-width: 500px){
    .bigTitle h1
    { margin-right: -60px; }
}

.table-responsive
{ -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive .table
{ max-width: none; }


.navbar-default .navbar-toggle .icon-bar
{ background-color: #000000; }
@media only screen and (max-width: 768px) {
    a.logo img {
        width: 22px;
        height: 37px;
    }

    .navbar .logo {
        width: 22px;
    }

    a.logo.navbar-btn.pull-left {
        margin-left: -27px;
    }

}

@media only screen and (max-width: 768px){
    .bigTitle h1
    { margin-right: 0; margin-top: 21px; font-size: 24px; margin-left: 5px; text-align: left; }
}
@media only screen and (max-width: 768px){
    .navbar-default .navbar-toggle
    { margin-right: -26px; margin-top: -11px; }
    body.navbar-is-fixed-top
    { padding-top: 20px !important; }
}
@media only screen and (max-width: 400px){
    .bigTitle h1
    { margin-left: 5px !important; }
}



/*added on 8-Jun 2016 as instrcuted by moftha */

.navbar-default .navbar-toggle .icon-bar
{ background-color: #000000; }
@media only screen and (max-width: 768px){
 .bigTitle h1
{ margin-left: 0; margin-top: 26px; font-size: 21px; margin-right: 40px; float: right; }
a.logo.navbar-btn.pull-left
{ margin-right: -32px; margin-top: 0px; }
button.navbar-toggle.collapsed
{ float: right; margin: -21px -26px 0 0px; }
a.logo img
{ width: 37px; height: 61px; }
.navbar-default .navbar-toggle
{ margin-right: -26px; margin-top: -21px; }
a.logo.navbar-btn.pull-left
{ margin-left: -25px; }
}

@media only screen and (max-width: 640px){
 .bigTitle h1
{margin-right: 40px;}
.logo-wrap
{ margin-top: 42px; }
}
 @media only screen and (max-width: 500px){
 .bigTitle h1
{margin-right: 25px;}
}
 @media only screen and (max-width: 400px){
 .bigTitle h1
{margin-right: 30px;font-size: 18px;}
}

@media only screen and (max-width: 350px){
 .bigTitle h1
{ margin-right: 25px; font-size:15px; margin-top:30px; }
}
 @media only screen and (max-width: 768px){
 .navbar .logo
{ width: 45px; }
}


/*added on 9-Jun-2016 provided by Muftah DPS-3084*/


@media only screen and (max-width: 992px){
    .row-container
    { margin-top: 178px; }
}
@media only screen and (max-width: 510px){
    .newsbar
    { background-color: #0f0e36; height: 51px; }
}

.newsbar-bg
{ background-color: #0f0e36; padding-left: 0px; padding: 0 0 6px 0; margin: 90px 0 0 0; z-index: 100000; position: relative; top: 0px; }
@media only screen and (max-width: 768px){
    .row-container
    { margin-top: 85px; }
}
@media only screen and (max-width: 640px){
    .row-container
    { margin-top: 89px; padding: 0 0 40px 0; }
}


/*added on 9-Jun-2016  3:00 pm provided by Muftah DPS-3084*/

@media only screen and (min-width: 992px){
    .row-container
    { margin-top: 178px; }
}
@media only screen and (max-width: 992px){
    .newsbar-bg
    { padding: 0px 3px 55px 0; }
}
@media only screen and (max-width: 768px){
    .bigTitle h1
    { margin-left: 0; margin-top: 27px; font-size: 28px; margin-left: 10px; float: left; }
}
@media only screen and (max-width: 640px){
    .bigTitle h1
    { margin-right: 0; }
}
@media only screen and (max-width: 500px){
    .bigTitle h1
    { margin-right: 0; font-size: 24px; }
}
@media only screen and (max-width: 450px){
    .bigTitle h1
    { margin-right: 0; font-size: 18px; }
}
