@CHARSET "UTF-8";

/* iPad in landscape */
@media only screen and (min-width : 926px) and (max-width : 1100px) {
	/**
	#ctn_utils:before{
		content: 'iPad in landscape';
	}
	**/
	#right{
		width: 100%;
	}
	
	.lsc_support {
		border: none;
		margin: 0px;
		text-align: center;
	}
	.v_moblie .ctn_pf_user_info {
		display: inline-table;
		margin-top: 21px;
		height: auto;
		float: right;
		background-color: black;
	}
	.ctn_header_login {
		float: right;
		padding-top: 9px;
	}
	#ctn_pf_lsc .ctn_lsc_featured {
		margin: 0px;
		/* float: left; */
		width: 100%;
		height: 500px;
	}
	#ctn_p_main #action_button,#ctn_p_main #ctn_lsc {
		max-width: 720px;
		width: 100%;
		display: block;
	}
	#action_button .preview_thumbnail_big, #ctn_lsc #lsc_player,#action_button #dialog_lsc_player
		{
		display: block;
		/* position: relative; */
		/* max-height: 383px; */
		width: 100%;
		height: 100%;
	}
	.ctn_lsc_list, #ctn_lsc #lsc_player .ctn_thumbnail,.preview_thumbnail_big,#lsc_player_detail>div, .video_player
		{
		display: table;
		width: 600px;
		margin: auto;
	}
	.video_player,#action_button #FAVideo_vidiv_Container {
		height: 333px;
	}
	.lbl_lsc_standby_text {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		max-width: 720px;
		font-size: 2em;
		color: #CCC;
		text-shadow: 1px 1px 1px #333;
		height: 333px;
	}

	
	#ctn_p_footer {
		padding: 10px;
		font-size: inherit;
		color: #000;
	}
	#ctn_p_main .preview_thumbnail_big .video_overlay_logo {
		
		left: 70px;
		width: 150px;
	}
	.ctn_pf_user_info {
		display: inline-table;
		margin: 0px;
		height: auto;
		float: right;
		right: 0px;
		position: absolute;
	}
	.ctn_pf_user_info>span {
		display: block;
	}
	
	#ctn_p_header {
		display: none;
	}
	.wrapper_nav {
		display: none;
	}
	.navbar {
		margin: 0px;
	}
	body {
		-webkit-overflow-scrolling: touch;
	}
	.btn-navbar {
		float: left;
	}
	.ctn_header_login,.ctn_header_login .btn.dropdown-toggle {
		width: 100%
	}
	.progress {
		margin-bottom: 5px;
		min-width: 100% !important;
	}
	.wrapper_header .brand {
		float: right;
		width: 180px;
	
		padding: 10px;
}
	.wrapper_header .navbar {
		display: initial;
	}
	.navbar .btn-navbar {
		background-image: none;
		background-color: initial;
		margin-top: 5px;
		float: left;
		display: block;
	}
	.navbar .container {
		text-align: center;
	}
	#dialog_user_edit p>label {
		display: none;
	}
	.ctn_header_login {
		display: none;
	}
	.ctn_mobile_menu .ctn_header_login {
		display: inherit;
	}
	#menu_guest {
		display: none;
	}
	
	.wrapper_footer {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
		margin-bottom: 0;
		display: none;
	}
	#intro_live,#intro_archived,#intro_live_mobile,#intro_archived_mobile,#ctn_share_controller
		{
		margin-top: 15px;
	}
	
	li a.cmd_show_archive {
		display: none;
	}
	
	li a.cmd_show_live {
		display: none;
	}
	
	body:not(.mode_profile):not(.token_archive) .wrapper_main:nth-child(3){
		width: 100%;
		margin: 0px;
	}
	
	#ctn_pf_files {
		text-align: center;
		z-index: 1;
	}
	
	.pf_files_result > *{
		padding-top: 50px
	}
	
	.pf_files_title {
		position: fixed;
		z-index: 2;
		background-color: #fff;
	
		width: auto;
}

.pf_files_title .input-append{
	padding-top: 10px;
}
	.wrapper_main:nth-child(4) {
	width: 32%;
	display: inline-block;
	float: right;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	top: 0px;
	right: 0px;
	border-left: solid 1px #CCC;
	position: fixed;
	z-index: -1;
}

.wrapper_main:nth-child(4) .wrapper_content {
	padding-bottom: 40px;
	
}

#right.with_menu_open{
	position: fixed;
}
	.with_menu_open .wrapper_main:nth-child(4){
		position: static;
	}
}