@charset "utf-8";
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    overflow: visible;
}

body.rtvThemeBG {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    background-attachment: fixed;
}

@media (min-width: 1200px) {
    #tab8 ul li.tourplay, #tab8 ul li.gallery, #tab8 ul li.lang, #tab8 ul li.map, #tab8 ul li.agentdetails, #tab8 ul li.property, #tab8 ul li.home {
        display: none;
    }
}

body.userThemeBGSmall {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    background-attachment: fixed;
}
@media (min-width: 1200px) {
    body.userThemeBGSmall {
        background-size: auto;
        background-position: center center;
    }
}

body.userThemeBG {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    background-attachment: fixed;
}
@media (min-width: 1200px) and (min-height: 670px) {
    body.userThemeBG {
        background-size: cover;
    }
}

#tour {
    width: 100%;
    height: 100%;
}
#tourcontainer {
    padding:0;
    z-index:200;
}

.tourcontainer.container {
    padding:0;
}

#viewContainer {
    max-height: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.backfaceimg{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.zerotransform{
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

a {
    color: inherit;
    text-decoration: none;
}

#emptytour {
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    position: absolute;
    font-style: italic;
    z-index: 99999999;
    color: #fff !important;
}

#audio_no, #audio_yes{
    cursor: pointer;
}

#menuRight .tooltip {
    transform:translateX(-32px) !important;
    -webkit-transform:translateX(-32px) !important;
    -ms-transform:translateX(-32px) !important;
}

/* Agent/co-agent names style */

#Agentname, #propAgentname{
    font-family: Georgia,sans-serif;
    font-weight: normal;
    color: #6e0600;

}

#homecompanyin, #prophomecompanyin{
    font-family: Georgia,sans-serif;
    font-weight: normal;
    color: #333;
}

#homeagentemail, #AgentwebsitE, #homeAgentGallery{
    font-size: 18px;
    color: rgb(192,192,192);
}

#homeagentemail a, #AgentwebsitE a, #homeAgentGallery a, #prophomeagentemail a{
    font-family: Arial,sans-serif;
    color: #6e0600;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

#homeagentmo, #Agentofficephone, #prophomeagentmo, #propAgentofficephone {
    font-family: Arial,sans-serif;
    color: #535353;
    font-size: 12px;
    font-weight: normal;
}

#homeaddressprop{
    font-family:Georgia,sans-serif;
    font-weight: normal;
    color: #6e0600;
    text-align: center;
}

.homeinnerleft{
    padding-right:0px;
}

#mainaddressimg{
    z-index: 4;
    position: relative;
    width: 100%;
}

.addressgooglemap{
    position: relative;
    overflow: hidden;
    height: 130px;
}

.innergooglemap{
    position: absolute;
    top: 22px;
    right:11px;
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#mediaplaybtn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3002;
    font-size: 15em;
    height: 100%;
    color: rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.5);
    display: table;
    cursor: pointer;
}

#propertystatus{
    position: absolute;
    top:10px;
    left:10px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 900;
    display: none;
}


#mediaplaybtn .fa-play-circle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#leftSlideNavigationArrow {
    position:absolute;
    top: 50%;
    left:0;
    padding:15px;
    height: 50px;
    z-index:3002;
    margin-top: -25px;
}

#rightSlideNavigationArrow {
    position: absolute;
    top: 50%;
    left: 100%;
    padding:15px;
    height: 50px;
    margin-left: -30px;
    margin-top: -25px;
    z-index:3002;
}

#leftSlideNavigationArrow i {
    top: 50%;
    position: absolute;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-top: -10px;
    color: #fff;
    padding: 15px;
    width: 45px;
    left: 0;
}
#rightSlideNavigationArrow i {
    top: 50%;
    position: absolute;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-top: -10px;
    color: #fff;
    padding: 15px;
    width: 45px;
    right: 0;
}

#playerEmbedContainer{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

/*this allows the tabs to be inside of the krpano object and support full screen without interaction with krpano being blocked */
#tab2{
    display:none !important;
	pointer-events: none;
}

#langChangeContainer{
    z-index: 999;
    pointer-events: none;
    position:relative;
    top: 6px;
    width: auto;
    float: right;
}

#langChange{
    pointer-events: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    /* width: auto; */
    /* display: inline; */
    border-radius: 10px;
}

#mobileMenu {
    z-index: 2006;    
    color: #fff;    
    text-align: center;    
    padding: 0;
}
.modal{
    max-height:100% !important;
    overflow:hidden !important;
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    bottom:0 !important;
    background-color:rgba(0,0,0,0.75);
}

.imagetopleftposition{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.imageleftcenterposition{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.imagebottomleftposition{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
}

.imagetopcenterposition{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}

.imagedeadcenterposition{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.imagebottomcenterposition{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
}
.imagetoprightposition{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
.imagerightcenterposition{
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.imagebottomrightposition{
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
}

.topleftposition{
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
}
.leftcenterposition{
    position: absolute;
    z-index: 9998;
    top: 50%;
    left: 0;
}
.bottomleftposition{
    position: absolute;
    z-index: 9998;
    bottom: 0;
    left: 0;
}

.topcenterposition{
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
}

.deadcenterposition{
    position: absolute;
    z-index: 9998;
    top: 50%;
    left: 0;
    right: 0;
}
.bottomcenterposition{
    position: absolute;
    z-index: 9998;
    bottom: 0;
    left: 0;
    right: 0;
}
.toprightposition{
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 0;
}
.rightcenterposition{
    position: absolute;
    z-index: 9998;
    top: 50%;
    right: 0;
}
.bottomrightposition{
    position: absolute;
    z-index: 9998;
    bottom: 0;
    right: 0;
}

/* ASPECT RATIO BOX */

.aspect-ratio-box {
    margin:0;
    width:100%;
    height:100%;
}
.aspect-ratio-box > div {
    margin:0;
    width:100%;
    height:100%;
    position:relative;
}

.aspect-ratio-box > div > div {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.bottomEnabled #tourcontainer .footer{
    position: absolute !important;
    bottom: -86px !important;
    height:86px;
    right: 0;
    left: 0;
}

@media (max-width: 490px) {

    ul li#btnVideoSettings {
        display:none;
    }

    #tour #tourcontainer #menuBar ul li#videobarmenu.active, #tour #tourcontainer #menuBar section div#videobarmenu.active {
        display:none;
    }
}

@media (min-width: 491px) {

    #tour #videobarmenu2.active {
        display:none;
    }
}

@media (min-width: 1200px) and (min-height: 670px) {

    .bottomEnabled #tourcontainer .footer{
        right: -3px;
        left: -3px;
    }
}

.bottomDisabled #tourcontainer .footer{
    height: 0 !important;
    pointer-events: none;
}

/*@media (min-width: 992px) and (min-height: 558px) {*/
@media (min-width: 1068px){
    
    .aspect-ratio-box {
        margin:0 auto;
        width:100%;
    }
    .aspect-ratio-box > div {
        width:100%;
        position:relative;
    }

    /* 25 x 14 */
    .aspect-ratio-box[data-ratio="25x14"] {
        max-width:calc((100vh - 86px) /14 * 25); /* limits the height of the content to leave room for header height */
    }
    .bottomEnabled .aspect-ratio-box[data-ratio="25x14"] {
        max-width:calc((100vh - 86px - 86px) /14 * 25); /* limits the height of the content to leave room for footer height and header height */
    }
    .aspect-ratio-box[data-ratio="25x14"] > div {
        padding-top:calc(14 / 25 * 100%);
    }

    #tour.ready .aspect-ratio-box > div > div#tourcontainer {
        top:86px;/* top screen + room for header*/
        -webkit-box-shadow: 10px 53px 21px -31px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 53px 21px -31px rgba(0,0,0,0.75);
        box-shadow: 10px 53px 21px -31px rgba(0,0,0,0.75);        
    }

    .aspect-ratio-box > div > div#tourcontainer {        
        border: 3px solid transparent;
    }

    #tour.ready .aspect-ratio-box > div > div#tourcontainer, .inPlayer #tour.ready .aspect-ratio-box > div > div#tourcontainer {        
        border-color: #111;
    }

    .bottomEnabled .aspect-ratio-box > div > div#tourcontainer {
        bottom: 86px;
    }
}

/* END ASPECT RATIO BOX */

/* AFFILIATES */


#affiliatesContainer {
    bottom: 12px;
    transition: all 1000ms;
    -ms-transition: all 1000ms;
    -webkit-transition: all 1000ms;
    opacity: 0;
}
.mouseEnabled #tourcontainer:hover #affiliatesContainer {
    bottom: 110px;
}

.carouselActive #tourcontainer #affiliatesContainer {
    bottom: 110px;
}
.carouselDisabled.mouseEnabled #tourcontainer:hover #affiliatesContainer {
    bottom: 12px;
}

@media (min-width: 1000px) {

    #affiliatesContainer {
        bottom: 12px;
    }
    .mouseEnabled #tourcontainer:hover #affiliatesContainer {
        bottom: 31px;
    }

    .carouselActive #tourcontainer #affiliatesContainer {
        bottom: 100px;
    }
    .carouselDisabled.mouseEnabled #tourcontainer:hover #affiliatesContainer {
        bottom: 12px;
    }
}

/* END AFFILIATES */

/* menuBar */

#menuBar > ul, #menuBar > section {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: calc(50% - 54px);
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

#tourcontainer #menuBar > ul > li, #tourcontainer #menuBar > section > div {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    /* margin-bottom:50px;*/
    outline: none;
}

#menuBar > ul#ulMiddle, #menuBar > section#ulMiddle {
    width: 102px;
    margin-left: 3px;
}

#menuBar > ul#ulLeft, #menuBar > section#ulLeft {
    text-align: right;
}

#menuBar > ul > li#btnAudio, #menuBar > section > div#btnAudio {
}

#menuBar > ul > li#btnTools, #menuBar > section > div#btnTools {
    float: left;
    margin-left: 20px !important;
}

#menuBar > ul > li#btnPlay, #menuBar > section > div#btnPlay {
    font-size:43px;
}
 
#menuBar > ul > li div, #menuBar > section > div{
    cursor: pointer;
}

#menuBar > ul > li#btnPause, #menuBar > section > div#btnPause {
    display:none;
    font-size:43px;
}

#menuBar > ul#ulMiddle, #menuBar > section#ulMiddle {
    text-align: center;
}

#menuBar > ul#ulRight, #menuBar > section#ulRight {
    padding-right: 16px;
}

#menuBar > ul > li#btnVideoSettings, #menuBar > section > div#btnVideoSettings {
    float: right;
    font-size: 20px;
    position: relative;
}

#menuBar > ul > li#btnFullScreen, #menuBar > section > div#btnFullScreen {
    float: right;
    font-size: 20px;
}

#menuBar > ul > li, #menuBar > section > div {
    margin: 0 8px;
    vertical-align: middle;
    height: 40px;
}

#tourcontainer #menuBar > ul > li#btnGyro, #tourcontainer #menuBar > section > div#btnGyro {
    display:none;
}

