bodyss {
    background: url('../ximages/bg.png');
    font-family: 'Questrial', sans-serif;
}

body {
	background: #282828 url('../ximages/bulldot.png');
	font-family: 'Questrial', sans-serif;
}

.row {
    max-width: 100%;
}

.sprite {
    background-color: transparent;
    background-image: url('../ximages/sprite.png');
    background-repeat: no-repeat;
    display: block;
}

nav.top-bar {
    background: url('../ximages/nav_bg.png') repeat-x;
    height: 42px;
    line-height: 42px;
}

nav.top-bar .name {
    text-indent: -9999px;
    background-position: 25px 6px;
    width: 200px;
    height: 39px;
}



nav.top-bar .top-bar-section ul li i {
    width: 20px;
    height: 39px;
    display: inline-block;
    vertical-align: bottom;
}

nav.top-bar .top-bar-section ul li i.seen { background-position: -1px -77px; width: 35px; }
nav.top-bar .top-bar-section ul li i.newest { background-position: -41px -77px; }
nav.top-bar .top-bar-section ul li i.cats { background-position: -69px -77px; }
nav.top-bar .top-bar-section ul li i.euro { background-position: -98px -76px; }
nav.top-bar .top-bar-section ul li i.up { background-position: -120px -76px; width: 20px; }

nav.top-bar .name:hover,
nav.top-bar .top-bar-section ul li:hover {
    background-color: rgba(0, 0, 0, .3);
    -webkit-box-shadow: -1px 0 0 rgb(20,20,20) inset;
    -moz-box-shadow: -1px 0 0 rgb(20,20,20) inset;
    box-shadow: -1px 0 0 rgb(20,20,20) inset;
}

nav.top-bar .name h1,
nav.top-bar .top-bar-section li a:not(.button) {
    line-height: 38px;
}

nav.top-bar .top-bar-section ul li ul li {
    background-image: url(../ximages/nav_bg.png);
    background-repeat: repeat-x;
    background-position: 0px -3px;
    border: 0;
    margin: 0;
    line-height: 39px;
    height: 39px;
    -webkit-box-shadow: 0 0 1px rgb(20,20,20) inset;
    -moz-box-shadow: 0 0 1px rgb(20,20,20) inset;
    box-shadow: 0 0 1px rgb(20,20,20) inset;
}

nav.top-bar .top-bar-section ul li ul li:hover {
    -webkit-box-shadow: 0 0 15px rgb(20,20,20) inset;
    -moz-box-shadow: 0 0 15px rgb(20,20,20) inset;
    box-shadow: 0 0 15px rgb(20,20,20) inset;
}

nav.top-bar .top-bar-section ul li.facebook  {
    background: #3b5998 url('../ximages/fb.png') no-repeat top left;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 25px;
}

nav.top-bar .top-bar-section ul.right {
    position:relative;
}

nav.top-bar .top-bar-section ul li.upload {
    background: #f9992a;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 38px;
}

.top-bar.expanded {
    background: url('../ximages/nav_bg.png') repeat-x;
}

.top-bar .name h1 {
    margin-top: 3px;
}

@media only screen and (min-width: 940px) {
    
    nav.top-bar {
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8); 
        -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
        box-shadow: 0 0 15px rgba(0,0,0,.8);    
    }
        
    nav.top-bar .name,
    nav.top-bar .top-bar-section ul li {
        border-right: solid 1px rgb(20,20,20);
        -webkit-box-shadow: -1px 0 0 rgb(54,54,54) inset;
        -moz-box-shadow: -1px 0 0 rgb(54,54,54) inset;
        box-shadow: -1px 0 0 rgb(54,54,54) inset;
        margin-top: 3px;
        height: 39px;
    }
    
    nav.top-bar .top-bar-section ul,
    nav.top-bar .top-bar-section li a:not(.button) {
        background: transparent;
    }

    nav.top-bar .top-bar-section ul li.upload:before {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 38px 39px 0;
        border-color: transparent #f9992a transparent transparent;
        display: block;
        position: absolute;
        left: 0;
        content: "";
    }
}

hr {
    border-color: #535353;
    border-style: dotted;
    margin: .6em 0 .6em;
}

nav.top-bar .top-bar-section ul li ul li a {
    padding: 0 10px;
}

#sidebar {
    position: fixed;
    top: 42px;
    left: 0;
    width: 150px;
    margin: 15px 0 0 25px;
}

#sidebar .blog h1 {
    font-size: 1.75em;
    padding-left: 45px;
    background-position: -200px 7px;
}

#sidebar .blog p {
    font-size: 0.8em;
}

#sidebar .blog p span {
    color: #f9872a;
}

#sidebar .side-nav {
    padding: 0;
}

#sidebar .side-nav li a {
    color: #fff;
    padding-left: 20px;
    background-position: 0px -60px;
}

#sidebar .side-nav li a:hover {
    background-color: #f9872a;
}

#sidebar .social {
    height: 25px;
    width: 45px;
    display: inline-block;
    margin-right: 3px;
}
#sidebar .social.facebook {
    background-position: -2px -33px;
}
#sidebar .social.twitter {
    background-position: -48px -33px;
}
#sidebar .social.gplus {
    background-position: -94px -33px;
    margin-right: 0;
}

#content {
    margin: 15px 0 15px 195px;
}

#content #masonry .entry {
    width: 300px;
    margin: 5px;
    float: left;
    border: 6px solid #fff;
    border-radius: 0;
}

