@font-face{
    font-family:'dinpro';
    src: url('dinpro.eot');
    src: url('dinpro.eot?#iefix') format('embedded-opentype'),
         url('dinpro.woff2') format('woff2'),
         url('dinpro.woff') format('woff'),
         url('dinpro.ttf') format('truetype'),
         url('dinpro.svg#dinpro') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'DINProM';
    src: url('../font/DIN-Black.otf');
    src: url('../font/DINProM.eot') format('embedded-opentype'),
         url('../font/DINProM.woff2') format('woff2'),
         url('../font/DINProM.woff') format('woff'),
         url('../font/DINProM.ttf') format('truetype'),
         url('../font/DINProM.svg#DINProM') format('svg');
}

@font-face {
      font-family: 'DINProM';
      src: url('../font/din-regular.eot');
      src: url('../font/din-regular.eot?#iefix') format('embedded-opentype'),
           url('../font/din-regular.woff') format('woff'),
	   url('../font/din-regular.ttf') format('truetype'),
	   url('../font/din-regular.svg#SingleMaltaRegular') format('svg');
      font-weight: normal;
      font-style: normal;
}

* {
	box-sizing: border-box;
}
body, html {
	font-family: 'DINProM';
}
h1,h2,h3,h4,h5,h6,p,ul,li {
	padding: 0;
	margin:0;
}
a,
a:hover {
	text-decoration: none;
	outline: none;
}
ul li {
	list-style: none;
}
.bx-wrapper .bx-viewport {
	left:0;
}
#main {
	background-color: #eeeeee;
}
#main .container {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 35px;
    padding-top: 0px;
    background: #fff;
    box-shadow: 0 33px 61px -31px rgba(0,0,0,.3);
    border-radius: 2px;
}
#main .container.jsmovies,
#main .container.package,
#main .container.channels,
#main .container.self-service {
	margin-bottom: 50px;
}
#main .jsmovies .box {
	margin-bottom: 30px;
}
#main .title {
	font-size: 24px;
    color: #ff9300;
    margin-top: 0px;
    padding-top: 15px;
    margin-bottom: 15px;
    line-height:30px;
}
#main .title a {
	font-size: 18px;
	float: right;
	color: #ff9300;
}
#main .june ul {
	text-align: center;
}
#main .june ul li {
    width: 260px;
    display: inline-block;
    background: #fff;
    margin:0 5px;
}
#main .june ul li.first {
	margin-left: 0;
}
#main .june li img.movie {
	display: block;
	width: 100%;
}
#main .june .info {
	text-align: left;
	padding: 13px;
    border-width: 2px;
    border-style: solid;
    border-top-style: none;
    border-color: #eeeeee;
	margin-bottom: 5px;
}
#main .june .info h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
#main .june .info h3 {
    font-size: 16px;
    color: #ccc;
    line-height: 32px;
}
#main .june .info .icon-box {
	margin-bottom: 10px;
}
#main .june .info .icon-box img {
	height: 40px;
	float: left;
}
#main .june .info .icon-box span {
    display: inline-block;
    padding-left: 30px;
    padding-top: 10px;
    color: #ff8D00;
    width: 150px;
    text-indent: 10px;
    margin-left: 15px;
    background-size: contain;
    font-size: 18px;
    line-height: 23px;
}

#main .june .info p {
	font-size: 16px;
	line-height: 28px;
	color:#484848;

}
#main .june .info a {
    font-size: 16px;
    color: #ff9300;
    margin-top: 20px;
    display: block;
}

#main .series li {
    display: inline-block;
    width: 23%;
    margin-left: 9px;
    position: relative;
    transition: all ease-in-out .3s;
}
#main .series li:hover {
	transform: scale(1.1,1.1);
}
#main .series li.first {
	margin-left: 0;
}
#main .series li img {
	width: 100%;
}
#main .series li p {
    position: absolute;
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
    left: 0;
    bottom: 0;
}

#main .movies .movies-wrapper {
	overflow: hidden;
}
#main .movies .movies-slider {
	width: 200%;
}
#main .movies li {
    display: inline-block;
    width: 10%;
    margin-left: 9px;
    position: relative;
    height: 251px;
    overflow: hidden;
}
#main .movies li.first {
	margin-left: 0;
}
#main .movies li img.movie-img {
    width: 100%;
    position: absolute;
    z-index: 100;
}
#main .movies li .movie-info {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 50; */
    display: inline-block;
    padding: 10px 23px;
    z-index: 10;
    background: #e7e7e7;
    height: 100%;
}
#main .movies .movie-info h2 {
	font-size: 20px;
	color: #000;
}
#main .movies .movie-info .icon-box {
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .movies .movie-info .icon-box img {
	height: 40px;
	width: 40px;
	float: left;
}
#main .movies .movie-info .icon-box span {
    display: inline-block;
    padding-left: 30px;
    background: url('../images/tianxian.png') no-repeat 0% 50% scroll;
    color: #ff9300;
    height: 40px;
    width: 75px;
    text-indent: 10px;
    margin-left: 10px;
    background-size: contain;
    font-size: 20px;
    line-height: 40px;
}
#main .movies .movie-info p {
	font-size: 12px;
	line-height: 14px;
	color:#484848;

}
#main .movies .movie-info a {
    font-size: 18px;
    color: #ff9300;
    display: block;
    position: absolute;
    bottom: 10px;
}

#main .swahili li {
    display: inline-block;
    width: 280px;
    margin-left: 15px;
    position: relative;
}
#main .swahili li.first {
	margin-left: 0;
}
#main .swahili li img {
	width: 100%;
}
#main .swahili li p {
    position: absolute;
    width: 100%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
    left: 0;
    bottom: 0;
}

