@font-face{font-family:SSTPro-Roman;src:local(SSTPro-Roman),url(../fonts/SSTPro-Roman.otf) format("woff");font-weight:400;font-style:normal;font-stretch:normal}
@font-face {
    font-family: SSTPro-Bold;
    src: local(SSTPro-Bold), url(../fonts/SSTPro-Bold.otf) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: SSTPro-Heavy;
    src: local(SSTPro-Heavy), url(../fonts/SSTPro-Heavy.otf) format("woff");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: SSTPro-Light;
    src: local(SSTPro-Light), url(../fonts/SSTPro-Light.otf) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: SSTPro-Medium;
    src: local(SSTPro-Medium), url(../fonts/SSTPro-Medium.otf) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: SSTPro-Roman;
    src: local(SSTPro-Roman), url(../fonts/SSTPro-Roman.otf) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
  }

body {
    margin: 0 auto;
}

.max-width-sony {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#s-main-header {
    height: 642px;
    width: 100%;
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

#s-main-wrapper {
    width: 100%;
    padding: 0 7%;
    margin: 0 auto;
}

#s-main-wrapper h1 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 35px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#s-main-wrapper h2 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    padding-top: 42px;
}

#s-main-content {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding-top: 32px;
    color: #81808f;
    padding-bottom: 140px;
}

#s-main-content p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (max-width: 991px) {
    #s-main-header {
        height: 250px;
        background-size: cover;
    }
    #s-main-wrapper {
        padding: 0 6%;
        width: auto;
    }
    #s-main-wrapper h1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #s-main-header {
        background: url(../images/mobile-bg.jpg) center center;
        height: 220px;
        background-size: cover;
    }
    #s-main-wrapper h1 {
        font-size: 28px;
    }
    #s-main-wrapper h2 {
        font-size: 18px;
        padding-top: 32px;
    }
    #s-main-content {
        font-size: 15px;
        padding-top: 22px;
    }
}


/* Custom Css */

img {
    width: 100%;
    height: auto;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

.cus_wrapper {
    max-width: 680px;
    margin: auto;
}

.site_btn {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #f5821f;
    border-radius: 0;
    padding: 4px 28px;
    transition: .3s all ease;
}

.site_btn:hover {
    color: #fff;
    background-color: #000;
    transition: .3s all ease;
}

.site_btn span {
    line-height: 1.0;
}

.double_arow {
    max-width: 33px !important;
}

.section_no {
    border-bottom: 2px solid #d1d1d1;
    overflow-y: hidden;
    height: 20px;
    max-width: 245px;
    margin: 0 auto 35px;
}

h1 {
    color: #fff;
    text-shadow: 0px 0px 10.66px rgba(0, 0, 0, 0.27);
    letter-spacing: 0.3rem;
    font-size: 2.7rem;
    font-weight: 700;
}

.section_no p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    color: #d1d1d1;
    margin: 0;
}

.section_title h2 {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    color: #000;
    margin: 0 auto;
}
.product_sec .section_title h2 {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #000;
    margin: 0 auto;
    font-family: "SST W20 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.section_title p {
    font-size: 1.0rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin: 25px auto 40px;
    line-height: 1.3;
}

.section_title p.tags {
    color: #9c9c9c;
    font-size: 0.9rem;
    letter-spacing: 0;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 0;
}

.section_title p.tags.inner {
    margin-top: 16px;
}

.section_title p.tags.inner span {
    margin-left: 15px;
}

.section_title p.tags.inner span:first-of-type {
    margin-left: 0;
}

.section_title p.tags a {
    color: white;
    text-decoration: none;
    background-color: #5d5c5d;
    padding: 3px 10px;
}

.before_img {
    position: relative;
}

.before_img::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    background-color: rgba(17, 17, 17, 0.35);
}

.before_img::after {
    content: "";
    position: absolute;
    background: url(../images/before_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -17px;
}

.info_txt {
    font-size: 0.975rem;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
}


/* Header */

header .container {
    position: relative;
}

header .navbar-toggler {
    box-shadow: none !important;
    position: absolute;
    left: 15px;
}
.clearfix.nav.navbar-nav {
    margin-left: 8%;
}
header .navbar-brand {
    max-width: 150px;
    margin: 0;
    height: 10px;
}

header .navbar-collapse {
    background-color: #000;
    position: absolute;
    top: 32px;
    left: 0;
    padding: 0 30px;
}
#header1 .navbar-collapse {
    background-color: #000;
    position: absolute;
    top: 32px;
    left: 0;
    padding: 0 30px;
    padding-top: 6.25rem;
}
header .navbar-collapse.show {
    min-height: 265px;
    height: 100% !important;
}
#header1 .navbar-collapse.show {
    min-height: 100vh;
    height: 100% !important;
}
.navbar-nav .nav-link {
    padding-right: 25px;
}
.nav-link.white {
    color: white !important;
}
.navbar-brand {
    padding-top: 0px;
}
#navbarScroll1 .nav-link {
    color: black;
}
#navbarScroll1 ul {
    text-align: center;
 
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 16px;
}
#navbarScroll1 .nav-item {
    margin-right: 2.1875rem!important;
}

