/*--- START CHANGE COLOR ---*/
@charset "UTF-8";
/*@import url(font-style.css);*/

@font-face {
    font-family: 'Noto Sans Mono CJK JP';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/NotoSansMonoCJKjp-Regular.min.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/NotoSansMonoCJKjp-Regular.min.woff?v=1.1') format('woff');

    /*src: url(fonts/NotoSansMonoCJKjp-Regular.min.woff2);*/

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Good Times';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/goodtime-webfont.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/goodtime-webfont.woff?v=1.1') format('woff');

    /*src: url(fonts/goodtime-webfont.woff);*/

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HGPSoeiKakugothicUB';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/HGSoeiKakugothicUB.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/HGSoeiKakugothicUB.woff?v=1.1') format('woff');

    /*src: url(fonts/HGSoeiKakugothicUB.woff2);*/

    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
    color: #000;
}

body .font-jp {
    font-family: "Noto Sans Mono CJK JP";
}

.font-jp, .font-jp h1, .font-jp h2, .font-jp h3:not(.not-jp), .font-jp h4, .font-jp h5:not(.not-jp), .font-jp h6,
.font-jp div, .font-jp p, .font-jp input, .font-jp .btn, .font-jp textarea, #contact-form ._placeholder {
    font-family: "Noto Sans Mono CJK JP";
}

h3:after, h4:after, .btn, .toTop {
    background: #E70861;
}

.box3 {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-change {
    background: #E6E6E6;
}

.font-jp .list-treatment .vizo-infolist-item-title {
    font-size: 28px !important;
    font-family: "Noto Sans Mono CJK JP";
}

.bg-white {
    background-color: #fff !important;
    color: #000;
}

.bg-black {
    background-color: #000 !important;
    color: #fff;
}

.bg-white h3, .bg-white h4, .bg-white h5 {
    color: #000;
}

.bg-black h3, .bg-black h4, .bg-black h5 {
    color: #fff;
}

.bg-white h3:after, .bg-white h4:after {
    background: #000;
}

.bg-black h3:after, .bg-black h4:after {
    background: #fff;
}

form#contact-form {
    padding: 20px;
    background-color: #E6E6E6;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.font-jp .head-title {
    font-family: "HGPSoeiKakugothicUB" !important;
    font-size: 45px;
}

