
body{
    
    background: #5a5652;
    padding-top:20px;
} 

#footer{
    display:block;
    position: relative;
    font-family: 'Ubuntu Condensed',sans-serif;
    clear:both;
    margin:0 auto;
    width:640px;
}
.vidjs-full-window #footer{
    display:none !important;
}
#footer-content{
    clear:both; 
    margin: 20px auto;
    width:640px;
    position: relative;
    
}

#footer-elements{
    float:right;
    margin-bottom: 20px;
    clear:both;
    
}
#share{
    float:left;
    width:135px;
    height:31px;
    position: relative;
    background: url(../images/none-branded/share.png);      
}

#share_button{
    cursor: pointer;
    position: absolute;
    z-index:3000;
    width:135px;
    height:31px;

}
 

#share #list-shares{
  margin-top:50px;  
    
}

#share #list-shares ul{
    
    list-style-image: none;
    list-style-type: none;
    list-style-image: none;
}

#share #list-shares ul li.active {
    background: url("../images/social/active.png") no-repeat scroll 0 0 transparent;
}

#embed{
    float:left;
    width:135px;
    height:31px;
    background: url(../images/none-branded/embed.png);
    margin-left:10px;
}   

#list-shares-block{
    
 width:200px;   
    
}

#share #list-shares-block .list-shares-block-items{
    
    padding-left:35px;
    margin-top:5px;
    cursor:pointer;
    width:200px;
    
    
}

#share #list-shares-block .list-shares-block-items:hover{
    
    
        background: url(../images/none-branded/active.png) no-repeat 0px 10px;
}

 .list-shares-block-items a{
    
 font-size:22px;
 color:#7b7873;
 text-decoration: none;
    
    
}

#share #list-shares #list-shares-line{
    
    width:1px;
    height:128px;
    position:absolute;
    margin-left:25px;
   background: url(../images/none-branded/share-line.png) repeat-y 0px 0px;                     
}

#footer-comments{

}
#disqus_thread {
   padding-top: 200px;
   
}
.dsq-brlink{
    display:none;
}
#dsq-global-toolbar{
    
    display:none;
}

#content{
    
 /*   margin-top:100px;*/
}
#header{
    
   /* height:100px;    */
}

#embed{
    
    height: 31px;
    width:135px;
} 

#footer-comments{
       clear:both;  
    display:none;
}


.fb_ltr    textarea {
 
    color: #000 !important; 
     background: #fff !important; 
    height: 60px !important; 
}

#copy-embed{
    height: 31px;
    width:135px;
}                                   

.fb-comments {
    
  
}

.ebbeded-active{
    background : url(../images/none-branded/embeded_hi.png) !important;
}

.center-wrap .jwplayer#videoContainer  {
	margin: 0 auto;
}

.center-wrap .jwplayer#video-js-box-1  {
	margin: 0 auto;
}

#flowplayer_c {
	background-color: #000000;
}

.flowplayer.is-mouseout .fp-volume .fp-mute {opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.is-mouseover.flowplayer .fp-volume .fp-mute {opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}

#videoContainer {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}
#videoContainer.ratio_4_3 {
    width: 640px;
    height: 480px;
}
#videoContainer.ratio_21_9 {
    width: 640px;
    height: 275px;
}
#videoContainer.ratio_11_9 {
    width: 640px;
    height: 524px;
}

#footer, #footer-content {
    width: 640px;
}

@media (min-width: 1366px) {
	#footer:not(.donotresize), #footer-content:not(.donotresize) {
		width: 1280px;
	}
    #videoContainer:not(.donotresize) {
        width: 1280px;
        height: 720px;
    }
    #videoContainer.ratio_4_3:not(.donotresize) {
        width: 1280px;
        height: 960px;
    }
    #videoContainer.ratio_21_9:not(.donotresize) {
        width: 1280px;
        height: 550px;
    }
    #videoContainer.ratio_11_9:not(.donotresize) {
        width: 1280px;
        height: 1047px;
    }
}

@media (max-width: 1365px)  and (min-width: 899px) {
    #footer:not(.donotresize), #footer-content:not(.donotresize) {
        width: 854px;
    }
	#videoContainer:not(.donotresize) {
		width: 854px;
		height: 480px;
	}
    #videoContainer.ratio_4_3:not(.donotresize) {
        width: 854px;
        height: 640px;
    }
    #videoContainer.ratio_21_9:not(.donotresize) {
        width: 854px;
        height: 366px;
    }
    #videoContainer.ratio_11_9:not(.donotresize) {
        width: 854px;
        height: 698px;
    }
}
