/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1 {
    font-family: 'proxima_novaextrabold';
}


/* Header Area CSS */

.fb-page.fb_iframe_widget>span {
    height: 510px !important;
    width: 387px !important;
}

.fb-page.fb_iframe_widget iframe {
    height: 510px !important;
    width: 427px !important;
}

.uiScaledImageContainer._2zfr {
    width: 360px !important;
}

#u_0_0>div {
    width: 360px !important;
}

#fb-root {
    width: 100% !important;
}

nav.navbar-default {
    background: #291d32 url("../img/header_bg.jpg") no-repeat scroll center center / cover;
    border-bottom: 3px solid #03b8f5;
    border-radius: 0;
    padding: 1em 0;
}

.nav.navbar-nav {
    margin-right: 0px;
    *float: right;
}

.navbar-brand {
    border-right: 1px solid #97949a;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px;
}

.logo {
    margin-left: 1em;
    margin-top: 8px;
}

.logo>* {
    color: #97949a;
    line-height: 0.8;
    margin: 0;
}

.logo>h2 {
    font-size: 30px;
}

.logo>p {
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: proxima_novasemibold;
    font-size: 18px;
    padding: 15px 10px 10px 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #e40851;
}


.header-area .container{ overflow:initial; }
.nav ul.subMenu{
    width: 250px; position: absolute; left: 0; top: 45px; margin: 0;
    font-size: 14px; z-index: 1000; text-transform: none; display: none;
    border-bottom: solid 2px #e40851; background: #FFF; 
    border-radius: 0 0 15px 15px; overflow: hidden;
}
.nav ul.subMenu li{
    display: block; float: none; margin: 0;
    overflow: hidden;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
.nav ul.subMenu li+li{ border-top: solid 1px #EFEFEF; }
.nav ul.subMenu li a{
    display: block; width: 250px; height: auto; line-height: 20px; padding: 10px; text-align: left; border-bottom: none;
    text-decoration: none;
}
.nav ul.subMenu li a:after{ display: none; }
.nav ul.subMenu a:hover{ background: #e40851; color: #FFF; }
.nav li:hover > ul.subMenu{ display: block; }


.navbar-default .navbar-nav ul.subMenu li a{
    color: #337ab7; font-size: 14px; font-family: 'proxima_nova_rgregular';
}
.navbar-default .navbar-nav ul.subMenu li a:hover{ color:#FFF; }



.language {
    *position: absolute;
    *right: 2%;
    *top: 1px;
    text-align: center;
}

.header-area {
    position: relative;
   
    
}

.header-area .navbar{
     height:83px;
}
.language a {
    color: #e40851;
    display: inline-block;
    font-family: 'proxima_nova_rgregular';
    line-height: 100%;
    padding: 5px;
    margin: 13px 0 0 0;
    text-decoration: none;
    border: 1px solid;
}

.language a:hover,
.language a:active,
.language .active {
    background: #e40851 none repeat scroll 0 0;
    color: #fff;
}


@media (max-width: 768px) {
    .header-area .navbar{ height:auto; }

    .nav ul.subMenu{
        width: 100%; position: static;
        border-bottom: none; background: none; display: block; border-radius: 0;
    }
    .nav ul.subMenu li+li{ margin-top: 0; border-top:none; }
    .nav ul.subMenu li a{  width: 100%; text-align: center; font-size: 14px; color: #FFF; padding: 5px 10px;}
    .nav ul.subMenu li a:hover{ background:none; color:#e40851 }
}



/* control area css */

.subtile img {
    width: 100%;
}

.Cabines img {
    margin-right: 6px;
    width: 241px;
}

h1.studio-text {
    color: #e40851;
    font-size: 100px;
}

h2.control-text {
    color: #2b2036;
    font-size: 40px;
    font-family: 'proxima_novasemibold';
}

.subtile p {
    margin-top: 25px;
    text-align: justify;
    width: 100%;
    /* display: block; */
    overflow: auto;
}

.Cabines p {
    margin-top: 25px;
    text-align: justify;
}

.nagetive-top {
    margin-top: -25px;
}




/* Blog css */

.pop {
    overflow: hidden;
    border-bottom: 3px solid #ddd;
}

.pop img {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.pop-text span.date i {
    color: #e40851;
    float: right;
}

.pop-text {
    position: relative;
}


/*.pop-text p:after {
  background: #d8d8d8 none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}*/

span.date {
    color: #e40851;
    font-size: 18px;
}

.blog-bottom {
    background: #bbbabc none repeat scroll 0 0;
}

.blog-text img {
    padding-top: 105px;
}

.blog-text p {
    color: #000;
    display: inline-block;
}

h2.news span {
    color: #e40851;
}

h2.news {
    color: #000;
}

.blog-text h2 {
    font-family: "proxima_nova_rgbold";
    font-size: 24px;
}

.blog h2 {
    font-family: "proxima_nova_rgbold";
    font-size: 24px;
}

.blog h2 a {
    color: #2b2036;
    text-decoration: none;
}

.pop-text p {
    font-size: 16px;
    line-height: 1.3em;
    text-align: justify;
    height: 6em;
    overflow: hidden;
}

.blog h2.news {
    font-size: 47px;
}

.img-style {
    width: 100%;
}

h2.news:after {
    background: #d8d8d8 none repeat scroll 0 0;
    bottom: 11px;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    width: 100%;
}

h2.news {
    position: relative;
}

.sign a,
.sign2 a,
.sign3 a {
    color: #2b2036;
    font-size: 14px;
    text-decoration: none;
    font-family: "proxima_nova_rgbold"
}

.sign i,
.sign2 i,
.sign3 i {
    background: #e40851 none repeat scroll 0 0;
    color: #fff;
    padding: 19px;
    position: relative;
    float: right;
}


.sign {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 0 13px;
    position: relative;
    right: 20px;
    bottom: 65px;
    width: 300px;
    float: right;
}


.sign2 {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 0 13px;
    position: absolute;
    right: 24px;
    top: 230px;
}

.sign3 {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 0 13px;
    position: absolute;
    right: 24px;
    top: 226px;
}

.control.subtile,
.Production.subtile,
.Broadcast.subtile {
    position: relative;
}

.sign a {
    color: #2b2036;
    font-family: "proxima_nova_rgbold";
    text-decoration: none;
    margin-top: 16px;
    display: block;
}

.sign a i:hover {
    background: #000 none repeat scroll 0 0;
}

.blog-bottom h1 {
    background: #bbbabc none repeat scroll 0 0;
    color: #fff;
    padding: 7px;
    font-size: 28px;
}

.blog-bottom span {
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.blog-bottom a {
    text-decoration: none;
}

.fa.fa-angle-right {
    font-size: 25px;
    color: #fff;
}

.btn.btn-default.m-btn {
    background: #e40851 none repeat scroll 0 0;
    height: 48px;
    width: 73px;
}

.input-group input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #cccccc;
    border-image: none;
    border-left: 1px solid #cccccc;
    border-radius: 0 !important;
    border-top: 1px solid #cccccc;
    height: 48px;
}


/* Footer css */

footer {
    background-color: #000;
    font-family: "proxima_nova_rgbold";
    padding: 2.5em 0 2em;
}

footer ul {
    margin: 0;
}

.copyright p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.footer_menu ul li a {
    color: #e40851;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.footer_menu ul li {
    color: #e40851;
    padding: 0 2px;
}

.footer_menu ul li a:hover {
    color: #fff;
}

.footer_menu ul li {
    color: #e40851;
    font-family: proxima_nova_rgbold;
    padding: 0 2px;
}

.social ul li a {
    border: 1px solid #999;
    color: #999;
    font-size: 18px;
    height: 30px;
    margin-top: -7px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 30px;
}

.social ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #e40851;
}

.social ul li {
    padding: 0 1px;
}

.footer_menu {
    float: left;
    margin-right: 60px;
}

.social {
    float: right;
}

.copyright {
    float: left;
}

footer div.col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}



/* Modal css */

.modal.in .modal-dialog {
    background;
    #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-content {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    border-bottom: 4px solid #e40851;
    border-radius: 6px !important;
}

.modal-body audio {
    width: 80%;
}

.modal-body .audio-holder {
    background: #e40851;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.modal-header {
    border-bottom: medium none;
    padding: 7px 15px;
}

.modal.in .modal-dialog {
    *transform: translate(196px, 200px);
}

.modal-header h4 {
    color: #e40851;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 20px;
}

.modal-header span {
    display: block;
    text-align: center;
    color: #e40851;
}

.modal-body iframe.youtube {
    margin: 0 auto;
    background: #e40851;
    display: block;
    padding: 5px;
    position: relative;
    text-align: center;
}

.modal-body hr {
    width: 100%;
    margin: 10px auto;
    border-top: 1px solid #ddd;
}

.modal-body p {
    padding: 15px;
    line-height: 120%;
}

.modal_text_content{ padding:15px; }
.modal_text_content p{ padding:0; margin:0; }
.modal_text_content p+p{ margin-top:10px }
.modal-body p.title-p{ padding-bottom:0px; margin-bottom:5px; }
.modal-body p.title-p+p{margin-top: 0; padding-top: 0;}

.audio_modal {
    width: 330px;
}

.vedio_modal {
    width: 453px;
}

.pop_img {
    margin-bottom: 15px
}




/* ==========================================================================
   Media Queries
   ========================================================================== */


/* larg screen */

@media all and (min-width: 1281px) {

    ul.nav.navbar-nav.text-center.text-uppercase {
        *margin-left: 6em;
    }
}

@media all and (min-width: 1023px) and (max-width: 1280px) {

    ul.nav.navbar-nav.text-center.text-uppercase {
        margin-left: 0em;
        margin-righ: 4em;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .copyright{ float:none; text-align:right; margin-bottom:20px }
    .copyright p {
        font-size: 11px; text-align: right;
    }
}


/* Medium screen */

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    ul.nav.navbar-nav.text-center.text-uppercase {
        margin-left: 0px;
        float: left;
    }

    .Cabines img {
        margin-right: 6px;
        width: 196px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .sign2 {
        top: 188px;
    }

    .sign3 {
        top: 186px;
    }

    .footer_menu {
        float: left;
        margin-right: 10px;
    }

    .footer_menu ul li a {
        font-size: 13px;
    }


    .social {
        float: right;
    }

    .fb-page.fb_iframe_widget>span {
        height: 510px !important;
        width: 387px !important;
    }

    .fb-page.fb_iframe_widget iframe {
        height: 510px !important;
        width: 427px !important;
    }

    .uiScaledImageContainer._2zfr {
        width: 360px !important;
    }

    #u_0_0>div {
        width: 360px !important;
    }

    #fb-root {
        width: 100% !important;
    }

    .single_equipement,
    .single_parc,
    .single_musique {
        min-height: 530px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo.text-uppercase {
        display: none;
    }

    .nav.navbar-nav {
        margin-left: 0px;
        *float: right;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }

    .single_equipement,
    .single_parc,
    .single_musique {
        min-height: 636px;
    }

    .footer_menu {
        float: none;
        margin: 0;
        text-align: center;
        margin-bottom: 10px
    }
    .social {
        float: none;
        text-align: center;
    }
    .copyright {
        float: none;
        text-align: center;
        margin-bottom: 25px
    }
    .copyright p {
        text-align: center;
    }
    footer ul {
        text-align: center !important;
    }


    .sign2 {
        top: 136px;
    }
    .sign3 {
        top: 138px;
    }

    .fb-page.fb_iframe_widget>span {
        height: 510px !important;
        width: 387px !important;
    }

    .fb-page.fb_iframe_widget iframe {
        height: 510px !important;
        width: 427px !important;
    }
    .uiScaledImageContainer._2zfr {
        width: 360px !important;
    }
    #u_0_0>div {
        width: 360px !important;
    }
    #fb-root {
        width: 100% !important;
    }

    .single_equipement,
    .single_parc,
    .single_musique {
        min-height: 636px;
    }
}




/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .footer_menu {
        float: none;
        margin: 0;
        text-align: center;
        margin-bottom: 10px
    }
    .social {
        float: none;
        text-align: center;
    }
    .copyright {
        float: none;
        text-align: center;
        margin-bottom: 25px
    }
    .copyright p {
        text-align: center;
        font-size: 13px
    }
    footer ul {
        text-align: center !important;
    }
    .footer_menu ul li a {
        font-size: 13px;
    }
    .navbar-toggle {
        margin-bottom: -8px;
        margin-right: 15px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .Cabines img {
        width: 141px;
    }
    .blog-text img {
        padding-top: 30px;
    }

    .sign2 {
        top: 136px;
    }
    .sign3 {
        top: 138px;
    }
    .modal.in .modal-dialog {
        *transform: translate(63px, 199px);
    }

    .vedio_modal {
        width: 349px;
    }
    .fb-page.fb_iframe_widget>span {
        height: 510px !important;
        width: 387px !important;
    }
    .fb-page.fb_iframe_widget iframe {
        height: 510px !important;
        width: 427px !important;
    }
    .uiScaledImageContainer._2zfr {
        width: 360px !important;
    }
    #u_0_0>div {
        width: 360px !important;
    }
    #fb-root {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {

    .navbar-default .navbar-toggle {
        margin-bottom: 0px;
    }

    .sign {
        position: initial;
        width: 100%;
        margin-bottom: 15px;
    }
}




/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 355px) and (max-width: 767px) {

    .footer_menu {
        float: none;
        margin: 0;
        text-align: center;
        margin-bottom: 10px
    }
    .social {
        float: none;
        text-align: center;
    }
    .copyright {
        float: none;
        text-align: center;
        margin-bottom: 25px
    }
    .copyright p {
        text-align: center;
        font-size: 13px
    }
    footer ul {
        text-align: center !important;
    }
    .footer_menu ul li a {
        font-size: 13px;
    }
    .navbar-toggle {
        margin-bottom: -8px;
        margin-right: 15px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .content-area-1 .top_text h1 {
        font-size: 60px;
    }
}

a.fancybox {
    /*  float: left;
  width : 241px;
  height : 241px;
  margin-left : 2px; */
}

a.fancybox img {
    width: 100%;
    height: 100%;
    *margin-bottom: -115px;
    z-index: -1;
}

a.fancybox .zoomer {
    position: relative;
    /* top: -20px; */
    margin: -126px auto;
    width: 241px;
    height: 241px;
    text-align: center;
    background: none;
}

a.fancybox .zoomer:hover {
    background: url('../img/zoom.png') 50% no-repeat;
}

a.fancybox .img {
    opacity: 0.8;
}

.devider {
    clear: both;
}

.fan_page {
    text-align: center;
}

.owl-prev {
    background: #e40851 !important;
}

.owl-next {
    background: #e40851 !important;
}

.blocContent {
    margin: 0 auto;
    width:90%;
    background-color: rgba(255, 255, 255, .85);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 9;
    display: table;
    top: -24px;
    height: 75px;
    /*min-height: 122px;
    max-height: 122px;
    height: 122px;*/
}

.blocContent h3 {
    margin: 0;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: bold;
    font-size:15px;
    margin-bottom: 10px;
    font-family:"proxima_nova_rgbold";
}

.blocContent h4 {
    margin: 0;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
     font-family:"proxima_nova_rgbold";
}
.blocContent h5 {
    margin: 0;
    color: #e40851;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
     font-family:"proxima_nova_rgbold";
}

.refPage {
    margin-top: 40px;
}

.blocImage {
    -webkit-box-shadow: -9px -7px 41px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -9px -7px 41px -17px rgba(0, 0, 0, 0.75);
    box-shadow: -9px -7px 41px -17px rgba(0, 0, 0, 0.75);
}

.pagination {
    display: block;
    width: 75%;
    margin: 1em auto;
    text-align: center;
}

.pagination:after {
    content: '';
    clear: both;
}

.pagination-button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    background-color: #fbfbfb;
    color: #3c3c3c;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    font-weight: bold;
    font-size: 15px;
    margin: 5px;
}
.pagination-button .fa.fa-angle-right{
    font-size: inherit; color: inherit;
}

.pagination-button:hover {
    background-color: #ef0950;
    border-color: #ef0950;
    color: #fff;
}

.pagination-button.active {
    background-color: #ef0950;
    border-color: #ef0950;
    color: #fff;
}

.refNav a {
    color: #ef0950!important;
}


/****** image hover ******/

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: auto; width: 100%;
}

.image-hover a {
    text-decoration: none
}

.image-hover img.img_reference {
    width:100%; height: 100%; object-fit: cover;
    position: absolute; top: 0; left: 0;
}


/*** effect - shadow 1 ***/

.img-shadow-1 {
    -webkit-box-shadow: 0 28px 16px -26px black;
    -moz-box-shadow: 0 28px 16px -26px black;
    box-shadow: 0 28px 16px -26px black;
}

.img-shadow-1:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);

    -webkit-box-shadow: 0 58px 36px -56px black;
    -moz-box-shadow: 0 58px 36px -56px black;
    box-shadow: 0 58px 36px -56px black;
}

.img-shadow-1 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.img-shadow-1:hover {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}


/*** button-hover ***/