#menuBar #btnVideoSettings {
    width: 22px;
    overflow: visible;
}

/* END menuBar */

/* LOADING STUFF */

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;     
    border: 1px solid #000;        
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  

/* END LOADING STUFF */

/* INTRO SCENE STUFF */

#introScene {
    position: absolute;
    width: 70%;    
    height: 87%;    
    left: 50%;
    top:50%;
    transform: translate(-50%, 0);
    transition: opacity 500ms;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.introScene #introScene {
    opacity: 1;
    pointer-events: all;
}

#introScene.custom {
    height:auto;
}

#introScene.custom > img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    width:100%;
    height:auto;
    max-height:100%;
}

#introScene > .inner {
    background: #000;
    background-image: none;
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #474747), color-stop(100, #000000));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #474747 0%, #000000 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    /*max-width:1000px;
    max-height:700px;*/
    position:relative;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 999;
    display:inline-block;
}

#introScene .property {
    width: 32%;
    position: absolute;    
    left: 50%;    
    top: 10%;    
    transform: translate(-70%,0);    
    -webkit-transform: translate(-70%,0);    
    -ms-transform: translate(-70%,0);    
    font-family: Georgia,sans-serif;    
    font-weight: normal;
    max-width: calc(39vh / 0.75);
}

#introScene .property > .inner {
    background: #fff;
    color: black;   
    width: 100%;    
    margin: 15px;    
    padding-top: 75%;  
    position: relative;    
    -ms-transform: rotate(-15deg);    
    -moz-transform: rotate(-15deg);    
    -o-transform: rotate(-15deg);    
    -webkit-transform: rotate(-15deg);    
    transform: rotate(-15deg);    
    transform-style: flat;    
    -webkit-transform-style: flat;    
    -moz-transform-style: flat;    
    -ms-transform-style: flat;
}

#introScene .property .img {
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center center;    
    position: absolute;    
    height: 56%;    
    top: 5%;    
    left: 3%;    
    right: 3%;
}


#introScene .property .info {
    position: absolute;
    top: 64%;
    left: 3%;
    right: 3%;
    height: 36%;
}

#introScene .property .address {
    color: #000000;
}

#introScene .property .address2 {
    font-size: 10%;
    margin-top:1.9%;
}

#introScene .property .price {
    font-size: 17%;
    margin-top:1.9%;
}

#introScene .agent {
    width: 19%;  
    position: absolute;    
    left: 68%;    
    top: 28%;    
    transform: translate(-50%,0);    
    -webkit-transform: translate(-50%,0);    
    -ms-transform: translate(-50%,0);    
    font-family: Georgia,sans-serif;    
    font-weight: normal;    
    height: 48%;
    max-width: calc(24vh / 0.75);
}

#introScene .agent > .inner {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);    
    width: 100%;     
    padding-top: 154%;    
    position: relative;    
    -ms-transform: rotate(10deg);    
    -moz-transform: rotate(10deg);    
    -o-transform: rotate(10deg);    
    -webkit-transform: rotate(10deg);    
    transform: rotate(10deg);    
    -o-backface-visibility: hidden;    
    -ms-backface-visibility: hidden;    
    -moz-backface-visibility: hidden;    
    -webkit-backface-visibility: hidden;    
    backface-visibility: hidden;    
    transform-style: preserve-3d;    
    -webkit-transform-style: preserve-3d;    
    -moz-transform-style: preserve-3d;    
    -ms-transform-style: preserve-3d;    
    border-radius: 2%;    
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);    
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);    
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
}

#introScene .agent > .inner::after{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 3%;
    width: 25%;
    border-radius: 37%;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}

#introScene .agent .upper {
    position: absolute;
    top: 9%;    
    left: 6%;    
    width: 88%;    
    padding-bottom: 8px;    
    background-color: #005699;    
    padding: 8px;    
    text-align: center;    
    color: #fff;    
    height: 31%;
}

#introScene .agent .upper .name {
    font-family: Myriad Pro,sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.5vmin;
    font-size: 1.5vm;
}

#introScene .agent .upper .title {
    font-family: Myriad Pro,sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.5vmin;
    font-size: 1.5vm;
    margin-top: 3px;
}

#introScene .agent .upper .company {
    font-family: Myriad Pro,sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.5vmin;
    font-size: 1.5vm;
    margin-top: 8px;
}

#introScene .agent .lower {
    position: absolute;
    top: 40%;    
    left: 6%;    
    width: 88%;   
    padding: 8px;    
    background-color: #fff;    
    text-align: center;    
    height: 50%;
}

#introScene .agent .lower .imgProfile {
    height: 45%;
    width: 100%;    
    background-size: contain;    
    background-repeat: no-repeat;    
    background-position: center center;
}

#introScene .agent .lower .phone {
    font-size: 20px;
    font-size: 2vmin;
    font-size: 2vm;
}

#introScene .agent .lower .phone i {
    font-size: 11px;
    font-size: 1.1vmin;
    font-size: 1.1vm;
}

#introScene .agent .lower .phone a {
    font-family: Arial, sans-serif;
    color: #797979;
    font-size: 10px;
    font-size: 1vmin;
    font-size: 1vm;
    font-weight: bold;
}

#introScene .agent .lower .contactme {
    font-size: 20px;
    font-size: 2vmin;
    font-size: 2vm;
}

#introScene .agent .lower .contactme i {
    font-size: 11px;
    font-size: 1.1vmin;
    font-size: 1.1vm;
}

#introScene .agent .lower .contactme a {
    font-family: Arial, sans-serif;
    color: #6e0600;
    font-size: 10px;
    font-size: 1vmin;
    font-size: 1vm;
    font-weight: normal;
}

#introScene .agent .lower .website {
    font-size: 20px;
    font-size: 2vmin;
    font-size: 2vm;
}

#introScene .agent .lower .website i {
    font-size: 11px;
    font-size: 1.1vmin;
    font-size: 1.1vm;
}

#introScene .agent .lower .website a {
    font-family: Arial, sans-serif;
    color: #6e0600;
    font-size: 10px;
    font-size: 1vmin;
    font-size: 1vm;
    font-weight: normal;
}

#introScene .agent .accounttype {
    position: absolute;
    top: 90%;
    left: 6%;
    width: 88%;
    background-color: #9FA2A2;
    text-align: center;
    height: 6%;
    padding-top: 3px;
}

#introScene .agent .accounttype span {
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold
}

#introScene .presentedBy {
    position: absolute;
    bottom: 3%;
    left: 15%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    width: 27%;
    height: 11%;
    min-width:200px;
    min-height:50px;
}

#introScene .presentedBy .img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#introScene .presentedBy .img > span {
    display:none;
}

#introScene .presentedBy > span {
    display:none;
}

#introScene .loading {
    position: absolute;
    bottom: 3%;    
    right: 15%;    
    transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}

#introScene .loading .sk-circle {  
    width: 50px;
    height: 50px;
}
    
body.introScene #panoObject{
    height: 100vh !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
}

@media (max-width: 1500px), (max-height: 842px) {
    #introScene .property {
        width: 40%;
    }
    #introScene .agent {
        width: 28%;
        height: 80%;
    }
}

@media (max-width: 1250px), (max-height: 702px) {
    #introScene .property {
        width: 45%;
    }
    #introScene .agent {
        width: 30%;
        height: 80%;
    }
}

@media (max-width: 900px), (max-height: 506px) {

    #introScene {
        width: 100vw;
        height: 100vh;   
        left: 0;    
        top: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    #introScene > div {
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
    }
    
    body.introScene #panoObject, body.introScene #panoObject div{
        overflow: visible !important;
    }

    #introScene .property {
        width: 38%;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #introScene .agent {
        width: 24%;
        height: 95%;
        top: 50%;
        left: 50%;
        transform: translate(0,-40%);
        -webkit-transform: translate(0,-40%);
        -ms-transform: translate(0,-40%);
    }
}
@media (max-width: 665px) {

    #introScene .property {
        left: 44%;
        width: 74%;
    }

    #introScene .agent {
        left: 52%;
        width: 49%;
    }

    #introScene .presentedBy {
        left: 25%;
    }
}
@media (max-height: 506px) {

    #introScene .property {
        top: 44%;
        max-width: calc(100vh / 1.25);
    }

    #introScene .agent {
        top: 49%;
        max-width: calc(100vh / 1.8);
    }
}

@media (max-width: 999px) {

    #introScene .loading {
        bottom: 50%;
        right: unset;
        left: 50%;
        transform: translate(-50%,50%);
        -ms-transform: translate(-50%,50%);
        -webkit-transform: translate(-50%,50%);
    }

    #introScene .loading .sk-circle {
        width: 200px;
        height: 200px;
    }
}

/* END INTRO SCENE STUFF */

/* top info area stuff */



#topinfoarea {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    text-align:right;
    z-index:2005;
    background: rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:8px 8px 8px 14px;
}

#topinfoarea > table {
        width: 100%;
        height:100%;
}

#topinfoarea .propertyInfo .title {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-size: 28px;
    font-weight: normal;
    max-height: 34px;
    overflow: hidden;
    width: 100%;
}

#topinfoarea .propertyInfo .address {
		margin: 0;
		padding: 0;
}

#topinfoarea .agentInfo {
    vertical-align: middle;
		text-align: right;
        height: auto;
}

#topinfoarea .agentInfo > div > table {
    vertical-align: middle;
    height: auto;
    display:inline-block;
}

#topinfoarea .propertyInfo {
    vertical-align: middle;
    height: 70px;
}

#topinfoarea .avatar {
		vertical-align: middle;
}

#topinfoarea .info {
        vertical-align: middle;
        padding-right:5px;
}

#topinfoarea .company {
        vertical-align: middle;
}

#topinfoarea .avatar > div, #topinfoarea .company > div {
		vertical-align: middle; 
}

#topinfoarea .avatar img, #topinfoarea .company img {
    max-width:100%;
    max-height:100%;
}

#topinfoarea .info p {
    margin: 0;
    font-size: 13px;
    white-space:nowrap;
}

#toggletop{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.7);
    background-image: none;
    color: #fff;
}