#navbarScroll1 .nav-link {
    font-family: SSTPro-Roman;
    font-size: .8125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .125rem;
    color: #000;
    padding: 14px 16px;
}
#navbarScroll {
    justify-content: center;
}
#navbarScroll .nav-item{
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
}
#navbarScroll .nav-item .sub_page{
    display: block;
    color: #ffffff8c !important;
    text-align: center;
    text-decoration: none;
}
.dropdown:hover .nav-link{
    color: #f05a23 !important;
}
.dropdown:hover .dropdown-menu {
    left: 0;
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
    
}
@media (max-width:992px) {
  
    
    .nav-link.sub_page {
        padding-left: 15px;
        color: rgba(255, 255, 255, .55) !important;
        border-bottom: 1px solid #fff;
    }
    
     .nav-link.sub_page:first-of-type {
        border-top: 1px solid #fff;
    }
    .navbar-collapse {
        padding: 0 30px;
    }
    #navbarScroll .nav-item{
        text-align: left;
    }
    #navbarScroll .nav-item .sub_page{
        text-align: left;
    }
    #navbarScroll1 .nav-link {
        font-size: 1.4375rem;
        font-weight: 400;
        color: #1f1f1f;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: .125rem;
        padding: 0.8125rem 0;
    }
    #navbarScroll1 .nav-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto !important;
    }
    .dropdown-menu {
        background: transparent;
    }
    .dropdown .nav-link.show {
        color: #f05a23 !important;
    }
    .clearfix.nav.navbar-nav {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 120px;
        height: auto;
    }
}


/* Banner section */

section.banner {
    position: relative;
    z-index: -1;
}

section.banner p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 24px 0 0;
}

section.banner img.title_img {
    width: 100%;
    max-width: 455px;
    margin: auto;
}

