.header-wrapper{
	padding:20px 30px 20px 30px;
	transition: all 0.5s ease-in-out;
}
.header-wrapper.header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
@font-face {
	font-family: 'Swiss-721-BT';
	src: url('../fonts/Swiss-721-BT.eot');
	src: url('../fonts/Swiss-721-BT.woff') format('woff'), 
	     url('../fonts/Swiss-721-BT.ttf') format('truetype'), 
	     url('../fonts/Swiss-721-BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




.srch_wrpr {width: 400px; max-width: 400px; height: 70px; position: relative; z-index: 1; }
.srch_sb_cnt {width: 70px; height: 70px; background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); background-color: transparent; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: hidden; transition: all 0.4s ease-in-out 0s; z-index: 0; border-radius: 5px; }
.sech_txt_inpt {opacity: 0; height: 50px; left: 10px; border-radius: 30px; border: 0; width: 94%; padding: 0 60px 0 15px; background-color: transparent; color: #333; font-size: 15px; transition: all 0.4s ease-in-out 0s; }
.sech_txt_inpt:focus {letter-spacing: 2px;text-transform: uppercase;}
.sech_txt_inpt:focus, .srch_btn:focus {outline: none;}
.sech_txt_inpt, .srch_btn {position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); }
.srch_btn {width:50px; height:50px; right: 0; background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); background-color: transparent; border:0; transition: all 0.4s ease-in-out 0s; font-size: 26px; cursor: pointer; color: #545454; }
.srch_btn:after {position: absolute; content: '\f00d'; font-family: fontAwesome; top: 50%; transform: translateY(-50%) rotate(0deg); right: 10px; height: 30px; width: 30px; font-size: 28px; z-index: -1; visibility: hidden;}
input.checkbox {position: absolute; z-index: 1; width: 50px; height:50px; opacity: 0.0; right: 30%; top: 50%; transform: translate(-50%, -50%); transition: all 0.4s ease-in-out 0s; cursor: pointer; }
input.checkbox:checked { width: 30px; height: 30px; right: -14%; transform: translate(-50%, -60%);}
input.checkbox:checked ~ .srch_sb_cnt {width: 100%; border-radius: 40px;background-color: #333; overflow: visible;}
input.checkbox:checked ~ .srch_sb_cnt .srch_btn { width: 50px; height: 50px; right: 10px; border-radius: 100%; font-size: 20px; background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%); color: #fff;text-shadow: 1px 1px 2px rgba(0,0,0,0.2);}
input.checkbox:checked ~ .srch_sb_cnt .sech_txt_inpt { opacity: 1; }
input.checkbox:checked ~ .srch_sb_cnt .srch_btn:after {transform: translateY(-50%) rotate(90deg); right: -50px; visibility: visible; transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition-delay: 0.5s; color:#000; }

/*.flexbox {
  background: linear-gradient(155deg, #55c7ed, #2bb3e0, #3bc1ed);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search {
  margin: 20px;
}

.search > h3 {
  font-weight: normal;
}

.search > h1,
.search > h3 {
  color: white;
  margin-bottom: 15px;
  text-shadow: 0 1px #0091c2;
}

.search > div {
  display: inline-block;
  position: relative;
  filter: drop-shadow(0 1px #0091c2);
}

.search > div:after {
  content: "";
  background: white;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 2px;
  transform: rotate(135deg);
}

.search > div > input {
  color: white;
  font-size: 16px;
  background: transparent;
  width: 25px;
  height: 25px;
  padding: 10px;
  border: solid 3px white;
  outline: none;
  border-radius: 35px;
  transition: width 0.5s;
}

.search > div > input::placeholder {
  color: #efefef;
  opacity: 0;
  transition: opacity 150ms ease-out;
}

.search > div > input:focus::placeholder {
  opacity: 1;
}

.search > div > input:focus,
.search > div > input:not(:placeholder-shown) {
  width: 250px;
}
*/

.search-btn, .rental_and_cnt_menu, #myNav{
	display:inline-block;
}

.rental_and_cnt_menu ul li, .menu_button{
	display:inline-block;
}
.rental_and_cnt_menu ul li a{
	font-size:17px;
	color:#e63232;
	display:inline-block;
	padding:8px 25px;
	width: 120px;
	font-family: 'apercuregular';
	background-color:#e63232;
	border:2px solid #e63232;
}
.rental_and_cnt_menu ul li:first-child a{
	color:#fff;
}
.rental_and_cnt_menu ul li:nth-child(2) a{
	background-color:#fff;
}

.icon_bar{
	display:inline-block;
	padding-left:8px;
}
.menu_phone {
    margin-top: 15px;
}


.overlay_menu {
 height: 0%;
   width: 100%;
  position: fixed;
  z-index:9999995555;
  top: 0;
  left: 0;
  /*background-color: rgb(0,0,0);*/
  background-color:#e63232;
  overflow-x: hidden;
  transition: 0.5s;
}
.header_right {
    text-align: right;
    padding-right:0px;
}
.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    margin-top: 20px;
}

.overlay_menu a {
  text-decoration: none;
  display: block;
  transition: 0.3s;

}

.overlay_menu a:hover, .overlay_menu a:focus {
  color: #f1f1f1;
}

.overlay_menu .closebtn {
    position: absolute;
    top: 25px;
    right: 45px;
    line-height:50px;
    font-size: 55px;
    color: #fff;
}

.menu_button {
    width: 120px;
}
.menu-btn-text{
	font-size:17px;
	color:#181a1d;
	font-family: 'apercuregular';
	font-weight: 400;
	cursor:pointer;
	background-color:#ebebeb;
	padding: 10px 20px;
    width: 100%;
    display: block;
}
.overlay_menu_wrapper{
	padding:0px 230px;
	display:flex;
	display:-webkit-flex;
}

.our_menu{
	width:32%;
	position: relative;
	padding-top:60px;
	padding-bottom:60px;
}
.our_menu:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color:#ce2727;
    right: 77px;
    top: 0px;
}
.services_menu {
    padding: 0px 50px;
    width: 34%;
    padding-top:60px;
}
.our_menu ul li{
	display:block;
	padding-bottom:7px;
}
.our_menu ul li a{
	font-size:40px;
	color:#fff;
    font-family: 'apercuregular';
	font-weight: 700;
}
.menu_phone p i{
	display:inline-block;
	font-size:25px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #fff;
	border-radius:100px;
	color:#fff;
	margin-right:10px;
}
.menu_phone p a{
	font-size:30px;
	color:#fff;
	font-family: 'apercuregular';
	font-weight: 400;
	display:inline-block;
	vertical-align:top;
}
.services_menu ul li{
	position: relative;
	padding-left:25px;
	padding-bottom:12px;
	display:block;
}
.services_menu ul li:first-child:before{
	display:none;
}
.services_menu ul li:first-child{
	padding:18px 75px 18px 15px;
	margin-bottom:22px;
	background-image:url(../images/services_menu_back.jpg);
	background-size:cover;
	background-position:center;
}
.services_menu ul li:first-child a{
	font-size:40px;
	color:#fff;
	font-weight: 700;
	letter-spacing:2px;
}
.services_menu ul li:before {
    position: absolute;
    content: '';
    border-left: 12px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 9px;
    left: 0px;
}
.services_menu ul li a{
	font-size:25px;
	display:inline-block;
	color:#fff;
	font-family: 'apercuregular';
	font-weight: 400;
}
.services_menu ul li:first-child:after{
	width:45px;
	height:45px;
	background-image:url(../images/down-arrow.png);
	position: absolute;
	content: '';
	top:50%;
	right:16px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.services_menu ul li a:hover{
	color:#1b1b1b;
}
.services_menu ul li:first-child a:hover{
	color:#e63232;
}
.services_menu:nth-child(3) ul li:first-child{
	background-image:url(../images/studio-menu-back.jpg);
}

.about-inner.studio-content-clm{
	padding-top:100px;
	text-align:left;
}

.studio-book-clm {
    border: none;
    padding: 35px 0px;
    height: initial;
}
.about-inner-content{
	padding:0px 80px;
}
.about-inner-content p, .about-inner-content ul li{
	font-size:25px;
	color:#000;
	font-style:italic;
	font-family: 'apercuregular';
	font-weight: 400;
	position: relative;
}
.about-inner-content ul li:before{
	position: absolute;
	content: '';
	width:8px;
	height:8px;
	background-color:#e63232;
	top:7px;
	left:0px;
}
.about-inner-content ul li{
	padding-left:18px;
	padding-bottom:10px;
	text-align:left;
	list-style: none;
}
.about-inner-content:before{
	position: absolute;
	content: '';
	width:2px;
	height:100%;
	background-color:#000;
	top:0px;
	right:0px;
}
.about-inner-content:last-child:before{
	display:none;
}
.about-inner.studio_img_slider{
	padding-top:0px;
}

.about-inner.studio_img_slider .about-inner-slider{
	padding:0px;
}
.studio_video_banner{
	height:700px;
	background-color:#e8e8e8;
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	overflow:hidden;
}
.studio_video_btn i {
    width:200px;
    height: 200px;
    font-size: 110px;
    padding-left: 16px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 10px solid #fff;
    border-radius: 100%;
     transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}
.studio_video_btn:hover i{
	color:#000;
	border-color:#000;
}
.studio_page_video {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #fff;
    display: none;
}
.studio_page_video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*video#videoPlayer {
    height: 430px;
    object-fit: cover;
}*/
.close_btn i {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 55;
    cursor: pointer;
    transition: 0.5s linear;
}
img{
	max-width:100%;
}
.studio_image_print{
	text-align:center;
}
.studio_image_print img {
	width: 100%;
}
.download_btn a {
    font-size: 54px;
    height:85px;
    color: #000;
    letter-spacing: 2px;
    padding:5px 20px 5px 100px;
    display: inline-block;
    background-color: #e63232;
    margin-top: 50px;
    font-family: 'apercuregular';
    font-weight: 400;
    position: relative;
}
.download_btn a:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 85px;
    background-color: #000;
    top: 0px;
    left: 0px;
     background-image:url(../images/plus-red.png);
    background-size:80%;
    background-position:center center;
    background-repeat:no-repeat;
}
.about-inner.studio_image_print {
    padding-bottom: 100px;
}

ul#menu-rental-menu li {position: relative;}
ul#menu-rental-menu li > ul.sub-menu {position: absolute; top: 100%; z-index: 1; padding-top: 20px;display:none;}
ul#menu-rental-menu li > ul.sub-menu li a {width: 265px; text-align: left;
    background: #e63232; border-bottom: 0; transition: 0.3s; border: 0; border-top: 1px solid #000;}
ul#menu-rental-menu li.menu-item-has-children:hover > ul.sub-menu {display: block;}
ul#menu-rental-menu li > ul.sub-menu li a:hover {background: #fff;color:#000;}
ul#menu-rental-menu li > ul.sub-menu li:last-child a{border-bottom:1px solid #e63232;}
.header-wrapper.header-sticky ul#menu-rental-menu li.menu-item-has-children:hover > ul.sub-menu {padding-top: 10px;}



































