/*
*@author Xolani Mgcoyi 
*/
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/
/*fonts*/
@font-face {
    font-family: MyriadWebPro;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/MyriadWebPro.ttf');
}
@font-face {
    font-family: PT-Sans;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/PT-Sans/PTC55F.ttf'),
        url('../fonts/PT-Sans/PTC75F.ttf'),
        url('../fonts/PT-Sans/PTN57F.ttf'),
        url('../fonts/PT-Sans/PTN77F.ttf'),
        url('../fonts/PT-Sans/PTS55F.ttf'),
        url('../fonts/PT-Sans/PTS56F.ttf'),
        url('../fonts/PT-Sans/PTS75F.ttf'),
        url('../fonts/PT-Sans/PTS76F.ttf');
}
/*end fonts*/
/*styling start*/
body{
    background: #dfdfdf;
    font-family: PT-Sans,arial,sans-serif;
}
.clear{
    clear: both;
}
.no-border{
    border: 0!important;
}
a{
    text-decoration: none;
    display: block;
}
p a{
    display: inline;
}
a:hover{
    text-decoration: underline;
}
#page{
    width: 100%;
    position: relative;
    background: url(../img/page-bg.gif) repeat-x;
}
#header {
    width: 100%;
    position: relative;
    height: 215px;
}
#header .left-bg, #header .right-bg{
    width: 50%;
    height: 215px;    
}
#header .left-bg{
    background: url(../img/header-left-bg.jpg) repeat-x;
    float: left;
}
#header .right-bg{
    background: url(../img/header-right-bg.jpg) repeat-x;
    float: right;
}
#header .cntr-pos{
    margin: 0 auto;
    width: 959px;
    position: relative;
}
#header .inner-bg{
    width: 1170px;
    height: 215px;
    background: url(../img/header-bg.png) no-repeat #b6b6b6;
    margin: 0 auto;
    position: absolute;
    top:0;
    left: -57px;  
}
.sponsor-bg {
    width: 100%;
    float: left;
    background-repeat:no-repeat;
    height:1404px !important;
}
.wave-bg{
    position: absolute;
    height: 254px;
    width: 100%;
    background: url(../img/wave-bg.png) repeat-x center;
    top: 214px;
    left: 0;
}
.logo{
    float: left;
}
.wrapper{
    margin: 0 0 0 57px;
    width: 959px;
    position: relative;
    background: transparent;
/*    height: 233px;*/
}
#nav{
    float: right;
}
#nav ul{
    float: left;
}
#nav ul li{
    display: inline;
    float: left;
}
#nav ul li a{
    font-size: 13px;
    text-align: center;
    color: #fff;
    width: 90px;
    padding: 16px 0;
    font-family: PT-Sans, helvetica, sans-serif;
}
#nav ul li a.two-line{
    font-size: 13px;
    text-align: center;
    color: #fff;
    width: 90px;
    padding: 10px 0;
    font-family: PT-Sans, helvetica, sans-serif;
}
#nav ul li a:hover{
    text-decoration: none;
    background: url(../img/nav-hover.gif);
}
#nav .social_media_links {
    float: left;
    padding-left: 13px;
    border-left: #ffffff solid 1px;
    margin: 10px 0 0 0;
}
#nav .social_media_links .facebook_link, #nav .social_media_links .twitter_link{
    display: inline-block;    
    background: url('/img/social_media_icons.png') no-repeat;
    float: left;
}
#nav .social_media_links .facebook_link{
    width: 26px;
    height: 28px;
    background-position: 0 0;
}
#nav .social_media_links .twitter_link{
    width: 26px;
    height: 26px;
    background-position: 0 -32px;
    margin: 0 0 0 10px;
}
#nav .social_media_links .mxit_link{
    display: inline-block;
    margin: 0 0 0 9px;
}
.user-info {
    float: right;
}
.user-info .username{
    margin: 9px 0;
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.user-info .username span{
    color: #dadada;
}
.user-info li{
    float: left;
    border-left: 1px solid #ececec;
    height: 15px;
    margin: 18px 0;
}
.user-info a{
    display: inline;
    float: left;
    padding: 0 7px;
    font-size: 13px;
    text-align: center;
    color: #ececec;
}
.purple-bar-links {
    position: relative;
    z-index: 5;
    float: right;
    margin-top: 6px;
}
.purple-bar-links a{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    font-family:  MyriadWebPro, helvetica, sans-serif;
    padding: 18px 10px;
}
.purple-bar-links a:hover{
    background: url(../img/purple-links-hover-bg.jpg) repeat-x;
    text-decoration: none;
}

#main{
    background: url(../img/whitetransparent.png);
    margin: 0 auto;
    width: 956px;
    top: -35px;
    position: relative;
    border: 1px #dcdcdc solid;
    border-top: 0;
    clear: both;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 5px 25px #9e9c9c;
}
#main .content{
    width: 100%;
    float: left;
}
.heart{
    width: 46px;
    height: 36px;
    background: url(../img/icons.png) no-repeat 0px -120px;
}
/*callout box*/
.callout{
    border: 1px solid;
    position: relative;
    color: #707070;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.callout:before{
    position: absolute;
    width: 19px;
    height: 13px;
    bottom: -13px;
    left: 25px;
}
.callout em{
    color: #353535;
    font-weight: bold;
}
/*different callout colors arrow style*/
.yellow-callout{
    background: #e9e34c;
    border-color: #e9e7ac;
}

