* {
    margin:0;
    padding:0;
}
a {
    color: #A7CF6D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header {
    font-family:"Open Sans";
    background-image:url(dsg/bg.jpg);
    background-size:cover;
    background-position: center; 
    height:600px;
}
header .head {
    height:100px;
    width:100%;
    background-color:#FFF;
    text-align:center;
}
header .head img {
    margin-top:10px;
}
.clear {
	clear: both;
}
.meni {
    width:100%;
    background-color:rgba(0, 0, 0, .6);
}
.meni nav {
	width: 1100px;
	margin: 0 auto;
}
.meni nav a {
	color: white;
}

.meni nav ul {
    list-style-type:none;
    text-align:center;
}
.meni nav ul li {
    display:inline-block;
    padding: 0px 30px;
    height:69px;
    border-top:6px solid transparent;
    text-align:center;
    transition:.1s;
}
.meni nav ul li:hover {
    border-top:6px solid #FFF;
}
.meni nav ul li a {
    color:#FFF;
    text-decoration:none;
    font-size:18px;
    line-height: 69px;
}
.header-text {
    width:1200px;
    margin:0 auto;
    margin-top:350px;
    padding-left:50px;
}
.header-text h1 {
    color:#A7CF6D;
    font-size:50px;
}
.header-text p {
    color:#A7CF6D;
    font-size:25px;
}
.sredina {
    font-family:"Raleway";
}
.sredina1 {
    background-color:#FFF;
    width:1100px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
}
.sredina h2 {
    color:#A7CF6D;
}
.sredina1 p {
    color:#7b7a7a;
}
.crta {
    width:100%;
    height:1px;
    background-color:#cecece;
}
.sredina2 {
    *background-color:#FFF;
    width:1100px;
    margin:0 auto;
    overflow:hidden;
    text-align: center;
}
.sredina2 div {
    float:left;
    display:block;
    width:25%;
    margin-top:50px;
    margin-bottom:50px;
}
.sredina2 div p {
    color:#7b7a7a;
    width:60%;
    text-align:center;
    margin:0 auto;
}
.sredina2 div img {
    display:block;
    margin:0 auto;
    margin-top:40px;
    transition-duration:.6s;
    overflow:hidden;
}
.sredina2 div img:hover {
    transform:rotate(360deg);
}