@media (max-width: 1067px) {
    #topinfoarea {
        height: 38px;
        z-index:3000;
        overflow:hidden;
        transition: height 350ms;
        -ms-transition: height 350ms;
        -webkit-transition: height 350ms;
        padding-top: 38px;
    }

    #topinfoarea table {
        margin-top:60px;
    }

    #topinfoarea.show {
        height:100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding:8px 8px 8px 14px;
    }

    #topinfoarea * {        
        text-align:center;
    }

    #topinfoarea td, #topinfoarea p, #topinfoarea tr, #topinfoarea table {
        display: block;
        height: auto;
    }

    #topinfoarea td {
        padding: 8px;
    }

    #topinfoarea td.avatar, #topinfoarea td.company {
        display:inline-block;
        height: auto;
    }
    #topinfoarea td.avatar > div, #topinfoarea td.company > div {
        height: auto;
    }

    #toggletop{
        display:none;
    }

    .inPlayer #toggletop{
        display:block;
    }

    .topInfoAreaOpen #scene_title {
        display:none !important;
    }

    .topInfoAreaOpen #scene_description {
        display:none !important;
    }

    .topInfoAreaOpen #affiliatesContainer {
        display:none !important;
    }

    .topInfoAreaOpen .rtvCarousel {
        display:none !important;
    }

    .topInfoAreaOpen #menuRight {
        display:none !important;
    }

    .topInfoAreaOpen #menuLeft {
        display:none !important;
    }

    .topInfoAreaOpen #menuBar {
        display:none !important;
    }
}
@media (max-width: 1067px) {

    #topinfoarea.bg {        
        background-color:rgba(0,0,0,0.7);
        background: rgba(0, 0, 0, 0.7);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
        padding:8px 8px 8px 14px;
    }
}
@media (min-width: 1068px) {

    #tourcontainer #topinfoarea {
        display:block;
        height:86px;
        position:absolute;
        width: unset;
        top:-86px;
        right: -3px;
        left: -3px;
        text-align:left;
        margin-bottom:0;
        padding:0 8px 8px 14px;
    }
}

/* END top info area stuff */

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; 
  -ms-transition: opacity .25s, visibility 0s; 
  -webkit-transition: opacity .25s, visibility 0s; 

}

#btnHideControls {
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    margin-right: 4px;
}
#btnShowControls {
    position: absolute;
    top: 100%;
    margin-top: -45px;
    font-size: 45px;
    display: none;
    left: 50%;
    margin-left: -21px;
    background-color: transparent;
    border-width: 0;
    color: #25262a;
    text-shadow: 0px 0px 3px #FFF;
    z-index:3005;
}

.controlsForcedDown #btnShowControls {
    display:block;
}

#panoObject .tourbottommenu{
    height:100%;
    pointer-events:auto;
}

#panoObject .tourbottommenu #modallink{
    pointer-events:auto;
}

#html5gallery h1, #html5gallery h3{
    color:#fff;
}

img#gyroicon-off, img#gyroicon-on {
    opacity: 1 !important;
    width: 30px;
    margin-bottom: 0px;
}

a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: underline;
}

a:link,
input,
button,
img,
textarea,
.btn-default,
.exp-btn,
.exp-btn:focus {
}

hr {
    border-top: 1px solid #666;
    clear: both;
}

.nomargin {
    margin-left: 0;
    margin-right: 0;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.btn-default,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    padding-top: 4px;
}

.btn-default:hover {}

span.required {
    color: red;
    font-weight: bold;
}

address {
    margin-bottom: 0;
}

label[for] {
    cursor: pointer;
}

input,
textarea {
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(253, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#feffff', GradientType=0);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 4px 2px;
}

.modallink {
    cursor: pointer;
}

input {
    max-height: 30px !important;
}

#prev_external_media,
#next_external_media {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #000;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control:focus {
    border-color: #606565;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1#addtitle {
    margin: 0;
    padding: 0;
}
 
.ui-loader.ui-loader-default {
    display: none;
}

.MainImagearea {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#panoObject {
    height: 100% !important;
}

.basicplayer,#playerarea {
    height: 100% !important;
}

.controlarea {
    position: absolute;
    text-align: center;
    bottom: 330px;
    left: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.9;
    margin: 0 auto;
}

#panoslideinfo {
    position: absolute;
    top: 25px;
    right: 60px;
    display: inline-block;
    background: transparent;
    padding: 5px;
    z-index: 900;
    color: #f4f4f4;
    cursor: default;
}

#panoslideinfo .fade.collapse {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#panoslideinfo .fade.collapse.in {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#currentcaption {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-style: italic;
    display: inline-block;
}

.fa-minus-circle,
.fa-plus-circle {
    padding: 5px 10px;
    font-size: 24px;
}

#currentdescrip {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-weight: 300;
}

.thumbpanel {
    position: absolute;
    bottom: 36px;
    right: 23px;
}

.bx-viewport {
    height: 75px !important;
}

#thumbslide {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65%;
    z-index: 900;
}

#playercontrols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 10px;
    background: blue;
    z-index: 900;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.btn-default.icon,
.btn-default:active.icon,
.btn-default:active:focus.icon {
    background: none !important;
    border: 0;
    cursor: default;
    box-shadow: none;
    color: white;
}

#tourplayhead {
    width: 22%;
}

.playercontainer {
    position: relative;
}

.thumbbox {
    position: relative;
    bottom: -15px;
    border: 12px solid #474747;
    border-bottom: 0px;
    width: 100%;
    max-width: 126px;
    height: 97px;
    display: inline-block;
    border-radius: 10px;
    z-index: 20;
    background: transparent;
}

.tourcontrols {
    background: rgba(55, 55, 55, 1);
    background: -moz-linear-gradient(left, rgba(55, 55, 55, 1) 0%, rgba(71, 71, 71, 1) 51%, rgba(55, 55, 55, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55, 55, 55, 1)), color-stop(51%, rgba(71, 71, 71, 1)), color-stop(100%, rgba(55, 55, 55, 1)));
    background: -webkit-linear-gradient(left, rgba(55, 55, 55, 1) 0%, rgba(71, 71, 71, 1) 51%, rgba(55, 55, 55, 1) 100%);
    background: -o-linear-gradient(left, rgba(55, 55, 55, 1) 0%, rgba(71, 71, 71, 1) 51%, rgba(55, 55, 55, 1) 100%);
    background: -ms-linear-gradient(left, rgba(55, 55, 55, 1) 0%, rgba(71, 71, 71, 1) 51%, rgba(55, 55, 55, 1) 100%);
    background: linear-gradient(to right, rgba(55, 55, 55, 1) 0%, rgba(71, 71, 71, 1) 51%, rgba(55, 55, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#373737', GradientType=1);
    height: 36px;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
    position: relative;
}

.tourcontrols::before {
    content: "";
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #474747;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 200px;
    z-index: 22;
}

.tourstatus {
    position: relative;
    z-index: 30;
    color: white;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.tourstatus .icon {
    top: 5px;
}

.tourstatus .icon a {
    cursor: pointer;
}

.tourstatus .icon.play {
    top: 0;
}

.layercontainer {
    display: none;
}

.logo.companylogo{
    max-width: 200px;
    max-height: 112px;
    padding: 0px 5px;
}

.loaderagentphoto{
    max-width: 98px;
    max-height: 115px;
}

.companylogo1, .agentlogo1{
    max-width: 200px;
    max-height: 100px;
}

.layercontainer.first,
.toolitem.first {
    display: block;
}

#viewContainer > .tab {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y: auto;
}

.tab.active, .tab.in {
    display: block;
    z-index: 3006;
}

.row-item {
    display: inline-block !important;
}

li.current {
    background: #ffd7d8;
}

.modal {
    text-align: center;
    padding: 0!important;
    z-index:2010 !important;
}

#Mouseinstructor.modal{
    background: transparent;
}

#Mouseinstructor button.close{
    padding: 0px 5px;
    height: 24px;
}

.mouseInstructor{
    display: inline-block;
}

#Mouseinstructor .modal-content {
    background-color: rgba(192,192,192,0.3);
    border: 1px solid rgba(0,0,0,.3);
}

#Mouseinstructor.modal.fade.in .modal-dialog{
    border: 0px;
    padding: 0px;
    background: rgba(119,118,118,0.2);
}

#Mouseinstructor .closetext{
    padding: 5px;
}

#Mouseinstructor .modal-header {
    padding: 8px 15px 5px;
    border-bottom: none;
}

#Mouseinstructor .modal-content{
    border: 1px solid rgba(0,0,0,.5);
}

#Mouseinstructor .modal-body{
    padding: 0px;
    border:0px;
}

.modal-backdrop{
    background: transparent;
    display: none;
}

.toolnav.modal{
    z-index: 10050;
}

button.close {
    border: 1px solid black;
    border-radius: 200px;
    padding: 5px;
}

.close.leadgrabberclose {
    line-height: .5;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

button.close.leadgrabberclose {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 3px;
}

.close {
    line-height: .5;
    color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px;
    background: rgba(255, 255, 255, .1);
}

.modal-content {
    background-color: #e8e8e8;
}

.modal-content.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.successbtn button{
    background: #3c763d !important;
    color: #fff !important;
}

.modal-header {
    border-bottom: 1px solid #fff;
}

.modal-body {
    border-top: 1px solid #808080;
}

.modal-footer {
    clear: both;
}


/*Change the size here*/

.innerfaceright2 {
    margin-top: 51px;
}

.agentpropcard{
    padding-right:0px;
}

.propAgentComlogo{
    float: right;
    position: absolute;
    max-height: 56px;
    left: 112px;
    bottom: 25px;
}

.agentinfocomp img{
    max-width: 200px;
    margin-left: 2px;
    width: auto;
    height: auto;
    max-height: 100px;
    border: 5px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.innerleftbottom .propagentframe {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    float: left;
}

#agentLine{
    font-family:Arial, sans-serif; 
    color: #fff; 
    font-size: 10px; 
    font-weight: bold; 
}

#touragent{
    font-family:Myriad Pro,sans-serif;
    font-weight: bold;
}

#tourcompany{
    font-family:Myriad Pro,sans-serif;
    font-weight: normal;
}

#agentphone a {
    font-family:Arial, sans-serif; 
    color: #797979; 
    font-size: 10px; 
    font-weight: bold; 
}

#agentemail a, #agentlink a{
    font-family:Arial, sans-serif; 
    color: #6e0600; 
    font-size: 10px; 
    font-weight: normal; 
}

#tourtitle, #tourcity, #tourprice{
    font-family:Georgia,sans-serif;
    font-weight: normal;
}

.propinnerlefttop{
    margin-top: 15px;
    z-index: 10;
    padding: 5px 0 40px 13px;
    font-style: italic;
    height: 100%;
    min-height: 220px;
    max-height: 220px;
}

ol#propertyagentindicators {
    bottom: -9px;
}

#propertyagentindicators li.active {
    border: 1px solid black;
    background: #333;
}

#intab6 .innertopright{
    position: absolute;
    top: 0;
    right: -18px;
}

/* wend of global css section*/


/* start of skin css */

.preloader {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: 999;
    display: none;
}

.preloader.mobile{
    background-color: #000;
    background-image:url('//tourthemes/loaderimages/preloaderBackground.png');
    background-size: 100% 100%;
    background-attachment:fixed;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:5%;
    vertical-align:middle;
    text-align:center;
}

.preloader.mobile img{
    width:100%;
    height:100%;
    vertical-align:middle;
}

.preloader.mobile .row:first-child{
    height:20%;
}

.preloader.mobile .row:first-child > div {
    height:100%;
    text-align:center;
}

.preloader.mobile .row:nth-child(2){
    height:10%;
}

.preloader.mobile .row:nth-child(3){
    height:70%;
}

.preloader.mobile .row:nth-child(3) > div{
    height:100%;
}