.yellow-callout:before{
    content: "";
    background: url(../img/yellow-triangle.png) no-repeat;
}
.yellow-callout em{
    color: #353535;  
}
.bright-yellow-callout{
    background: #f1ea40;
    border-color: #ede983;
}
.bright-yellow-callout:before{
    content: "";
    background: url(../img/bright-yellow-triangle.png) no-repeat;
}
.pink-callout{
    background:#c32080;
    border-color: #d983b6;
    color:#ffffff;
}
.pink-callout:before{
    content: "";
    background: url(../img/pink-triangle.png) no-repeat;
}
.red-callout{
    background:#e82023;
    border-color: #e76f71;
    color:#ffffff;
    margin: -25px 0 20px -26px;
    padding: 13px;
    width: 200px;
    height: 31px;
}
.red-callout:before{
    content: "";
    background: url(../img/icons.png) no-repeat;
    width: 20px;
    margin: 0;    
}
.lime-callout{
    background:#58b947;
    border-color: #58b947;
    color:#ffffff;
}
.lime-callout:before{
    content: "";
    background: url(../img/lime-triangle.png) no-repeat;
    width: 20px;
    margin: 0;    
}

/*end callout box*/
h3.green{
    background-color: #62b752;
    border-color: #62b752;    
}
.top{
    width: 100%;
    float: left;
    padding-bottom: 22px;
}
.sponsorbanner{
    position: absolute;
    top: 0;
    left: 178px;
    z-index: 3;
}
.sponsorbanner img{
    width:507px !important;
    height:53px !important;
}
.form-row{
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.form-spinner {
    margin-top: -38px;
    padding-left: 313px;
}
#upload-form{
    float: left;
    margin-top: 10px;
}
label{
    float: left;
    width: 185px;
    font-weight: bold;
    font-family: PT-Sans, helvetica, sans-serif;
}
.text-input{
    border: 0;
    background: url(../img/form-sprite.gif) no-repeat -5px -84px;
    width: 229px;
    height: 24px;
    float: left;
    padding: 2px 5px;
}
.select-input{
    border: 0;
    background: url(../img/form-sprite.gif) no-repeat -5px -84px;
    width: 241px;
    height: 28px;
    float: left;
    padding: 2px 5px;
}
.browse-button{
    float: left;
    margin-left: -1px;
    border: 0;
    background: url(../img/form-sprite.gif) no-repeat -2px -4px;
    width: 82px;
    height: 31px;
    font-weight: bold;
    color: #464646;
    font-family: MyriadWebPro, helvetica, sans-serif;
}
.textarea-input{
    background: url(../img/form-sprite.gif) no-repeat -4px -115px;
    width: 439px;
    padding: 5px;
    height: 169px;
    border: 0;
    resize: none;
    overflow: auto;
}
.submit-input{
    float: right;
    background: url(../img/form-sprite.gif) no-repeat -2px -40px;
    border: 0;
    font-weight: bold;
    color: #464646;
    font-family: MyriadWebPro, helvetica, sans-serif;
    width: 100px;
    height: 38px;
}
.homepage-video, .left-side {
    position: relative;
    width: 636px;
    padding: 25px;
    background: #f6f6f6;
    float:left;
}
.homepage-video-livestream {
    position: relative;
    width: 636px;
    padding: 25px;
    background: #f6f6f6;
    float:left;
    height: 500px;
}
.home-page-video-container{
    background: black;
    width: 100%;
    float: left;
    margin-top: 45px;
    height: 455px;
    position: relative;
}
.home-page-video-container-livestream{
    background: black;
    width: 100%;
    float: left;
    margin-top: 45px;
    height: 396px;
    position: relative;
}

.homepage-video h3.green{
    width: 237px;
    position: absolute;
    right: 25px;
    height: 18px;
    margin-top: 18px;
    z-index: 2;
}
.homepage-video-livestream h3.green{
    width: 237px;
    position: absolute;
    right: 25px;
    height: 18px;
    margin-top: 18px;
    z-index: 2;
}
.video-player{
    margin: 30px auto;
	width: 579px;
}
#main .vjs-controls{
	left: 14px !important;
}
.favorite-share{
    width: 61px;
    height: 133px;    
    position: absolute;
    top: 10px;
    right: 10px;
}
.favorite-share a{    
    height: 61px;
    width: 60px;
    margin-bottom: 10px;
}
.favorite-share .favour{
    background: url(../img/icons.png) no-repeat 0 -226px;
}
.favorite-share .share{
    background: url(../img/icons.png) no-repeat 0 -161px;
}

.favorite-share #shareShowEmbedToggle{
    background: url(../img/icons.png) no-repeat -5px -467px;
    text-indent: -9999px;
    height:30px;
    width:60px;
    padding-bottom:1px;
}