#content #masonry .entry.upload {
    width: 300px;
    height: 300px;
    background: #f9872a url('../ximages/upload_bg.png');
    border: none;
    border-radius: 0;
    text-align: center;
}
#content #masonry .entry.upload h3 {
    margin-bottom: 0;
    font-size: 33px;
    font-family: 'Questrial', sans-serif;
} 
#content #masonry .entry.upload h4 {
    margin-top: 0;
    font-size: 25px;
    font-family: 'Questrial', sans-serif;
}

#content #masonry .entry.upload span.cloud {
    height: 135px;
    width: 100%;
    background-position: 42px -113px;
}

#content #masonry .entry a {
    color: #fff;
    font-size:14px;
}

#content #masonry .entry a:hover:before {
   content: url("../ximages/videoPlayButton_orange.png") ;
   position:absolute;
   left:50% ;
   top: 50% ;
   margin-top: -15px;
   margin-left: -15px;
   z-index:15;
}

#content #masonry .entry .imgFrame {
    overflow: hidden;
}
#content #masonry .entry .imgFrame > img {
    width: 300px;
}   
#content #masonry .entry .titleFrame {
    /*background-image: url('../ximages/title_bg.png');*/
    border-top: 3px solid #f9872a;
    padding: 8px 5px;
    line-height: 18px;
    color: #000;
    background-color: rgba(255,255,255,1);
}


#content #masonry .entrx {
    width: 260px;
    margin: 5px;
    float: left;
    border: 6px solid #fff;
    border-radius: 0;
}

#content #masonry .entrx.upload {
    width: 260px;
    height: 260px;
    background: #f9872a url('../ximages/upload_bg.png');
    border: none;
    border-radius: 0;
    text-align: center;
}
#content #masonry .entrx.upload h3 {
    margin-bottom: 0;
    font-size: 33px;
    font-family: 'Questrial', sans-serif;
} 
#content #masonry .entrx.upload h4 {
    margin-top: 0;
    font-size: 25px;
    font-family: 'Questrial', sans-serif;
}

#content #masonry .entrx.upload span.cloud {
    height: 135px;
    width: 100%;
    background-position: 42px -113px;
}

#content #masonry .entrx a {
    color: #fff;
    font-size:14px;
}

#content #masonry .entrx a:hover:before {
   content: url("../ximages/videoPlayButton_orange.png") ;
   position:absolute;
   left:50% ;
   top: 50% ;
   margin-top: -15px;
   margin-left: -15px;
   z-index:15;
}

#content #masonry .entrx .imgFrame {
    overflow: hidden;
}
#content #masonry .entrx .imgFrame > img {
    width: 260px;
}   
#content #masonry .entrx .titleFrame {
    /*background-image: url('../ximages/title_bg.png');*/
    border-top: 3px solid #f9872a;
    padding: 8px 5px;
    line-height: 18px;
    color: #000;
    background-color: rgba(255,255,255,1);
}


#content .entryFull {
    float:left;
    margin-left: 5px;
    max-width: 737px;
}

#content .entryComments {
    background: rgba(255, 255, 255, .03);
    margin-bottom:20px;
    padding: 5px;
}

#content .detailImage {
    display:block;
    overflow:hidden;
    margin: 15px auto;
    background: rgba(255, 255, 255, .05);
    position: relative
}

#content .detailImage .arrows {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

#content .detailImage .arrows a {
    width: 50px;
    height: 100px;
    float: left;
    opacity: 0;
    
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-color: rgba(0,0,0, 0.2);
}

#content .detailImage .arrows a.arrowLeft {
    background-position: 0px -245px;
}

#content .detailImage .arrows a.arrowRight {
    background-position: -41px -245px;
    float: right;
}

#content .detailImage .arrows:hover a {
    opacity: 0.7;
}

#content .detailImage .arrows a:hover {
    opacity: 1;
}

#content .detailAdTop,
#content .detailAdBottom {
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    margin: 5px 0;
    height: 98px;
}

#content .detailAdSide {
    position: absolute;
    top: 73px;
    left: 948px;
}

#content .detailAdSide.SideScroll {
    position: absolute;
    top: 346px;
    left: 948px;
}

#content .detailAdSide > div {
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    margin-bottom: 10px;
}


#content .detailAdTopMobil {
    margin: 0 -4px;
    width: 320px;
    position:absolute;
    top: 42px;
    z-index: 10;
}
@media only screen and (min-width: 330px) {
    
    #content .detailAdTopMobil {
        margin: 0 auto;
        width: 320px;
    }
}

#content .sidebarAd{
    background: rgba(255, 255, 255, 1);*/
    padding: 5px;
}

#content .sidebarAd1{
    position: absolute;
    top: 75px;
    left: 948px;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

#content .sidebarAd2{
    position: absolute;
    top: 345px;
    left: 948px;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

#content .sidebarAd3{
    position: absolute;
    top: 615px;
    left: 948px;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

.detailDesc h1 {
    font-size: 15px;
}

.detailDesc .row {
    margin-bottom: 8px;
    font-size: 14px;
}
.detailDesc p {
    font-size: 12px;
    margin-bottom: 3px;
}
.detailDesc .fb-like {
    width: 85px;
    overflow: hidden;
}

.detailDesc .icon-comments {
    width: 24px;
    height: 20px;
    display: inline-block;
    background-position: -152px -82px;
    vertical-align: text-bottom;
}

.detailDesc .icon-views {
    width: 31px;
    height: 20px;
    display: inline-block;
    background-position: -183px -82px;
    vertical-align: text-bottom;
}

.detailDesc .icon-link {
    background-position: -214px -80px;
    height: 25px;
    width: 28px;
}