* {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    color: white;
    font-family: "Play";
    text-align: center
}

h1 {
    font-size: 16px
}

h2 {
    font-size: 12px;
    margin: 5px
}

.breadcrumbs > *, .breadcrumbs a {
    text-transform: uppercase;
    font-size: 10px;
    color: white
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 25px
}

.breadcrumbs li {
    float: left
}

.breadcrumbs li:after {
    content: "\25B9";
    padding: 10px
}

.breadcrumbs li:last-child:after {
    content: ""
}

.vjs-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../media/video-close-btn.png);
    width: 29px;
    height: 29px;
    background-repeat: no-repeat
}

img#logo {
    display: block;
    margin: 0 auto;
    margin-top: 30px
}

body {
    background: #333
}

.videos_wrapper.films, .videos_wrapper.commercials, .videos_wrapper.television, .videos_wrapper.archive, .videos_wrapper.bio, .videos_wrapper.filmography, .videos_wrapper.films, .videos_wrapper.commercials, .videos_wrapper.television, .videos_wrapper.bio, .videos_wrapper.placeholder {
    display: none;
    opacity: 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

.videos_wrapper.placeholder {
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    height: 1400px
}

.placeholder.inactive {
    height: 0
}

.menu2 {
    position: relative;
    display: block;
    margin: 0 auto;
    left: 50%;
    margin-left: -70px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 140px;
    overflow: hidden;
    height: 30px;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    z-index: 3
}

.menu2.rolldown {
    height: 210px
}

.menu_list li ul li {
    display: block
}

.menu_list {
    background: #403e3e;
    display: block;
    width: 790px;
    margin-left: -360px;
    left: 50%;
    height: 32px;
    position: absolute
}

.menu2 span {
    width: 280px;
    padding-left: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px silver;
    font-size: 24px;
    font-family: Helvetica
}

.menu2 ul li {
    list-style: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px silver;
    font-size: 14px;
    padding: 4px;
    font-family: Helvetica
}

.container-fluid {
    background: #403e3e
}

.menu {
    display: block;
    background: #403e3e;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 32px;
    min-width: 410px
}

.menu3 {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 790px;
    min-width: 410px
}

.menu3 ul li {
    position: relative;
    display: block;
    float: left;
    width: 192px;
    padding-left: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px silver;
    font-size: 24px;
    font-family: Helvetica
}

.nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: "Play"
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: 0;
    border-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: 0;
    border: 0
}

.portfolio {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    min-width: 410px;
    width: 1140px
}

.videos_wrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 980px;
    min-width: 320px;
    width: 980px
}

.video_row {
    float: left;
    background: #333;
    padding: 40px 40px 20px 30px
}

.video_item {
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 0 15px 15px;
    padding: 7px;
    background: #31353f
}

.video_item img {
    width: 274px !important;
    height: 182px !important
}

.info {
    position: absolute;
    left: 7px;
    bottom: 7px;
    width: 275px;
    padding: 5px;
    height: 24px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    color: #fff;
    font-family: "Play";
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease
}

.info.detailed {
    height: 40px
}

.overlay {
    width: 286px;
    height: 194px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .1s all ease;
    -moz-transition: .1s all ease;
    transition: .1s all ease;
    transition-property: all;
    transition-delay: .1s;
    transition-timing-function: linear;
    cursor: hand;
    cursor: pointer
}

.overlay.inactive {
    background: #000;
    filter: alpha(opacity=40);
    background: rgba(0, 0, 0, 0.4)
}

.player_container {
    margin: 0 auto;
    background-color: #000;
    width: 970px;
    height: 550px;
    border: 5px solid #2e3738;
    z-index: 3;
    overflow: hidden
}

.player_container.fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    border: 0
}

.player_container.fullscreen iframe {
    width: 100%;
    height: 100%
}

.player_container.fullscreen .close_video {
    display: none
}

.player_container.is-fullscreen {
    -webkit-transition: none
}

.player_container.show {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100)
}

.progress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px
}

