@charset "utf-8";
body {
    position: relative;
    z-index: 0
}

.main:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: -webkit-radial-gradient(30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0));
    background: -moz-radial-gradient(30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0));
    background: -o-radial-gradient(30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0));
    background: radial-gradient(30%, rgba(255, 255, 255, .15), rgba(0, 0, 0, 0))
}

.site-header-wrap {
    margin-bottom: 60px;
    border-bottom: 1px solid #cd9ad6
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBook
}

.accordion {
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    border-radius: 3px;
    background: #f7f7f7
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    background: #E6E6E6;
    transition: all linear .15s;
    font-size: 2.2em;
    color: #fff
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #00589B;
    text-decoration: none;
    color: #fff
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none
}

.accordion-section-content {
    padding: 15px;
    display: none
}

.list {
    list-style-type: disc;
    font-size: 1.8em;
    font-family: GothamBook;
    color: #333;
    padding-left: 15px;
    line-height: 22px
}

.content-right ul li::before {
    content: "o";
    display: inline-block;
    left: 0;
    top: 0;
    margin-right: 10px;
    font-size: 15px;
    color: #666
}

p strong {
    color: #222;
    font-size: 16px;
    margin-bottom: 5px!important;
    font-weight: 700
}

.loading-div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 450;
    width: 20%;
    height: 20%;
    margin-left: -10%;
    margin-top: -10%;
    background-image: url("/Themes/Metalyapi/Styles/img/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
}


.summary{float:left}

.description {
    float:left;
    display: none;
}

.morediv {
    background-color: #00589B;
    float:right;
    margin-left: 10px;
    width: 30px;
    height: 18px;
    border-width: thin !important;
    border-color: #00589B;
    border-style: solid;
}

.morediv.up{background:url(/Themes/Metalyapi/Styles/img/up.png) no-repeat;}
.morediv.down{background:url(/Themes/Metalyapi/Styles/img/down.png) no-repeat;}


@media screen and (max-width: 1200px) {
.view-filter .order-filters ul {
    margin-left: 60px;
    margin-top: -40px;
    margin-bottom: -18px;
    line-height: 27px;
}
}
