* {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
}
a {
    text-decoration: none;
}
.content a {
    color: #F9001A;
}
.content a:hover{
    text-decoration: underline;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #517bb5;
}
.main-width {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.header-info {
    width: 100%;
    height: 40px;
    background-color: #696D70;
}
.header-info .info {
    height: 40px;
    padding-left: 22px;
    background-repeat: no-repeat;
    float: right;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
}
.header-info .info a {
    color: #FFF;
}
.header-info .info a:hover {
    text-decoration: underline;
}
.header-info .info:nth-of-type(1) {
    background-image: url(dsg/mail-icon.png);
    background-position: left 15px;
}
.header-info .info:nth-of-type(2) {
    background-image: url(dsg/phone-icon.png);
    background-position: left 13px;
    margin-right: 25px;
}
.header-menu {
    width: 100%;
    height: 115px;
    background-color: #FFF;
}
.break {
    clear: both;
}
.logo {
    display: block;
    height: 100%;
    width: 110px;
    background-image: url(dsg/logo_20let.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 30px;
    float: left;
    margin-top: 0px;
}
nav {
    float: right;
}
nav ul {
    list-style: none;
}
nav ul li {
    display: inline-block;
    margin-right: 10px;
    *height: 115px;
}
nav ul li:last-of-type {
    margin-right: 0px;
}
nav ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 49px 20px 42px 20px;
    border-bottom: 5px solid #FFF;
}
nav ul li a:hover {
    border-bottom: 7px solid #F9001A;
}
nav ul li a:select {
    border-bottom: 7px solid #F9001A;
}
.header-img {
    width: 100%;
    height: 585px;
    background-image: url(dsg/header-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-text {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    width: 400px;
    float: right;
    text-align: right;
    margin-top: 250px;
}
.header-text .button {
    display: block;
    width: 275px;
    height: 50px;
    background-color: #696D70;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    float: right;
}
.header-text .button:hover {
    background-color: #F9001A;
}
.content {
    width: 100%;
    background: -webkit-linear-gradient(#dcdcdc 0%, #ffffff 70%, #ffffff 100%);
    background: -o-linear-gradient(#dcdcdc 0%, #ffffff 70%, #ffffff 100%);
    background: linear-gradient(#dcdcdc 0%, #ffffff 70%, #ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 );
    background-size: 100% 60px;
    background-repeat: no-repeat;
}
.content.vsebina {
    box-sizing: border-box;
    padding: 30px 0px;
}
.content-left,
.content-right {
    width: 640px;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.content-right {
    width: 320px;
    float: right;
}
h1 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
h2 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
a.more {
    display: block;
    height: 20px;
    margin-top: 20px;
    float: right;
}
.content-right table {
    width: 100%;
    font-size: 16px;
    border-spacing: 0;
    border-collapse: collapse;
}
.content-right table td {
    box-sizing: border-box;
    padding: 5px 10px;
}
.content-right table tr:hover {
    background-color: #F9001A;
    color: #FFF;
}
.content-right table tr:select {
    background-color: #F9001A;
    color: #FFF;
}
.contact-button {
    display: block;
    width: 100%;
    height: 80px;
    background-color: #696D70;
    color: #FFF;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.contact-button:hover {
    background-color: #F9001A;
}
footer {
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
}
.footer-content {
    width: 33%;
    font-size: 13px;
    font-weight: 500;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}
.footer-content ul {
    list-style: none;
}
.soc-med {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.img-preview {
    display: block;
    width: 19%;
    padding-bottom: 15%;
    transition: .2s;
    float: left;
    position: relative;
    margin: .5%;
}
.img-preview img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .2s;
}
.img-preview:hover img {
    opacity: .5;
}

.gallery-preview {
    display: block;
    height: 280px;
    width: 33%;
    display: block;
    float: left;
    margin-bottom: 20px;
    transition: .1s;
    float: left;
}
.gallery-preview-img {
    width: 95%;
    height: 220px;
    margin: 0 auto;
    margin-top: 2.5%;
    position: relative;
}
.gallery-preview-img img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.gallery-preview-text {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.gallery-preview:hover .gallery-preview-text h2 {
}






contact-page {
    box-sizing: border-box;
    padding: 60px 0px;
}
.contact-form {
    float: left;
    /*width: calc(100% - 400px);*/
    box-sizing: border-box;
}
.contact-form input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #c7c7c7;
    font-size: 15px;
    color: #2e2e2e;
    outline: none;
}
.contact-form textarea {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #c7c7c7;
    font-size: 15px;
    color: #2e2e2e;
    min-height: 400px;
    max-height: 400px;
    min-width: 100%;
    max-width: 100%;
    outline: none;
    resize: none;
}
.contact-form input[type=submit] {
    display: block;
    font-family: "Nunito";
    font-weight: 800;
    color: #00529b;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 15px 40px;
    transition: .2s;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background-color: #FFF;
    cursor: pointer;
    float: right;
}
.contact-form input[type=submit]:hover {
    border: 1px solid #FFF;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
.contact-info {
    float: right;
    width: 350px;
}
.contact-info .footer-left {
    float: none;
    width: 100%;
}











@media only screen and (max-width:1020px) {
    
    .main-width {
        width: 95%;
    }
    .logo {
        height: 50px;
        width: 80px;
        margin-left: 0px;
        margin-top: 5px;
    }
    .header-menu {
        height: 60px;
    }
    nav {
        width: 60px;
        height: 60px;
        background-image:url(dsg/menu-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    nav:hover ul {
        display: block;
    }
    nav ul {
        display: none;
        width: 50%;
        position: absolute;
        right: 0;
        top: 100px;
        background-color: #FFF;
    }
    nav ul li {
        display: block;
        margin-right: 0px;
    }
    nav ul li a {
        padding: 20px 20px 20px 20px;
        border-bottom: none;
    }
    nav ul li a:hover {
        border-bottom: none;
        background-color: #e8e8e8;
    }
    nav ul li a:select {
        border-bottom: none;
    }
    .header-img {
        height: 400px;
    }
    .header-text {
        margin-top: 100px;
    }
    .content-left,
    .content-right {
        width: 100%;
        float: none;
    }
    .content-left {
        margin-top: 0px;
        padding-top: 5px;
    }
    .content-right {
        margin-top: 50px;
    }
    
}

@media only screen and (max-width:500px) {
    
    .header-info {
        height: 55px;
    }
    .header-info .info {
        height: 25px;
        line-height: 30px;
        float: none;
        margin-left: 5px;
    }
    .header-info .info:nth-of-type(1) {
        background-position: left 10px;
    }
    .header-info .info:nth-of-type(2) {
        background-position: left 8px;
        margin-right: 0px;
    }
    nav ul {
        width: 100%;
        top: 110px;
    }
    .header-img {
        height: 150px;
    }
    .header-text {
        display: none;
    }
    .footer-content {
        padding: 20px 0px;
        width: 100%;
        float: none;
    }
    
}