.banner_slider [class*="hero-item-"] {
    padding: 140px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_slider .hero-item-1 {
    background-image: url(../images/main-banner-1.jpg);
}

.banner_slider .hero-item-2 {
    background-image: url(../images/main-banner-2.jpg);
}
.banner_slider .hero-item-3 {
    background-image: url(../images/main-banner-3.jpg);
}
.banner_slider .hero-item-4 {
    background-image: url(../images/main-banner-4.jpg);
}

/* Lenses Section */

section.lense_sec {
    margin-top: -147px;
    /* position: relative;
    z-index: -1; */
}

section.lense_sec img.gmaster {
    width: 100%;
    max-width: 300px;
}

section.lense_sec h2 {
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin: 30px auto 20px;
    color: #000;
}
.cus_wrapper .logo-text p {
    color: black;font-size: 1.8rem;font-weight: 600; margin: 5px 0px 5px 0px !important
}
/* One Mount section */

section.mount_sec,
section.unlock_fps,
section.eye_af {
    margin-top: 60px;
}


/* Unlock FPS section */

section.unlock_fps .section_title p {
    max-width: 570px;
}


/* Eye AF Section */

section.back_top {
    margin: 60px 0 30px;
}

section.back_top button {
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    color: #d1d1d1 !important;
}

section.back_top button img {
    max-width: 35px;
    margin-top: 10px;
}

.footer {
    background: #000;
    padding: 40px 0 0;
}

.footer .logo {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.footer .logo img {
    max-width: 145px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-top: 12px;
}

.footer ul li a,
.footer .social a {
    color: #d1d1d1 !important;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d1d1d1;
}

.footer .social a {
    display: inline-block;
    margin: 10px 20px 0 0;
}

.footer .social .fb {
    position: relative;
}

.footer .social .fb::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50%;
    height: 64%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.footer .social img {
    max-width: 45px;
    position: relative;
}

.footer .copyright {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.vertical_slider {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.vertical_slider .splide__slide {
    padding-left: 15px;
}

.vertical_slider .splide__pagination {
    position: relative;
    right: 0;
}

.vertical_slider .splide__pagination li {
    margin-top: 20px;
}

.vertical_slider .splide__pagination li:first-of-type {
    margin-top: 0;
}

.vertical_slider .splide__pagination__page {
    width: auto;
    height: auto;
    min-width: 69px;
    border-radius: 0;
    background: transparent !important;
    position: relative;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    color: rgba(0, 0, 0, 0.8);
}

.vertical_slider .splide__pagination__page.is-active {
    color: #000;
    font-weight: 400;
}

.vertical_slider .splide__pagination li:first-of-type button::before {
    content: "- 11mm";
}

.vertical_slider .splide__pagination li:nth-of-type(2) button::before {
    content: "- 16mm";
}

.vertical_slider .splide__pagination li:nth-of-type(3) button::before {
    content: "- 57mm";
}

.vertical_slider .splide__pagination li:nth-of-type(4) button::before {
    content: "- 90mm";
}

.vertical_slider .splide__pagination li:nth-of-type(5) button::before {
    content: "- 200mm";
}


/* ==================================
  Birding Inner Page 
================================== */

section.banner.inner {
    padding: 140px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section.banner.birding {
    background-image: url(../images/main-banner-2.jpg);
}

section.lense_sec.inner img.lense {
    max-width: 250px;
    display: block;
    margin: auto;
}

section.lense_sec.inner h3:first-of-type {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    color: #000;
    margin: 0 auto;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
section.lense_sec.inner h3:last-of-type {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #000;
    margin: 0 auto;
    font-family: "SST W20 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.review_sec img {
    width: 75px;
    height: 75px;
    margin-right: 12px;
}

section.review_sec p {
    color: #000;
}

section.review_sec .txt h4,
section.review_sec .txt p {
    letter-spacing: 0.05rem;
    color: #000;
}

section.review_sec .section_title {
    border-left: 3px solid #ff5e00;
    padding-left: 40px;
}

.product_slider .splide__pagination {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}

.product_slider .splide__pagination__page.is-active {
    background: #ccc !important;
    opacity: 1;
}

.product_slider {
    margin-top: 50px;
}

.product_slider .splide__track {
    padding-left: 0 !important;
}

.product_slider .splide__slide {
    margin-right: 30px;
    padding-top: 85px;
}

.product_slider .splide__slide:last-of-type {
    margin-right: 0;
}

.product_slider .product_item a {
    background-color: #e2e2e2;
    color: #000;
    outline: 0 !important;
    text-decoration: none;
    height: 100%;
}

.product_slider .product_item img {
    max-width: 350px;
    margin: -20% auto 0;
}

.product_slider .product_item h3 {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #000;
    margin: 15px auto 5px;
}

.product_slider .product_item p {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    color: #000;
    margin-bottom: 20px;
}

.product_slider .product_item .content {
    width: calc(100% - 32px);
}

.product_slider .product_item .arrow {
    width: 32px;
    background-color: #F5821f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}


/* Discover more section */

.discover_more .section_title h2 {
    color: #fff;
}

.discover_more .discover_card {
    position: relative;
    color: #fff;
    text-decoration: none;
    outline: 0 !important;
}

.discover_card .section_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.discover_card .section_title p {
    margin: 0 auto 10px;
    color: #fff;
}


/* ==================================
  Fashion Inner Page 
================================== */

section.banner.fashion {
    background-image: url(../images/main-banner-3.jpg);
    background-position: center right;
}

.product_slider .product_item img.raisa_lens {
    margin-top: -13%;
}


/* ==================================
        Landscapes Inner Page 
    ================================= */

section.banner.landscapes {
    background-image: url(../images/main-banner-1.jpg);
}

.product_slider .product_item img.jerome_lens {
    margin-top: -7%;
}


/* ==================================
        Weddings Inner Page 
    ================================= */

section.banner.wedding {
    background-image: url(../images/main-banner-4.jpg);
    background-position: 50% 10%;
}

.product_slider .product_item img.vin_lens {
    margin-top: -12%;
}

@media (max-width: 767px) {
    section.lense_sec.inner h3 {
        font-size: 1.2rem !important;
    }
    .product_sec .section_title h2  {
        font-size: 1.2rem;
    }
    .site_btn {
        font-size: 1rem;
    }
    h1 {
        font-size: 1.4rem;
    }
    .section_title h2 {
        font-size: 1.2rem;
    }
    .section_title p {
        font-size: 0.8rem;
        max-width: 350px;
    }
    header .navbar-collapse {
        width: 100%;
    }
    header nav.navbar {
        padding: 22px 0 24px;
    }
    .banner_slider [class*="hero-item-"],
    section.banner.inner {
        padding: 85px 0;
    }
    section.banner p {
        font-size: 1.2rem;
    }
    section.banner img.title_img {
        max-width: 300px;
    }
    section.lense_sec {
        margin-top: -70px;
    }
    section.lense_sec.inner img.lense {
        max-width: 135px;
    }
    section.lense_sec img.gmaster {
        max-width: 180px;
    }
    section.lense_sec h2 {
        font-size: 1.3rem;
        max-width: 350px;
    }
    section.mount_sec,
    section.unlock_fps,
    section.eye_af {
        margin-top: 40px;
    }
    .section_title p.tags {
        font-size: 0.7rem;
    }
    .vertical_slider .splide__pagination {
        margin-top: -56px;
    }
    .vertical_slider .splide__pagination__page {
        font-size: 0.7rem;
    }
    /* ==================================
        Birding Inner Page 
    ================================= */
    section.banner.birding {
        background-image: url(../images/birding/birding-banner-mob.jpg);
    }
    section.lense_sec.inner h3 {
        letter-spacing: 0.1rem;
        font-size: 1rem;
    }
    .section_title p.tags.inner {
        font-size: 0.7rem;
    }
    section.review_sec {
        margin-top: 60px;
    }
    section.review_sec .txt h4,
    section.review_sec .txt p {
        font-size: 1rem;
    }
    .product_slider {
        margin-top: 15px;
    }
    .product_slider .product_item h3,
    .product_slider .product_item p {
        font-size: 0.8rem;
    }
    .product_slider .product_item .content {
        padding: 0 10px;
    }
    .product_slider .product_item img {
        max-width: 150px;
    }
    .discover_more .section_title h2 {
        font-size: 1.1rem;
    }
    /* ==================================
        Fashion Inner Page 
    ================================= */
    section.banner.fashion {
        background-image: url(../images/fashion/fashion-banner-mob.jpg);
    }
    /* ==================================
        Landscapes Inner Page 
    ================================= */
    section.banner.landscapes {
        background-image: url(../images/landscape/landscape-banner-mob.jpg);
    }
    /* ==================================
        Wedding Inner Page 
    ================================= */
    section.banner.wedding {
        background-image: url(../images/weddings/banner-mob.jpg);
    }
}




/*Lightbox*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


/*PRODUCTIONS LIST*/
.mw-1200 {
    max-width: 1200px !important;
}
.pt-40 {
    padding-top: 40px;
}
.pt-75 {
    padding-top: 75px;
}
.prod_main {
    background-color: #e2e2e2;
    color: #000;
    outline: 0 !important;
    text-decoration: none;
    height: 100%;
    display: flex;
}
.prod_main .content {
    width: calc(100% - 32px);
}
.prod_main .content img {
    max-width: 320px;
    margin: -25% auto 0;
}
.prod_main .content h3 {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    color: #000;
    margin: 15px 5px 5px;
}
.prod_main .content p {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    color: #000;
    line-height: 0.9rem;
    margin: 0px 5px 20px;
}
.prod_main .arrow {
    width: 32px;
    background-color: #F5821f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
@media (min-width:578px ) {
.navbar.bg-black.navbar-dark .container {
    display: none;
}

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #F5821f !important;
  }
  #navbarScroll .nav-item .sub_page:hover {
    color: #F5821f !important;
}
}
@media (max-width:578px ) {
    .navbar.bg-black.navbar-dark .desk-ul {
        display: none;
    }
    .pt-75 {
        padding-top: 30px;
    }
    .prod_main .content img {
        margin: -25% auto 0;
    }
    .prod_main .content h3 {
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        line-height: 1.4;
    }
    .prod_main .content p {
        font-size: 0.7rem;
        letter-spacing: 0.1rem;
        line-height: 0.8rem;
    }
    .cus_wrapper .logo-text p {
       font-size: 1rem;
    }

}

.sticky-btn {
    position: -webkit-fixed;
    position: fixed;
        bottom: 20px;
        right: 20px;
        border: 2px solid #f36e21;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        color: #f36e21;
        font-weight: bold;
        background: white;
        z-index: 98;
    }
    .sticky-btn > a > font {
        font-weight: normal;
       
    }
    .sticky-btn a {
        line-height: 20px;
        text-decoration: none !important;
        color: #f36e21;
    }



    .dropdown-menu a {
        font-family: SSTPro-Roman;
    }

    .dropdown-menu {
        right: 0;
        text-align: right;
    }
    @media (max-width: 61.99875rem) {
        .dropdown-menu {
            position: static;
            width: 100%;
            border: none;
            text-align: center;
            margin-top: 0;
            padding: 0;
        }
        .dropdown-menu:after {
            display: none;
        }
    }
    .dropdown-item {
        position: relative;
        padding: 0.75rem 1rem !important;
    }
    @media (max-width: 61.99875rem) {
        .dropdown-item {
            color: #282828;
            border: none;
            text-align: center;
        }
    }
    .dropdown-item a {
        display: block;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #f05a23;
        background-color: transparent;
    }
    @media (max-width: 61.99875rem) {
        .dropdown-item:focus,
        .dropdown-item:hover {
            background: 0 0;
        }
         .dropdown-item:focus,
       .dropdown-item:hover {
            border-left: none !important;
        }
    }
    .dropdown-item:focus a,
    .dropdown-item:hover a {
        color: #f05a23;
        font-weight: 500;
    }
    .dropdown-item:focus:after,
    .dropdown-item:hover:after {
        content: "";
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #f05a23;
        left: 0;
    }
.dropdown-item:focus:after,
 .dropdown-item:hover:after {
        left: 0;
    }
    .dropdown-item:active {
        background-color: transparent;
    }
    .dropdown-item .active {
        background-color: transparent;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .dropdown-item {
        border-bottom: 1px solid #eee;
        padding: 0.5rem 0.75rem 0.625rem;
    }
    @media (max-width: 61.99875rem) {
        .dropdown-item {
            border-bottom: 0;
        }
    }
    .dropdown-item a {
        color: #000;
        font-size: 0.8125rem;
        text-decoration: none;
    }
    @media (max-width: 61.99875rem) {
        .dropdown-item a {
            color: #282828;
            font-size: 1.0625rem;
            text-transform: capitalize;
        }
    }
    .dropdown-item:last-child {
        border-bottom: none;
    }
    .dropdown-menu:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 0;
        z-index: 9999;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #f3ede6 transparent;
    }
.dropdown-menu:after {
        left: 11px;
    }
    
    .site-footer {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding: 35px 0 30px
      }
      
      .site-footer .layout-container {
        padding: 0 15px
      }
      
      @media all and (min-width: 560px) {
        .site-footer__top .region {
            float:left;
            position: relative;
            width: 50%
        }
      }
      
      @media all and (min-width: 560px) and (max-width:850px) {
        .site-footer .region {
            box-sizing:border-box
        }
      
        .site-footer__top .region:nth-child(2n+1) {
            padding-right: 10px
        }
      
        .site-footer__top .region:nth-child(2n) {
            padding-left: 10px
        }
        .region-footer-third {
            clear: both
        }
      }
      
      @media all and (min-width: 851px) {
        .site-footer__top .region {
            width:24%;
            padding: 0 .65%
        }
      
        .site-footer__top .region:first-child {
            padding-left: 0
        }
      
        .site-footer__top .region:last-child {
            padding-right: 0
        }
      }
      
      .site-footer h2 {
        color: silver;
        color: rgba(255,255,255,.65)
      }
      
      .site-footer blockquote {
        color: #555
      }
      
      .site-footer .content {
        color: silver;
        color: rgba(255,255,255,.65);
        font-size: .857em
      }
      
      .site-footer .menu-item {
        padding: 0
      }
      
      .site-footer .content ol:not(.menu),.site-footer .content ul:not(.menu) {
        padding-left: 1.4em
      }
      
      .site-footer .content a,.site-footer .content a.is-active {
        color: #fcfcfc;
        color: rgba(255,255,255,.8)
      }
      
      .site-footer .content a:hover,.site-footer .content a:focus {
        color: #fefefe;
        color: rgba(255,255,255,.95)
      }
      
      .site-footer .block {
        margin: 20px 0;
        border: 1px solid #444;
        border-color: rgba(255,255,255,.1);
        padding: 10px
      }
      
      .site-footer table {
        font-size: 1em
      }
      
      .site-footer tr td,.site-footer tr th {
        border-color: #555;
        border-color: rgba(255,255,255,.18)
      }
      
      .site-footer tr.odd {
        background-color: transparent
      }
      
      .site-footer tr.even {
        background-color: #2c2c2c;
        background-color: rgba(0,0,0,.15)
      }
      
      .site-footer__top h2 {
        border-bottom: 1px solid #555;
        border-color: rgba(255,255,255,.15);
        font-size: 1em;
        margin-bottom: 0;
        padding-bottom: 3px;
        text-transform: uppercase
      }
      
      .site-footer__top .content {
        margin-top: 0
      }
      
      .site-footer__top p {
        margin-top: 1em
      }
      
      .site-footer__top .content .menu {
        padding-left: 0
      }
      
      .site-footer__top .content li a {
        display: block;
        border-bottom: 1px solid #555;
        border-color: rgba(255,255,255,.15);
        line-height: 1.2;
        padding: .8em 2px .8em 20px;
        text-indent: -15px
      }
      
      .site-footer__top .content li a:hover,.site-footer__top .content li a:focus {
        background-color: #1f1f21;
        background-color: rgba(255,255,255,.05);
        text-decoration: none
      }
      
      .site-footer__top .block-menu,.site-footer__bottom .block {
        margin: 0;
        padding: 0;
        border: 0
      }
      
      .site-footer__bottom .block {
        margin: .5em 0
      }
      
      .site-footer__bottom .content {
        padding: .5em 0;
        margin-top: 0
      }
      
      .site-footer__bottom .block h2 {
        margin: 0
      }
      
      .site-footer__bottom {
        letter-spacing: .2px;
        margin-top: 30px;
        border-top: 1px solid #555;
        border-color: rgba(255,255,255,.15)
      }
      
      .site-footer__bottom .region {
        margin-top: 20px
      }
      
      .site-footer__bottom .block {
        clear: both
      }
      
      .site-footer__bottom .block .menu {
        padding: 0
      }
      
      .site-footer__bottom .menu-item a {
        float: left;
        padding: 0 12px;
        display: block;
        border-right: 1px solid #555;
        border-color: rgba(255,255,255,.15)
      }
      
      
      
      .site-footer__bottom .menu-item:first-child a {
        padding-left: 0
      }
      .site-footer__bottom .menu-item:last-child a {
        padding-right: 0;
        border-right: 0
      }

    @media screen and (max-width: 61.9375rem) {
        .site-footer .region-footer-first .change-region-class {
            margin-top: 0.1875rem;
        }
        .node--type-article .section_content_title_wrap .section_title_wrap:after {
            left: -25px !important;
        }
        .node--type-article .section_content_title_wrap .section_title_wrap {
            padding-left: 0 !important;
        }
        .node--type-article .events-section .up-coming-events .section_content_title_wrap .section_title {
            text-align: left;
        }
        .node--type-article .events-section .up-coming-events .section_content_title_wrap .section_title_wrap {
            padding-left: 0;
        }
        .search_overlay_model .search_overlay_body .search_form_wrap .browse_categories_wrap .categories_list ul li:focus {
            outline: 0;
        }
        .search_overlay_model .search_overlay_body .search_form_wrap .browse_categories_wrap .categories_list ul li:focus-visible {
            outline: 0;
        }
        header .navbar-nav li.dropdown-item::after {
            display: none;
        }
        header .navbar-nav li.nav-item {
            display: block;
            width: 100%;
        }
        header .navbar-nav li.nav-item a {
            display: block;
        }
        header .navbar-nav li.nav-item a:focus {
            outline: 0;
        }
        header .navbar-nav li.nav-item a:focus-visible {
            outline: 0;
        }
    }
    footer {
        background-color: #000;
    }
    .site-footer {
        padding: 1.5rem;
    }
    @media (max-width: 61.9375rem) {
        .site-footer {
            padding: 1.875rem 1.5rem;
        }
    }
    .site-footer .block {
        border: none;
        margin: 0;
        padding: 0;
    }
    @media (max-width: 47.9em) {
        .site-footer .block {
            padding: 0.3125rem 0 0 0;
        }
    }
    .site-footer .navbar-toggler {
        display: none;
    }
    .site-footer .site-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-footer .site-footer__top p {
        margin-top: 0;
    }
    .site-footer -links-menu .nav-item .nav-link {
        padding: 0.25rem 1rem;
    }
    .site-footer .site-footer__bottom {
        margin-top: 0;
        border: none;
    }
    .site-footer .site-footer__bottom p {
        font-size: 0.75rem !important;
        color: #878792;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: 0.03125rem;
        margin-bottom: 0;
        text-align: center;
    }
    .site-footer .site-footer__bottom p {
        font-family: 'SSTPro-Medium';
        padding: .5em 0;
        margin-top: 1.25rem;
    }
    @media screen and (max-width: 61.9375rem) {
        .site-footer .site-footer__bottom p {
            margin-top: 1.5625rem;
        }
    }
    .site-footer .region-footer-second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-footer .region-footer-second #block-sonyfooterlinks-menu {
        font-size: 1.25rem;
        text-transform: uppercase;
        color: #fff;
        width: 85px;
        height: 15px;
        -o-object-fit: contain;
        object-fit: contain;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 1.25rem;
        border: none;
    }
    .footer.site-footer .region-footer-second #block-sonyfooterlinks-menu {
        margin-left: 9px;
        margin-left: 0.5625rem;
    }
    @media (max-width: 61.9375rem) {
        .site-footer .region-footer-second #block-sonyfooterlinks-menu {
            width: 75px;
            margin-bottom: 1.0625rem;
        }
        .site-footer .region-footer-second #block-sonyfooterlinks-menu {
            margin-left: 0;
        }
    }
    .site-footer .region-footer-first {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 35%;
    }
    .site-footer .region-footer-first {
        margin-right: 5%;
    }
    .site-footer .region-footer-first .field--type-text-with-summary {
        margin-bottom: 1.875rem;
    }
    .site-footer .region-footer-first .field--type-text-with-summary p {
        font-family: 'SSTPro-Light';
        font-size: 0.875rem !important;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.64;
        letter-spacing: normal;
        color: #fff;
    }
    @media screen and (max-width: 61.9375rem) {
        .site-footer .region-footer-first .field--type-text-with-summary p {
            font-size: 0.875rem;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.64;
            letter-spacing: normal;
        }
    }
    .site-footer .region-footer-first .field--type-text-with-summary p:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 10px;
        background: url(../images/alpha-sm.png) no-repeat transparent;
    }
    .site-footer .region-footer-first .field--type-text-with-summary p:before {
        margin-right: 0.5rem;
    }
    @media (max-width: 47.9em) {
        .site-footer .region-footer-first {
            margin-right: 0;
        }
    }
    .site-footer .region-footer-third {
        margin-top: 1.75rem;
    }
    .site-footer .region-footer-third {
        padding-left: 0;
    }
    .site-footer .region-footer-third nav {
        padding-top: 0.3125rem;
    }
    @media (max-width: 47.9em) {
        .site-footer .region-footer-fifth .block {
            padding: 0;
        }
    }
    .site-footer .nav-item {
        font-size: 0.875rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        color: #fff;
        line-height: 1.64;
        letter-spacing: normal;
    }
    .site-footer .navbar-nav {
        margin-left: 1.25rem;
    }
    .site-footer .nav-link {
        font-size: 0.875rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.64;
        letter-spacing: normal;
        color: #fff;
        font-family: SSTPro-Light;
        padding: 0.25rem 0.5rem !important;
    }
    @media screen and (max-width: 61.9375rem) {
        .site-footer .nav-link {
            padding-left: 0 !important;
        }
    }
    .site-footer ul.nav {
        width: 100%;
        display: block;
    }
    .site-footer .footer-social img {
        height: 35px;
        width: 35px;
    }
    .site-footer .change-region-class .navbar-nav .nav-item {
        padding-bottom: 0;
    }
    .site-footer .field--type-text-with-summary {
        font-size: 0.75rem;
        font-weight: 200;
    }
    .site-footer .field--type-text-with-summary img {
        margin-right: 0.4rem;
    }
    .site-footer .field--type-text-with-summary h3 {
        font-size: 1.125rem;
        color: #fff;
        margin-bottom: 1.25rem;
    }
    .site-footer .sony_alphauniverse_logo_footer {
        border-bottom: 1px solid #504d56;
        margin-bottom: 1.875rem;
        padding: 1rem 0;
    }
    .site-footer .block-change-region-block {
        width: 40%;
    }
    .site-footer .block-change-region-block {
        float: left;
    }
    @media (max-width: 61.9375rem) {
        .site-footer .block-change-region-block {
            margin-bottom: 2.5rem;
        }
        .site-footer .block-change-region-block {
            margin-right: 1.5rem;
        }
    }
    .site-footer .block-change-region-block h2 {
        text-transform: capitalize;
        font-size: 0.875rem;
        color: #fff;
        opacity: 1;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.64;
        letter-spacing: normal;
        font-family: SSTPro-Light;
        border-bottom: none;
        padding-top: 0.25rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    .site-footer #block-changeregionblock {
        width: 40%;
    }
    @media (max-width: 47.9em) {
        .site-footer #block-changeregionblock {
            margin-top: 0;
        }
    }
    .site-footer #change-region-footer {
        width: 150px;
        color: #fff;
        opacity: 1;
        font-size: 0.9375rem;
        background: 0 0;
        padding: 0.3125rem 0.375rem 0.375rem 0.375rem !important;
        border: solid 1px #878792;
    }
    .site-footer #change-region-footer {
        padding: 0 0 1.1875rem 3.125rem;
    }
    .site-footer .region-footer-second ul.nav {
        display: block;
    }
    @media (max-width: 47.9em) {
        .site-footer .region-footer-second {
            float: left;
        }
        .site-footer .region-footer-third {
            margin-top: 1.875rem;
        }
        .site-footer .region-footer-fourth {
            display: inline-block;
        }
        .site-footer .region-footer-fifth {
            margin-top: 0;
        }
        .site-footer .footer-links-menu {
            width: 50%;
            padding: 0;
        }
        .site-footer .footer-links-menu h2 {
            margin-top: 0 !important;
        }
        .site-footer .footer-links-menu h2 {
            margin-left: 0 !important;
        }
        .site-footer .footer-links-menu ul.nav {
            display: block;
        }
        .site-footer .footer-links-menu .nav-link {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .site-footer div.footer-social-icons h2 {
        font-family: 'SSTPro-Medium';
        font-size: 1.125rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: normal;
        color: #fff;
        text-transform: capitalize;
        border: none;
    }
    .site-footer div.footer-social-icons .content .field__item {
        display: inline-block;
        border: none;
        padding-top: 0.9375rem;
    }
    .site-footer div.footer-social-icons .content ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
    }
    .site-footer div.footer-social-icons .content ul li {
        list-style: none;
        display: inline-block;
        border: none;
    }
    .site-footer div.footer-social-icons .content ul li {
        padding-right: 0.75rem;
    }
    @media screen and (max-width: 61.9375rem) {
        .site-footer div.footer-social-icons .content ul li {
            padding-right: 1.25rem;
        }
    }
    .site-footer div.footer-social-icons .content ul li a {
        width: 35px;
        text-indent: 0;
        border: none;
        padding: 0;
    }
    .site-footer div.footer-social-icons .content ul li a img {
        border-radius: 50px;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    @media (max-width: 47.9em) {
        .site-footer__bottom {
            margin-top: 0;
        }
        .site-footer__bottom p {
            margin-bottom: 0;
        }
    }
    .top_scroll {
        position: fixed;
        bottom: 25px;
    }
    .top_scroll {
        float: right;
        right: 25px;
    }
    option {
        color: #000;
    }
    nav#block-sony-alphauniverse-footer {
        margin-top: 0.5rem;
    }
    @media (max-width: 61.9375rem) {
        nav#block-sony-alphauniverse-footer {
            margin-top: 0;
        }
    }
    .site-footer .region-footer-first .change-region-class {
        width: 42%;
    }
    .site-footer .sony_alphauniverse_logo_footer {
        padding-top: 0;
    }
    @media screen and (max-width: 48rem) {
        .site-footer #block-changeregionblock h2 {
            padding-top: 0;
        }
    }
    @media screen and (max-width: 75rem) {
        .site-footer .region-footer-first {
            margin-right: 3%;
        }
    }
    @media screen and (max-width: 61.9875rem) {
        .site-footer .site-footer__top {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .site-footer .site-footer__top .region-footer-first {
            width: 47%;
        }
        .site-footer .site-footer__top .region-footer-first {
            margin-right: 3%;
        }
        .site-footer .site-footer__top .region-footer-second {
            width: 30%;
        }
        .site-footer .site-footer__top .region-footer-third {
            width: 28%;
        }
        .site-footer .site-footer__top .region-footer-fourth {
            width: 100%;
            padding-top: 1.875rem;
        }
        .site-footer .sony_alphauniverse_logo_footer {
            margin-bottom: 1.875rem;
        }
    }
    @media screen and (max-width: 56.1875rem) {
        .site-footer .sony_alphauniverse_logo_footer {
            margin-bottom: 1.875rem !important;
        }
    }
    @media screen and (max-width: 48rem) {
        .site-footer .footer-links-menu {
            width: 100%;
        }
        .site-footer .site-footer__top {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
        .site-footer .sony_alphauniverse_logo_footer {
            margin-bottom: 0.9375rem !important;
        }
        .site-footer .site-footer__top .region-footer-first {
            width: 100%;
            padding: 0;
        }
        .site-footer .site-footer__top .region-footer-first {
            margin-right: 0;
        }
        .site-footer .site-footer__top .region-footer-second {
            width: 50%;
            padding: 0;
        }
        .site-footer .site-footer__top .region-footer-second nav {
            padding: 0;
        }
        .site-footer .site-footer__top .region-footer-third {
            width: 50%;
            padding: 0;
            margin: 0;
        }
        .site-footer .site-footer__top .region-footer-third nav {
            margin-top: 1.875rem;
        }
        .site-footer .site-footer__top .region-footer-fourth {
            width: 100%;
        }
        .site-footer .site-footer__top .region-footer-fourth {
            padding-left: 0;
        }
        .site-footer .site-footer__top .region-footer-fourth .footer-social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
        .site-footer #block-changeregionblock {
            width: 50%;
        }
       .site-footer #block-changeregionblock {
            margin-right: 0;
        }
        .site-footer nav#block-sony-alphauniverse-footer {
            width: 50%;
            margin-top: 0;
            padding: 0;
        }
        .site-footer nav#block-sony-alphauniverse-footer ul {
            margin: 0;
        }
    }
    @media screen and (max-width: 36rem) {
        .site-footer .sony_alphauniverse_logo_footer {
            margin-bottom: 0.9375rem !important;
        }
        .site-footer .sony_alphauniverse_logo_footer img {
            width: 120px;
        }
    }
    @media screen and (max-width: 28.75rem) {
        .site-footer {
            padding: 1.875rem 0.75rem;
        }
        .site-footer .site-footer__top .region-footer-second {
            width: 63%;
        }
        .site-footer .site-footer__top .region-footer-third {
            width: 37%;
        }
        .site-footer .site-footer__top nav#block-sony-alphauniverse-footer {
            width: 37%;
        }
        .site-footer .site-footer__top #block-changeregionblock {
            width: 50%;
        }
    }
    @media screen and (max-width: 48rem) {
        footer .sony_logo_wrap {
            padding: 0;
        }
    }
    