.favorite-share #embedWrapper{
    position: absolute;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngCUgqGMqwAAAABJRU5ErkJggg==);
    float: none;
    line-height: 1em;
    margin: 0;
    overflow: visible;
    padding: 5px;
    text-align: left;
    font-family: arial,helvetica,tahoma,verdana,sans-serif!important;
    font-size: 12px!important;
    line-height: 1em;
    padding: 5px;
    z-index:1000001;
    top:143px;
}

.favorite-share .embedContainer{
    width: 260px;
    background-color: #fff;
}

.favorite-share .embedBody{
    padding: 7px;
}

.favorite-share #shareShowEmbed{
    width:227px;
    height:104px;
    margin-top:5px;
}

.favorite-share .embedContainer .embedHeader{
    padding: 4px;
    position: relative;
    background: #F2F2F2;
    padding: 4px;
    cursor: default;
    border-bottom: 1px solid #E5E5E5;
}

.favorite-share .embedContainer .embedHeader .embedCloseX{
    float:right;    
}

.favorite-share .embedContainer .embedHeader .embedCloseX a{
    color:#000;
    width:10px;
    height:12px;
    margin:auto;
    font-weight: bold;
}

.favorite-share .shareShowShareToggle{
    background: url(../img/icons.png) no-repeat -5px -434px;    
    height:30px;
    width:60px;
}

.favorite-share .bid{
    background: url(../img/icons.png) no-repeat 0 -290px;
}
.left-side{
    background: #fff;
    margin-bottom: 25px;    
}
.left-side p{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
}
.left-side h1{
    margin: -25px 0 10px -26px!important;
    clear: both;
    width: 157px;
    padding: 10px;
}
.left-side h1.sponsoredby-heading {
    padding: 16px 10px 4px 10px;
}
.left-side .sponsoredby-heading {
    padding: 16px 10px 4px 10px;
    margin: -25px 0 10px -26px!important;
    clear: both;
    width: 157px;
}
.pink{
    color:#c32080;
}
.homepage-video .yellow-callout{
    width: 375px;
    position: absolute;
    z-index: 2;
    padding-top: 14px;
    padding-bottom: 14px;
}
.homepage-video-livestream .yellow-callout{
    width: 375px;
    position: absolute;
    z-index: 2;
    padding-top: 14px;
    padding-bottom: 14px;
}
.homepage-video .video{
    margin-top: 19px;
}
.homepage-video-livestream .video{
    margin-top: 19px;
}
.sidebar{
    float: right;
    width: 270px;
    height: 500px;
    background: url("../img/sidebar-side-bg.png") -3px no-repeat;
}
.sidebar .sidebar-content{
    width: 240px;
    height: 545px;
    margin: 0 auto;
    padding: 0 10px;
    background: url("../img/sidebar-bg.png") no-repeat;
    background-position: center 20px;
}

.sidebar .sidebar-content .row{
    position: relative;
    width: 100%;
    padding: 75px 0 18px;
    text-align: center;
    font-size: 14px;
    color: #272727;
    clear: both;
}
.sidebar .sidebar-content .row h2{
    position: absolute;
    width: 186px;
    top: 0;
    left: -16px;
    padding: 5px 33px;    

}
.sidebar .sidebar-content .row img{
    clear: both;
    display: block;
    margin: 0 auto;    
}
.sidebar .sidebar-content .row dt{
    font-size: 16px;
    clear: both;
    display: block;
    line-height: 20px;
}
.sidebar .sidebar-content .row dd{
    color: #999999;
    clear: both;
    display: block;
}
.sidebar .sidebar-content .row dd span{
    font-size: 13px;
}
.sidebar .sidebar-content .row a{
    color: #23a2d3;
    position: relative;
    display: inline;
}
.sidebar .sidebar-content .row a.learn-more{
    position: absolute;
    clear: both;
    margin-bottom: 10px;
    width: 90px;
    bottom: 0;
    right: 10px;
    background: url(../img/blue-arrow.png) no-repeat right 3px;
    text-align: left;
    font-size: 13px;
}
/* sidebar sprites */
.sidebar .sidebar-content .row .imagelinks{
    clear: both;
    margin: -7px auto 0;
    width: 212px;
}
.sidebar .sidebar-content .row .imagelinks li{
    float: left;
    margin: 0 10px;
    margin-bottom: 5px;
}
.sidebar .sidebar-content .row .imagelinks .pencil{
    width: 25px;
    height: 37px;
    background: url(../img/sidebar-icons.png) no-repeat -28px;
}
.sidebar .sidebar-content .row .imagelinks .arrowup{
    width: 28px;
    height: 40px;
    background: url(../img/sidebar-icons.png) no-repeat 0;
}
.sidebar .sidebar-content .row .imagelinks .gavel{
    width: 34px;
    height: 40px;
    background: url(../img/sidebar-icons.png) no-repeat -52px;
}
.sidebar .sidebar-content .row .imagelinks .money{
    width: 43px;
    height: 40px;
    background: url(../img/sidebar-icons.png) no-repeat -84px;
}
/* end sidebar sprites */
.sidebar .sidebar-content .row p{
    display: block;
    clear: both;
    margin: 5px auto;
    width: 230px;
}
.sidebar .sidebar-content .row .or{
    font-size: 24px;
    font-weight: bold;
}
.sidebar .sidebar-content .row .high-quality{
    background: #c32080;
    color: #ffffff;
    padding: 5px 12px;
    line-height: 20px;
    width: 215px;
}
.sidebar .sidebar-content .sidebar-small-videolist{ padding: 55px 0 30px;}
.sidebar .sidebar-content .sidebar-small-videolist 
.sidebar .sidebar-content .sidebar-small-videolist .video-matrix{ overflow: scroll; }

