﻿.dvmaintheme {
    position: relative;
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 120px;
}

.dvtxtleft {
    position: fixed;
    display: block;
    width: 20%;
    height: 80%;
    overflow: auto;
    margin-top: 7%;
}

.dvrtcnt {
    position: relative;
    display: block;
}

.pl1, .pl2, .pl3 {
    position: relative;
    display: block;
    color: white;
    font-size: 17px;
    line-height: 170%;
}


.dvart {
    width: 100%;
}


.dvsect {
    position: relative;
    display: block;
    margin-bottom: 120px;
    white-space:nowrap;
}

.dvheadsect {
    position: relative;
    display: block;
    margin-bottom: 57px;
}


.dvshs00{
   
    font-size:0;
    text-align:center;
    white-space:normal;
}

.dvsubheadsect {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.sphead {
    position: relative;
    display: block;
    background-color: #000;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    font-size: 2.2vw;
    font-weight: bold;
    text-align: center;
}

.spsubhead {
    position: relative;
    display: block;
    background-color: #000;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    font-size: 1.6vw;
    text-align: center;
}

.anitem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin-bottom: 90px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 5px;
    overflow: hidden;
    white-space:normal;
}


.anitem0 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin-bottom: 90px;
    margin-right: 3%;
    border-radius: 5px;
    overflow: hidden;
}


.anitem1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-bottom: 90px;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 5px;
    overflow: hidden;
}


.imgitem {
    position: relative;
    display: block;
    width: 100%;
}

.itaud {
    margin: auto;
    margin-top: auto;
    position: relative;
    display: block;
    margin-bottom: 25px;
}


.costcaption, .spartworktitle {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 1.2vw;
}


.dvperf{
    text-align:center;
}

.dvaperf{
    position:relative;
    display:inline-block;
    vertical-align:bottom;
    width:40%;
    margin-left:2%;
    margin-right:2%;
    margin-bottom:10px;
}

.imgperf{
    position:relative;
    display:block;
    width:100%;
    margin-bottom:10px;
}

.hlperf, .hlperf:visited {
    position: relative;
    display: block;
    width: 100%;
    text-align:right;
    box-sizing:border-box;
    padding-top:5px;
    padding-bottom:5px;
    color:#7851a9;
}

.dvbigimcont{
    position:fixed;
    display:none;
    box-sizing:border-box;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.9);
    overflow:hidden;
    z-index:100000;
}

.dvbigimage{
    position:relative;
    display:block;
    box-sizing:border-box;
}

.imgbigim {
    position: absolute;
    display: block;
    box-sizing: border-box;
}