/*Select*/
.select2-selection.select2-selection--single {
    background-color: transparent;
    border-radius: 0;
  }
  .select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__rendered::before {
    top: -5px;
  }
  .select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__rendered::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .select2-selection .select2-selection__rendered {
    font-family: SSTPro-Roman;
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #fff!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: 130px;
    background-size: 12px!important;
    background-repeat: no-repeat;
  }
  .select2-selection .select2-selection__rendered {
    text-align: left;
  }
  .select2-selection .select2-selection__rendered::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    height: 12px;
    width: 12px;
    background-image: url(../images/down_white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
  }
  .select2-selection .select2-selection__rendered::before {
    right: 10px;
  }
  .select2-selection .select2-selection__arrow {
    display: none;
  }
  .select2-selection ul#select2-change-region-footer-results {
    top: 42px;
    z-index: 9999;
    background-color: #fff;
  }
  .select2-selection ul#select2-change-region-footer-results .ms-search {
    width: 100%;
    margin-bottom: .625rem;
  }
  .select2-selection ul#select2-change-region-footer-results .ms-search {
    float: left;
  }

  .select2-selection ul#select2-change-region-footer-results .ms-search input {
    background-position: right 10px center;
  }
  .select2-selection ul#select2-change-region-footer-results ul {
    margin-top: .5rem!important;
  }
  span.select2-results {
    width: 236px;
    max-height: 86px!important;
    position: absolute;
    top: 4px;
    padding: 0;
    border: solid 1px #b3adbe;
    background-color: #000;
  }
  span.select2-results ul.select2-results__options {
    list-style: none;
    width: 100%;
    height: 86px;
    overflow-y: auto;
    -moz-column-count: unset!important;
    -webkit-column-count: unset!important;
    column-count: unset!important;
    position: relative;
    padding: 0;
    margin: 0;
  }
  span.select2-results ul.select2-results__options {
    float: left;
  }
  span.select2-results ul.select2-results__options::-webkit-scrollbar {
    width: 5px;
  }
  span.select2-results ul.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #878792;
    border-radius: 100px;
  }
  span.select2-results ul.select2-results__options::-webkit-scrollbar-track {
    background-color: #fafafa;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
    margin: .625rem 0;
  }
  span.select2-results ul.select2-results__options li {
    position: relative;
  }
  span.select2-results ul.select2-results__options li.select2-results__option {
    font-family: "SST Pro";
    font-size: .9375rem;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  span.select2-results ul.select2-results__options li.select2-results__option {
    padding-left: 0;
    padding-left: 1.125rem!important;
  }
  span.select2-results ul.select2-results__options li.select2-results__option:hover {
    color: #000;
    background-color: #fff;
  }
  .select2-dropdown--below {
    border: none!important;
  }