p.lead {
    font-size: 18px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.font-jp .lead {
    font-family: "Noto Sans Mono CJK JP";
    font-size: 18px;
    margin-bottom: 10px;
}

.lead-large {
    font-size: 30px !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*--- END CHANGE COLOR ---*/

header {
    border-bottom: none !important;
}

.header-bg {
    background: no-repeat url(https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/image/qua-cau.gif?t=6) center left;
    background-color: #0A0A0A;
    transition: all 0.4s ease;
}

@media (min-width: 678px) and (max-width: 1028px) {
    .header-bg {
        /*background-position: center left !important;*/
        background-size: auto 80%;
    }
}

@media (min-width: 420px) and (max-width: 678px) {
    .header-bg {
        background-position: center center !important;
        background-size: auto 70%;
    }
}

@media (max-width: 420px) {
    .header-bg {
        background-position: center center !important;
        background-size: auto 60%;
    }
}

.landscape body {
    padding-top: 0 !important;
}

.top-bar {
    padding: 8px;
}

.top-bar, .top-bar ul {
    background-color: #e6e6e6;
}

body .nav-bar {
    background: rgba(51,62,72,.9);
    width: 100%;
    padding: 5px 0 0 0;
    /*position: fixed;*/
    z-index: 15;
    top: 0;
    min-height: 80px;
    text-align: right;
    transition-duration: 150ms;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
    box-shadow: 1px 1px 3px #000;
    box-sizing: initial;
}

body .nav-bar.fixed {
    position: fixed;
    transition: all 0.4s ease;
}

body .nav-bar ul {
    background: 0 0;
    padding-bottom: 5px;
    display: none;
    float: right;
    padding-right: 48px;
}

.top-bar-title {
    float: left;
    margin-right: 16px;
}

body .nav-bar #nav-logo {
    height: 80px;
    width: 80px;
    margin: 0 0 0 45px;
    display: block;
    /*background: url(http://asset.nextvrcdn.com/web/images/nextvr_logo.png?gh=b22b9a0…) no-repeat;*/
    background: url(../../img/pages/logo.png) no-repeat;
    background-size: contain;
    position: relative;
}

.top-bar-title {
    font: 300 13px/20px "Ubuntu", sans-serif;
}

.title-text {
    color: rgba(255,255,255,.8);
    padding-left: 0;
    font-size: 52px;
    font-family: "Good Times";
    font-weight: 500;
    margin-top: 37px;
    position: absolute;
}

.sf-menu {
    padding-top: 0;
}

.sf-menu > li {
    position: relative;
    float: left;
    list-style: none;
}

.sf-menu > li + li {
    margin-left: 15px;
}

.sf-menu > li > a {
    border-radius: 15px;
    background: transparent;
    color: #363c3f;
    padding: 5px 25px;
    font-family: 'Ubuntu Condensed', sans-serif !important;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body .nav-bar ul a {
    background: 0 0;
    padding: 18px 15px 18px 15px;
    display: inline-block;
    /*font-family: ProximaNova-Semibold;*/
    font-size: 20px;
    color: #fff;
}

body .nav-bar ul li {
    float: left;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    background: transparent;
    color: #fff;
}

body .nav-bar ul a:not(.watch):not(.btn-orange):after {
    content: "";
    width: 0;
    height: 2px;
    background: 0 0;
    display: inline-block;
    float: left;
    margin-top: 4px;
    background: #E70861;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px; }
.rd-mobilemenu_ul a:hover {
    background: #ffbf50;
    color: #FFF; }
.rd-mobilemenu_ul ul a {
    padding-left: 40px; }
.rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991; }

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Pacifico', cursive;
    letter-spacing: -.5px;
    text-align: center;
    margin: 0;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;

    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.rd-mobilepanel_toggle span:after {
    top: 8px; }
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (max-width: 767px) {
    body {
        padding-top: 56px; }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block; } }
@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px; } }
/*==================  Stuck menu  ======================*/

.rd-mobilemenu_ul .flag-en, .rd-mobilemenu_ul .flag-jp {
    display: none;
}

.rd-mobilemenu_ul a {
    text-decoration: none;
}

.rd-mobilemenu_ul a:hover {
    background: #E70861;
}

.rd-mobilepanel {
    transition: all 0.4s ease;
}

.rd-mobilepanel_toggle {
    position: absolute;
}

.rd-mobilepanel_title {
    position: absolute;
}

.rd-mobilepanel .rd-mobilepanel_title .flag-en .flag-img {
    width: 33px !important;
    height: 33px !important;
}

.rd-mobilepanel .rd-mobilepanel_title .flag-jp .flag-img {
    width: 35px !important;
    height: 35px !important;
}

.rd-mobilepanel .rd-mobilepanel_title .flag-en,
.rd-mobilepanel .rd-mobilepanel_title .flag-jp {
    position: absolute;
}

.rd-mobilepanel .rd-mobilepanel_title .flag-en {
    left: calc(100% - 30px);
    bottom: 7px;
}
.rd-mobilepanel .rd-mobilepanel_title .flag-jp {
    left: calc(100% + 10px);
    bottom: 6px;
}

/*.landscape .flag-jp {
    padding-left: 5px !important;
}*/

/*.landscape .flag-en {
    padding-right: 5px !important;
}*/

.flag-jp, .flag-en, .flag-in {
    cursor: pointer;
    text-decoration-line: none !important;
    padding: 16px 0 0 5px;
}