.close_video {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../media/images/close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 4
}

.player_container video {
    width: 100% !important
}

.body_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none
}

.body_overlay.show {
    display: block;
    z-index: 1
}

.body_overlay1 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none
}

.body_overlay1.show {
    display: block;
    z-index: 1
}

#video_player {
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    -webkit-transition: 2s all ease;
    -moz-transition: 2s all ease;
    transition: 2s all ease
}

.play {
    position: absolute;
    left: 5px;
    bottom: 25px;
    cursor: pointer;
    cursor: hand
}

.dropdown-menu li {
    border-top: 1px solid #4f4f4f;
    background: none repeat scroll 0 0 #403e3e
}

.pause {
    position: absolute;
    left: 50px;
    bottom: 25px;
    cursor: pointer;
    cursor: hand
}

#volume {
    position: absolute;
    left: 150px;
    width: 100px;
    height: 10px;
    bottom: 25px
}

.goFullscreen {
    position: absolute;
    right: 5px;
    bottom: 25px;
    font-size: 12px;
    cursor: hand;
    cursor: pointer
}

.close {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    cursor: hand;
    cursor: pointer
}

.contact_info {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-family: "Play";
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 80px
}

.contact_info.popup {
    position: absolute;
    border: 2px solid #4d4d4d;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-top: -98px;
    margin-left: -355px;
    width: 670px;
    background: #333
}

.contact_info.popup .names {
    border-top: 1px solid #fff
}

.close_contact {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: hand;
    cursor: pointer;
    width: 18px;
    height: 18px
}

.contact_info .title {
    font-size: 16px !important;
    letter-spacing: 1px;
    color: #666;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.contact_info .title .titulo {
    float: left;
    margin-left: 15px;
    margin-top: -20px
}

.contact_info .title .titulo_web {
    font-size: 14px !important;
    float: right;
    margin-right: 15px;
    margin-top: -20px
}

.contact_info .title .titulo_web a {
    float: right
}

.contact_info.popup .title {
    border: 0;
    padding-top: 10px
}

.contact_info .names {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px
}

.names .contact_block {
    position: relative;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px
}

.contact_name {
    position: absolute;
    top: 20px;
    color: #dfdfdf
}



.contact_desc {
    position: absolute;
    top: 40px;
    color: #666
}

.contact_mail a {
    position: absolute;
    top: 20px;
    right: 0;
    color: #dfdfdf;
    text-transform: none !important;
    text-decoration: none !important
}

.contact_phone {
    position: absolute;
    top: 40px;
    right: 0;
    color: #dfdfdf;
    text-transform: none !important
}

.vjs-inner-close-button {
    float: right !important;
    width: 50px !important;
    cursor: pointer;
    cursor: hand
}

.vjs-inner-close-button div {
    width: 22px;
    height: 16px
}

.vjs-inner-close-button div span {
    width: 22px !important;
    height: 16px !important;
    clip: auto !important;
    line-height: 22px
}

