


body {
  padding-top: 50px;
  background: #d8bda8 url(../img/back.png) no-repeat top center ; 
  font-family: 'Raleway';
}


a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}


.prvi{
	height: 900px;
	padding-top: 100px;
    color: black;

}

.prvi p:before, .drugi p:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.prvi h2{
	font-size: 50px;

}

.prvi p{
	font-size: 30px;
	line-height: 55px;
  color: black;
}

.drugi{
	height: 650px;
    color: black;
}

.drugi p{
	font-size: 25px;
     color: black;
}

.drugi h2, .tretji h2, .cetrti h2, .peti h2{
	font-size: 35px;
	font-weight: bold;
}

.drugi ul{
		font-size: 25px;
}



.tretji{

}

.gotop{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
 
.gotop img{
    width: 30px;
}


.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}

.gal img{ width: 100%; padding: 7px 0;}


		
	}

.cetrti{
	height: 400px;

}

.cetrti ul{
	list-style:  none;
	font-size: 20px;
}
.peti{
	height: 400px;
}

section#contact {
  
   
    background-position: center;
    background-repeat: no-repeat;
}
section {
    padding: 30px 0PX;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
 
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
  
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */

    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company{
    text-align: center;
}
.about_our_company h1{
    font-size: 25px;
}
.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #F99700;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #F99700;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}



@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  }

	.drugi p, .drugi ul, .cetrti ul{
	font-size: 15px;
}


	
}