@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium.eot');
  src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
  url('../fonts/GothamMedium.woff2') format('woff2'),
  url('../fonts/GothamMedium.woff') format('woff'),
  url('../fonts/GothamMedium.ttf') format('truetype'),
  url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
  url('../fonts/GothamLight.woff2') format('woff2'),
  url('../fonts/GothamLight.woff') format('woff'),
  url('../fonts/GothamLight.ttf') format('truetype'),
  url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
  url('../fonts/GothamBook.woff2') format('woff2'),
  url('../fonts/GothamBook.woff') format('woff'),
  url('../fonts/GothamBook.ttf') format('truetype'),
  url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
  url('../fonts/GothamBold.woff2') format('woff2'),
  url('../fonts/GothamBold.woff') format('woff'),
  url('../fonts/GothamBold.ttf') format('truetype'),
  url('../fonts/GothamBold.svg#GothamBold') format('svg');
}


@font-face {
  font-family: 'DidotRegular';
  src: url('../fonts/DidotRegular.eot');
  src: url('../fonts/DidotRegular.eot') format('embedded-opentype'),
  url('../fonts/DidotRegular.woff2') format('woff2'),
  url('../fonts/DidotRegular.woff') format('woff'),
  url('../fonts/DidotRegular.ttf') format('truetype'),
  url('../fonts/DidotRegular.svg#DidotRegular') format('svg');
}

@font-face {
  font-family: 'FuturaMedium';
  src: url('../fonts/FuturaMedium.eot');
  src: url('../fonts/FuturaMedium.eot') format('embedded-opentype'),
  url('../fonts/FuturaMedium.woff2') format('woff2'),
  url('../fonts/FuturaMedium.woff') format('woff'),
  url('../fonts/FuturaMedium.ttf') format('truetype'),
  url('../fonts/FuturaMedium.svg#FuturaMedium') format('svg');
}

html {
  background: #f7f7f7;
}

body {
  font-family: "GothamBook", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #7a7e89;
  background: #fff;
}
body.recordline-overflow {
  overflow-x: auto;
}

.gotham-font46{
  font-family: "GothamBook", sans-serif!important;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.5;
}

.gotham-font27{
  font-family: "GothamBook", sans-serif!important;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.5;
}

.futura{
  font-family: "FuturaMedium", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
}

.margintop50{
  margin: 40px 0!important;
}

.margintop60{
  margin: 60px 0!important;
}

::-webkit-selection {
  color: #fff;
  background: #f9ad81;
}

::-moz-selection {
  color: #fff;
  background: #f9ad81;
}

::selection {
  color: #fff;
  background: #f9ad81;
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus, a:active {
  color: gray;
  outline: none;
  text-decoration: none;
}

h1, h2, h4, h5, h6 {
  font-family: "GothamBold", sans-serif;
  color: #000;
  text-transform: uppercase;

}

li.active-about a {
  font-family: "GothamBold", sans-serif!important;
  color: #000;
  text-transform: uppercase;

}

h4{
  margin: 0;
  padding: 0;
}

p {
  font-family: "GothamBook", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f9ad81;
  color: #fff;
  border: 2px solid #f9ad81;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f89d69 !important;
  border-color: #f89d69 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #f9ad81;
  border: 2px solid #f9ad81;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f9ad81;
  color: #fff;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f9ad81;
}

#recordline-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recordline-header {
    background: rgba(255,255,255,1);
    top: 0;
    padding:4px 0;
  }
}
#recordline-header #recordline-logo {
  float: left;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #recordline-header #recordline-logo {
    top: -2px;
  }
}
#recordline-header #recordline-logo a {

}
@media screen and (max-width: 768px) {
  #recordline-header #recordline-logo a {
    color: #000;
  }
}
#recordline-header #recordline-logo a span {
  color: #f9ad81;
}

#blurryscroll { 
	top: 0; left: 0; 
  width: 100%;
	height: 85px;
	overflow: hidden;
	position: fixed;
	filter: blur(4px);
    z-index: 1000;
}

.recordline-main{
    position: absolute;
    top: 83px;
}