.flag-jp span, .flag-jp:hover span.invisible {
    background: no-repeat url(../../img/pages/flag_jp.png) center center;
    background-size: cover;
}

.flag-in span, .flag-in:hover span.invisible {
    background: no-repeat url(../../img/pages/flag_in.png) center center;
    background-size: cover;
}

.flag-en span, .flag-en:hover span.invisible {
    background: no-repeat url(../../img/pages/flag_us.png) center center;
    background-size: cover;
}

.flag-jp span.invisible {
    /*background: no-repeat url(../../img/pages/flag_jp_invisible.png) center center;*/
    background-size: cover;
}

.flag-en span.invisible {
    /*background: no-repeat url(../../img/pages/flag_us_invisible.png) center center;*/
    background-size: cover;
}

.flag-in span.invisible {
    /*background: no-repeat url(../../img/pages/flag_us_invisible.png) center center;*/
    background-size: cover;
}

.flag-img {
    width: 40px;
    height: 40px;
    display: block;
}

/*--- CONTENT ---*/

.section-title {
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 60px;
}

.font-jp .section-title {
    font-family: "HGPSoeiKakugothicUB" !important;
}

.about-statement p {
    font-size: 18px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.vizo-infolist {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.vizo-infolist .vizo-infolist-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    float: left;
    margin: 0 2% 0.5rem 2%;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #555353;
    font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25;
}

.list-treatment .vizo-infolist-item .vizo-infolist-item-text {
    padding: 1rem 0 !important;
}

.list-treatment .vizo-infolist-item-title {
    float: left;
    width: auto;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    font-family: "Ubuntu";
    margin-bottom: 10px;
}

.vizo-infolist .vizo-infolist-item-desc {
    margin: 0;
    font-size: 18px;
    font-family: "Ubuntu";
    float: left;
    clear: both;
}

.bg-iframe {
    background: linear-gradient(90deg, #0E0D37, #401C76);
}

/* Vizo360 About */
.vizo-about .row {
    display: block;
}

.about-left img:first-child {
    margin-bottom: 45px;
}

.about-right ul > li:not(:first-child) {
    padding-top: 25px;
}

.about-mid {
    position: relative;
}

.about-mid > img {
    position: absolute;
}

.about-left {
    position: relative;
}

.about-left img:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.about-left img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 60%;
}

.about-left img:last-child {
    position: absolute;
    left: 20%;
    bottom: 0;
}

/* Board of Directors */
.cover-bg {
    background-position: 50% 50%;
    background-size: cover;
}

.board-of-directors {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.faded-bg {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vizo-board-title {
    font-size: 3.5em;
    line-height: 1.4;
}

.vizo-board-row span {
    font-size: 1.0rem;
}

.board-of-directors p {
    line-height: 1.6;
}

.board-of-directors .name {
    font-size: 1.3rem;
    font-weight: bold;
}

.board-name {
    font-family: "HGPSoeiKakugothicUB" !important;
}

.box3_cnt {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.container [class*="grid_"] {
    position: relative;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

.col-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    display: block;
}

.our-team .row {
    margin-left: -15px;
    margin-right: -10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    display: block;
}

#footer .row {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.iframe-360 .row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 979px) {
    .lead-large {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .container-fix {
        width: 100%;
        padding: 0 15px;
    }

    .col-item:not(:first-child) {
        padding-top: 15px;
    }

    .about-left img:last-child {
        width: 80px;
    }

    .about-mid img {
        width: 80px;
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    .board-name {
        font-size: 28px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .container .grid_first {
        margin-left: 15px !important;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    .board-name {
        font-size: 20px !important;
    }
}

/* VIZO360 CONTENT */

.bg-w {
    background: #fff;
}

.vizo-left-thumb {
}

.vizo-left-thumb ul {
}

.vizo-left-thumb ul li {
    margin: 10px 0;
    /*width: 100%;*/
    max-width: 100px;
    cursor: pointer;
    line-height: 0px;
    font-size: 0px;
    vertical-align: middle;
    text-align: center;
    /*border: 1px solid #CCCCCC;*/
    /*border-radius: 5px 5px 5px 5px;*/
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    zoom: 1;
    position: relative;
}

.landscape .vizo-left-thumb ul li:first-child {
    margin-top: 0px;
}

.landscape .vizo-left-thumb ul li:last-child {
    margin-bottom: 0px;
}

.vizo-left-thumb ul li:hover, .vizo-left-thumb ul li.selected {
    border-color: #000 !important;
    border-image: none !important;
    background-color: #bdbaba !important;
}

.vizo-left-thumb ul li:hover img, .vizo-left-thumb ul li.selected img,
.vizo-left-thumb ul li:hover a, .vizo-left-thumb ul li.selected a {
    border-radius: 0px !important;
}

.vizo-left-thumb ul li img, .vizo-left-thumb ul li a {
    width: 100px;
    /*background-color: #FFF;*/
    /*border-radius: 5px 5px 5px 5px;*/
}

.vizo-left-thumb ul li .img-horizontal {
    width: 60px;
    height: 60px;
}

.vizo-right-content {
    position: relative;
}

.vizo-right-content .loading.active {
    background: transparent url(../../img/pages/loading.gif?t=2) no-repeat center center / 100px 100px;
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

#iFrameContent {
    max-width: 600px;
    max-height: 600px;
    background: rgba(255,255,255,1) url(../../img/pages/loading.gif?t=2) no-repeat center center / 100px 100px;

    /*border: 8px solid pink;*/
    /*border-image: url("../../img/pages/pink-doily-bdr.png") 40;*/
}

.frame1-1 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k1-1.png") 5;
}

.frame1-2 {
    border: 5px solid #bdbaba;
    /*border-image: url("../../img/pages/frame/k1-2.png") 5;*/
}

.frame2-1 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k2-1.png") 5;
}

.frame2-2 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k2-2.png") 5;
}

.frame3-1 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k3-1.png") 5;
}

.frame3-2 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k3-2.png") 5;
}

.frame4-1 {
    border: 5px solid pink;
    border-image: url("../../img/pages/frame/k4-1.png") 5;
}

.frame4-2 {
    border: 5px solid transparent;
    border-image: url("../../img/pages/frame/k4-2.png") 5;
}

#thumbnail-slider {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

#thumbnail-slider ul li {
    margin-right: 11px !important;
}

#thumbnail-slider ul li:last-child {
    margin-right: 0px !important;
}

