/**
 * Place your custom styles here.
 */

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap');

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #00102e;
    background: #fff;
    margin-top:0;
}
html {
    background: #eee;
}

img {
	max-width: 100%;
	height: auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: #00102e;
	/*text-transform: uppercase;*/
	font-weight: 400;
}
h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    color: #00102e;
}

h2, .h2 {
    font-size: 50px;
    font-weight: 400;
}
h2.block-title {
    padding-bottom: 5px;
    text-align: center;
    display: table;
    border-bottom: 0px dashed #111;
    margin: 0 auto 30px auto;
}

@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 30px;
    }    
    h2, .h2 {
        font-size: 25px;
    } 
}

@media only screen
and (max-width : 420px){
    h1.page-header {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 25px;
    } 
}
.page-header {
    /*padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: left;
    background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;
    padding-left: 30px;
    padding-top: 30px;*/
    border-bottom: 0px solid #111;
    margin: 0;
    padding: 0;
}
h1.page-header {
    color: #fff;
    text-align: center;
}
@media only screen
and (max-width : 768px){
    .page-header {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.pull-left {
    float: none !important;
    text-align: center;
}
/*.region-header {
    text-align: center;
}*/
@media only screen
and (min-width : 990px){
    .path-frontpage .header-container {
        /*position: absolute;
        z-index: 1;*/
        left: 0;
        right: 0;
        /*top: 5%;*/
    }  
    a.logo {
        display: table;
        border-radius: 5px;
        table-layout: fixed;
        /*margin: 0 auto;*/
        margin: 0
    }
        
}
a.logo img {
    width: 120px;
    height: auto;
    /*background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;*/
} 
@media only screen
and (max-width : 989px){
    a.logo img {
        width: 75px;
        height: auto;
        padding-top: 0px;
        padding-bottom: 5px;
    }    
    a.logo.navbar-btn.pull-left {
        display: inline-block;
        margin-bottom: 0px;
    }
    /*.pull-left {
        float: left !important;
        text-align: left;
    }*/
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #222;
    background: #00102e;
    color: #fff;
}
.path-frontpage .footer {
    margin-top: -1px;
}

.flexslider {
    border: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-control-paging li a:hover {
    background: #111;
    background: rgba(31,165,202,0.8);
}
.flex-control-paging li a.flex-active {
    background: #111;
    background: rgba(31,165,202,0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #111;
    background: rgba(31,165,202,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider {
    margin: 0;
}


.fab {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 50%;
	background: #fff;
	color: #00102e;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 5px;
}
.fab {
    background: #fff;
	color: #00102e;
}

.fab:hover {
    background-color: #00102e;
	color: #fff;
}
.fas {
    color: #339900;
}


.btn-primary {
    color: #fff;
    background-color: #00102e;
    border-color: #00102e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00102e;
    border-color: #00102e;
}

/* MEGA MENU */

.tb-megamenu {
    background-color: transparent;
    padding-top: 5px;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-right: 0px solid #222;
    border-top: 0;
    /* color: #333; */
    /* font-weight: 300; */
    padding: 8px 15px;
    text-shadow: none;
    cursor: pointer;
    /* font-size: 14px; */
	/*Ritasha*/
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}
span.tb-megamenu-no-link:hover {
    background: transparent !important;
    font-weight: 300;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color: #fff;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    margin-top: 8px;
    width: 10px;
    height: 15px;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ccc;
  text-decoration: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ccc;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .nav-collapse .nav > li > a:hover,
.tb-megamenu .nav-collapse .nav > li > a:focus {
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #ccc;
  }
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background-color: transparent;
  color: #ccc;
  font-weight: 300;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
  color: #ccc;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 0;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ccc;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #fff;
  text-shadow: 0 0px 0 #ffffff;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #fff;
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #ccc;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #ccc;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
      background-color: transparent;
      border-color: #fff;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0px 0 0 0;
    padding: 0;
    border-top: 2px solid #00102e;
    background: #00102e;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
}
.tb-megamenu .dropdown-menu .mega-nav > li a {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.tb-megamenu .dropdown-menu li {
    border-bottom: 1px solid #eee; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.tb-megamenu .dropdown-menu li:last-child {
    border-bottom: 0px solid #fff; 
}
li.tb-megamenu-item.active.active-trail a {
    border-top: 0;
}
.dropdown-menu {
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle:hover, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ccc;
    font-weight: 600;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #ccc;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
li.tb-megamenu-item.level-2.mega.active.active-trail a {
    color: #ccc;
    font-weight: 500;
}
#block-mainnavigation {
     margin-top: 25px;
    /*float: right;*/
    clear: both;
}
.header.header-scrolled #block-mainnavigation .tb-megamenu,
.header.header-scrolled #block-mainnavigation {
    margin-top: 0px;
    padding-top: 0px;
}
.tb-megamenu .nav {
    margin: 0;
    background: rgba(0,0,0,0);
}
.tb-megamenu .dropdown-menu li > a, .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-top: 0px solid #eee;
}

.tb-megamenu [class^="fa-"], .tb-megamenu [class*=" fa-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *: ;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
    color: #fff;
}
.tb-megamenu .btn {
    font-size: 30px;
}
.tb-megamenu .btn-navbar {
    background-color: transparent !important;
    box-shadow: inset 0 0px 0 rgb(204 0 0 / 10%), 0 0px 0 rgb(204 0 0 / 8%);
    text-shadow: 0 0px 0 rgb(204 0 0 / 25%);
    background: transparent;
}
.tb-megamenu .btn {
    border-color: transparent !important;
    border-color: rgba(204,0,0,0.15) rgba(204,0,0,0.15) rgba(204,0,0,0.25);
}
.tb-megamenu .btn-navbar:hover, .tb-megamenu .btn-navbar:focus, .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active, .tb-megamenu .btn-navbar.disabled, .tb-megamenu .btn-navbar[disabled] {
    background: transparent !important;
    background-color: #00102e;
}
.tb-megamenu .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}
.tb-megamenu.tb-megamenu-main {
    float: right;
}
@media only screen
and (max-width : 979px){
    .tb-megamenu.tb-megamenu-main {
        float: none;
    }
    #block-mainnavigation {
        margin-top: 5px;
        float: none;
    }
    .tb-megamenu .btn-navbar {
        float: right;
        margin-top: 15px;
    }
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -25px;
        text-align: right;
        background: transparent;
    }
    .tb-megamenu .mega > .mega-dropdown-menu {
        background: #00102e;
    }
    .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
        background-color: #00102e;
        border-color: transparent;
        color: #fff;
    }
    .tb-megamenu .dropdown-menu li {
        border-bottom: 0px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tb-megamenu .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 0px solid #d9d9d9;
        border-bottom: 1px solid #eee;
        background: #00102e;
    }
    button.btn.btn-navbar.tb-megamenu-button {
        margin-top: -50px;
        position: absolute;
        right: 0px;
    }
    .tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
        border-bottom: 1px solid #222;
        border-right: none;
        color: #fff;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #00102e;
    }
    .tb-megamenu .nav-collapse .nav > li {
        float: none;
        background: #00102e;
    }
}
@media only screen
and (max-width : 767px){
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -25px;
        text-align: right;
        background: transparent;
        background: #00102e;
    }
    .tb-megamenu .nav-collapse .nav {
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;        
    }
    .tb-megamenu .nav-collapse.collapse.in {
        height: auto !important;
        z-index: +3;
    }
    
}
/* MEGA MENU ENDS */