#co-op-viewpage .sidebar-content .video-listing-big .listing a {position: relative;}
#co-op-viewpage .sidebar-content .video-listing-big .listing a.icon {position: absolute;}
.sidebar .sidebar-content .sidebar-small-videolist .video-matrix .viewpage-listing { position: relative; padding: 0.5px; height: 190px;}
/*.sidebar .sidebar-content .sidebar-small-videolist .video-matrix .listing.video-listing-big a{  position: relative;}*/
.bottom{
    width: 100%;
    float: left;
}
h2.pink-callout{
    width: 104px;
    padding: 10px 0;
    position: relative;
    float: left;
    font-weight: bold;
}
.bottom .more{
    float: left;
    width: 775px;
}
.bottom .more a{
    font: 16px;
    color: #c1207e;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 2px;
}
.more hr{
    height: 7px;
    background: url(../img/pink-dot.png) repeat-x 10px;
    border: 0;
    padding: 16px 0;
    margin: 0;    
}
hr.homepage-hr{
    padding: 0;
    width: 605px;
    text-align: left;
}
.more .filter-category a{
    float: left;
}
.bottom .container{
    width: 100%;
    float: left;
    padding: 25px;
}
.video-matrix{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}
.prev-next{
   margin-top: 25px;
   float: left;
   width: 627px;
}

.prev-next .prev, .prev-next .next{
    width: 114px;
    height: 19px;
    text-align: center;
    padding: 2px 0px;
}
.prev-next .prev{
    float: left;
    background: url(/img/icons.png) no-repeat 0px -410px;
}
.prev-next .next{
    float: right;
    background: url(/img/icons.png) no-repeat 0px -384px;
    
}
.prev-next a{
    color: #23a4d6;
    font-weight: bold;
    font-family: MyriadWebPro, helvetica, sans-serif;
}
.prev-next a:hover{
    color: #696969;
    text-decoration: none;
}
.listing{
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    line-height: 0px;
}
.homepage-listing {
    float: left;
    position: relative;
    width: 150px;
    height: 170px;
    margin: 15px 33px 13px 0;
}
.homepage-listing .listing{
    float: left;
    width: 150px;
    height: 150px;  
    margin: 0; 
}
.homepage-listing .listing strong{
    margin-top: 6px;
}
.homepage-listing .video-listing-big{
    width: 255px;
    height: auto;
    z-index: 2;    
}
.scroll-pane .video-listing-big{
    width: auto;
    height: auto;
    z-index: 2;
}
.homepage-listing .video-listing-big .listing{
    height: auto;
}

.listing a.icon{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/blue-cross.png) #f1ea40 no-repeat center 6px;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    right: 15px;
    bottom: -14px;
}

.content a.show-icon{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/blue-cross.png) #f1ea40 no-repeat center 6px;
    background-position: 50% 50%;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    right: 6px;
    bottom: 7px;
    z-index: 2;
}

