/* STYLE */

/* MAIN STYLE */
body {
  font: 14px/1.5em 'Raleway', sans-serif;
  font-weight: 500;
  color: #3d3d3d;
  background:url('images/ozadje.jpg') repeat center center fixed;
}
p,
ul,
ol {
  margin-bottom: 21px;
}
p a,
a {
  font-family: 'Raleway', sans-serif;  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p a:hover,
a:hover {
  text-decoration: none;
  color:#3d3d3d;
}
p a,
a:focus {
  outline: none;
  text-decoration: none;
}
a::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  color: #3d3d3d;
  margin-bottom: 21px;
  font-family: 'Raleway', sans-serif; 
  font-weight: 600;
}
h1 {
  font-size:36px;
  line-height:100%;
}
h2 {
  font-size: 28px;
   line-height:100%;
}
h3 {
  font-size: 22px;
   line-height:100%;
}
h4 {
  font-size: 18px; 
   line-height:100%;
}
h5 {
  font-size: 14px;
   line-height:100%;
}
h6 {
  font-size: 12px;
   line-height:100%;
    font-weight: 400;
}

.header {
	position:relative;
	width:100%;
	height:150px;
	background-color:#ebebeb;
	z-index:10;
}

.header .container {
	position:relative;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	background-color:#FFF;
}

.logo {
	width:600px;
	height:150px;
}

.logo img {
	width:100%;
}

.content-wrap {
	background-color:#FFF;
	padding-bottom:21px;
}

.contact-info {
	position:absolute;
	top:0;
	right:15px;
	margin-top:50px;
}

.contact-info p {
	margin:0;
	font-size:16px;
}

.contact-info p a {
	color:#ef910a;
}

.contact-info p a:hover {
	color:#905602;
}

/* navigation */

.site-wrap {
	background-color:#ef910a;
}

.navigation-list {
	width:100%;
	position:relative;
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
}

.navigation-list li {
	display:block;
	width:100%;
	text-align:center;
	height:50px;
	line-height:50px;
	background-color:#ef910a;
	position:relative;
}

