﻿#DivMap {
    margin-top :0;
    width: 410px;
    height: 400px;
    /*display: inline-block;*/
    position: relative;
    z-index: 800;
    font-size:medium; 
    border: none;
    border:1px solid dimgray;
    z-index:850; 
    float:left;
   
}

#street-view{
     margin-top :0;
    width: 410px;
    height: 400px;
    /*display: inline-block;*/
    position: relative;
    z-index: 800;
    font-size:medium; 
    border: none;
    border:1px solid dimgray;
    z-index:840;
    float:right;
}

.divInfoBox{
    width:100%;
    height:auto;
    text-align:center ; 
      
}
.divInfoBoxImage{
    width:202px;
    height:135px;
     background-position:center center;
    background-repeat:no-repeat;
    /*background-size: 100% auto;*/
    background-size:cover; 
    display:inline-block
}
.imgInfoBox{
    width :202px;
    height :135px;
    margin:0;
}

.divPageContainer{
    width:1200px;
    display:inline-block;
    height:auto;
    margin-top: -270px;  
    background-color:#f1f1f1;
    z-index:995; 
      
}
.divDetailsContainer{
    display:inline-block;
    width:950px;
    background-color :white;
    font-family :inherit;
    text-align :center;
     min-height:600px;

}


.divTitle {
    width: 96%;
    height: auto;
    margin-top: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid lightgray;
    color: #363636;
    text-align: left;
    font-size: small;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px; 
}

.divPhotosContainer{
    display:inline-block;
    width:96%;
    background-color :#f1f1f1;
    border-top: 1px solid lightgray;   
}

.divGalleryMainImage {
    /*width: 80px;
    height: 500px;*/
    text-align: center;
    width: 98%;
    height: 70vh;
    margin-top: 10px;
     margin-bottom: 10px;
    display: inline-block;
    position: relative;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: x-large;
    text-shadow: 2px 2px 4px #000000;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.divImageDescription {
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
}
.divNavButtons{
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.btnLeftRight {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid dimgray;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255,0.6);
    margin: 15px;
}

    .btnLeftRight:hover {
        background-color: lightsteelblue;
    }

.divGalleryScroller {
    width: 98%;
    height: 115px;
    margin: 10px 0 10px 0;
    white-space: nowrap;
    text-wrap: none;
    text-align: left;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;

}

.divImageThumb {
    display: inline-block;
    width: 98px;
    height: 98px;
    overflow: hidden;
    border: 3px solid transparent;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-size: cover;
    margin-bottom: 10px;
    margin-left:3px; 

}

    .divImageThumb:hover {
        border-color: dimgray;
    }

.divImageThumb_Selected {
    border-color: darkslateblue;
}

.divImageThumb_Unselected {
    border-color: white;
}

.divDetails {
    margin: 0;
    border: none;
    width: 96%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background-color:white;
    color:dimgray;
    font-family :inherit ;
    font-size :medium;
    padding:10px;
    -webkit-box-sizing :border-box ;
    -moz-box-sizing :border-box ; 
    box-sizing :border-box ;
}
.divSectionTitle {
    font-size: large;
    text-align: left;
    font-weight: bold;
    color: #363636;
    width: 100%;
    padding-top: 20px;
    padding-bottom :10px;
    display: inline-block;
}

.divDescription {
    text-align: justify;
     padding-top:10px;
    padding-bottom :10px;
    width: 100%;
    display: inline-block;
    font-size:large; 
  
}

.tableDetailsFeatures {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

    .tableDetailsFeatures tr {
        border-bottom: 1px solid whitesmoke;
        height: 30px;
    }

@media screen and (max-width: 800px) {

    .divPageContainer {
        margin-top: 0;
    }

    .divDetails {
        width: 100%;
    }

    .divGalleryMainImage {
        height: 400px;
    }

    .divImageDescription {
        font-size: small;
    }
}

@media screen and (max-width: 1200px) {
    .divPageContainer {
        width: 100%;
    }

    #DivMap {
        width: 100%;
        float: none;
        display: inline-block;
    }
    #street-view {
        width: 100%;
        float: none;
        display: inline-block;
    }
    .divDetailsContainer {
        width: 100%;
    }
 
   
}