*{font-family:Helvetica, Arial;}
html, body, div, p, ul,img{
	margin:0;
	padding:0;
}
ul,li{
    list-style: none outside none;
}
body{
overflow:hidden;
 background-color: #FAFAFA;
}
#wrapper{
	width:100%;
	background-color:#fafafa;
	overflow: hidden;
	position:relative;
	-webkit-overflow-scrolling:touch;	
}
#wrapper > div{
	float:left;
    width:100%;
	transition: all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
#hdrBG {
    background: url("images/hdrBG.png") repeat-y scroll 100% center / contain rgba(0, 0, 0, 0);
    height: 8px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
	display:block;
}
header{
	background-color:#DE0542;
	width:100%;
	color:#fff;
	text-align:center;
	position:fixed;
	z-index:999;
	border-bottom:1px solid #de4772;
	transform: translate3d(0,-50px,0);
	-webkit-transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	-ms-transform: translate3d(0,-50px,0);
	-o-transform: translate3d(0,-50px,0);
	transition: all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
header.open{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
header > #guideMenu {
    height: 50px;
    width: 100%;
}
header > #guideMenu ul{
	display:inline;
	width:100%;
	height:100%;
}
header > #guideMenu ul li{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:50%;
	float:left;
	line-height:50px;
	cursor:pointer;
}
header > #guideMenu ul li:hover{
	background-color:#DE4772;
}
header > #guideMenu ul li:last-child{
	border-right:0;
}
#myFavourites > div, #mySchedule > div {
    float: left;
    height: 36px;
    left: 50%;
    margin-left: -100px;
    position: relative;
    top: 7px;
    width: 40px;
}
#myFavourites > div{
    background: url("images/heart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#mySchedule > div{
    background: url("images/schedule.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: -110px;
}
#myFavourites.active > div{
    background-position: 0 -36px;
}
#mySchedule.active > div{
    background-position: 0 -36px;
}
header > #header{
	position:relative;
	cursor:pointer;
	height:50px;
	width:100%;
	line-height:50px;
	/*text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-moz-text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-o-text-shadow:1px 1px 0px rgba(0,0,0,0.2);*/
}
#goBack {
    display: none;
    height: 100%;
    position: absolute;
    width: 60px;
}
#goBack > #backIcon{
    background: url("images/back.png") no-repeat scroll 0 0;
	width:50px;
	height:40px;	
	margin-top:5px;
	display:block;
}
#goBack:hover > #backIcon{
    background-position: 0 -40px;
	cursor:pointer;
}
#favIcon {
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
#favIcon.active {
    display: block;
}
#favIcon > span{
    background: url("images/heart.png") no-repeat scroll 0 0;
	width:40px;
	height:36px;	
	margin-top:9px;
	display:block;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}
#scheduleIcon {
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
#scheduleIcon.active {
    display: block;
}
#scheduleIcon > span{
    background: url("images/schedule.png") no-repeat scroll 0 0;
	width:40px;
	height:36px;	
	margin-top:9px;
	display:block;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}
#contentWrapper {
    left: 0px;
	min-height:0%;
	min-height:100%;
	margin:0 auto;
}
#guideWrapper {
    float: left;
    padding-top: 85px;
	width:100%;
	position:relative;
}
#changeDates {
    border-bottom: 1px solid #E6E6E6;
    color: #808080;
    display: block;
    top: 50px;
    width: 100%;
    z-index: 9999;
	font-size:0.8em;
	position:absolute;
}
#changeDates > ul {
    text-align: center;
}
#changeDates > ul li {
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    padding: 0 10px;
	margin:10px 0;
}
#changeDates > ul li.active {
    color: #DE0542;
    font-weight: bold;
}
#changeDates > ul li:last-child {
    border: none;
}
#channelField{
	width:100%;
	border-bottom:1px solid #e6e6e6; 
	/*border-top:1px solid #fff; */
	height:100px;
	position:relative;
	overflow:hidden;
}
#channelField:first-child{
	border-top:0; 
}
.channelInfoContainer {
	perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
}
#contentWrapper, #channelOverlay,#showOverlay {
	height:500px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
}
#channelOverlay, #showOverlay {
	z-index:10;
	padding-right:17px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transition: all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