#thumbnail-slider div.inner ul {
    float: none !important;
}

#thumbs-vertical ul li:last-child {
    margin-bottom: 0;
}

.frame-title {
    font-size: 36px;
    text-align: center;
    padding: 0 0 30px 0;
}

/*for Mobile browser*/
.portrait .vizo-left-thumb ul li {
    margin: 10px 5px;
    display: inline-block !important;
}

@media (min-width: 767px) {
    .flag-jp, .flag-en, .flag-in {
        padding-right: 5px !important;
    }
}

@media (max-width: 1028px) {
    #thumbs-vertical {
        display: none;
    }

    #thumbnail-slider {
        display: block;
    }
}

/* VIZO360 CONTENT */

/* DOWNLOAD APP */
.download-app {
    padding-top: 120px;
}

.intro-download-item {
    margin-bottom: 20px;
}

.intro-download-item img {
    width: 100%;
    max-width: 350px;
}

.download-our-app {
    background: no-repeat url(../../img/pages/download-our-app.png) center center;
    background-size: cover;
}

.vizo-download-app {
    background-color: #72727A;
    /*padding: 100px 0;*/
    position: relative;
}

.download-app-store {
    position: absolute;
    bottom: 16%;
    /*border: 1px solid #fff;*/
    left: 13%;
    width: 460px;
    height: 130px;
}