.preloader.mobile .row:nth-child(3) > div div.property {
    display:inline-block;
    width:48%;
    height:100%;
    background-color:#fff;
    padding:8px 8px 40px 8px;
    vertical-align:top;
}


.preloader.mobile .row:nth-child(3) > div div.agent {
    display:inline-block;
    width:21%;
    height:100%;
    position:relative;
    vertical-align:top;
}

.preloader.mobile .row:nth-child(3) > div div.agent .logo{
    display:none;
}

.preloader.mobile .row:nth-child(3) > div div.agent .bg{
    position: absolute;
    top: -2.5%;
    left: 0;
    height: 107%;
}

.preloader.mobile .row:nth-child(3) > div div.agent .image{
    position: absolute;
    top: 35%;
    left: 16%;
    width: 67%;
    height: 51%;
}

.preloader.mobile .row:nth-child(4){
    display:none;
}

.horizontal .preloader.mobile .row:nth-child(3) > div div.agent.agentDefault {
    display:none !important;
}

.vertical .preloader.mobile .row:nth-child(3) > div div.agent.agentDefault .image.default {
    display:none !important;
}

.vertical .preloader.mobile .row:nth-child(3) > div div.agent.agentDefault .logo.agentDefault {
    height:auto !important;
}

/*Vertical Orientation Mobile Preloader*/

body.vertical .preloader.mobile > .row:nth-child(1){
    height:14%;
}

body.vertical .preloader.mobile > .row:nth-child(1) > div:nth-child(1), body.vertical .preloader.mobile .row:nth-child(1) > div:nth-child(3) {
    display:none;
}

body.vertical .preloader.mobile > .row:nth-child(1) > div:nth-child(2){
    width:100%;
}

body.vertical .preloader.mobile #inTurnFadingTextG{
    width:108px;
}

body.vertical .preloader.mobile > .row:nth-child(2){
    display:none;
}

body.vertical .preloader.mobile > .row:nth-child(3){
    height:65%;
}

body.vertical .preloader.mobile > .row:nth-child(3) > div div.property {
    width:100%;
    height:62%;
}

.mprice{
    margin: 7px 0 10px;
    font-weight: bold;
    font-size: 20px;
}

body.vertical .preloader.mobile > .row:nth-child(3) > div div.agent {
    width:100%;
    height:38%;
    padding-top:15px;
}

body.vertical .preloader.mobile > .row:nth-child(3) > div div.agent .logo{
    width:69%;
    height: auto;
    /* height: 100%;*/
    display:inline-block;
}

body.vertical .preloader.mobile > .row:nth-child(3) > div div.agent .bg{
    display:none;
}


body.vertical .preloader.mobile > .row:nth-child(3) > div div.agent .image{
    position: relative;
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
}

body.vertical .preloader.mobile > .row:nth-child(4){
    display:block;
    height:21%;
}

body.vertical .preloader.mobile > .row:nth-child(4) div{
    text-align:center;
}

body.vertical .preloader.mobile > .row:nth-child(4) div p{
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
}

body.vertical .preloader.mobile > .row:nth-child(4) div img{
    max-width:50%;
    max-height:100%;
    width:auto;
    height:auto;
}

.innerpreloader {
    width: 100%;
    max-width: 1000px;
    height: 700px;
    display: block;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
    background-size: auto;
}

.inactiveloaderback {
    position: absolute;
    display: block;
    margin: 10px auto;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    min-height: 700px;
    color: #fff;
    border-radius: 15px;
    background: #000;
    /* IE10+ */
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #474747), color-stop(100, #000000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #474747 0%, #000000 100%);
    /* W3C Markup */
    background-image: radial-gradient(ellipse farthest-corner at center, #474747 0%, #000000 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.innertext {
    font-style: italic;
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: default;
}

.preloader .innerleft {
    position: absolute;
    z-index: 20;
    /* width:50%; */
    top: 11.5%;
    left: 28%;
    color: #fff;
    clear: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    cursor: default;
}

.Leftinnerbox {
    max-width: 320px;
    background: #fff;
    color: black;
    padding: 10px;
}

.font1{
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#agentmaweb a, #agentmasche a, #agentmalisting a{
    font-family:Segoe Print,sans-serif;
    color:#555555;
    font-size:12px;
    font-weight: normal;
    text-align:left;
    cursor: pointer;
}

#agentmahead{
    font-family:Segoe Print,sans-serif;
    color:#a3a3a3;
    font-size:14px;
    font-weight: normal;
    text-align:left;
}

#inactiveheadline{
    font-family:Georgia,sans-serif;
    font-weight: normal;
}

#inactiveowner{
    font-family:Georgia,sans-serif;
    font-weight: normal;
}

#inactiveemail{
    font-family:Georgia, sans-serif; 
    color: #ffffff; 
    font-size: 15px; 
    font-style:italic; 
}

#inactivephone{
    font-family:Georgia, sans-serif; 
    color: #ffffff; 
    font-size: 15px; 
    font-style:italic; 
}

.Leftinnerbox #tourimage {
    min-height: 131px;
    max-height: 131px;
}

#tourtitle,
#tourcity,
#tourprice {
    margin: 5px 0 0;
}



#scene_title{
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-style: italic;
    font-size: 22px;
    width: auto;
    text-align: center;
    z-index: 2008;
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
}

#currenttitle{
    display: inline;
    padding: 10px 15px;
    cursor: pointer;
}

#plus {
    cursor: pointer;
}

.description{
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    height: 100%;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2009;
}

.cantselect{
    pointer-events:none;
}

#fullscreenbtn{
    display: none;
}

#currentdescription{
    -webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -o-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-size: 16px;
    padding: 0 10px 0;
    line-height: 1.42857143;
}


 


  /* end of preloader icon */


.inmprice{
    font-size: 20px;
}

.bottominnershadow {
    min-height: 60px;
    background: rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
}

.footer #deemed {
    display: inline-block;
    padding: 3px 4px 0;
}

.footer #virtualtourltxt {
    display: inline-block;
    padding-left: 5px;
    margin: 0;
}

.contactform {
    margin: 0 auto;
    text-align: center;
    max-width: 960px;
}

.prvconimg {
    float: left;
}

div#prvcontact {
    float: left;
}

.fa-link {
    /* Rotate div */
    -ms-transform: rotate(-85deg);
    /* IE 9 */
    -webkit-transform: rotate(-85deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-85deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.otherpre {
    text-align: center;
    margin: 0 auto;
    min-width: 1200px;
    width: 960px;
}

.otherpre::after {
    content: '';
    display: table;
    clear: both;
}

.privimg {
    /* width: 20%; */
    float: left;
    padding: 0 10px;
}

.privinfo {
    /* width: 30%; */
    float: left;
}


/* end of preloader section*/

#preloaderLoading {
    width: 100%;    
    height: 100%;    
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    pointer-events: none;
}
body.sceneLoading #preloaderLoading {
    display: flex;
}

#preloaderLoading i{
    z-index: 5000;    
    color: #fff;
    display: flex;    
    justify-content: center;    
    flex-direction: column;    
    margin: auto auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}


#videoLoader{
    width: 100%;    
    height: 100%;    
    text-align: center;    
    display: flex;    
    position: absolute;    
    top: 0;    
    left: 0;    
    right: 0;    
    bottom: 0;    
    z-index: 5000;
    pointer-events: none;
}
#videoLoader i{
    z-index: 5000;    
    color: #fff;
    display: flex;    
    justify-content: center;    
    flex-direction: column;    
    margin: auto auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}  


/************************* Default skin menu styling ***/

#menuLeft {
    position: absolute;
    top: 0;
    left: 0;
    width:250px;
    height: 100%;
    overflow:hidden;
    pointer-events:none;
    z-index:3007;
}

#menuRight {
    position: absolute;
    top: 0;
    right: 0;
    width:250px;
    height: 100%;
    overflow:hidden;
    pointer-events:none;
    z-index:3007;
}

#menuLeft .inner {
    pointer-events:none;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 8999;
    transition:all 1s;
    -ms-transition:all 1s;
    -webkit-transition:all 1s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.mouseEnabled #tourcontainer:hover #menuLeft .inner {
    left: -1px !important;
}

.mouseEnabled #tourcontainer:hover #menuRight .inner {
    right:-1px !important;
}
/* comment out below to disable side bars on tablet. Note: sidebars cover left and right tips of menubar */

@media (min-width: 1000px) {
    body.carouselActive #tourcontainer #menuLeft .inner {
        left: -1px !important;
    }
    body.carouselActive #tourcontainer #menuRight .inner {
        right: -1px !important;
    }
}

.controlsForcedDown #menuLeft .inner, .controlsForcedDown #menuRight .inner {
    display:none !important;
}

#menuRight .inner {
    pointer-events:all;
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 8999;
    transition:all 1s;
    -ms-transition:all 1s;
    -webkit-transition:all 1s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

#Playerpanelmenu {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 8999;
    max-width: 797px;
    margin: 0 auto;
}

#menuLeft #tournav-left {
    margin: 0;
    padding: 0;
    text-align:center;
    width:50px;
    background:url('/static/images/menuLeftBG.png');
    background-repeat:repeat-y;
    pointer-events: all;
}

.topleftimgcorner, .bottomleftimgcorner {
    pointer-events: none;
}

#menuRight #tournav-right {
    margin: 0;
    padding: 0;
    text-align:center;
    width:50px;
    background:url('/static/images/menuRightBG.png');
    background-repeat:repeat-y;
    padding-left:13px;
}

#menuLeft ul li,
#menuRight ul li {
    padding-top: 25px;
    clear: both;
    list-style-type: none;
    width: 37px;
}

#menuRight ul li {
    padding-top: 12px;
    clear: both;
}
#menuLeft ul li:first-child,
#menuRight ul li:first-child {
    padding-top:0px;
}
.tournav-left.nav>li>a:focus,
.tournav-left.nav>li>a:hover,
.tournav-right.nav>li>a:focus,
.tournav-right.nav>li>a:hover {
    background-color: transparent;
}

.tournav-left.navbar-nav>li>a,
.tournav-right.navbar-nav>li>a {
    padding: 0;
}

#menuLeft ul li a span.badge,
#menuRight ul li a span.badge {
    padding: 6px;
    background: #1d1d1d;
    color: #454545;
    border-radius: 100%;
    font-size: 18px;
    cursor: pointer;
    text-shadow: 0px 1px 0px #000;
    -webkit-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 1);
    box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 1);
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #1d1d1d;
    width: 30px;
    height: 30px;
}

#playunlikeicon span.badge {
    padding-top: 8px !important;
}

