
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body,
html {
    padding: 0;
    background-color: #fff;
    font-family: Sans-Serif;
    //max-width: 1100px;
    min-width:300px;
    margin: 0 auto;
}
#content {
    width: 100%;
    float: left;
    position: relative;
}
#response{
    font-size:1.2em;
    text-align: center;
    color:#5d5d5d;
    position:absolute;
    opacity: 0;
    width:90%;
}

.entry {
    width: calc(100% - 4px);
    overflow:hidden;
    float: left;
    position: relative;
    padding:0 2px;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transform: translate(0em, 0);
    -moz-transform: translate(0em, 0);
    -o-transform: translate(0em, 0);
    -ms-transform: translate(0em, 0);
}
#menu{
    margin: 0 2px 5px 2px;
    width:calc(100% - 4px);
    //background-color: #e5e5e5;
    padding: 0;
}
/*
.sort{
float:left;
padding:5px 0;
margin:0 4px; 
cursor:pointer;
font-size:1em;
width: calc(50% - 8px);
}
*/
#spacer{
    width:100%;
    height:2px;
    margin-top:0px;
    background-color:rgba(0, 0, 0, 0.6);
}



.sort {
    width: calc(50% - 10px);
    cursor:pointer;
    margin:2px 4px; 
    float:left;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-width:1px;

    /*background: #dfe3e6;
    background-image: -webkit-linear-gradient(top, #dfe3e6, #d2d4d6);
    background-image: -moz-linear-gradient(top, #dfe3e6, #d2d4d6);
    background-image: -ms-linear-gradient(top, #dfe3e6, #d2d4d6);
    background-image: -o-linear-gradient(top, #dfe3e6, #d2d4d6);
    background-image: linear-gradient(to bottom, #dfe3e6, #d2d4d6);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;*/
    color: #000;
    font-size: 1em;
    padding: 6px 0px 6px 0px;
    text-decoration: none;
    text-align: center;
}

.sort:hover {
    background: #efefef;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-width:1px;

    text-decoration: none;
}


.blur{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);    
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);    
    opacity:0.3;
}

#spinner {
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#spinn {
    margin-top: 100px;
    color: rgba(255, 255, 255, 0.38);
    text-align: center;
    vertical-align: middle;
}
#subNamn{
    padding: 0 10px 0 10px;
    margin:0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1em;
    color:rgb(52, 52, 52);
}
#infoHead{
    padding: 0 10px 0 10px;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95em;
    color:rgb(52, 52, 52);
}

#infoText{
    //padding: 0 10px 0 10px;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.95em;
    color:rgb(52, 52, 52);
}

#description {
    margin:0;
    padding: 0 10px 0 10px;
    color:rgb(52, 52, 52);
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:0.95em;
}
#bildtext{
    margin: 0;
    padding: 0 10px 10px 10px;
    color: rgb(52, 52, 52);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85em;
}
#subfoto{
font-size: 0.75em;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    text-align: right;
    display: block;
}
.face {
    width: 100%;
    cursor: pointer;
}
.border{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:2px solid white;

}
.subFace{
    width:60px;
    float:left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:4px;

}

.info {
    position: absolute;
    width: calc(100% - 30px);
    max-width: 450px;

    margin-top:5px;
    margin-bottom:5px;
    padding: 0 0 10px 0;
    //padding: 0;
    //border: 2px solid rgba(255, 255, 255, 0.10);
    //background-color: rgb(29, 29, 29);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.95);
    -moz-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.95);
    box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.95);
    z-index: 999;

}


#infotop{
    background-color: rgba(49, 49, 49, 0.7);
    padding: 0;
    margin: 0;
    height: 35px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);

}

.hide {
    display: none;
}
.plus{
    width:100px;
}
#overlay {
    width: 100%;
    height: 4000px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    overflow: hidden;
    left: 0;
}
#closeWrapper{
    padding:0;
    margin: 0 calc(50% - 16px) 0 calc(50% - 16px);
}
.close {
    text-align: center;
    //margin: 5px 0 5px 0;
    margin:0;
    padding-top:2px;
    //    color: #E24040;
    color: #c4c4c4;
    cursor: pointer;
}

.close:hover {
    color: #ffffff;
}

.subLinkIcon{
    //color: #f5bf2f;
    color: #4D4D4D;
    margin-right:5px;
}
#subLink{
    font-weight: 400;
    float:right;
}



a:link {
    color: #4D4D4D;
    text-decoration: none;
}

a:visited {
    color: #4D4D4D;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}
.frontContainer {
    position: absolute;
    bottom:0px;
    padding: 0px 0px 3px 5px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
    // width:90%;
}


.frontName {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0;
    padding: 5px 10px 5px 0px;
    line-height: 1;
    background-color:rgba(0, 0, 0, 0.40);
    width: calc(100% - 10px);

    //display: inline-block; 
}
.foto{
    position:absolute;
    bottom:4px;
    right:0px;
    padding:2px;
    margin:0;
    font-size:0.7em;
    background-color:rgba(0, 0, 0, 0.44);
    color:#fff;
}
.frontNum {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    margin: 5px 0 0 0;
    line-height: 1;
    //display: inline-block; 
    padding-right:10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.82);

}
#img{
    position:relative;}
}
.unpublished{
    position: absolute;
    top: calc(50% - 55px);
    margin-left: calc(50% - 65px);
    color:rgb(52, 52, 52);
    opacity:0;
    width:130px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:1.2em;
}
.coming{
    position: absolute;
    top: calc(50% - 20px);
    margin-left: calc(50% - 65px);
    color:rgb(52, 52, 52);
    opacity:0;
    width:130px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:1.2em;
}

#name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    margin: 0;
    padding: 0 0 0 10px;
}
.fa-stop {
    color: rgba(161, 16, 20, 1);
    margin-right: 5px;
}


@media screen and (min-width: 500px) {
    .entry {
        width: calc(50% - 4px);
    }
    .sort{
        width: calc(25% - 10px);
    }
}
/*
@media screen and (min-width: 1000px) {
.entry {width: calc(25% - 4px);}
}

@media screen and (min-width: 2000px) {
.entry {width: calc(20% - 4px);}
}
*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