#recordline-header #recordline-main-nav {
    @extend #blurryscroll;
	filter: none; 
  float: left;
  margin-left: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #recordline-header #recordline-main-nav {
    display: none;
  }
}
#recordline-header #recordline-main-nav ul {
  padding: 0;
  margin: 17px 0 0 0;
}
#recordline-header #recordline-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
#recordline-header #recordline-main-nav ul li a {
  font-family: "GothamBook", sans-serif;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  margin-left: 80px;
  border-bottom: 2px solid transparent;
}
#recordline-header #recordline-main-nav ul li a:hover {
  font-family: "GothamBold", sans-serif;
  text-decoration: none;
  color: #000;
}
#recordline-header #recordline-main-nav ul li.active a {
  font-family: "GothamBold", sans-serif;

  color: #000;
}
#recordline-header.navbar-fixed-top {
  position: fixed !important;
  background: white;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0px;
}
#recordline-header.navbar-fixed-top #recordline-logo {
  float: left;
  line-height: 1.2;
}
#recordline-header.navbar-fixed-top #recordline-logo a {
  font-family: "GothamBook", sans-serif;
  font-size: 30px;
  color: #000;
}
#recordline-header.navbar-fixed-top #recordline-main-nav ul li a {
  font-family: "GothamBook", sans-serif;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  margin-left: 80px;
  border-bottom: 2px solid transparent;
}
#recordline-header.navbar-fixed-top #recordline-main-nav ul li a:hover {
  font-family: "GothamBold", sans-serif;

  color: #000;
}
#recordline-header.navbar-fixed-top #recordline-main-nav ul li.active a {
  font-family: "GothamBold", sans-serif;

  color: #000;
}

.fonts-bold{
  font-family: "GothamBold", sans-serif;

}

/*
 * Flexslider
 */
#recordline-home {
  /*min-height: 700px;
  background: #fff url(../img/loader.gif) no-repeat center center;*/
  position: relative;
}


#recordline-main,
#recordline-offcanvas {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

#recordline-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 275px;
  background: #444853;
  overflow-y: auto;
  padding: 50px 30px 30px 30px;
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  -o-transform: translateX(275px);
  transform: translateX(275px);
}
#recordline-offcanvas .recordline-offcanvas-close {
  position: absolute;
  top: 20px;
  right: 30px;
}
#recordline-offcanvas .recordline-offcanvas-close:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e117";
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#recordline-offcanvas .recordline-offcanvas-close:hover:before {
  color: white;
}
#recordline-offcanvas nav ul {
  padding: 0;
  margin: 0;
}
#recordline-offcanvas nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#recordline-offcanvas nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
}
#recordline-offcanvas nav ul li a:hover {
  color: #fff;
}
#recordline-offcanvas nav ul li.active a {
  color: #fff;
}
.offcanvas-visible #recordline-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}


#recordline-about,
#recordline-contact,
#recordline-shootinhungary,
#recordline-content {
  padding: 7em 0;
  position: relative;
  z-index: 2;
  background: white;
}

#recordline-about{
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #recordline-works,
  #recordline-about,
  #recordline-contact,
  #recordline-shootinhungary,
  #recordline-content {
    padding: 4em 0;
  }
}

#recordline-works{
  background: #000;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}

#recordline-shootinhungary{
  background: url("/img/g-bg.png") no-repeat center top;
  color: white;
  padding: 3em 0 1em 0;
  background-size: cover;
}

.recordline-shootinhungary-after{
  background-size: cover!important;
}

.experience .fix{
  display: flex;
  flex-wrap: wrap;
}

h3{
  font-family: "GothamLight", sans-serif;
  font-size: 35px;
  margin-top: 25px;
  color: white;
  text-transform: uppercase;
  margin-top: 50px;
}

h3 span{
  font-family: "DidotRegular", sans-serif;
  font-size: 36px;
  margin-top: 25px;
  color: white;
  text-transform: uppercase;
}

.small2{
  font-size: 22px;
}


.color-pink{
  color: #c065e2;
}

@media(max-width:310px){
    .color-pink{
        font-size: 32px !important;
    }
}

.no-texttransform{
  text-transform: none;
}

.no-bold{
  font-weight: normal !important;
}

