.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: white;
}

.top-menu {
    height: 88px;
    border-bottom: 1px solid #ccc;
}

.logo {
/*    background-image: url(/template/images/drema_logo_header.png);*/
    height: 88px;
    background-repeat: no-repeat;
    margin-top: 10px;
    display: block;
    float:left;
    width: 250px;
}

.content-magazine {
    /*padding-top: 100px;*/
}

.breadcrumbs {
    z-index: 9;
    width: 100%;
    padding-top: 100px;
    background-color: white;
}

.top-menu ul {
    padding-left: 150px;
    float: left;
}

.top-menu ul li {
    display: inline-block;
    line-height: 88px;
    padding:0 20px;
    position: relative;
}

.top-menu ul li a{
    text-transform: uppercase;
    color:black;
}

.main-content ul li {
    width: 380px;
    position: relative;
    display: inline-block;
    margin: 10px 8px;
}

.main-content ul li img {
    width: 100%;
}

.main-content ul li span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    padding-top: 20px;
    padding-bottom: 10px;
}

.arrow-image a {
    display: block;
    position: absolute;
    top:30%;
    background: rgba(0,0,0,0);
    width: 35px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    transition: all .3s ease-out;
}

.arrow-image a i {
    color:white;
    font-size: 24px;
    cursor: pointer;
}

.arrow-left {
    left: -35px;
}

.arrow-right {
    right: -35px;
}

.main-content ul li b {
    font-weight: normal;
    display: block;
    text-align: center;
    color:#999;
}

.mini-text-shop {
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
}

.mini-text-shop h1 {
    font-size: 36px;
    color: #444;
    font-weight: 400;
    padding: 50px 0 10px;
    display: block;
    margin-bottom: 30px;
}

.mini-text-shop h3 {
    font-size: 25px;
    color: #444;
    font-weight: 400;
    padding: 10px 0 10px;
    display: block;
    margin-bottom: 10px;
}

.mini-text-shop p {
    padding-bottom: 10px;
    color:#777777;
    font-size: 13px;
    line-height: 20px;
}

.main-footer {
    padding-top: 27px;
    padding-bottom: 40px;
}

.main-footer p {
    font-size: 13px;
    color:#515151;
    text-align: center;
    font-weight: bold;
}

.main-footer ul {
    padding-bottom: 20px;
}

.main-footer ul li {
    display: inline-block;
    padding:0 20px;
}

.main-footer ul li a{
    text-transform: uppercase;
    color:black;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/template/images/preload/preload.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}