video {
    /*object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: auto;
  }
  
  .viewport-header {
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* Header Scroll */
#header {
    background: transparent;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}
@media only screen
and (min-width : 991px){
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .path-frontpage #header {
        background: transparent;
    }
}
.header.header-scrolled {
    /*background: rgba(238,238,238,0.7) !important;*/
    background: #00102e !important;
    padding: 7px 0 0;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}
.header img {
    width: auto;
    height: 60px;
    -webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.header.header-scrolled img {
    height: 50px;
    width: auto;
    -webkit-transform:scale(1.3);
	transform:scale(1.3);
    padding-top: 5px;
    padding-bottom: 15px;
}
.header.header-scrolled #menu-icon {
    margin-top: 10px !important;
}
.header.header-scrolled #block-menubutton img {
    filter: invert(100%);
}
/* Header Scroll Ends */

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.slider-container {
    background-color: #fff;
    /*background-image: url(/sites/default/files/video-bg.jpg);*/
    background-position: center center, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
}
/*.path-frontpage .region3-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-attachment: fixed;
    background-color: #111;
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(/sites/default/files/bg-customer-say.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    padding: 100px 0;
}*/
#contact-message-casting-registration-form .form-group.form-wrapper {
    width: 50%;
    float: left;
}
#contact-message-casting-registration-form .form-item.form-group{
    width: 80%;
    float: left;
}
#contact-message-casting-registration-form label {
    width: 100%;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}
