.gallery {
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.gallery li { /*960,490*/
    display: block; float: left;
    margin: 0px;
    width: 400px; height: 300px;
    /*background: linear-gradient(120deg, #999999, #666666);*/
    background-color: #222222;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery a {
    text-decoration: none;
    display: block; position: relative;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    overflow: hidden;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
    /*background-color: rgba(0,0,0,0.2);*/
}

.gallery a:hover {
    background-color: transparent;
    background: none;
}

.name {
    display: block; position: relative;
    width: 100%; height: 50px;
    left: 0px; top: -50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    color: #ffffff;
}

.type {
    display: none;
}

.city {
    display: none;
}

.story{
    text-align: center;
    background-color: white;
    color: black;
    padding: 30px;
    padding-left: 150px;
    padding-right: 150px;
    width: 900px;
}

.story h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
}


.story h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}

.story p {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
}

.showcase {
    min-height: 400px;
    background-image: url(/assets/pano.jpg);
    background-repeat: repeat-x;
    background-position: -200px 20px;
}

.showcase div {
    min-height: 400px;
    background-image: url(/assets/showcase.png);
    background-repeat: no-repeat;
    background-position: center 40px;
}

.bulletpoints {
    display: block;
    position: absolute;
    width: 1200px; top: 0; left:0;
    margin-top: 20px; margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
}

.bulletpoints li {
    display: block; float: left;
    width: 180px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px; padding-top: 200px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.qualitypoints {
    display: block;
    width: 1200px;
    margin-top: 20px; margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
}

.qualitypoints li {
    display: block; float: left;
    padding: 20px; padding-left: 475px; padding-top: 10px;
    width: 705px; height: 120px;
    margin-bottom: 15px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #232323;

    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
}

.qualitypoints li h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}

.qualitypoints li p{
    margin-top: 5px;
}

.servicepoints {
    background-color: #212121;
    margin-bottom: 20px;
    color: white;
}

.servicepoints ul {
    list-style: none;
    display: inline-block;
    width: 1200px; height: 230px;
    margin-left: -150px;
}
.servicepoints ul li {
    display: block; float: left;
    width: 253px; height: 80px;
    padding: 10px; padding-left: 110px;
    margin: 20px; margin-right: 0; margin-bottom: 0;

    background-image: url(/assets/SERVICE.png);
    background-position: left top;
    background-repeat: no-repeat;

    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.how ul {
    display: inline-block;
    width: 1200px;
    margin-left: -150px;
}
.how ul li {
    display: block; float: left;
    width: 160px; padding: 10px; margin-right: 17px; border-left: solid 2px grey;

    color: #4D4D4D; background-color: #d8dada;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    }

.how h2 {
    color: #4D4D4D;
    margin-bottom: 20px;
}

.leftside {
    display: block; float: left;

    width: 650px;
    text-align: justify;
}
.rightside {
    display: inline-block;
    width: 200px;
    padding-left: 50px;
    font-size: 16px;

}

.bigprice {

}