@font-face {
    font-family: 'FS Albert';
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_thin-webfont.eot");
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_thin-webfont.woff") format("woff"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_thin-webfont.ttf") format("truetype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_thin-webfont.svg#FSAlbertThin") format("svg");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'FS Albert';
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_light-webfont.eot");
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_light-webfont.eot?#iefix") format("embedded-opentype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_light-webfont.woff") format("woff"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_light-webfont.ttf") format("truetype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_light-webfont.svg#FSAlbertLight") format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'FS Albert';
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_regular-webfont.eot");
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_regular-webfont.woff") format("woff"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_regular-webfont.ttf") format("truetype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_regular-webfont.svg#FSAlbertRegular") format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'FS Albert';
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_bold-webfont.eot");
    src: url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_bold-webfont.woff") format("woff"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_bold-webfont.ttf") format("truetype"), url("https://astrocontent.s3.amazonaws.com/AstroContent/font/fsalbert_bold-webfont.svg#FSAlbertBold") format("svg");
    font-weight: 600;
    font-style: normal
}

#iptv-header * {
    box-sizing: border-box
}

#iptv-header{
    font-family: 'FS Albert', 'Helvetica Neue', 'Helvetica', 'Arial';
    -webkit-text-size-adjust: 100%;
    color: #4d4d4d;
    background-color:
    width: 100%;
    height: 70px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 10;
}

#iptv-header-wrapper{
	width: 100%;
	height: 100%;
	max-width: 984px;
	margin: 0 auto;
}

#iptv-header-logo{
	float: left;
    margin: 14px 10px 14px 60px;
}

#iptv-header-logo a{
	display: block;
	height: 42px;
}

#iptv-header-logo img{
	width: 42px;
}

#iptv-header-tagline{
	float: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin: 17px 0px;
}

#iptv-header-subscribe{
	float: right;
	margin-left: 20px;
}

#iptv-mobile-menu{
	display: none;
	float: right;
	margin: 9px 10px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #ec008c;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #ec008c;
	padding: 0px 10px;
	cursor: pointer;
}

#iptv-header-subscribe a{
	display: block;
	height: 42px;
	line-height: 42px;
	background-color: #ec008c;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #fff;
	padding: 0px 12px;
	margin-top: 14px;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
}

#iptv-header-subscribe a:hover{
	background-color: #9f0962;
}

#iptv-header nav{
	float: right;
    height: 100%;
}

#iptv-header nav .iptv-nav-item{
	float: left;
    height: 100%;
    text-align: center;
    width: 140px;
    font-size: 14px;
    font-weight: 300;
	position: relative;
	overflow: hidden;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
}

#iptv-header nav .iptv-nav-item:hover{
	background-color: #ec008c;
	overflow: visible;
}

#iptv-header nav .iptv-nav-item>a{
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    display: block;
}

#iptv-header nav .iptv-nav-item:hover a{
    color: #ffffff;
}

#iptv-header nav .iptv-nav-item .nav-icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-top: 14px;
	background-image: url(//astrokentico.s3.amazonaws.com/astroiptvhelpsupport/media/svg-images/navigation/header-menu-icon.png);
	background-size: 100px;
}

#iptv-header nav .iptv-nav-item .nav-icon.nav-home{background-position: 0px top;}
#iptv-header nav .iptv-nav-item:hover .nav-icon.nav-home{background-position: 0px bottom;}
#iptv-header nav .iptv-nav-item .nav-icon.nav-whatis{background-position: 25px top;}
#iptv-header nav .iptv-nav-item:hover .nav-icon.nav-whatis{background-position: 25px bottom;}
#iptv-header nav .iptv-nav-item .nav-icon.nav-news{background-position: 50px top;}
#iptv-header nav .iptv-nav-item:hover .nav-icon.nav-news{background-position: 50px bottom;}
#iptv-header nav .iptv-nav-item .nav-icon.nav-help{background-position: 75px top;}
#iptv-header nav .iptv-nav-item:hover .nav-icon.nav-help{background-position: 75px bottom;}

#iptv-header nav .iptv-nav-item .iptv-subnav{
	margin-top: 12px;
	width: 200px;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -100px;
	background-color: #ffffff;
	text-align: left;
	-webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:    2px 2px 14px 0px rgba(0,0,0,0.3);
	box-shadow:         2px 2px 14px 0px rgba(0,0,0,0.3); 
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#iptv-header nav .iptv-nav-item:hover .iptv-subnav{
	margin-top: 0px;
}

#iptv-header nav .iptv-nav-item .iptv-subnav .subnav-arrow{
	width: 20px;
	height: 8px;
	background-image: url(../images/header-submenu-arrow.png);
	background-size: 20px;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -10px;
}

#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item{
	height: 42px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	line-height: 42px;
}