.texttransform{
  text-transform: uppercase;
}

.color-darkpink{
  color: #8318a2;
}

.color-green{
  color: #5aacb5;
}

.fonts-white{
  color: white!important;
}

.fonts-black{
  color: black;
}

#recordline-contact{
  background: #c7c8c8;
  padding: 2em 0 4em 0;
}

#recordline-contact p{
    margin-bottom: 0px;
}

#contacts img{
    max-width: 166px;
}

#recordline-content figure {
  margin-bottom: 30px;
}

#recordline-back{
  float: right;
  padding-top: 15px;
}

#recordline-footer{
  background: white;
  z-index: 3;
}

.recordline-main-shootinhungary{
  margin-top: 84px;
}

#recordline-shootinhungary{
color: white;
}

#recordline-shootinhungary img{
  width: 50%;
  margin: 0 auto;
}

#recordline-shootinhungary3{
    padding: 20px 0px;
}

@media screen and (max-width: 992px) {
  #recordline-about .recordline-text {
    padding: 0 0 20px 0;
  }

  #recordline-header #recordline-main-nav ul li a {
    margin-left: 20px;
  }


  #recordline-header.navbar-fixed-top #recordline-main-nav ul li a {
    margin-left: 20px;
  }

}

@media screen and (max-width: 767px) {
  #recordline-footer{
    text-align: center;
  }


  #recordline-footer img{
    width: 30%;
    margin: 0 auto;
  }

  .social-icon{
    width: 10%!important;
  }

  .social p, .social .text-right{
    margin-top: 20px;
    text-align: center!important;
  }



}

#about_us_div_before{
    height: 150px;
}

@media(max-width: 767px){
    #about_us_div_before{
        height: 0px;
    }
}

#recordline-about {
  background: #fff;
}

#recordline-about h2 {
  color: #000;
}
#recordline-about .recordline-text {
  padding-left: 4em;
}
@media screen and (max-width: 992px) {
  #recordline-about .recordline-text {
    padding: 0 0 20px 0;
  }
}
#recordline-about .recordline-text .recordline-meta {
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
#recordline-about .recordline-text.with-plus {
  padding-right: 4em;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  #recordline-about .recordline-text.with-plus {
    padding-right: 0;
  }



}
#recordline-about .recordline-text.with-plus:after {
  position: absolute;
  right: 0;
  margin-right: -30px;
  top: 50%;
  margin-top: -25px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  font-size: 50px;
  color: #f9ad81;
}
@media screen and (max-width: 992px) {
  #recordline-about .recordline-text.with-plus:after {
    display: none;
    visibility: hidden;
  }
}



#recordline-footer {
  position: relative;
  background: #ececec;
  padding: 4em 0;
  font-size: 16px;
  color: black;
}
@media screen and (max-width: 768px) {
  #recordline-footer {
    padding: 3em 0;
  }
}

#recordline-footer p {
  margin-bottom: 10px;
}
#recordline-footer .recordline-footer-widget {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.social img{
  width: 35px;
}

.recordline-social {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recordline-social {
    float: none !important;
  }
}
.recordline-social li {
  padding: 0;
  margin: 0;
  display: inline;
}
.recordline-social li a {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .recordline-social li a {
    margin-right: 10px;
  }
}
.recordline-social li a i {
  font-size: 20px;
}
.recordline-social li a:hover {
  text-decoration: none !important;
}
.recordline-social li a:hover i {
  text-decoration: none;
}

.img-grid {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;

}


