@import './bootstrap.css';
body{
    background: #0e1115;
}
.commonmenu
{
    font-family: 'Maleah-Regular', Arial, Helvetica, sans-serif;
}
.commonmenu body {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 0px;
    color: #576a7a;
    font-weight: 500;
  }
  @media (min-width: 768px){
    .commonmenu .col-sm-4 {
        float: left;
        width: 33.33333333333333%;
    }
      .commonmenu  .col-sm-8{
          float: left;
        width: 66.66666666666666%;
      }
  }
  .commonmenu .container {
    width: auto;
    max-width: 1200px;
  }
  .commonmenu h1, .commonmenu h2, .commonmenu h3, .commonmenu h4, .commonmenu h5, .commonmenu h6, .commonmenu .h1, .commonmenu .h2, .commonmenu .h3, .commonmenu .h4, .commonmenu .h5, .commonmenu .h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  .commonmenu a, .commonmenu a:active, .commonmenu a:visited, .commonmenu a:focus {
    text-decoration: none;
    color: #0081ff;
    outline: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .commonmenu a:hover {
    text-decoration: none;
    color: #65b1fb;
  }
  .commonmenu .form-control::placeholder {
    color: #fff;
    opacity: 1;
  }
  .commonmenu .form-control:-ms-input-placeholder {
    color: #fff;
  }
  .commonmenu .form-control::-ms-input-placeholder {
    color: #fff;
    /**======Header======*/
  }
  .commonmenu .top-header {
    padding: 0;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*+++Head One+++*/
  }
  .commonmenu .social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #9ea7b3;
    font-family: 'MonoSocialIconsFont', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 42px;
    text-align: right;
  }
  .commonmenu .social-media li {
    display: inline-block;
    padding: 0 10px;
  }
  .commonmenu .social-media li a {
    color: #9ea7b3;
    padding: 0 4px;
  }
  .commonmenu .social-media li a i {
    position: relative;
    top: 2px;
  }
  .commonmenu .social-media li a:hover {
    color: #fff;
  }
  .commonmenu .social-media li a span {
    font-size: 11px;
    margin-right: 5px;
    vertical-align: middle;
    padding-top: 3px;
  }
  .commonmenu .social-media li a.fb:hover {
    color: #3b579d;
  }
  .commonmenu .social-media li a.tt:hover {
    color: #19b1e7;
  }
  .commonmenu .social-media li a.pin:hover {
    color: #bd081c;
  }
  .commonmenu .social-media li a.gp:hover {
    color: #dd4e42;
  }
  .commonmenu .social-media li a.tm:hover {
    color: #36465d;
  }
  .commonmenu .social-media li a.stm:hover {
    color: #eb4924;
  }
  .commonmenu .social-media li a.wp:hover {
    color: #00749a;
  }
  .commonmenu .social-media li a.ins:hover {
    color: #c8007f;
  }
  .commonmenu .social-media li a.dbl:hover {
    color: #e04c86;
    /*+++Logo+++*/
  }
  .commonmenu .logo-section {
    padding: 12px 15px 12px;
    position: relative;
    margin-bottom: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*+++Nav+++*/
  }
  .commonmenu .nav-outer {
    height: 50px;
  }
  .commonmenu .navbar_menu {
    background: none;
    font-family: 'Maleah-Regular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    border-top: 0px;
    letter-spacing: 2px;
  }
  .commonmenu .navbar_menu.affix {
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
  .commonmenu .navbar_menu .navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }
  .commonmenu .navbar-nav {
    float: right;
  }
  .commonmenu .navbar-nav li {
    padding: 0;
    margin: 0 0px;
  }
  .commonmenu .navbar-nav > li {
    border-right: 0px solid #ebebeb;
  }
  .commonmenu .navbar-nav > li:first-child {
    border-left: 0px solid #ebebeb;
  }
  .commonmenu .navbar-default .navbar-nav > li > a {
    color: #fefefe;
    padding: 13px 16px;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .navbar-default .navbar-nav > li > a:hover, .commonmenu .navbar-default .navbar-nav > li.active > a:hover, .commonmenu .navbar-default .navbar-nav > li > a:focus, .commonmenu .navbar-default .navbar-nav > li.active > a, .commonmenu .navbar-default .navbar-nav > .active > a:focus {
    color: #d2d2d2;
    background: none;
    box-shadow: none;
    text-shadow: none;
  }
  .commonmenu .navbar-default .navbar-nav > li > a:after {
    display: block;
    content: '';
    height: 1px;
    width: 0;
    margin: 0 auto;
    background: #fefefe;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
  }
  .commonmenu .navbar-brand {
    display: none;
  }
  .commonmenu .navbar-default .navbar-toggle {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .commonmenu .navbar-default .navbar-toggle:hover, .commonmenu .navbar-default .navbar-toggle:focus {
    background: #e51c23;
  }
  .commonmenu .navbar-default .navbar-toggle:active {
    background: #fff;
  }
  .commonmenu .navbar-brand {
    padding: 0 10px;
  }
  .commonmenu .dropdown-menu {
    top: 100% !important;
    width: auto !important;
    border-radius: 0;
    border: 0;
    background: none;
    border-top: 0px solid #1c925f;
    padding: 0;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
  }
  .commonmenu .dropdown-menu li {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .commonmenu .dropdown-menu li a {
    padding: 12px 13px;
    background: rgba(0, 0, 0, .2);
    text-align: right;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .commonmenu .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, .9);
    color: #000;
  }
  .commonmenu .dropdown-menu .dropdown-menu {
    top: 0 !important;
  }
  .commonmenu .pos {
    position: relative;
  }
  .commonmenu .top-menu {
    min-width: 100px;
    border: 0;
  }
  .commonmenu .top-menu li a {
    background: #222534;
    color: #8f9ca4;
  }
  .commonmenu .top-menu li a img {
    margin-left: 10px;
  }
  .commonmenu .top-menu li a:hover {
    background: #1a1c28;
    color: #fefefe;
    /*.navbar-default .navbar-nav > li > a span{font-size: 21px;width: 43px;text-align: center;height: 43px;background: #e51c23;border-radius: 100%;vertical-align: middle;padding-top: 10px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .37s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
      .navbar-default .navbar-nav > li > a:hover span{background: #fff;color:#e51c23;}*/
  }
  .commonmenu .navbar-toggle .icon-bar {
    width: 32px;
    height: 4px;
    /*++++Search++++*/
  }
  .commonmenu .search-sec {
    position: relative;
    width: 130px;
    margin-top: 5px;
  }
  .commonmenu .search-sec input {
    border: 0px solid #fdfdfd;
    padding: 3px 28px 3px 10px;
    height: 30px;
    color: #9ea7b3;
    font-size: 14px;
    font-weight: bold;
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .search-sec input:focus {
    width: 300px;
    box-shadow: none;
    border: 0px solid #f3f3f3;
    background: #fde428;
    color: #fff;
  }
  .commonmenu .search-sec button {
    border: 0;
    background: none;
    font-size: 18px;
    color: #9ea7b3;
    position: absolute;
    top: 2px;
    right: 0;
    outline: none;
  }
  .commonmenu .search-sec button:focus, .commonmenu .search-sec .white {
    color: #fff;
  }
  .commonmenu .navbar-fixed-top {
    position: relative;
  }
  .commonmenu .affix {
    position: fixed;
  }
  .commonmenu .logo-section.affix {
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    background: rgba(255, 255, 255, .1);
    /**======End Header======*/
    /**======Article======*/
  }
  .commonmenu .article {
    padding: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .commonmenu .banner-header {
    border-bottom: 0px solid rgba(0, 0, 0, .2);
    padding-bottom: 0px;
  }
  .commonmenu .banner-header .carousel-inner > .item > img {
    width: 100%;
    position: relative;
  }
  .commonmenu .carousel-control {
    width: 10%;
    z-index: 100;
  }
  .commonmenu .carousel-inner .video {
    width: 100%;
    height: 114.4%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 25;
  }
  .commonmenu .carousel-inner video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .commonmenu .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 10px 0;
    right: 0;
    width: 100%;
  }
  .commonmenu .carousel-indicators li {
    background-color: #fff;
    height: 5px;
    width: 25px;
    margin: 0px 4px;
    border-radius: 0px;
  }
  .commonmenu .carousel-indicators .active {
    background: #fde428;
    height: 5px;
    width: 25px;
    margin: 0 4px;
    border: 1px solid #fde428;
  }
  .commonmenu .carousel-caption {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding-bottom: 0;
    text-shadow: none;
    text-align: left;
    padding: 1px 20px;
    z-index: 27;
  }
  .commonmenu .caption-box {
    width: 1010px;
    margin: auto;
    text-align: left;
  }
  .commonmenu .carousel-caption h3 {
    font-size: 70px;
    text-shadow: none;
    margin-top: 55px;
    font-weight: 900;
    position: relative;
    padding-bottom: 5px;
    text-align: left;
    max-width: 300px;
    line-height: 70px;
  }
  .commonmenu .carousel-caption h3 span {
    color: #fde428;
  }
  .commonmenu .carousel-caption strong {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    /*++++Custom Form++++*/
    /**======Welcome======*/
  }
  .commonmenu .section {
    padding: 60px 0;
    position: relative;
    min-height: 100vh;
  }
  .commonmenu .sec-welcome {
    background: url(../images/bg-1.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-bottom: 280px;
  }
  .commonmenu .welcome-message {
    padding: 100px 0;
    max-width: 768px;
  }
  .commonmenu .welcome-message h1 {
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: 900;
  }
  .commonmenu .welcome-message p {
    font-size: 20px;
  }
  .commonmenu .camera-icon {
    display: block;
    padding-left: 96px;
    position: relative;
  }
  .commonmenu .camera-icon:before {
    display: block;
    content: '';
    width: 96px;
    height: 60px;
    background: url(../images/camera-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .commonmenu .camera-icon strong {
    display: block;
    font-size: 24px;
    padding-bottom: 3px;
  }
  .commonmenu .camera-icon p {
    font-size: 18px;
  }
  .commonmenu .reviews {
    display: block;
    padding-left: 96px;
    position: relative;
  }
  .commonmenu .reviews i {
    display: block;
    width: 69px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 50px;
    color: #8799a3;
    font-style: normal;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 900;
    border-bottom: 1px solid #8799a3;
    text-align: center;
  }
  .commonmenu .reviews strong {
    display: block;
    font-size: 24px;
    padding-bottom: 3px;
  }
  .commonmenu .reviews .blue {
    color: #0081ff;
  }
  .commonmenu .bb {
    padding: 0 0 15px;
  }
  .commonmenu .bb:before {
    display: block;
    content: '';
    height: 4px;
    border-radius: 5px;
    background: #0081ff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    z-index: 2;
  }
  .commonmenu .bb:after {
    display: block;
    content: '';
    height: 4px;
    border-radius: 5px;
    background: #4c5260;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .commonmenu .padd {
    padding-left: 7%;
    /**======Night Star======*/
  }
  .commonmenu .sec-night-star {
    background: url(../images/bg-22.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 255px;
    padding-bottom: 120px;
  }
  .commonmenu .night-star-pic {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
  }
  .commonmenu .v-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    width: 20px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .v-text span {
    position: absolute;
    left: -216px;
    top: 330px;
    display: block;
    width: 430px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .commonmenu .v-text span:after {
    display: block;
    content: '';
    border-bottom: 1px solid #fff;
    width: 190px;
    position: absolute;
    right: 0;
    top: 6px;
  }
  .commonmenu .ns-text h2 {
    font-size: 160px;
    font-weight: 700;
    color: #fff;
    opacity: 0.62;
    margin-bottom: 55px;
    white-space: nowrap;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .ns-text p {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .commonmenu .ns-review {
    font-size: 16px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .ns-review span {
    display: inline-block;
    width: 32%;
  }
  .commonmenu .ns-review b {
    font-size: 47px;
    font-weight: 900;
    color: #b39a5d;
    vertical-align: text-top;
    line-height: 42px;
  }
  .commonmenu .ns-review strong {
    display: inline-block;
    font-size: 16px;
    vertical-align: text-top;
  }
  .commonmenu .section-photo-list {
    padding: 100px 0 75px;
  }
  .commonmenu .list-title {
    text-align: center;
    padding: 100px 0;
  }
  .commonmenu .list-title h3 {
    font-size: 26px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .list-title span {
    font-size: 10px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 2px;
  }
  .commonmenu .photo-list {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .photo-list h4 {
    font-size: 60px;
    color: #9f8b5c;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 10px;
    padding-left: 75px;
  }
  .commonmenu .photo-list b {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 90px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 80px;
  }
  .commonmenu .photo-list ul {
    font-size: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
  }
  .commonmenu .photo-list ul li {
    padding: 4px 0;
  }
  .commonmenu .photo-list ul li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #9f8b5c;
    margin-right: 16px;
    border-radius: 100%;
    vertical-align: text-top;
  }
  .commonmenu .photo-list ul span {
    display: inline-block;
    width: 45px;
  }
  .commonmenu .link-download {
    padding: 90px 0 0;
    text-align: center;
  }
  .commonmenu .link-download a {
    /**======CINEMATIC PHOTOGRAPHY ======*/
  }
  .commonmenu .sec-cinematic {
    background: url(../images/bg-3.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 155px;
    padding-bottom: 120px;
  }
  .commonmenu .cine-box {
    border: 10px solid #fff;
    padding: 64px 0px;
    max-width: 40%;
  }
  .commonmenu .cine-abs {
    position: relative;
    left: 50%;
    width: 148%;
  }
  .commonmenu .cine-abs b {
    display: block;
    font-size: 16px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 2px;
  }
  .commonmenu .cine-abs h3 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 28px;
  }
  .commonmenu .cine-abs h3 span {
    color: #b29965;
  }
  .commonmenu .cine-abs p {
    font-size: 16px;
    color: #999;
    line-height: 24px;
  }
  .commonmenu .cine-btn-box {
    text-align: center;
    padding: 100px 0;
  }
  .commonmenu a.btn-cine {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #b29965;
    border-radius: 30px;
    padding: 15px 25px 13px;
    color: #fff;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.btn-cine:hover {
    background: #b29965;
  }
  .commonmenu .cinema-option {
    padding-top: 200px;
  }
  .commonmenu .cinema-option h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .commonmenu .cinema-option p {
    font-size: 15px;
    color: #b3b3b3;
  }
  .commonmenu .cine-op-shoot:before {
    display: block;
    content: '';
    width: 58px;
    height: 58px;
    background: url(../images/cine-icon.png) no-repeat left top;
  }
  .commonmenu .cine-op-grade:before {
    display: block;
    content: '';
    width: 58px;
    height: 58px;
    background: url(../images/cine-icon.png) no-repeat right top;
  }
  .commonmenu .cine-op-reel:before {
    display: block;
    content: '';
    width: 58px;
    height: 58px;
    background: url(../images/cine-icon.png) no-repeat left bottom;
  }
  .commonmenu .cine-op-camera:before {
    display: block;
    content: '';
    width: 58px;
    height: 58px;
    background: url(../images/cine-icon.png) no-repeat right bottom;
  }
  .commonmenu .cine-clients-list {
    text-align: center;
  }
  .commonmenu .cine-clients h4 {
    text-align: center;
    color: #b29965;
    margin-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .commonmenu .cine-clients h4:before {
    content: '';
    display: inline-block;
    width: 43.5%;
    border-top: 1px solid #373636;
    margin-right: 36px;
    position: relative;
    top: -5px;
  }
  .commonmenu .cine-clients h4:after {
    content: '';
    display: inline-block;
    width: 43.5%;
    border-top: 1px solid #373636;
    margin-left: 36px;
    position: relative;
    top: -5px;
  }
  .commonmenu .cine-clients-list a {
    display: inline-block;
    border: 1px solid #373636;
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .cine-clients-list a:hover {
    border: 1px solid #dedede;
    /**======PLANS======*/
  }
  .commonmenu .sec-plans {
    background: url(../images/bg-4.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 123px;
    padding-bottom: 120px;
  }
  .commonmenu .heading {
    padding: 0 0 100px;
    text-align: center;
  }
  .commonmenu .heading h2 {
    font-size: 26px;
    color: #333;
    letter-spacing: 2px;
  }
  .commonmenu .heading h2 span {
    color: #b29960;
  }
  .commonmenu .heading > span {
    display: block;
    font-size: 10px;
    color: #999;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
  }
  .commonmenu .plan-box {
    padding: 42px 10px 42px 42px;
    background: #fff;
    border-radius: 12px;
    color: #666;
    font-size: 14px;
  }
  .commonmenu .plan-box h4 {
    font-size: 26px;
    color: #333;
    font-weight: 900;
  }
  .commonmenu .plan-box .price {
    display: block;
    font-size: 16px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #b39a5d;
    margin-bottom: 33px;
  }
  .commonmenu .plan-box ul {
    margin: 0;
    padding: 23px 0 20px;
    font-weight: 700;
    list-style: none;
    border-top: 2px dashed #ddd;
  }
  .commonmenu .plan-box ul li {
    padding: 7px 0px;
    margin: 0;
  }
  .commonmenu .plan-box ul li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../images/bullets.jpg) #9f8b5c;
    margin-right: 14px;
    vertical-align: text-top;
  }
  .commonmenu .plan-btn-box {
    padding: 20px 0 0;
  }
  .commonmenu a.btn-plan {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #b29965;
    border-radius: 30px;
    padding: 15px 46px 13px;
    color: #333;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.btn-plan:hover {
    background: #b29965;
    color: #fff;
    /**======Photography======*/
  }
  .commonmenu .sec-photography {
    background: url(../images/bg-5.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 15%;
    padding-bottom: 120px;
    min-height: 100vh;
  }
  .commonmenu .photography-heading {
    padding: 0 0 100px 100px;
    color: #fff;
    max-width: 700px;
  }
  .commonmenu .photography-heading h2 {
    font-size: 38px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    letter-spacing: 20px;
    margin-bottom: 17px;
    font-weight: normal;
  }
  .commonmenu .photography-heading span {
    display: block;
    font-size: 14px;
  }
  .commonmenu .photography-heading b {
    display: block;
    font-size: 16px;
    padding: 27px 0;
    font-weight: normal;
    letter-spacing: 3px;
  }
  .commonmenu .photography-btn {
    padding: 20px 0;
  }
  .commonmenu .photography-btn a {
    display: inline-block;
    font-size: 13px;
    border: 0px solid #b29965;
    background: #fff;
    border-radius: 30px;
    padding: 15px 46px 13px;
    color: #333;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .photography-btn a:hover {
    background: #b29965;
    color: #fff;
  }
  .commonmenu .photography-btn a i {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 3px;
  }
  .commonmenu .photography-btn a:hover i {
    border-color: #fff;
  }
  .commonmenu .at-fuji {
    position: absolute;
    left: 100px;
    bottom: 30px;
    color: #fff;
    /**======fashion======*/
  }
  .commonmenu .sec-fashion-shots {
    background: url(../images/bg-6.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .commonmenu .fashion-heading {
    padding: 210px 0 0 0;
    color: #fff;
    max-width: 700px;
  }
  .commonmenu .fashion-heading h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
    font-weight: 900;
  }
  .commonmenu .fashion-heading h2 span {
    display: block;
    font-size: 40px;
  }
  .commonmenu .fashion-heading p {
    color: #999;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 100px;
  }
  .commonmenu .fashion-btn a {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #b29965;
    border-radius: 30px;
    padding: 15px 23px 13px;
    color: #333;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .fashion-btn a:hover {
    background: #b29965;
    color: #fff;
    /**======Digital Shot======*/
  }
  .commonmenu .sec-digital {
    background: url(../images/computer.png) no-repeat #ebe7e6 right bottom;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .commonmenu .sec-digital-computer {
    background: url(../images/digital-editing.png) no-repeat 200px 250px;
    padding-bottom: 200px;
  }
  .commonmenu .digital-heading {
    padding: 0 0 180px 0;
    text-align: center;
  }
  .commonmenu .digital-heading h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
    font-weight: 900;
    position: relative;
  }
  .commonmenu .digital-heading h2:after {
    display: inline-block;
    content: '';
    width: 200px;
    border-bottom: 1px solid #b79e52;
    vertical-align: top;
    position: absolute;
    top: 29px;
    margin-left: 10px;
  }
  .commonmenu .digital-heading span {
    display: block;
    font-size: 12px;
    color: #333;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .digital-heading span b {
    color: #b79e52;
  }
  .commonmenu .digital-content {
    padding: 0;
    color: #fff;
    max-width: 700px;
  }
  .commonmenu .digital-content h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
    font-weight: 900;
  }
  .commonmenu .digital-content h2:after {
    display: block;
    content: '';
    width: 30px;
    border: 1px solid #b79e52;
    margin: 30px 0;
  }
  .commonmenu .digital-content h2 i {
    color: #ef0a96;
    font-style: normal;
  }
  .commonmenu .digital-content h2 span {
    display: block;
    font-size: 40px;
  }
  .commonmenu .digital-content p {
    color: #999;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .commonmenu .digital-steps {
    color: #333;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-bottom: 60px;
  }
  .commonmenu .digital-steps a {
    color: #ccc;
    margin-right: 40px;
  }
  .commonmenu .digital-steps a:hover, .commonmenu .digital-steps a.active {
    color: #333;
  }
  .commonmenu .digital-steps a i {
    font-style: normal;
    color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .digital-steps a:hover i, .commonmenu .digital-steps a.active i {
    font-style: normal;
    color: #b79e52;
  }
  .commonmenu .digital-btn a {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #b29965;
    border-radius: 30px;
    padding: 15px 23px 13px;
    color: #333;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .digital-btn a:hover {
    background: #b29965;
    color: #fff;
    /**======Digital Shot======*/
  }
  .commonmenu .sec-release-form {
    background: url(../images/bg-7.jpg) no-repeat #ebe7e6 center center/cover;
    color: #fff;
    padding-top: 350px;
    padding-bottom: 100px;
  }
  .commonmenu .release-form-heading {
    padding: 0 0 56px 0;
    text-align: center;
  }
  .commonmenu .release-form-heading h2 {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
    font-weight: 900;
  }
  .commonmenu .release-form-heading span {
    display: block;
    font-size: 20px;
    color: #636363;
  }
  .commonmenu .release-form {
    max-width: 800px;
    margin: 0 auto;
  }
  .commonmenu .form-fields {
    max-width: 564px;
    margin: 0 auto 56px;
  }
  .commonmenu .release-form .form-group {
    margin-bottom: 43px;
  }
  .commonmenu .release-form .form-control {
    background: none;
    border: 1px solid #464646;
    border-radius: 30px;
    height: 46px;
    padding: 0 38px;
    color: #fff;
    font-weight: 700;
  }
  .commonmenu .release-form .form-control:focus {
    border-color: #8799a3;
    color: #fff;
    box-shadow: none;
  }
  .commonmenu .release-form p {
    text-align: center;
    margin-bottom: 60px;
  }
  .commonmenu .check-box {
    color: #e93474;
    margin-bottom: 10px;
  }
  .commonmenu .release-form-btn {
    text-align: center;
  }
  .commonmenu .release-form-btn a {
    display: inline-block;
    font-size: 14px;
    border: 0px solid #b29965;
    background: #007efa;
    border-radius: 30px;
    padding: 20px 60px 20px;
    color: #fff;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 25px 10px rgba(0, 16, 250, .2);
  }
  .commonmenu .release-form-btn a:hover {
    background: #e93474;
    color: #fff;
    /**======Meeting======*/
  }
  .commonmenu .sec-meeting {
    background: #ebe7e6;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .commonmenu .meeting-heading {
    padding: 0 0 60px 0;
    text-align: left;
  }
  .commonmenu .meeting-heading h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 17px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
    font-weight: 900;
  }
  .commonmenu .meeting-heading h2:after {
    display: inline-block;
    content: '';
    width: 200px;
    border-bottom: 1px solid #b79e52;
    vertical-align: top;
    position: relative;
    top: 29px;
    margin-left: 10px;
  }
  .commonmenu .meeting-heading span {
    display: block;
    font-size: 12px;
    color: #333;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .meeting-heading span b {
    color: #b79e52;
  }
  .commonmenu .meeting-content {
    padding: 20px 0 70px;
  }
  .commonmenu .meeting-content h5 {
    font-size: 30px;
    color: #333;
  }
  .commonmenu .meeting-content span {
    display: block;
    color: #aaa;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
  }
  .commonmenu .info-box {
    position: relative;
  }
  .commonmenu .info-box:after {
    display: block;
    content: '';
    clear: both;
  }
  .commonmenu .info-box i {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 23px;
    font-size: 20px;
    background: #b79e53;
    color: #fff;
    border-radius: 100%;
    float: left;
    margin-top: 9px;
    margin-right: 18px;
  }
  .commonmenu .meeting-map {
    max-width: 90%;
    margin: 0 auto;
  }
  .commonmenu .meeting-map img {
    margin: 0 auto;
    /*++++Buttons++++*/
  }
  .commonmenu .btn:focus {
    outline: 0;
  }
  .commonmenu .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #dce0e6;
  }
  .commonmenu .btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .divider {
    border-top: 1px solid #e9ebf3;
    margin: 75px 0;
    clear: both;
    height: 1px;
  }
  .commonmenu .divider:after {
    clear: both;
    /*Loading */
  }
  .commonmenu .loading {
    text-align: center;
  }
  .commonmenu .loading span {
    display: inline-block;
    background: #1a1c28;
    border-bottom: 4px solid #000;
    color: #fff;
    font-weight: 700;
    padding: 15px 30px 10px;
    cursor: pointer;
  }
  .commonmenu .loading i {
    font-size: 18px;
    vertical-align: top;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
  }
  .commonmenu .loading strong {
    margin-left: 7px;
    display: inline-block;
  }
  @-moz-keyframes spin {
    .commonmenu from {
      -moz-transform: rotate(0deg);
    }
    .commonmenu to {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    .commonmenu from {
      -webkit-transform: rotate(0deg);
    }
    .commonmenu to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    /*+++++Trusted By+++++*/
    .commonmenu from {
      transform: rotate(0deg);
    }
    .commonmenu to {
      transform: rotate(360deg);
    }
  }
  .commonmenu #owl-partner .item img {
    border: 1px solid #ccc;
  }
  .commonmenu .slider {
    position: relative;
    padding: 0 30px;
  }
  .commonmenu a.gal-left {
    position: absolute;
    left: 20px;
    top: 25%;
    font-size: 30px;
    color: #ccc;
    z-index: 15;
  }
  .commonmenu a.gal-right {
    position: absolute;
    right: 20px;
    top: 25%;
    font-size: 30px;
    color: #ccc;
    z-index: 15;
    /*======Article End=====*/
    /*======Footer=====*/
  }
  .commonmenu .sec-footer {
    background: url(../images/bg-8.jpg) no-repeat center center/cover #000;
  }
  .commonmenu .footer {
    padding: 100px 0 100px;
    color: #fff;
    font-size: 14px;
  }
  .commonmenu .logo-bottom h6 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .commonmenu .logo-bottom p {
    font-size: 15px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #4e4e4e;
  }
  .commonmenu .logo-bottom ul {
    font-size: 15px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .commonmenu .logo-bottom ul li {
    margin: 0;
    padding: 0;
  }
  .commonmenu .logo-bottom ul li a {
    color: #4e4e4e;
    display: inline-block;
  }
  .commonmenu .logo-bottom ul li a:hover {
    color: #fff;
  }
  .commonmenu .logo-bottom ul li i {
    color: #4e4e4e;
    display: inline-block;
    margin-right: 20px;
  }
  .commonmenu .fv-logo {
    text-align: center;
  }
  .commonmenu .fv-logo .f-logo {
    margin: 0 0 20px;
  }
  .commonmenu .fv-logo h6 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .commonmenu .fv-logo h6 i {
    font-style: normal;
    color: #b69d58;
  }
  .commonmenu .fv-logo span {
    display: block;
    font-size: 10px;
    color: #666;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    letter-spacing: 3px;
  }
  .commonmenu .instaa {
    text-align: center;
  }
  .commonmenu .instaa h6 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .commonmenu .insta-img {
    margin-bottom: 40px;
  }
  .commonmenu .instaa .insta-img img {
    border-radius: 100%;
    margin-right: 13px;
  }
  .commonmenu .instaa .insta-btn {
    text-align: center;
  }
  .commonmenu .instaa .insta-btn a {
    display: inline-block;
    font-size: 14px;
    border: 0px solid #b29965;
    background: #fff;
    border-radius: 30px;
    padding: 20px 60px 20px;
    color: #333;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
  }
  .commonmenu .instaa .insta-bt a:hover {
    background: #e93474;
    color: #fff;
  }
  .commonmenu .footer-bottom {
    padding: 40px 0;
    color: #b69d58;
    font-size: 15px;
    position: relative;
    border-top: 1px solid #222;
  }
  .commonmenu .footer-bottom span {
    color: #444;
  }
  .commonmenu .footer-menu {
    color: #444;
    text-align: right;
  }
  .commonmenu .footer-menu a {
    display: inline-block;
    color: #444;
    text-align: center;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin: 0 18px;
  }
  .commonmenu .footer-menu a:hover {
    color: #fff;
    text-align: center;
  }
  .commonmenu a.go-top {
    display: block;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding: 7px 11px 5px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    letter-spacing: 3px;
    position: absolute;
    left: 48%;
    top: -15px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.go-top:hover {
    background: #e93474;
    color: #fff;
    border: 1px solid #e93474;
    -moz-transform: rotate(-90deg) scale(1.1);
    -webkit-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
    /*======Footer End=====*/
    /*======Camera Page=====*/
  }
  .commonmenu .inner-page {
    color: #fff;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
  }
  .commonmenu .inner-page h1, .commonmenu .inner-page h2, .commonmenu .inner-page h3, .commonmenu .inner-page h4, .commonmenu .inner-page h5, .commonmenu .inner-page h6 {
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
  }
  .commonmenu .product-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
  }
  .commonmenu .camera-tumb {
    padding: 35px 5px;
  }
  .commonmenu .camera-tumb img {
    border-radius: 3px;
    margin-right: 10px;
  }
  .commonmenu .watch-btn {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    height: 136px;
    line-height: 136px;
    padding-left: 150px;
    background: url(../images/watch.png) no-repeat left center;
    margin: 0 20px;
  }
  .commonmenu .rental-details {
    padding: 20px 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
  }
  .commonmenu .rental-details h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .commonmenu .cam-box a {
    position: relative;
    display: block;
  }
  .commonmenu .cam-box span {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    padding: 10px 10px;
    z-index: 1;
  }
  .commonmenu .cam-box strong {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
  }
  .commonmenu .cam-box i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #009fa3;
    background: #d7edf3;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .cam-box i:after, .commonmenu .cam-box i:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 3px;
    display: block;
    width: 22px;
    height: 2px;
    background: #009fa3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .cam-box i:before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .commonmenu .cam-box a:hover i {
    background: #009fa3;
  }
  .commonmenu .cam-box a:hover i:after, .commonmenu .cam-box a:hover i:before {
    background: #fff;
  }
  .commonmenu .more-link {
    padding: 20px 0;
    font-size: 24px;
  }
  .commonmenu .product-price {
    font-size: 20px;
    color: #04a5a9;
    padding-bottom: 20px;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
  }
  .commonmenu .product-price strong {
    font-size: 36px;
    display: block;
  }
  .commonmenu .notification {
    background: #0d0d0e;
    border: 2px solid #000;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .notification:hover {
    background: #076235;
  }
  .commonmenu .offer-btn {
    margin-bottom: 20px;
  }
  .commonmenu .offer-btn a {
    display: block;
    margin-bottom: 20px;
    background: #076235;
    border: 2px solid #000;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .offer-btn a:hover {
    background: #199156;
    color: #fff;
  }
  .commonmenu .offer-btn a i {
    margin-right: 5px;
  }
  .commonmenu .inp-box {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .commonmenu .inp-box i {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
  }
  .commonmenu .inp-box input {
    border: 0;
    background: none;
    display: inline-block;
    width: 50%;
    padding: 20px;
    height: 68px;
    color: #fff;
    font-size: 24px;
    outline: none;
    box-shadow: none;
  }
  .commonmenu .inp-box input:focus {
    outline: none;
    box-shadow: none;
  }
  .commonmenu .inp-box .btn {
    border: 0;
    background: #b7b7b7;
    display: inline-block;
    width: 35%;
    float: right;
    color: #fff;
    line-height: 70px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 900;
    text-shadow: none;
    letter-spacing: 2px;
  }
  .commonmenu .inp-box span.btn i {
    margin: 0;
    color: #000;
  }
  .commonmenu .inp-box .btn strong {
    padding: 0 15px;
    font-size: 26px;
  }
  .commonmenu a.btn-cart {
    background: #00bff3;
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    padding: 16px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.btn-cart:hover {
    background: #25d9c6;
  }
  .commonmenu .share-number {
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #b7b7b7;
  }
  .commonmenu .share-number i {
    margin-right: 20px;
  }
  .commonmenu .share-number a {
    color: #fff;
    margin-left: 20px;
  }
  .commonmenu .owner-details {
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
  }
  .commonmenu .owner-details a {
    color: #fff;
  }
  .commonmenu .owner-details h5 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .commonmenu .owner-details h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .commonmenu .owner-details span {
    font-size: 24px;
    display: block;
  }
  .commonmenu .owner-details span i {
    margin: 0 10px;
  }
  .commonmenu .owner-details p {
    margin: 30px 0;
    font-size: 24px;
  }
  .commonmenu .owner-btn {
    text-align: center;
  }
  .commonmenu a.btn-owner {
    background: #fff;
    display: inline-block;
    font-size: 24px;
    color: #000;
    padding: 16px 45px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    border-radius: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.btn-owner:hover {
    background: #25d9c6;
    color: #fff;
  }
  .commonmenu a.btn-question {
    background: none;
    border: 1px solid #b7b7b7;
    display: block;
    ont-size: 24px;
    color: #fff;
    padding: 24px 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu a.btn-question:hover {
    background: #25d9c6;
    border-color: #25d9c6;
  }
  .commonmenu .location {
    padding: 1px 0;
    color: #fff;
  }
  .commonmenu .map-iframe {
    margin-bottom: 20px;
  }
  .commonmenu .location h5 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .commonmenu .location {
    font-size: 16px;
    /*======Register Page=====*/
  }
  .commonmenu .bg-gradient {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background: url(../images/bg-rent-grd.jpg) no-repeat center center/cover;
  }
  .commonmenu .reg-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    background: url(../images/bg-rent.jpg) no-repeat center center/cover;
  }
  .commonmenu .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    font-size: 13px;
    color: #fff;
  }
  .commonmenu .copyright span {
    display: block;
    padding: 5px 0;
  }
  .commonmenu .copyright .c-links {
    position: relative;
    left: -10px;
  }
  .commonmenu .copyright a {
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .copyright a:hover {
    opacity: 0.5;
  }
  .commonmenu .reg-content {
    max-width: 650px;
    margin: 10% auto 0;
    text-align: center;
  }
  .commonmenu .reg-content h3 {
    font-size: 36px;
    color: #2a2d2e;
    font-weight: normal;
  }
  .commonmenu .reg-content h3 span {
    color: #8a9396;
  }
  .commonmenu .reg-content h4 {
    font-size: 80px;
    color: #262b40;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .commonmenu .reg-content h4:after {
    content: '';
    display: block;
    max-width: 60%;
    height: 10px;
    background: #7443ff;
    margin: 10px auto;
  }
  .commonmenu .reg-content h4 span {
    color: #7443ff;
  }
  .commonmenu .reg-form {
    max-width: 477px;
    margin: 60px auto 0;
  }
  .commonmenu .reg-content .form-group {
    margin-bottom: 24px;
    position: relative;
  }
  .commonmenu .reg-content .form-group i {
    position: absolute;
    right: 0;
    top: 20px;
    right: 5px;
    font-size: 30px;
    color: #84c6b4;
  }
  .commonmenu .reg-content .form-group .fa-envelope {
    color: #77b755;
  }
  .commonmenu .reg-content .form-group .fa-volume-control-phone {
    color: #8c6bc1;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .commonmenu .reg-content .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, .3);
    color: #fff;
    height: 67px;
    box-shadow: none;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .reg-content .btn-default {
    color: #2a2d2e;
    border: 1px solid #2a2d2e;
    height: 60px;
    box-shadow: none;
    font-size: 14px;
    border-radius: 45px;
    padding: 0 63px;
    background: none;
    text-shadow: none;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.37s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .reg-content .btn-default:hover {
    color: #fff;
    border: 1px solid #7443ff;
    background: #7443ff;
    /*++++ Print Page ++++*/
  }
  .commonmenu .print-page {
    background: #fff;
    color: #4c4c4c;
    font-family: 'Roboto', Arial, Helvetica;
  }
  .commonmenu .print-header {
    padding: 20px 0;
  }
  .commonmenu .print-logo {
    font-size: 20px;
    font-family: 'Roboto', Arial, Helvetica;
    font-weight: 900;
    text-align: center;
  }
  .commonmenu .print-logo a {
    color: #262626;
    display: block;
  }
  .commonmenu .print-logo:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100px;
    background: #9c27b0;
    position: relative;
    top: 30px;
  }
  .commonmenu .print-banner {
    padding: 43px 30px;
    background: #f5f5f5;
    text-align: center;
  }
  .commonmenu .print-banner img {
    margin: auto;
  }
  .commonmenu .section-p {
    padding: 150px 0;
  }
  .commonmenu .section-p h2 {
    font-family: 'Roboto', Arial, Helvetica;
    font-size: 70px;
    font-weight: 100;
    padding-bottom: 30px;
    text-transform: uppercase;
    position: relative;
  }
  .commonmenu .section-p h2.o-line:after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: #ff5722;
    position: absolute;
    left: 7px;
    bottom: 55px;
  }
  .commonmenu .hd-content {
    padding-right: 40px;
  }
  .commonmenu .hd-content strong {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    padding: 20px 0;
    font-style: italic;
  }
  .commonmenu .hd-content p {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
    line-height: 32px;
  }
  .commonmenu .hd-content a {
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 25px 12px;
    font-size: 15px;
    font-weight: 700;
    color: #4c4c4c;
    margin: 20px 0;
    text-transform: uppercase;
    --hover: #9c27b0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .commonmenu .hd-content a:hover {
    box-shadow: inset 16em 0 0 0 var(--hover);
    color: #fff;
    border: 1px solid #9c27b0;
  }
  .commonmenu .hd-sample span {
    display: block;
    font-weight: 300;
    padding: 20px 0 55px;
    font-size: 12px;
  }
  .commonmenu .hd-sample strong {
    display: block;
    font-size: 16px;
  }
  .commonmenu .hd-content.title-o strong {
    font-style: normal;
    font-weight: 800;
  }
  .commonmenu .hd-content.title-o a {
    color: #fe2d2d;
  }
  .commonmenu .hd-content.title-o a:hover {
    color: #fff;
  }
  .commonmenu .line-org {
    display: block;
    width: 90px;
    height: 4px;
    background: #ff5722;
    position: absolute;
    left: 7px;
    bottom: 55px;
    position: relative;
    left: -45px;
    top: 0px;
  }
  .commonmenu .fv-list img {
    box-shadow: 8px 8px 5px 5px rgba(0, 0, 0, .2);
    margin: 0 auto;
  }
  .commonmenu .hd-sample span:before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 40px;
    background: url(../images/print-icon.png) no-repeat;
    float: left;
    position: relative;
    top: -6px;
  }
  .commonmenu .hd-sample span:after {
    clear: both;
    content: '';
    display: block;
  }
  .commonmenu .hd-sample span.snw:before {
    background-position: 0 -102px;
  }
  .commonmenu .hd-sample span.sbw:before {
    background-position: 0 -211px;
  }
  .commonmenu .hd-sample span.crop-1:before {
    background-position: -207px 4px;
  }
  .commonmenu .hd-sample span.shm:before {
    background-position: -370px 3px;
  }
  .commonmenu .hd-sample span.sal:before {
    background-position: -370px -109px;
    top: 5px;
  }
  .commonmenu .hd-sample span.smi:before {
    background-position: -370px -217px;
  }
  .commonmenu .section-outfit-of-the-day {
    padding: 20px 0;
  }
  .commonmenu .order-list strong {
    font-size: 30px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    padding-top: 15px;
  }
  .commonmenu .order-list a {
    font-size: 16px;
    font-weight: 900;
    color: #4c4c4c;
  }
  .commonmenu .canvas-list:after {
    display: block;
    content: '';
    clear: both;
  }
  .commonmenu .c-item {
    border: 1px solid #4c4d4c;
    width: 45%;
    margin: 0;
    clear: both;
  }
  .commonmenu .canvas-list > div:nth-child(even) {
    float: right;
    clear: both;
  }
  .commonmenu .c-item img {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: -1;
  }
  .commonmenu .c-item > div {
    padding: 0;
  }
  .commonmenu .c-item > .c-item-description {
    padding: 40px;
  }
  .commonmenu .c-item span {
    display: block;
    color: #808080;
    font-size: 14px;
    margin: 0 0 23px 0;
    font-weight: 300;
  }
  .commonmenu .c-item strong {
    display: block;
    font-size: 30px;
    margin: 0 0 50px 0;
    font-weight: 300;
  }
  .commonmenu .c-item strong i {
    font-style: normal;
    display: block;
  }
  .commonmenu .c-item strong em {
    font-style: normal;
    display: inline-block;
    font-size: 16px;
    color: #f00;
    text-transform: uppercase;
  }
  .commonmenu .c-item a {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: #4c4c4c;
  }
  .commonmenu .section-canvas-print .btnn-block {
    clear: both;
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 25px 12px;
    font-size: 15px;
    font-weight: 700;
    color: #4c4c4c;
    margin: 20px 0;
    --hover: #9c27b0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .commonmenu .section-canvas-print .btnn-block:hover {
    box-shadow: inset 11em 0 0 0 var(--hover);
    color: #fff;
    border: 1px solid #9c27b0;
  }
  .commonmenu .size-list a {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #4c4c4c;
    -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;
  }
  .commonmenu .size-list a:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: rotate(90deg);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .commonmenu .size-list a img {
    display: block;
    margin: 20px auto;
  }
  .commonmenu .section-wall-print h2 {
    text-align: center;
  }
  .commonmenu .section-wall-print {
    padding: 20px 0;
  }
  .commonmenu .wall-list {
    margin: 0 50px;
  }
  .commonmenu .wall-list a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #4c4c4c;
    -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;
  }
  .commonmenu .wall-list a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: rotate(90deg);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .commonmenu .wall-list a img.img-responsive {
    margin: 20px auto;
    box-shadow: -5px 5px 12px 3px rgba(0, 0, 0, .3);
    background: #b1babf;
  }
  .commonmenu .wall-list a img.web-icon {
    margin: 0 3px;
  }
  .commonmenu .section-acrylin-360 {
    padding: 20px 0;
  }
  .commonmenu .section-acrylin-360 h2 {
    text-align: right;
  }
  .commonmenu .section-testimonial {
    background: #fafafa;
    padding: 100px 0;
  }
  .commonmenu .moostache-icon {
    padding-top: 60px;
  }
  .commonmenu .pagination {
    display: block;
    text-align: center;
  }
  .commonmenu .modal-section .modal-header {
    background: #f2f0f0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    border-bottom: 4px solid #1c925f;
  }
  .commonmenu .modal-section .modal-header h4 {
    font-size: 25px;
    font-weight: 500;
  }
  .commonmenu .modal-section .modal-header b {
    font-size: 18px;
    font-weight: 500;
  }
  .commonmenu .modal-footer {
    text-align: center;
    border: 0;
    margin-top: 0;
  }
  .commonmenu .modal-body {
    padding-bottom: 0;
  }
  .commonmenu .modal-footer .btn-success {
    background: #1c925f;
    border-radius: 4px;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 15px;
    border: 0;
  }
  .commonmenu .modal-header .close {
    margin-top: -2px;
    position: relative;
    top: -28px;
    right: -28px;
    background: url(../images/close.png) no-repeat center center #484848;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 30px;
    text-shadow: none;
    color: #fff;
    text-indent: -9999px;
    /*++++ Ancient Future Page ++++*/
  }
  .commonmenu .ancient-page {
    background: #fff;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
  }
  .commonmenu .ancient-header {
    background: url(../images/ancient-tuture/ancient-head-bg.jpg) no-repeat top center/cover;
    position: relative;
    height: 200vh;
  }
  .commonmenu .ancient-head-img {
    position: relative;
    z-index: 10;
    opacity: 0;
  }
  .commonmenu .ancient-header-content {
    position: absolute;
    z-index: 111;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
  }
  .commonmenu .ancient-header-content .navbar-default .navbar-nav > li > a {
    padding: 13px 16px;
    text-transform: none;
  }
  .commonmenu .ancient-header-content .header-title {
    color: #fff;
    padding-top: 70vh;
    padding-left: 70px;
  }
  .commonmenu .ancient-header-content .header-title strong {
    display: block;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .commonmenu .ancient-header-content .header-title b {
    display: block;
    font-weight: normal;
  }
  .commonmenu .ancient-header-content .header-title em {
    display: block;
    font-family: 'Felipa', Arial, Helvetica, sans-serif;
    font-size: 35px;
    padding: 20px 0 0;
    letter-spacing: 4px;
    font-style: normal;
  }
  .commonmenu .container-in {
    max-width: 70%;
    margin: 0 auto;
  }
  .commonmenu .post-title {
    text-align: center;
  }
  .commonmenu .post-title h2 {
    color: #000;
    text-transform: none;
    font-size: 71px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .commonmenu .post-title strong {
    display: block;
    font-family: 'Felipa', Arial, Helvetica, sans-serif;
    font-size: 35px;
    padding: 40px 0 50px;
    letter-spacing: 4px;
    font-weight: normal;
    color: #000;
  }
  .commonmenu .post-title .posted-date {
    font-size: 25px;
    padding: 20px 0;
    font-weight: normal;
    color: #000;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
  }
  .commonmenu .post-title b {
    display: inline-block;
    font-size: 23px;
    padding: 20px 0;
    color: #000;
    border-bottom: 2px solid #dddee8;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .commonmenu .post-title b a {
    color: #000;
  }
  .commonmenu .post-title b i {
    margin-left: 10px;
  }
  .commonmenu .post-title .posted-date i {
    margin-right: 10px;
  }
  .commonmenu .post-details {
    padding: 100px 0;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #000;
  }
  .commonmenu .post-details h3 {
    padding: 15px 0;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
  }
  .commonmenu .post-details h2 {
    font-size: 50px;
    font-style: italic;
    font-weight: 500;
    line-height: 105px;
    max-width: 85%;
    text-transform: none;
    margin: auto;
  }
  .commonmenu .post-content {
    padding: 25px 0;
  }
  .commonmenu .post-img {
    padding: 25px 0;
  }
  .commonmenu .border-line {
    border-bottom: 2px solid #dddee8;
    padding: 150px 0 0;
  }
  .commonmenu .story-heading {
    color: #000;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding-bottom: 100px;
  }
  .commonmenu .story-heading h2 {
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-size: 85px;
    color: #000;
    text-transform: none;
  }
  .commonmenu .story-heading h2 span {
    display: block;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
    color: #000;
    padding: 16px 0;
  }
  .commonmenu .story-heading p {
    display: block;
    padding-top: 100px;
  }
  .commonmenu .section-visual-story {
    position: relative;
  }
  .commonmenu .story-picture .story-picc img {
    width: 100%;
  }
  .commonmenu .story-picture .row {
    margin: 0;
  }
  .commonmenu .story-picture a {
    display: block;
    margin-bottom: 15px;
    padding: 35px;
  }
  .commonmenu .modal-link {
    text-align: center;
  }
  .commonmenu .modal-link a {
    display: inline-block;
    font-size: 22px;
    padding: 20px 0;
    color: #000;
    border-bottom: 2px solid #dddee8;
  }
  .commonmenu .modal-link a i {
    margin-left: 10px;
  }
  .commonmenu .next-story {
    padding-top: 70px;
    text-align: center;
    color: #000;
  }
  .commonmenu .next-story img {
    margin: auto;
  }
  .commonmenu .next-story .next-vs {
    font-size: 22px;
    color: #000;
  }
  .commonmenu .next-story p {
    font-size: 34px;
    padding: 36px;
    line-height: 60px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
  }
  .commonmenu .next-story .vs-link {
    display: inline-block;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #000;
    padding: 16px 33px;
    border: 1px solid #000;
    -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;
  }
  .commonmenu .next-story .vs-link:hover {
    color: #fff;
    background: #000;
  }
  .commonmenu .visual-story-container {
    position: relative;
    margin-bottom: 200px;
  }
  .commonmenu .app-prev {
    position: absolute;
    left: -50px;
    top: 40%;
    font-size: 80px;
    color: #ccc;
  }
  .commonmenu .app-next {
    position: absolute;
    right: -50px;
    top: 40%;
    font-size: 80px;
    color: #ccc;
  }
  .commonmenu .ancient-footer {
    background: #111213;
    padding: 150px 0 50px;
    color: #fff;
    position: relative;
  }
  .commonmenu .ancient-footer h3 {
    text-align: center;
    font-size: 37px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    padding: 16px 0 30px;
    font-weight: normal;
  }
  .commonmenu .news-letter {
    max-width: 550px;
    margin: auto;
  }
  .commonmenu .news-letter span {
    display: block;
    padding: 10px 0;
  }
  .commonmenu .news-letter .row {
    margin: 0;
  }
  .commonmenu .news-letter .row > div {
    padding: 0;
  }
  .commonmenu .news-letter input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    font-size: 18px;
  }
  .commonmenu .news-letter input.btn {
    background: #ff8c00;
    border: 1px solid #000;
    box-shadow: none;
    text-shadow: none;
  }
  .commonmenu .news-letter input.form-control::placeholder {
    color: #000;
    opacity: 1;
  }
  .commonmenu .news-letter input.form-control:-ms-input-placeholder {
    color: #000;
  }
  .commonmenu .news-letter input.form-control::-ms-input-placeholder {
    color: #000;
  }
  .commonmenu .instagram-link {
    text-align: center;
    font-size: 35px;
    padding: 200px 0 0;
    font-weight: normal;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
  }
  .commonmenu .instagram-link i {
    display: block;
    /*font-size:120px;*/
    margin: 0 auto 20px;
  }
  .commonmenu .instagram-link a {
    display: block;
    -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;
  }
  .commonmenu .instagram-link a:hover {
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .commonmenu .instagram-link i img {
    max-width: 108px;
    height: auto;
  }
  .commonmenu .anc-bottom-footer {
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    padding: 150px 50px 0;
  }
  .commonmenu .social-media-icon {
    float: left;
    text-align: center;
    padding: 15px 70px 0;
  }
  .commonmenu .social-media-icon a {
    display: inline-block;
    margin: 10px 10px 20px;
    -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;
  }
  .commonmenu .social-media-icon a:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .commonmenu .social-media-icon a img {
    width: 33px;
    height: auto;
  }
  .commonmenu .social-media-icon span {
    display: block;
    font-size: 17px;
    padding-top: 5px;
  }
  .commonmenu .ancient-copyright {
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
  }
  .commonmenu .ancient-copyright i {
    color: #f00;
  }
  .commonmenu .ancient-copyright .cl-yellow {
    color: #ff8c00;
  }
  .commonmenu .border-line2 {
    border-bottom: 1px solid #232426;
    padding-top: 35px;
  }
  .commonmenu .zoom-img-cc {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    padding: 1px 0;
  }
  .commonmenu .zoom-img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    /*++++ Ancient Future Home ++++*/
  }
  .commonmenu .ancient-row {
    margin: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
  .commonmenu .ancient-row .col-sm-6 {
    padding: 0;
    height: 100vh;
  }
  .commonmenu .half-background {
    background: url(../images/ancient-tuture/ancient-head-bg.jpg) no-repeat center top/cover;
  }
  .commonmenu .half-background-2 {
    background: url(../images/ancient-tuture/acient-home-airbnb.jpg) no-repeat center top/cover;
  }
  .commonmenu .ancient-row .header-title {
    color: #000;
    position: absolute;
    left: 0;
    bottom: 100px;
    left: 50px;
  }
  .commonmenu .ancient-row .header-title strong {
    display: block;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .commonmenu .ancient-row .header-title b {
    display: block;
  }
  .commonmenu .ancient-row .header-title b img {
    width: 60%;
  }
  .commonmenu .ancient-row .header-title span {
    display: block;
    font-family: 'Felipa', Arial, Helvetica, sans-serif;
    font-size: 35px;
    padding: 20px 0 0;
    letter-spacing: 4px;
  }
  .commonmenu .ancient-row .header-title p {
    display: block;
    font-size: 23px;
    padding: 20px 0;
    max-width: 60%;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
  }
  .commonmenu .ancient-row .header-title a {
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 15px 30px;
    border: 1px solid #000;
    -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;
  }
  .commonmenu .ancient-row .header-title a:hover {
    color: #fff;
    background: #000;
  }
  .commonmenu .slick-dotted.slick-slider {
    margin: 0;
  }
  .commonmenu .slider {
    margin: 0;
    padding: 0;
  }
  .commonmenu .slick-slide {
    color: white;
    padding: 0;
    float: none;
  }
  .commonmenu .slick-prev::before, .commonmenu .slick-next::before {
    color: black;
  }
  .commonmenu .slick-prev, .commonmenu .slick-next {
    display: none !important;
  }
  .commonmenu .slick-dots {
    right: 15px;
    width: 25px;
  }
  .commonmenu .slick-vertical .slick-slide {
    height: 100vh;
    border: 0;
    outline: none;
  }
  .commonmenu .slick-dots li button {
    padding: 50px 5px;
  }
  .commonmenu .slick-dots li button:before {
    color: #fff;
  }
  .commonmenu .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
  }
  .commonmenu .slick-dots {
    right: 25px;
    width: 25px;
    bottom: 35%;
  }
  .commonmenu .ancient-row .header-title {
    opacity: 0;
    -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;
  }
  .commonmenu .slick-active .ancient-row .header-title {
    opacity: 1;
  }
  .commonmenu .slick-dots li button:before {
    left: 40%;
    /*++++ Preset Page ++++*/
  }
  .commonmenu .preset-header {
    position: relative;
    padding-top: 1px;
  }
  .commonmenu .gray-bg {
    background: #fcfcfc;
  }
  .commonmenu .preset-page .section-af {
    padding-top: 300px;
  }
  .commonmenu .preset-page .container-in {
    max-width: 86%;
  }
  .commonmenu #preset-header .item {
    background: #000;
  }
  .commonmenu #preset-header .item img {
    width: 100%;
    opacity: 0.8;
  }
  .commonmenu #preset-header .owl-controls {
    margin-top: -50px;
  }
  .commonmenu #preset-header .owl-controls .owl-page span {
    border: 1px solid #fff;
    background: none;
    position: relative;
    opacity: 1;
  }
  .commonmenu #preset-header .owl-controls .owl-page.active span {
    background: #fff;
    opacity: 1;
  }
  .commonmenu .preset-header-title {
    position: absolute;
    left: 40%;
    right: 40%;
    top: 39%;
    text-align: center;
    z-index: 10;
  }
  .commonmenu .preset-header-title strong {
    display: block;
    font-size: 23px;
    color: #7f7d7d;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-weight: normal;
  }
  .commonmenu .preset-header-title b {
    display: block;
    font-size: 55px;
    color: #fff;
    font-weight: normal;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 20px 0;
  }
  .commonmenu .preset-header-title a {
    display: inline-block;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    padding: 14px 40px 10px;
    font-size: 16px;
    color: #000;
    background: #fed4ca;
    letter-spacing: 1px;
    -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;
  }
  .commonmenu .preset-header-title a:hover {
    background: #e576c9;
  }
  .commonmenu .preset-shop-head {
    position: absolute;
    left: 100px;
    top: 40%;
    font-size: 15px;
    letter-spacing: 1px;
    background: #fff;
    padding: 40px 30px;
    max-width: 500px;
    z-index: 10;
  }
  .commonmenu .preset-header .preset-shop-head {
    padding: 60px 30px;
  }
  .commonmenu .preset-shop-head a {
    display: inline-block;
    padding: 18px 20px 14px;
    font-size: 11px;
    color: #fff;
    background: #000;
    letter-spacing: 1px;
    -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;
    letter-spacing: 3px;
  }
  .commonmenu .preset-shop-head a:hover {
    background: #e576c9;
  }
  .commonmenu .preset-shop-head i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 11px;
    cursor: pointer;
  }
  .commonmenu .preset-head-title {
    padding: 20px 0;
    text-align: center;
  }
  .commonmenu .preset-head-title h2 {
    font-size: 29px;
    padding-bottom: 15px;
    color: #000;
  }
  .commonmenu .preset-head-title strong {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
  }
  .commonmenu .preset-details {
    padding: 75px 0;
  }
  .commonmenu .preset-details h3 {
    font-size: 25px;
    padding-bottom: 15px;
    color: #000;
    margin: 0;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-weight: 100;
  }
  .commonmenu .preset-details h3 strong {
    font-weight: 700;
  }
  .commonmenu .preset-details p {
    font-size: 15px;
  }
  .commonmenu .preset-details .preset-offer img {
    margin: 0 10px;
  }
  .commonmenu .preset-details .preset-offer span {
    color: #fa0000;
    font-style: italic;
  }
  .commonmenu .text-p {
    padding: 30px;
  }
  .commonmenu .text-p p {
    line-height: 25px;
  }
  .commonmenu a.btn-add-to-cart {
    display: inline-block;
    padding: 18px 50px 14px;
    font-size: 15px;
    color: #fff;
    background: #272727;
    letter-spacing: 1px;
    -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;
    letter-spacing: 1px;
    border-radius: 2px;
  }
  .commonmenu a.btn-add-to-cart:hover {
    background: #e576c9;
  }
  .commonmenu .section-preset-gallery {
    padding: 20px 0 250px;
  }
  .commonmenu .preset-post-gallery {
    position: relative;
    padding: 0 55px;
  }
  .commonmenu .preset-post-gallery h4 {
    font-size: 18px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    font-weight: normal;
  }
  .commonmenu #preset-post .owl-item {
    padding: 12px;
  }
  .commonmenu #preset-post .owl-item .pp-img {
    background: #000;
  }
  .commonmenu #preset-post .owl-item img {
    width: 100%;
    opacity: 0.6;
    -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;
  }
  .commonmenu #preset-post .owl-item:hover img {
    opacity: 1;
  }
  .commonmenu .pp-img {
    background: #000;
  }
  .commonmenu .pp-img img {
    opacity: 0.6;
    width: 100%;
    -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;
  }
  .commonmenu .pp-img:hover img {
    opacity: 1;
  }
  .commonmenu .p-left {
    position: absolute;
    left: 0;
    top: 45%;
    font-size: 50px;
    color: #323233;
    padding: 0 20px;
  }
  .commonmenu .p-right {
    position: absolute;
    right: 0;
    top: 45%;
    font-size: 50px;
    color: #323233;
    padding: 0 20px;
  }
  .commonmenu .preset-post-shop {
    position: absolute;
    left: 80px;
    right: 80px;
    top: 23%;
    font-size: 15px;
    letter-spacing: 1px;
    background: #fff;
    padding: 15px 18px;
    z-index: 10;
  }
  .commonmenu .preset-post-shop b {
    display: block;
    font-size: 25px;
    letter-spacing: 3px;
    font-family: 'Maleah-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .commonmenu .preset-post-shop a {
    display: inline-block;
    padding: 12px 20px 10px;
    font-size: 11px;
    color: #fff;
    background: #1c1c1c;
    letter-spacing: 1px;
    -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;
    letter-spacing: 3px;
  }
  .commonmenu .preset-post-shop a:hover {
    background: #e576c9;
  }
  .commonmenu .preset-post-detail {
    display: block;
    font-size: 13px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #211f1f;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .commonmenu .preset-post-detail strong {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
  .commonmenu .preset-bread-crumbs {
    font-size: 16px;
    padding: 0;
  }
  .commonmenu .preset-large .row > div {
    padding: 0 25px;
  }
  .commonmenu .preset-large h3 {
    font-size: 38px;
    font-weight: 300;
    font-family: 'Abhaya Libre', Arial, Helvetica, sans-serif;
  }
  .commonmenu .preset-full {
    padding: 80px 0;
  }
  .commonmenu .preset-full h4 {
    font-size: 25px;
    font-family: 'Abhaya Libre', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .commonmenu .section-subscription {
    background: #fed3d2;
    padding: 64px 20px;
    text-align: center;
  }
  .commonmenu .section-subscription h3 {
    font-size: 28px;
    color: #000;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .commonmenu .section-subscription p {
    font-size: 12px;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
  }
  .commonmenu .subscribe-form {
    max-width: 516px;
    margin: 95px auto 0;
    background: #fff;
    padding: 7px;
  }
  .commonmenu .subscribe-form .form-control {
    border: 0;
    box-shadow: none;
    display: inline-block;
    width: 75%;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 17px;
    height: 44px;
  }
  .commonmenu .subscribe-form .btn-subscribe {
    border: 0;
    display: inline-block;
    width: 25%;
    padding: 5px 20px;
    background: #57c4d3;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: none;
    height: 44px;
    border-radius: 0;
    -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;
  }
  .commonmenu .subscribe-form .btn-subscribe:hover {
    background: #008fa3;
  }
  .commonmenu .subscribe-form .form-control::placeholder {
    color: #111213;
    opacity: 1;
  }
  .commonmenu .subscribe-form .form-control:-ms-input-placeholder {
    color: #111213;
  }
  .commonmenu .subscribe-form .form-control::-ms-input-placeholder {
    color: #111213;
  }
  .commonmenu .logo-photography {
    text-align: center;
    margin-bottom: 200px;
  }
  .commonmenu .logo-photography img {
    margin: auto;
  }
  .commonmenu .section-preset-story {
    padding-bottom: 300px;
  }
  .commonmenu .preset-story {
    margin-bottom: 50px;
  }
  .commonmenu .preset-story h4 {
    font-size: 36px;
    letter-spacing: 3px;
    font-family: 'Maleah-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .commonmenu .preset-story-row {
    margin-left: -3px;
    margin-right: -3px;
  }
  .commonmenu .preset-story-row .col-sm-6, .commonmenu .preset-story-row .col-sm-12 {
    padding: 3px;
  }
  .commonmenu .preset-story-row .preset-post-shop {
    left: 125px;
    right: 125px;
    top: 42%;
    padding: 30px;
  }
  .commonmenu .large-21 {
    margin-top: 50px;
  }
  .commonmenu .airbnb-title-font {
    font-size: 71px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .commonmenu .airbnb-title-font span.eva-font {
    display: inline-block;
    font-size: 90px;
    font-family: 'evaregular', Arial, Helvetica, sans-serif;
    padding: 0;
  }
  .commonmenu .airbnb-title-font span.copperplate-font {
    display: inline-block;
    font-size: 80px;
    font-family: 'copperplateregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 0;
    /*++++ Studio Rental Page ++++*/
  }
  .commonmenu .studio-page .article {
    position: relative;
    z-index: 1;
  }
  .commonmenu .studio-header {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
    background: url(../images/ancient-tuture/studio-rental-header.jpg) no-repeat center top/cover;
    height: 100vh;
  }
  .commonmenu .gray-bg2 {
    background: #f3eded;
  }
  .commonmenu .studio-header-title {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 35%;
    text-align: center;
    z-index: 1;
  }
  .commonmenu .studio-header-title p {
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .commonmenu .studio-header-title b {
    display: block;
    font-size: 88px;
    color: #fff;
    font-weight: normal;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 20px 0;
  }
  .commonmenu .studio-header-title a {
    display: inline-block;
    padding: 12px 30px 10px;
    font-size: 16px;
    color: #fff;
    background: #4ca49d;
    letter-spacing: 1px;
    border-radius: 30px;
    -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;
  }
  .commonmenu .studio-header-title a:hover {
    background: #e576c9;
  }
  .commonmenu .lable-head {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 4%;
    text-align: center;
    font-size: 50px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-weight: 100;
    color: #fff;
  }
  .commonmenu .studio-rental-title {
    padding: 20px 0;
  }
  .commonmenu .studio-rental-title h2 {
    font-size: 50px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: none;
    text-align: center;
  }
  .commonmenu .studio-rental-title strong {
    display: block;
    max-width: 73%;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #656262;
    font-weight: normal;
  }
  .commonmenu .studio-rental-img {
    padding: 20px 0;
    text-align: center;
  }
  .commonmenu .studio-rental-img img {
    margin-bottom: 45px;
  }
  .commonmenu .studio-rental-img a {
    display: inline-block;
    padding: 20px 45px 18px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #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;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    /* Old browsers */
    background: #fb995d;
    /* FF3.6-15 */
    background: -moz-linear-gradient(left, #fb995d 0%, #f94683 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, #fb995d 0%, #f94683 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to right, #fb995d 0%, #f94683 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb995d', endColorstr='#f94683',GradientType=1);
  }
  .commonmenu .studio-rental-img a:hover {
    background: #fb995d;
  }
  .commonmenu .studio-offer h4 {
    font-size: 43px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
  }
  .commonmenu .offer-outer {
    background: #fff;
    padding: 112px 20px 0px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 60px;
  }
  .commonmenu .offer-outer b {
    display: block;
    font-size: 18px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    padding: 20px 0;
    letter-spacing: 1px;
  }
  .commonmenu .offer-outer p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
  }
  .commonmenu .offer-outer a {
    display: inline-block;
    padding: 12px 30px 10px;
    font-size: 16px;
    color: #999595;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 10px;
    -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;
    position: relative;
    top: 32px;
  }
  .commonmenu .offer-outer a:hover {
    background: #e576c9;
    color: #fff;
  }
  .commonmenu .studio-clicks {
    overflow: hidden;
  }
  .commonmenu .studio-clicks img {
    width: 100%;
  }
  .commonmenu .studio-clicks .col-sm-6 {
    margin: 15px 0 15px;
  }
  .commonmenu .price-list h3 {
    padding: 200px 20px;
    font-size: 82px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 75px;
    /* Old browsers */
    background: #f94682;
    /* FF3.6-15 */
    background: -moz-linear-gradient(top, #f94682 1%, #fa9160 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #f94682 1%, #fa9160 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom, #f94682 1%, #fa9160 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f94682', endColorstr='#fa9160',GradientType=0);
  }
  .commonmenu .price-list-box {
    text-align: center;
    color: #222;
    padding: 0 25px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
  }
  .commonmenu .price-list-box b {
    display: block;
    font-size: 33px;
    border-bottom: 1px solid #414141;
    padding: 15px 0;
    font-weight: normal;
  }
  .commonmenu .price-list-box span {
    display: block;
    font-size: 25px;
    padding: 10px 0;
  }
  .commonmenu .price-list-box strong {
    display: block;
    font-size: 45px;
    font-weight: normal;
    padding: 10px 0;
  }
  .commonmenu .price-list-box u {
    display: block;
    font-size: 25px;
    text-decoration: none;
    padding: 10px 0;
  }
  .commonmenu .price-list-box .row {
    padding: 20px 0;
    border-bottom: 2px solid #414141;
    margin: 0 0 20px;
  }
  .commonmenu .price-list-box a {
    display: inline-block;
    padding: 15px 20px 12px;
    font-size: 16px;
    color: #fff;
    background: #4ca49d;
    letter-spacing: 1px;
    border-radius: 30px;
    -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;
  }
  .commonmenu .price-list-box a:hover {
    background: #e576c9;
  }
  .commonmenu .section-hire-me {
    background: #111;
    padding-top: 0;
  }
  .commonmenu .hire-me-form .row {
    margin: 0;
  }
  .commonmenu .green-coloumn {
    background: #26a53c;
    text-align: right;
    padding: 30px;
  }
  .commonmenu .height-green {
    min-height: 1100px;
  }
  .commonmenu .green-coloumn h3 {
    padding: 110px 20px 250px;
    font-size: 82px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 110px;
  }
  .commonmenu .form-coloumn {
    padding: 150px 120px 20px;
    color: #fff;
    font-size: 30px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
  }
  .commonmenu .form-coloumn p {
    padding-bottom: 35px;
    line-height: 35px;
  }
  .commonmenu .form-coloumn b {
    display: block;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .commonmenu .form-coloumn .p-small {
    padding-bottom: 30px;
    font-size: 18px;
  }
  .commonmenu .black-coloumn {
    background: #212121;
    text-align: right;
    padding: 30px;
  }
  .commonmenu .black-coloumn h3 {
    padding: 110px 20px 210px;
    font-size: 82px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 110px;
  }
  .commonmenu .hire-me-form-area {
    padding: 125px 0;
    max-width: 50%;
  }
  .commonmenu .hire-me-form-area .form-control {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
  }
  .commonmenu .hire-me-form-area textarea {
    height: auto;
    resize: none;
  }
  .commonmenu .hire-me-form-area .btn {
    padding: 125px 0;
  }
  .commonmenu .hire-me-form-area .form-group {
    margin-bottom: 30px;
  }
  .commonmenu .hire-me-form-area .i-line:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    border: 1px solid #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;
    opacity: 0;
  }
  .commonmenu .hire-me-form-area .i-line:hover:after {
    width: 100%;
    opacity: 1;
  }
  .commonmenu .hire-me-form-area .btn-form {
    display: block;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    -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;
  }
  .commonmenu .hire-me-form-area .btn-form:hover {
    border: 1px solid #26a53c;
    background: #26a53c;
  }
  .commonmenu .section-gears {
    background: #111;
  }
  .commonmenu .gears-list {
    color: #fff;
  }
  .commonmenu .gears-list h3 {
    padding: 150px 20px;
    font-size: 82px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 75px;
  }
  .commonmenu .gears-list-with {
    width: 20%;
  }
  .commonmenu .gear-list-box {
    padding: 15px;
    background: #9f3157;
    min-height: 465px;
    margin: 0 20px 62px 20px;
    position: relative;
  }
  .commonmenu .gear-large-box {
    min-height: 990px;
  }
  .commonmenu .gear-list-box b {
    display: block;
    font-size: 30px;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 15px 0;
  }
  .commonmenu .gear-list-box p {
    font-size: 15px;
    padding: 5px 0;
    line-height: 25px;
    text-transform: uppercase;
  }
  .commonmenu .gear-list-btn {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .commonmenu .gear-list-box a {
    display: inline-block;
    padding: 12px 30px 10px;
    font-size: 16px;
    color: #000;
    background: #fff;
    letter-spacing: 2px;
    border-radius: 10px;
    -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;
    position: relative;
    top: 25px;
  }
  .commonmenu .gear-list-box a:hover {
    background: #e576c9;
    color: #fff;
  }
  .commonmenu .section-faq {
    background: url(../images/ancient-tuture/faq-bg.png) no-repeat 0 25% #f5f5fb;
  }
  .commonmenu .faq-list h3 {
    font-size: 45px;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    text-align: center;
  }
  .commonmenu .faq-sub-title {
    display: block;
    margin-bottom: 75px;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
  }
  .commonmenu .faq-list-box {
    padding: 25px;
    border-radius: 25px;
    border-left: 10px solid #f9aa48;
    background: #fff;
    margin-bottom: 30px;
  }
  .commonmenu .faq-list-box b {
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    cursor: default;
  }
  .commonmenu .faq-list-box b:after {
    display: block;
    content: '+';
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    background: #ccc;
    color: #fff;
    font-size: 21px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 15px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    cursor: pointer;
  }
  .commonmenu .faq-list-box b.closed:after {
    content: '-';
    font-size: 33px;
    line-height: 10px;
  }
  .commonmenu .fad-details {
    display: none;
  }
  .commonmenu .faq-list-box p {
    font-size: 16px;
    line-height: 50px;
  }
  .commonmenu .faq-list-box a {
    font-size: 16px;
    color: #ff8d00;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
  }
  .commonmenu .faq-clear > div:nth-child(even) {
    clear: both;
    /*+++++Music Video+++++*/
  }
  .commonmenu .mixx-blend {
    position: relative;
    overflow: hidden;
    z-index: 100;
    height: 100vh;
  }
  .commonmenu .mixx-blend:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
  }
  @keyframes glitch-rouge {
    .commonmenu 0% {
      left: 0;
    }
    .commonmenu 10% {
      left: 3px;
    }
    .commonmenu 12% {
      left: 5px;
    }
    .commonmenu 26% {
      left: -5px;
    }
    .commonmenu 29% {
      left: 0;
    }
    .commonmenu 50% {
      left: 7px;
    }
    .commonmenu 69% {
      left: 4px;
    }
    .commonmenu 72% {
      left: -20px;
    }
    .commonmenu 100% {
      left: 0;
    }
  }
  @keyframes glitch-bleu {
    .commonmenu 0% {
      top: 0;
    }
    .commonmenu 5% {
      top: 3px;
    }
    .commonmenu 20% {
      top: 5px;
    }
    .commonmenu 55% {
      top: -5px;
    }
    .commonmenu 45% {
      top: 0;
    }
    .commonmenu 68% {
      top: 7px;
    }
    .commonmenu 82% {
      top: 4px;
    }
    .commonmenu 95% {
      top: -20px;
    }
    .commonmenu 100% {
      top: 0;
    }
  }
  .commonmenu .mixx {
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/ancient-tuture/music-video-oluse.jpg) no-repeat center center/120%;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .commonmenu .mixx2 {
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/ancient-tuture/music-video-hevinlasean.jpg) no-repeat center center/140%;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .commonmenu .mixx3 {
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/ancient-tuture/tokyo-video-head-1.jpg) no-repeat center center/120%;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .commonmenu .mixx4 {
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/ancient-tuture/tokyo-video-head-2.jpg) no-repeat center center/120%;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .commonmenu .mixx:after, .commonmenu .mixx2:after, .commonmenu .mixx3:after, .commonmenu .mixx4:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .commonmenu .rouge {
    animation: glitch-rouge 2s infinite;
    z-index: 101;
  }
  .commonmenu .bleu {
    animation: glitch-bleu 1s infinite;
    z-index: 102;
  }
  .commonmenu .vert {
    z-index: 102;
  }
  .commonmenu .rouge:after {
    mix-blend-mode: darken;
    background-color: red;
  }
  .commonmenu .bleu:after {
    mix-blend-mode: darken;
    background-color: blue;
  }
  .commonmenu .vert:after {
    mix-blend-mode: darken;
    background-color: green;
  }
  .commonmenu .music-header, .commonmenu .tokyo-video-head {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .commonmenu .music-header-title {
    position: absolute;
    left: 20%;
    max-width: 25%;
    top: 45%;
    z-index: 109;
  }
  .commonmenu .music-header-title p {
    display: block;
    font-size: 17px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: normal;
    margin-bottom: 75px;
    line-height: 25px;
    position: relative;
  }
  .commonmenu .music-header-title p:before {
    display: block;
    content: '';
    width: 19px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: 13px;
    -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;
  }
  .commonmenu .music-header-title p:hover:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .commonmenu .music-header-title a {
    position: relative;
    display: inline-block;
    padding: 12px 68px 10px;
    font-size: 19px;
    color: #fff;
    background: #ef9135;
    letter-spacing: 10px;
    border-radius: 15px;
    text-transform: uppercase;
    margin-left: 40%;
    -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;
  }
  .commonmenu .music-header-title a i {
    position: absolute;
    left: -40px;
    top: 6px;
    font-size: 36px;
    -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;
  }
  .commonmenu .music-header-title a:hover i {
    left: -70px;
  }
  .commonmenu .music-header-title a:hover {
    background: #e576c9;
  }
  .commonmenu .music-lable-head {
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 104px;
    color: #fff;
    font-family: 'centauriregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 20px;
    z-index: 109;
  }
  .commonmenu .music-header .foot-bottom {
    position: absolute;
  }
  .commonmenu .foot-bottom {
    position: fixed;
    bottom: 5%;
    left: 4%;
    right: 4%;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    letter-spacing: 3px;
    z-index: 10;
  }
  .commonmenu .foot-bottom span {
    display: inline-block;
    padding: 0 20px;
  }
  .commonmenu .foot-bottom span i {
    padding: 0 10px;
  }
  .commonmenu .foot-bottom span a:hover i {
    -webkit-animation: swingg 1s infinite linear;
    animation: swingg 1s infinite linear;
  }
  .commonmenu .foot-bottom span a {
    color: #fff;
    display: inline-block;
  }
  .commonmenu .foot-bottom a {
    color: #fff;
  }
  .commonmenu .foot-bottom span.esc:before {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background: #e46b6b;
    margin-bottom: 5px;
    -webkit-animation: upslide 1.1s infinite linear;
    animation: upslide 1.1s infinite linear;
    position: absolute;
    top: -20px;
    left: 40px;
  }
  @-webkit-keyframes upslide {
    .commonmenu 0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .commonmenu 50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .commonmenu 100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes upslide {
    .commonmenu 0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .commonmenu 50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .commonmenu 100% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }
  @-webkit-keyframes swingg {
    .commonmenu 0% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
    .commonmenu 25% {
      -moz-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    .commonmenu 50% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
    .commonmenu 75% {
      -moz-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-40px);
    }
    .commonmenu 100% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes swingg {
    .commonmenu 0% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
    .commonmenu 25% {
      -moz-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    .commonmenu 50% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
    .commonmenu 75% {
      -moz-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    .commonmenu 100% {
      -moz-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes scrolldown {
    .commonmenu 0% {
      background-position: 0 100%;
    }
    .commonmenu 75% {
      background-position: 0 0;
    }
    .commonmenu 100% {
      background-position: 0 -100%;
    }
  }
  .commonmenu .foot-bottom:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #4397ff;
    position: absolute;
    left: 34%;
    top: 0;
    background: linear-gradient(to bottom, #4397ff 50%, rgba(99, 203, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  .commonmenu .liness {
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 20px;
    background: linear-gradient(to bottom, #e46b6b 50%, rgba(99, 203, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    position: relative;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  .commonmenu .liness:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: -4px;
    background: linear-gradient(to bottom, #fff 50%, rgba(99, 203, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 1.9s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .commonmenu .liness:before {
    display: block;
    content: '';
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    top: 40px;
    right: -12px;
    background: linear-gradient(to bottom, #fff 50%, rgba(99, 203, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 3.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .commonmenu .line-nav:before {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background: #e46b6b;
    position: absolute;
    top: 45px;
    right: 16px;
    background: linear-gradient(to bottom, #e46b6b 50%, rgba(99, 203, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 1.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  .commonmenu .section-hevinlasean {
    padding: 0;
  }
  .commonmenu .section-hevinlasean .sm-video video {
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
  .commonmenu .music-services h4 {
    font-size: 29px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 20px 0;
    letter-spacing: 17px;
    text-transform: uppercase;
  }
  .commonmenu .music-services .s-margin {
    margin-left: 25.5%;
    border-top: 2px solid #dbdbdb;
    padding: 40px 0 0;
  }
  .commonmenu .services-outer b {
    display: block;
    font-size: 14px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 20px 0;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .commonmenu .services-outer p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .commonmenu .services-outer a {
    display: inline-block;
    font-size: 13px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .commonmenu .services-outer a:hover {
    color: #ef9135;
  }
  .commonmenu .current-sym {
    padding-top: 80px;
  }
  .commonmenu .current-sym span {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    position: relative;
  }
  .commonmenu .current-sym span.gg {
    color: #c1d452;
  }
  .commonmenu .current-sym i {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-style: normal;
  }
  .commonmenu .current-sym span:after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: #b8b7b7;
    position: absolute;
    top: 18px;
    z-index: -1;
  }
  .commonmenu .current-sym span:before {
    display: block;
    content: '';
    height: 3px;
    width: 50px;
    background: #000;
    position: absolute;
    right: 2px;
    top: 18px;
  }
  .commonmenu .current-sym span.gg:before {
    background: #c1d452;
  }
  .commonmenu .cur-img {
    margin-bottom: 30px;
    position: relative;
    top: -45px;
  }
  .commonmenu .work-btn {
    padding: 30px 0;
  }
  .commonmenu .work-btn a {
    display: inline-block;
    font-size: 14px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 10px 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #e5e5e5;
    -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;
  }
  .commonmenu .work-btn a:hover {
    background: #ef9135;
  }
  .commonmenu .section-request-music {
    background: #30343b;
    text-align: center;
    position: relative;
  }
  .commonmenu .section-request-music:before {
    display: block;
    content: '';
    border-left: 0 solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 200px solid #30343b;
    position: absolute;
    top: -200px;
  }
  .commonmenu .section-request-music h4 {
    font-size: 29px;
    margin: 0 0 40px;
    padding: 0;
    color: #fff;
    text-align: left;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 10px;
  }
  .commonmenu .section-request-music a {
    display: inline-block;
    font-size: 14px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    padding: 10px 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #30343b;
    -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;
    border: 1px solid #e7e8eb;
    position: relative;
    left: 180px;
  }
  .commonmenu .section-request-music a:hover {
    background: #ef9135;
  }
  .commonmenu .cinematic-img {
    color: #000;
    padding-right: 100px;
  }
  .commonmenu .cinematic-img strong {
    display: block;
    text-align: center;
    font-size: 29px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 8px;
    padding: 15px 0;
  }
  .commonmenu .cinematic-content {
    color: #000;
    padding-left: 100px;
  }
  .commonmenu .cinematic-content b {
    display: block;
    font-size: 29px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 20px;
    padding: 0 0 15px;
  }
  .commonmenu .cinematic-content p {
    font-size: 21px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 15px 0;
  }
  .commonmenu .cinematic-content p a {
    color: #c7f109;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
  }
  .commonmenu .section-map {
    background: url(../images/ancient-tuture/map-big.jpg) no-repeat center top/cover;
    position: relative;
  }
  .commonmenu .map-form {
    margin: 0;
    background: #f7f7f9;
    position: relative;
    z-index: 2;
  }
  .commonmenu .address-info {
    color: #000;
    padding: 42px 30px;
    line-height: 23px;
  }
  .commonmenu .address-info .bbb {
    font-size: 21px;
    padding-bottom: 35px;
    padding-left: 50px;
  }
  .commonmenu .address-info .ppp {
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-bottom: 35px;
  }
  .commonmenu .address-info .ppp p {
    font-size: 19px;
  }
  .commonmenu .address-info .ppp a {
    color: #000;
  }
  .commonmenu .music-video-form {
    background: #31343b;
    padding: 30px;
    color: #fff;
  }
  .commonmenu .music-video-form b {
    display: block;
    padding: 15px 0;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .commonmenu .music-video-form p {
    text-align: center;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    padding: 15px 0;
    letter-spacing: 1px;
  }
  .commonmenu .music-video-form .hire-me-form-area {
    max-width: none;
    padding: 30px 0;
  }
  .commonmenu .music-video-form .hire-me-form-area .btn-form {
    border-color: #31343b;
    border-bottom-color: #c1d452;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    -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;
  }
  .commonmenu .music-video-form .hire-me-form-area .btn-form:hover {
    background: #ef9135;
  }
  .commonmenu .form-msg {
    font-size: 11px;
    padding: 30px 0 0;
  }
  .commonmenu .on-foot {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 300px 5% 0;
  }
  .commonmenu .on-foot span.esc:before {
    top: -50px;
  }
  .commonmenu .foot-copy-right {
    text-align: right;
    /*+++++TOKYO VIDEO EXPERIeNCE+++++*/
  }
  .commonmenu .music-page .article {
    z-index: 1;
    position: relative;
  }
  .commonmenu .tokyo-video-second {
    margin-top: 100vh;
    position: relative;
    z-index: 10;
  }
  .commonmenu .tokyo-video-head .music-lable-head {
    top: 15%;
    bottom: auto;
  }
  .commonmenu .tokyo-video-head .music-header-title {
    top: 55%;
  }
  .commonmenu .tokyo-video-head .music-lable-head span {
    display: block;
    font-size: 28px;
    letter-spacing: 22px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
  }
  .commonmenu .tokyo-video-head .music-header-title a {
    background: #ef9135;
  }
  .commonmenu .tokyo-cur-img .cur-img {
    top: 10px;
  }
  .commonmenu .map-full {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .commonmenu .map-full iframe {
    width: 100%;
    height: 100%;
    /*+++++Private Booking+++++*/
  }
  .commonmenu .welcome-message h1 {
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
  }
  .commonmenu .private-booking-page .reviews i {
    font-size: 34px;
  }
  .commonmenu .sec-similar-past {
    background: url(../images/ancient-tuture/pb-bg-1.jpg) no-repeat center center/cover #1c925f;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .commonmenu .spp-heading {
    margin: 0 50px 25px;
  }
  .commonmenu .sp-images {
    padding: 30px;
  }
  .commonmenu .sp-images b {
    display: block;
    font-size: 109px;
    color: #000;
  }
  .commonmenu .sp-images b span {
    display: block;
    font-weight: normal;
  }
  .commonmenu .sp-images p {
    font-size: 30px;
    color: #000;
    padding-top: 200px;
  }
  .commonmenu .sp-images img {
    margin: 75px auto;
    width: 90%;
  }
  .commonmenu .sp-images .gal-btn {
    display: block;
    text-align: center;
  }
  .commonmenu .sp-images .gal-btn a {
    display: inline-block;
    font-size: 25px;
    padding: 20px 0;
    color: #000;
    border-bottom: 2px solid #dddee8;
    color: #000;
  }
  .commonmenu .sp-images .gal-btn a:hover {
    color: #e56600;
  }
  .commonmenu .sp-images .gal-btn a i {
    margin-left: 10px;
  }
  .commonmenu .section-visual-story-pb {
    background: url(../images/ancient-tuture/pb-bg-1.jpg) no-repeat center center/cover #1c925f;
    padding-bottom: 0;
  }
  .commonmenu .section-extra-editing {
    background: url(../images/ancient-tuture/pb-bg-1.jpg) no-repeat center center/cover #1c925f;
  }
  .commonmenu .extra-editing-tv {
    text-align: center;
  }
  .commonmenu .extra-editing-tv h3 {
    font-size: 126px;
    padding: 75px 0;
    color: #000;
    margin: 0;
    font-family: 'copperplateregular', Arial, Helvetica, sans-serif;
  }
  .commonmenu .extra-editing-tv img {
    margin: 0 auto;
  }
  .commonmenu .section-extra-editing .section-plans-list {
    padding: 75px 0 0;
  }
  .commonmenu .section-plans-list h5 {
    text-align: center;
    font-size: 46px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 0 0 50px;
  }
  .commonmenu .section-plans-list .bot-text {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 36px 0 0;
    text-align: center;
    line-height: 40px;
  }
  .commonmenu .plan-box strong {
    display: block;
    color: #0fc754;
    font-size: 15px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 3px;
  }
  .commonmenu .section-extra-editing .price-list h3 {
    margin-top: 0;
  }
  .commonmenu .sec-digital {
    background: url(../images/computer.jpg) no-repeat right bottom, url(../images/ancient-tuture/pb-bg-1.jpg) no-repeat center center/cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .commonmenu .section-tokyo-2020 {
    background: url(../images/ancient-tuture/pb-bg-1.jpg) no-repeat center center/cover #1c925f;
    padding-bottom: 150px;
  }
  .commonmenu .tokyo-heading {
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 75px;
    background: #f94682;
    background: -moz-linear-gradient(top, #f94682 1%, #fa9160 100%);
    background: -webkit-linear-gradient(top, #f94682 1%, #fa9160 100%);
    background: linear-gradient(to bottom, #f94682 1%, #fa9160 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f94682', endColorstr='#fa9160',GradientType=0);
  }
  .commonmenu .tokyo-heading h3 {
    font-size: 110px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0 0 20px;
  }
  .commonmenu .tokyo-heading b {
    display: block;
    font-size: 35px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .commonmenu .section-tokyo-2020 .sp-images img {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, .5);
  }
  .commonmenu .perssonal-photographer {
    background: url(../images/ancient-tuture/personal-photographer.png) no-repeat center 100px;
    padding: 150px 0 0;
  }
  .commonmenu .perssonal-photographer img {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, .5);
  }
  .commonmenu .perssonal-photographer h2 {
    font-family: 'Oswald', Arial, Helvetica;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: none;
  }
  .commonmenu .perssonal-photographer b {
    display: block;
    font-size: 40px;
    font-weight: 900;
  }
  .commonmenu .perssonal-photographer .nomar {
    margin-top: 140px;
  }
  .commonmenu .no-title {
    padding-top: 150px;
  }
  .commonmenu .hakone-title {
    display: block;
    text-align: center;
    font-size: 46px;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 150px 0 50px;
  }
  .commonmenu .perssonal-photographer2 {
    padding: 75px 0 0;
  }
  .commonmenu .perssonal-photographer2 .plan-box {
    font-size: 13px;
    /*+++++Spiritual Machines Home Page+++++*/
  }
  .commonmenu .spiritual-background {
    background: url(../images/spritual-machine/bg-home.jpg) no-repeat center center/cover;
  }
  .commonmenu .bg-sm-home.spiritual-background {
    background: url(../images/spritual-machine/bg-sm-home-tex.jpg) no-repeat center center/cover;
  }
  .commonmenu .bg-sm-home .sm-video video {
    opacity: 0.3;
  }
  .commonmenu .background:before {
    background-color: rgba(0, 0, 0, 0);
  }
  .commonmenu .sm-logo-text {
    font-size: 27px;
    color: #fff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 100;
  }
  .commonmenu .sm-logo-text a {
    color: #fff;
    display: block;
  }
  .commonmenu .sm-logo-text a img {
    max-width: 200px;
  }
  .commonmenu .sm-logo-text span {
    display: block;
    font-size: 13px;
  }
  .commonmenu .sm-header-content {
    position: absolute;
    z-index: 201;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px;
  }
  .commonmenu .sm-header-content .navbar_menu {
    font-family: 'Maleah-Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
  .commonmenu .sm-header-content .navbar-default .navbar-nav > li > a {
    padding: 13px 16px;
    text-transform: none;
    font-weight: normal;
  }
  .commonmenu .sm-header-title {
    color: #fff;
    position: absolute;
    left: 23%;
    top: 30%;
    right: 0;
  }
  .commonmenu .sm-header-title strong {
    display: block;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 0 147px 0;
    font-weight: normal;
    letter-spacing: 9px;
    color: #bf3855;
  }
  .commonmenu .sm-header-title h2 {
    display: block;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-size: 79px;
    padding: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: -1px;
  }
  .commonmenu .sm-header-title b {
    display: block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 52px;
    padding: 0 0 20px 0;
  }
  .commonmenu .sm-header-title p {
    display: block;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding: 20px 0 0;
    letter-spacing: 2px;
  }
  .commonmenu a.btn-watch {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 14px 30px 9px;
    font-size: 15px;
    color: #fff;
    background: #3172c8;
    letter-spacing: 3px;
    border-radius: 25px;
    text-transform: uppercase;
    margin-right: 100px;
    -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;
    z-index: 12;
  }
  .commonmenu a.btn-watch:after {
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    right: -40px;
    top: 49%;
    background: #e46b6b;
    -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;
  }
  .commonmenu a.btn-watch:hover {
    background: #e46b6b;
  }
  .commonmenu a.btn-watch:hover:after {
    right: -60px;
    background: #3172c8;
  }
  .commonmenu .sm-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .commonmenu .sm-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    /*+++++Spiritual Machines Alexa Page+++++*/
  }
  .commonmenu .bg-alexa {
    background: url(../images/spritual-machine/bg-alexa.jpg) no-repeat center center/cover;
  }
  .commonmenu .bg-alexa-2 {
    background: url(../images/spritual-machine/bg-alexa-2.jpg) no-repeat center center/cover;
  }
  .commonmenu .alexa-header-title {
    position: absolute;
    left: 20%;
    max-width: 25%;
    top: 24%;
    color: #fff;
    z-index: 111;
  }
  .commonmenu .alexa-line {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, .7);
  }
  .commonmenu .alexa-header-title h2 {
    display: block;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-size: 40px;
    padding: 0 0 75px 0;
    font-weight: 500;
    margin-bottom: 0;
  }
  .commonmenu .alexa-header-title p {
    display: block;
    font-size: 17px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 75px;
    line-height: 25px;
    position: relative;
  }
  .commonmenu .alexa-header-title a {
    display: inline-block;
    position: relative;
    padding: 12px 30px 10px;
    font-size: 19px;
    color: #000;
    background: #ef9135;
    letter-spacing: 10px;
    border-radius: 15px;
    text-transform: uppercase;
    margin-left: 40px;
    -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;
  }
  .commonmenu .alexa-header-title a i {
    position: absolute;
    left: -40px;
    top: 6px;
    font-size: 36px;
    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;
  }
  .commonmenu .alexa-header-title a:hover {
    background: #e46b6b;
  }
  .commonmenu .alexa-header-title a:hover i {
    left: -20px;
  }
  .commonmenu .tag-line {
    display: block;
    font-size: 14px;
    letter-spacing: 7px;
    font-weight: normal;
    margin-bottom: 75px;
    font-family: 'sf_compact_displaythin', Arial, Helvetica, sans-serif;
  }
  .commonmenu .bread-line {
    display: block;
    position: absolute;
    left: 75px;
    top: 50%;
    color: #fff;
    font-size: 14px;
    letter-spacing: 7px;
    font-weight: normal;
  }
  .commonmenu .bread-line:before {
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 49%;
    background: #e46b6b;
    -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;
  }
  .commonmenu .bread-line:hover:before {
    left: -40px;
    background: #3172c8;
    /*+++++Spiritual Machines Calum Page+++++*/
  }
  .commonmenu .bg-calum {
    background: url(../images/spritual-machine/bg-calum.jpg) no-repeat center center/cover;
    /*+++++Spiritual Machines Proxy Master Page+++++*/
  }
  .commonmenu .bg-proxy {
    background: url(../images/spritual-machine/bg-proxy-master.jpg) no-repeat center center/cover;
  }
  .commonmenu .music-lable-head span {
    display: block;
    font-size: 30px;
    /*+++++Spiritual Machines Story Page+++++*/
  }
  .commonmenu .bg-story {
    background: url(../images/spritual-machine/bg-story.jpg) no-repeat center center/cover;
  }
  .commonmenu .story-page a {
    background: none;
    color: #fff;
  }
  .commonmenu .story-page a:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }
  .commonmenu .story-page a i {
    background: #ee344d;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    padding: 4px 0 0 11px;
    top: 4px;
  }
  .commonmenu .story-page a:hover i {
    left: -30px;
  }
  .commonmenu .sbread-line {
    background: #983328;
    padding: 12px 40px 9px;
    cursor: pointer;
    /*+++++Spiritual Machines Contact Page+++++*/
  }
  .commonmenu .bg-sm-contact {
    background: #000;
  }
  .commonmenu .contact-header-title {
    position: absolute;
    left: 10%;
    max-width: 32%;
    top: 21%;
    color: #fff;
  }
  .commonmenu .contact-header-title h2 {
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-size: 59px;
    padding: 0;
    font-weight: 700;
  }
  .commonmenu .contact-header-title b {
    display: block;
    font-family: 'Avenir Next LT Pro', Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding: 0 0 20px 0;
    font-weight: normal;
  }
  .commonmenu .contact-header-title p {
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 75px;
    line-height: 25px;
    position: relative;
  }
  .commonmenu .contact-header-title .sm-contact-details strong {
    display: block;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .commonmenu .ms-contact {
    width: 595px;
  }
  .commonmenu .ms-contact .form-group {
    margin-bottom: 26px;
  }
  .commonmenu .ms-contact .form-control {
    background: none;
    border: 1px solid #48484e;
    height: 73px;
    border-radius: 4px;
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    -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;
  }
  .commonmenu .ms-contact .form-control:focus {
    border: 1px solid #999;
  }
  .commonmenu .ms-contact textarea.form-control {
    height: auto;
  }
  .commonmenu .ms-contact .form-control::placeholder {
    color: #878181;
  }
  .commonmenu .ms-contact .form-control:-ms-input-placeholder {
    color: #878181;
  }
  .commonmenu .ms-contact .form-control::-ms-input-placeholder {
    color: #878181;
  }
  .commonmenu .ms-contact strong {
    display: block;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .commonmenu .describe-check {
    padding-top: 25px;
  }
  .commonmenu .describe-check label {
    margin-right: 20px;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    position: relative;
  }
  .commonmenu .describe-check label input {
    margin-left: 5px;
    opacity: 0;
    position: relative;
    z-index: 3;
  }
  .commonmenu .describe-check label input ~ i {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    z-index: 2;
  }
  .commonmenu .describe-check label input:checked ~ i:after {
    display: block;
    content: '';
    width: 6px;
    height: 1px;
    background: #fff;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(-31deg);
    position: absolute;
    top: 4px;
    left: 3px;
  }
  .commonmenu .describe-check label input:checked ~ i:before {
    display: block;
    content: '';
    width: 3px;
    height: 1px;
    background: #fff;
    transform: rotate(48deg);
    position: absolute;
    left: 1px;
    top: 5px;
  }
  .commonmenu .ms-contact .btn-ms {
    display: block;
    background: #a4d1ec;
    font-size: 25px;
    color: #3f3c3c;
    border-radius: 10px;
    height: 57px;
    border: 0;
    width: 100%;
    letter-spacing: 5px;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
    -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;
  }
  .commonmenu .ms-contact .btn-ms:hover {
    background: #0185ff;
  }
  .commonmenu .mht-position {
    right: 20%;
    left: auto;
    /*Join Mail Listing*/
  }
  .commonmenu .m-contacts.contact-header-title {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    max-width: 600px;
    color: #0f0f0f;
    margin: auto;
    text-align: left;
    text-transform: none;
  }
  .commonmenu .m-contacts .ms-contact {
    width: auto;
  }
  .commonmenu .m-contacts .ms-contact .form-control {
    color: #878181;
  }
  .commonmenu .m-contacts .describe-check label input ~ i {
    border: 1px solid #02111c;
  }
  .commonmenu .m-contacts .describe-check label input:checked ~ i:after, .commonmenu .m-contacts .describe-check label input:checked ~ i:before {
    background: #02111c;
  }
  .commonmenu .m-contacts .ms-contact .btn-ms {
    background: #a4d1ec;
    font-size: 25px;
    color: #fff;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
  }
  .commonmenu .m-contacts .tag-line {
    margin-bottom: 40px;
    /*+++++Preset inside Page+++++*/
  }
  .commonmenu .section-purchase {
    padding-top: 0;
  }
  .commonmenu .presets-name {
    font-size: 161px;
    color: #fff;
    text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
    text-align: center;
    line-height: 122px;
    position: relative;
    top: -30px;
    letter-spacing: -5px;
  }
  .commonmenu .book-now {
    padding: 20px 150px;
    text-align: right;
  }
  .commonmenu a.icon-cart {
    display: inline-block;
    color: #090909;
    font-size: 32px;
    position: relative;
    margin-right: 150px;
  }
  .commonmenu a.icon-cart i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/ancient-tuture/preset/cart-icon.jpg) no-repeat left top/cover;
  }
  .commonmenu a.icon-cart u {
    background: #1d1d1d;
    border-radius: 20px;
    position: absolute;
    right: -28px;
    top: -3px;
    padding: 6px 11px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  .commonmenu a.btn-book-now {
    display: inline-block;
    font-size: 16px;
    padding: 12px 20px;
    background: #0072ce;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
    margin: 0 20px;
    letter-spacing: 3px;
    -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;
  }
  .commonmenu a.btn-book-now:hover {
    background: #ce001d;
  }
  .commonmenu .preset-bc {
    color: #000;
    font-size: 12px;
    padding: 50px 0;
  }
  .commonmenu .preset-bc > div:nth-child(2) {
    text-align: right;
  }
  .commonmenu .preset-bc a, .commonmenu .preset-bc span {
    display: inline-block;
    color: #000;
    padding: 0 10px;
    -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;
  }
  .commonmenu .preset-bc a:hover, .commonmenu .preset-bc span:hover {
    padding-right: 25px;
  }
  .commonmenu .product-details {
    padding-bottom: 50px;
  }
  .commonmenu .product-details span.product-picc img {
    width: 49%;
    display: inline-block;
  }
  .commonmenu .product-details span.product-picc img:nth-child(odd) {
    margin-right: 1px;
  }
  .commonmenu .product-thumbails {
    padding: 27px 0;
  }
  .commonmenu .product-thumbails span {
    display: inline-block;
    width: 95px;
    margin: 0 10px 27px;
    cursor: pointer;
    opacity: 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;
  }
  .commonmenu .product-thumbails span:hover, .commonmenu .product-thumbails span.active {
    opacity: 1;
  }
  .commonmenu .product-thumbails .product-picc img:nth-child(odd) {
    margin-right: 1px;
  }
  .commonmenu .product-details h3 {
    font-size: 57px;
    color: #000;
    margin-top: 0;
    font-family: 'Abhaya Libre', Arial, Helvetica, sans-serif;
  }
  .commonmenu .product-details .product-price {
    font-size: 20px;
    color: #8a8686;
  }
  .commonmenu .product-details p {
    font-size: 19px;
    padding: 20px 0;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .commonmenu .product-details .vs-link {
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 15px 30px;
    border: 1px solid #268bdd;
    -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;
  }
  .commonmenu .product-details .vs-link:hover {
    color: #fff;
    background: #268bdd;
  }
  .commonmenu .product-sm {
    display: block;
    padding: 20px 0;
  }
  .commonmenu .product-sm a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
  }
  .commonmenu .product-sm a i {
    display: inline-block;
    padding: 8px;
    background: #c7c6c7;
    width: 33px;
    height: 33px;
    font-size: 20px;
    border-radius: 100%;
  }
  .commonmenu .product-sm a:hover i {
    background: #065493;
  }
  .commonmenu .product-sm a:nth-child(2):hover i {
    background: #930621;
  }
  .commonmenu .note-text {
    margin: auto;
    max-width: 60%;
  }
  .commonmenu .pp {
    position: absolute;
    top: 340px;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .commonmenu .poss {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: 999;
  }
  .commonmenu .videos-tools {
    display: none;
  }
  .commonmenu a.dwatch {
    display: inline-block;
  }
  .commonmenu a.mwatch {
    display: none;
  }
  .commonmenu #email-update .email-update {
    padding: 80px 40px;
    margin: 0;
  }
  .commonmenu .email-update .form-control {
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    color: 414141;
  }
  .commonmenu .email-update .btn-goo {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    display: inline-block;
    border: 0;
  }
  .commonmenu .email-update .form-control::placeholder {
    color: #878181;
  }
  .commonmenu .email-update .form-control:-ms-input-placeholder {
    color: #878181;
  }
  .commonmenu .email-update.form-control::-ms-input-placeholder {
    color: #878181;
    /*++++ Loading ++++*/
  }
  .commonmenu .loading-section {
    overflow: hidden;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .95);
  }
  .commonmenu .loader, .commonmenu .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  .commonmenu .loader {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #1c925f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 35%;
    left: 45%;
  }
  @-webkit-keyframes load8 {
    .commonmenu 0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .commonmenu 100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    /*Menu*/
    .commonmenu 0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .commonmenu 100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .commonmenu .menus {
    position: fixed;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 9998;
    background: #e7e7e7;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .commonmenu .menus.active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .commonmenu .overlay-b {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .commonmenu .overlay-b.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .commonmenu .menus-wrapper {
    padding: 200px 70px;
    text-align: center;
  }
  .commonmenu .menus-logo {
    margin-bottom: 100px;
  }
  .commonmenu .menus-logo img {
    margin: auto;
  }
  .commonmenu .menus-links {
    padding: 20px;
    text-transform: uppercase;
    font-family: 'sf_compact_displaymedium', Arial, Helvetica, sans-serif;
  }
  .commonmenu .menus-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .commonmenu .menus-links ul li {
    padding: 0;
    margin: 5px 0;
  }
  .commonmenu .menus-links ul li a {
    display: inline-block;
    padding: 15px 0;
    color: #060000;
  }
  .commonmenu .menus-links ul li a:after {
    display: block;
    content: '';
    height: 3px;
    width: 0;
    margin: 0 auto;
    background: #414141;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .commonmenu .menus-links ul li a:hover:after {
    width: 100%;
  }
  .commonmenu .m-address {
    padding: 70px 0;
    font-weight: normal;
    font-size: 17px;
    color: #0f0f0f;
  }
  .commonmenu .m-address:after {
    content: '';
    display: block;
    clear: both;
  }
  .commonmenu .m-add {
    display: block;
    text-align: left;
    line-height: 22px;
  }
  .commonmenu .m-add strong {
    font-weight: bold;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
  }
  .commonmenu .m-add p {
    font-size: 15px;
    font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
    padding-top: 10px;
  }
  .commonmenu .m-insta {
    float: right;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: 'sf_compact_displaybold', Arial, Helvetica, sans-serif;
  }
  .commonmenu .m-insta a {
    color: #0f0f0f;
  }
  .commonmenu .m-insta img {
    display: inline-block;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .commonmenu .hamburger {
    position: fixed;
    top: 50%;
    left: 50px;
    width: 100px;
    height: 100px;
    border-top: 0px solid #fff;
    padding-top: 0px;
    z-index: 9999;
  }
  .commonmenu .hamburger .line {
    width: 60px;
    height: 3px;
    background-color: #444;
    display: block;
    margin: 16px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
  }
  .commonmenu #hamburger-1.is-active .line {
    background-color: #414141;
  }
  .commonmenu #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(19px) rotate(45deg);
    -ms-transform: translateY(19px) rotate(45deg);
    -o-transform: translateY(19px) rotate(45deg);
    transform: translateY(19px) rotate(45deg);
  }
  .commonmenu #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  .commonmenu #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-19px) rotate(-45deg);
    -ms-transform: translateY(-19px) rotate(-45deg);
    -o-transform: translateY(-19px) rotate(-45deg);
    transform: translateY(-19px) rotate(-45deg);
    /*++++ Media Query ++++*/
  }
  @media all and (min-width: 2000px) {
    .commonmenu body {
      font-size: 18px;
    }
    .commonmenu .container {
      max-width: 1500px;
    }
    .commonmenu .private-booking-page .container {
      max-width: 1500px;
    }
    .commonmenu .container-out {
      max-width: 85%;
    }
    .commonmenu .logo-section {
      padding: 22px 15px 12px;
    }
    .commonmenu .logo img {
      width: 300px;
      height: auto;
    }
    .commonmenu .sec-welcome {
      padding-top: 160px;
      padding-bottom: 420px;
      background-position: center bottom;
    }
    .commonmenu .welcome-message {
      padding: 150px 0;
      max-width: 65%;
    }
    .commonmenu .welcome-message h1 {
      font-size: 62px;
      margin-bottom: 120px;
    }
    .commonmenu .welcome-message p {
      font-size: 26px;
    }
    .commonmenu .sec-night-star {
      padding-top: 500px;
      padding-bottom: 240px;
    }
    .commonmenu .sec-plans {
      padding-top: 223px;
      padding-bottom: 220px;
    }
    .commonmenu .section-photo-list {
      padding: 200px 0 75px;
    }
    .commonmenu .ns-text h2 {
      font-size: 260px;
    }
    .commonmenu .ns-text p {
      font-size: 26px;
    }
    .commonmenu .ns-review strong {
      font-size: 20px;
      line-height: 27px;
    }
    .commonmenu .list-title h3 {
      font-size: 38px;
    }
    .commonmenu .photo-list ul {
      font-size: 15px;
    }
    .commonmenu .photo-list ul li {
      padding: 6px 0;
    }
    .commonmenu .photo-list ul span {
      width: 65px;
    }
    .commonmenu .list-title span {
      font-size: 16px;
    }
    .commonmenu .heading h2 {
      font-size: 38px;
    }
    .commonmenu .heading > span {
      font-size: 12px;
    }
    .commonmenu .sec-photography {
      min-height: 100vh;
    }
    .commonmenu .photography-heading b {
      font-size: 19px;
    }
    .commonmenu .photography-heading span, .commonmenu .meeting-heading span {
      font-size: 17px;
    }
    .commonmenu .sec-fashion-shots {
      padding-top: 200px;
      padding-bottom: 160px;
    }
    .commonmenu .fashion-heading p, .commonmenu .digital-content p, .commonmenu .digital-steps, .commonmenu .logo-bottom p {
      font-size: 22px;
    }
    .commonmenu .fashion-btn a, .commonmenu .digital-btn a, .commonmenu .release-form-btn a, .commonmenu .instaa .insta-btn a {
      font-size: 17px;
    }
    .commonmenu .digital-heading span, .commonmenu .fv-logo span {
      font-size: 17px;
    }
    .commonmenu .form-fields {
      max-width: none;
    }
    .commonmenu .release-form .form-control {
      font-size: 21px;
    }
    .commonmenu .logo-bottom ul {
      font-size: 21px;
    }
    .commonmenu .logo-bottom ul li i {
      width: 20px;
    }
    .commonmenu .logo-bottom h6, .commonmenu .instaa h6 {
      font-size: 28px;
    }
    .commonmenu .fv-logo h6 {
      font-size: 36px;
    }
    .commonmenu .footer-bottom {
      font-size: 21px;
    }
    .commonmenu .meeting-map iframe {
      height: 800px;
    }
    .commonmenu .inp-box .btn i {
      margin-left: 10px;
    }
    .commonmenu .story-picture .row {
      margin: 0 -50px;
    }
    .commonmenu .private-booking-page .story-picture .row {
      margin: 0;
    }
  }
  @media all and (min-width: 992px) {
    .commonmenu .modal-lg {
      width: 900px;
    }
  }
  @media all and (min-width: 768px) {
    .commonmenu .hide-xl {
      display: none;
    }
    .commonmenu .tab-pane {
      min-height: 300px;
    }
    .commonmenu .modal-sm {
      width: 300px;
    }
    .commonmenu .modal-sm {
      width: 443px;
    }
    .commonmenu .modal-dialog {
      width: 365px;
    }
    .commonmenu .preset-fix {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 0;
    }
    .commonmenu .preset-rest {
      position: relative;
      margin-top: 100vh;
      z-index: 1;
    }
    .commonmenu #preset-header .item {
      height: 100vh;
    }
  }
  @media (max-width: 3072px) {
    .commonmenu .menus-wrapper {
      padding: 100px 70px;
      text-align: center;
    font-size: 14px;
    line-height: 1.428571429;
    }
    .commonmenu .menus-logo img {
      max-width: 278px;
      margin: auto;
    }
    .commonmenu .menus-links ul li {
      padding: 0;
      margin: 0px 0;
    }
    .commonmenu .menus-links ul li a {
      display: inline-block;
      padding: 8px 0;
      color: #414141;
    }
    .commonmenu .menus-links ul li a:after {
      height: 1px;
    }
    .commonmenu .hamburger {
      position: fixed;
      top: 49%;
      left: 39px;
      width: 30px;
      height: 40px;
      border-top: 0px solid #fff;
      padding-top: 0px;
    }
    .commonmenu .hamburger:hover {
      cursor: pointer;
    }
    .commonmenu .hamburger .line {
      width: 30px;
      height: 2px;
      margin: 6px auto;
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  @media all and (max-width: 2048px) {
    .commonmenu .hamburger {
      position: fixed;
      top: 49%;
      left: 15px;
      width: 25px;
      height: 25px;
      border-top: 0px solid #fff;
      padding-top: 0px;
    }
    .commonmenu .hamburger .line {
      width: 19px;
      height: 2px;
      margin: 3px auto;
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(1) {
      -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
      -o-transform: translateY(5px) rotate(45deg);
      transform: translateY(5px) rotate(45deg);
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
      -o-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg);
    }
    .commonmenu .menus-wrapper {
      padding: 50px 70px;
      text-align: center;
    }
    .commonmenu .menus-logo {
      margin-bottom: 30px;
    }
    .commonmenu .menus-logo img {
      max-width: 60%;
      margin: auto;
    }
    .commonmenu .menus-links {
      padding: 20px;
    }
    .commonmenu .menus-links ul li a {
      display: inline-block;
      padding: 4px 0;
      color: #414141;
    }
    .commonmenu .menus-links ul li a:after {
      height: 1px;
    }
    .commonmenu .plan-box h4 {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 2048px) {
    .commonmenu .tag-line {
      font-size: 10px;
      letter-spacing: 4px;
      margin-bottom: 20px;
    }
    .commonmenu .contact-header-title h2 {
      font-size: 24px;
    }
    .commonmenu .contact-header-title b {
      font-size: 14px;
      padding: 0 0 10px 0;
    }
    .commonmenu .contact-header-title p {
      font-size: 10px;
      letter-spacing: 1px;
      margin-bottom: 45px;
      line-height: 17px;
    }
    .commonmenu .contact-header-title .sm-contact-details strong {
      font-size: 12px;
      margin-bottom: 3px;
    }
    .commonmenu .ms-contact .form-control {
      height: 40px;
      font-size: 14px;
      letter-spacing: 1px;
    }
    .commonmenu .ms-contact textarea.form-control {
      line-height: 20px;
    }
    .commonmenu .sm-header-title strong {
      font-size: 10px;
      padding: 0 0 0px 0;
      letter-spacing: 4px;
    }
    .commonmenu .sm-header-title h2 {
      font-size: 40px;
      padding: 0 0 10px 0;
      letter-spacing: -1px;
    }
    .commonmenu .sm-header-title b {
      font-size: 32px;
      padding: 0 0 20px 0;
    }
    .commonmenu .sm-header-title p {
      font-size: 13px;
      padding: 0px 0 0;
      letter-spacing: 1px;
    }
    .commonmenu a.btn-watch {
      padding: 7px 14px 6px;
      font-size: 11px;
      margin-right: 50px;
      right: -20px;
      letter-spacing: 1px;
    }
    .commonmenu a.btn-watch:after {
      height: 1px;
      right: -20px;
    }
    .commonmenu a.btn-watch:hover:after {
      right: -30px;
    }
    .commonmenu .foot-bottom {
      bottom: 1%;
      left: 0%;
      right: 0%;
      padding: 10px 20px;
      font-size: 10px;
      letter-spacing: 1px;
    }
    .commonmenu .foot-bottom span i {
      padding: 0 5px;
    }
    .commonmenu .foot-bottom:after {
      height: 30px;
    }
    .commonmenu .alexa-header-title p {
      font-size: 10px;
      letter-spacing: 1px;
      margin-bottom: 15px;
      line-height: 15px;
    }
    .commonmenu .alexa-header-title h2 {
      font-size: 24px;
      padding: 0 0 10px 0;
      margin-bottom: 0;
    }
    .commonmenu .bread-line {
      left: 35px;
      font-size: 10px;
      letter-spacing: 3px;
    }
    .commonmenu .sbread-line {
      padding: 7px 20px 6px;
    }
    .commonmenu .music-lable-head {
      font-size: 54px;
      letter-spacing: 10px;
    }
    .commonmenu .bread-line:before {
      height: 1px;
      left: -20px;
    }
    .commonmenu .bread-line:hover:before {
      left: -30px;
    }
    .commonmenu .sm-logo-text {
      padding: 0;
    }
    .commonmenu .sm-logo-text a {
      padding: 0;
    }
    .commonmenu .sm-logo-text a img {
      max-width: 140px;
    }
    .commonmenu .sm-header-content .navbar-default .navbar-nav > li > a {
      padding: 0px;
    }
    .commonmenu .alexa-header-title a {
      padding: 8px 20px 6px;
      font-size: 12px;
      letter-spacing: 5px;
    }
    .commonmenu .alexa-header-title a i {
      font-size: 21px;
    }
    .commonmenu .story-page a i {
      width: 30px;
      height: 30px;
      padding: 4px 0 0 7px;
      top: 0;
    }
    .commonmenu .music-lable-head span {
      font-size: 20px;
    }
    .commonmenu .describe-check label input ~ i {
      top: 7px;
    }
    .commonmenu .ms-contact .form-group {
      margin-bottom: 15px;
    }
    .commonmenu .describe-check {
      padding-top: 0;
    }
    .commonmenu .ms-contact strong {
      font-size: 13px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
    .commonmenu .describe-check label {
      font-size: 12px;
    }
    .commonmenu .sm-header-content .navbar_menu {
      font-size: 14px;
    }
    .commonmenu .liness:before {
      height: 15px;
      top: 34px;
      right: -8px;
    }
    .commonmenu .liness:after {
      height: 25px;
      top: 20px;
      right: -4px;
    }
    .commonmenu .menus-links ul li a {
      padding: 2px 0;
      font-size: 10px;
    }
    .commonmenu .m-address {
      padding: 30px 0;
      font-size: 13px;
    }
    .commonmenu .m-add {
      line-height: 16px;
    }
    .commonmenu .m-add p {
      font-size: 11px;
    }
    .commonmenu .m-insta img {
      width: 50px;
      height: auto;
    }
  }
  @media all and (max-width: 1400px) {
    .commonmenu .ns-text h2 {
      font-size: 145px;
    }
  }
  @media all and (max-width: 1200px) {
    .commonmenu .navbar-default .navbar-nav > li > a {
      padding: 5px 13px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .commonmenu .nav-outer {
      height: auto;
    }
    .commonmenu .navbar_menu {
      float: none;
    }
    .commonmenu .navbar-toggle {
      margin-top: 4px;
      margin-right: 15px;
      margin-bottom: 4px;
    }
    .commonmenu .navbar-default .navbar-collapse, .commonmenu .navbar-default .navbar-form {
      border-color: rgba(255, 255, 255, .1);
    }
    .commonmenu .my_nav .navbar {
      margin: 0;
    }
    .commonmenu .navbar-default .navbar-nav > li > a {
      background: none;
      padding: 13px 17px;
      line-height: 20px;
    }
    .commonmenu .top-header.affix .navbar-default .navbar-nav > li > a, .commonmenu .navbar-default .navbar-nav > li > a.loginn {
      padding: 5px 7px;
    }
    .commonmenu .navbar-nav li {
      padding: 0;
    }
    .commonmenu .navbar-head-top.navbar-default {
      min-height: 0px;
    }
    .commonmenu .navbar-header {
      position: absolute;
      top: 0;
      left: 10px;
    }
    .commonmenu .my_nav {
      float: none;
    }
    .commonmenu a.navbar-brand {
      display: block;
      color: #fff;
      text-align: left;
      padding: 10px;
    }
    .commonmenu .navbar-default .navbar-brand {
      color: #fff;
    }
    .commonmenu .navbar-default .navbar-brand:hover {
      color: #fff;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .commonmenu .carousel-caption h2 {
      margin-top: 0;
    }
    .commonmenu article, .commonmenu footer, .commonmenu header {
      overflow: hidden;
    }
    .commonmenu .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .commonmenu .carousel-caption h2 {
      margin-top: 5px;
    }
    .commonmenu .carousel-caption h1 {
      font-size: 27px;
      margin-bottom: 0px;
      margin-top: 130px;
    }
    .commonmenu .navbar_menu {
      background: none;
      float: none;
    }
    .commonmenu .navbar-toggle {
      display: inline-block !important;
    }
    .commonmenu .navbar-collapse.collapse {
      display: none !important;
      height: 0 !important;
      padding-bottom: 0;
      overflow: hidden !important;
    }
    .commonmenu .navbar-collapse.collapse.in {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
  }
  @media (max-width: 767px) {
    .commonmenu .logo {
      text-align: center;
      padding: 5px;
    }
    .commonmenu .welcome-message {
      padding: 20px 0;
    }
    .commonmenu .affix {
      position: relative;
    }
    .commonmenu .fixed-nav {
      height: auto;
    }
    .commonmenu .logo img {
      display: inline-block;
      max-width: 70px;
      /*150*/
    }
    .commonmenu .nav-outer {
      height: auto;
    }
    .commonmenu .navbar_menu {
      float: none;
    }
    .commonmenu .navbar-toggle {
      margin-top: 4px;
      margin-right: 0px;
      margin-bottom: 4px;
    }
    .commonmenu .navbar-default .navbar-collapse, .commonmenu .navbar-default .navbar-form {
      border-color: rgba(255, 255, 255, .1);
    }
    .commonmenu .my_nav .navbar {
      margin: 0;
    }
    .commonmenu .navbar-default .navbar-nav > li > a {
      background: rgba(0, 0, 0, .5);
      padding: 5px 7px;
      line-height: 20px;
    }
    .commonmenu .navbar-default .navbar-nav > li.active > a {
      background: rgba(0, 0, 0, .5);
    }
    .commonmenu .top-header.affix .navbar-default .navbar-nav > li > a, .commonmenu .navbar-default .navbar-nav > li > a.loginn {
      padding: 5px 7px;
    }
    .commonmenu .navbar-nav li {
      padding: 0;
    }
    .commonmenu .navbar-head-top.navbar-default {
      min-height: 0px;
    }
    .commonmenu .navbar-header {
      float: right;
      /*top: -80px;*/
      position: absolute;
      top: -66px;
      right: 10px;
      z-index: 100;
    }
    .commonmenu .navbar-nav {
      float: none;
      text-align: center;
    }
    .commonmenu .my_nav {
      float: none;
    }
    .commonmenu a.navbar-brand {
      display: block;
      color: #fff;
      text-align: left;
      padding: 10px;
    }
    .commonmenu .navbar-default .navbar-brand {
      color: #fff;
    }
    .commonmenu .navbar-default .navbar-brand:hover {
      color: #fff;
    }
    .commonmenu .carousel-caption {
      display: none;
    }
    .commonmenu .carousel-caption h3 {
      font-size: 18px;
      margin-top: 0px;
    }
    .commonmenu .carousel-caption h1 {
      color: #576a7a;
    }
    .commonmenu .nav-tabs > li > a {
      padding: 22px 20px;
    }
    .commonmenu .tab-content {
      padding: 22px 10px 22px;
    }
    .commonmenu .v-text span {
      top: 160px;
      width: 330px;
      left: -166px;
    }
    .commonmenu .v-text span:after {
      width: 90px;
    }
    .commonmenu .ns-text h2 {
      font-size: 36px;
      white-space: normal;
    }
    .commonmenu .cine-box {
      max-width: none;
    }
    .commonmenu .cine-abs {
      padding: 20px;
      left: 0;
      width: auto;
    }
    .commonmenu .cine-abs h3 {
      font-size: 30px;
      line-height: unset;
    }
    .commonmenu .photography-heading {
      padding: 0 0 20px 20px;
    }
    .commonmenu .photography-heading h2 {
      letter-spacing: 3px;
    }
    .commonmenu .photography-btn, .commonmenu .fashion-btn, .commonmenu .digital-btn {
      text-align: center;
    }
    .commonmenu .photography-btn a, .commonmenu .fashion-btn a {
      margin: 0 0 15px 0;
    }
    .commonmenu .sec-welcome, .commonmenu .sec-photography {
      padding-bottom: 80px;
    }
    .commonmenu .sec-photography {
      min-height: 100px;
    }
    .commonmenu .sec-digital {
      padding-bottom: 90px;
      background-size: 300px;
    }
    .commonmenu .sec-night-star, .commonmenu .sec-cinematic, .commonmenu .sec-plans, .commonmenu .sec-release-form, .commonmenu .sec-meeting, .commonmenu .footer {
      padding: 80px 0;
    }
    .commonmenu .fashion-heading {
      padding: 30px 0 0 0;
    }
    .commonmenu .cinema-option {
      padding-top: 30px;
      text-align: center;
    }
    .commonmenu .cine-op-shoot:before, .commonmenu .cine-op-grade:before, .commonmenu .cine-op-reel:before, .commonmenu .cine-op-camera:before {
      display: inline-block;
    }
    .commonmenu .plan-box {
      margin-bottom: 20px;
    }
    .commonmenu .digital-heading {
      padding: 0;
    }
    .commonmenu .digital-steps a {
      display: block;
    }
    .commonmenu .meeting-content {
      padding: 20px 0 20px;
    }
    .commonmenu .logo-bottom, .commonmenu .fv-logo, .commonmenu .instaa {
      margin-bottom: 20px;
    }
    .commonmenu .footer-bottom, .commonmenu .footer-menu {
      text-align: center;
    }
    .commonmenu .section-photo-list {
      padding: 0;
    }
    .commonmenu .photo-list h4, .commonmenu .photo-list ul {
      margin: 0 0 20px;
    }
    .commonmenu .photo-list ul {
      font-size: 9px;
    }
    .commonmenu .cine-box {
      border: 10px solid #fff;
      padding: 24px 0px;
    }
    .commonmenu .release-form .form-group {
      margin-bottom: 0;
    }
    .commonmenu .release-form .form-control {
      margin-bottom: 20px;
    }
    .commonmenu a.go-top {
      left: 32%;
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      font-weight: normal;
      /*++++Rent++++*/
    }
    .commonmenu .logo-section {
      margin-bottom: 0px;
    }
    .commonmenu .product-title {
      margin-bottom: 20px;
      font-size: 24px;
    }
    .commonmenu .camera-tumb {
      padding: 15px 0px;
      text-align: center;
    }
    .commonmenu .camera-tumb img {
      max-width: 21%;
      height: auto;
    }
    .commonmenu .watch-btn {
      font-size: 25px;
      height: 56px;
      line-height: 56px;
      padding-left: 70px;
      margin: 10px 0px;
      background-size: 56px;
    }
    .commonmenu .rental-details {
      padding: 5px 0;
      margin-bottom: 10px;
    }
    .commonmenu .rental-details h4, .commonmenu .location h5 {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .commonmenu .cam-box {
      margin-bottom: 10px;
    }
    .commonmenu .inp-box input {
      padding: 20px;
      height: 48px;
      font-size: 14px;
    }
    .commonmenu .inp-box i {
      margin-left: 10px;
    }
    .commonmenu .inp-box .btn {
      line-height: 49px;
      padding: 0 10px;
      font-size: 14px;
    }
    .commonmenu a.btn-cart {
      font-size: 18px;
    }
    .commonmenu a.btn-question {
      display: inline-block;
      padding: 14px 20px;
    }
    .commonmenu a.btn-owner {
      font-size: 18px;
      padding: 10px 25px;
    }
    .commonmenu .owner-details h5 {
      font-size: 24px;
    }
    .commonmenu .owner-details h6 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .commonmenu .owner-details p {
      margin: 10px 0;
      font-size: 18px;
      /*Reg*/
    }
    .commonmenu body {
      min-height: 568px;
      position: relative;
    }
    .commonmenu .bg-gradient {
      bottom: 0;
      width: 100%;
    }
    .commonmenu .reg-wrapper {
      top: 20%;
      bottom: 13%;
      width: 100%;
    }
    .commonmenu .logo .logo-a img {
      max-width: 100px;
      max-height: 100%;
      width: auto;
    }
    .commonmenu .reg-content {
      margin: 5% auto 0;
    }
    .commonmenu .reg-content h3 {
      font-size: 24px;
      margin: 0;
    }
    .commonmenu .reg-content h4 {
      font-size: 36px;
      margin-bottom: 10px;
    }
    .commonmenu .reg-content h4:after {
      height: 3px;
    }
    .commonmenu .reg-form {
      margin: 0px auto;
    }
    .commonmenu .reg-content .form-control {
      height: 37px;
    }
    .commonmenu .reg-content .form-group i {
      top: 0;
    }
    .commonmenu .reg-content .form-group {
      margin-bottom: 10px;
    }
    .commonmenu .reg-content .btn-default {
      height: 35px;
      font-size: 14px;
      padding: 0 30px;
      margin-top: 10px;
    }
    .commonmenu .copyright {
      right: 0;
      padding: 5px;
      text-align: center;
    }
    .commonmenu .copyright span {
      padding: 2px 0;
    }
    .commonmenu .copyright .c-links {
      left: 0;
    }
    .commonmenu .next-story p {
      font-size: 14px;
      padding: 20px 0;
      line-height: 22px;
    }
    .commonmenu .next-story .vs-link {
      font-size: 12px;
      padding: 12px 30px;
    }
    .commonmenu .section-p {
      padding: 50px 0;
    }
    .commonmenu .section-p h2 {
      font-size: 30px;
      line-height: normal;
    }
    .commonmenu .post-details h2 {
      font-size: 23px;
    }
    .commonmenu .c-item span {
      font-size: 12px;
    }
    .commonmenu .c-item strong {
      font-size: 16px;
    }
    .commonmenu .c-item {
      width: 80%;
      margin-bottom: 75px;
    }
    .commonmenu .canvas-list > div:nth-child(even) {
      float: none;
      clear: both;
    }
    .commonmenu .c-item img {
      position: relative;
      z-index: -1;
      width: 100%;
      height: auto;
    }
    .commonmenu .size-list a {
      display: block;
    }
    .commonmenu .wall-list {
      margin: 0 20px;
    }
    .commonmenu .post-details {
      font-size: 18px;
    }
    .commonmenu .ancient-header {
      background-size: 200%;
      height: 120vh;
    }
    .commonmenu .ancient-header-content .logo {
      text-align: center;
    }
    .commonmenu .ancient-header-content .logo a {
      display: block;
    }
    .commonmenu .ancient-header-content .logo img {
      width: 50%;
      max-width: 50%;
    }
    .commonmenu .ancient-header-content .header-title em {
      font-size: 15px;
      padding: 10px 0 0;
      letter-spacing: 1px;
    }
    .commonmenu .airbnb-title-font {
      font-size: 27px;
    }
    .commonmenu .airbnb-title-font span.eva-font {
      font-size: 30px;
    }
    .commonmenu .airbnb-title-font span.copperplate-font {
      font-size: 28px;
    }
    .commonmenu .ancient-header-content .header-title {
      padding-left: 0;
    }
    .commonmenu .ancient-header-content .header-title strong {
      font-size: 14px;
      padding: 0;
    }
    .commonmenu .ancient-footer h3 {
      font-size: 24px;
    }
    .commonmenu .instagram-link {
      font-size: 17px;
      padding: 50px 0 50px;
    }
    .commonmenu .instagram-link i img {
      max-width: 58px;
      height: auto;
      display: block;
      margin: auto;
    }
    .commonmenu .social-media-icon a img {
      width: 18px;
    }
    .commonmenu .instagram-link a {
      margin-bottom: 16px;
    }
    .commonmenu .social-media-icon span {
      font-size: 10px;
    }
    .commonmenu .next-story .next-vs {
      font-size: 11px;
    }
    .commonmenu .anc-bottom-footer {
      padding: 0;
    }
    .commonmenu .social-media-icon {
      float: none;
      padding: 0;
    }
    .commonmenu .ancient-copyright {
      text-align: center;
      padding-top: 30px;
      float: none;
      font-size: 9px;
    }
    .commonmenu .container-in {
      max-width: none;
      margin: 0 auto;
    }
    .commonmenu .ancient-footer {
      padding: 30px 0;
    }
    .commonmenu .post-title h2 img {
      max-width: 100%;
      height: auto;
    }
    .commonmenu .post-title strong {
      font-size: 18px;
      padding: 0px 0;
    }
    .commonmenu .post-details {
      padding: 25px 0;
    }
    .commonmenu .border-line {
      padding: 50px 0 0;
    }
    .commonmenu .story-heading p {
      padding-top: 0;
    }
    .commonmenu .story-heading {
      padding-bottom: 25px;
    }
    .commonmenu .story-picture .row > div {
      padding: 0;
    }
    .commonmenu .story-picture a {
      padding: 1px;
    }
    .commonmenu .story-picture {
      padding-bottom: 0;
    }
    .commonmenu .modal-link a {
      border-bottom: 0;
    }
    .commonmenu .ancient-row .col-sm-6 {
      padding: 255px 25px 25px;
      height: auto;
      min-height: 100vh;
    }
    .commonmenu .ancient-row .header-title {
      position: relative;
      bottom: 0;
      left: 0;
    }
    .commonmenu .ancient-row .header-title p {
      font-size: 17px;
      padding: 15px 0;
      max-width: none;
    }
    .commonmenu .ancient-row .header-title span {
      font-size: 20px;
    }
    .commonmenu .black-menu .navbar-default .navbar-nav > li > a {
      color: #333;
    }
    .commonmenu .section-subscription {
      padding: 20px;
    }
    .commonmenu .subscribe-form .form-control {
      width: 65%;
      font-size: 14px;
    }
    .commonmenu .subscribe-form .btn-subscribe {
      width: 35%;
      padding: 5px 8px;
      font-size: 13px;
    }
    .commonmenu #preset-header .preset-shop-head {
      display: none;
    }
    .commonmenu .preset-header-title {
      left: 20%;
      right: 20%;
      top: 54%;
    }
    .commonmenu .preset-header-title strong {
      font-size: 12px;
      color: #fff;
    }
    .commonmenu .preset-header-title b {
      font-size: 15px;
      padding: 2px 0;
    }
    .commonmenu .preset-header-title a {
      padding: 10px 10px 6px;
      font-size: 10px;
    }
    .commonmenu .preset-details {
      padding: 15px 0;
    }
    .commonmenu #preset-header .owl-controls {
      display: none !important;
    }
    .commonmenu .preset-head-title h2 {
      font-size: 15px;
    }
    .commonmenu .preset-details h3 {
      padding-top: 15px;
    }
    .commonmenu .preset-post-gallery {
      padding: 0;
    }
    .commonmenu .preset-post-shop b {
      font-size: 14px;
      letter-spacing: 1px;
    }
    .commonmenu .preset-post-shop a {
      padding: 6px 8px 4px;
      font-size: 9px;
    }
    .commonmenu .preset-post-shop {
      font-size: 10px;
      left: 50px;
      right: 50px;
    }
    .commonmenu .preset-story-row .preset-post-shop {
      left: 30px;
      right: 30px;
      padding: 10px;
    }
    .commonmenu .preset-full {
      padding: 0;
    }
    .commonmenu .preset-large h3 {
      font-size: 25px;
    }
    .commonmenu .preset-full h4 {
      font-size: 18px;
    }
    .commonmenu .subscribe-form {
      margin: 35px auto 0;
    }
    .commonmenu .logo-photography {
      margin-bottom: 50px;
    }
    .commonmenu .preset-story h4 {
      font-size: 24px;
      letter-spacing: 1px;
    }
    .commonmenu .gears-list-with {
      width: auto;
    }
    .commonmenu .gear-list-box {
      min-height: auto;
      margin: 0 0 40px 0;
    }
    .commonmenu .gear-large-box {
      min-height: auto;
    }
    .commonmenu .price-list h3 {
      padding: 75px 15px;
      font-size: 42px;
    }
    .commonmenu .green-coloumn h3, .commonmenu .black-coloumn h3 {
      padding: 10px 20px 20px;
      font-size: 42px;
      line-height: 60px;
    }
    .commonmenu .form-coloumn {
      padding: 50px 15px 15px;
      font-size: 25px;
    }
    .commonmenu .form-coloumn p {
      padding-bottom: 15px;
      line-height: normal;
    }
    .commonmenu .height-green {
      min-height: auto;
    }
    .commonmenu .hire-me-form-area {
      padding: 25px 0;
      max-width: none;
    }
    .commonmenu .gears-list h3 {
      padding: 25px 15px;
      font-size: 42px;
      margin: 0;
    }
    .commonmenu .faq-list h3 {
      font-size: 35px;
    }
    .commonmenu .faq-list-box p {
      font-size: 16px;
      line-height: normal;
    }
    .commonmenu .faq-sub-title {
      margin-bottom: 25px;
    }
    .commonmenu .section-hire-me {
      padding: 50px 0 0;
    }
    .commonmenu .studio-header-title {
      left: 15%;
      right: 15%;
      top: 35%;
    }
    .commonmenu .studio-header-title b {
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0px;
    }
    .commonmenu .studio-header-title p {
      font-size: 8px;
      letter-spacing: 0px;
      margin-bottom: 8px;
    }
    .commonmenu .studio-header-title a {
      padding: 5px 13px 5px;
      font-size: 9px;
      letter-spacing: 1px;
    }
    .commonmenu .lable-head {
      display: none;
    }
    .commonmenu .studio-rental-title {
      padding: 0;
    }
    .commonmenu .studio-rental-title strong {
      max-width: none;
    }
    .commonmenu .section-hevinlasean {
      padding: 0;
    }
    .commonmenu .music-header-title, .commonmenu .foot-bottom, .commonmenu .liness {
      display: none;
    }
    .commonmenu .music-lable-head {
      font-size: 30px;
      letter-spacing: 4px;
    }
    .commonmenu .section-request-music:before {
      border-left: 0 solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 70px solid #30343b;
      top: -69px;
    }
    .commonmenu .cinematic-img strong, .commonmenu .cinematic-content b {
      font-size: 24px;
      letter-spacing: 3px;
    }
    .commonmenu .address-info .bbb {
      padding-left: 15px;
    }
    .commonmenu .hire-me-form-area .form-control {
      background: #3c4047;
    }
    .commonmenu .on-foot {
      display: block;
      margin: 0;
      text-align: center;
    }
    .commonmenu .foot-copy-right {
      text-align: center;
      padding: 20px 0;
    }
    .commonmenu .foot-bottom:after {
      left: auto;
      top: 0;
      right: 20px;
    }
    .commonmenu .tokyo-video-head .music-lable-head span {
      font-size: 18px;
      letter-spacing: 3px;
    }
    .commonmenu .tokyo-video-head .music-lable-head {
      top: 52%;
    }
    .commonmenu .music-services h4 {
      letter-spacing: 13px;
    }
    .commonmenu .music-services .s-margin {
      margin-left: 10%;
    }
    .commonmenu .section-request-music h4 {
      font-size: 19px;
      letter-spacing: 2px;
    }
    .commonmenu .heading h2 span {
      display: block;
    }
    .commonmenu .spp-heading {
      margin: 0;
    }
    .commonmenu .sp-images b {
      font-size: 40px;
    }
    .commonmenu .sp-images p {
      padding-top: 50px;
      font-size: 16px;
    }
    .commonmenu .extra-editing-tv h3 {
      font-size: 36px;
    }
    .commonmenu .section-plans-list h5 {
      font-size: 26px;
    }
    .commonmenu .plan-box {
      padding: 20px;
    }
    .commonmenu .price-list-box b {
      display: block;
    }
    .commonmenu .price-list-box span {
      font-size: 15px;
      padding: 3px 0;
    }
    .commonmenu .price-list-box strong {
      font-size: 30px;
      padding: 3px 0;
    }
    .commonmenu .price-list-box u {
      font-size: 15px;
      padding: 3px 0;
    }
    .commonmenu .price-list-box .row {
      padding: 5px 0;
      border-bottom: 1px solid #000;
    }
    .commonmenu .sp-images img {
      margin: 15px auto;
    }
    .commonmenu .fashion-heading p {
      margin-bottom: 20px;
    }
    .commonmenu .sec-digital {
      background-repeat: no-repeat, repeat;
    }
    .commonmenu .sec-digital-computer {
      background: url(../images/digital-editing.png) no-repeat center top/86% auto;
    }
    .commonmenu .digital-heading h2 {
      font-size: 25px;
    }
    .commonmenu .digital-content h2 {
      font-weight: normal;
      line-height: normal;
    }
    .commonmenu .tokyo-heading h3 {
      font-size: 41px;
    }
    .commonmenu .tokyo-heading b {
      font-size: 15px;
    }
    .commonmenu .tokyo-heading {
      padding: 20px 20px;
      margin-bottom: 15px;
    }
    .commonmenu .perssonal-photographer {
      background: url(../images/ancient-tuture/personal-photographer.png) no-repeat center top/90% auto;
      padding: 10px 0;
    }
    .commonmenu .perssonal-photographer b {
      font-size: 25px;
    }
    .commonmenu .perssonal-photographer .nomar {
      margin-top: 0;
    }
    .commonmenu .no-title {
      padding-top: 30px;
    }
    .commonmenu .hakone-title {
      font-size: 24px;
      padding: 30px 0 30px;
    }
    .commonmenu .release-form-heading h2 {
      font-size: 22px;
    }
    .commonmenu .meeting-heading h2 {
      font-size: 25px;
      letter-spacing: 2px;
      margin-bottom: 7px;
      line-height: 35px;
    }
    .commonmenu .meeting-content h5 {
      font-size: 20px;
      margin: 0px 0;
    }
    .commonmenu .info-box i {
      width: 40px;
      height: 40px;
      font-size: 20px;
      margin-right: 18px;
    }
    .commonmenu .info-box {
      padding: 10px 10px;
    }
    .commonmenu .welcome-message h1 {
      font-size: 24px;
      margin-bottom: 30px;
    }
    .commonmenu .section-plans-list .bot-text {
      font-size: 10px;
      letter-spacing: 1px;
      padding: 0 0;
      line-height: normal;
    }
    .commonmenu .cine-clients h4:after, .commonmenu .cine-clients h4:before {
      width: 23.5%;
    }
    .commonmenu .digital-heading h2:after {
      display: none;
    }
    .commonmenu .perssonal-photographer2 {
      padding: 0px 15px 0;
    }
    .commonmenu .photo-list b {
      margin: 0 0 20px;
      /*Spiritual Machines*/
    }
    .commonmenu .spiritual-machines-page {
      background: #fff;
      font-family: 'sf_compact_displayregular', Arial, Helvetica, sans-serif;
      height: auto;
      min-height: 100vh;
    }
    .commonmenu .sm-logo-text {
      font-size: 20px;
      position: relative;
      top: -5px;
    }
    .commonmenu .spiritual-background {
      height: auto;
      min-height: 100vh;
    }
    .commonmenu .alexa-header-title, .commonmenu .contact-header-title {
      position: relative;
      left: auto;
      max-width: none;
      top: auto;
      padding-top: 20px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .commonmenu .alexa-header-title {
      position: static;
      /*.story-page{padding-bottom:90px;}*/
    }
    .commonmenu .alexa-line {
      border-left: 0;
    }
    .commonmenu .tag-line {
      letter-spacing: 4px;
      margin-bottom: 20px;
    }
    .commonmenu .alexa-header-title h2, .commonmenu .contact-header-title h2 {
      font-size: 18px;
      padding: 0;
      margin-top: 8px;
    }
    .commonmenu .alexa-header-title p, .commonmenu .contact-header-title p {
      font-size: 12px;
      letter-spacing: 0;
      margin-bottom: 25px;
      line-height: normal;
    }
    .commonmenu .contact-header-title b {
      font-size: 14px;
      letter-spacing: 0;
      margin-bottom: 15px;
      line-height: normal;
    }
    .commonmenu .alexa-header-title a {
      padding: 10px 21px 8px;
      font-size: 12px;
      letter-spacing: 7px;
      margin: 0 auto;
      display: block;
      max-width: 155px;
    }
    .commonmenu .alexa-header-title a i {
      top: 5px;
      font-size: 26px;
    }
    .commonmenu .alexa-header-title a {
      position: absolute;
      bottom: 160px;
      left: 79px;
    }
    .commonmenu .sm-header .music-lable-head {
      bottom: 0;
      position: relative;
      padding: 70px 0 40px;
    }
    .commonmenu .sm-header .bg-proxy .music-lable-head {
      bottom: -40px;
    }
    .commonmenu .sm-header .music-lable-head span {
      font-size: 14px;
    }
    .commonmenu .sm-header .mht-position {
      right: auto;
    }
    .commonmenu a.btn-watch {
      position: relative;
      padding: 3px 15px;
      font-size: 14px;
      margin: 14px auto;
      top: auto;
      max-width: 96px;
      bottom: 0;
      right: 0;
    }
    .commonmenu .sm-header .foot-bottom {
      display: block;
      text-align: center;
      bottom: 0;
      position: relative;
      left: 0;
      right: 0;
    }
    .commonmenu .foot-bottom span {
      padding: 0 3px;
    }
    .commonmenu .foot-bottom span i {
      padding: 0 4px;
    }
    .commonmenu .bread-line {
      position: relative;
      left: auto;
      top: auto;
      font-size: 14px;
      letter-spacing: 4px;
      padding-top: 15px;
      padding-left: 24px;
      padding-bottom: 10px;
    }
    .commonmenu .sbread-line {
      padding-left: 15px;
      background: none;
    }
    .commonmenu .story-page a {
      max-width: 173px;
      letter-spacing: 3px;
      bottom: 65px;
    }
    .commonmenu .story-page a i {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      padding: 3px 0 0 3px;
      font-size: 22px;
      top: 2px;
    }
    .commonmenu .sm-header-title {
      position: relative;
      left: auto;
      top: auto;
      right: 0;
      padding: 0 15px;
      text-align: center;
    }
    .commonmenu .sm-header-title strong {
      font-size: 14px;
      padding: 0 0 0 0;
      letter-spacing: 1px;
    }
    .commonmenu .sm-header-title h2 {
      font-size: 32px;
      padding: 0;
    }
    .commonmenu .sm-header-title b {
      font-size: 16px;
      padding: 0;
    }
    .commonmenu .sm-header-title p {
      font-size: 14px;
      padding: 10px 0 0;
      letter-spacing: 1px;
    }
    .commonmenu .bg-story {
      background: url(../images/spritual-machine/bg-story.jpg) no-repeat right center/cover;
    }
    .commonmenu .loader {
      top: 35%;
      left: 37%;
    }
    .commonmenu .sm-header-content .navbar_menu {
      display: none;
    }
    .commonmenu .sm-logo-text {
      background: rgba(0, 0, 0, 0);
    }
    .commonmenu .navigate {
      display: none;
    }
    .commonmenu .spiritual-machines-page .hamburger {
      top: 15px;
      display: block !important;
    }
    .commonmenu .sm-logo-text a {
      padding: 8px 0;
    }
    .commonmenu .sm-logo-text a img {
      max-width: 90px;
    }
    .commonmenu .sm-header-content {
      position: fixed;
      padding: 0;
    }
    .commonmenu .ms-contact {
      width: auto;
      padding: 20px 10px;
    }
    .commonmenu .sm-video video {
      -moz-transform: scale(4.4);
      -webkit-transform: scale(4.4);
      -o-transform: scale(4.4);
      -ms-transform: scale(4.4);
      transform: scale(4.4);
    }
    .commonmenu .bg-calum .sm-video video, .commonmenu .bg-proxy .sm-video video {
      -moz-transform: scale(5);
      -webkit-transform: scale(5);
      -o-transform: scale(5);
      -ms-transform: scale(5);
      transform: scale(5);
    }
    .commonmenu .menus {
      left: -100%;
      width: 100%;
    }
    .commonmenu .menus-wrapper {
      padding: 50px 20px 50px 20px;
    }
    .commonmenu .menus-links {
      padding: 20px;
    }
    .commonmenu .menus-links ul li {
      padding: 0;
      margin: 0px 0;
    }
    .commonmenu .menus-links ul li a {
      display: inline-block;
      padding: 4px 0;
      color: #414141;
    }
    .commonmenu .menus-links ul li a:after {
      height: 1px;
    }
    .commonmenu a.btn-watch:after {
      display: none;
    }
    .commonmenu .videos-tools {
      position: absolute;
      left: 0;
      bottom: 50px;
      right: 0;
      z-index: 200;
      padding: 10px;
      display: block;
    }
    .commonmenu .videos-tools a {
      display: inline-block;
      margin: 0 5px;
      color: #fff;
      width: 30px;
      height: 30px;
      border: 1px solid #fff;
      border-radius: 1000%;
      font-size: 14px;
      text-align: center;
      padding: 4px 0;
      vertical-align: top;
    }
    .commonmenu .videos-tools a.vv-share {
      background: url(../images/spritual-machine/Icon_share.svg) no-repeat center center/20px 20px;
      float: right;
      border: 0;
    }
    .commonmenu .videos-tools a.vv-close {
      background: url(../images/spritual-machine/Icon_close.svg) no-repeat center center/14px 14px;
    }
    .commonmenu .vsmedia {
      display: none;
    }
    .commonmenu .vsmin {
      display: inline-block;
      float: right;
    }
    .commonmenu .vsmedia a {
      border: 0;
      font-size: 14px;
    }
    .commonmenu .describe-check label {
      margin-right: 6px;
    }
    .commonmenu .ms-contact .form-group {
      margin-bottom: 0;
    }
    .commonmenu .ms-contact .form-control {
      margin-bottom: 10px;
    }
    .commonmenu .spiritual-machines-page .foot-bottom {
      display: block;
      position: relative;
      background: #000;
      left: 0;
      text-align: center;
      padding-bottom: 90px;
    }
    .commonmenu .spiritual-machines-page .foot-bottom:after {
      display: none;
    }
    .commonmenu .spiritual-machines-page .foot-bottom span {
      padding: 0 19px;
    }
    .commonmenu a.dwatch {
      display: none;
    }
    .commonmenu a.mwatch {
      display: inline-block;
    }
    .commonmenu .describe-check label input {
      vertical-align: sub;
    }
    .commonmenu .ms-contact .btn-ms {
      margin-top: 10px;
    }
    .commonmenu .describe-check label {
      font-size: 12px;
    }
    .commonmenu .email-update {
      padding: 40px 20px;
    }
    .commonmenu .navbar-toggle .icon-bar {
      width: 19px;
      height: 1px;
    }
    .commonmenu .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 3px;
    }
    .commonmenu .navbar-header {
      top: -40px;
      right: -8px;
    }
    .commonmenu .navbar-default .navbar-toggle:hover, .commonmenu .navbar-default .navbar-toggle:focus {
      background: none;
      outline: none;
    }
    .commonmenu .navbar-default .navbar-toggle:active {
      background: none;
      outline: none;
    }
    .commonmenu .hamburger {
      top: 25px;
      position: absolute;
    }
    .commonmenu .hamburger .line {
      height: 1px;
      background-color: #ccc;
    }
    .commonmenu .ancient-header-content .navbar_menu {
      font-size: 9px;
      letter-spacing: 2px;
    }
    .commonmenu .ancient-header-content .navbar-default .navbar-nav > li > a {
      padding: 5px 16px;
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(1) {
      -webkit-transform: translateY(4px) rotate(45deg);
      -ms-transform: translateY(4px) rotate(45deg);
      -o-transform: translateY(4px) rotate(45deg);
      transform: translateY(4px) rotate(45deg);
    }
    .commonmenu #hamburger-1.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-4px) rotate(-45deg);
      -ms-transform: translateY(-4px) rotate(-45deg);
      -o-transform: translateY(-4px) rotate(-45deg);
      transform: translateY(-4px) rotate(-45deg);
    }
    .commonmenu .post-title .posted-date {
      font-size: 16px;
      padding: 20px 0 0;
    }
    .commonmenu .preset-page .section-af {
      padding-top: 50px;
    }
    .commonmenu .section-request-music a {
      left: 0px;
    }
    .commonmenu .section-map .container {
      padding-top: 100vh;
    }
  }
  @media (max-width: 767px) and (orientation: landscape) {
    .commonmenu .story-page {
      padding-bottom: 90px;
    }
  }
  @media (max-width: 480px) {
    .commonmenu .dropdown-menu {
      width: 100% !important;
    }
    .commonmenu .carousel-caption h2 {
      font-size: 14px;
      margin-top: 0;
    }
    .commonmenu .carousel-caption h1 {
      font-size: 26px;
      padding-bottom: 10px;
      margin-bottom: 0px;
      margin-top: 20px;
    }
    .commonmenu .banner-header .carousel-inner > .item > img {
      max-width: none;
    }
    .commonmenu .pagination > li > a, .commonmenu .pagination > li > span {
      padding: 4px 6px;
    }
    .commonmenu .nav-tabs > li > a {
      padding: 12px 17px;
    }
  }
  @media (max-width: 320px) {
    .commonmenu .bread-line {
      font-size: 13px;
      padding-top: 90px;
      font-size: 12px;
      padding-bottom: 5px;
    }
    .commonmenu .tag-line {
      font-size: 12px;
    }
    .commonmenu .alexa-header-title h2 {
      font-size: 15px;
    }
    .commonmenu .alexa-header-title p {
      font-size: 11px;
      margin-bottom: 25px;
      line-height: 11px;
    }
  }
  .commonmenu .navbar_menu {
    font-size: 9px;
  }
  .commonmenu .navbar_menu .navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }
  .commonmenu .navbar-collapse.collapse{
    padding-right: 0;
    padding-left: 0;
  }
  .commonmenu .navbar-default .navbar-nav > li > a:hover, .commonmenu .navbar-default .navbar-nav > li.active > a:hover, .commonmenu .navbar-default .navbar-nav > li > a:focus, .commonmenu .navbar-default .navbar-nav > li.active > a, .commonmenu .navbar-default .navbar-nav > .active > a:focus {
    color: #d2d2d2;
    background: none;
    box-shadow: none;
    text-shadow: none;
  }
  .commonmenu .sm-header-content .navbar-default .navbar-nav > li > a {
    padding: 13px 16px;
    font-size: 17px;
    line-height: 28px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .commonmenu .sm-logo-text a img {
    max-width: 230px;
  }
  @media (max-width: 3072px) {
    .commonmenu .sm-logo-text a img {
      max-width: 300px;
    }
  }
  @media (max-width: 2048px) {
    .commonmenu .sm-header-content .navbar-default .navbar-nav > li > a {
      padding: 0px 10px;
      font-size: 9px;
    }
  }
  .commonmenu .navbar-default .navbar-nav > li > a:after {
    display: block;
    content: '';
    height: 1px;
    width: 0;
    margin: 0 auto;
    background: #fefefe;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .commonmenu .navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
  }
  @media (max-width: 767px) {
    .commonmenu .navbar-default .navbar-toggle .icon-bar {
      background-color: #fefefe;
    }
    .commonmenu .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 3px;
    }
    .commonmenu .navbar-toggle .icon-bar {
      width: 19px;
      height: 2px;
      display: block;
    }
    .commonmenu .navbar-default .navbar-toggle .icon-bar {
      background-color: #fefefe;
    }
    .commonmenu .navbar-default .navbar-toggle:hover, .commonmenu .navbar-default .navbar-toggle:focus {
      background: none;
      border: none;
    }
    .commonmenu .sm-header-content .navbar_menu {
      display: block;
    }
    .commonmenu .navbar-toggle {
      margin: 0;
      padding: 3px;
      position: absolute;
      right: 25px;
      top: -2px;
      border-radius: 0;
    }
    .commonmenu .sm-header-content {
      padding-top: 29px;
    }
    .commonmenu .sm-logo-text a img {
      max-width: 40%;
    }
    .commonmenu .spiritual-machines-page .hamburger {
      top: 27px;
    }
    .commonmenu .content-wrapper {
      margin-top: 100px;
    }
  }
  @media (min-width: 768px) {
    .commonmenu .sm-contact-details {
      position: fixed;
      min-width: 500px;
      bottom: 100px;
    }
  }
  .commonmenu .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .commonmenu .navbar-nav > li {
    float: left;
  }