﻿ .navigation.flex {
    justify-content: space-around;
    margin-left:115px;
  }
.navigation li a
{
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-bottom:20px;

}
.header-left
{
    
}

.item-description
{
    width:none;
    font-size:14px;
}
.item-image img
{
    width:95%
}
.detail-text-container
{
    justify-content: flex-start;
}
.detail-text-container-table tr td
{
    display:block;
}.detail-viewingimage-container
{
    margin-left:0px;
}
.detail-viewingimage-text
{
    width:auto;
}
.search-control
{
    width:auto;
    margin-left:10px;
}
.search-input
{
    -webkit-flex-flow:column;
    flex-flow:column;
}
.subject-search
{
    -webkit-flex-flow:column;
    flex-flow:column;
}
.subject-search-text
{
    padding-bottom:10px;
    margin-top:-45px;
    width:auto;
}
.subject-search-item-last
{
    margin-right:10px;
}
.search-result-item
{
    /*padding-top:40px;*/
}
.keyword-flex
{
    display:flex;
    display: -webkit-flex;
    width:auto;
}
.keyword-flex-stacked
{
    margin-top:25px;
    margin-bottom:25px;
}
.item-keyword
{
    width:94%;
}
body
{
    background-color:white;
}
.text-section-absolute
{
    position:absolute;
    padding-bottom:25px;
}
.google-map-frame
{
    width:90%;
    height:100px;
}
.googleMap
{
    width:auto;
}
.googleMap-Bottom
{
    display:none;
}
/*HOW TO ABOUT*/
.about-left
{
    width:50%;
    
}
.about-image
{
    padding:0px;
    padding-left:20px;
    
}
.small-break
{
    line-height:0px;
}
.tablet-hide
{
    display:none;
}
.tablet-show
{
    display:block;
}