#channelOverlay.slideChannel, #showOverlay.slideChannel{
	overflow-y: auto;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

#channelInfoContainer {
	transition: all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	position: absolute;
	width:100px;
	display:block;
}
#channelInfoContainer.hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
#channelInfo, #channelExtra{
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
#channelInfo {
    left: 0;
	background-color:#fafafa;
}
#channelExtra {
	background-color:#de0542;
}
#channelExtra p{
    color: #fff;
}
#channelExtra p#channelName{
    top: 5px;
}
#channelExtra a#favourite {
	cursor:pointer;
    bottom: -40px;
    display: block;
    height: 50px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}
#channelExtra a#favourite > #heart {
    background: rgba(0, 0, 0, 0) url("images/heart.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 23px;
    margin: 0 auto;
    width: 26px;
}
#channelExtra a.on > #heart{
    background-position: 0 -24px !important;
}
#channelInfo > img#channelLogo{
	margin:12px auto 0;
	height:50px;
}
#channelInfo > p, #channelExtra >p{
	font-size:0.9em;
	font-weight:700;
	position:absolute;
	bottom:5px;
	width:100%;
}
#channelExtra> p#channelNumber{
 	color:#fff;
}
#channelInfo > p#channelNumber{
	color:#999999;
}
#channelInfo > p#channelNumber > span{
	color:#de0542;
}
#channelExtra > p#channelNumber > span{
	color:yellow;
}
#channelGuide {
    background: url("images/channelGuideBG.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	width:100%;
    height: 100%;
    left: 100px;
    position: absolute;
    white-space: nowrap;
	text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-moz-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-webkit-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-o-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
}
#channelGuide ul {
    margin: 20px 0 20px 20px;
	background:url("images/arrow.png") no-repeat scroll 100% center rgba(0, 0, 0, 0);
	padding-right:7px;
}
#channelGuide ul li {
	font-size:0.9em;
    margin: 2px 0;
	color:#999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#channelGuide ul li:first-child {
    color: #333333;
    font-size: 0.9em;
    font-weight: 700;
}
.Infantil{background-color:#ffdf69 !important;}
.Series{background-color:#3eac5a !important;}
.Educativos{background-color:#00adef !important;}
.Hogar{background-color:#ee3f6a !important;}
.Deportes{background-color:#2abbad !important;}
.Locales{background-color:#f286af !important;}
.Variedad{background-color:#74489c !important;}
.Religion{background-color:#eee3df !important;}
.Musica{background-color:#f36f3a !important;}
.Peliculas{background-color:#bb4a9b !important;}
.HBOMax{background-color:#007967 !important;}
.Moviepack{background-color:#ee4d9b !important;}

#channelWrapper , #showWrapper{
	background-color:#fafafa;
	position:absolute;
	top:50px;
	overflow:hidden;
}
#channelWrapper {
	width:100%;
}
#showWrapper{
	padding-bottom:50px;
	overflow:hidden;
}
#showWrapper .showBanner {
	transition: all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
    background-color: #333333;
    height: 60px;
    width: 100%;
	background-size:contain;
	background-repeat: no-repeat;
}
#showWrapper .showProgress {
    background-color: #777777;
    height: 5px;
    width: 100%;
}
#showWrapper .showProgress > span {
    background-color: #fbb03b;
    display: block;
    height: 5px;
    width: 50%;
    transition:width 1s ease-in-out;
    -webkit-transition:width 1s ease-in-out;
}
#showWrapper .showInfo, #showWrapper .showDescription, #showWrapper .showDirector, #showWrapper .showCast{
    padding: 10px 15px;
	overflow:hidden;
}

#showWrapper .showInfo{
	border-bottom:1px solid #e6e6e6;
}
#showWrapper .showInfo > span {
    color: #333;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 50px;
    text-indent: -50px;
}
#showWrapper .showInfo > p {
    color: #777;
    display: inline-block;
    float: left;
    font-size: 0.9em;
    margin: 5px 10px 0 0;
}
#showWrapper .showExtraInfo {
    background-color: #E6E6E6;
    color: #666666;
    font-size: 0.8em;
    padding: 10px 15px;
	border-bottom:1px solid #fafafa;
}
#showWrapper .showExtraInfo > ul {
    overflow: hidden;
    text-align: center;
}
#showWrapper .showExtraInfo li {
    display: inline-block;
    text-align: center;
	padding:0 10px;
}
#showWrapper .showExtraInfo li span {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
#showWrapper .showExtraInfo li#year span{
    background: url("images/year.png") no-repeat scroll center rgba(0, 0, 0, 0);
    background-size: cover;
}
#showWrapper .showExtraInfo li#duration span{
    background: url("images/time.png") no-repeat scroll center rgba(0, 0, 0, 0);
    background-size: cover;
}
#showWrapper .showExtraInfo li#genre span{
    background: url("images/cat.png") no-repeat scroll center rgba(0, 0, 0, 0);
    background-size: cover;
}
#showWrapper .showDescription{
	padding:15px;
}
#showWrapper .showDescription > span{
	font-size:0.8em;
	color: #333;
	font-weight:700;
	margin-bottom:5px;
	display:block;
}
#showWrapper .showDescription > p{
	font-size:0.8em;
	color: #666;
}
#showWrapper .showDirector, #showWrapper .showCast{
	font-size:0.9em;
	font-weight:700;
	text-align:center;
	color:#333;
	border-top:1px solid #e6e6e6;
}
#showWrapper .showDirector > span, #showWrapper .showCast > span{
	font-weight:normal;
	display:block;
	color: #666;
	margin-bottom:5px;
}
#showWrapper .showCast > ul {
    overflow: hidden;
    text-align: center;
}
#showWrapper .showCast li {
    display: inline-block;
    padding: 0 15px 5px;
}
#channelDetail {
	border-bottom:1px solid #e6e6e6; 
}
#channelDetail > ul {
    overflow: hidden;
    padding: 15px 0;
}
#channelDetail > ul li {
    display: inline-block;
    float: left;
    width: 33%;
	text-align:center;
}
#channelDetail > ul li#logo img, #channelDetail > ul li#social div{
	margin:0 auto;
	display:block;
}
#channelDetail > ul li#social div:hover{
	margin:0 auto;
	display:block;
}
#channelDetail > ul li#details{
	color:#333333;
}
#channelDetail > ul li#details > #channelName{
	font-weight:700;
}
#channelDetail > ul li#details > #channelNumber{
	color:#999999;
}
#channelDetail > ul li#details > #channelNumber > span{
	color:#de0542;
}
#channelDetail > ul li#social > #myFavourites{
    background: url("images/heart.png") no-repeat scroll 100% center / contain rgba(0, 0, 0, 0);
}
#channelComp{
	width:100%;
}
#channelComp ul li {
    font-size: 0.9em;
    height: 34px;
    padding: 18px;
	border-bottom:1px solid #e6e6e6; 
	/*border-top:1px solid #fff;*/
    font-weight: 700 ;
	color:#333333 ;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-moz-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-webkit-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
	-o-text-shadow:0px 2px 0px rgba(255,255,255,0.5);
}
#channelComp ul li > p {
    color: #777;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	-o-text-shadow:none;
    white-space: normal;
}
#channelComp ul li.nowPlaying{
    height: 64px;
}
#channelComp ul li.nowPlaying > p{
    height: 60px;
}
#channelComp ul li.nowPlaying > div {
    background-color: rgba(62, 172, 90, 0.1);
    border-right: 1px solid rgba(62, 172, 90, 0.5);
    border-left: 1px solid rgba(62, 172, 90, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
#channelComp ul li.finished{
	color:#777;
    background-color: rgba(222, 5, 5, 0.1);
    border-right:1px solid rgba(222, 5, 5, 0.5);
    border-left:1px solid rgba(222, 5, 5, 0.5);
	text-shadow: none;	
}
#channelComp ul li.finished:not(:last-child){
	border-bottom: 1px solid #FFFFFF;
}
#channelComp ul li.finished > p{
    color: #777;
}
.showTimes {
	height:260px;
    overflow: hidden;
	position:absolute;
	width:100%;
	padding-top:50px;
	-webkit-transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	-ms-transform: translate3d(0,-50px,0);
	-o-transform: translate3d(0,-50px,0);
	transition: all .6s;
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	-ms-transition:all .6s;
	-o-transition:all .6s;
}
.showTimesOn{
	background:url("images/shadow.png") no-repeat center top;
	-webkit-transform: translate3d(0,-245px,0);
	-moz-transform: translate3d(0,-245px,0);
	-ms-transform: translate3d(0,-245px,0);
	-o-transform: translate3d(0,-245px,0);
}
.showTimesOn #horarios > span{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.sWrap{
	background-color:#fafafa;
	height:210px;
	overflow-y:scroll;
	position:absolute;
	width:100%;
}
.showControl {
	color:#666;
	background-color:#fafafa;
    display: block;
    overflow: hidden;
}
.showControl > li {
	cursor:pointer;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50%;
}
#horarios > span {
    background: url("images/plus@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transition:all 1s ease-in-out;
}
#sheduleAll > span {
    background: url("images/check@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
}
.sheduleAllOn{
	color:#3EAC5A;
}
#sheduleAll.sheduleAllOn span{
	background-position:0 -19px;
}
.sDay {
    padding: 5px 0;
}
.sDay > span {
    background: url("images/cal.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 50px;
}
.sDay > ul {
    margin: 10px 0 10px 50px;
}
.sDay li {
    border-right: 1px solid #E6E6E6;
    color: #333333;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 3px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    width: 50px;
}
.sDay li:last-child {
	border:0;
}
.sDay li span {
    background: url("images/check@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 19px;
    left: 12px;
    position: absolute;
    width: 25px;
}
.sDay li.sheduleOn{
	color:#3EAC5A;
}
.sDay li.sheduleOn span{
	background-position:0 -19px;
}
.hide{
	display: none;
}
#wrapper > div.prevPage{
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	-o-transform: translate3d(-100%,0,0);
}
#wrapper > div.current {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
#wrapper > div.nextPage{
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
}
#loadingMain {
    background: url("images/splashscreen@2x.png") no-repeat scroll center center / contain #DE0542;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loadingMain img {
    left: 50%;
    margin-left: -160px;
    margin-top: -80px;
    position: absolute;
    top: 50%;
}
#loadingMain p {
    bottom: 10px;
    position: absolute;
    width: 100%;
	color:#fff;
	font-size:0.7em;
	text-align:center;
}
#loadingMain p > b{
	width:100%;
	display:block;
}
#loadingMain p > a{
	color:#fff;
}
#loadingStatic {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
	background-color:#fafafa;
}
#loadingStatic img {
    left: 50%;
    margin-left: -57px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}