#contact-message-casting-registration-form legend {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    border-bottom: 0;
    margin-bottom: 0;
}
#contact-message-casting-registration-form .form-type-radio label,
#contact-message-casting-registration-form .form-type-checkbox label {
    font-size: 14px;
    /*width: auto;
    padding-right: 15px;*/
}
#edit-field-agree-to-terms-and-conditi-wrapper {
    width: 100% !important;
}
#edit-field-agree-to-terms-and-conditi-wrapper .form-type-checkbox label {
    font-size: 18px;
}
#edit-field-agree-to-terms-and-conditi-value--description {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
}
#edit-field-acting-career-wrapper {
    clear: left;
    width: 100% !important;
}
.block-go-back-history .go-back-history-btn {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    /*background: url("../images/left-arrow.svg") no-repeat center center;*/
    color: transparent;
    cursor: pointer;
}
.header .container {
    width: 100% !important;
}
.views-field-field-youtube-link {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}
#youtube-field-player {
    width: 100%;
}
/* PORTFOLIO */
.epfolio {
    margin: 0;
}
.epfolio__wrap {
    position: relative;
    overflow: hidden;
}
.epfolio__description {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,16,46,0.85);
    color:#fff;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    opacity:0;
}
.epfolio__description {
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.epfolio__wrap img {
    -webkit-transition:all 1s ease;
    transition:all 1s ease;
}
.thebox {
    padding: 30px;
    display: table;
    margin: 0 auto;
}
.thebg { 
    padding: 30px;
}
.epfolio__wrap:hover .epfolio__description {
    visibility: visible;
    opacity: 1;
}
.epfolio__wrap:hover .epfolio__description {
    transform: translateY(0.5);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.epfolio__wrap:hover .epfolio__description h3 {
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    letter-spacing:3px;
    text-transform:uppercase;
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
    opacity:0;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
}
.epfolio__wrap:hover .epfolio__description p {
    color:#fff;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:2px;
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
    opacity:0;
    font-weight:500;
}  
.epfolio__wrap:hover .epfolio__description h3,
.epfolio__wrap:hover .epfolio__description p {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1;
    color: #fff;
}
.epfolio__wrap:hover img {
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.epfolio__wrap:hover .thebg {        
    background: url(/sites/default/files/top-left.png) top left no-repeat, url(/sites/default/files/top-right.png) top right no-repeat, url(/sites/default/files/bottom-left.png) bottom left no-repeat, url(/sites/default/files/bottom-right.png) bottom right no-repeat;
    transition: all 0.5s ease;
    -webkit-transition:all .5s ease;
}
.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
.v-center {
    display: table-cell;
    vertical-align: middle;
}
.epfolio a {
    display: block;
    position: relative;
    overflow: hidden;
}
/* PORTFOLIO ENDS*/
#block-views-block-portfolio-block-7 .views-col,
#block-views-block-portfolio-block-1 .views-col,
#block-views-block-portfolio-block-2 .views-col,
#block-views-block-portfolio-block-3 .views-col,
#block-views-block-portfolio-block-4 .views-col,
#block-views-block-portfolio-block-5 .views-col,
#block-views-block-portfolio-block-6 .views-col,
#block-views-block-portfolio-block-7 .views-col,
#block-views-block-portfolio-block-8 .views-col {
    padding-bottom: 0px;
}
/*#block-introduction {
    padding: 15px;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
#block-introduction:hover {
    background: #00102e;
    color: #eee;
}
#block-introduction:hover .thebg {        
    background: url(/sites/default/files/top-left.png) top left no-repeat, url(/sites/default/files/top-right.png) top right no-repeat, url(/sites/default/files/bottom-left.png) bottom left no-repeat, url(/sites/default/files/bottom-right.png) bottom right no-repeat;
    transition: all 0.5s ease;
    -webkit-transition:all .5s ease;
}*/
.ourexpert {
    position:relative;
}
.expert-text p,
.expert-text h2 {
    color: #fff;
}
.expert-text {
    /*position: absolute; 
    top: calc(45%);
    left: 0; 
    width: 100%;*/
    text-align: center;
    padding-top: 50%;
}
/*.ourexpert::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,16,46,0.5);
}*/
.ourexperts .col-md-6 {
    padding: 40px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*#block-homeexpertise,
#block-expertiseimage {
    padding: 0;
}*/
#block-homeexpertise .expbox1.col-md-6,
#block-homeexpertise .expbox2.col-md-6 {
    padding: 0;
}
.ourexpert2 {
    padding: 30px;
}
.ourexpert2 hr {
    width: 40px;
    border-color: #00102e;
    margin-left: auto;
    margin-right: auto;
}
.ourexpert2 p {
    padding-bottom: 30px;
}
.ourexperts .col-md-6:hover .ourexpert2 hr {
    width: 40px;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition:width .3s ease .2s, height .3s ease .4s;
  transition:width .3s ease .2s, height .3s ease .4s
}
.ourexperts .col-md-6:hover {
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
.ourexperts .col-md-6:hover {
    background: #00102e;
    color: #eee;
}
.ourexperts .col-md-6:hover h4 {
    color: #fff;
}
.ourexperts .col-md-6:hover .ourexpert2 {
    background: url(/sites/default/files/top-left.png) top left no-repeat, url(/sites/default/files/top-right.png) top right no-repeat, url(/sites/default/files/bottom-left.png) bottom left no-repeat, url(/sites/default/files/bottom-right.png) bottom right no-repeat;
    transition: all 0.5s ease;
    -webkit-transition:all .5s ease;
}
.path-frontpage .region3-container {
    background: linear-gradient( rgba(0,16,46,0.5), rgba(0,16,46,0.5) ),  url(/sites/default/files/our-expertise3.jpg);
    background-position: left top, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    /*background-size: 50% 100%;*/
}
.col-md-6.expbox2 {
    background: #fff;
}
@media only screen
and (min-width : 991px){
    #block-introduction {
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 100px;
        margin-bottom: 100px;
        text-align: center;
        font-size: 20px;
      }
      .ourexperts .row {
        overflow: hidden; 
    }
    .ourexperts [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    .ourexpert2 {
        margin-bottom: 30px;
    }
}
@media only screen
and (min-width : 768px){
    
}
@media only screen
and (max-width : 989px){
    .header {
        padding: 0;
    }
    #header {
        background: #00102e;
    }
    #block-menubutton img {
        filter: invert(100%);
    }
    #menu-icon {
        margin-top: 10px;
    }
    #block-introduction {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 18px;
    }
    .expert-text {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }  
}
.views-col {
    padding-bottom: 30px;
}
@media only screen
and (max-width : 768px){
    .views-col {
        width: 100% !important;
    }
    .header .col-md-2,
    .header .col-md-10 {
        padding: 0;
    }
    #block-footeraddress,
    #block-footercall {
        padding-bottom: 15px;
    }
    #contact-message-casting-registration-form .form-group.form-wrapper {
        width: 100%;
        float: none;
    }
    #contact-message-casting-registration-form .form-item.form-group{
        width: 100%;
        float: none;
    }
}
@media only screen
and (max-width : 767px){
    
}
#block-contactblock-2 {
    color: #fff;
}
#block-contactblock-2 h2.block-title,
#block-ourhappycustomers h2.block-title {
    color: #f00;
    border-bottom: 2px dashed #f00;
}