.video-listing{
    background-color: #c32080;
    width: 148px;
    height: 175px;
    margin: 15px 5px;
    float: left;
}
.video-listing a img {
    width: 127px;
    height: 97px;
}
.video-listing-big {
    background: url('../img/transparent-grey-bg.png');
    padding: 0;
    margin: 0;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
    border-radius: 20px;
}
.video-listing-big .innerdiv{
    background-color: #23a4d6;
    width: 235px;
/*    min-height: 331px;*/
    margin: 10px;
    float: left;
    position: relative;
    opacity: 1;
}
.video-listing-big .innerdiv a img {
    width: 206px;
    height: 154px;
}
.video-listing hr{
    margin: 5px auto 1px;
    padding: 0;
    border: 0;
    width: 120px;
    border-bottom: 1px solid #d86eac;
}
.video-listing .yellow{
    color: #f1ea40;
}
.video-listing em.yellow{
    font-size: 12px;
}
.video-listing-big strong{
    float: left;    
}
.video-listing-big em{
    float: right;
    margin-top: 4px;
    overflow: hidden;
}
.video-listing-big ul{
    float: left;
    width: 198px;
    color: #969696;
    background: #fff;
    padding: 5px;
    margin-top: 7px;
    border-radius: 5px;    
}
.video-listing-big ul li{
    clear: both;
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
    line-height: 20px;
    background: url(../img/expnded-vdeo-leader.gif) repeat-x 0 12px;
}
.video-listing-big ul li span.left{
    float: left;
    background: #fff;
}
.video-listing-big ul li span.right{
    float: right;
    color: #272727;
    background: #fff;
}
.video-listing-big a.icon{
    background: url(../img/icons.png) no-repeat 0px -79px;
    width: 36px;
    height: 36px;
    bottom: -20px;
}
.big-video{
    margin-top: 10px;
    float: left;
}
.big-video .headings{
    width: 100%;
    height: 53px;
    position: relative;
    float: left;
}
.big-video h3{
    width: 250px;
    float: left;
}
.big-video .coop-name{
    width: 250px;
    float: left;
}
.big-video h3.green{
    background-color: #62b752;
    border-color: #62b752;
    width: 362px;
    margin: 23px 0 0 0;
}
.big-video .show-name{
    width: 250px;
    float: left;
}
.big-video .show-name.green{
    background-color: #62b752;
    border-color: #62b752;
    width: 362px;
    margin: 23px 0 0 0;
}
.big-video .show-name h2{
    color: #353535;
    font-weight: bold;
    display: inline;
}
.big-video .black{
    background-color: #222222;
    border-color: #62b752;
    position: relative;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*.big-video .black img {
    clear: both;
    border: 3px #FCFCFC solid;
    border-radius: 3px;
    margin: 20px 31px 0;
    text-align: center;
}*/
.big-video .black .content {
    background: white;
    width: 545px!important;
    color: #9D9D9D;
    min-height: 0!important;
    border-radius: 5px;
    margin: 10px auto;
    float: none!important;
    padding: 15px;
    position: relative;
}
.big-video .black .content ul li {
    clear: both;
    font-size: 18px;
    display: block;
    width: 445px;
    float: left;
    line-height: 24px;
    background: url(../img/leader.jpg) repeat-x 0 16px;
}
.big-video .black .content .left{
   float: left;
   background: #fff;
}
.big-video .black .content .right{
   float: right;
   color:   #272727;
   background: #fff;
}
.big-video .black .content .info-newline{
   float: left;
   color:   #272727;
   background: #fff;
}
.info-newline {
    width:445px;
}
.big-video .black .content .description{
    font-size: 14px;
    margin-top: 5px;
}
.big-video .black .content .hotfav{
    position: absolute;
    right: 0;
    top: -1px;
}
.big-video .black .content p.hot-video{
    width: 115px;
    height: 117px;
    background: url(../img/so_hot_right_now.png) 1px 1px no-repeat;
    margin: 0;
    padding: 0;

}
.big-video .black .content .hotfav .favorite{    
    width: 84px;
    height: 84px;
    background: url(../img/sohoticons.png) -2px -131px no-repeat;
    padding: 1px;
    margin: 0 auto;
    display: block;
}
.big-video .black .content .hotfav .favorite .heart{
    margin: 15px auto 0;
}
.big-video .black .content .hotfav .favorite p{
    margin: 2px auto 0;
    width: 44px;
}
.row .all-shows{
   padding: 12px 42px!important;
}
.filter{
    color: #696969;
    font-size: 14px;
    margin-top: -13px!important;
}
#main .video-listing-big .content{
    width: 208px;
    margin: 7px auto 0;
    float: none;
}
.listing img{
    clear: both;
    border: 3px #fcfcfc solid;
    border-radius: 3px;
}
.listing strong{
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    clear: both;
    display: block;
}
.listing em{
    font-size: 12px;
    color: #d9d9d9;
    line-height: 14px;
}
/*homepage*/
#homepage-sidebar .bright-yellow-callout {
    padding: 6px 2px;
    width: 256px;
    left: -6px;
}
#homepage-sidebar .sidebar-content .row .find_out_more_container a.blue-bg{
    margin: 0 auto;
    width: 210px;
    background: #23A2D3;
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 10px 0;
    font-weight: bold;
    line-height: 20px;
}
#homepage-sidebar .sidebar-content .row .find_out_more_container a.blue-bg:hover{
    text-decoration: none;
}
#homepage-sidebar .sidebar-content .row a.green-bg{
    margin: 0 auto;
    width: 210px;
    background: #62B752;
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 10px 0px;
    font-weight: bold;
    line-height: 20px;
}
#homepage-sidebar .sidebar-content .row a.green-bg:hover{
    text-decoration: none;
}
.all-coops-link{
    
}
#home .top{
    background: url(../img/shadow-bg.png) no-repeat bottom center;
}
/*about us and press release */
#press_release .left-side h2{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#press_release .left-side strong{
    font-weight: bold;
}
#press_release .sidebar,
#about-us .sidebar{
    background: 0;
    margin-left: -10px;
}
#press_release.sidebar .sidebar-content,
#about-us .sidebar .sidebar-content {
    background-image: url("../img/sidebar-bg-small.png");
}
#press_release .sidebar .sidebar-content .row,
#about-us .sidebar .sidebar-content .row {
    margin-bottom: 15px;
}
#press_release .left-side,
#about-us .left-side{
    background: url("../img/sidebar-long-side-bg.png") no-repeat #ffffff  right -802px;
    padding-right: 35px;
    min-height: 544px;
}
#press_release .sidebar h2,
#about-us .sidebar h2{
    width: 203px;
}
#press_release blockquote,
#about-us blockquote {
    text-align: center;
    font-style: italic;
    padding: 0px;
    width: 570px;
    margin: 0 auto;
}
#press_release blockquote p,
#about-us blockquote p {
    line-height: 30px;
}
#press_release .content,
#about-us .content{
    background: #fff;
    margin-bottom: 15px;
}