#loadingMain > .colorAnim{
	width:100%;
	height:100%;
	top:0;
	position:absolute;
	transition: all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
#loadingMain > .copyright{
	background-color:#DE0542;
	width:100%;
	height:30px;
	bottom:0;
	position:absolute;
}
#loadingMain > .loadingLogo{
    background: url("images/logo-big@2x.png") no-repeat;
	width:200px;
	height:200px;
	bottom:0;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-100px;
}
@media only screen and (max-width: 960px) {
	#loadingMain {
		background: url("images/splashscreen.png") no-repeat scroll center center / contain #DE0542;
	}
	#loadingMain > .loadingLogo{
		background: url("images/logo-big.png") no-repeat;
	}
}
@media only screen and (max-width: 500px) {
	#myFavourites > div, #mySchedule  > div{
		display:none;
	}
}
@media only screen and (max-width: 320px) {
	header > #guideMenu ul li{
		color:rgba(0,0,0,0);
	}
	#myFavourites > div, #mySchedule  > div{
		display: block;
		margin-left: -22px;
	}
}
@media screen and (max-device-width: 320px){
	#channelInfo > img#channelLogo{
		margin:20px auto 0;
		height:45px;
	}
	#channelOverlay, #showOverlay {
		padding-right:0;
	}
}
@media only screen and (min-width: 768px){
	.showBanner {
		height:338px !important;
	}
}
@media only screen and (min-width: 850px){
	#channelField {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-right: 1px solid #E6E6E6;
		float: left;
		width: 50%;
	}
}