#contact-message-booking-form-form img {
    width: auto !important;
    height: auto;
}
.panel-default>.panel-heading {
    display: none;
}
#captcha.panel-default {
    border-color: transparent;
}
#captcha .panel-body {
    padding: 0px 0;
    width: 250px;
}
#captcha--description {
    display: none;
}
#captcha img {
    border-radius: 5px;
}
#block-phonecall {
    display: none;
}
#views-exposed-form-talents-block-1 {
    display: table;
    margin: 0 auto;
    padding-bottom: 30px;
}
#views-exposed-form-talents-block-1 .form-item {
    padding-right: 15px;
}
#block-views-block-locations-block-1 .views-field-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}
#block-views-block-locations-block-1 .views-field-title a {
    color: #000;
    text-decoration: none;
}
.page-node-type-locations .field--name-body {
    padding-top: 15px;
    padding-bottom: 15px;
}
.page-node-type-locations .field--name-field-more-picture img {
    padding-bottom: 30px;
}
#block-banner .field--name-body {
    padding: 0px;
}
@media only screen  
and (max-width: 767px) {
    #block-phonecall {
        display: block;
        position: fixed;
        right: 20px;
        background: #f00;
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        padding-top: 8px;
        font-weight: 500;
        z-index: +5;
        bottom: 18px;
    }
    .footer {
        padding-bottom: 50px;
    }
    body {
        font-size: 16px;
    }
}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: #111;
}
#block-contactblock-2 .btn-primary {
    color: #111;
    background-color: #f00;
    border-color: #f00;
}
.panel {
    background-color: transparent;
}
#block-socialmedialinks a {
    text-decoration: none;
    color: #fff;
}
@media (hover: hover) {
    #block-socialmedialinks a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #block-socialmedialinks a:hover {
        text-decoration: none;
        color: #f00;
    }
}