#press_release h1,
#about-us h1 {
    margin: 0 0 10px 0;
    clear: both;
    width: 157px;
    padding: 10px;
}
#about-us hr {
    height: 1px;
    border: 0;
    background: #bcbcbc;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #bcbcbc));
    background: #ececec;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #bcbcbc));
    background: -moz-radial-gradient(#bcbcbc 30%, #ffffff 72%);
    background: -o-radial-gradient(#bcbcbc 30%, #ffffff 72%);
}
#about-us .column {
    float: left;
    width:270px;
    font-size: 12px;
    margin: 0 15px;
    color: #575859;
}
#about-us .column.last{
    width: 325px;
}
#about-us .column h2{
    text-align: center;
    margin:5px 0 15px;
}
#about-us .column h2 strong{
    font-weight: normal;
    font-size: 45px;
    clear: both;
    color: #221f20;
}
#about-us .column h2 small{ 
    color: #d1d2d4;
    display: inline-block;
    font-size: 20px;
}
#about-us .column .border{
    border-right: #f2f3f4 10px solid; 
    width: 100%;
    min-height: 800px;
}
#about-us .column.last h3{font-size: 14px; margin-bottom: 10px;}
#about-us .column.last h4{font-size: 13px; margin-bottom: 5px;}
#about-us .column.last .border{
     border-right:0;
}
#about-us .column ul.grey li {
    background: #575859;
    width: 230px;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 7px;
    line-height: 15px;
    position: relative;
}
#about-us .column ul.grey li:before{
    position: absolute;
    width: 19px;
    height: 13px;
    bottom: -13px;
    left: 25px;
    content: "";
    background:url('../img/grey_arrow_left.gif') no-repeat;
}
#about-us .column ul.grey li:nth-child(even):before{
     background:url('../img/grey_arrow_right.gif') no-repeat;
     right: 25px;
     left: auto;
}
#about-us .column .quote{
    font-size: 13px;
    background: #fff000;    
    width: 215px;
}
#about-us .column .quote img{
    width: 23px;
}
#about-us .column .quote img.left_quote{
    margin-left: -10px;
}
#about-us .column .quote img.right_quote{
    float: right;
    margin-top: -20px;
    margin-right: -5px;
}
#about-us .column .quote a.civic_intelligence{
    font-size: 10px;
    color: #575859;
    text-decoration: none;
    margin-top: 5px;
}
#about-us .column.last a.press_release{
    width: 200px;
    color: #221f20;
    display: block;
    font-size: 14px;
    margin: 10px auto;
}
#about-us .column img.logo{
    margin-top: 20px;
}
#about-us .column .three_tv{
    position: relative;
}
#about-us .column img.cycle{
    margin-top: 0;
    width: 255px;
}
#about-us .column .three_tv:hover img.cycle{
    width: auto;
    margin-left: -100px;
    border: 5px solid #f2f3f4;
}
#about-us .column div.yellow, 
#about-us .column div.green, 
#about-us .column div.blue, 
#about-us .column .quote{
    border-radius: 20px;
    padding: 9px 15px;
    margin-bottom: 10px;
}
#about-us .column div.yellow{ background: #fff000;}
#about-us .column div.green{ background: #6fbe46;}
#about-us .column div.blue{background: #6ecff5;}
#about-us .column.last ul li{
    background: url('../img/bulllet.gif') no-repeat 0 6px;
    padding: 0 10px;
    line-height: 16px;
    display: inline;
}
/*end about us*/
/*individual page*/
#co-op-viewpage .big-video .callout{
    text-align: left;
}
#co-op-viewpage .big-video .heart{
    position: absolute;
    right: 60px;
    bottom: 10px;
}
#co-op-viewpage .big-video .heart span{
    position: absolute;
    left: 45px;
}
#co-op-viewpage .big-video #username img{
    float: left;
    width: 55px;
    height: 41px;
}
#co-op-viewpage .big-video #username strong{;
    margin: 10px 0 0 10px;
    float: left;
}
#co-op-viewpage .big-video #username strong h1{;
    margin: -8px !important;
    padding: 0;
}
/*make h1 appear in the middle*/
#co-op-viewpage .big-video .coop-name { 
  position: relative;
}

#co-op-viewpage .big-video .coop-name strong {
    position: absolute;
    left: 58px;
    top: -4px;
    width: 184px;
    height: 38px;
    display: table;
}
#co-op-viewpage .big-video #username strong h1 {
  display: table-cell;
  vertical-align: middle;
}
/*end  appear in the middle*/
#co-op-viewpage .sidebar{
    padding-left: 9px;
    z-index: 2;
    position: relative;
    background: url(../img/sidebar-gradient.png) no-repeat -29px 0;
    min-height: 820px;
}
#co-op-viewpage .sidebar-content #sponsored{
    height: 41px;
    padding: 5px 19px;
    width: 232px;
}
#co-op-viewpage .sidebar-content {
    background: 0;
}
#co-op-viewpage .sidebar-content .listing a{
    position: absolute;
}
#co-op-viewpage .sidebar-content .listing a.coop-show-listing{
    position: relative;
}

