gallery.css 2.93 KB
*{
    margin: 0;
    padding: 0;}
body {
    background: #f6f6f6;
}
img {
    border: none;
}
@font-face {
    font-family:'Roboto';
    src: url('fonts/Roboto.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
div {
    box-sizing: border-box;
}
.kite-wrap-pages-all {
    width: 960px;
    margin: 0 auto;
}
.kite-wrap-pages {
    width: 960px;
    float: left;
    padding: 0 20px;
    background: #fff;
}
.kite-cont {
    width: 920px;
    float: left;
}
.kite-breadcrumbs-block {
    width: 920px;
    float: left;
    height: 50px;
}
#breadcrumbs {
    color: #5d5d5d;
    line-height: 50px;
    font-size: 12px;
    font-family:'Roboto';
}
#breadcrumbs a {
    color: #5d5d5d;
    text-decoration: underline;
    transition: 0.3s;
}
#breadcrumbs a:hover {
    color: #9d9d9d;
    transition: 0.3s;
}
#breadcrumbs span.raquo {
    display: none;
}
#breadcrumbs div:after {
    content: "\203A";
    color: #329cda;
    text-decoration: none;
}
.kite-block-foto-wrap {
    width: 920px;
    float: left;
    position: relative;
}
#kite-block-foto-wrap-bg {
    width: 960px;
    position: absolute;
    border-top: 1px solid #e8eaec;
    height: 53px;
    left: -20px;
    background: #eff0f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #eff0f2 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eff0f2 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eff0f2 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.foto-block-img-text-wr {
    width: 940px;
    float: left;
    margin-left: -20px;
    position: relative;
    margin-top: 21px;
}
.foto-block-img-text {
    width: 215px;
    height: 230px;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.foto-block-img {
    width: 215px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}
.foto-block-img img {
    max-width: 215px;
    max-height: 150px;
    vertical-align: middle;
}
.foto-block-text {
    width: 215px;
    height: 80px;
}
.foto-block-text a {
    width: 215px;
    height: 72px;
    text-decoration: none;
    font-size: 15px;
    font-family:'Roboto';
    color: #329cda;
    overflow: hidden;
    padding: 15px 0 0 0;
    float: left;
}
.foto-block-img-text:hover{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.page-navi-kite {
    width: 920px;
    height: 30px;
    float: left;
    text-align: right;
    margin-bottom: 30px;
}
.kite-margin-block {
    width: 920px;
    height: 80px;
    float: left;
}