@media screen and (max-width: 480px) {
  .img-grid {
    margin-bottom: 15px;
  }
}
.img-grid img {
  position: relative;
  z-index: 10;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.img-grid:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-grid a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 12;
  background: rgba(68, 72, 83, 0.9);
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



.img-grid a > div {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.8s, ease-out;
  -o-transition: 0.8s, ease-out;
  transition: 0.8s, ease-out;
}
.img-grid a .recordline-title {
  font-size: 18px;
  color: #fff;
  padding: 0;
  position: relative;
}
.img-grid a .recordline-meta {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  position: relative;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.img-grid a .recordline-meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  left: 50%;
  background: #f9ad81;
}
.img-grid:hover > a {
  opacity: 1;
}
.img-grid:hover > a > div {
  bottom: 39%;
}

.img-grid > a > div {
  bottom: 39%;
}

.section-heading .recordline-section-title {
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-family: "FuturaMedium", sans-serif;
  font-weight: 100;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 4;
}

.section-heading .recordline-section-title-white {
  font-size: 46px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "FuturaMedium", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.fontsize42{
  font-size: 42px!important;
}

@media(max-width: 395px){
    .fontsize42{
        font-size: 32px !important;
    }    
}

@media(max-width: 310px){
    .fontsize42{
        font-size: 28px !important;
    }    
}

@media(max-width: 520px){
    .why-budapest{
        margin-top: 0px;
    }
}


.cost-title{
  margin-top: 180px;
}

@media(max-width: 370px){
    .cost-title{
        font-size: 35px !important;
    }
}

.marginbottom200{
  margin-bottom: 200px;
}

.margintop100{
  margin-top: 100px;
}

.paddingbottom300{
  padding-bottom: 250px;
}


.margintop70plus{
  margin-top: 70px!important;
  margin-bottom: 0!important;
}

.recordline-lead {
  font-family: "FuturaMedium", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}

.margintop44{
  margin: 17px 0 39px 0!important;
}

.recordline-lead-bold {
  font-family: "GothamBold", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;

}

@media screen and (max-width: 768px) {
  .recordline-lead {
    font-size: 14px;
  }
}

.font22{
  font-size: 22px!Important;
}

.font40{
    font-size: 40px!Important;
}

@media(max-width:370px){
    .font40{
        font-size: 35px!Important;
    }
}

a.gray-button{
  background: #505151;
  color: white;
  font-family: "GothamBook", sans-serif;
  font-size: 20px;
  padding: 11px 80px;
  display: inline-block;
  margin: 30px auto;
}

a:hover.gray-button{
  background: #000;
}

a.gray-button-white{
  background: #fff;
  color: #000;
  font-family: "GothamBook", sans-serif;
  font-size: 20px;
  padding: 11px 80px;
  display: inline-block;
  margin: 30px auto;
}

a:hover.gray-button-white{
  background: rgba(255,255,255,0.8);
}

.js .to-animate, .js
.to-animate-2, .js
.animate-box {
  opacity: 0;
   
}

.recordline-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.recordline-nav-toggle.active i::before, .recordline-nav-toggle.active i::after {
  background: #fff;
}
.recordline-nav-toggle:hover, .recordline-nav-toggle:focus, .recordline-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.recordline-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.recordline-nav-toggle i::before, .recordline-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.recordline-nav-toggle i::before {
  top: -7px;
}

.recordline-nav-toggle i::after {
  bottom: -7px;
}

.recordline-nav-toggle:hover i::before {
  top: -10px;
}

.recordline-nav-toggle:hover i::after {
  bottom: -10px;
}

.recordline-nav-toggle.active i {
  background: transparent;
}

.recordline-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.recordline-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.recordline-nav-toggle {
  position: absolute;
   top: 18px;
  right: 15px;
  z-index: 21;
  padding: 2px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  text-align: center;
  border-bottom: none !important;
  background: black;
}
@media screen and (max-width: 768px) {
  .recordline-nav-toggle {
    display: block;
    top:15px;
  }
  .offcanvas-visible .recordline-nav-toggle {
    z-index: 999999 !important;
  }
}

._recordline-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.r-pb {
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
}
/* Arrow Animations */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/*# video fullscreen */

/*video.bkg {*/
  /*background: black;*/
  /*width: 100%;*/
/*}*/

@media screen and (max-width: 1200px) {
    #recordline-header #recordline-main-nav ul li a {

    margin-left: 60px!important;

    }
}

@media screen and (max-width: 992px) {
    #recordline-header #recordline-main-nav ul li a {

    margin-left: 30px!important;
        font-size: 16px

    }
}

video[poster]
{
  top:55% !important;
  left:50% !important;
  width:80px !important;
  height:80px !important;
  position: absolute !important;

}