@media (max-width: 360px) {
    #logo {
        width: 270px
    }

    .names div, .contact_info .title {
        height: 60px
    }

    .names div, .contact_info .title .titulo {
        float: none;
        margin-left: 0;
        margin-top: 0
    }

    .names div, .contact_info .title .titulo_web {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .names div, .contact_info .title .titulo_web a {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .names div, .contact_info .names .contact_block {
        height: 130px
    }

    .names div, .contact_info .names .contact_block .contact_desc {
        float: right;
        position: inherit;
        height: 30px;
        width: 100% !important
    }

    .names div, .contact_info .names .contact_block .contact_name {
        float: right;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info .names .contact_block .contact_mail {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info .names .contact_block .contact_mail a {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info .names .contact_block .contact_phone {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info.popup {
        width: 100% !important;
        margin-top: -220px;
        margin-left: -160px
    }

    .names div, .contact_info.popup .title {
        height: 50px
    }

    .names div, .contact_info.popup .title .titulo {
        float: none;
        margin-left: 0;
        margin-top: 0
    }

    .names div, .contact_info.popup .title .titulo_web {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .names div, .contact_info.popup .title .titulo_web a {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .names div, .contact_info.popup .names .contact_block {
        height: 130px
    }

    .names div, .contact_info.popup .names .contact_block .contact_desc {
        float: right;
        position: inherit;
        height: 30px;
        width: 100% !important
    }

    .names div, .contact_info.popup .names .contact_block .contact_name {
        float: right;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info.popup .names .contact_block .contact_mail {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info.popup .names .contact_block .contact_mail a {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .names div, .contact_info.popup .names .contact_block .contact_phone {
        float: none;
        position: inherit;
        width: 100% !important
    }

    .videos_wrapper {
        display: initial
    }

    .video_row {
        padding: 0
    }

    .contact_info.popup {
        height: 100%
    }
}

@media (max-width: 448px) {
    .names div, .contact_info .title {
        height: 60px
    }

    .names div, .contact_info .title .titulo {
        float: none;
        margin-left: 0;
        margin-top: 0
    }

    .names div, .contact_info .title .titulo_web {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .names div, .contact_info .title .titulo_web a {
        float: none;
        margin-right: 0;
        margin-top: 0
    }

    .contact_info.popup {
        height: 100%
    }
}

@media (max-width: 750px) {
    .videos_wrapper {
        width: 320px;
    }

    .video_row{padding:0}
    .navbar-toggle{
        position: absolute;float:none;left:50%;margin-left:-22px;}
    .navbar-brand{padding:0;}

    .player_container {
        width: 100% !important;
        height: 60% !important;
        margin-left: 0 !important;
        margin-top: -0px !important;
        border: 0
    }

    .contact_info.popup {
        height: 100%
    }
}

@media (min-width: 751px) and (max-width: 1040px) {
    .videos_wrapper {
        width: 690px
    }

    .player_container {
        width: 750px !important;
        height: 422px !important
    }

    .contact_info.popup {
        height: 270px
    }
}

@media (min-width: 1040px) {
    .videos_wrapper {
        width: 1040px
    }

    .contact_info.popup {
        height: 270px
    }
}

.container {
    position: relative;
    width: 896px;
    left: 50%;
    margin-left: -448px;
    margin-top: -10px;
    margin-bottom: 50px;
    background: #dfdfdf;
    padding-top: 45px;
    padding-bottom: 45px;
    line-height: 27px;
    font-family: Arial;
    font-size: 16px
}

.container .content h1 {
    margin-bottom: 20px;
    font-size: 20px;
    color: black
}

.container .content {
    position: relative;
    width: 800px;
    display: table;
    margin: 0 auto;
    padding: 35px;
    background: #e0e0e0;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.container .content img {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px
}

.nav_hor a {
    color: inherit;
    text-decoration: none
}

.videos_wrapper.display_calibration {
    width: 100%;
    display: none;
    opacity: 0;
    max-width: 100%;
    background: #000
}

.videos_wrapper.display_calibration img {
    position: relative;
    left: 50%;
    margin-left: -478px
}

.active_link {
    color: #a6ccdd !important
}

.icon-bar {
    background-color: #fff
}

.navbar {
    margin-top: 25px
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px
}

@media (min-width: 768px) {
    .navbar-header {
        height: 30px
    }
}

.player_container iframe {
    width: 100%;
    height: 100%
}

.nav > li > a {
    padding: 5px 25px
}

.videos_wrapper.filmography, .videos_wrapper.bio {
    margin-top: 12px
}

.close_video {
    opacity: 0
}

.player_container:hover .close_video {
     /*opacity: 1*/
}

.contact_info {
    opacity: 0
}

@media (min-width: 870px) {
    .contact_info {
        width: 870px
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.nav.archive > span {
    font-size: 10px;
    color: #b2b2b2;
    text-transform: none;
 }

.g-recaptcha.btn {
    background-color: #b2b2b2;
}
.g-recaptcha.btn:hover {
    background: #a2a2a2;
}