/* POP Up MENU */

.fa-sharp,
.fas {
    color: #ee3700;
}
.fa-bars:before {
    content: "\f0c9";
}
#menu-icon {
    padding-top: 0;
    float: right;
    cursor: pointer;
    /*width: 40px;
    height: 40px;
    background: #000;*/
    font-size: 30px;
    padding-left: 6px;
    margin-top: 30px;
     -webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
    border-radius: 50%;
}
#menu-icon {
    position: fixed;
    right: 15px;
    z-index: +1;
    top: 0;
    margin-top: 10px;
} 
@media only screen
and (min-width : 990px){
    #menu-icon {
        position: fixed;
        right: 15px;
        z-index: +1;
        top: 0;
        margin-top: 30px;
        right: 13%;
    }    
}
#close-icon {
    padding-top: 0;
    float: right;
    cursor: pointer;
    /*width: 40px;
    height: 40px;
    background: #c00;*/
    font-size: 30px;
    padding-left: 6px;
    margin-top: 30px;
    margin-right: 0px;
     -webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
    /*border-radius: 50%;*/
}
#menu-icon:hover {
     -webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
    /*background: #c00;*/
}
#close-icon:hover {
     -webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
    /*background: #999;*/
}

#menu-icon:hover .iconon,
#menu-icon .iconoff,
#close-icon:hover .iconon,
#close-icon .iconoff {
    display: none;
}
#menu-icon:hover .iconoff,
#close-icon:hover .iconoff {
    display: inline-block;
    padding-left: 5px;
}
#menu-icon img,
#close-icon img {
    height: 35px !important;
    width: auto;
}

#popUp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;    
    z-index: 99999;
    background-color: rgb(20,0,0);
    background-color: rgba(20,0,0, 10);
    border: 0px solid #8dc73f;
}
@media only screen 
and (min-width: 990px) {
    #popUp {    
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow:hidden;
        margin-bottom: -10000px; 
        padding-bottom:10000px;
        border: 0px solid #8dc73f;
    }
    #block-homeetnika {
        padding-left: 15%;
        padding-right: 15%;
      }
      #block-homeetnika h1 {
        font-size: 80px;
      }
}
#popUp {    
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: url("/sites/default/files/menu-bg.jpg");
    background-size:contain;
}

#popUp .container {
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
}
#popUp.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
#popUp .row {
    margin-left: 0;
    margin-right: 0;
}

#block-closemenu {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    margin-right: 30px;
    text-align: center;
}
#block-mainnavigation-2 {
    padding-left: 15%;
    padding-top: 30px;
}
#block-mainnavigation-2 .navbar-nav > li {
    float: none;
    font-size: 35px;
    font-weight: 600;
}
#block-mainnavigation-2 .navbar-nav > li:focus,
#block-mainnavigation-2 .navbar-nav > li:active,
#block-mainnavigation-2 .navbar-nav > li:hover,
#block-mainnavigation-2 .navbar-nav > li a:hover {
    background: transparent;
    color: #fff;
}
#block-mainnavigation-2 .navbar-nav > li a {
    color: #fff;
    padding-bottom: 20px;
}
@media only screen 
and (max-width: 768px) {
    #block-mainnavigation-2 .navbar-nav > li {
        float: none;
        font-size: 20px;
        font-weight: 600;
    }
    #block-mainnavigation-2 .navbar-nav > li a {
        color: #fff;
        padding-bottom: 5px;
    }
    #popUp { 
        background-image: url("/sites/default/files/menu-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #menu-icon img,
    #close-icon img {
        height: 30px !important;
        width: auto;
    }
}
#block-menubutton {
    height: 0;
}
@media only screen 
and (max-width: 989px) {
    #block-closemenu {
        margin-right: 15px;
    }
    #close-icon {    
        margin-top: 0;
    }
}
/* POP Up MENU Close */

