body{
    font-size: 10px;
    width: 100%;
}
#webcameGallery{
    position: relative;
    height: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    overflow: hidden;
}

.modelThumb{
    position: relative;
    padding: 0;
    margin: 0;
}

.modelThumb #wraper{
    position: relative;
    display: block;
    border: red solid 0px;
    margin: 0px 0px;
    overflow: hidden;
}

.modelThumb #wraper a{
    top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #ffffff;
    z-index: 11;
    font-family: 'Open Sans';
    font-size: 12px !important;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.modelThumb #wraper a .layer{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-color: transparent;
	-webkit-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
}
.modelThumb #wraper a .layer #endStream{
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    text-align: center;
    top: 35%;
    visibility: hidden;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.modelThumb #wraper a .layer #endStream #span2{
    font-weight: bold;
    color: #7AB6EC;
}

.modelThumb #wraper a #freeHdIcons{
    position: absolute;
    top: 5%;
    right: 5%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.modelThumb #wraper a #freeIcon{
    position: relative;
    display: block;
    z-index: 1001;
    background-color: #60B404;
    color: #ffffff;
    padding: 3px;
    border-radius: 0.4em;
    text-align: center;
    width: 35px;
    height: 15px;
}

.modelThumb #wraper a .withoutFreeIcon{
    position: relative;
    display: block;
    z-index: 1001;
    background-color: #60B404;
    color: #ffffff;
    padding: 3px;
    border-radius: 0.4em;
    text-align: center;
    width: 35px;
    height: 15px;
}

.modelThumb #wraper a .withFreeIcon{
    position: relative;
    display: block;
    z-index: 1001;
    background-color: #60B404;
    color: #ffffff;
    top: 4px;
    padding: 3px;
    border-radius: 0.4em;
    text-align: center;
    width: 35px;
    height: 15px;
}

.modelThumb #wraper a #liveIcon{
    position: absolute;
    display: block;
    z-index: 1001;
    background-color: #60B404;
    color: #ffffff;
    top: 5%;
    left: 5%;
    padding: 3px;
    border-radius: 0.4em;
    opacity: 0.7;
    width: 35px;
    height: 15px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.modelThumb #wraper a #liveIcon #circle{
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top:30%;
    background-color: #60B404;
    float: left;
}
.modelThumb #wraper a #liveIcon #text{
    position: absolute;
    display: table;
    left: 32%;
    height: 80%;
    padding: 0;
}
.modelThumb #wraper a #liveIcon #text span{
    display: table-cell;
    vertical-align: middle;
}

.modelThumb #wraper a #cta{
    position: absolute;
    display: block;
    overflow: hidden;
    background-color: #C60AC1;
    color: #ffffff;
    border-radius: 0.5em;
    z-index: 1001;
}
.modelThumb #wraper a #cta span{
	position: absolute;
    word-wrap: break-word;
    overflow-wrap: break-word;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform:	translate(-50%, -50%);
	-ms-transform:		translate(-50%, -50%);
	-o-transform:		translate(-50%, -50%);
}

/* model details present */
.modelThumb #wraper a .details{
    bottom: 5%;
    right: 5%;
    width: 115px;
    height: 25px;
    z-index: 1001;
}

/* no details for model  */
.modelThumb #wraper a .noDetails{
    bottom: 5%;
    width: 135px;
    height: 28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
}

/* single detail, no cta */
.modelThumb #wraper a .simpleNoCta{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1001;
}

/* single detail, with cta*/
.modelThumb #wraper a .simple{
    position: absolute;
    bottom: 5%;
    left: 4%;
    z-index: 1001;
}

/* multiple details */
.modelThumb #wraper a .multiple{
    position: absolute;
    bottom: 4%;
    left: 4%;
    z-index: 1001;
}
.modelThumb #wraper a .multiple span{
    display: block;
    position: relative;
}

/* multiple details and no cta button */
.modelThumb #wraper a .multipleNoCta{
    position: absolute;
    bottom: 4%;;
    left: 5%;
    right: 5%;
    z-index: 1001;
}
.modelThumb #wraper a .multipleNoCta span{
    display: block;
}
.modelThumb #wraper a .multipleNoCta #nickname{
    float: left;
}
.modelThumb #wraper a .multipleNoCta #age{
    float: right;
}

.modelThumb #wraper a .media{
    position: absolute;
	display: none;
	overflow: hidden;
    top: 0;
    height:100%;
    width:100%;
}
.modelThumb #wraper a .media video{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform:	translateX(-50%);
	-ms-transform:		translateX(-50%);
	-o-transform:		translateX(-50%);
	height: 100%;
	width: auto;
	display:block;
}