/******************************************************************
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: 12px;
    padding-bottom: 10px;
    font-family: 'AvenirLTStd-Light', sans-serif;
    background-color: #000;
    color: #FFF;
}
.container{
    margin-top: 30px;
    max-width: 640px;
}
.logo{
    text-align: center;
}
.logo a{
    font-size: 48px;
    color: #FFF;
    font-family: 'Economica', sans-serif;
    text-decoration: none;
}
.lg-menu{
    width: 50%;
    margin: auto;
    text-align: center;
}
.menu{
    margin-top: 20px;
}
.menu a{
    color: #FFF;
    font-family: 'Economica', sans-serif;
    text-decoration: none;
    font-size: 20px;
    border-right: 1px solid #FFF;
}
.menu a:last-child{
    border-right: 1px solid #000;
}
.menu a:hover{
    color: #5B8496;
    text-decoration: underline;
}
.page-text p{
    text-align: justify;
}

.mobile-menu{
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.image-menu img{
    width: 100%;
}
.image-menu > div > a{
    position: relative;
    display: block;
    color: inherit;
    font-family: 'Economica', sans-serif;
    font-size: 48px;
    text-align: center;
    height: 345px;
}
.image-menu .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(216,216,216, 0);
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,255,255,0);
    padding-top: 43%;
    transition: .2s ease-in-out;
    color: rgba(255,255,255,0);
}
.image-menu a:hover .overlay{
    background-color: rgba(216,216,216, 0.7);
    border: 3px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}
.footer div{
    font-size: 12px;
    font-family: 'Economica', sans-serif;
    color: #5B8496;
    border-right: 1px solid #5B8496;
    text-align: center;
}
.footer div:last-child{
    border-right: 1px solid #000;
}
.m-open{
    display: block;
    width: 100%;
    padding: 2% 1%;
    text-align: right;
    font-size: 28px;
    cursor: pointer;
}
.active-m .m-open{
    background-color: #5B8496;
}
.menu ul{
    text-align: center;
    list-style: none;
    padding: 0;
    background-color: #5B8496;
    color: #000;
    display: none;
    transition: .3s ease-in-out;
}
.active-m .menu ul{
    display: block;
}
.mobile-menu .menu{
    margin-top: 0;
}
.mobile-menu .menu a{
    border-right: none;
    width: 70%;
    display: block;
    margin: auto; 
}
.active-m a{
    border-top: 1px solid #ccc;
}
.active-m a:hover{
    color: #000;
}


/*SCROLLER*/
ul.scroller{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.scroller li{
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    transition: 1s ease-in-out;
}
.scroller .active{
    opacity: 1.0;
}
.scroller img{
    width: 100%;
}
/*END SCROLLER*/


/*ACTOR PROFILE*/
.actor{
    text-align: center;
    margin-bottom: 10px;
}
.actor a{
    color: #FFF;
    text-decoration: none;
    transition: .3s ease-in;
}
.actor a:hover{
    color: #5B8496;
}
.actor img{width: 100%;}
.actor h4{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 16px;
    font-size: 14px;
}
.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;
}

@media (max-width: 768px) { /* XS */
    .actor:nth-child(2n+1){
       clear: both;
    }
    .logo a{
        font-size: 38px;
    }
.image-menu{margin-bottom:60px;}
}
@media (min-width: 768px) and (max-width: 992px) { /* SM */
    .actor:nth-child(3n+1){
       clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { /* MD */
    .actor:nth-child(3n+1){
       clear: both;
    }
}
@media (min-width: 1200px) { /* LG */
    .actor:nth-child(4n+1){
       clear: both;
    }
}