#homelinkicon span.badge i{
    margin-left: -2px;
}
.mouseEnabled #menuLeft ul li a span.badge:hover,
#menuLeft ul li.active a span.badge,
.mouseEnabled #menuRight ul li a span.badge:hover,
#menuRight ul li.active a span.badge {
    color: #454545;
    background: rgba(253, 253, 253, 1);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(213, 213, 213, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 253, 253, 1)), color-stop(100%, rgba(213, 213, 213, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(213, 213, 213, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(213, 213, 213, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(213, 213, 213, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(213, 213, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d5d5d5', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#homelikeicon span.badge:hover,
.mouseEnabled #menuRight ul li.active a#homelikeicon span.badge {
    color: #454545;
    background: rgba(127, 190, 133, 1);
    background: -moz-linear-gradient(top, rgba(127, 190, 133, 1) 0%, rgba(72, 143, 75, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127, 190, 133, 1)), color-stop(100%, rgba(72, 143, 75, 1)));
    background: -webkit-linear-gradient(top, rgba(127, 190, 133, 1) 0%, rgba(72, 143, 75, 1) 100%);
    background: -o-linear-gradient(top, rgba(127, 190, 133, 1) 0%, rgba(72, 143, 75, 1) 100%);
    background: -ms-linear-gradient(top, rgba(127, 190, 133, 1) 0%, rgba(72, 143, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(127, 190, 133, 1) 0%, rgba(72, 143, 75, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbe85', endColorstr='#488f4b', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#homelikeicon span.badge:hover .fa-thumbs-up,
#menuRight ul li.active a#homelikeicon span.badge .fa-thumbs-up {
    color: #47642e;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playunlikeicon span.badge:hover,
#menuRight ul li.active a#playunlikeicon span.badge {
    color: #454545;
    background: rgba(196, 78, 78, 1);
    background: -moz-linear-gradient(top, rgba(196, 78, 78, 1) 0%, rgba(152, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196, 78, 78, 1)), color-stop(100%, rgba(152, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(196, 78, 78, 1) 0%, rgba(152, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(196, 78, 78, 1) 0%, rgba(152, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(196, 78, 78, 1) 0%, rgba(152, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(196, 78, 78, 1) 0%, rgba(152, 44, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44e4e', endColorstr='#982c2c', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playunlikeicon span.badge:hover .fa-thumbs-down,
#menuRight ul li.active a#playunlikeicon span.badge .fa-thumbs-down {
    color: #862006;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playfaceicon span.badge:hover,
#menuRight ul li.active a#playfaceicon span.badge {
    color: #2f4a81;
    background: rgba(88, 148, 225, 1);
    background: -moz-linear-gradient(top, rgba(88, 148, 225, 1) 0%, rgba(50, 83, 152, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88, 148, 225, 1)), color-stop(100%, rgba(50, 83, 152, 1)));
    background: -webkit-linear-gradient(top, rgba(88, 148, 225, 1) 0%, rgba(50, 83, 152, 1) 100%);
    background: -o-linear-gradient(top, rgba(88, 148, 225, 1) 0%, rgba(50, 83, 152, 1) 100%);
    background: -ms-linear-gradient(top, rgba(88, 148, 225, 1) 0%, rgba(50, 83, 152, 1) 100%);
    background: linear-gradient(to bottom, rgba(88, 148, 225, 1) 0%, rgba(50, 83, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5894e1', endColorstr='#325398', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playfaceicon span.badge:hover .fa-facebook,
#menuRight ul li.active a#playfaceicon span.badge .fa-facebook {
    color: #2f4a81;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playpinteresticon span.badge:hover,
#menuRight ul li.active a#playpinteresticon span.badge {
    color: #fff;
    background: rgba(251, 60, 56, 1);
    background: -moz-linear-gradient(top, rgba(251, 60, 56, 1) 0%, rgba(174, 3, 9, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 60, 56, 1)), color-stop(100%, rgba(174, 3, 9, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 60, 56, 1) 0%, rgba(174, 3, 9, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 60, 56, 1) 0%, rgba(174, 3, 9, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 60, 56, 1) 0%, rgba(174, 3, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 60, 56, 1) 0%, rgba(174, 3, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3c38', endColorstr='#ae0309', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playpinteresticon span.badge:hover .fa-pinterest-p,
#menuRight ul li.active a#playpinteresticon span.badge .fa-pinterest-p {
    color: #fff;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playtwittericon span.badge:hover,
#menuRight ul li.active a#playtwittericon span.badge {
    color: #17627a;
    background: rgba(72, 209, 234, 1);
    background: -moz-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 209, 234, 1)), color-stop(100%, rgba(31, 129, 159, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d1ea', endColorstr='#1f819f', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playpinteresticon span.badge:hover .fa-pinterest-p,
#menuRight ul li.active a#playpinteresticon span.badge .fa-pinterest-p {
    color: #fff;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playtwittericon span.badge:hover,
#menuRight ul li.active a#playtwittericon span.badge {
    color: #17627a;
    background: rgba(72, 209, 234, 1);
    background: -moz-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 209, 234, 1)), color-stop(100%, rgba(31, 129, 159, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 209, 234, 1) 0%, rgba(31, 129, 159, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d1ea', endColorstr='#1f819f', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playtwittericon span.badge:hover .fa-tumblr,
#menuRight ul li.active a#playtwittericon span.badge .fa-tumblr {
    color: #17627a;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playlinkedicon span.badge:hover,
#menuRight ul li.active a#playlinkedicon span.badge {
    color: #003c5d;
    background: rgba(72, 209, 234, 1);
    background: -moz-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(5, 96, 145, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 209, 234, 1)), color-stop(100%, rgba(5, 96, 145, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(5, 96, 145, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(5, 96, 145, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 209, 234, 1) 0%, rgba(5, 96, 145, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 209, 234, 1) 0%, rgba(5, 96, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d1ea', endColorstr='#056091', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playlinkedicon span.badge:hover .fa-linkedin,
#menuRight ul li.active a#playlinkedicon span.badge .fa-linkedin {
    color: #003c5d;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

.mouseEnabled #menuRight ul li a#playtoolsicon span.badge:hover,
#menuRight ul li.active a#playtoolsicon span.badge {
    color: #ae6815;
    background: rgba(231, 163, 15, 1);
    background: -moz-linear-gradient(top, rgba(231, 163, 15, 1) 0%, rgba(236, 109, 11, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 163, 15, 1)), color-stop(100%, rgba(236, 109, 11, 1)));
    background: -webkit-linear-gradient(top, rgba(231, 163, 15, 1) 0%, rgba(236, 109, 11, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 163, 15, 1) 0%, rgba(236, 109, 11, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 163, 15, 1) 0%, rgba(236, 109, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 163, 15, 1) 0%, rgba(236, 109, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a30f', endColorstr='#ec6d0b', GradientType=0);
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mouseEnabled #menuRight ul li a#playtoolsicon span.badge:hover .fa-wrench,
#menuRight ul li.active a#playtoolsicon span.badge .fa-wrench {
    color: #ae6815;
    -webkit-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    -moz-text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
    text-shadow: 0px -1px 0px #000, 0 0 0 #fff, 1px 0px 0px transparent;
    ;
}

#playtlinkicon .badge .fa-play {
    padding: 1px 0px 0px 3px;
    font-size: 16px;
}

#playstillsicon .fa-picture-o,
#playvideoicon .fa-film {
    padding: 1px 0px 0px 0px;
    font-size: 16px;
}

#menuLeft .homelinkicon,
#menuRight .homelinkicon {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
}

.carousel-indicators li {
    border: 1px solid #333;
}


/*********** end of default menu skin style *******/

/****** Tools panle section *****/

#toolspanelmenu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3300;
    max-width: 797px;
    margin: 0 auto;
    width: 100%;
    display:none;
}

.fullScreen #toolspanelmenu {
    /* top: -150px !important;*/
    bottom: 59px !important;
}


@media (min-width: 1200px){
    .notInPlayer #toolspanelmenu{
        display:block;
    }
}

#toolspanelmenu #MenuShelf {
    height: 62px;
}

.toolspanelnav {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    text-align: center;
}

.krpano-tablet .toolspanelnav{
    top: -164px;
}

.toolpanel.nav.navbar-nav {
    float: none;
    display: inline-block;
    margin-top: 36px;
}

.toolpanel.nav>li>span a {
    margin: 0 20px;
}

.homenavimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 0% 0%;
    width: 80px;
    height: 100px;
}

.agentinfoimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 50% 0%;
    width: 80px;
    height: 100px;
}

.agentfemaleinfoimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 100% 105%;
    width: 80px;
    height: 100px;
}

.propinfoimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 100% 0%;
    width: 80px;
    height: 100px;
}

.tourgmapimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 0% 100%;
    width: 80px;
    height: 100px;
}

.maintoolsimg {
    background: url('/static/images/menuIcons.png') no-repeat;
    background-position: 50% 100%;
    width: 80px;
    height: 100px;
}

.nav>li>span a.toolitem,
.toolicons {
    cursor: pointer;
    display: block;
}

span.tooltips {
    display: block;
}

ul.toolshelf {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    display: block;
}

ul.toolshelf li {
    float: none;
    margin: 0 25px 42px;
    text-align: center;
    display: inline-block;
}

.divider {
    position: relative;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: none;
    max-width: 627px;
    width: 100%;
    height: 128px;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.nav>li>span a.toolitem:focus,
.nav>li>span a.toolitem:hover,
a.toolicons:focus,
a.toolicons:hover {
    animation: pulse 0.2s ease-out;
    background-color: transparent;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/*************Default skin styling ***/

.slidecontainer {
    position: relative;
    overflow: hidden;
}

ul.tourthumbnails,
ul#thumbnailsection {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tourthumbnails li {
    display: inline-block;
    margin-right: 10px;
}

.slidecontainer ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

a.control_prev,
a.control_next {
    position: absolute;
    bottom: 26%;
    z-index: 999;
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    /* background: #2a2a2a; */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
}

a.control_prev {
    left: 44%;
}

a.control_next {
    right: 44%;
    border-radius: 2px 0 0 2px;
}

a.play_tour {
    font-size: 25px;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: 23%;
    cursor: pointer;
}

.tourvideos {
    margin: 0 auto;
    text-align: center;
}

video {
    width: 100%;
    height: auto;
}


/************* end of Default skin styling ***/


/************ home interface aka home property info*/

.homestart,
.toollist,
.agentinfocontainer,
.propertyinfocontainer,
#videopan,
#stillpan {
    /*min-height: 780px;*/
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
}

#videopan,
.stillpan,
.panos,
.thepanos,
.basicplayer {
    height: 100%;
}

#propprice {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    color: rgba(82, 69, 54, 0.9);
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    cursor: default;
}

.pageinterface1,
.pageinterface2 {
    height: auto !important;
    position: relative;
    width: 100%;
    margin: 0 auto;
    cursor: default;
    overflow-x:hidden;
}

.pageinterface1,
.pageinterface2,
.full-stackb,
.innerhalfpage,
.innerhalfpageb {
    /* background: url('../images/pageStacksingle.png') repeat #fff; */
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: inline-block;
}

.pageinterface1::after {
    content: "";
    display: none;
    min-height: 425px;
    width: 100%;
    position: absolute;
    z-index: -1;
    /*background: url('/static/images/pageStack.png') repeat #000;
    	background: #000; */
    border-radius: 10px;
}

.pageinterface4 {
    max-width: 980px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: default;
    text-align: center;
}

.homeinnerleft p,
.agentinnerleft p {
    margin: 0;
    padding: 0;
}

.innerlefttop,
.hinnerlefttop {
    margin-top: 15px;
    z-index: 10;
    padding: 5px 0 40px 13px;
    font-style: italic;
    height: 100%;
    min-height: 240px;
    max-height: 240px;
}

.innerlefttop #homeagentmo,
.innerlefttop #homeagentemail,
.innerlefttop #Agentofficephone,
.innerlefttop #AgentwebsitE,
.innerlefttop #homeAgentGallery,
.hinnerlefttop #homeagentmo,
.hinnerlefttop #homeagentemail,
.hinnerlefttop #Agentofficephone,
.hinnerlefttop #AgentwebsitE,
.hinnerlefttop #homeAgentGallery {
    padding-top: 5px;
}

.fa-envelope {
    font-size: 13px !important;
}

.innertopright #agetodolist {
    position: relative;
    left: -3px;
    bottom: 0;
    top: -15px;
}

#agetodolisttxt {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    right: 12px;
    position: absolute;
    top: 6px;
    width:159px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.innermiddle {
    background: url('/static/images/binder.png') repeat-y;
    margin-top: 5px;
    height: 415px;
    width: 102px;
    padding-left: 0;
    padding-right: 0;
}

.innerfaceright2 .innermiddle {
    background: url('/static/images/binder.png') repeat-y;
    margin-top: -53px;
    margin-left: -45px;
    height: 416px;
    width: 102px;
    padding-left: 0;
    padding-right: 0;
}

.innerfaceright {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.propertycorner1,
.propcorner2 {
    position: relative;
    display: none;
}

.innerfaceright .propertycorner1::before {
    content: "";
    background: url('/static/images/corners.png') no-repeat;
    background-position: 0px 10px;
    position: absolute;
    top: -4px;
    left: -25px;
    height: 50px;
    width: 50px;
    z-index: 10;
}

.innerfaceright .propertycorner1::after {
    content: "";
    background: url('/static/images/corners.png') no-repeat;
    background-position: -40px 10px;
    position: absolute;
    top: -5px;
    right: -22px;
    height: 50px;
    width: 50px;
    z-index: 10;
}

.innerfaceright .propcorner2::before {
    content: "";
    background: url('/static/images/corners.png') no-repeat;
    background-position: -4px -38px;
    position: absolute;
    bottom: -6px;
    left: -20px;
    height: 50px;
    width: 46px;
    z-index: 10;
}

.innerfaceright .propcorner2::after {
    content: "";
    background: url('/static/images/corners.png') no-repeat;
    background-position: -48px -45px;
    position: absolute;
    bottom: -3px;
    right: -20px;
    height: 40px;
    width: 40px;
    z-index: 10;
}

.innerfaceright .propertyfeat {
    margin-top: 25px;
    border: 5px solid #fff;
    background: #fff;
    position: relative;
    z-index: 9;
}

.innerfaceright .homeprodescrip {
    font-family:Arial,sans-serif;
    color:#535353;
    font-size:12px;
    font-weight: normal;
    text-align:left;
    margin-top: 20px;
    height: 200px;
    overflow: auto;
    width: 100%;
    padding: 0 10px 5px;
}

.homeprodescrip .mCSB_inside>.mCSB_container{
    margin-right: 10px !important;
}

.maintab1descrip{
    max-width: 440px;
    margin: 0 auto;
}

.col-sm-4.col-sm-offset-1.propertyinleft {
    margin-left: 5.333333%;
    z-index: 5;
}

#propinfodesc3 {
    /* overflow-y: scroll;*/
    height: 160px;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

.innerleftbottom {
    text-align: left;
    max-width: 280px;
    min-width: 280px;
}

.agentimgava {
    position: relative;
    z-index: 5;
}

.agentcompany,
.agentcompany2 {
    position: absolute;
    right: 75px;
    top: -18px;
    background: #fff;
    padding: 5px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.agentcompany2 img {
    width: 200px;
    height: 100px;
}

.infoinnerright #AgentAva,
.infoinnerright #AgentComlogourl {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.agentimgava #mainAgentava {
    position: absolute;
    top: -29px;
    left: 20px;
    z-index: 3;
}

.agentimgava #homeagentframe2 {
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 3px;
}

.innerleftbottom.agentlogos {
    position: relative;
    top: 100px;
}

.innerleftbottom #homeAgentava {
    position: relative;
    top: 16px;
    left: 17px;
    z-index: 2;
}

.innerleftbottom #homeagentframe {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.col-sm-5.col-sm-offset-1.propertyinleft {
    margin-left: 6.333333%;
    z-index: 2;
}

innertoolbox innerhalfpage,
.innerhalfpage {
    display: block;
    position: relative;
    width: 100%;
    z-index: 5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 auto;
    cursor: default;
}

.innerhalfpageb {
    position: absolute;
    min-height: 428px;
    width: 100%;
    max-width: 500px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 4;
    top: 50%;
    left: 0;
    right: 0;
    /* Rotate div */
    -ms-transform: rotate(0.5deg) translateY(-50%);
    /* IE 9 */
    -moz-transform: rotate(0.5deg) translateY(-50%);
    /* firefox 3.5 */
    -webkit-transform: rotate(0.5deg) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: rotate(0.5deg) translateY(-50%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    cursor: default;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.innerhalfpage::after {
    display: none;
}

.propinnermiddle {
    display: none
}

.flyermiddle {
    display: none;
}

/* PROPERTY DETAILS TAB */



    /* ATTRIBUTES AND AMENITIES */
        #tab7 .basic {
            display: inline-block;
            margin-right: -4px;
            width: 370px;
            padding: 5px 10px;
        }

        #tab7 .basic img {
        }
        
        #tab7 .basic .thumb {
            width:100%;
            height: 170px;
            border: 5px solid white;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            position: relative;
            margin:5px 10px;
            background-position:center center;
            background-size: cover;
        }
        
        #tab7 .tabInner {
            width: 882px;
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #f7f7f7;
            border-radius: 10px;
            height: 425px;
            z-index: 23;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
            margin-left: -441px;
            margin-top: -212px;
        }
        
        #tab7 .tabInner {
                background-color: #fff;
                border-radius: 10px;
                height: 415px;
        }
        
        #tab7 .seperator {
                display: inline-block;
                margin-right: -4px;
                width: 42px;
                vertical-align: top;
        }
        
        #tab7 .basic h3 {
            text-align: center;
        
            margin-top: 15px;
        
            margin-bottom: 25px;
        }
        
        #tab7 .descTab {
            
        }
        
        #tab7 .seperator {
                background-image: url('/static/images/binder.png');
                height: 415px;
                background-size: 75px 415px;
                background-position: center center;
                background-color: #fff;
        }
        
        #tab7 .tabInner {
            background-color: #f7f7f7;
        }
        
        #tab7 .tabInner .address {
            font-size: 18px;
            padding-top: 4px;
            padding-bottom: 10px;
        }
        
        #tab7 .content #propertyInfo_amenities_content p {
                display: inline-block;
                width: 50%;
                margin-right: -4px;
        }
        
        #tab7 .content #propertyInfo_amenities_content ul {
                display: block;
                vertical-align: top;
        }
        
        #tab7 .content #propertyInfo_amenities_content p {
                display: block;
                vertical-align: top;
        }
        
        #tab7 .content #propertyInfo_amenities_content ul li {
                display: inline-block;
        }
        
        #tab7 .content #propertyInfo_amenities_content ul li::before {
                content: '';
                position: relative;
                display: inline-block;
                background: url('/static/images/amenityBullet.png') no-repeat transparent;
                width: 7px;
                height: 7px;
                margin-right: 5px;
        }
        
        #tab7 .content #propertyInfo_amenities_content ul li {
                margin-right: 11px;
        }
        
        #propertyInfo_desc_content {
                height: 100%;
        }
        
        #tab7 .basic h3 {
                margin-top: 15px;
                margin-bottom: 7px;
                border-bottom:1px solid #000;
                margin-left:10px;
        }

        #tab7 .basic .attr{
            margin-left:10px;
            width:352px;
        }
        #tab7 .basic .row .col-xs-6{
            text-transform: capitalize;
        }
        
        #tab7 .basic .row .col-xs-6.big {
                width:100%;
        }
        
        #tab7 .basic .row .col-xs-6 label {
            
        }
        
        div.tabs:nth-child(3) {
                display: inline-block;
                margin-right: -4px;
                width: 470px;
                vertical-align: top;
                padding: 10px;
        }
        #tab7 .top {
            width:100%;
            text-align:center;
            padding:10px 0;
            border-top:1px solid #000;
        }
        #tab7 .top > ul {
            margin:0;
            padding:0;
            list-style-type:none;
        }
        #tab7 .top ul li {
            display:inline-block;
            padding: 6px 15px;
            border: 1px solid #000;
            margin:2px 15px;
            text-transform: capitalize;
        }
        
        #tab7 .content {
                display: block;
                height:290px;
        }
        
        #tab7 .content .tab-content {
            padding: 0 0 10px 10px;
        }
        
        #propertyInfo_desc_content {
            padding: 15px 0;
            height:290px;
        }

        #propertyInfo_amenities_content {
            padding: 15px 0;
            height: 290px;
        }
        
        #propertyInfo_attributes_content {
            padding: 15px 0;
            height: 290px;
            text-align: center;
        }

        #propertyInfo_attributes_content table {
            width: 100%;
        }

        #propertyInfo_attributes_content > p {
            font-weight: bold;
            font-size: 20px;
            text-decoration: underline;
        }

        #propertyInfo_attributes_content td:first-child, #propertyInfo_attributes_content td:nth-child(3) {
            font-weight: bold;
        }

        #propertyInfo_attributes_content td {
            width: 25%;
            vertical-align: top;
            font-size: 13px;
            height: 43px;
            text-transform: capitalize;
        }

        

        @media (max-width: 890px) {
            #tourcontainer #tab7 .seperator {
                display: none;
            }

            #tourcontainer #tab7 .tabInner {
                height: 100%;
                margin: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                overflow-x: hidden;
                padding: 0;
                text-align: center;
            }

            #tourcontainer #tab7 .basic {
                width: 100%;
                margin: 0;
            }

            #tourcontainer #tab7 .basic .attr {
                width: 100%;
            }

            #tourcontainer div.tabs:nth-child(3) {
                width: 100%;
            }

            #tourcontainer .nav-tabs > li {
                float: none;
                display: inline-block;
            }

        }

    /* END ATTRIBUTES AND AMENITIES */

