﻿.photoCount {
    color: #666666;
    font-size: 10px;
    font-family: sans-serif;
}

.sPostedDt {
    font-size: 10px;
    font-family: sans-serif;
    color: #666666;
}

.sdPostedDt {
    font-size: 12px;
    font-family: sans-serif;
    color: #333333;
}

.sTitle {
    font-size: 10px;
    font-family: sans-serif;
    color: #333333;
}

.sdTitleStyle {
    padding: 5px;
}

.sdTitleBig {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: #000;
}

@media (max-width: 800px) {
    .sdTitleBig {
        font-size: 16px;
        font-family: sans-serif;
        font-weight: bold;
    }
}

.sdTitleMain {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    font-weight: bold;
}

.sdTitle {
    font-size: 14px;
    font-family: sans-serif;
    color: #000;
    font-weight: bold;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.gallery a img {
    padding: 3px;
    border: 1px solid #999999;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

.gallery a.big img {
    width: 95%;
}

.partitionLine {
    /*border-top: 1px solid rgba(204, 204, 204, 0.35);*/
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}
.btnSearchStyle{
    font-size: 14px !important;
}