.navigation-list li::before {
	content:'';
	position:absolute;
	top:0;
	left:5%;
	width:90%;
	right:5%;
	height:2px;
	background:-webkit-linear-gradient(to right, transparent, #FFF, transparent);
	background:-moz-linear-gradient(to right, transparent, #FFF, transparent);
	background:-o-linear-gradient(to right, transparent, #FFF, transparent);
	background:linear-gradient(to right, transparent, #FFF, transparent);
}

.navigation-list li a {
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#FFF;
	display:block;
}

.navigation-list li a .fa {
	font-size:26px;
}

.navigation-list .active a,
.navigation-list li a:hover {
	color:#905602;
	background-color:#feb957;
}

.info-title {
	font-size:22px;
	font-weight:500;
	font-style:none;
	color:#FFF;
	margin:30px 15px;
}

.info-icon {
	width:42px;
	height:42px;
	position:relative;
	border-radius:50%;
	border:1px solid #FFF;
	padding:2px;
	margin:0 auto;
}

.info-icon .fa {
	width:36px;
	height:36px;
	border-radius:50%;
	background-color: #FFF;
	display:block;
	text-align:center;
	line-height:36px;
	color:#ef910a;
	font-size:18px;
}

.info-text,
.info-text-p,
.info-text-p a {
	font-size:14px;
	font-weight:600;
	font-style:none;
	color:#FFF;
	margin-top:10px;
}

.info-text,
.info-text-p a {
	color:#523203;
}

.info-text {
	line-height:42px;
}

.info-text:hover,
.info-text-p a:hover {
	color:#FFF;
}

.info-one {
	margin:10px 0;
}

.front-img {
	width:100%;
}

.reklama {
	width:100%;
	text-align:center;
	margin:21px 0;
}

.reklama-title {
	font-size:40px;
	line-height:44px;
	font-weight:bold;
	color:#ef910a;
}

.info-list  {
	padding:12px 20px;
	color:#FFF;
	text-align:center;
	font-size:20px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
	line-height:100px;
}

.info-list:hover {
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
	opacity:0.8;
	color:#FFF;
}

.content {
	margin-top: 21px;
}

.content p {
	font-size:16px;
	padding:0 21px;
}

.content-big-title {
	font-size:22px;
	font-weight:500;
	color:#78654a;
}

.content-image {
	max-width: 350px;
	margin:0 21px 21px 0;
}

.content .content-main-text {
	font-size:16px;
	padding:0;
	padding-right:21px;
}

.content .content-main-text a {
	color:#523203;
}

.content .content-main-text a:hover {
	color:#ef910a;
}

.content-small-title {
	font-size:18px;
	font-weight:600;
	color:#78654a;
}

.form-wrap {
	position:relative;
	padding:15px 25px;
	border:1px solid #ebebeb;
	background-color:#f7f8f2;
	margin-top:21px;
}

.checkbox {
	margin-left:25px;
}

.content .alert-danger {
	background:transparent;
	padding:0;
}
.alert-danger ul li{
	color:red;
}

#form-send h3,
#form-send h4 {
	margin-top:21px;
}

#form-send .btn {
	margin:21px 0;
}

.content .form-obv {
	font-style:italic;
	margin-top:12px;
	font-size:14px;
	color:#888;
}

.footer {
	background-color:#905602;
	width:100%;
	position:relative;
	padding:21px 0;
}

.footer .left-footer,
.footer .right-footer {
	color:#FFF;
	line-height:1.5em;
	font-size:14px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
	margin-bottom:0;
}

.footer .left-footer p {
	margin:0;
}

.footer .left-footer {
	text-align:left;
}

.footer .center-footer {
	text-align:center;
}

.footer .center-footer a,
.footer .right-footer a {
	color:#ef910a;
}

.footer .center-footer a:hover,
.footer .right-footer a:hover {
	color:#FFF;
}

.footer .right-footer {
	text-align:right;
}


/* piškotki */

 #piskotki {
	bottom:-100%;
	display:none;
} 

.piskotek-wrap {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border:1px solid #ebebeb;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);	
	background-color:#ef910a;
	padding:10px;
	z-index:9999;
}

.piskotek-wrap h3,
.piskotek-wrap p {
	margin-bottom:12px;
	text-align:center;
	color:#FFF;
}

.piskotek-wrap h3 {
	font-size:24px;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	text-align:center;
}

.piskotek-wrap p a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

.piskotek-wrap .link-piskotek {
	text-align:center;
}

@media only screen and (max-width: 1199px) {
	.content img {
		width:45%;
		float:left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo {
		width:500px;
		height:150px;
	}
	.logo img {
		margin-top:12.5px;
	}
	.info-wrap {
		padding-bottom:21px;
	}
	.info-title {
		text-align:center;
	}
	.info-one {
		float:left;
		width:50%;
	}
	.info-one br {
		display:none;
	}
	.info-one .col-xs-3 {
		width:30%;
		padding:0 5px;
	}
	.info-one .col-xs-9 {
		width:70%;
		padding:0 5px;
	}
	.left-footer,
	.right-footer {
		width:50%;
		float:left;
	}
}
@media only screen and (max-width: 767px) {
	.logo {
		width:400px;
		height:100px;
	}
	.header {
		height:100px;
	}
	.info-wrap {
		padding-bottom:21px;
	}
	.info-title {
		text-align:center;
	}
	.info-one {
		float:left;
		width:50%;
	}
	.info-one br {
		display:none;
	}
	.info-one .col-xs-3 {
		width:30%;
		padding:0 5px;
	}
	.info-one .col-xs-9 {
		width:70%;
		padding:0 5px;
	}
	.left-footer,
	.right-footer {
		width:50%;
		float:left;
	}
	#map iframe{
		height:350px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
	.contact-info {
		display:none;
	}
	.logo {
		width:300px;
		height:80px;
		margin:0 auto;
	}
	.header {
		height:80px;
	}
	.info-one {
		float:none;
		width:100%;
	}
	.info-one br {
		display:none;
	}
	.info-one .col-xs-3 {
		width:30%;
		padding:0 5px;
	}
	.info-one .col-xs-9 {
		width:70%;
		padding:0 5px;
	}
	.footer .left-footer,
	.footer .right-footer {
		width:100%;
		float:none;
		text-align:center;
	}
	.footer .right-footer {
		margin-top:12px;
	}
	.form-wrap .col-xs-6 {
		width:100%;
	}
	#map iframe{
		height:300px;
	}
}