
 div.details {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:row nowrap;
    flex-direction: row nowrap;
   }

div.details div.detailsCol1{order: 1; min-width: 445px; padding-top: 30px; flex:1; margin: 0% 5% 0% 5%;} 
div.details div.detailsCol2 {order: 2; min-width: 230px;  flex: 1; margin: 0% 5% 0% 5%;} 

.content {
    float: left; 
    clear: both; 
    margin-top: -1px;




    padding: 10px 10px 20px; 
    width: 90%; 

    z-index: 2;
    border-top: 1px solid #000;
    
}

.tabmenu{ 
           padding: 0; 
           clear: both;

}

.tabmenu li{
    display:inline;
    display: block;
 
}

.tabmenu li.active a{
    background-color: orange;
    margin-bottom: 0px;
    font-size: 16px;
    z-index: 1;
}
.tabmenu li a{ 
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;

    background: #F1F1F1F1; /*text boxes*/
    padding: 8px 12px;
    color: black;
    float: left;
    margin-right: 1px;
    margin-bottom: 0px;

    border-radius: 3px 3px 0px 0px;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
    border:#000 1px solid;
    border-bottom: none;

    
    z-index: 3;
}
.tabmenu li a:hover{


    background-color: orange;
    color:#FFF; 
    z-index: 2;
    border-bottom-color:  #FFF;
}


div#profile_pic_box1{ width:200px; height:200px; margin:20px auto 20px; overflow-y:hidden;}
div#profile_pic_box1 > img{z-index:2000; width:200px;}

form#similar-s button#sSearch{
    margin: 25px 0px 0px 25px;
    background-color: orange;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    text-decoration : none;
    padding : 4px;
    border-color : #000000;
    font-size: 16px;
    color: #FFF;
    position: relative;
  box-shadow: 0 0 0 0 rgba(255, 153, 0 , 0.7);
  background-size:cover;
  background-repeat: no-repeat;
    cursor: pointer;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);

  z-index: 12;
}

form#similar-s:hover button#sSearch{
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
    background: #BCD2EE;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 153, 0 , 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 153, 0  0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 153, 0 , 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 153, 0, 0);}}

div.details div.detailsCol1 a.backSearch, a button.backSearch{

    background-color: orange;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    text-decoration : none;
    padding : 4px;
    border-color : #000000;

    color: #FFF;

    position: relative;

    z-index: 11;
  
}
div.details div.detailsCol1 a.backSearch:hover,a button.backSearch:hover {
    background: #BCD2EE;
}

div.details div.detailsCol2 div form input.printBtn{
    margin: 20px 0px 0px 0px;
    background-color: orange;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    text-decoration : none;
    padding : 4px;
    border-color : #000000;
    font-size: 100%;
    color: #FFF;
}
div.details div.detailsCol2 div form input.printBtn:hover{
    background: #BCD2EE;
}
div.details div.detailsCol2  button.printBtn{
     margin: 20px 0px 0px 0px;
    background-color: orange;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    text-decoration : none;
    padding : 4px;
    border-color : #000000;
    font-size: 14px;
    color: #FFF;
}
div.details div.detailsCol2 div.pdf{

    
}
div.disClaim{
    font-size: 10px;
}
div.details div.detailsCol1 div#drawings.content img.plan{
    height: 580px; 
    width: 435px;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    margin-top: 20px;
}
#square {

    float: right;
    margin-top: 50px;
    margin-right: 70px;
    top:50px;
    left:50px;
    width:200px;
    height:25px;
    padding:2px;
    text-align:center;
    font-size: 18px;
    color: #FFF;
    border-width:1px;
    border-style:solid;
    background:orange;
    transition:all .8s ease-in-out;
    -moz-transition:all .8s ease-in-out;
    -webkit-transition:all .8s ease-in-out;
    -o-transition:all .8s ease-in-out;
    -ms-transition:all .8s ease-in-out; 
}
#square:hover {
    background:red;
    -moz-transform:rotate(360deg);
    -webkit-transform :rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg); 
}

#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid #eee;
-moz-box-shadow:15px 15px 10px #888;
-webkit-box-shadow:15px 15px 10px #888;
box-shadow:15px 15px 10px #888;
}
#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 2px 5px;
}
#simplegallery1 .gallerylayer img{
width:600px;
height:450px;
}
div.details div.detailsCol1 div#tenants.content table.areas{
    margin-left: 0px;
     border-collapse: separate;
     border-spacing: 5px;
     padding: 1px;

}
div.details div.detailsCol1 div#description.content table.areas{
     margin-left: 0px;
     border-collapse: separate;
     border-spacing: 5px;
     padding: 1px;

     
}

div.details div.detailsCol1 div#description.content ul.spec li{
    margin-bottom: 1em;
    margin-left: -25px;

}
div.details div.detailsCol1 div#tenants.content ul li{
    margin-bottom: 1em;
    margin-left: -25px;
}
div.details div.detailsCol1 div.ribbon-banner{
   display: block;
   position: relative;
   top: 0px;
   left: -0px;
   width: 200px;
   height: 50px;
   line-height: 50px;
   text-align: center;
     opacity: 0.7;
   font-size: 24px;
   font-weight: 700;
   color: white;
   background-color: red;
   border: 1px solid white;
   z-index: 500;
   }
   div.details div.detailsCol1 span.tip{
        background-color: #FA8072;
        border: 2px solid rgba(255, 0, 0, 1);
        border-radius: 10px;
        width: 205px;
        color: #FFF;
        display: none;
        padding: 7px 7px 7px ;
        position: absolute;
   }
   div.details div.detailsCol1 div.ribbon-banner:hover + span.tip {
    display: inline-block;
    margin: -125px 0px 0px 150px;
    left: 150px;
}