#block-useraccountmenu .navbar-right {
    float: right !important;
    margin-right: 30px;
    padding-bottom: 30px;
}
#block-useraccountmenu .navbar-nav > li a {
    color: #c00;
    padding-bottom: 14px;
    font-weight: 600;
}
#block-useraccountmenu .navbar-nav > li:focus,
#block-useraccountmenu .navbar-nav > li:active,
#block-useraccountmenu .navbar-nav > li:hover,
#block-useraccountmenu .navbar-nav > li a:hover {
    background: transparent;
    color: #c00;
}

.main-container {
    padding-top: 50px;
 }
@media only screen 
and (max-width: 989px) {
    nav#block-useraccountmenu {
        margin-top: 0px;
    }
    .main-container {
        padding-top: 15px;
      }
}
#block-useraccountmenu {
    display: none;
}
.user-logged-in #block-useraccountmenu {
    display: block;
    float: left;
}
.user-logged-in #block-useraccountmenu li.first {
    display: none;
}
#block-cart {
    float: right;
    padding-bottom: 30px;
}
#block-cart a {
    color: #c00;
    font-weight: 600;
    text-decoration: none;
}
#block-cart img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    margin: 0 auto;
}
.cart-form #edit-submit,
.field--name-total-price,
td.views-field-unit-price__number,
td.views-field-edit-quantity,
td.views-field-remove-button,
td.views-field-total-price__number,
.cart-form table thead {
    display: none;
}
.views-field.views-field-purchased-entity {
    float: left;
}
.cart-form .table-hover > tbody > tr,
.cart-form .table-striped > tbody > tr {
    background-color: transparent !important;
}
.cart-form .table > tbody > tr > td {
    border-top: 0px solid #ddd;
}
.cart-form table td a {
    color: #000;
    text-decoration: none;
}
#edit-submit {
    display: block;
    margin: 0 auto;
}
#block-nouserpass {
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}
form#user-login-form {
    width: 250px;
    margin: 0 auto;
}
/*.path-frontpage .pagetitle-container,
.path-frontpage .main-container, */
.path-user .highlighted {
    display: none;
}
.ourexpert img,
#block-views-block-portfolio-block-1 .views-col img,
#block-views-block-portfolio-block-2 .views-col img,
#block-views-block-portfolio-block-3 .views-col img,
#block-views-block-portfolio-block-4 .views-col img,
#block-views-block-portfolio-block-5 .views-col img,
#block-views-block-portfolio-block-6 .views-col img,
#block-views-block-portfolio-block-7 .views-col img,
#block-views-block-portfolio-block-8 .views-col img,
.slider-container img,
.region-header img {
    width: 100%;
    height: auto;
}
#block-banner .field::before,
#block-homevideo .field::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,16,46,0.5);
}
.slidertitle {
    position:relative;
}
.slidertitle p,
.slidertitle h1 {
    color: #fff;
}
.pagetitle-container {
    position: absolute; 
    top: calc(45%);
    left: 0;
    text-align: center; 
    width: 100%; 
 }
 .path-frontpage .pagetitle-container {
    position: absolute; 
    top: calc(25%);
    left: 0;
    text-align: center; 
    width: 100%; 
 }
 @media only screen
and (max-width : 767px){
    .path-frontpage .pagetitle-container {
        position: absolute; 
        top: calc(1%);
        left: 0;
        text-align: center; 
        width: 100%; 
     }
     .path-frontpage h1 {
        font-size: 25px;
     }
     .path-frontpage  h1.page-header {
        font-size: 25px;
        padding-top: 15px;
      }
}
#block-mainnavigation {
    display: none;
}
.path-frontpage .main-container {
    padding-bottom: 30px;
}