body {
    font-family: "SkyTextRegular",Helvetica,Arial,sans-serif;
    font-size: 1rem;
}
a {
    font-size: 2.4rem;
}
ul {
    padding-left: 20px;
}
sub {
    font-size: 1.5rem;
    bottom: 0;
    line-height: 2rem;
    margin-bottom: 10px;
    display: block;
}
label {
    font-weight: normal;
}
select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06) inset;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06) inset;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.06) inset;
    font-family: "SkyTextRegular",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
    height: 3.2rem;
    margin: 0;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #333;
}
.heard-only {
    position: absolute;
    left: -9999rem;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.row {
    margin: 0;
}
header {
    position: relative;
    background: transparent url(../assets/header-gradient.jpg) no-repeat scroll center top;
}
header .header-wrapper {
    margin: 0 auto;
    max-width: 1500px;
    min-height: 153px;
    position: relative;
}
header .header-wrapper:after {
    content: ' ';
    clear: both;
    width: 1px;
    height: 1px;
    display: block;
}
header .news-logo {
    margin: 33px 47px;
    float: left;
}
header .news-logo img {
    float: left;
}
header .news-logo h1 {
    font-weight: normal;
    float: left;
    margin: 0 0 0 10px;
    font-size: 4.6rem;
}
header .navbar {
    position: static;
    margin-bottom: 0;
    min-height: 0;
    border: 0;
}
header .navbar-nav {
    position: absolute;
    top: 100px;
    left: 33px;
    margin-bottom: 0;
    z-index: 1;
}
header .navbar-nav li {
    padding: 10px 15px;
}
header .navbar-nav li a {
    font-size: 1.8rem;
    padding: 0;
}
header .navbar-nav li a.selected {
    font-weight: bold;
    border-bottom: 2px solid #3157a1;
}
header .navbar-nav li a:link,
header .navbar-nav li a:visited,
header .navbar-nav li a:hover,
header .navbar-nav li a:active {
    background-color: transparent;
}
header .navbar-burger {
    display: none;
}
header .navbar-burger:before {
    display: block;
    content: ' ';
    background: transparent url(../assets/burger.png) scroll no-repeat center center;
    background-size: cover;
}
header .search-form {
    position: absolute;
    top: 43px;
    right: 186px;
}
header .search-form .search-button {
    display: inline-block;
    background-color: #3157a1;
    border: 0;
    color: #fff;
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    float: left;
}
header .search-form input[type=search] {
    width: 190px;
    border: 1px solid #3157a1;
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
    height: 3.5rem;
    text-indent: 1rem;
    float: left;
    outline: none;
}
header .search-form .search-button span {
    position: absolute;
    left: -9999rem;
}

main {
    margin: 0 auto;
    max-width: 1500px;
}
.headline {
    color: #fff;
    padding: 50px;
    max-width: 1500px;
    position: relative;
}

.headline.home {
    background: transparent url(../assets/home-main-background.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headline:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0% 60%, 0% 100%, from(transparent), to(#000));
/*     background: -webkit-linear-gradient(top, transparent, #000); */
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000);
}

.headline.advertising{
    background: transparent url(../assets/newpictures/SkyNewsInternationalWebsite0257.jpg) no-repeat scroll right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headline .play-arrow {
    height: 378px;
    width: 100%;
    position:relative;
}

.headline .play-arrow-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background-image: url(../assets/play-head.png);
  display: block;
  z-index: 1;
  cursor: pointer;
}

.headline.watch {
    min-height: 575px;
    color: #000;
    background: transparent url(../assets/region-maps/all.png) no-repeat scroll top center;
    padding-top: 25px;
}
.headline.watch .regions {
    padding-left: 0;
    overflow: hidden;
}
.headline.watch .regions li {
    list-style: none;
}
.headline.watch .regions a {
    padding: 5px 10px;
    background-color: #33599f;
    color: #fff;
    font-size: 1.5rem;
}
.headline.watch:before {
    content: none;
}
.headline h2 {
    position: relative;
    z-index: 2;
    font-size: 8.9rem;
    line-height: 7.9rem;
    margin-bottom: 6px;
}
.headline p {
    position: relative;
    z-index: 2;
    font-size: 4.6rem;
    line-height: 5.3rem;
}
.headline a {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: underline;
}
.main {
    padding: 0;
}
.main h3 {
    font-size: 4.3rem;
}
.main h4 {
    font-size: 3.2rem;
}

.main p,
.main ul li {
    font-size: 1.7rem;
}
.main ul li {
    color: #3157a2;
}
.main ul li span {
    color: #000;
}
.main p {
    margin-bottom: 20px;
}
.main a,
.main .link {
    color: #3256a0;
    text-decoration: underline;
}
.main .watch {
    padding: 0;
}
.main .watch .text h4,
.main .watch .main-text h4,
.main .sponsors .main-text h4,
.overlay-front .titlebar h4 {
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 4.5rem;
}
.main .watch .text h5,
.main .watch .main-text h5 {
    font-weight: normal;
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 20px;
}
.main .watch .sky-media {
    padding: 40px 0;
}
.main .watch .sky-media h5 {
    margin: 15px 20px 0 0;
    float: left;
}
.ultra-link {
    min-height: 42px;
}
.ultra-link p {
    margin-bottom: 10px;
}
.ultra-link p.title {
    font-weight: bold;
    margin-bottom: 0;
}
.contactus .ultra-link a {
    font-weight: normal;
}
.ultra-link a {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.ultra-link .icon:before {
    content: ' ';
    height: 30px;
    width: 40px;
    background: transparent url(../assets/attachment.png) no-repeat scroll 0 -1px;
    display: block;
    float: left;
}
.ultra-link .attachment:before {
    background-position: 0 -1px;
}
.ultra-link .email:before {
    height: 21px;
    background-position: 0 -39px;
}
.ultra-link .phone {
    min-height: 30px;
}
.ultra-link .phone:before {
    background-position: 0 -72px;
}
.ultra-link .location:before {
    width: 30px;
    background-position: 0 -115px;
}
.main .watch .text,
.main .sponsors .main-text,
.main .watch .main-text {
    padding: 30px 50px 30px 50px;
    top: 0;
    left: 0;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.main .watch .link {
    font-size: 2.4rem;
}
.main .adverts {
    padding: 0;
}
.main .adverts a {
    font-size: 1.7rem;
}
.main .adverts .advertisement {
    padding: 0;
}
.main .adverts .advertisement-text,
.main .adverts .carry-text {
    text-decoration: none;
    padding: 30px 50px 40px;
    display: block;
    color: #000;
}
.main .adverts .advertisement-text p {
    font-size: 1.7rem;
}
.main .adverts .advertisement-text:after {
    content: ' ';
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-top: 0;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    margin: -12px 0 0 -12px;
}
.main .adverts .advertisement-image {
    height: 256px;
    width: 100%;
    overflow: hidden;
/*     background: transparent url(../assets/minions.jpg) scroll no-repeat center top; */
    background: transparent url(../assets/newsroom.jpg) scroll no-repeat center center; 
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main .adverts .carry {
    padding: 0;
}
.main .adverts .carry-text p {
    font-size: 1.7rem;
}
.main .adverts .carry-text:after {
    content: ' ';
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 0;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    margin: -1px 0 0 -12px;
}
.main .adverts .carry-image {
    height: 256px;
    width: 100%;
    overflow: hidden;
    background: transparent url(../assets/newpictures/carry-thumbnail.jpg) scroll no-repeat center center;
     -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main .worldwide {
    right: 0;
    height: 100%;
    background-color: #eaeaea;
    text-align: center;
}
.main .main-text:after {
    content: ' ';
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    width: 0;
    height: 0;
    left: 100%;
    margin-top: -12px;
    z-index: 1;
}
.main.advertising .sponsors .main-text:after {
    content: none;
}
.main.home .worldwide {
    padding: 125px 40px 40px 40px;
}
.main.home .main-text:after {
    top: 132px;
}
.main.advertising .worldwide {
    padding: 78px 30px 150px 30px;
}
.main.advertising .main-text:after {
    top: 78px;
}
.main.advertising .watch .text p a,
.main.advertising .watch .main-text p a {
    font-size: 1.6rem;
}
.main .worldwide p {
    position: relative;
    font-size: 2.2rem;
    line-height: 2.9rem;
}

.advertising .information h3 {
    font-size: 3.2rem;
    font-weight: lighter;
}

.advertising .information a {
    font-size: 1.3rem;
    color: #3256a0;
    text-decoration: underline;
}

.advertising .channels h5 {
    font-size: 2.2rem;
    font-weight: lighter;
}

.advertising .sponsors {
    padding: 0;
}

.advertising .sponsors .text {
    padding: 30px 50px 0 50px;
    top: 0;
    left: 0;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.advertising .sponsors .text h5 {
    font-weight: normal;
  	font-size: 4.6rem;
  	line-height: 5.3rem;
}
.advertising .sponsors .logo {
    text-align: center;
    padding: 55px 65px 30px 35px;
}

.advertising .sponsors .logo a {
    position: relative;
    display: block;
    min-height: 110px;
    max-height: 110px;
}

.advertising .sponsors .logo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.advertising .sponsors .logo  img {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    margin-right: -50%;
 	-webkit-transform: translate(-40%, -40%);
 	-moz-transform: translate(-40%, -40%);
 	-o-transform: translate(-40%, -40%);
 	transform: translate(-40%, -40%);
 }

.headline.carry {
    background: transparent url(../assets/newpictures/TADROS_2.jpg) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main.carry .main-text:after {
    top: 65px;
}
.main.carry .worldwide:after {
    top: auto;
    height: 110px;
}
.main.carry .worldwide {
    padding: 65px 40px 100px 40px;
}
.main.carry .watch .main-text div {
    padding: 0;
}
.main.carry .nav {
    margin-top: 20px;
}
.main.carry .nav li {
    list-style: none;
    float: left;
    border-left: 1px solid #000;
}
.main.carry .nav li:first-child {
    border-left: none;
}
.main.carry .nav li a {
    padding: 0 15px;
    font-size: 1.7rem;
}
.main.carry .nav li:first-child a {
    padding-left: 0;
}
.main.carry .nav li a:hover,
.main.carry .nav li a:focus {
    background-color: transparent;
    text-decoration: underline;
}
.main.carry .adverts {
    padding: 40px;
}
.main.carry .adverts h3 {
    margin-top: 0.8rem;
}
.main.carry .awards-photo {
    background: transparent url(../assets/awards-photo.jpg) no-repeat scroll 44% 30%;
    background-size: cover;
    height: 490px;
}
.main.carry .highlights {
    margin-top: 20px;
}

.headline.about {
    background: transparent url(../assets/newpictures/SkyNewsInternationalWebsite0280.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main.about .worldwide {
    padding: 40px;
}
.main.about .worldwide:after {
    content: none;
}
.main.about .worldwide ul {
    padding-left: 0;
    margin-bottom: 0;
}
.main.about .worldwide li {
    list-style: none;
    border-bottom: 1px solid #000;
    font-size: 2.2rem;
    padding: 30px 0;
    color: #000;
}
.main.about .worldwide li:first-child {
    padding-top: 0;
}
.main.about .worldwide li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.main.about .main-text:after {
    top: 40px;
}
.main.about .about-picture-top {
    background: transparent url(../assets/newpictures/CEGrab_20150715_150113_502_3.jpg) no-repeat scroll 10% 49%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 394px;
}
.main.about .about-picture-bottom {
    background: transparent url(../assets/newpictures/CEGrab_20150727_121943_502_4.jpg) no-repeat scroll right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 394px;
}

.main.about a {
    font-size: 1.7rem;
}
.main .contact-footer {
    margin-top: 20px;
}
.main .contact-footer a {
    font-size: 1.7rem;
}
.headline.contactus {
    background: transparent url(../assets/newpictures/contact-main-background.jpg) no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main.contactus .contacts {
    padding: 0;
}
.main.contactus .contact-list .watch,
.main.contactus .contact-list .advertise,
.main.contactus .contact-list .carry,
.main.contactus .contact-list .images,
.main.contactus .contact-list .arabia,
.main.contactus .contact-list .archive {
    padding: 0 50px 10px 0;
}
.contact-list {
    padding: 50px 0 0 50px;
}
.main.contactus .studio-photo {
    background: transparent url(../assets/newpictures/JeremyThompson0036_e.jpg) no-repeat scroll 48% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main.watch .main-text:after {
    top: 47px;
}
.main.watch .worldwide {
    padding: 40px 20px;
}
.main.watch .studio-photo {
    background: transparent url(../assets/newpictures/CEGrab_20150715_134620_502.jpg) no-repeat scroll 80% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 538px;
}
.main.watch .watch .main-text {
    padding-top: 0;
}
.headline.watch .regions-selection {
    display: none;
}
.no-js .operators {
    margin-bottom: 40px;
}
.no-js .overlay.hide,
.no-js .overlay .hide,
.no-js div.operators.hide {
    display: block !important;
}
.no-js ul.operators.hide {
    display: block !important;
}
.js .overlay-video-front{
	position: fixed;
    top: 10%;
    left: 50%;
    width: 991px;
    margin-left: -500px;
    background-color: #fff;
    color: #000;
    z-index: 2;
	padding: 0px;
}
.js .overlay .overlay-video-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c1f49;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    z-index: 2;
}
.js .overlay .overlay-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c1f49;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    z-index: 2;
}
.js .overlay .overlay-front {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 750px;
    margin-left: -375px;
    background-color: #fff;
    color: #000;
    z-index: 2;
}
.js .carry-overlay .overlay-front {
    top: 50px;
    bottom: 50px;
    overflow: auto;
}
.overlay .overlay-front {
    font-size: 1.7rem;
    padding: 45px;
}
.overlay .overlay-front .titlebar {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.overlay .overlay-front .titlebar h4 {
    float: left;
    margin-top: 0;
}
.overlay .overlay-front .titlebar a {
    margin-bottom: 10px;
    float: right;
}
.overlay .overlay-front .titlebar a:hover {
    text-decoration: none;
}
.overlay .overlay-front .titlebar .overlay-close {
    text-decoration: none;
    color: #000;
}
.no-js .overlay .overlay-front .titlebar .overlay-close {
    display: none;
}
.js .overlay .overlay-front .titlebar a:after {
    content: ' ';
    display: block;
    background: transparent url(../assets/overlay-icons.png) no-repeat scroll center center;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 10px;
}
.no-js .overlay .overlay-front .region-form {
    display: none;
}
.overlay .overlay-front .text a {
    font-size: 1.7rem;
    color: #33599f;
    text-decoration: underline;
}
.overlay .overlay-front .text form p {
    margin: 20px 0;
}
.js .overlay .overlay-front .text .contacts-wrapper {
    max-height: 325px;
    overflow: auto;
}
.overlay .overlay-front ul.operators {
    padding-left: 0;
    width: 100%;
}
.overlay .overlay-front ul.operators li {
    list-style: none;
    overflow: hidden;
}
.overlay .overlay-front ul.operators span {
    display: block;
    float: left;
}
.overlay .overlay-front ul.operators span {
    width: 50%;
}
.overlay .overlay-front ul.operators li {
    padding: 35px 15px;
}
.overlay .overlay-front ul.operators li:nth-child(even) {
    background-color: #eaeaea;
}
.overlay .overlay-front .text:after  {
    content: none;
}
.overlay .overlay-front .text .description {
    margin: 0;
}
.overlay .overlay-front .text h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 2.4rem;
}
.js .overlay .overlay-front select {
    max-width: 220px;
}

footer {
    background-color: #f4f4f4;
}

footer .footer-wrapper {
    margin: 0 auto;
    max-width: 1500px;
}

footer nav {
    padding: 30px 35px;
}

footer p {
    color: #666;
    font-size: 1.3rem;
}

footer .navbar {
    margin-bottom: 0;
}

footer .navbar-nav {
    width: 100%;
}

footer .navbar-nav li {
    padding: 0 0 0 15px;
}
footer .navbar-nav li:first-child {
    padding-left: 0;
}

footer .navbar-nav li a {
    padding: 0;
    color: #666;
    font-size: 1.3rem;
}
footer .navbar-nav li a:hover,
footer .navbar-nav li a:focus {
    background-color: transparent;
    text-decoration: underline;
}
footer .logos {
    float: left;
    padding-top: 28px;
    overflow: hidden;
}
footer .logos img {
    float: left;
}
footer .logos p {
    float: left;
    padding: 20px 0 0 20px;
    margin: 0;
}
/* Tablet and desktop resolutions only */
@media (min-width: 768px) {
    .main.home .watch .text,
    .main.home .watch .main-text {
        position: relative;
    }
    .main .watch {
        border-bottom: 1px solid #eaeaea;
    }
    .main.contactus .watch {
        border-bottom: none;
    }
    .headline.watch .regions a {
        float: left;
        border-right: 1px solid #fff;
    }
    .headline.watch .regions li:last-child a {
        border-right: none;
    }
    .headline.watch .regions.hide {
        display: block !important;
    }

    /*Desktop video*/
    .video-wrapper {
        /*min-height: 646px;*/
        position: relative;
        padding-top: 57%;
        height: 0;
        overflow: hidden;
        background-color: #0B1021;
    }
    .mejs-container {
        padding-top: 57%;
    }
}
/* Desktop resolution only */
@media (min-width: 992px) {
    header .navbar.hide {
        display: block !important;
    }
    header .navbar-nav a:hover,
    header .navbar-nav a:focus {
        border-bottom: 2px solid #3157a1;
    }
    header .search-form .search-icon {
        display: none;
    }
    .headline {
        min-height: 646px;
        position: relative;
    }
    .headline .main-text {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
    }
    .main {
        overflow: hidden;
    }
    .main.home {
        position: relative;
    }
    .main .adverts {
        position: static;
    }
    .main.home .watch .main-text:hover,
    .main .adverts .carry-text:hover,
    .main .adverts .advertisement-text:hover,
    .main.home .watch .main-text:focus,
    .main .adverts .carry-text:focus,
    .main .adverts .advertisement-text:focus {
        background-color: #f4f4f4;
    }
    .main.home .main-text:hover:after,
    .main.home .main-text:focus:after {
        border-left: 12px solid #f4f4f4;
    }
    .main .adverts .carry-text:hover:after,
    .main .adverts .carry-text:focus:after {
        border-top: 12px solid #f4f4f4;
    }
    .main .adverts .advertisement-text:hover:after,
    .main .adverts .advertisement-text:focus:after {
        border-bottom: 12px solid #f4f4f4;
    }
    .main .adverts .carry-text {
        position: absolute;
        top: 0;
        left: 50%;
        width: 25%;
        height: 50%;
    }
    .main .adverts .carry-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25%;
        height: 50%;
    }
    .main .adverts .advertisement-image {
        position: absolute;
        top: 0;
        left: 75%;
        width: 25%;
        height: 50%;
    }
    .main .adverts .advertisement-text {
        position: absolute;
        top: 50%;
        left: 75%;
        width: 25%;
        height: 50%;
    }
    .main .main-text {
        width: auto;
    }
    .main .worldwide {
        position: absolute;
        height: 1000%;
    }
    .main.home .main-text,
    .main.watch .main-text,
    .main.carry .main-text,
    .main.advertising .main-text,
    .main.about .main-text {
        margin-right: 187px;
    }
    .main.home .worldwide,
    .main.watch .worldwide,
    .main.carry .worldwide,
    .main.advertising .worldwide,
    .main.about .worldwide {
        width: 187px;
    }
    .main .watch {
        border-bottom: none;
    }
    .main.carry .watch .main-text .programming {
        padding-right: 20px;
    }
    .main.carry .watch .main-text .promos {
        padding-left: 20px;
    }
    .main.about {
        position: relative;
    }
    .main.about .watch .main-text {
        min-height: 760px;
    }
    .main.about .adverts {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .main.about .about-picture-top {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 50%;
    }
    .main.about .about-picture-bottom {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 50%;
    }
    .main.contactus .studio-photo {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .main.watch {
        position: relative;
    }
    .main.watch .watch .main-text {
        min-height: 520px;
    }
    .main.watch .studio-photo {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
    .headline.watch {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .headline.watch a {
        text-decoration: none;
    }
    .headline.watch a:hover {
        text-decoration: underline;
    }
    .headline.watch .regions a {
        position: absolute;
        z-index: 1;
        border-right: none;
    }
    .headline.watch .regions:hover:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .headline.watch .regions li:hover:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .headline.watch .regions .americas:hover:after {
        background: transparent url(../assets/region-maps/americas.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .americas a {
        top: 21%;
        left: 12%;
    }
    .headline.watch .regions .europe:hover:after {
        background: transparent url(../assets/region-maps/europe.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .europe a {
        top: 13%;
        left: 39%;
    }
    .headline.watch .regions .africa:hover:after {
        background: transparent url(../assets/region-maps/africa.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .africa a {
        top: 37%;
        left: 46%;
    }
    .headline.watch .regions .middleeast:hover:after {
        background: transparent url(../assets/region-maps/middleeast.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .middleeast a {
        top: 25%;
        left: 55%;
    }
    .headline.watch .regions .asia:hover:after {
        background: transparent url(../assets/region-maps/asia.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .asia a {
        top: 20%;
        left: 70%;
    }
    .headline.watch .regions .australasia:hover:after {
        background: transparent url(../assets/region-maps/australasia.png) no-repeat scroll top center;
        background-size: contain;
    }
    .headline.watch .regions .australasia a {
        top: 50%;
        left: 78%;
    }
    
    /*Desktop video*/
    .video-wrapper {
    	/*min-height: 646px;*/
     	position: relative;
        padding-top: 57%;
        height: 0;
        overflow: hidden;
        background-color: #0B1021;
    }
    .mejs-container {
        padding-top: 57%;
    }
    
}
/* Mobile and tablet resolutions only */
@media (max-width: 991px) {
    sub {
        font-size: 1rem;
    }
    header .news-logo img {
        height: 26px;
    }
    header .news-logo {
        margin: 18px 17px;
    }
    header .header-wrapper {
        min-height: 70px;
    }
    header .news-logo h1 {
        font-size: 2.7rem;
    }
    header .navbar {
        position: absolute;
        right: 0;
        z-index: 3;
        width: 135px;
        min-height: 1000px;
        top: 100%;
        margin-top: -2px;
    }
    header .navbar-burger {
        float: right;
        display: block;
        padding: 22px 17px;
    }
    header .navbar-burger.selected {
        background-color: #fff;
    }
    header .navbar-burger:before {
        width: 35px;
        height: 25px;
    }
    header .navbar-nav {
        top: auto;
        left: auto;
        position: static;
        float: left;
        margin: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-top: none;
        border-right: none;
    }
    header .navbar-nav li {
        float: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .navbar-nav li a {
        color: #3157a1;
        display: inline;
    }
    header .navbar-nav li a.selected {
        color: #3157a1;
        font-weight: bold;
        border-bottom: none;
    }
    header .search-form {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        overflow: hidden;
    }
    header .search-form input[type=search] {
        text-indent: 3rem;
    }
    header .search-icon {
        position: absolute;
        left: 10px;
        top: 8px;
        color: #666;
    }
    header .search-form input[type=search] {
        width: 133px;
        border: 0;
    }
    header .search-form .search-button {
        display: none;
    }
    .main .sponsors .main-text,
    .main .watch .main-text {
        padding: 15px 25px 15px 25px;
    }
    .main .adverts .advertisement-text,
    .main .adverts .carry-text {
        position: relative;
        padding: 15px 25px 20px;
    }
    .main.carry .adverts {
        padding: 20px;
    }
    .headline {
        padding: 105px 25px 25px 25px;
        min-height: 260px;
    }
    .headline .play-arrow {
        height: 265px;
    }
    .headline.watch {
        background-image: none;
        min-height: 0;
    }
    .headline h2 {
        font-size: 7rem;
        line-height: 6rem;
    }
    .headline p {
        font-size: 2.7rem;
        line-height: 3.4rem;
    }
    .main h3 {
        font-size: 2.4rem;
    }
    .main h4 {
    	font-size: 2.4rem;
	}
    .main .watch .main-text h4,
    .main .sponsors .main-text h4,
    .main .watch .text h4,
    .overlay-front .titlebar h4 {
        font-size: 2.7rem;
        line-height: 3.4rem;
    }
    .main.about .worldwide {
        max-height: none;
    }
    .main.watch .worldwide,
    .main.about .worldwide,
    .main.advertising .worldwide,
    .main.carry .worldwide {
        position: absolute;
    }
    .main.home .worldwide {
        padding: 75px 20px 55px;
    }
    .main.home .main-text:after {
        top: 84px;
    }
    .main.watch .worldwide {
        padding: 20px 20px 10px;
    }
    .main.watch .main-text:after {
        top: 27px;
    }
    .main.watch .studio-photo {
        height: 280px;
        background-position: 80% 25%;
    }
    .main.carry .worldwide {
        padding: 20px;
    }
    .main.carry .main-text:after {
        top: 27px;
    }
    .main.advertising .worldwide {
        padding: 20px;
    }
    .main.advertising .main-text:after {
        top: 27px;
    }
    .main.about .main-text:after {
        top: 27px;
    }
    .main.about .worldwide {
        padding: 20px;
    }
    .main.about .worldwide li {
        padding: 15px 0;
    }
    .main.about .worldwide li:first-child {
        padding-top: 0;
    }
    .main.about .worldwide li:last-child {
        padding-bottom: 0;
    }
    .main.carry .awards-photo {
        height: 280px;
    }
    .main .worldwide p {
        font-size: 1.7rem;
    }
    .main.about .worldwide li {
        font-size: 1.7rem;
    }
    .main.contactus .contact-list .watch,
    .main.contactus .contact-list .advertise,
    .main.contactus .contact-list .carry,
    .main.contactus .contact-list .images,
    .main.contactus .contact-list .arabia,
    .main.contactus .contact-list .archive {
        padding: 0 25px 5px 0;
    }
    .contact-list {
        padding: 25px 0 0 25px;
    }
    .main.contactus .studio-photo {
        height: 260px;
    }
    .main.about .about-picture-top {

    }
    .main.about .about-picture-bottom {
        background-position: right top;
    }
    .main.about .about-picture-top,
    .main.about .about-picture-bottom {
        height: 280px;
    }
    .headline a {
        font-size: 1.7rem;
    }
    .js .overlay .overlay-video-front {
        margin-left: 0;
        width: auto;
        left: 40px;
        right: 40px;
        top: 40px;
        overflow: auto;
        background: transparent;
    }
    .js .overlay .overlay-front .text .contacts-wrapper {
        max-height: 100%;
        margin-top: 140px;
        position: absolute;
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px;
    }
    .js .overlay .overlay-front {
        margin-left: 0;
        width: auto;
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        overflow: auto;
    }
    .overlay .overlay-front {
        padding: 40px;
    }

    /* Video size for mobile and tablet */
    .video-wrapper {
        /*padding-top: 50%;*/
        height: 0;
        position: relative;
        overflow: hidden;
        background-color: #0B1021;
    }

}
/* Mobile resolution only */
@media (max-width: 767px) {
    header .news-logo img {
        height: 22px;
    }
    header .header-wrapper {
        min-height: 58px;
    }
    header .news-logo h1 {
        font-size: 2.2rem;
    }
    header .navbar-burger {
        padding: 19px;
    }
    footer .navbar-nav {
        width: auto;
        margin: 7.5px 0;
    }
    footer .navbar-nav li {
        float: left;
    }
    header .navbar-burger:before {
        width: 28px;
        height: 21px;
    }
    .main .adverts .advertisement-image {
        width: 100%;
    }
    .main .adverts .carry-image {
        width: 100%;
    }
    .main.about .worldwide,
    .main.watch .worldwide,
    .main.advertising .worldwide,
    .main.carry .worldwide,
    .main .worldwide {
        position: relative;
    }
    .main.about .worldwide {
        padding: 20px;
    }
    .main .main-text:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff;
        border-bottom: 0;
        left: 50%;
        margin-left: -12px;
    }
    .main.home .main-text:after,
    .main.watch .main-text:after,
    .main.advertising .main-text:after,
    .main.carry .main-text:after,
    .main.about .main-text:after {
        top: 100%;
        margin-top: 0;
    }
    .main.home .worldwide {
        padding: 20px 20px 0;
    }
    .main.advertising .worldwide {
        padding-bottom: 0;
    }
    .js .headline.watch .region-wrapper {
        position: relative;
        width: 84px;
        border: 1px solid #eaeaea;
    }
    .headline.watch .regions.show {
        display: block !important;
    }
    .headline.watch .regions.hide {
        display: none !important;
    }
    .no-js .headline.watch .regions.hide {
        display: block !important;
    }
    .headline.watch .regions {
        position: absolute;
        top: 4rem;
        left: 0;
        border: 1px solid #eaeaea;
        width: 120px;
        background-color: #fff;
        z-index: 1;
    }
    .no-js .headline.watch .regions {
        position: static;
    }
    .headline.watch .regions li {
        display: block;
        background-color: #fff;
        padding: 5px 10px;
    }
    .headline.watch .regions a {
        padding: 0;
        color: #3157a1;
        background-color: #fff;
    }
    .headline.watch .regions-selection {
        display: block;
        position: relative;
        color: #000;
        font-size: 1.5rem;
        text-decoration: none;
        padding: 10px;
    }
    .no-js .headline.watch .regions-selection {
        display: none;
    }
    .headline.watch .regions-selection:after {
        position: absolute;
        top: 17px;
        right: 10px;
        content: ' ';
        border-top: 5px solid #000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .headline h2 {
        font-size: 6.5rem;
        line-height: 5.5rem;
    }
    .headline p {
        font-size: 2.2rem;
        line-height: 2.9rem;
    }
    .overlay .overlay-front ul.operators span {
        width: 100%;
    }
    .js .overlay .overlay-front .text .contacts-wrapper {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .js .overlay .overlay-front {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .overlay .overlay-front {
        padding: 20px;
    }
    .js .overlay .overlay-video-front {
        margin-left: 0;
        width: auto;
        left: 40px;
        right: 40px;
        top: 40px;
        overflow: auto;
        background: transparent;
    }
    .js .overlay .overlay-close span {
        display: none;
    }
    
    .main .watch .text h4,
    .overlay-front .titlebar h4 {
        font-size: 2.2rem;
        line-height: 2.9rem;
    }
    /* Video size for mobile*/
    .video-wrapper {
        padding-top: 57%;
        height: 0;
        position: relative;
        overflow: hidden;
        background-color: #0B1021;
    }
    .mejs-container {
        padding-top: 57%;
    }
}

/* Mobile landscape mode*/
@media (max-height: 400px) {
    .js .overlay .overlay-video-front {
        top: 5px;
    }
}

/*Player integration*/
video {
  width: 100% !important;
  height: 100% !important;
}