.ico {
	padding-left: 50px;
	padding-right: 50px;
	display: block;
}
.ico p {
	height: 60px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.ico img {
	width: 130px;
}
.contact-form {
    width: 75%;
    *margin: 0 auto;
    *margin-top: 100px;
    float: right;
}
.contact-form.sub {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
} 
.contact-form input {
	width: 100%;
	height: 50px;
	background-color: #F2F2F2;
	outline: none;
	border: none;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 0px 30px;
	font-size: 16px;
	color: #757575;
}
.contact-form textarea {
    width: 100%;
    height: 300px;
    resize: none;
    background-color: #F2F2F2;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 10px 30px;
    font-size: 16px;
    color: #757575;
} 
.contact-left {
    width: 25%;
    float: left;
} 
.send-button {
    background-color: #A7CF6D !important;
    color: #FFF !important;
    cursor: pointer;
    transition: .2s;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
.send-button:hover {
    background-color: #6b9245 !important;
}
.contact-phone, .contact-street, .contact-mail {
    *float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
} 
.contact-phone span, .contact-street span, .contact-mail span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
}
.contact-phone .bg, .contact-street .bg, .contact-mail .bg {
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
} 
.contact-phone .bg {
    background-image: url(dsg/phone.png);
}
.contact-street .bg {
    background-image: url(dsg/marker.png);
}
.contact-mail .bg {
    background-image: url(dsg/mail.png);
}
.googlemap iframe {
    width: 100%;
    height: 500px;
}


@media only screen and (max-width:1400px) {
    
    .header-text {
        width:80%;
    }
    .sredina1 {
        width:100%;
    }
    .sredina1 h2, .sredina1 p {
        width:80%;
        margin:0 auto;
    }
    .sredina2 {
        width:80%;
    }
    .contact-form {
        width: 800px;
    }
    .contact-left {
        width: 300px;
    }
    .select-box {
        width: 800px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:786px) {
    
    .sredina2 div {
        width:50%;
    }
    .sredina2 div p {
        width:80%;
    }
    .sredina2 .stolpec1, .sredina2 .stolpec2 {
        margin-bottom:25px;
    }
    .sredina2 .stolpec3, .sredina2 .stolpec4 {
        margin-top:25px;
    }
    .contact-form {
        width: 100%;
    } 
    .contact-form input {
        height: 50px;
        margin-bottom: 20px;
        padding: 0px 20px;
        font-size: 16px;
    }
    .contact-form textarea {
        height: 300px;
        padding: 12px 20px;
        font-size: 16px;
    }
}

.show-menu {
    display:none;
}
input[type=checkbox]{
    display:none;
}
input[type=checkbox]:checked ~ #menu{
    display:block;
}

@media only screen and (max-width:633px) {
    
    header {
        height:550px;
    }
    .meni nav ul {
	    position:static;
	    display:none;
    }
    .meni nav ul li a {
        display:block;
        width:100%;
        color:#FFF;
    }
    .meni nav ul li:hover {
        border-top:6px solid transparent;
        background-color:#f2f2f2;
    }
    .meni nav ul li:hover a {
        color: #A7CF6D;
    }
    .show-menu {
        display:block;
        text-align:center;
        height:75px;
    }
    .show-menu img {
        margin-top:23px;
    }
    .show-menu img:hover {
        cursor:pointer;
    }
    .header-text {
        display:none;
    }
    .sredina1 {
        text-align:center;
    }
    .sredina2 div {
        width:100%;
    }
    
}


/* ---------- vsebina ---------- */

.content {
    font-family:"Raleway";
    background-color:#FFF;
}
.content1-width {
    width:1100px;
    margin:0 auto;
    padding: 50px 0px;
}
.content h2 {
    color:#A7CF6D;
    margin: 0 auto;
    text-align: center;
}
.content p {
    color:#7b7a7a;
    margin-top: 20px;
}
.content1 p {
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    -webkit-column-gap:50px;
    -moz-column-gap:50px;
    column-gap:50px;
}
.content2 p {
    text-align: center;
}
.content2-width {
    width:1100px;
    margin:0 auto;
    padding: 50px 0px;
}


@media only screen and (max-width:1110px) {
    
    .content1-width {
        width: 100%;
    }
    .content2-width {
        width: 100%;
    }
    
}

@media only screen and (max-width:786px) {
    
    .content1-content p {
        -webkit-column-width:200px;
        -moz-column-width:200px;
        column-width:200px;
    }
}


/* ----------- newslist ----------- */

.newslist-content {
    font-family:"Raleway";
    background-color:#FFF;
}
.newslist-content1-width {
    width:1100px;
    margin:0 auto;
    padding: 50px 0px;
}
.newslist-content1-content a {
    text-decoration: none;
}
.list {
    background-color: #FFF;
    border: 1px solid #FFF;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    min-height: 160px;
    transition: .2s;
    border-bottom: 1px solid #FFF;
}
.list:hover {
    border-bottom: 1px solid #A7CF6D;
}
.list a {
    text-decoration: none;
}
.list .list-img {
    background-image: url(dsg/bg.jpg);
    background-size: cover;
    height: 140px;
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}
.list .list-text {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 140px;
}
.list .list-text h2 {
    color:#A7CF6D;
}
.list .list-text p {
    margin:0 auto;
    color:#7b7a7a;
    margin-top: 5px;
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
}


@media only screen and (max-width:1110px) {
    
    .newslist-content1-width {
        width: 100%;
    }
    
}


@media only screen and (max-width:480px) {
    
    .list .list-img {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .list {
        text-align: center;
        min-height: auto;
    }
    
}

/* ---------- gallery ---------- */

* {
    margin:0;
    padding:0;
}
.header2 {
    font-family:"Open Sans";
}
.header2 .head {
    height:100px;
    width:100%;
    background-color:#FFF;
    text-align:center;
}
.header2 .head img {
    margin-top:10px;
}
.header2 .meni {
    width:100%;
    background-color: #FFF;
    border-bottom: 1px solid #A7CF6D;
}
.header2 .meni nav ul {
    list-style-type:none;
    text-align:center;
    z-index:1;
}
.header2 .meni nav ul li {
    display:inline-block;
    padding: 0px 30px;
    height:69px;
    border-top:6px solid transparent;
    text-align:center;
    transition:.1s;
}
.header2 .meni nav ul li:hover {
    border-top:6px solid #A7CF6D;
}
.header2 .meni nav ul li a {
    color:#545454;
    text-decoration:none;
    font-size:18px;
    line-height: 69px;
}
.gallery-content {
    font-family:"Raleway";
    background-color:#FFF;
}
.gallery-content1-width {
    width:1100px;
    margin:0 auto;
    padding: 50px 0px;
    overflow: hidden;
}
.gallery-content1-content a {
    text-decoration: none;
}
.box {
    width: 20%;
    padding-bottom: 20%;
    color: #FFF;
    position: relative;
    float: left;
}
.img {
    position: absolute;
    left: 0px;
    right: 1px;
    top: 0px;
    bottom: 1px;
}
.img img {
    width: 100%;
    height: 100%;
}
footer {
    background-color:#2D2D2D;
    width:100%;
    font-family:"Raleway";
    color:#7b7a7a;
}
footer h3 {
    font-size:17px;
}
footer p {
    font-size:13px;
}
.footer-width {
    background-color:#2D2D2D;
    width:1100px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:50px;
}


@media only screen and (max-width:1110px) {
    
    .gallery-content1-width {
        width: 100%;
    }
    .footer-width {
        width: 100%;
    }
    
}

@media only screen and (max-width:786px) {
    
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
    
}

.show-menu {
    display:none;
}
input[type=checkbox]{
    display:none;
}
input[type=checkbox]:checked ~ #menu{
    display:block;
}

@media only screen and (max-width:633px) {
    
    .header2 .meni nav ul {
	    position:static;
	    display:none;
        position: absolute;
        width: 100%;
    }
    .header2 .meni nav ul li {
        display:block;
        width:100%;
        background-color:#FFF;
        padding: 0px;
    }
    .header2 .meni nav ul li:hover {
        border-top:6px solid transparent;
        background-color:#f2f2f2;
    }
    .header2 .meni nav ul li:hover a {
        color:#A7CF6D;
    }
    .show-menu {
        display:block;
        text-align:center;
        height:75px;
    }
    .show-menu img {
        margin-top:23px;
    }
    .show-menu img:hover {
        cursor:pointer;
    }
    .header-text {
        display:none;
    }
    .contact-form {
        width: 400px;
        margin-top: 30px;
    }
    .contact-form input {
        height: 40px;
        margin-bottom: 20px;
        padding: 0px 20px;
        font-size: 14px;
    }
    .contact-form textarea {
        height: 300px;
        padding: 12px 20px;
        font-size: 14px;
    }
}


@media only screen and (max-width:480px) {
    
    footer {
        display: none;
    }
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
    
}

@media only screen and (max-width: 450px), all
style.css:944.contact-form {
width: 350px;
margin-top: 20px;
}

@media only screen and (max-width: 450px), all
style.css:948.contact-form input {
margin-bottom: 15px;
padding: 0px 20px;
font-size: 13px;
}

@media only screen and (max-width: 650px), all
style.css:846.contact-form input {
height: 40px;
margin-bottom: 20px;
padding: 0px 20px;
font-size: 14px;
}

@media only screen and (max-width: 450px), all
style.css:921.main-width {
width: 350px;
}