/******************************************************************
Theme Name: Actor Agent Feed
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: Showcast
Author URI: http://www.showcast.com.au
Version: 1.3
Tags: flexble-width, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.
*/

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('library/fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),  url('library/fonts/AvenirLTStd-Medium.otf')  format('opentype'),
	     url('library/fonts/AvenirLTStd-Medium.woff') format('woff'), url('library/fonts/AvenirLTStd-Medium.ttf')  format('truetype'), url('library/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('library/fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('library/fonts/AvenirLTStd-Light.otf')  format('opentype'),
	     url('library/fonts/AvenirLTStd-Light.woff') format('woff'), url('library/fonts/AvenirLTStd-Light.ttf')  format('truetype'), url('library/fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('library/fonts/AvenirLTStd-Black.eot?#iefix') format('library/fonts/embedded-opentype'),  url('library/fonts/AvenirLTStd-Black.otf')  format('opentype'),
	     url('library/fonts/AvenirLTStd-Black.woff') format('woff'), url('library/fonts/AvenirLTStd-Black.ttf')  format('truetype'), url('library/fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    font-size: 20px;
    padding-bottom: 40px;
    font-family: 'AvenirLTStd-Light';
}
.container{
    margin-top: 90px;
}
a{
    text-decoration: underline;
}

.menu a{
    color: #E6AF21;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'AvenirLTStd-Medium';
    transition: all .2s ease-in-out;
}
.menu a:hover{
    transform: scale(1.1);
}
.menu{
    margin-top: 10px;
}
.logo img{
    width: 100%;
}
.actor{
    text-align: center;
    margin-bottom: 10px;
    transition: 0.3s ease-out;
}
.actor:hover{
    transform: scale(1.1);
    z-index: 999;
}
.actor a{
    color: #000;
    text-decoration: none;
    transition: .3s;
}
.actor a:hover{
    color: #E8B001;
}
.actor img{width: 100%;}
.profile h3{
    border-bottom: 1px solid;
}
.profile img{
    width: 100%;
}
.thumb{
    margin-top: 15px;
}
.thumb:nth-child(3n+1){
    clear: both;
}
.thumb img{
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}
.thumb img:hover{
    transform: scale(1.1);
    opacity: 1;
}
.profile ul{
  list-style: none;  
  padding: 0;
}
.profile ul b{
    margin-right: 10px;
}
#player{
    max-width: 640px;
    height: 360px;
    background-color: #000;
    float: left;
}
#playlist{
    width: 225px;
    height: 360px;
    background-color: #000;
    float: left;
    padding: 0;
    color: #c3c3c3;
    border-left: 1px solid #333;
    font-size: 18px;
}
#playlist li{
    padding: 10px;
    border-bottom: 1px solid #333;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#playlist .active{
    color: #E8B201;
}
#placeholder{
    width: 100%;
    height: 165px;
    background-color: #000;
    cursor: pointer;
    position: relative
}
.credits li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.credits .type, .credits .director{
    color: #777;
}
.credits .production{
    color: #E8B002
}
#gallery-image{
    transition: .3s ease-in-out;
}

.fadeOut{
    opacity: 0;
}
#placeholder .glyphicon-play{
    color: #FFF;
    position: absolute;
    font-size: 40px;
    top: 60px;
    left: 160px;
    transition: 0.2s ease-in-out;
}
#placeholder:hover .glyphicon-play{
    transform: scale(1.2);
}
.footer{
    font-size: 14px;
}
.footer a{
    color: inherit;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.actor h4{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 19px;
}
.mobile-menu{
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}


@media (max-width: 768px) { /* XS */
    body{
        text-align: center;
    }
    .container{
        margin-top: 10px;
    }
    .page-text{
        text-align: left; 
        font-size: 14px;
    }
    .menu{
        margin-top: 0px;
        width: 100%;
        height: 0%;
        background-color: #000;
        position: fixed;
        opacity: 0;
        overflow: hidden;
        transition: .3s ease-in-out;
    }
    .menu ul{
        list-style: none;
        padding: 0;
        margin: 0 20px;
        border-top: 1px solid;
    }
    .menu a{
        color: #FFF;
        font-size: 16px;
        transition: none;
    }
    .menu a:hover{
        color: #E8B001;
    }
    .m-open, .m-close{
        cursor: pointer;
    }
    .m-close{
        display: none;
    }
    .active-m .m-close{
        display: inline-block;
    }
    .active-m .m-open{
        display: none;
    }
    .active-m .menu{
        opacity: 1;
        height: 100%;
    }
    .active{
        color: #E8B001;
    }
    .actor:nth-child(2n+1){
       clear: both;
    }
    #placeholder .glyphicon-play{
        left: 130px;
    }
    .credits{
        font-size: 14px;
        text-align: left;
    }
    #playlist{
        width: 100%;
        height: initial;
        border-top: 1px solid;
    }
    .logo{
        margin-top: 40px;
    }
    .page-content{
        margin-top: 20px;
    }
    .footer{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 992px) { /* SM */
    .actor:nth-child(3n+1){
       clear: both;
    }
    .right-md{
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { /* MD */
    .actor:nth-child(3n+1){
       clear: both;
    }
    .right-md{
        text-align: right;
    }
}
@media (min-width: 1200px) { /* LG */
    .actor:nth-child(4n+1){
       clear: both;
    }
    .right-md{
        text-align: right;
    }
}


