﻿@font-face {
	font-family: "NCPlus Light";
	src: url('/css/ncplus/fonts/ncplusv2/2916ED_1_0.eot');
	src: url('/css/ncplus/fonts/ncplusv2/2916ED_1_0.eot?#iefix') format('embedded-opentype'), url('/css/ncplus/fonts/ncplusv2/2916ED_1_0.woff') format('woff'), url('/css/ncplus/fonts/ncplusv2/2916ED_1_0.ttf') format('truetype'), url('/css/ncplus/fonts/ncplusv2/2916ED_1_0.svg#wf') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: "NCPlus Light";
	src: url('http://ncplus.pl/css/ncplus/fonts/ncplusv2/2916ED_1_0.eot');
	src: url('http://ncplus.pl/css/ncplus/fonts/ncplusv2/2916ED_1_0.eot?#iefix') format('embedded-opentype'), url('http://ncplus.pl/css/ncplus/fonts/ncplusv2/2916ED_1_0.woff') format('woff'), url('http://ncplus.pl/css/ncplus/fonts/ncplusv2/2916ED_1_0.ttf') format('truetype'), url('http://ncplus.pl/css/ncplus/fonts/ncplusv2/2916ED_1_0.svg#wf') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

#header-ajax {
	background-color: #666666;
	width: 100%;
	height: 61px;
	color: white;
	position: relative;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: "NCPlus Light";
	font-size: 13px;
	clear: both;
}

	#header-ajax .left-header {
		padding-top: 15px;
		margin-left: 15px;
	}

		#header-ajax .left-header .menu-button {
				background-image: url("//ncplus.pl/images/ncplus/ajax/open_menu.png");
				height: 30px;
				width: 30px;
				float: left;
				padding-bottom: 31px;
				background-repeat: no-repeat;
			}
		
			#header-ajax .left-header .menu-button.opened {
				/*color: #CCCCCC;*/
				background-image: url("//ncplus.pl/images/ncplus/ajax/close_menu.png");
			}

			#header-ajax .left-header .menu-button span.recommend-caption {
				position:absolute;
				top: 23px;
				padding-bottom: 22px;
				padding-left: 45px;
				cursor:pointer;
			}

			#header-ajax .left-header .menu-button span.recommend-caption.hovered {
				text-decoration: underline;
			}

			#header-ajax .left-header .menu-button div.close {
				line-height: 30px;
				text-align: center;
			}

			#header-ajax .left-header .menu-button.opened div.close {
					display: block;
				}

			#header-ajax .left-header .menu-button div.close {
				display: none;
			}

			#header-ajax .left-header .menu-button .dropDown {
				display: none;
				width: 100%;
				position: absolute;
				margin: 0 0 0 -110px;
				top: 61px;
				
			}

			#header-ajax .left-header .menu-button div.left-menu {
				display: table-cell;
				cursor: pointer;
			}
			
			#header-ajax .left-header .menu-button ul.menu {
				background-color: #666666;
				width: 230px;
				list-style: none;
				margin: 0;
				padding: 0;
				padding-bottom: 10px;
				text-align: left;
				line-height: 18px;
				cursor: default;
				float: left;
			}

				#header-ajax .left-header .menu-button ul.menu li {
					width: 210px;
					border-bottom: 1px solid #797979;
					margin-left: 10px;
				}

				#header-ajax .left-header .menu-button ul.menu li:hover {
					background-color: #4C4C4C;
				}

			#header-ajax .left-header .menu-button .menu a {
				color: white;
				text-decoration: none;
				padding: 11px 10px;
				display: block;
			}

			#header-ajax .left-header .menu-button div.right-menu {
				background-color:#999999;
				width: 100%;
				padding: 20px 20px;        
				display: table-cell;
				vertical-align: top;
			}
			
				#header-ajax .left-header .menu-button div.right-menu .navigation-bar {
					width: 100%;
					height: 20px;
					padding-bottom: 15px;
				}
					#header-ajax .left-header .menu-button div.right-menu .bar-title{
						font-size: 15px;
						font-weight: bold;
						float: left;
					}
					#header-ajax .left-header .menu-button div.right-menu .arrow{
						margin-top: -4px;
						font-size: 15px;
						font-weight: bold;
						cursor: pointer;
					}
					#header-ajax .left-header .menu-button div.right-menu .back{
						background: url("//ncplus.pl/images/ncplus/ajax/arrow_lft_inactive.png");
						height: 32px;
						width: 32px;
						float: right;
					}
					#header-ajax .left-header .menu-button div.right-menu .back:hover{
						background-image: url("//ncplus.pl/images/ncplus/ajax/arrow_lft.png");
					}
					#header-ajax .left-header .menu-button div.right-menu .forward{
						background: url("//ncplus.pl/images/ncplus/ajax/arrow_rgt_inactive.png");
						height: 32px;
						width: 32px;
						float: right;
					}
					#header-ajax .left-header .menu-button div.right-menu .forward:hover{
						background-image: url("//ncplus.pl/images/ncplus/ajax/arrow_rgt.png");
					}

			#header-ajax .left-header .menu-button div.right-menu .navigation-wrapper {
				overflow: hidden;
				height: 260px;
			}
				#header-ajax .left-header .menu-button div.right-menu .navigation-wrapper ul {
					list-style: none;
					cursor: default;
					float: left;
					margin: 0;
					padding: 0;
					display: block;
					white-space: nowrap;
					height: 260px;
					width: 340px;
					margin-left: 0px;

				}

				#header-ajax .left-header .menu-button div.right-menu .navigation-wrapper li {
					width: 320px;
					height: 260px;
					display: inline-block;
					padding: 0px 10px;
				}
					#header-ajax .left-header .menu-button div.right-menu .navigation-wrapper .movie-photo {
						border-top-left-radius: 4px;
    					border-top-right-radius: 4px;
						width: 320px;
						height: 180px;
						display: block;
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description {
						background-color: #666666;
						padding:15px 20px;
						width: 280px;
						height: 50px;
						border-bottom-left-radius: 4px;
    					border-bottom-right-radius: 4px;
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description .item-title{
						font-size:15px;
						font-weight:bold;
						text-decoration: none;
						color:#ffffff;
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description .item-title:hover{
						text-decoration: underline;
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description .bottom-container {
						width: 100%;
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description .bottom-container img{
						float:left;  
					}
					#header-ajax .left-header .menu-button div.right-menu .item-description .bottom-container .item-date{
						height:100%;
						margin-top:13px;
						float:right;           
					}

		#header-ajax .left-header .logo {
			height: 40px;
			width: 100px;
			float: left;
			margin-right: 25px;
		}

	#header-ajax .right-header {
		float: right;
		margin-right: 15px;
	}

    #header-ajax .right-header .order {
            float: left;            
        }

	#header-ajax .right-header .call {
		float: right;
		margin-left: 12px;
	}
	
	#header-ajax .right-header .call span {
		font-size: 17px;
		font-weight: bold;
		color:#FFF;
	}	
	
	#header-ajax .right-header #watch-question {
		float:left;
		margin-top:10px;
		margin-right:10px;
	}

	#header-ajax .right-header .order a {
		display: block;
		color: white;
		width: 290px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		background-color: #00B28B;
		display: block;
		border-radius: 7px;
		text-decoration: none;
		float:right;
	}

	#header-ajax .right-header .more {
		margin-right: 35px;
		float: left;
		line-height: 35px;
		font-size: 12px;
	}

	#header-ajax .icons-top {
		margin: 0;
		padding: 0;
		overflow: hidden;
		float: right;
	}

		#header-ajax .icons-top li {
			display: block;
			float: right;
			margin: 0;
			padding: 0;
		}

		#header-ajax .icons-top a.ico.tt {
			background-position: 0 -175px;
		}

		#header-ajax .icons-top a.ico {
			background-attachment: scroll;
			background-clip: border-box;
			background-color: rgba(0, 0, 0, 0);
			background-image: url("http://cyfraplus.pl/images/srite-top.gif");
			background-origin: padding-box;
			background-repeat: repeat;
			background-size: auto auto;
			display: block;
			float: right;
			height: 35px;
			overflow-x: hidden;
			overflow-y: hidden;
			text-indent: 2000px;
			width: 35px;
		}


			#header-ajax .icons-top a.ico.ktv {
				background-position: 0 0;
			}

				#header-ajax .icons-top a.ico.ktv.hover {
					background-position: -35px 0;
					width: 150px;
				}

			#header-ajax .icons-top a.ico.ale {
				background-position: 0 -35px;
			}

				#header-ajax .icons-top a.ico.ale.hover {
					background-position: -35px -35px;
					width: 145px;
				}

			#header-ajax .icons-top a.ico.pla {
				background-position: 0 -70px;
			}

				#header-ajax .icons-top a.ico.pla.hover {
					background-position: -35px -70px;
					width: 155px;
				}

			#header-ajax .icons-top a.ico.dom {
				background-position: 0 -105px;
			}

				#header-ajax .icons-top a.ico.dom.hover {
					background-position: -35px -105px;
					width: 150px;
				}

			#header-ajax .icons-top a.ico.min {
				background-position: 0 -385px;
			}

				#header-ajax .icons-top a.ico.min.hover {
					background-position: -35px -385px;
					width: 170px;
				}

			#header-ajax .icons-top a.ico.tt {
				background-position: 0 -175px;
			}

				#header-ajax .icons-top a.ico.tt.hover {
					background-position: -35px -175px;
					width: 170px;
				}

			#header-ajax .icons-top a.ico.hp {
				background-position: 0 -210px;
			}

				#header-ajax .icons-top a.ico.hp.hover {
					background-position: -35px -210px;
					width: 165px;
				}


/*=================*/
#header-ajax .logo-link { text-decoration:none; color:inherit; display: block; float:left; font-size:29px; line-height:25px; margin-left:40px; }
