h1,h2,h3,h4,h5,h6 {font-family: 'PT Serif', serif;font-weight: 400;}
h1 {color: #ad8d66; font-size: 21px;font-weight: 400; padding: 0; margin: 0;}
ul, li, figure {
    margin: 0;
    padding: 0;
}
header {position: relative; min-height: 200px;}
.topbar {position: absolute; z-index: 10; background: rgba(235, 235, 232, 0.9) ;  float: left;width: 100%;}
.jedan{width:5vw; float:left; display: none;}
.logo {height:97px; width:100%; float:left; background: url(logo.png) no-repeat center center;background-size: contain}
.homepage .logo{ height: 129px; }
.logo-link {display:block; width:275px; height:129px;}
a, a:visited{
    color: #70a60d;
}
.traka{width:100%; float:right;}
.top-stripe {width:100%; height: 40px; background: rgba(255,255,255,0.17); margin-bottom: 1px;position: relative; z-index: 1}
.bottom-stripe {background: #fff; width: 100%; min-height: 60px; position: relative;}
.loc span, .gal span { display: none;}
ul.menu {margin:0px 0 0 0;padding:0;}
nav[role="navigation"] li {
	float: left;
	margin: 0 1px 0 0;
	font-size: 18px;
    list-style-type:none;
    font-family: 'PT Serif', serif;
   
	}
nav[role="navigation"] li a {
	float: left;
    font-weight:400;
    line-height: 80px;
	padding: 5px 15px;
	text-decoration: none;
    color: #090909;
	background: #fff;
    text-transform:lowercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 022s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
	}
nav[role="navigation"] li a:hover{
    	color: #b69a77;

	}
nav[role="navigation"] li a:focus,
nav[role="navigation"] li.active a{

    color:#b69a77;
	
	}
/*
 * Dropit v1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
nav[role="navigation"] .dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    line-height: 1;
    left: 0; /* dropdown left or right */
    z-index: 1000 !important;
    display: none;
    min-width: 220px;
    list-style: none;
	padding: 10px 0;
	margin: 0;
    background:rgba(235,235,232,0.9);
    /*border: 2px solid #e0d6cc;*/
}

.dropit .dropit-submenu:after { bottom: 100%; left: 15%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(235,235,232,0); border-bottom-color: rgba(235,235,232,0.97); border-width: 10px;}
/*.dropit .dropit-submenu:after, .dropit .dropit-submenu:before { bottom: 100%; left: 10%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.dropit .dropit-submenu:after { border-color: rgba(0, 64, 97, 0); border-bottom-color: #004061; border-width: 8px; margin-left: -8px; } 
.dropit .dropit-submenu:before { border-color: rgba(224, 214, 204, 0); border-bottom-color: #e0d6cc; border-width: 11px; margin-left: -11px; }*/
ul.menu ul { display:none;}
.hidden{display:none !important;visibility:hidden !important}
.hide-text {overflow:hidden;  text-indent: 100%; white-space: nowrap;}
nav[role="navigation"] li ul li {background: none;min-width: 220px;}
nav[role="navigation"] li ul.dropit-submenu a {
    display: block;
    font-size: 13px;
    color: #090909;
    padding: 6px 20px;
     line-height: 2;
	width: 100%;
	text-align:left;
	height: auto;
    border-bottom:none;
    background: transparent;
    border-radius: 0px;
}
li.dropit-open > a:link, li.dropit-open > a:visited, .navigation li.dropit-open > a {color: #b69a77; }
nav[role="navigation"] li ul.dropit-submenu a { color: #090909;}
nav[role="navigation"] li ul.dropit-submenu a:hover, 
nav[role="navigation"] li.dropit-open ul.dropit-submenu li.active a {
    background: #fff;
   color: #b69a77;
    text-decoration: none;
}
nav[role="navigation"] li ul.dropit-submenu li {margin-bottom:0px;}

.sec-nav {float: right;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: 5px;
z-index: 0;}
.sec-nav > li {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 14px;
    list-style-type: none;
	/*padding: 7px 0px;*/
    float: left;
    position: relative;
	text-decoration: none;
	color: #6b6c6b;
	background: rgba(255,255,255,0.77);
    -webkit-box-shadow: inset 0px -5px 8px -7px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px -5px 8px -7px rgba(0,0,0,0.43);
    box-shadow: inset 0px -5px 8px -7px rgba(0,0,0,0.43);
	}
.sec-nav > li .fa { position: relative; right:5px}
.sec-nav > li .fa-picture-o, .sec-nav li .fa-map-marker{ position: relative; right:0px}
    .sec-nav > li .fa-angle-down {
        position: relative;
        left: 5px;
        right: auto;
    }
.sec-nav > li > a {
	padding: 7px 12px;
	text-decoration: none;
	color: #6b6c6b;
	}

.sec-nav > li > a:hover,
.sec-nav > li > a:focus {
	background: #6b6c6b;
    color: #fff;
	}
.sec-nav > li > a:active {
	background: #6b6c6b;
	}
.sec-nav > li.active > a {
	color: #fff;
	background: #6b6c6b;
	}				
.dropdown-menu {
    background-clip: padding-box;
    list-style: none;
	padding: 10px 25px;
	margin: 0;
    background:rgba(235,235,232,0.9);
    display: none;
    float: left;
    font-size: 14px;
    right: 0;
    list-style: outside none none;
/*    min-width: 220px;*/
    width: auto;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    min-width: 120px;
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.18); -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.18); box-shadow: 1px 1px 2pxx rgba(50, 50, 50, 0.18);
}
.dropdown-menu:after { bottom: 100%; right: 15%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(235,235,232,0); border-bottom-color: rgba(235,235,232,0.97); border-width: 6px;}
.dropdown-menu ul {list-style-type: none;}
.tel .dropdown-menu {min-width: 280px; }
.dropdown-menu h4 {     color: #222;     font-size: 16px;     margin: 9px 0; }
.open > .dropdown-menu {display: block;}
.sec-nav .dropdown-menu li > a {
	padding: 0px 0px;
	text-decoration: none;
	color: #ad8d66;
	}
.sec-nav .dropdown-menu li > a:hover {color: #222; text-decoration: underline}
.slider {
   
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    margin: auto;
    left: 0; right: 0;
    z-index: 0;
}
.slider img {
    height: auto;
    width: 100%;
}

.main-content {background: #f6f5f0; padding: 15px 0 25px}
.breadcrumb {
    color: #fff;
    padding: 0px 0;
}
.breadcrumb a, .breadcrumb i.fa-angle-right {
    color: #acacac;
    font-size: 0.8125em;
    padding: 0 3px;
    text-decoration: none;
}
.breadcrumb .fa-home.fa-lg {
    font-size: 1.5em;
}
.breadcrumb a span, .breadcrumb i.fa-angle-right:last-of-type {
    display: none;
}
.list-item {margin-bottom: 20px;}
.list-item figure {position: relative; z-index: 0}
.list-item figure img{max-width: 100%; width: 100%; min-height: 180px; max-height: 180px;}
.list-item .info {position: relative; background: #fff; margin: 0px 0 19px 0;padding: 10px 15px; left:10%; width: 90%; /*float: right;*/ z-index: 1;-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.18); -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.18); box-shadow:  0px 0px 3px 0px rgba(50, 50, 50, 0.18);}
.list-item.small .info {margin-top: -35px;}
.list-item .info:before  {border-right: 25px solid #fff;
    border-top: 25px solid transparent;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
	}
.list-item .info h2 { margin:0; padding: 0; color: #201e1e; font-size: 19px; font-weight: 400;}
.list-item .info h2 a{ color: #201e1e; text-decoration: none}
.list-item .info p{ padding: 0; margin: 5px 0; color: #5c5c5b; font-size: 13px; line-height: 1.6;}
.list-item .info .more{ color: #a7855b; font-size: 14px;text-decoration: none; text-transform: uppercase}
.list-item .info .more:hover{ color: #a7855b;text-decoration: underline;}
.more .fa { margin-left: 5px;}

.cat-title {background: #fff;  position: relative; text-align: center; margin: 15px auto; width: auto; padding: 5px 65px; border-radius: 20px; display: table;font-family: 'PT Serif', serif; font-style: italic; color: #a7855b; font-size: 21px;-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.18); -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.18); box-shadow:  0px 0px 3px 0px rgba(50, 50, 50, 0.18);}


.title-row:before {
    background: linear-gradient(to right, rgba(225, 205, 185, 0) 0%, #e1cdb9 15%, #e1cdb9 85%, rgba(225, 205, 185, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
/*page*/
.page-item {font-size: 15px;}
.page-item  .intro {color: #2c2b29; font-style: italic; font-size: 16px;}
.page-item ul {margin: 0 0 0 15px;color: #2c2b29; }
.page-item ul li {
    color: black;
    list-style-type: none;
    position: relative;
    padding: 2px 0 2px 15px;
    font-size: 14px;
}
.page-item  ul li:before {content: "\f054"; font-family: "FontAwesome"; position: absolute; left: 0; top: 6px;color: #ad8d66;font-size: 10px;}
ul.documents{
    margin:0;
    padding:0;
}
ul.documents li:before{
    content:"";
    position: relative;
}

.gallery, .gallery-container {padding: 25px 0}
.gallery a img{ width: 100%; max-width: 100%; border:4px solid #fff; margin-bottom: 1.25em; -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.18); -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.18); box-shadow:  0px 0px 3px 0px rgba(50, 50, 50, 0.18);}

aside .box {font-size: 14px; position: relative; background: #fff; margin: 0px 0 19px 0;padding: 10px 15px; width: 100%; float: right; z-index: 1;-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.18); -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.18); box-shadow:  0px 0px 3px 0px rgba(50, 50, 50, 0.18);}
aside .box h3{color:#8a8a8a; font-size: 21px; padding: 0; margin: 0;}
aside .box.prices {background: #70a60d; color: #fff;}
aside .box.prices h3,
aside .box.prices a{color: #fff;}
aside .box.prices a.btn{ position: absolute;  text-decoration: none; font-weight: 600;border: 2px solid #9cd13b; top: 0; bottom:0; right: 15px; margin: auto;  border-radius: 4px; padding: 6px 15px 8px 15px; color:#70a60d; text-transform: uppercase;  height: 39px;background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
aside .box.prices a.btn:hover {border-color: #fff; background: #fff;}
.box.prices  p { margin: 5px 0 10px;}
.iznos { font-family: 'PT Serif', serif;font-weight: 700; font-size:38px; padding: 0 8px; display: inline-block;}
.period { font-size:28px; padding: 0px; display: inline-block; color: #ececec}
aside ul {list-style-type: none; margin: 5px 0 5px 10px; }
aside ul li{line-height: 1.8;}
aside ul.icons li {padding-left: 20px; position: relative;}
aside ul.icons li a{ color: #ad8d66; text-decoration: none;}
aside ul.icons li a:hover{ text-decoration: underline;}
aside ul.icons li .fa{position: absolute;left: 0; top: 6px; color: #b8b8b8;}
aside ul.icons li a:hover .fa{ color: #ad8d66;}
aside ul li a{ color: #70a60d; text-decoration: none;}
aside ul li a:hover{ text-decoration: underline;}

#contact-form {
    margin-top: 20px;
    margin-bottom: 20px;
}
#contact-form label {
    padding-bottom: 6px;
    display: block;
    color: #5f5f5f;
}
#contact-form p {
    margin: 5px 0;
}
#contact-form .error input[type="text"] {
    background-color: #fbf6f6;
    border-color: #f0a3a3;
}
#contact-form .requiered-msg {
    color: rgba(173, 141, 102, 0.4);
    font-family: 'PT Serif', serif;
    margin-top: 4px;
    font-size: 12px;
    margin-right: 10px;
    float: right;
    font-style: italic;
    -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease;
}
#contact-form .columns:hover .requiered-msg {
    color: rgba(173, 141, 102, 0.9);
}
#contact-form .error .requiered-msg {
    color: #e16969;
}


/*footer*/
footer {margin: 25px 0 25px;color: #646464; position: relative; text-align: center;}
footer .row:before {
    background: linear-gradient(to right, rgba(225, 205, 185, 0) 0%, #e1cdb9 15%, #e1cdb9 85%, rgba(225, 205, 185, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    top: -25px;
    width: 100%;
}

footer .title { font-size: 21px; display: block; margin: 10px 0; color: #42413f;font-family: 'PT Serif', serif;}
footer   ul {
	width: 100%;
    padding: 8px 0 10px 0px;
    margin: 0;
    font-size: 13px;
	}
footer p{ font-size: 13px;}
footer   ul li{list-style-type: none; }
footer ul.nav-footer li a {
	display: block;
	padding: 5px 0px 5px 10px;
	line-height: 1;
    color: #a7855b;
    text-decoration: none;
    position: relative;
	} 
footer ul.nav-footer li a:before {content: "\f105"; font-family: "FontAwesome"; position: absolute; left: 0; top: 4px;}
footer   ul li a:focus,
footer   ul li a:hover {
	text-decoration: underline
	}
footer   ul li a:active {
	background: #fff;
	}

ul.social  {
    font-size: 1.2em;
    list-style-type: none;

     margin: 0px 0 0;
}
ul.social  li {
    display: inline;
    margin-right: 8px;
}
.fa-facebook {
    color: #3b5998;
}
.fa-twitter {
    color: #55acee;
}
.fa-youtube {
    color: #e52d27;
}
ul.social  li a{padding: 3px 6px}
ul.social  li a:hover .fa{
    color: #222
}
.copy {text-align: center; font-size: 13px; color: #747474; position: relative; margin: 31px 0 0; padding: 13px 0}
.copy:before {
    background: linear-gradient(to right, rgba(225, 205, 185, 0) 0%, #e1cdb9 15%, #e1cdb9 85%, rgba(225, 205, 185, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    top: -14px;
    width: 100%;
}
#message-success{
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgb(209, 252, 204);
}
#message-error{
    padding: 10px;
    background-color: rgb(252, 204, 204);
    margin-bottom: 20px;
}
#contact-form fieldset {
    border:none;
}
.btn { color: #fff;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: rgb(163,134,88); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(163,134,88,1) 1%, rgba(191,173,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(163,134,88,1)), color-stop(100%,rgba(191,173,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(163,134,88,1) 1%,rgba(191,173,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(163,134,88,1) 1%,rgba(191,173,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(163,134,88,1) 1%,rgba(191,173,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(163,134,88,1) 1%,rgba(191,173,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38658', endColorstr='#bfad99',GradientType=0 ); /* IE6-9 */

}
.js .menu {
    display:none;
}

.js .slicknav_menu {
    display:block;
}

@media only screen and (min-width: 40.0625em) {
    .js .menu {display:block;}
	.js .slicknav_menu {display:none;}
    h1 { font-size: 24px}
    .page-item  .intro {font-size: 18px;}
    .jedan{display: none}
    .logo{width:20vw; background-position: center center; height: 129px}
    header {position: relative; min-height: 127px;}
    .bottom-stripe {min-height: 90px;}
    .traka{width:77vw; }
    .loc span, .gal span { display: inline}
    .sec-nav li .fa { position: relative; right:5px}
    .sec-nav {right: 5vw;}
    .sec-nav li a {padding: 7px 15px; display: inline-block;}
    .list-item .info { margin: -25px 0 19px 0; width: 90%;}
    footer {text-align: left;}
    footer .title {  margin: 0 0 10px;}
}
@media only screen and (min-width: 64.0625em) {
    .jedan{display: block}
    h1 { font-size: 36px}
    .page-item  .intro {font-size: 21px;}
    .logo{width:12vw;background-position: 7px center}
    .traka{width:81vw; }
    .list-item .info { margin: -55px 0 19px 0; }
    .gallery a img {height: 150px; width: auto;}
}
@media only screen and (min-width: 80.0625em) {
.logo{background-position: 32px center;}
}