.vizo-google-play, .vizo-app-store {
    text-align: center;
}

.portrait .vizo-app-store img {
    margin-bottom: 20px;
}

.portrait .vizo-google-play img {
    margin-top: 20px;
}

.parallax_3 {
    padding-bottom: 70px;
}

.our-team img {
    /*height: 270px;*/
    height: auto;
    background: #fff;
}

.our-team p {
    font-size: 16px;
}

.color-w, .color-w h1, .color-w h2, .color-w h3, .color-w h4, .color-w h5, .color-w p, .color-w div {
    color: #FFFFFF !important;
}

.color-title {
    color: #af0549 !important;
}

.bg-cover {
    position: relative;
    overflow: hidden;
}

.bg4 {
    background: no-repeat url(../../img/pages/bg4.jpg) center center;
    background-size: cover;
}

.bg5 {
    background: no-repeat url(../../img/pages/bg5.jpg) center center;
    background-size: cover;
}

.bg6 {
    background: no-repeat url(../../img/pages/bg6.jpg) center center;
    background-size: cover;
}

.bg7 {
    background: no-repeat url(../../img/pages/bg7.jpg) center center;
    background-size: cover;
}

.bg8 {
    background: no-repeat url(../../img/pages/bg8.png) center center;
    background-size: cover;
}

.bg9 {
    background: no-repeat url(../../img/pages/bg9.jpg) center center;
    background-size: cover;
}

.bg1-light {
    background: no-repeat url(../../img/pages/bg1_light.jpg) center center;
    background-size: cover;
}

.bg2-light {
    background: no-repeat url(../../img/pages/bg2_light.jpg) center center;
    background-size: cover;
}

/*--- CONTENT ---*/


/*--- FOOTER ---*/
#footer .follow-buttons-holder {
    text-align: left;
}

#footer ul li {
    display: inline-block;
}

#footer .follow-buttons-holder a.follow-button {
    color: #E70861;
    font-size: 25px;
    height: 44px;
    width: 44px;
    border: 3px solid #E70861;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: all;
}

#footer .follow-buttons-holder a.follow-button:hover {
    color: #363c3f;
    border: 3px solid #363c3f;
}

.footer-header {
    font-size: 40px;
    /* font-family: "HGPSoeiKakugothicUB"; */
}

footer .brand_name {
    font-size: 35px;
    font-family: "Good Times";
    line-height: 70px;
    color: #363c3f;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
}

/*--- FOOTER ---*/

.landscape .rd-mobilepanel {
    /*display: none;*/
}

@media (max-width: 768px) {
    .head-title {
        font-size: 40px !important;
    }
    .section-title {
        font-size: 32px;
        line-height: 36px;
    }
    .lead-large {
        font-size: 18px !important;
    }
    .frame-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .stuck_container {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    .title-text {
        display: none;
    }

    footer .brand_name, .footer-header {
        font-size: 30px !important;
    }
}

@media (max-width: 479px) {
    .container, .container-fluid {
        /*width: 420px;*/
        /*padding: 0 15px;*/
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 40em) {
    .top-bar .top-bar-left, .top-bar .top-bar-right {
        width: auto;
    }

    body .nav-bar ul {
        display: inline-block;
    }

    body .nav-bar ul a.selected:not(.watch):after, body .nav-bar ul a:hover:not(.watch):after {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    body .nav-bar {
        min-height: 80px;
    }
}


@media (max-width: 992px) {
    body .nav-bar #nav-logo {
        margin-left: 0;
    }
}

.td-grey {
    color: white;
    background-color: #cbcbcb;
}

.td-grey {
    color: #666;
    background-color: #f5f5f5;
}

.btn-orange {
    color: #ffe484 !important;
    border: 2px solid #ffe484;
    margin: 10px 5px !important;
    padding: 5px 18px !important;
}

.btn-orange:hover {
    color: black !important;
    background-color: #ffe484 !important;
}