/* some helpers */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.noverflow{
	overflow: hidden;
}
/* end of helpers */

.page-navigation {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -100px;
}

.page-navigation ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-navigation ul li {
    /*height: 22px;*/
    margin-right: 1px;
    float: left;
}

.page-navigation ul li a{
    display: block;	
    height: 28px;
    width: 28px;
    background: #000;
    position: relative;
}

.page-navigation ul li .icon{
    display: block;
    background: transparent url('../img/leftNav_btn_circle.png') no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: relative;
    top: 9px;
    left: 9px;
}

.page-navigation ul li.active .icon,
.page-navigation ul li a:hover .icon {
    background-position: 0 -10px;
}

/*
* Content boxes *
*/
.tab .page-container.active{
    z-index: 9;
}

.tab .page-container .content{
    position: absolute;
    width: 30%;
}
	.page-container .content .content-text {
    	background: transparent url('../img/cbg.png') repeat 0 0;
    	padding: 25px;
	}
		.page-container .content h2 {
			font-size: 40px;
			line-height: 40px;
		}
		.page-container .content .content-text p {
		}



/*buttons*/
.more_toggle{
	display:block;
	height: 41px;
	margin-top: 1px;
	background-color: black;
	background-repeat: no-repeat;
	background-position:  28px center;
	font-size: 16px;
	font-family: "gs_light_regular";
	text-decoration: none !important;
	cursor: pointer;
}
.more_toggle:hover{
	background-color: #00545c;
}
.more_toggle .txt{
	text-decoration: none;
	color: white;
	float: left;
	margin: 12px 0 0 25px;
}
/*.more_toggle.more{
	background-image: url('../img/arrow_down.png');
}
.more_toggle.close{
	background-image: url('../img/arrow_up.png');
}*/
.more_toggle.more span.more{
	display: block;
}
.more_toggle.more span.close{
	display: none;
}
.more_toggle.close span.more{
	display: none;
}
.more_toggle.close span.close{
	display: block;
}
.more_toggle .icon{
	background: transparent url('../img/arrow_down.png') no-repeat center;
	width: 30px;
	height: 13px;
	display: block;
	float: left;
	margin: 13px 0 0 25px;
}
.more_toggle.close .icon{
	background: transparent url('../img/arrow_up.png') no-repeat center;
}


.content-link{
	display: block;
	padding: 0px;
	background-color: black;
	margin-top: 1px;
	min-height: 41px;
}
.content-link:hover{
	background-color: #00545c;
	text-decoration: none;
}
.content-link .txt{
	display: block;
	color: white;
	font-size: 16px;
	font-family: 'gs_light_regular';
	float: left;
	margin: 12px 0 10px 25px;
	/*width: 240px;*/
}
.content-link .icon{
	background: transparent url('../img/link_bg.png') no-repeat 0 0;
	width: 30px;
	height: 20px;
	display: block;
	float: left;
	margin: 10px 0 0 25px;
}

.content .ambilight .icon{
	background: url('../img/why_philips/ambilight_icon.png') no-repeat center center transparent;
	width: 78px;
	height: 38px;
	margin: 0px 0 0 0px;
}
.content .ambilight .txt{
	margin-left: 0px;
}

.content .myremote_app .icon{
	background: url('../img/why_philips/smi_myremote_app_icon.png') no-repeat center center transparent;
	width: 30px;
	height: 30px;
	margin: 5px 0 0 25px;
}
.content .apple_app .icon{
	background: url('../img/why_philips/icon_apple.png') no-repeat center center transparent;
	width: 30px;
	height: 26px;
	margin: 7px 0 0 25px;
}
.content .android_app .icon{
	background: url('../img/why_philips/icon_android.png') no-repeat center center transparent;
	width: 30px;
	height: 28px;
	margin: 6px 0 0 25px;
}
/*.content .ambilight .txt{
	margin-left: -13px;
}*/





.content .play-icon{
	background-color: #ffffff;
	color: #000000;
}

.content .play-icon span{
	color: inherit;
}

.content .play-icon .icon{
	background: url('../img/play-btn-black.png') no-repeat center center;
	width: 30px;
	height: 27px;
	margin: 6px 0 0 25px;
}
.content .play-icon:hover{
	color: #ffffff !important;
	background-color: #00545c !important;
}
.content .play-icon:hover .icon{
	background: url('../img/play-btn.png') no-repeat center center !important;
}

.content .play-big{
	/*width: 100%;*/
	height: 164px;
}

.content .play-big span{
	display: none !important;
	color: inherit;
}

.content.open .play-big span{
	display: block !important;
}
.content.open .play-big .icon{
	width: 30px;
	height: 27px;
	margin: 6px 0 0 25px;
	background: url('../img/play-btn-black.png') no-repeat center center !important;
}
.content.open .play-big{
	/*width: 100%;*/
	height: 41px;
	margin: 1px 0 0 0;
	background-image: none !important;
	background-color: #ffffff;
	color: #000000;
}
.content .play-collapsed{
	/*width: 100%;*/
	height: 41px;
	margin: 1px 0 0 0;
	background-image: none !important;
	background-color: #ffffff;
	color: #000000;
}
.content .play-collapsed:hover, .content .play-big:hover{
	color: #ffffff;
	background-color: #00545c;
}
.content .play-collapsed span{
	display: block !important;
	color: inherit;
}
.content .play-collapsed .icon{
	width: 30px;
	height: 27px;
	margin: 6px 0 0 25px;
	background: url('../img/play-btn-black.png') no-repeat center center !important;
}
.content .play-collapsed:hover .icon, .content .play-big:hover .icon{
	background: url('../img/play-btn.png') no-repeat center center !important;
}




/*
* TinyScrollBar *
*/
.content-text .viewport { 
	margin-right: 20px;
	/*height: 110px; */
	overflow: hidden; 
	position: relative; 
}
.content-text .overview { list-style: none; position: relative; left: 0; top: 0; }
.content.open .overview { position: absolute;}


.content-text .scrollbar { position: relative; float: right; width: 8px; }
.content-text .track { height: 100%; width:8px; position: relative; padding: 0; 
	background-color: #505050; 
}
.content-text .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; 
	background-color: gray;
}
.content-text .thumb .end { display: none; overflow: hidden; height: 5px; width: 13px; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.content .content-text .scrollbar{
	display: none;
}
.content.open .content-text .scrollbar{
	display: block;
}
.content .content-text .long{
	display: none;
}
/*.content.open .content-text .long{
	display: block;
}*/
.content-text .disable{ display: none !important; }




.sub-nav .prev, .sub-nav .next{
	background: transparent url('../img/prev_next_arrows.png') no-repeat 0 0;
	display: block;
	width: 72px;
	height: 72px;
	text-indent: -9999px;
}
.sub-nav .prev.inactive{
	background-position: 0 -74px;
}
.sub-nav .next.inactive{
	background-position: -74px -74px;
}
.sub-nav .prev{
	background-position: 0 0;
}
.sub-nav .next{
	background-position: -74px 0;
}



.disabled {
	display: none !important;
}



/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: black;
	color: white;
	border: 1px solid #404040;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	padding-top: 30px;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('../img/fancybox/fancybox_close.png');
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