.fullscreen-bg {
  /*height: 100vh !important;*/
    /*max-height: 818px !important;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
    /*-webkit-box-pack: center;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
}

/*.fullscreen-bg::before {*/
    /*background: transparent !important;*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 60px;*/
    /*_width: 100%;*/
    /*height: 100%;*/
/*}*/

.fullscreen-bg__video {
  width: 100%;
  /*object-fit: cover;*/
    position: relative;
    /*left: 0;*/
    top: 82px;
    /*right: 0;*/
    /*width: 100%;*/
    /*_height: 100vh;*/
    /*z-index: 0;*/
}

.logo-topvideo{
  position: absolute;
 
 z-index: 3;
  width: 100%;
  text-align: center;

}

.logo-topvideo img{
  display: inline-block;
  width: 30%;
}





/*@media (min-aspect-ratio: 16/9) {*/
  /*.fullscreen-bg__video {*/
    /*height: 100vh;*/
    /*top: 0;*/
  /*}*/
/*}*/

/*@media (max-aspect-ratio: 16/9) {*/
  /*.fullscreen-bg__video {*/
    /*width: 300%;*/
    /*left: -200%;*/
    /*overflow: hidden;*/
      /**/
  /*}*/
/*}*//*

@media (min-width: 768px) and  (max-width: 1408px){
  .logo-topvideo img{
    width: 26%;

  }
}*/

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('/img/mobilebg.png') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

  .logo-topvideo img{
    width: 50%;

  }

  .logo-topvideo{

    /*top: 150px;
*/

  }

  .fullscreen-bg {

    min-height: 450px;
  }

  #recordline-home {
    min-height: 450px;
  }
}


.clear{
  clear: both;
}

.padding20{
  padding-bottom: 20px;
}

.margintop30{
  margin-top: 20px;
}

.margintop40{
  margin-top: 40px;
}

.marginbottom20{
  margin-bottom: 20px;
}

.marginbottom40{
  margin-bottom: 40px !important;
}

.gray-box{
  background: #505151;
  color: white;
  font-family: "GothamBook", sans-serif;
  font-size: 20px;
  padding: 1px auto;
  display: block;
  margin: 5px auto;
  width: 80%;

}

.no-margin{
  margin: 0;
}

.no-uppercase{
  text-transform: none;
}

.text-bold{
  font-family: "GothamBold", sans-serif;

}

.font-weight-900{
    font-weight: 900;
}

.text-center{
  text-align: -webkit-center;
}


.text-right{
    text-align: right;
    display: block;
}

.da-thumbs li a div .title{
    display: block!important;
    display: block!important;

    font-family: "FuturaMedium", sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px 20px 0 20px;
    text-transform: uppercase;
}

.da-thumbs li a div .desc{
    display: block!important;
        color: white;
    padding: 10px 15px;
    font-family: "GothamBook", sans-serif;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 0 20px;
    line-height: 20px
}






/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.da-thumbs {
	list-style: none;
	width: 100%;
	max-height: 268px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
    position: relative;
    margin-bottom: 30px;
}



.fullimg {
    display: block;
    width: 100%;
}

