* {
    box-sizing: border-box; 
}
html { 
    overflow-y: scroll;
}
.bcg-parallax{
    padding: 250px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bcg{
    background: url('../images/3dvisual/LivingRoom_2_360.jpg') no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    z-index: 1;
    opacity: 0.9;
}
.content-section{
    padding-top: 70px;
    height: auto;
    padding-bottom: 70px;
}
.content-wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}
.content-section-m {
    background: #fff;
    background: url('../images/img/bg1.png') no-repeat;
    background-size: cover;
    z-index: 0;    
    background-position: top;
    background-attachment: fixed;
    position: relative;
    width: 100%;
}
.section-heading-m {
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color:#228485; 
    font-weight: 700;
    font-size: 3.5rem;
    letter-spacing: 1.9px;
    text-align: center;
    margin-bottom: 14px;
}

.content-section-i {
    border-bottom: 0px solid #e7e7e7;
    background: #1d3a73;
    background: url('../images/img/bg4.png') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
    -moz-box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
    box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
}
.section-heading-i {
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color:#228485; 
    font-weight: 700;
    font-size: 3.5rem;
    letter-spacing: 1.9px;
    margin-bottom: 14px;
    color:#efefee;
}
.content-section-e {
    background: url('../images/img/bg15.png') no-repeat;
    background-size: cover;
    position: relative;
    text-align:right;
    z-index: 2;
}
.section-heading-e {
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color:#efefee;
    font-size: 3.5rem;
    letter-spacing: 1.9px;

}
.content-section-v {
    background-image:  url('../images/img/bg-vr.png');
    /*text-align:right;*/
    background-color: #fff;   
    height: auto;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;

}
.content-section-v p.section-heading{
    color: #798182; 
}
.section-heading-v {
    margin-bottom: 10px;
    font-weight:bold;
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color: #464c4c; 
}
.content-section-r {
    background-image:  url('../images/img/img_bg_2.jpg');
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 3; 
    -webkit-box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
    -moz-box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
    box-shadow: 0 0 50px rgba(125, 125, 125, 0.26);
}
.section-heading-r {
    margin-bottom: 30px;
    font-weight:bold;
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
    color:#fff;
    font-size: 3.5rem;
    letter-spacing: 1.9px;
}

@media screen and (max-width: 520px) {
    .content-section{
        height: 100%;
    }
    .content-section-m {
        background-color:#fff;
    }
    .content-section-v {        
        background:#fff;
    }
    .content-section-r {
        background-color:#0c3f73 ;
    }
    .content-section-i {
        background-color: #d88914;
    }
    .content-section-e {
        background-color:#8e2575 ;
    }

}
p {
    color: #fff;
}
.heading-spacer{
    width: 90px;
    border-top: 3px solid #fff;
}
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
.modal-content iframe{
    margin: 0 auto;
    display: block;

}
.modal-content {
    border-radius: 0;
    background: transparent;
    box-shadow: 0px 0px transparent;
    border: 0px;
}
.modal-dialog {
    margin: 30px auto;
    margin-top: 15%;
}
.modal-body {
    left: -130px;
}
.close {
    /* float: right; */
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -240px;
    top: -20px;
}
.vid-respon{
    width: 50%;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 260px;
    max-width: 480px;
    max-height: 360px;
    width: auto;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 0;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #1a7475;
}

figure.effect-apollo img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: relative;
    /*right: -31%;*/
    /* bottom: 0; */
    top: 35%;
    /* margin: 3em; */
    /* padding: 0 1em; */
    /*max-width: 150px;*/
    text-align: center;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
    margin-top: -23px;
    padding: 0;
    margin-left: -19px;
    font-size: 18px;
}

figure.effect-apollo:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p i{    
    color: #cc181e;
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.vr-box{
    max-width : 640px;
    max-height: 360px; 
    margin: 0 0 20px auto;
    overflow: hidden;
    box-shadow: 1px 1px 34px rgba(138, 138, 138, 0.08);
    border: 7px solid rgba(255,255,255,0.6);
}
.vr-360{
    max-width : 99%;
    max-height: 360px; 
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 1px 1px 34px rgba(138, 138, 138, 0.08);
    border: 7px solid rgba(255,255,255,0.6);
}

.vr-360 img{
    width: 100%;
    height: auto;
}
.rt-box{
    max-width : 640px;
    max-height: 360px;    
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
    border: 7px solid rgba(255,255,255,0.6);
}

.movie-content{
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}
.logo-vr{
    position: relative;;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .effect-sadie figcaption::before,
    .effect-sadie h2,
    .effect-sadie p{
        display: none;
    }
}
.effect-sadie{
    padding: 0px;
}
.effect-sadie figcaption::before {      
    position: absolute;
    top: -188px;
    left: 35px;
    width: 91.72%;
    height: 95%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72, 76, 97, 0.55) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72, 76, 97, 0.55) 75%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

.effect-sadie h2 {
    position: absolute;
    top: 40%;
    text-align: center;
    left: 0;
    width: 100%;
    color: #fff;
    text-shadow: 2px 1px 1px rgb(165, 80, 150);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-family: 'Roboto Condensed', 'Prompt', sans-serif;
}

/*.effect-sadie figcaption::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}*/

.effect-sadie p {
    text-align: center;
    padding: 2em 0;
    width: 100%;
    top: 50%;
    font-size: 12px;
    left: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-40%,0);
    transform: translate3d(0,-40%,0);
}

/*figure.effect-sadie:hover h2 {
          color: #fff;
          opacity: 0;
          -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
          transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}*/

.effect-sadie:hover figcaption::before ,
.effect-sadie:hover p ,
.effect-sadie:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    visibility: hidden;
}
.rt-box.effect-sadie figcaption::before {    
    position: absolute;
    top: -104px;
    left: 22px;
    width: 92.72%;
    height: 81%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72, 76, 97, 0.55) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72, 76, 97, 0.55) 75%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
} 
.rt-box.effect-sadie h2 {
    font-size: 22px;
    top: 45%;
    text-shadow:2px 1px 1px rgb(93, 184, 179);
}
.rt-box.effect-sadie p {
    text-align: center;
    padding: 2em 0;
    width: 100%;
    top: 55%;
    font-size: 12px;
    left: 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-40%,0);
    transform: translate3d(0,-40%,0);
}

figure.effect-apollo.video-realtime {
    margin-top: 25px;
    max-width: 600px !important;
}

.row.grid.realtime-content {
    text-align: left;
    max-width: inherit;
}