#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item a{
	color: #4d4d4d;
	display: block;
	width: 100%;
	height: 100%;
	border-left: #000 8px solid;
	padding-left: 8px;
	line-height: 42px;
}

#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item:hover a{
	color: #fff;
}

#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-bts a{border-color: #954b97;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-gettoknow a{border-color: #ec008c;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-getiptv a{border-color: #841452;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-setup a{border-color: #00aaad;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-manage a{border-color: #26aae0;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-understand a{border-color: #8cc53e;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-techsupport a{border-color: #959595;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-relocate a{border-color: #f58132;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-cancel a{border-color: #f6c22b;}

#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-bts:hover{background-color: #954b97;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-gettoknow:hover{background-color: #ec008c;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-getiptv:hover{background-color: #841452;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-setup:hover{background-color: #00aaad;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-manage:hover{background-color: #26aae0;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-understand:hover{background-color: #8cc53e;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-techsupport:hover{background-color: #959595;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-relocate:hover{background-color: #f58132;}
#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item.subnav-cancel:hover{background-color: #f6c22b;}


@media screen and (max-width: 1024px) {
	#iptv-header-logo{margin-left: 10px;}
	#iptv-header-subscribe a{margin-right: 10px;}
}

@media screen and (max-width: 890px) {
	#iptv-header-tagline{display: none;}
	#iptv-header nav .iptv-nav-item{width: 120px;]
}

@media screen and (max-width: 768px) {	
	#iptv-header{height: 50px;}		
	#iptv-header-logo{margin: 9px 10px;}
	#iptv-header-logo a{height: 32px;}
	#iptv-header-logo img{width: 32px;}
	#iptv-mobile-menu{display: block;}
	#iptv-header-subscribe a{
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		padding: 0px 10px;
		margin-top: 9px;
		margin-right: 0px;
	}
	#iptv-header-tagline{
		display: block;
		font-size: 12px;
		line-height: 15px;
		margin: 11px 0px 0px;
	}
	
	#iptv-header nav{
		background-color: #333;
		width: 100%;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
		position: absolute;
    	top: 50px;
		-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
		-moz-box-shadow:    0px 2px 20px 0px rgba(0,0,0,0.5);
		box-shadow:         0px 2px 20px 0px rgba(0,0,0,0.5); 
	}
	
	#iptv-header nav.active{
		height: 586px;
	}
	
	#iptv-header nav .iptv-nav-item{
		width: 100%;
		height: auto;
		text-align: left;
		border-bottom: 1px solid #555;
		border-left: 12px solid #888;
		overflow: visible;
	}
	
	#iptv-header nav .iptv-nav-item:hover{
		background-color: transparent;
	}
	
	#iptv-header nav .iptv-nav-item>a{
		color: #fff;
		line-height: 51px;
	}
	
	#iptv-header nav .iptv-nav-item>a>br{
		display: none;
	}
	
	#iptv-header nav .iptv-nav-item .nav-icon{
		display: block;
		float: left;
		margin: 13px 10px 0px 40px;
	}
	
	#iptv-header nav .iptv-nav-item .nav-icon.nav-home{background-position: 0px bottom;}
	#iptv-header nav .iptv-nav-item .nav-icon.nav-whatis{background-position: 25px bottom;}
	#iptv-header nav .iptv-nav-item .nav-icon.nav-news{background-position: 50px bottom;}
	#iptv-header nav .iptv-nav-item .nav-icon.nav-help{background-position: 75px bottom;}
	
	#iptv-header nav .iptv-nav-item .iptv-subnav .subnav-arrow{display:none;}
	
	#iptv-header nav .iptv-nav-item .iptv-subnav{
		margin-top: 0px;
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: 0px;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item{
		border-top: 1px dotted #555;
		border-bottom: 0px;
	}
	
	#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item a{
		color: #ccc;
		display: block;
		width: 100%;
		height: 100%;
		border-left: #000 12px solid;
		padding-left: 76px;
		margin-left: -12px;
	}
}

@media screen and (max-width: 480px) {

	#iptv-mobile-menu{margin-left: 5px;}
	#iptv-header-subscribe a span{display: none;}
	
	#iptv-header-subscribe a{
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		padding: 0px 10px;
		margin-top: 11px;
		margin-right: 0px;
	}
	
	#iptv-mobile-menu{
		margin: 11px 6px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	
	#iptv-header nav .iptv-nav-item{
		border-left: 4px solid #888;
	}
	
	#iptv-header nav .iptv-nav-item .nav-icon{
		margin: 13px 10px 0px 20px;
	}
	
	#iptv-header nav .iptv-nav-item .iptv-subnav .iptv-subnav-item a{
		border-left: #000 4px solid;
		margin-left: -4px;
		padding-left: 56px;
	}
}