.da-thumbs li a {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div.thumbs-bg {
	position: absolute;
	background: url('/img/g-bg90opacity.png') center center / cover no-repeat;
	width: 100%;
	height: 100%;
    right: 0;
    left: 0;
    text-align: center
}




.da-thumbs li a .thumbs-hover-main{
    position: relative;
    top: 30%!important;
    left: 0;
    right: 0;
        font-size: 13px;

} 

@media (max-width: 992px) {
  .da-thumbs li a .thumbs-hover-main{
    top: 35%!important;


    } 
}

@media (max-width: 442px) {
  .da-thumbs li a .thumbs-hover-main{
    top: 25%!important;

  }
}


@media (max-width: 442px) {
  .da-thumbs li a div .title{
    font-size: 15px;
  }

  .da-thumbs li a div .desc{
    font-size: 13px;
  }

}


.da-thumbs li a div img {
    position: relative;
	width: 35px;
    height: 35px;
    opacity: 1;
    z-index: 1;
}


.top-title{
    position: absolute;
    color: white;
    top: -25px;
}

.top-desc{
    position: absolute;
    margin-top: 30px;
    color: white;
    top: -85px;
}

.bottom-desc{
    position: absolute;
    color: white;
    line-height: 20px;
    margin-top: 10px;
}

/*.bottom-desc span{
    text-transform: uppercase;
}*/



.hero-unit {
  text-align: center;
  border-radius: 0;
  margin: 150px 0 0 0;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #338cd6 59%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(59%,#338cd6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1e5799 0%,#338cd6 59%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hero-unit h1, .hero-unit p.white { color: white; }
.hero-unit h1 img { vertical-align: bottom; }
.hero-unit p { margin-top: 30px; }
.film_roll_wrapper img {
  border: 0px solid white!important;
  box-shadow: none!important;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 1s ease;
  opacity: 0.34!important;
}
.film_roll_wrapper .active img {
  opacity: 1!important;
}
.film_roll_container {
  position: relative;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  transition: all 1s ease;
  opacity: 0.5;
}
#film_roll_2 .film_roll_child.active {
  top: -10px;
}
#film_roll_2_left {
  display: none!important;
  position: absolute;
  left: 15px;
  top: 38%;
}
#film_roll_2_right {
  display: none!important;
  position: absolute;
  right: 15px;
  top: 38%;
}

.film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  eft: auto;
  z-index: auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  width: 100%
}

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: absolute;
  top: 0; left:0;
  right: auto;
  bottom: auto;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto
}

.film_roll_prev, .film_roll_next {
  display: none!important;
  position:absolute;
  top:48%;
  left:15px;
  width:40px;
  height:40px;
  margin:-20px 0 0 0;
  padding:0;
  font-size:60px;
  font-weight:100;
  line-height:30px;
  color:white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  border-radius:23px;
  opacity:0.5
}

.film_roll_prev:hover, .film_roll_next:hover {
  color:white;
  text-decoration:none;
  opacity:0.9
}

.film_roll_next {
  left:auto;
  right:15px
}

.film_roll_pager {
    display:none;
  text-align:center;
  padding: 7px 0;
}

.film_roll_pager a {
  width:25px!important;
  height:25px!important;
  border: none !important;
  display:inline-block;
  margin:2px 5px 0 0 !important;
  transition: all 1s ease;
  font-size: 0px;
  position: relative;
  display: none;
}

.film_roll_pager a.active {
  background: transparent!important;
  display: none;
}

.film_roll_pager a:hover {
    background: transparent !important;
}

.film_roll_pager a span{
  width:13px!important;
  height:13px!important;
  border-radius:50%!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display:inline-block;
  transition: all 0.5s ease;
  font-size: 0px;
  background: #262626!important;
  display: none;
}

.margintop70{
  margin-top: 70px;
  margin-bottom: 40px!important;
}

.carousel-white .film_roll_pager a span{
    background: #cdcdb1 !important;
}

.film_roll_pager a:hover span{
  width:20px!important;
  height:20px!important;
  background: #8318a2!important;
}

.carousel-white .film_roll_pager a:hover span{
  background: white!important;
}

.film_roll_pager a.active span{
  width:20px!important;
  height:20px!important;
  background: #8318a2!important;
}

.carousel-white .film_roll_pager a.active span{
  background: white!important;
}


@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  div#social-right {
    display: none;
  }
}

#demo img, #demo2 img, #demo3 img{
    max-height: 490px;
}

#demo, #demo2, #demo3{
    padding-bottom: 40px;
}

@media(max-width: 700px){
    #demo img, #demo2 img, #demo3 img{
        max-height: 400px;
    }
}

@media(max-width: 500px){
    #demo img, #demo2 img, #demo3 img{
        max-height: 350px;
    }
}

@media(max-width: 400px){
    #demo img, #demo2 img, #demo3 img{
        max-height: 300px;
    }
}

/* page loader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: white;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
}

#loader_video{
    width: 3cm;
    height: 3cm;
    margin: -1.5cm 0 0 -1.5cm;
}
/*#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

/* Intro video sound icon */

#intro_video_volume{
    position: absolute;
    z-index: 1001;
    right: 9vw;
    top: 31px;
}

@media(max-width: 1090px){
    #intro_video_volume{
        right: 2.5vw;
    }
}