a.coop-show-listing img.Sponsor_img, .find_out_more_container img{
    border:2px #222222 solid;
}

a.coop-show-listing img.Sponsor_img{
    width: 236px;
    height: 176px;
}

.find_out_more_container{
    margin-left: 5px;
}

#co-op-viewpage .sidebar-content .video-matrix{
    height: 800px;
    overflow: auto;
}
#co-op-viewpage .left-side #comments{
    width: 135px;
    margin-bottom: 20px;
    padding: 10px;
    color: black;
}
#co-op-viewpage .left-side .fb_iframe_widget iframe{
    width: 635px!important;
}
#co-op-viewpage .sidebar-content .video-listing{
    margin: 20px auto;
    float: none;
    background-color: #58b947;
    width: 155px;
    height: 135px;
}
#co-op-viewpage .top.left-side{
    margin: 0 -15px 0 0;
    background: url(../img/whitetransparent.png);
}
/*end individual page*/

/*upload page*/
#upload .sidebar .sidebar-content .row h2{
    left: -6px;
    width: 195px;
}
#upload .content{
    min-height: 570px;
}
/*end upload page*/
/*listing page*/
.filter-category{
    background: #fff;
    float: right;
    margin-top: -35px;
    width: 165px;
    padding: 0 0;
    font-size: 14px;
    font-family: PT-Sans;
    position: relative;
}
#home .filter-category{
    margin-top: -20px;
    background: transparent;
}
#home .filter-category a{
    margin-left: 0;
}
.filter-category strong{
    font-weight: bold;
    color: #c32080;
    float: left;
    margin-left: -2px;
    padding: 8px;
}
.filter-category  .category{
    float: left;
    position: relative;
}
.filter-category  .category a{
    float: left;
    color: #23a4d6;
    font-weight: bold;
    position: relative;
    z-index: 5;
    width: 79px;
    padding: 9px 0;
    clear: both;   
    text-align: center;
    letter-spacing: 0px;
}
.category .outergrey{
    padding: 5px;
    background: url(../img/greytransparent.png);
    position: absolute;
    top: 24px;
    right: 0px;
    z-index: 2;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    border-top-left-radius: 23px;
    display: none;
}
.filter-category ul li:hover a{
     background: url('../img/catbg2.png') no-repeat 0px 0px;
     color: #fff;     
     text-decoration: none;     
}
.filter-category ul li:hover .dropdown ul li a{
     background: none;
     color: #fff;     
     text-decoration: none;     
}
.filter-category ul li:hover .outergrey{
    display: block;
}
.filter-category ul li{
    overflow: visible;
}
.category .dropdown{    
    background: url('/img/category-bg.jpg') repeat-x 0 -25px;
    width: 728px;
    height: auto;    
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;

}
.category .dropdown ul{
    float: left;
    margin: 8px 0;
    line-height: 17px;
    padding: 0 15px;
    border-left: 1px #d5d5d5 solid;
}
.category .dropdown ul:first-child{
    border: 0;
}
.category .dropdown ul a{
    background: none;
    color: #fff;     
    text-decoration: none; 
    clear: both;
    text-align: center;
    letter-spacing: 0px;
    
    font-weight: normal;
    position: relative;
    z-index: 5;
    width: auto;
    padding: 0;
}
.category .dropdown ul a:hover{
    text-decoration: underline!important;
}
/*end listing page*/
/*footer*/
#footer{
    width: 100%;
    clear: both;
    float: left;
    
}
#footer #footer-nav{
    width: 715px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
#footer #footer-nav a{
    display: inline;
    color: #272727;
    font-size: 14px;
    font-family: MyriadWebPro, helvetica, sans-serif;
    
}
#footer #footer-nav .copyright{
    color: #757575;
    font-size: 14px;
    margin-top: 8px;
    display: block;
    font-family: PT-Sans, helvetica, sans-serif;
}
#footer img{
    margin: 30px auto 0;
    display: block;
}
#coops-sidebar .bright-yellow-callout{
    left: -6px;
    width: 193px;
}
#coops-sidebar dl{
    text-align: left;
    margin-left: 15px;
}
#coops .top{
    min-height: 570px;
}
#all-co-ops{
    width: 280px;
    padding: 10px 40px;
    margin-bottom: 10px;
}
small {
    font-size: 12px;
}
#favorite-box .heart{
    right: 35px!important;
    bottom: 31px!important;
}
#favorite-box p{
    position: absolute;
    bottom: 6px;
    left: 35px;
	text-align: center;

}
#co-op-viewpage-sidebar dl{
    text-align: left;
    margin-left: 15px;
}
#co-op-viewpage-sidebar h1{
    
}
.coops-listing{
    float: left;
    position: relative;
    width: 148px;
    height: 209px;
    margin-top: 15px;
    margin-right: 10px;
}
.coops-listing .video-listing{
    margin: 0;
}
.coops-listing .video-listing-big{
    z-index: 2;
}
.video-comments {
    background: url(../img/main-video-bottom-bg.png) #ffffff no-repeat top right;
    margin-right: -10px;
}
.no-background{
    background: 0!important;
}
video {
    border: 6px solid #222222;
    border-radius: 6px;
}
.vjs-playing video {
    border-color: #F6F6F6;
}
.vjs-fullscreen video {
    border-color: #222222;
}
#coops .container.clear {
    float: left;
    margin-top: 10px;
}
#coops .more hr{
    width: 514px;
}
canvas#pick {
    border: 5px solid #222222;
}
h1.contact-us{
    width: 200px;
}
.content #flashMessage {
    position: absolute;
    top: 12px;
    height: 18px;
    display: block;
    left: 221px;
    z-index: 100;
    font-size: 14px;
    background-color: #F1EA40;
    padding: 7px 5px 3px 5px;
}