#main .package .button-area {
	background: #dfdfdf;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	position: relative;
}
#main .package .button-area li {
    display: inline-block;
    width: 49%;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
#main .package .button-area .slider {
    background: #fe8d00;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 50%;
}
#main .package .parkage-wrapper {
	position: relative;
}
#main .package .parkage-container {
	display: none;
}
#main .package .parkage-container.show {
	display: block;
}
#main .package .parkage-container li {
    display: inline-block;
    margin-left: 1px;
    margin-top: 15px;
    margin-right: 15px;
}
#main .package .parkage-container li img {
	width: 100%;
}

#main .channels ul li {
    width: 23%;
    display: inline-block;
    background: #fff;
}
#main .channels ul li.first {
	margin-left: 0;
}
#main .channels li img.channel-icon {
	display: block;
	width: 220px;
    height: 124px;
}
#main .channels .info {
	text-align: left;
	padding: 10px;
}
#main .channels .info h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #4A4A4A;
}
#main .channels .info h3 {
    font-size: 20px;
    color: #ccc;
    line-height: 40px;
}
#main .channels .info p {
	font-size: 14px;
	color:#AFA414;
}
#main .channels .info p.intro {
	height: 152px;
}
#main .channels .info .avaible {
	margin-top: 20px;
} 
#main .channels .info a {
    font-size: 12px;
    text-decoration: underline;
    color: #ff9300;
    display: inline-block;
}
#main .channels .info a.blue {
	color: #3c5375;
}
#main .channels .info a.green {
	color: #3c7107;
}
#main .channels .info a.yellow {
	color: #954e32;
}
#main .channels .info a.blue {
	color: #592242;
}

#main .container.self-service {
	padding: 0;
}
#main .self-service ul li {
    width: 33.1%;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    text-align: -webkit-center;
    text-align: -moz-center;
}
#main .self-service li img.self-icon {
	display: block;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 20px;
}
#main .self-service li p {
	padding: 8px;
    padding-bottom: 16px;
	text-align: center;
	color: #fa8a0a;
	font-size: 20px;
	font-weight: normal;
}


#main .container.products {
	padding: 0 0 65px 0;
}
#main .products .product-intro {
	background: #5aaeec;
	padding: 1px 40px 50px;
}
#main .products .product-intro h1 {
	color: #fff;
}
#main .products .product-intro h1 a {
	color: #fff;
}
#main .products .product-intro .route {
	width: 30%;
    margin-left: 10%;
    display: inline-block;
}
#main .products .product-intro .product-info {
	width: 50%;
    float: right;
}
#main .products .product-intro .product-info h2 {
	font-size: 40px;
    line-height: 45px;
    color: #ff962a;
    margin-bottom: 20px;
    text-align: center;
}
#main .products .product-intro .product-info p {
	text-align: center;
	font-size: 14px;
	width: 75%;
	margin: 0 auto;
}
#main .products .product-intro .product-info a {
    display: block;
    font-weight: lighter;
    font-size: 20px;
    height: 28px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    margin: 50px auto 0;
}
#main .products ul {
	text-align: center;
	margin-top: 20px;
}
#main .products li {
	width: 25%;
    display: inline-block;
    margin: 0 20px;
}
#main .products li img.product-img {
	width: 100%;
}
#main .products li h3 {
    font-size: 20px;
    color: #ff962a;
    line-height: 50px;
}
#main .products li p {
	font-size: 12px;
	color: #ccc;
	line-height: 30px;
	text-align: center;
}

.animation{
    background: url(../images/snow-bg.png) repeat-y center;
    -webkit-animation: animate-snow 25s linear infinite;
    -moz-animation: animate-snow 25s linear infinite;
    -ms-animation: animate-snow 25s linear infinite;
    animation: animate-snow 25s linear infinite;
}

@-webkit-keyframes animate-snow
{
    0% { background-position: center 0, 0 0;}
    100% { background-position: center 1000px, 0 0;}
}

@-moz-keyframes animate-snow
{
    0% { background-position: center 0, 0 0;}
    100% { background-position: center 1000px, 0 0;}
}

@-ms-keyframes animate-snow
{
    0% { background-position: center 0, 0 0;}
    100% { background-position: center 1000px, 0 0;}
}

@keyframes animate-snow
{
    0% { background-position: center 0, 0 0;}
    100% { background-position: center 1000px, 0 0;}
}


@-moz-keyframes animate-drop {

    0% {opacity:0;-moz-transform: translate(0, -315px);}
    100% {opacity:1;-moz-transform: translate(0, 0);}
}

@-webkit-keyframes animate-drop {

    0% {opacity:0;-webkit-transform: translate(0, -315px);}
    100% {opacity:1;-webkit-transform: translate(0, 0);}
}

@-ms-keyframes animate-drop {

    0% {opacity:0;-ms-transform: translate(0, -315px);}
    100% {opacity:1;-ms-transform: translate(0, 0);}
}

@keyframes animate-drop {

    0% {opacity:0;transform: translate(0, -315px);}
    100% {opacity:1;transform: translate(0, 0);}
}
.home_ott_button{
    border-radius: 4px;
    background-color: #ff7a00;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.img_block{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
    box-shadow: 0 33px 61px -31px rgba(0,0,0,.3);
    border-radius: 2px;
    margin-bottom:50px;
    position: relative;
}
.img_block .link_btn{
    display: block;
    position:absolute;
    top:50px;
    left:30px;
}
.img_block .link_btn div{
    background:#f08100;
    color:white;
    line-height:50px;
    height:50px;
    padding:0px 15px;
    font-size:30px;
}