#intro_video_volume:hover{
    cursor: pointer;
}



div#social-right {
  margin-top: 130px!important;
  margin-right: 8.5vw;
  right: 0;
  position: absolute;
  z-index: 9999;
  opacity: 0.8;
}

div#social-right img{
  width: 30px;
}

div#social-right ul li {
  margin: 0 0 55px 0;
  list-style: none;
}

div#social-right ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* More button */
/*
@import url('https://fonts.googleapis.com/css?family=Space+Mono');

.more-button {
  font-family: 'GothamBook';
  letter-spacing: 1px;
  background: #525252;
  color: white;
  position: relative;
  outline: none;
  border: none;
  height: 50px;
  width: 190px;
  font-size: 14px;
  z-index: 2;
  transition: .01s .23s ease-out all;
  overflow: hidden;
  margin-top: 55px;
}

.more-button .button-white {
  background: white;
  color: black;
}

.more-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 51%;
  background: #202020;
  z-index: -1;
  transition: .3s ease-in all;
}

.more-button .button-white:before {

  background: white;

}

.more-button:after {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  height: 90%;
  width: 5%;
  background: #8318a2;
  z-index: -1;
  transition: .4s .02s ease-in all;
}
.more-button:hover {
  cursor: pointer;
  color: transparent;
  background: #8318a2;
}
.more-button:hover:before {
  left: 100%;
  width: 25%;
}
.more-button:hover:after {
  left: 100%;
  width: 70%;
}
.more-button:hover .icon-right.after:after {
  left: -80px;
  color: white;
  transition: .2s .2s ease all;
}
.more-button:hover .icon-right.after:before {
  left: -95px;
  top: 20px;
  opacity: 0.2;
  color: white;
}

.more-button .icon-right {
  position: absolute;
  top: 0;
  right: 0;
}
.more-button .icon-right:after {
  font-family: "FontAwesome";
  content: '\2192';
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: 26px;
  transform: translate3D(0, -50%, 0);
}
.more-button .icon-right.after:after {
  left: -250px;
  color: black;
  transition: .15s .25s ease left, .5s .05s ease color;
}
.more-button .icon-right.after:before {
  font-family: 'GothamBook';
  content: 'MORE';
  position: absolute;
  left: -230px;
  top: 20px;
  opacity: 0;
  transition: .2s ease-in all;
}*/

/* Less button */
/*
.less-button {
  font-family: 'GothamBook';
  letter-spacing: 1px;
  background: #525252;
  color: white;
  position: relative;
  outline: none;
  border: none;
  height: 50px;
  width: 190px;
  font-size: 14px;
  z-index: 2;
  transition: .01s .23s ease-out all;
  overflow: hidden;
  margin-top: 55px;
}

.less-button .button-white {
  background: white;
  color: black;
}

.less-button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #202020;
  z-index: -1;
  transition: .3s ease-in all;
}

.less-button .button-white:before {

  background: white;

}

.less-button:after {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  height: 90%;
  width: 5%;
  background: #8318a2;
  z-index: -1;
  transition: .4s .02s ease-in all;
}
.less-button:hover {
  cursor: pointer;
  color: transparent;
  background: #8318a2;
}
.less-button:hover:before {
  right: 100%;
  width: 25%;
}
.less-button:hover:after {
  right: 100%;
  width: 70%;
}
.less-button:hover .icon-left.after:after {
  left: 83px;
  color: white;
  transition: .2s .2s ease all;
}
.less-button:hover .icon-left.after:before {
  left: 75px;
  top: 20px;
  opacity: 0.2;
  color: white;
}

.less-button .icon-left {
  position: absolute;
  top: 0;
  left: 0;
}
.less-button .icon-left:after {
  font-family: "FontAwesome";
  content: '\2190';
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: 26px;
  transform: translate3D(0, -50%, 0);
}
.less-button .icon-left.after:after {
  left: 250px;
  color: black;
  transition: .15s .25s ease left, .5s .05s ease color;
}
.less-button .icon-left.after:before {
  font-family: 'GothamBook';
  content: 'LESS';
  position: absolute;
  left: 230px;
  top: 20px;
  opacity: 0;
  transition: .2s ease-in all;
}*/

