
@font-face {
    font-family: 'TitilliumText25L1wt';
    src: url('TitilliumText25L005-webfont.eot');
    src: url('TitilliumText25L005-webfont.eot?#iefix') format('embedded-opentype'),
    url('TitilliumText25L005-webfont.woff') format('woff'),
    url('TitilliumText25L005-webfont.ttf') format('truetype'),
    url('TitilliumText25L005-webfont.svg#TitilliumText25L1wt') format('svg');
    font-weight: normal;
    font-style: normal;

}



.stock-comment {
    background: url(../images/comment.png) no-repeat;
    padding-left: 15px;
    margin-right: 8px;
    background-position: 0 50%;
}
.stock-views {
    background: url(../images/views.png) no-repeat;
    padding-left: 15px;
    margin-right: 8px;
    background-position: 0 50%;
}
.stock-likes {
    background: url(../images/like.png) no-repeat;
    padding-left: 15px;
    margin-right: 8px;
    background-position: 0 50%;
}

#ammonite-library  .footer .modelName {
    width: 100%;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    overflow: hidden;
}


.show-grid {
    margin-bottom: 40px;
}


#container{

    overflow:auto;
}

.jitem {
    position: relative;
}

.jitem > img, .joverlay img {
    width:100%;
    display:block;
}
 .joverlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    opacity:0;
    z-index:1000;
    transition:opacity 0.3s linear;
}
.joverlay .jcaption{
    height:40px;
    position:absolute;
    top:10%;
    left:0;
    right:0;
    margin-top:-30px;
    text-align:center;
    color:white;
    opacity:0;
    transition:opacity 0.3s linear, margin 0.2s linear;
}
.jitem:hover .joverlay{
    opacity:1;
}
.jitem:hover .joverlay .jcaption{
    opacity:1;
    margin-top:-20px;
}

.jcaption h2, .jcaption h3 {
    color: #FFF;
    font-size: 1em;
}

.jcaption h2 {
    margin: 20px;
}

.jcaption h3 {
    margin: 10px;
}

.jfooter {
    margin-top: 10px;
}


a {
    text-decoration: none;
    color: inherit;
}


.img-shadow {
    -webkit-box-shadow: 0 8px 10px -6px black;
    -moz-box-shadow: 0 8px 10px -6px black;
    box-shadow: 0 8px 10px -6px black;
}

.video-author {
    font-size: 1rem;
}


.fields_list {
    list-style-type: none;
}

#player { margin: 0 auto;
    -webkit-box-shadow: 0 8px 10px -6px black;
    -moz-box-shadow: 0 8px 10px -6px black;
    box-shadow: 0 8px 10px -6px black;
}

.center-rating {
    margin: 0 auto;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px -6px black;
    -moz-box-shadow: 0 8px 10px -6px black;
    box-shadow: 0 8px 10px -6px black;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resource {

}


#videostock h2, #videostock h3 {
    font-family: "TitilliumText25L1wt";
    text-transform: uppercase;
}


#videostock .pagination-list [class^="icon-"],
#videostock .pagination-list [class*=" icon-"] {
    margin-top:4px;
}

#latest-logs td {
    border-top: 1px solid #DBDBDB;
    font-size: 0.9em;
}

#tasks td {
    border-top: 1px solid #DBDBDB;
    font-size: 1em;
}

#tasks .task-heading {
    background-color: #FFFFDB;
    text-align: center;
    font-weight: bold;
}