/* END PROPERTY DETAILS TAB */

#btnMobileTabClose {
    display:none;
}
@media (max-width: 491px) {
    .inPlayer.videoSettingsActive #btnMobileTabClose {
        display:block;
        top: 3px;
    }
}
@media (min-width: 1200px) {
    .videoSceneType #tourcontainer #menuBar > ul > li#videobar, .videoSceneType #tourcontainer #menuBar > section > div#videobar{
        display:inline-block;
    }
    #videobar .bar {
        width:262px;
    }
}
@media (min-width: 1068px) {
    #sceneDescription .shadowContainer {
        width: 100%;
    }

    #sceneDescription .shadowContainer .content {
    }

    #sceneDescription .shadowContainer .content .title {
        padding: 10px;
        width:auto;
        height: auto;
        text-align: right;
    }

    #sceneDescription .shadowContainer .content .scroller {
        padding-left:0;
        display: inline-block;
    }
    
    #sceneDescription .shadowContainer .content .scroller .desc {
        text-align:right;
    }
    #sceneDescription .shadowContainer .shadow {
        display:inline-block;
        background-image: url('/images/desc_shadow2.png');    
        background-position: top right;    
        background-size: 100% 100%;
        width: auto;
        height: auto;    
        padding:0 0 10px 33px;
        max-width:30%;
    }
    
    .hasSceneDesc.userShowSceneDesc #sceneDescription .shadowContainer .content .scroller {
        height: auto;
        max-height:232px;
        margin:0 0 292px 0;
    }
    .hasSceneDesc.userDontShowSceneDesc #sceneDescription .shadowContainer .content .scroller {
        height: 0;
    }
}