.button {
  color: white !important;
  cursor: pointer;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
}

.button.white-background{
    color: black !important
}

.button:hover{
    text-decoration: none;
}

@media(min-width: 400px) {
    .button{
        display: inline-block;
    }
  }

.more-button {
  background: transparent;
  font-weight: 100;
  margin: 70px 0;
}

.anim_reel{
    font-size: 19px;
    line-height: 60px;
    max-width: 290px;
    font-weight: 900;
}

.more-button svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0; 
    width: 100%; 
}

.anim_reel svg{
    height: 60px;
}

.more-button rect {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: ease;
    fill: none;
    stroke: white;
    stroke-width: 3;
    stroke-dasharray: 422, 0;
}

.white-background rect{
    stroke: black;
}
  

.more-button:hover {
  color: #8318a2 !important;
  font-weight: 900;
  letter-spacing: 1px;
}

.more-button:hover rect {
    stroke: #8318a2;
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.signature {
  position: fixed;
  font-family: sans-serif;
  font-weight: 100;
  bottom: 10px;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.zoom {
  transition: transform .7s; /* Animation */
  /*transition(all 2s cubic-bezier(.21,1,.84,1.01) );*/
  cursor: pointer;
}

.zoom:hover {
  transform: scale(1.11); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
/*transform( scale(1.05) );*/
}

/* Section title hover animation */

.animated-title{
    cursor: pointer;
    position: relative;
}

.animated-title:before, .animated-title:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-color:  #8318a2;
    border-style: solid;
    transition: all .5s cubic-bezier(1,.2,.26,.7);
    transform: translate(0px, 0px) scale(.8);
    opacity: 0;
}

.animated-title.white:before,.animated-title.white:after{
    border-color:  #ffffff;
}

.animated-title:before{
    bottom: 0;
    left: 0;
    border-width: 0px 0px 1px 1px;
}

.animated-title:after{
    top: 0;
    right: 0;
    content: "";
    border-width: 1px 1px 0px 0px;
}

.animated-title:hover:before, .animated-title:hover:after{
    transition: all 2s cubic-bezier(.14,1.13,0,.91);
    opacity: 1;
}

.animated-title:hover:before{
    transform: translate(-30px, 20px) scale(1);
    border-bottom-width: 8px;
    border-left-width: 8px;
}

.animated-title:hover:after{
    transform: translate(30px, -20px) scale(1);
    border-top-width: 8px;
    border-right-width: 8px;
}
@media(min-width: 365px) and (max-width: 661px){
    .shootin-title:after{
        right: -40px;
    }
}

@media(min-width: 344px) and (max-width: 364px){
    .shootin-title:after{
        right: 10px;
        top: 10px;
    }
    .shootin-title:before{
        left: -10px;
        bottom: 10px;
    }
}

@media(min-width: 287px) and (max-width:335px){
    .chinese-shooting-title:after{
        right: -90px;
    }
}

@media(max-width: 330px){
    .hollywood{
        font-size: 37px !important;
    }
}

@media(max-width: 320px){
    .our-team{
        font-size:28px !important;
    }
}

@media(max-width: 405px){
    .most-adv-rates{
        font-size: 37px !important;
    }
}

@media(max-width: 520px){
    .shootin-first-content{
        padding: 1em 0 0 0 !important;
    }
    
    .shootin-first-content .second-br{
        display: none;
    }
    
    .shootin-third-content{
        padding: 5px 0px!important;
    }
    
    .shootin-third-content .r-pb{
        padding-bottom: 0px !important;
    }
    
    .cost-title{
        margin-top: 0px;
    }
    
    .shootin-third-content .recordline-section-title{
        margin-bottom: 0px;
    }
    
    .shootin-third-content .marginbottom200{
        margin-bottom: 0px;
    }
    
    .shootin-fifth-content{
        padding: 5px 0px;
    }
    
    .shootin-fifth-content .r-pb{
        padding-bottom: 0px;
    }
    
    .shootin-fifth-content .margintop100{
        margin-top: 0;
    }
    
    .shootin-fifth-content .paddingbottom300{
        padding-bottom: 0;
    }
}