html, body { height: inherit; }
body {font-family: 'Open Sans', sans-serif; overflow-x: hidden; background-color: transparent; position: relative; }
.iframe-row{ width:100%; margin: 0; overflow: hidden; position: relative;}
.iframe-row.controls { margin: 5px auto; overflow: visible;}
.xhidden { overflow-x: hidden; }
.widescreen { padding-bottom: 56.25% !important; }
.fi-social-facebook, .fi-social-twitter { font-size: 1.6em; bottom: -3px; position: relative}
.pointer{cursor: pointer;}

a:link,a:visited{text-decoration:none;color:#555;}
a:hover,a:active{text-decoration:none;color:#1abaff;}
button, button:focus, button:active { -webkit-box-shadow: none !important; -webkit-transition: none; -moz-transition: none; transition: none; outline: none; box-shadow: none !important; }

#loading{position:fixed; top: 40%; left: 50%; margin-left: -32px; z-index: 2000; -moz-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px;}

.highlight {color: #1abaff;}

/*Video Player*/
#huzzazVideoWrapper, #sidePlaylist {position: relative;}
.flex-video { margin-bottom: 0; }

.videoDescription { display: none; }

#coverImage{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; cursor: pointer; z-index: 9; }

#vidGalleryList{ line-height: 1; }

.creatorName { position: absolute; top: 10px; left: 10px; font: .9em; z-index: 15; padding: 4px 8px; background-color: rgba(255,255,255,.7) }
.collectionName { position: absolute; top: 20px; right: 20px; font: .9em; z-index: 15; padding: 4px 8px; background-color: rgba(255,255,255,.7) }

.smallCircle {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 5px;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.playIn, .playOut {
	/*display: none;*/
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 75px;
	opacity: .7;
}
.playIn { transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; }
.darkOverlay { width: 100%; height: 100%; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s;}
.darkOverlay:hover{ background-color:rgba(0,0,0,0.5); }
.darkOverlay:hover > .playIn { display: block; -moz-transform: scale(1.3); -webkit-transform: scale(1.3); opacity: 1; transform: scale(1.3); }
.darkOverlay:hover > .playOut {
	display: block;
	-webkit-animation:spin 9s linear infinite;
	-moz-animation:spin 9s linear infinite;
	animation:spin 9s linear infinite;
	opacity: 1;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); transform:rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*Video Gallery Controls and Info Bar*/
.lsc { float: left; width: 40px;}
.rsc { float: right; width: 40px;}
.rscSearchMod { float: right; width: 75px; }
.huzzazPower { margin: 0 40px; text-align: center}
.huzzazPower.searchMod { margin-right: 75px; }

.prevVidBtn, .nextVidBtn { background-color: #555; color: #fff; font-size: 24px; border: none; display: inline-block; margin: 0; padding: 0; width: 40px; height: 30px; line-height: 30px; }
.searchBtn { background-color: #555; color: #fff; font-size: 24px; border: none; display: inline-block; margin: 0; padding: 0; width: 30px; height: 30px; line-height: 30px; vertical-align: top; }
.scroll-leftBtn { position: absolute; top: 10px; left: 0; background-color: #555; cursor: pointer; }
.scroll-rightBtn { position: absolute; top: 10px; right: 0; background-color: #555; cursor: pointer; }
.scroll-leftBtn img.infinite, .scroll-rightBtn img.infinite { height: 30px; margin: 10px; }
.scroll-leftBtn img.infinitebig, .scroll-rightBtn img.infinitebig { height: 30px; margin: 10px; }
.prevVidBtn:hover, .nextVidBtn:hover, .searchBtn:hover, .scroll-leftBtn:hover, .scroll-rightBtn:hover { background-color: #1abaff; }

.hzTitleBar{ margin: 0 auto; width: 100%; overflow: hidden; line-height: 1.3; text-align: center; }
#playTitle { font-size: 20px; cursor: pointer;}
#playTitle:hover{color: #ff901a;}

#searchVideoListBox { position: absolute; top: -40px; right: 0; padding: 5px; background-color: #1abaff; z-index: 999;}
#searchVideoList {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	width: 150px;
	border-radius: 3px;
	border: 1px solid transparent;
	color: #000 !important;
}

.videoTitle {font-size: .8em;}

.poweredby { font-size: .8em; text-align: center;}

/*share header*/
.shareHeader { padding-bottom: 10px;}
.facebookColor { color: #3B5998; cursor: pointer;}
.twitterColor { color: #00ACED; cursor: pointer;}

/*Video Gallery*/
.videoThumb{ cursor:pointer;}

.videoThumbImage{ width:100%; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
.videoThumbImage:hover{ opacity: 0.5; }

/*Pagination Controls*/
.pageButtons { display: block; float: right; }
.paginateButton { 
	border: 0; 
	padding: 10px 20px; 
	background-color: #1abaff; 
	color: white;
	font-size: 14px;
	margin-bottom: 5px;
}
.paginateButton:hover{background-color: #ff901a;}
.btn-inverse {background-color: #555;}
.btn-inverse:hover {background-color: #555;}

#jumptoMenu { display: block; float: left; padding: 5px 0;}
#jumptoMenu li { list-style-type: none; display: inline; cursor: pointer;}
#jumptoMenu li:hover { color: #1abaff;}

/*side playlist */
.sideTitle { padding: 0 10px 5px;}
#sidePlaylist { height: 0; overflow: auto; margin-left: 5px;}
@media only screen and (max-width: 64em) { #sidePlaylist { margin-left: 0; } }
#sidePlaylist ul { list-style-type: none; margin: 0; }
#sidePlaylist ul li { border-bottom: 1px solid #aaa; overflow: hidden; padding-right: 15px;}
#sidePlaylist ul li:hover { background-color: #1abaff; color: #fff; opacity: .65;}
#sidePlaylist ul li img { display: block; float: left; max-width: 30%}
#sidePlaylist ul li .videoTitle { display: block; float: left; max-height: 50px; width: 70%; line-height: 1.2em; padding-left: 5px;}
#sidePlaylist ul li .videoDescription { display: none; }
/*minimal playlist*/
.minimalHeader { height: 30px; margin-bottom: 10px; overflow: hidden;}
.minimalTitle { line-height: 30px;}
.playlistButton { background-color: #555; color: #fff; padding: 0 10px; height: 30px; border: none; display: inline-block;}
.playlistButton:hover { background-color: #1abaff; }
#minimalPlaylist { height: 0; overflow: auto; background-color: rgba(255,255,255,.7);width: 100%;position: absolute; bottom: 0; left: 0;z-index:9;display: none;}
#minimalPlaylist ul { list-style-type: none; margin: 0;}
#minimalPlaylist ul li { border-bottom: 1px solid #333; overflow: hidden; padding-right: 15px;}
#minimalPlaylist ul li:hover { background-color: #1abaff; color: #fff; opacity: .65;}
#minimalPlaylist ul li img { display: block; float: left; max-width: 30%}
#minimalPlaylist ul li .videoTitle { display: block; float: left; width: 70%; font-size: 1.5em; line-height: 1.7em; padding: 5px;}
#minimalPlaylist ul li .videoDescription { display: none; }
@media screen and (max-width: 680px) {
	#minimalPlaylist ul li .videoTitle { font-size: 1.2em; line-height: 1.4em; padding-left: 5px;}
}
@media screen and (max-width: 535px) {
	#minimalPlaylist ul li .videoTitle { font-size: 1em; line-height: 1.2em; padding-left: 5px;}
}
/*infinite playlist*/
#infinitePlaylist { height: 75px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; position: relative; width: 1px; min-width: 100%; *width: 100%; }
#infinitePlaylist ul { list-style-type: none; margin: 0; padding-top: 10px; padding-left: 10px; }
#infinitePlaylist ul li { display: inline-block; margin-right: 5px;}
#infinitePlaylist ul li img { display: block; height: 50px; width: auto;}
#infinitePlaylist ul li .videoTitle { display: none;}
#infinitePlaylist ul li .videoDescription { display: none;}
/*infinitebig playlist*/
#infinitebigPlaylist { height: 155px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; position: relative; width: 1px; min-width: 100%; *width: 100%; }
#infinitebigPlaylist ul { list-style-type: none; margin: 0; padding-top: 10px; padding-left: 10px; }
#infinitebigPlaylist ul li { display: inline-block; max-width: 160px; margin-right: 5px; padding: 0; }
#infinitebigPlaylist ul li img { display: block; max-height: 90px; width: auto;}
#infinitebigPlaylist ul li .videoTitle { width: 100%; display: inline-block; white-space: normal; max-height: 33px; overflow: hidden; vertical-align: top; margin: 5px 0 10px; line-height: 16px;}
#infinitebigPlaylist ul li .videoDescription { display: none;}
@media screen and (max-width: 535px) {
	#infinitebigPlaylist { height: 125px; }
	#infinitebigPlaylist ul li { display: inline-block; max-width: 96px; margin-right: 5px; }
	#infinitebigPlaylist ul li img { display: block; max-height: 54px; width: auto; }
}
/*descriptive playlist*/
.descriptiveHeader { height: 30px; margin-bottom: 10px; overflow: hidden;}
.descriptiveTitle { line-height: 30px;}
#descriptivePlaylist { overflow: auto; width: 100%; margin-bottom: 10px; width: 1px; min-width: 100%; *width: 100%; }
#descriptivePlaylist ul { list-style-type: none; margin: 0; border: 1px solid #333; }
#descriptivePlaylist ul li { border-bottom: 1px solid #333; border-right: 1px solid #333; overflow: hidden;}
#descriptivePlaylist ul li:hover { background-color: #1abaff; color: #fff; opacity: .65;}
#descriptivePlaylist ul li img { display: block; float: left; max-width: 25%}
#descriptivePlaylist ul li .videoTitle { display: block; float: left; width: 75%; padding: 5px 5px 0; font-size: 1.1em; line-height: 1.2em; font-weight: bold; }
#descriptivePlaylist ul li .videoDescription { display: block; float: left; width: 75%; padding: 3px 5px; font-size: 1em; line-height: 1.15em; height: 50px; overflow: hidden; }
@media only screen and (max-width:535px){
	#descriptivePlaylist ul li .videoTitle{ width: 65% !important; }
	#descriptivePlaylist ul li .videoTitle { font-weight: normal; font-size: .8em; }
	#descriptivePlaylist ul li .videoDescription{ width: 65% !important; }
}
/*deside playlist*/
#desidePlaylist { height: 0; overflow: auto; margin-left: 5px; }
@media only screen and (max-width: 64em) { #desidePlaylist { margin-left: 0; } }
.desideTitle { margin: 10px 15px 10px 10px; font-weight: bold; font-size: 1.1em; line-height: 125%; }
.desideDescription { margin: 5px 15px 15px 10px; line-height: 125%; font-size: .9em; word-wrap: break-word;}
/*twitter playlist*/
#tweetNav { position: absolute; top: 0; right: 0; z-index: 10; height: 35px; overflow: hidden; padding: 0; margin: 0; width: 100%; color: #FFF; background-color: rgba(0,0,0,.5); }
.twTitleBar{ font-size: 16px; padding-left: 10px; line-height: 35px; max-width: 65%; text-overflow: ellipsis; display: inline-block; }
.tweetButton {font-size: 16px; background-color: transparent; color: #1abaff; padding: 0 10px; margin: 0; border: none; display: inline-block; line-height: 35px; }
.tweetButton.nextVideo, .tweetButton.prevVideo { font-size: 20px; }
.tweetButton:hover { background-color: transparent; color: #1abaff; }
/*card playlist*/
#cardNav { position: absolute; top: 0; right: 0; z-index: 10; height: 35px; overflow: hidden; padding: 0; margin: 0; width: 100%; color: #FFF; background-color: rgba(0,0,0,.5); }
.cardTitleBar{ font-size: 16px; padding-left: 10px; line-height: 35px; max-width: 65%; text-overflow: ellipsis; display: inline-block; }
.cardButton, #cardNav a:link, #cardNav a:visited {font-size: 16px; background-color: transparent; color: #1abaff; padding: 0 10px; margin: 0; border: none; display: inline-block; line-height: 35px; }
.cardButton.nextVideo, .tweetButton.prevVideo { font-size: 20px; }
.cardButton:hover, #cardNav a:hover { background-color: transparent; color: #fff; }
/* */

/* fancybox */
.fancybox-nav { width: 60px !important; }
.fancybox-nav span, .fancybox-close { visibility: visible !important; opacity: 0.5 !important; }
.fancybox-nav:hover span, .fancybox-close:hover { opacity: 1 !important; }
.fancybox-prev{ height: 36px; top: auto; bottom: 40px; left: 0 !important;}
.fancybox-next{ height: 36px; top: auto; bottom: 40px; right: 0 !important;}
.fancybox-title-outside-wrap { margin: 0; padding: 5px; font-size: 1.2em; text-align: center; background-color: rgba(0,0,0,.5); }
@media only screen and (max-width:535px){
		.fancybox-prev{ height: 36px; top: auto; bottom: 40px; left: 0 !important;}
		.fancybox-next{ height: 36px; top: auto; bottom: 40px; right: 0 !important;}
}

/* link modal */
.sharelinkmodal { display:none; position: fixed; top: 150px; left: 50%; margin-top: -100px; margin-left: -250px; color: #000; background-color: #fff; z-index: 99999; width: 500px; text-align: center; padding: 0 0 10px; border: 1px solid #000; }
.linkabove { top: auto; bottom: 150px; }
.closelinkmodal { width: 100%; text-align: right; padding-right: 5px; cursor: pointer; }
.pageLink, .videoLink { cursor: pointer; font-size: 1.2em; padding-right: 5px;}

/*mobile helpers*/

@media screen and (max-width: 64em) {
/*minimal playlist*/
	#minimalPlaylist ul li .videoTitle { font-size: 1.2em; line-height: 1.4em; padding-left: 5px;}
/*descriptive playlist*/
	#descriptivePlaylist ul li .videoTitle{ width: 65% !important; }
	#descriptivePlaylist ul li .videoTitle { font-weight: normal; font-size: .8em; }
	#descriptivePlaylist ul li .videoDescription{ width: 65% !important; }
/*deside playlist*/
	#desidePlaylist { margin-left: 0; }
}
@media screen and (max-width: 40em) {
	body { font-size: .8em; }
	#playTitle { font-size: 16px; cursor: pointer;}
	.playIn, .playOut { height: 45px; width: 45px; }
	.creatorName { top: 0; left: 0;}
	.smallCircle { display: none;}
	.collectionName { top: auto; bottom: 0; right: 0;}
	#titleBar { max-width: 65%; }	
	#tweetNav #titleBar{ max-width: 55%; }
	.paginateButton { padding: 5px 10px; }
	.lsc { width: 30px;}
	.rsc { width: 30px;}
	.rscSearchMod { float: right; width: 60px; }
	.searchBtn { font-size: 20px; width: 25px; height: 25px; line-height: 25px; }
	.prevVidBtn, .nextVidBtn { width: 30px; height: 25px; line-height: 25px; }
/*side playlist */
	#sidePlaylist { margin-left: 0; }
/*minimal playlist*/
	#minimalPlaylist ul li .videoTitle { font-size: 1em; line-height: 1.2em; padding-left: 5px;}
/*infinitebig playlist*/
	#infinitebigPlaylist { height: 125px; }
	#infinitebigPlaylist ul li { display: inline-block; max-width: 96px; margin-right: 5px; }
	#infinitebigPlaylist ul li img { display: block; max-height: 54px; width: auto; }
}