/* container of the file upload elements and look of the field */
.file {
	display: inline-block;
	width: 321px;
        height: 28px;
	position: relative;
	background: url(/img/browse.gif) no-repeat;
/*	border-bottom:solid 1px #59b8e4;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom:10px;
}
/* style text of the upload field and add an attachment icon */
.file .button {
	background:url(ico_clip.png) no-repeat 97% 50%;
	text-indent:10px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#555;
	height:40px;
	line-height:40px;
	display: block;
}
/* hide the real file upload input field */
.file input {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	font-size: 21px;
}
#file-upload-path, #thumbnail-file-upload-path, #webm-file-upload-path, #mp4-file-upload-path{
    font-family: arial;
    font-size: 13px;
    height: 6px;
    left: 185px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 216px;
}
.jspPane{
    background-color: #f8f8f8;
}
.jspDrag{
    background: #a9a9a9;
    border-radius: 10px;
}
.jspTrack{
    background: #ebebeb;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #a8a8a8;
}
.jspVerticalBar, .jspHorizontalBar{
    border-radius: 10px;
    background: 0;
}
/* terms of service page*/
#terms_of_service .left-side li{
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: bold;
}
#terms_of_service .left-side li p{
    font-weight: normal;
}
#terms_of_service  .terms_phrases li{
    font-weight: normal;
}
#terms_of_service  .terms_phrases li a{
    display: inline;
}
#terms_of_service ol{
    list-style-type: decimal;   
    margin-left: 20px;
}
#terms_of_service .terms_and_conditions ol{
/*    counter-reset: item;*/
    list-style: none;
    list-style-type: lower-alpha;
}
#terms_of_service .terms_and_conditions ol li:before {
/*    content: counter(item, lower-alpha) ")";
    counter-increment: item;*/
}
#terms_of_service .priv_pol_and_comm ul{
    margin-left: 20px;
}
#terms_of_service .priv_pol_and_comm ul li{
    list-style-type: disc;
    font-weight: normal;
}
#terms_of_service .priv_pol_and_comm ul li:before{
/*    content: none;*/
}
#terms_of_service h5, #terms_of_service h6{
    font-weight: bold;
}
#terms_of_service h1{
    width: 190px;
}
#terms_of_service h5 {
    font-size: 20px;
    padding-top: 20px;
}

#terms_of_service h6{
    font-size: 15px;
}

/* faq */
#faq .faq{
    margin-bottom: 10px;
}
#faq .question{
    font-weight: bold;
}
#faq .sidebar .sidebar-content .row h2 {
    position: absolute;
    width: 193px;
    top: 0;
    left: -6px;
    padding: 5px 33px;
}
#coop-video h4.pink-callout{
    width: 103.5%;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: -15px 0px 14px -15px;
    border-color: #C32080;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.big-video h4.lime-callout{
    width: 563px;
    color: white;
    margin: -13px auto;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
    padding-top: 8px;
}
#coop-video ul, #show ul{
    overflow: hidden;
    width: 446px;
    clear: both;
}
.sidebar-expanded-video .content{
    width: 93%;
    margin: 0 auto 5px;
}
.sidebar-expanded-video .sidebar_expanded_video_description{
    text-align: left;
    line-height: 15px;
}

.sidebar-expanded-video ul{
    float: none;
    margin-left:auto;
    margin-right:auto;
    overflow: auto;
    clear: both;
}

div.top.left-side.embed_video {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

div.big-video.embed_video {
    margin: 0px;
}

div.big-video.embed_video div.black {
    border-bottom-left-radius : 0px;
    border-bottom-right-radius : 0px;
    padding: 0px;
}

div.video-js-box.video-player.embeded_video {
    margin: 0px;
}

/* sitemap */
.lpage a {
    display: inline;
}

#sitemap h5 {
    font-size: 20px;
    padding-top: 20px;
}

#sitemap h5, #sitemap h6 {
    font-weight: bold;
}

.find_out_more_image{
    width: 90%;
    margin-top:-4px !important;
}
/*--- new home page Find out more about #SAmanUP {*/
#home .homepage-video{
    padding-bottom: 45px;
}
#home .sidebar .sidebar-content{
    height: 575px;
    background-position: center 40px;
}
#home .sidebar .sidebar-content .row{
    padding: 70px 0 15px;
}
/*}*/
