body{
    font-family: 'DINOT', myriad-pro, sans-serif;
    color: #000000;
    padding-top: 140px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
img{
    width: 100%;
}
a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
}
a:hover{
    color: #dcdcdc;
    text-decoration: none;
}
.row{
    margin-bottom: 10px;
}


.banner{
    background-color: #ffffff;
    height: 140px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.banner-logo{
    padding: 36px 15px;
    text-align: left;
}
.banner-logo img{
    width: 338px;
}
.banner-nav ul{
    list-style-type: none;
    padding: 80px 0 0 0;
    margin: 0;

}
.banner-nav ul li{
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 1px;
    border-right: 1px solid #f4f4f4;
}
.banner-nav ul li:last-child a{
    margin-right: 0;
    border-bottom: none;
}
.banner-nav a{
    color: #000000;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}
.banner-nav li:hover a, .banner-nav li.active a{
    border-bottom: 2px solid #BE952B;
}
.banner-nav ul li.quick-contact a{
    display: inline-block;
    margin-right: 4px;
}
a .over{
    width: auto;
    display: none;
}
a .off{
    width: auto;
}
a:hover .off{
    display: none;
}
a:hover .over{
    display: inline-block;
}

.full-width-scoller{
    padding: 50px 0;
    background-color: #151412;
    width: 100%;
    color: #ffffff;
    letter-spacing: 4px;
    background-image: url('img/IMC_HomeBanner_New_blank.jpg');
}
.full-width-scoller .title{
    font-size: 50px;
    color: #BE952B;
}
.full-width-scoller p{
    font-size: 68px;
    margin: 0;
    line-height: 78px;
    margin-bottom: 10px;
    letter-spacing: 6px;
}
.home .talent-showcase{
    padding-bottom: 50px;
}
.talent-showcase{
    background-color: #f4f4f4;
}
.talent-showcase.page{    
    padding-top: 65px;
}
.talent-showcase.page .actors .panel{
    margin-bottom: 30px;
}
.talent-header{
    padding-bottom: 80px;
    background-color: #262523;
    color: #FFF;
}
.spacer.grey{
    background-color: #262523;
    height: 90px;
}

.contact-info{
    padding-bottom: 100px;
}
.white-contact-info + .spacer + .contact-info{
    background-color: #FFF;
}
.contact-card .map{
    width: 47%;
    display: block;
    float: left;
    height: 254px;
}
.contact-card .details{
    width: 53%;
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    height: 254px;
    padding: 15px 20px;
    font-size: 18px;
}
.footer{
    background-color: #262523;
    color: #ffffff;
    font-size: 15px;
}
.footer a{
    color: #fff;
    border-bottom: none;
    font-size: 16px;    
    letter-spacing: 1px;
}
.footer a span{
    border-bottom: 1px solid #BE952B;
}
.footer a i{
    font-size: 22px;
}
.footer a:hover i{
    color: #BE952B;
}
.footer .row{
    margin: 0;
    padding: 20px 0;
}
.footer::before{
    content: "";
    background-color: #BE952B;
    display: block;
    height: 10px;
}

.search-link{
    margin: 50px 0;
    display: inline-block;    
    position: relative;
    padding-left: 30px;
    border-bottom: none; 
}
.search-link i{
    font-size: 25px;
    transform: scaleX(-1);
    display: block;
    color: #ccc;    
    position: absolute;
    left: 0;
    top: -3px;
}
.search-link span{
    border-bottom: 1px solid #BE952B;
    font-style: italic;
    padding-bottom: 2px;
    font-size: 18px;
}
.search-link:hover{
    color: #000;
}
.search-link:hover i{
    color: #BE952B;
}
.main-body{
    padding-bottom: 50px;
}

/****panel*****/
.panel{
    cursor: pointer;
}
.panel .panel-image{
    overflow: hidden;
    background: repeating-linear-gradient(45deg, #FFF, #ececec 5px);
}
.panel .panel-image img{
    height: 100%;
    width: auto;
    transition: .1s ease-in-out;
}
.panel .name{
    font-size: 18px;  
    margin: 0;
    line-height: 22px;
}
.panel .panel-body{    
    background-color: #FFF;    
    padding: 15px 20px;
    color: #000000;
}
.panel .panel-footer{ 
    background-color: #FFF;    
    padding: 15px 20px;
    color: #000000;
}
.panel .panel-footer .icons8-christmas-star{
    color: #BE952B;
}
.actors .panel-image{
    height: 319px;
}
.panel.col-2-5{    
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.panel.col-2-5 .panel-image{
    height: 248px;
}

.panel:hover .panel-footer a, .panel:hover .panel-footer .icons8-christmas-star{
    color: #000000;
}

.panel:hover .panel-image img{
    /*transform: scale(1.1);*/
}
.panel:hover .name{
    border-bottom: 1px solid #000;
}


/********************UTILITIES***********/
.icons8-christmas-star{
    font-size: 11px;
}
.dot{
    display: inline-block;
    border: 5px solid;
    border-radius: 50%;
    margin: 0 2px;
}
.text-yellow{
    color: #BE952B !important;
}
.text-white{
    color: #ffffff !important;
}
.main-title{
    font-size: 18px;
    border-bottom: 2px solid;
    margin: 50px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.hr{
    display: block;
    color: #f4f4f4;
    border-bottom: 1px solid;
    margin: 30px 0;
    position: relative;
    text-align: center;
}
.hr i{
    position: absolute;
    background-color: #FFF;
    top: -8px;
    padding: 0 8px;
    font-size: 10px;
    margin-left: -8px;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.no-margin-left{
    margin-left: 0 !important;
}
.no-margin-right{
    margin-right: 0 !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.no-border-right{
    border-right: none !important;
}
.btn{
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background-color: #FFF;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 9px 15px;    
    font-weight: 500;
}
.btn:hover{
    color: #FFF;
    background-color: #000;
}
.txt-box{
    width: 100%;    
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
}
.txt-area{
    width: 100%;
    resize: none;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
}
.txt-box:focus, .txt-area:focus{
    outline: none;
    border: 1px solid #151412;
}
.txt-box::placeholder, .txt-area::placeholder{
    color: #000000;
    font-style: italic;
}
.error::placeholder{
    color: red !important;
}
.form-group > div:first-child{
    padding-right: 5px;
}
.form-group > div:last-child{
    padding-left: 5px;
}
.clear{
    clear: both;
}

.map .large{
    display: none;
}
.contact-us .contact-card .details, .contact-us .contact-card .map{
    height: 325px;
    overflow: hidden;
} 
.contact-us .contact-card .details{
    border: none;
}
.contact-us .contact-card .map{
    margin: -1px;
}
.contact-us .contact-card{
    border: 1px solid #dcdcdc;
}
.contact-us p{
    font-size: 18px;
}

.circle-image{
    width: 100%;
    height: 250px;
    border-radius: 50%;
    background-position: 50% 25%;
}
.team-members{
    background-color: #262523;
    color: #ffffff;
    padding-bottom: 130px;
}
.team-members label{
    font-size: 16px;
    display: block;
    padding-top: 10px;
}
label.team-member-name{
    font-size: 18px;
    color: #BE952B;
    padding-top: 30px;
}
.team-member-role{
    color: #dcdcdc;
}
.team-members .icons8-email-envelope{
    color: #BE952B;
}
.team-members a{
    color: #dcdcdc;
    text-decoration: underline;
    font-style: italic;
    border-bottom: none;
}
.contact-us .details{
    padding: 30px 30px;
}
.contact-us .details p{
    margin-bottom: 5px;
    font-weight: 500;
}
.contact-us .details a{
    border-bottom: none;
    display: inline-block;
    margin-bottom: 15px;
    font-style: italic;
}
.contact-us .details a img{
    margin-right: 5px;
}
.contact-us .details i{
    color: #BE952B;
    margin-right: 10px;
    font-size: 24px;
}
.contact-us .details a span{    
    font-size: 20px;
    border-bottom: 1px solid;
    text-decoration: none;
}
.margin-top-30{
    margin-top: 30px;
}
.contact-us .details a:hover{
    color: initial;
}
.contact-us .details a:hover i{
    color: #000;
}
a.main-title:hover{
    color: initial;
}

.back-bar{
    background-color: #262523;
    color: #ffffff;
    padding: 60px 0;
}
.back-bar a span{
    color: #dcdcdc;
    border-bottom: 1px solid #BE952B;
    font-style: italic;
}
.back-bar a{
    border-bottom: none;
    color: #dcdcdc;
    text-decoration: none;
    font-size: 18px;
}
.back-bar a:hover i{
    color: #BE952B;
}
.main-title.large{
    margin-top: 0;
    font-size: 28px;
    border-bottom: none;
    text-decoration: underline;
}
.main-title.large + p{
    font-size: 18px;
}
.icon-link{
    border-bottom: none
}
.icon-link span{
    border-bottom: 1px solid;
}
.icon-link img{
    margin-right: 5px;
}
.icon-link:hover{
    color: #000;
}
.icon-link i{
    color: #BE952B;
}
.icon-link:hover i{
    color: #262523;
}
.icon-link i.icons8-email-envelope{
    font-size: 16px;
}   

.back-button{
    border-bottom: none
}
.back-button span{
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-style: italic;
}
.back-button img{
    margin-right: 10px;
}

.actors a{
    border-bottom: none;
}
.actors .main-title{
    border-bottom: 2px solid !important;
}

.back-to-bar{
    background-color: #262523;
    font-size: 18px;
    padding: 50px 0;
    color: #FFF;
    margin-bottom: 80px;
}
.back-to-bar a span{
    color: #FFF;
    border-bottom: 1px solid #BE952B;
}
.back-to-bar a i{
    color: #FFF;
    transform: rotate(-90deg);
    font-size: 32px;
    display: inline-block;
}

.main-headshot{
    padding-bottom: 5px;
}
.gallery{
    margin: 0 -5px;
}
.gallery:after{
    content: "";
    display: block;
    clear: both;
}
.gallery .thumbnail{
    padding: 5px;
    float: left;
    opacity: 0.8;
    transition: .2s ease;
    cursor: pointer;
    height: 185px;
}
.gallery .thumbnail img{
	width: auto;
	height: 100%;
}
.thumbnail:hover, .thumbnail.active{
    opacity: 1;
}

.actor-name{
    font-size: 26px;
    border-bottom: 1px solid;
    display: inline-block;
    text-transform: uppercase;
}
.actor-details{
    padding-top:20px;
}
.actor-details .btn{
    margin: 0;
}
.actor-details .btn:hover{
    color: #FFF !important;
}
.actor-note{
    padding-top: 20px;
    font-size: 18px;
}
.credits{
    list-style-type: none;
    padding: 0;
}
.credits li{
    padding: 10px 0;
}
.credits li span:first-child{
    font-weight: bold;
    display: block;
}
.actor-details .main-title{
    margin: 30px 0;
}
.main-title.large{
    font-size: 22px;
    margin: 6px 0;
}

.actor-media{
    color: #FFF;
    background-color: #262523;
    padding: 0 0 80px 0;
}
.actor-media .panel .panel-image img{
    width: 100%;
    height: auto;
}
.actor-media .panel .panel-image{
    position: relative;
}
.actor-media .panel.new{
    cursor: pointer;
}
.play-button{
    color: #000;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 13px 0;
    text-align: center;
    font-size: 20px;
}
.actor-media .panel-body label{
    font-weight: bold;
}

.icon-link.star i{
    color: #BE952B;
}
.icon-link.star:hover i{
    color: #000;
}
.modal .close{
    font-weight: normal;
    margin-top: -20px;
    margin-right: -20px;

}
.modal-header, .modal-body{
    border-bottom: none;
    padding: 0;
}
.modal-content{
    border: none;
    border-radius: 0px;
    padding: 30px;
}
.modal-dialog{
    max-width: 600px;
}
.enquiry-form .actor-image{
    width: 30%;
}
.enquiry-form .modal-intro{
    width: 70%;
    padding-left: 20px;
}
.modal-intro .main-title{
    margin-top: 30px;
    margin-bottom: 20px;
}
.enquiry-form .modal-header{
    padding-bottom: 20px;
}

#video-player .modal-dialog{
    max-width: 960px;
}
#video-player .main-title{
    margin-top: 0;
    margin-bottom: 30px;
}
.player-body{
    margin: 0 -30px -30px -30px
}

.filter .search-link{
    margin: 0;
    padding-right: 20px;
}
.filter .search-link:hover i{
    color: #FFF;
}
.filter .search-link:hover span{
    color: #FFF;
}

.radio-list .radio-option{
    padding-right: 10px;
}
.radio-option{    
    cursor: pointer;
}
.radio-option input{
    display: none;
}
.radio-option .radio{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3c3b38;
}
.radio-option .radio:after{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2f2e2c;
    position: absolute;
    top: 3px;
    left: 3px;
}

.radio-option:hover .radio:after, .radio-option input:checked + .radio:after{
    background-color: #FFF;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    right: 181px;
    top: 16px;
}

.wpcf7-not-valid{
    border: 1px solid red !important;
}
.wpcf7-not-valid-tip{
    display: none !important;
}
.form-row .col-12{
    margin-bottom: 10px;
}
.actor-profile{
    padding: 80px 0;
    margin-top: -80px;
    background-color: #f4f4f4;
}
.actor-profile .hr{
    color: #dcdcdc;
}
.actor-profile .hr i{
    background-color: #f4f4f4;
    top: -15px;
}
.back-to-top{
    cursor: pointer;
}
.back-to-top span{
    font-style: italic;
}
.back-to-top img{
    margin-left: 10px; 
    margin-top: -10px;
}
.actor-details .btn{
    background-color: #f4f4f4;
}
.actor-details .btn:hover{
    background-color: #000;
}
.representation{
    background-color: #f4f4f4;
    padding-bottom: 80px;
}
.representation h4{
    margin-top: 70px;
    font-size: 20px;
    margin-bottom: 30px;
}
.representation ul{
    list-style-type: none;
    padding-left: 10px;
}
.representation ul li{
    margin-bottom: 5px;
}
.representation ul li img{
    width: 30px;
    margin-right: 10px;
}
.close{
    border-bottom: none;
}

/*the container must be positioned relative:*/
.imc-select {
    position: relative;
    /* margin-top: 10px; */
    color: #000000;
    font-style: italic;
}

.imc-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    border-top: 1px solid #dcdcdc;
    background-color: #FFF;
}
.select-selected.select-arrow-active{
    background-color: #efefef;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ccc transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #ccc transparent;
    top: 14px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 8px 16px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #efefef;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.to-top{
    text-align: right;
}

.select-items div:hover, .same-as-selected {
    background-color: #FFF;
}

.mobile-nav{
    display: none;
    text-align: right;
}
.mobile-nav a{
    border-bottom: none;
    display: inline-block;
    margin: 34px 5px 34px 0;
}
.mobile-menu img:first-child{
    display: inline-block;
}
.mobile-menu img:last-child{
    display: none;
}
.mobile-menu.active img:first-child{
    display: none;
}
.mobile-menu.active img:last-child{
    display: inline-block;
}
.mobile-menu-nav{
    display: none;
    background-color: #f4f4f4;
    padding: 50px 0 0 0;
    list-style-type: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 100px;
    text-align: center;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 500;
}
.mobile-menu-nav.open{
    display: block;
}
.mobile-menu-nav li{
    border-top: 2px solid #ccc;
    margin: 0 30px;
    padding: 20px 0;
}
.mobile-menu-nav li:last-child{
    border-bottom: 2px solid #ccc;
}
.mobile-menu-nav li a{
    margin: auto;
}
.all-enq{
    display: none;
}
.contact-image{
    background-color: #262523;
    text-align: center;
}
.contact-image img{
    max-width: 1600px;
}
.icon-link .rep{
    font-size: 20px;
}

.actor-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* Large Displays */
@media (min-width: 992px) and (max-width: 1200px) {
    .actors .panel-image{
        height: 262px;
    }
    .details a:last-child{
        font-size: 15px;
    }
    .contact-card .map{
        height: 254px;
        overflow: hidden;
    }
    .contact-card .map img{
        width: auto;
        height: 100%;
    }
    .panel.col-2-5 .panel-image{
        height: 204px;
    }
}

/* Medium - Tablet*/
@media (min-width: 768px) and (max-width: 992px) {
    .actors .panel-image{
        height: 413px;
    }
    .actors a{
        margin-bottom: 30px;
    }
    .map{
        overflow: hidden;
    }
    .banner-nav ul{
        padding-top: 40px;
    }
    .panel.col-2-5{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .panel.col-2-5 .panel-image{
        height: 259px;
    }
}


/* Small - Mobile */
@media (max-width: 767px) {
    body{
        padding-top: 100px;
    }
    .banner{
        height: 100px;
    }
    .banner-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    } 
    .banner-logo img{
        width: 100%;
    }
    .full-width-scoller .title{
        font-size: 29px;
    }
    .full-width-scoller p{
        font-size: 34px;
        line-height: 40px;
    }
    .mobile-btn .btn{
        width: 100%;
    }
    .main-title, .search-link{
        margin: 30px 0 20px 0; 
    }
    .actors .panel-image{
        height: auto;
    }
    .actors a{
        margin-bottom: 20px;
    }
    .contact-card .map{
        width: 100%;
        float: none;
        height: 200px;
        overflow: hidden;
    }
    .contact-card .map img{
        margin-top: -10%;
    }
    .contact-card .details{
        width: 100%;
        float: none;
        font-weight: 500;
        font-size: 16px;
    }
    .contact-card .details a{
        font-weight: normal;
    }
    .all-enq .btn{
        width: 100%;
        margin: 30px 0;
    }
    .contact-info{
        padding-bottom: 0;
    }
    .to-top, .footer{
        text-align: center;
    }
    .back-to-top{
        margin-top: 15px;
        display: inline-block;
    }
    .back-to-top img{
        width: 15px;
        margin: 0;
    }
    .all-enq{
        display: block;
    }
    .enq-form{
        display: none;
    }
    .enq-form.active{
        display: block;
    }
    .all-enq.active{
        display: none;
    }
    .talent-header{
        padding-bottom: 30px;
    }
    .panel.col-2-5{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .panel.col-2-5 .panel-image{
        height: 227px;
    }
    .actors .panel .name{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #FFF;
        font-size: 14px;
    }
    .actors .panel .panel-body{
        padding: 5px;
    }
    .contact-image{
        overflow: hidden;
    }
    .contact-image img{
        width: auto;
        height: 350px;
        margin-left: -66%;
    }
    .actor-profile{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .main-title.large + p{
        font-size: 16px;
    }
    .actor-profile .hr{
        margin: 20px 0;
    }
    .actor-profile .mobile-btn .btn{
        margin: 0 0 20px 0;
    }
    .gallery .thumbnail{
        height: 120px;
    }
    .actor-details{
        padding: 0;
    }
    .actor-details .main-title{
        margin: 0 0 10px 0;
    }
    .credits li{
        font-size: 16px;
        padding: 5px 0;
    }
    
    .panel .panel-image img{
        width: 100%;
        height: auto;
    }
    .search-link span{
        font-size: 16px;
    }
    .main-title{
        font-size: 16px;
    }
    body{
        font-size: 16px;
    }
    .home .talent-showcase{
        padding-bottom: 0;
    }
    .actors .col-6:nth-child(even){
        padding-left: 7px;
    }
    .actors .col-6:nth-child(odd){
        padding-right: 7px;
    }
	.talent-showcase.page{
		padding-top: 60px;
	}
	.talent-showcase.page .actors .panel{
		margin-bottom: 15px;
	}
	.panel.col-2-5:nth-child(even){
        padding-left: 7px;		
	}
	.panel.col-2-5:nth-child(odd){
        padding-right: 7px;		
	}
    .filter .search-link{
        padding-right: 10px;
    }
    .radio-list .radio-option{
        padding-right: 5px;
    }
    .radio-list .radio-option:last-child{
        padding-right: 0;
    }
    .enquiry-form .close{
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .enquiry-form .modal-header{
        display: block;
    }
    .enquiry-form .actor-image{
        display: none;
    }
    .enquiry-form .modal-intro{
        width: 100%;
        padding: 0;
    }
    .contact-us .contact-card .map{
        height: auto;
    }
    .contact-us .contact-card .details{
        padding: 20px;
    }
    .small-margin-mob{
        margin-top: 15px;
    }
    .icon-link .rep{
        font-size: inherit;
    }
}