@media (max-width: 1067px) {
    .notInPlayer #btnMobileTabClose{
        display:block;
    }
    .inGallery.notInPlayer #btnMobileTabClose, li#closeToolsButton{
        display:none;
    }
    li#closeToolsButton{
        display:none !important;
    }
}

.innerfaceright2 {
    margin-top: 51px;
    z-index: 900;
    padding-left: 0;
    padding-right: 0;
}

.innerfaceform {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.agentborder {
    background: url('/static/images/agentPageBorder.png') no-repeat top right;
    z-index: 700;
    position: absolute;
    width: 434px;
    height: 387px;
    top: 1px;
    right: 1px;
}

.innerfaceright2 #agentsub1 {
    margin-bottom: 0;
}

.innerfaceright2 #txtcomment1 {
    height: 70px;
}

.innerfaceright2 #rtvstamp {
    float: right;
}

.innerfaceform .input-group-addon {
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0px;
}

.innerfaceform .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.innerfaceform .input-group {
    margin-bottom: 15px;
    border-radius: 4px;
}

#fullscreenbtn{
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 3005;
    cursor: pointer;
    padding: 0 20px 20px;
}

/****************/


/* 2 section*/

.bigdanger {
    margin: 0 auto;
    float: none;
    text-align: center;
}

#infoleft {
    padding-top: 15px;
    text-align: center;
}

.infoinnerleft,
.infoinnerright {
    padding-top: 5px;
    text-align: center;
}

.infoinnerleft p {
    margin: 0 0 1px;
    padding: 0;
    text-align: center;
}

.infoinnerright p {
    margin: 0;
    padding: 0;
    text-align: right;
}

#menuoverlay {
    background: 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 900;
}


/* skin menus */


/***** this is tabs css section only*/

.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-left>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    -webkit-box-shadow: -3px 0px 5px 2px rgba(166, 159, 166, 1);
    -moz-box-shadow: -3px 0px 5px 2px rgba(166, 159, 166, 1);
    box-shadow: -3px 0px 5px 2px rgba(166, 159, 166, 1);
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.sideways.nav>li>a:focus,
.sideways.nav>li>a:hover {
    text-decoration: none;
    background-color: #a8b898;
}

.sideways {
    margin-top: 85px;
    border: none;
    position: relative;
}

.sideways>li {
    height: 0px;
    width: 100px;
    margin-bottom: 112px;
}

.nav.sideways>li>a {
    padding: 10px 0px;
}

.sideways>li>a {
    border-bottom: 1px solid #e0dae2;
    border-right-color: transparent;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background: #e0dae2;
    color: #9f97a2;
    font-weight: bold;
}

.sideways>li>a:hover {
    position: relative;
    border-bottom-color: transparent;
    border-right-color: #acbc9c;
    border-left-color: #acbc9c;
    background: #acbc9c;
    color: #4f6142;
    font-weight: bold;
    z-index: 10;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #acbc9c;
    border-left-color: #acbc9c;
    background: #acbc9c;
    color: #4f6142;
    font-weight: bold;
    z-index: 10;
}

.sideways.tabs-left {
    left: -72px;
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

.tabcontent {
    background: #acbc9c;
    min-height: 420px;
    max-width: 390px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0;
}
.tab.fade {
   -webkit-transition: opacity 1s linear;
      -moz-transition: opacity 1s linear;
       -ms-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
           transition: opacity 1s linear;
 }

.tab:not(.active) {
    opacity: 0;
    pointer-events: none;
 }

.greengrad {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    padding: 0;
    margin: 0;
    max-width: 50px;
    float: right;
    min-height: 420px;
    height: auto;
    border-left: 1px solid #bac4af;
}


/**** inner rounded corners***/

.sideways>li>a:before,
.sideways>li>a:after {
    border: 1px solid #e0dae2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.sideways li a:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e0dae2;
}

.sideways li a:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e0dae2;
}

.sideways>li.active>a:before,
.sideways>li>a:hover:before {
    border: 1px solid #ACBC9C;
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ACBC9C;
}

.sideways>li.active>a:after,
.sideways>li>a:hover:after {
    border: 1px solid #ACBC9C;
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ACBC9C;
}

#slimtourcaption{
  margin-top: 15px;
  margin-bottom: 0px;
}

.tourcaption{
    margin: 0px;
    font-size:28px;
    font-weight:normal;
}

.innertoolbox .innerhalfpage,
.innerhalfpage {
    position: relative;
    min-height: 412px;
    max-width: 487px;
    left: 0;
    right: 0;
}

#amenitiescontainer h4 {
    color: #000 !important;
}

.col-xs-1.tabmenu {
    display: inline-block;
    position: relative;
    min-height: 425px;
    top: 0;
    left: 4px;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 882px;
    margin: 0 auto;
    cursor: default;
}

#hdfullscreen{
    /*background: url('/static/images/elements.png');
    background-color: transparent;
    width: 24px;
    height: 19px;*/
    padding: 10px;
    display: inline-block;
    /*background-position: -166px -31px;
    background-repeat: no-repeat;*/
    margin: 0 10px 0 0;
}

#hdfullscreen i {
    font-size: 20px;
}

li.hdfullscreen{
    float: right !important;
}

/*#hdfullscreen i{
    transform: translate(0, 0) scale(1, 1) rotate(-50deg);
}*/

#langChange{
    cursor: pointer;
}

.show_hide {
    display:none;
}

#toggleAudio span.fa-stack.fa-lg {
    float: left !important;
    max-width: 36px !important;
    max-height: 30px !important;
    font-size: 1.0em !important;
    background: none !important;
}

button#toggleAudio {
    max-width: 36px !important;
    float: none !important;
}

#gyrobtnoff, #gyrobtnon{
    float: none !important;
    pointer-events: auto !important;
    display: none;
}

/***** End of amenities and attributes tab css section only*/



/* anything smaller is not needed */

@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

@media (min-width: 515px) {
    .pageinterface4 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .innerfaceright .homeprodescrip {
        margin-top: 20px;
        height: 160px;
        overflow: auto;
        width: 100%;
        padding: 0 10px 5px;
    }
    .pageinterface1,
    .pageinterface2 {
        display: inline-block;
        position: absolute;
        min-height: 425px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 882px;
        width: 100%;
        margin: 0 auto;
        cursor: default;
    }
}

@media (min-width: 1000px) {
    .propertycorner1,
    .propcorner2 {
        display: block;
    }
    #propinfodesc3 {
        /* overflow-y: scroll;*/
        height: 160px;
        width: 315px;
        margin-top: 20px;
        padding: 0px;
    }
    .homestart,
    .toollist,
    .agentinfocontainer,
    .propertyinfocontainer,
    #videopan,
    #stillpan {
        height: 100%;
    }
    .propertyinfotab {
        position: absolute;
        height: 429px;
        width: 420px;
        max-width: none;
    }
    .innerhalfpage::after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: -15px;
        /*background: url('https://3c9ad2c9b76b400638d4-62c92fd14a662d25041aa79f0deecd18.ssl.cf2.rackcdn.com/images/stackedjagged.png') repeat-y transparent;*/
        min-width: 15px;
        min-height: 428px;
    }
    .innertoolbox .innerhalfpage,
    .innerhalfpage {
        position: absolute;
        min-height: 412px;
        max-width: 487px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .propertyinfotab {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: right;
        margin: 0 0 0;
    }
    #scene_title{
        top: 0;
        right: 0;
        left: 0;
        margin-right: 80px;
        margin-left: 10px;
        margin-left: 30px;
        text-align: right;
    }
    .description {
        top: 60px;
        right: 60px;
        left: auto;
    }
    .MouseI.modal-dialog{
        max-width: 400px !important;
        max-height: 330px;
    }
}

@media (min-width: 1000px) {
    #fullscreenbtn{
        display: block;
    }
    .propinnermiddle {
        height: 415px;
        margin-left: -3%;
        top: -1px;
        width: 102px;
        z-index: 0;
        display: block;
    }
    .flyermiddle {
        margin-left: -4.5%;
        top: -5px;
        z-index: 5;
        padding: 0;
        text-align: center;
        display: block;
    }
    .pageinterface1::after {
        display: block;
    }
    #tourplayer {
        height: 100%;
    }
    .innerfaceright .homeprodescrip {
        height: 160px;
        overflow: auto;
        padding: 0;
    }

    .innerfaceform {
        margin-left: -25px;
        padding-left: 0;
        padding-right: 0;
    }
    .pageinterface1,
    .pageinterface2,
    .full-stackb {
        display: block;
        position: absolute;
        min-height: 425px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 882px;
        width: 100%;
        margin: 0 auto;
        cursor: default;
    }
    .pageinterface1,
    .pageinterface2 {
        z-index: 5;
    }
    .full-stackb {
        z-index: 4;
        top: 50%;
        right: 3px;
        max-width: 887px;
        width: 100%;
        /* Rotate div */
        -ms-transform: rotate(0.5deg) translateY(-50%);
        /* IE 9 */
        -moz-transform: rotate(0.5deg) translateY(-50%);
        /* firefox 3.5 */
        -webkit-transform: rotate(0.5deg) translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: rotate(0.5deg) translateY(-50%);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    #propprice {
        text-align: left;
        margin: 0;
        padding: 23px 0 0 30px;
        color: rgba(82, 69, 54, 0.9);
        font-size: 25px;
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
        cursor: default;
    }
    body {
        overflow: hidden;
    }
    .topinfobtn {
        display: none;
    }
    #infoleft {
        text-align: left;
    }
    .infoinnerleft,
    .infoinnerright {
        text-align: right;
    }
    .infoinnerright {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        width: 45.666667%;
    }
    .infoinnerleft {
        width: 54.333333%;
    }
    .infoinnerleft p {
        text-align: right;
    }
}

@media (min-width: 1068px) {
    

    #toggletop{
        display:none;
    }
    .inPlayer #toggletop{
        display:none;
    }
}

@media (min-width: 1200px) and (min-height: 670px) {
    #tourplayer{
        padding: 0 0 175px;
        margin: 0 auto;
        max-width: 1500px;
    }
    .bottomDisabled #tourplayer{
        padding: 0 0 100px;
    }
    
#tourInfoContainer{
    height:100%;
}
}

@media (min-width: 1500px) {
    .tourcontainer.container {
        width: 1470px;
    }
    .infoinnerright {
        width: 40.666667%;
    }
    .infoinnerleft {
        width: 59.333333%;
    }
    
#tourInfoContainer{
    height:100%;
}
}

#menuLeft.buttonsHidden {
    opacity: 0.3;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
    left: -50px;
}

#menuLeft.buttonsVisible {
    opacity: 0.3;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
    left: 0;
}

#menuRight.buttonsHidden {
    opacity: 1;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
    right: -50px;
}

#menuRight.buttonsVisible {
    opacity: 1;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
    right: 0;
}

img.C0::after {
    border: 10px solid black;
    border-radius: 4px;
}

/* ****** start of gallery */

#tourgallery{
    display: none;
}

.grid.container, .wrapper.container{
    max-width: 1470px;
    width: 100%;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: transparent;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: 600;
    border-color: #fff;
}

.button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #fff;
}

.button.is-checked {
  color: #272626;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
        outline: none;
    outline-offset: -2px;
}

button, a:actove:focus, a{
 outline: none;   
 border: 0px;
 border-color: transparent;
}

button, html input[type=button], input[type=reset], input[type=submit]{
   -webkit-appearance: none; 
}

/* ---- button-group ---- */
#tour[data-gallery="1"] #html5gallery{
    /*display: block !important;*/
    height: 100%;
}
#tour[data-gallery="1"] #html5gallery .btn-group {
  margin-bottom: 20px;
  display: inline-block;
}

#tour[data-gallery="1"] #html5gallery .btn-group:after {
  content: '';
  display: block;
  clear: both;
}

#tour[data-gallery="1"] #html5gallery .btn-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

#tour[data-gallery="1"] #html5gallery .btn-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
#tour[data-gallery="1"] #html5gallery .btn-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

/* clear fix */
#tour[data-gallery="1"] #html5gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}

#tour[data-gallery="1"] #html5gallery .element-item img, #tour[data-gallery="1"] #html5gallery .element-item a div i{
  position: relative;
  float: left;
  margin: 5px 0px;
  background: #fff;
  color: #262524;
  width: 100%;
  /* height: 100%;*/
  min-width: 100%;
  /*min-height: 100%;*/
}

#tour[data-gallery="1"] #html5gallery #filters2 .dropdown-menu{
    right: 0;
    float: none;
    text-align: center;
}

#tour[data-gallery="1"] #html5gallery #filters2 .dropdown-menu a {
    font-size: 24px;
    color: #000;
}

#tour[data-gallery="1"] #html5gallery .element-item > * {
  margin: 0;
  padding: 0;
}


#tour[data-gallery="1"] #html5gallery{
    display: block;
    height: 100%;
    padding:0;
    width: 100%;
    position: fixed;
    z-index: 99990;
    bottom: 0;
    left: 0;
    background-color: #272626;
    overflow-x: hidden;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
}

#tour[data-gallery="1"] #html5gallery .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#tour[data-gallery="1"] #html5gallery.overlay a {
    display: block;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
}

#tour[data-gallery="1"] #html5gallery.overlay a:hover, #tour[data-gallery="1"] #html5gallery.overlay a:focus {
    color: #fff;
}

#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 9999;
    background: transparent;
}

#tour[data-gallery="1"] #html5gallery .btn-default, #tour[data-gallery="1"] #html5gallery .btn-default:focus, #tour[data-gallery="1"] #html5gallery .btn-default:active:focus, #tour[data-gallery="1"] #html5gallery .btn-default:active:hover{
    padding-top:8px;
    margin-left: 0px;
    margin-right: 0px;
}

#tour[data-gallery="1"] #html5gallery #filters{
    float: none;
}

#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 16px;
 }
 
#tour[data-gallery="1"] #html5gallery .element-gutter{
  width: 2%;
}

.fancybox-container{
    z-index:99993;
}

.fancybox-caption {
    text-align: center !important;
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 15px !important;
    -webkit-text-size-adjust: none;
}

.fancybox-slide--iframe .fancybox-content {
	width:100% !important;
	height:100% !important;
}

#filters .btn.is-filtered {
background-color:#fff;
color:#272626;;	
}

#tourInfoContainer .rt-table {
    text-align:center;
    margin-top:8px;
}

#tourInfoContainer .rt-td:nth-child(2) {
    line-height:17px;
    padding-right:5px;
}

#tourInfoContainer .rt-td {
    padding:5px;
}

#tourInfoContainer .rt-td > div {
    height:100%;
    overflow:hidden;
}

#tourInfoContainer .rt-td span.imgs {
    display:block;
    padding-left:5px;
}

#tourInfoContainer .rt-td span.imgs img{
    vertical-align: top;
    height:65px;
    width:auto;
}

#tourInfoContainer .rt-td p{
    padding: 0;
    margin: 0;
}

#tourInfoContainer .rt-td div.agent {
    opacity:1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

#tourInfoContainer .rt-td div.coagent {
    opacity:0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.submitleader{
    text-align: right;
}

.followmetext{
    float: left;
    padding: 10px;
}

.submitleadegrabber{
    margin-top: 8px; 
    width: 8em;
    float: right;
    border-top-left-radius: 4px !important; 
    border-bottom-left-radius: 4px !important;
}

.submitleadegrabber.input-group-addon:last-child{
    border-left: 1px solid #ccc;
}

.rt-table {

}
.rt-tr {
    
}
.rt-td {
  vertical-align:top;
  margin-top:15px;
}

@media screen and (max-height: 450px) {
#tour[data-gallery="1"] #html5gallery.overlay {overflow-y: auto;}
#tour[data-gallery="1"] #html5gallery.overlay a {font-size: 20px}
#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

}
@media screen and (max-width: 767px) {
	#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
		font-size: 40px;
		top: 10px;
		right: 10px;
	  }
}

@media (min-width: 768px) {
#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 13px;
 } 
#tour[data-gallery="1"] #html5gallery .grid.small .element-item, .small .element-sizer{
      width: 100%;
    }

#tour[data-gallery="1"] #html5gallery .grid.medium .element-item, .medium .element-sizer{
      width: 100%;
    }

#tour[data-gallery="1"] #html5gallery .grid.large .element-item, .large .element-sizer{
      width: 100%;
    }
}
@media (max-width: 999px) {
    #tourInfoContainer .rt-tr {
        margin-top:10px;
    }
    #tourInfoContainer .rt-tr .imgs {
        padding-bottom:10px;
    }
}
@media (min-width: 1000px) {
#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 16px;
    } 
#tour[data-gallery="1"] #html5gallery .grid.small .element-item, .small .element-sizer{
      width: 18.4%;
    }

#tour[data-gallery="1"] #html5gallery .grid.medium .element-item, .medium .element-sizer{
      width: 23.5%;
    }

#tour[data-gallery="1"] #html5gallery .grid.large .element-item, .large .element-sizer{
      width: 32%;
    }
    #intab7{
        margin-top: 0px;
    }

    #tourInfoContainer .rt-table {
        width:100%;
        height:65px;
        text-align:left;
        padding:0 15px;
    }

    #tourInfoContainer .rt-table .rt-td:nth-child(2) {
      text-align:right;
    }

    #tourInfoContainer .rt-td span.imgs {
        float:right;
        display:inline-block;
    }

    .rt-table {
        display:table !important;
        width:100%;
    }
    .rt-tr {
        display:table-row !important;
    }
    .rt-td {
        display:table-cell !important;
    }
}


.sendtofriendform div.input-group,
.contactagentform div.input-group {
    width: 100%;
}

.sendtofriendform .input-group label,
.contactagentform .input-group label {
    width: 45%;
    text-align: right;
}

.sendtofriendform .form-group,
.contactagentform .form-group {
    padding: 10px 0 0 0;
}


#leadGrabberBG {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index:3997;
}

.modal {
    z-index: 3310 !important;
}
.modal .modal-content .modal-body {
    padding-bottom: 15px;
}

.modal.interface .modal-dialog {
    height: 90% !important;
    width: 90% !important;
}
  
  /* FOOTER STUFF */

.footer {
    font-size:11px;
}

.footer .provider {
    display: inline;
    display: inline;
    position: absolute;
    top: 0;
    left: 5px;
}

.footer .lang {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
}

.footer .fairhousing {
    position: absolute;
    bottom: 4px;
    left: 5px;
    display: inline;
    line-height:16px;
    vertical-align:middle;
}

.footer #deemed {
    margin: 0;
    display: inline;
    color:#fff;
}

.footer #virtualtourltxt {
    margin: 0;
    display: inline;
    color:#fff;
}
.footer #virtualtourltxt a {
    color:inherit;
    text-decoration: underline;
}
.footer #virtualtourltxt p, .footer #virtualtourltxt span, .footer #virtualtourltxt a {
    display:inline-block;
    margin:0;
    padding:0;
    color:inherit;
}

.footer .poweredby {
    position: absolute;
    bottom: 4px;
    right: 5px;
    text-align: right;
    display: inline;
    color:#fff;
    line-height:16px;
    vertical-align:middle;
}

.mouseEnabled .footer .provider:hover, .mouseEnabled .footer .poweredby:hover, .mouseEnabled footer .deemed:hover, .mouseEnabled .footer .lang:hover{
    z-index: 99999;
}

/* STARTUP OPACITY */
#topinfoarea, .footer, #tourCarousel, #menuLeft, #menuRight, #Mouseinstructor, #html5gallery, #viewContainer, #panoObject > div:first-child {
    pointer-events: none;
    opacity:0;
}
#tour.ready #topinfoarea, #tour.ready .footer, #tour.ready #tourCarousel, #tour.ready #menuLeft, #tour.ready #menuRight, #tour.ready #affiliatesContainer, #tour.ready #Mouseinstructor, #tour.ready #html5gallery, #tour.ready #viewContainer {
    pointer-events: all;
    opacity:1;
}

#tour.ready #menuLeft, #tour.ready #menuRight {
    pointer-events: none;
}
#panoObject > div:first-child {
    pointer-events: none !important;
    opacity:0 !important;
    transition:opacity 100ms;
    -webkit-transition:opacity 100ms;
    -ms-transition:opacity 100ms;
}
.inPlayer #tour.ready #panoObject > div:first-child {
    pointer-events: all !important;
    opacity:1 !important;
}


/* END STARTUP OPACITY */

.propertylabel {
    transition: all 1000ms;
    -ms-transition: all 1000ms;
    -webkit-transition: all 1000ms;
}
    
@media (max-width: 1199px) {
    .mouseEnabled #tourcontainer:hover .propertylabel, .carouselActive #tourcontainer .propertylabel {
        bottom: 134px;
    }
}