html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body, button, input, select, textarea {
    font-family: 'Open Sans',Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    color: #515151;
    line-height: 24px;
}
body {
    background: #fff;
    color: #404041;
    font-family: 'Open Sans';
    font-weight: 300;
}
body.body-others{
    padding-bottom: 30px;
}
b, strong {
    font-weight: 500;
}
img {
    border: 0 none;
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*linkovi*/
a , a:visited {color:#231f20; transition:all ease 0.3s;}
a:hover {color:#f5590a;}

a {
    font-weight: 400;
    text-decoration: none;
    transition:all ease 0.3s;
}
.txt-area a {
    transition:all ease 0.3s;
}
a:focus {
    outline: none;
}
a:hover, a:active {
    outline: 0 none;
}
p { 
    margin-bottom: 15px;
    font-family: 'Open Sans',Arial,Verdana,Helvetica,sans-serif;
    font-size: 13px;
    color: #515151;
    line-height: 24px;
}
/*naslovi*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 {
    float: left;
    width: 100%;
    margin-bottom: 26px;
    color: #13579e;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
h2 {
    line-height: 37px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    color: #212121;
}
h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #f5590a;
    margin-top: 10px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 10px;
}
h6 {
    font-size: 8px;
}
/**/
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
ul {
    font-size: 15px;
}
button, input, select, textarea {
    -moz-box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
.button {
        margin-top: 20px;
}
button, input {
    line-height: normal;
}
input, textarea {
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table, th, td {
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;

}
caption, th, td {
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    background-color: #2B8DD5;
    border: 1px solid #2B8DD5;
    height: 1px;
    margin-bottom: 23px;
    margin-top: 23px;
}

input, textarea {
   /* border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 2px;
    color: #2B2B2B;
    padding: 8px 10px 7px;
}
textarea {
    width: 100%;
}
input:focus, textarea:focus {
    border: 0 none;
    outline: 0 none;
    border: 1px solid #D41C5D;
}
.search-field {
    width: 100%;
}
.search-submit {
    display: none;
}
img {
    max-width: 100%;

}

embed, iframe, object, video {
    margin-bottom: 24px;
    max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
    margin-bottom: 0;
}
blockquote.alignleft, img.alignleft {
}
.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
    margin-top: -1px;
	display:block;
}

/*footer*/
.cpy {
    display: table-cell;
    float: left;
    vertical-align: middle;
    font-size: 14px;
}
.v {
    display: table-cell;
    float: right;
    opacity: 1;
    margin-top: 0;
    padding: 20px 0;
}
.v:hover {opacity: 0.8;}

/**/
.aleft {
    float: left !important;
    left: 0;
}
.aright {
    float: right !important;
    right:0;
}
.last {
    margin-right: 0;
}
/**/

/*kontakt forma*/

.kontakt_forma {
    width:100%;
    margin:20px auto;
}
input[type="text"], textarea, button, a.button, a, input[type="file"] {
    transition: box-shadow 0.5s ease 0s, border 0.5s ease 0s, background 0.5s ease 0s;
}
label {
    font-size: 14px;
    padding-bottom: 9px;
    display: block;
}
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 16px;
    padding: 9px 7px;
    text-indent: 5px;
    vertical-align: middle;
    width: 100%;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type="text"]:focus, textarea:focus, button:focus, a.button:focus, select:focus, input[type="file"]:focus, input[type="password"]:focus {
    border: 1px solid #8f8e8e;
    outline: medium none;
}
textarea {
    height: 150px;
    padding: 9px 7px;
    text-indent: 5px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}

button, a.btn, a.btn:visited, a.button, a.button:visited, input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 7px;
    opacity:1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    float: right;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    transition: all ease .3s;
    background: #f5590a;
    border:0 none !important;
}
.btn:focus, .btn:hover{
    border:0 none !important;
}
button:hover, a.btn:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #4d5ea4 !important;
}

input.radio{
	width:auto;
	float:left;
	margin:8px 10px 0 0;
}
/*Kontakt Forma*/

 #kontakt-forma  {
    float: left;
 }
#kontakt-forma label, #kontakt-forma input ,#kontakt-forma textarea{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #404041;
}
 .chck {
    width: 100%; 
    margin: 5px 0;
    float: left;
 }
 .chck input {
    width: 20px !important;
    float: left !important;
 }
  .chck label {
    float: left;
    width: auto;
    line-height: 15px;
    max-width: 88%;
  }
.txt_error {
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
}
.btn.send {
    float: right !important;
    width: 240px !important;
    margin-top: 20px;
    padding: 7px;
}
.error {    
    background: url(../images/error.png) 17px center no-repeat #f8e7e9;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 15px 15px 15px 45px;
}
.btn.send:focus {
    border: 0 none;
}
.btn.send:hover {

}
.success {
    background-image: url(../images/forme/sucess-32.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    border: 1px solid #7ac143;
    padding: 15px;
    background: #d2f2ba;
    font-size: 13px;
    margin-bottom: 20px;
}
.chck.txt_error {
    background: 0 none;
    border: 0 none !important;

}
.chck.txt_error label{
    color: #e81500 !important;
}
.chck.txt_error label a {
    color: #e81500 !important;
}
.txt_error_img {
  background-image: url(../images/error-32.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px 15px 15px 55px; 
}
.send{
  background: #e81d30;
  color: #fff;
  padding: 5px;
}
/*end kontakt forma*/
li {
    line-height: 27px;
    font-weight: 300;
    font-size: 15px;
}

.aleft {
    float: left !important;
}
.aright {
    float: right !important;
}
.last {
    margin-right: 0 !important;
}
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.active, a.active {
    color: #000000;
    /*font-weight: bold;*/
}
/**/
.light-gray{
    background: #f9f9f9;
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.slider li{
    margin-left: 0;
}
.row, .search{
    width: 100%;
    float: left;
    display: block;
}
.center {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    clear: both;
}
.slider-shadow {
    float: left;
    width: 100%;
    height: 35px;
    background: url(../images/BKG-header-shadow.gif) left top no-repeat;
}
.txt-center{
    text-align: center;
}
.logo{
    display: inline-block;
    margin: 0 auto;
    float: left;
    margin-right: 20px;
    font-family: "brush-script-std";
}
.logo span{
    font-family: "brush-script-std";
    font-size: 23px;
    color: #616161;
    margin-right: 18px;
}
.title.js_height{
    width:100%;
    display: table-cell;
    vertical-align: bottom;
    color: #12579f;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.n .img-box{margin-bottom:10px;}
.w25.n .title.js_height {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    color: #12579f;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}

.copy{
    color: #999;
    font-size: 12px;
    line-height: 36px;
}
.v_link {
    display: inline-block;
    line-height: 29px;
    color: #fff;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 400;
    float: right;
}
.none {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}
.v {
    display: block;
    margin-top: 12px;
    padding: 0px;
}
.footer{
    background: #252525;
    position: relative;
}
.footer a{
    color: #e1e1e1;
    transition: all ease 0.3s;
}
.footer a.active, .footer a:hover{
    color: #e91c31;
}
.w5 {
    width: 50%;
    float: left;
}
.w3{
    width: 33.33%;
    float: left;
}
.header-top{
    background: rgba(254,254,254,0.9);
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}
.nav{
    list-style-type: none;
    float: left;
    margin-top: 0;
    margin-bottom: -47px;
    z-index: 1000;
    position: relative;
}
.nav .center {
    background: rgba(255,255,255,0.9);
    text-align: left;
    padding-left: 12px;
}
.nav li {
    float: none;
    position: relative;
    display: inline-block;
}
.header-fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/backg.jpg) top right no-repeat fixed #fff;
}
.nav li a{
    display: block;
    padding: 3px 10px;
    transition: all ease 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
/*.nav li a.active.link .line{
    position: absolute;
    bottom: -17px;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #fefefe;
    left: 0;
}*/
.nav li a.active .line{
    position: absolute;
    bottom: -14px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #a49a7b;
    left: 0;
}
.nav li a:hover{
    color: #f5590a;
}
.nav li a.link{
    padding-right: 34px;
}
.slider{
    z-index: 1;
    position: relative;
}
.slide{
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.nav li a.drop{
    width: 23px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 7px; 
    background: url(../images/plus.png) center center no-repeat;
}
.nav li a.drop.collapsed{
    background: url(../images/minus.png) center center no-repeat;
}
.sub-container{
    width: 100%;
    list-style-type: none;
}
.sub-container li {
    float: left;
}
.sub-container li a{
    padding: 10px;
    display: block;
}
.sub-container li a:hover{
    color: #000;
}

.doc a {
    padding-left: 30px;
    background: url(../images/doc.png) top left no-repeat;
    transition: all ease 0.3s;
}
.doc a:hover {
    color: #a39a7a;
}
.txt-img {
    float: left;
    margin-right: 36px;
    max-width: 40%;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.txt-gallery {
    float: left;
    margin-right: 36px;
    max-width: 40%;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.txt-gallery a{
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
}
.txt-gallery a.visible{
    opacity: 1;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left;
}
.gallery{
    width: 100%;
    float: left;
}
.magnifier{
    position: absolute;
    bottom: 3px;
    left: 3px;
    color: rgb(255, 255, 255);
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
}


h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #f5590a;
    text-transform: uppercase;
    color: #f5590a;
    font-family: 'Open Sans',sans-serif;
   margin: 0 0 40px 0;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}
.w25{
    width: 22.75%;
    float: left;
    margin-right: 3%;
    padding-bottom: 25px;
}
.w25 p{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.img-box{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

.price{
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding: 5px 20px 5px 23px;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all ease 0.3s;
}
.img-box:hover .price {
    color:#ffffff;
    background: rgba(245, 89, 10, 0.8) none repeat scroll 0% 0%;
}
.header.row{
    padding:25px 0;
}
.title{
    display: block;
    font-size: 16px;
}
.title span{
    display: block;
    font-size: 14px;
}
.nav li a{
    padding: 12px 8px 13px 8px;
    line-height: 20px;
    font-size: 15px;
    color: #616161;
    display: block;
}
.nav li a.active{
    color: #f5590a;
}
.nav ul{
    list-style-type: none;
}
.slider ul{
    list-style-type: none;
}
.footer-nav{
    list-style-type: none;
}
.footer-nav li{
    float: left;
    display: inline;
    margin-right: 15px;
    padding-left: 15px;
    background: url('../images/bulletin.png') 0px 8px no-repeat;
    margin-top: 7px;
}
.footer-nav li a{
    font-size: 13px;   
    transition: all ease 0.3s;
    display: block;
    line-height: 17px;
}
.footer-row{
    padding-top: 20px;
}
.footer-row.border-top{
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
}
#map1{
    margin-top: 50px;
    float: left;
}
.content .center {
    margin: 30px auto;
}
.w7{
    width: 73%;
    float: left;
    padding-right: 30px;
}
.w3{
    float: right;
    width: 25%;
}
.social {
    float: right;
}
.right-nav{
    list-style-type: none;
    font-size: 13px; 
}
.right-nav li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.right-nav li a{
    
}
.w3 h2{
    padding-bottom: 6px;
    font-size: 14px;
    margin-top: 11px;
    text-align: right;
    margin-bottom: 20px;
}
.right-nav li a img{
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.right-nav li a span{
    display: block;
    font-size: 13px;
    line-height: 22px;
}
.social a{
    line-height: 30px;
    display: block;
    float: left;
    margin-left: 8px;
}
.slider.row .center img{
        -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.fb{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/fb.png) center center no-repeat #f6cdb7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fb:hover{
    background: url(../images/fb.png) center center no-repeat #f5590a;
}
.g{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/g.png) center center no-repeat #f6cdb7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.g:hover{
    background: url(../images/g.png) center center no-repeat #f5590a;
}
.gallery .w25{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3%;
}
.slider .bx-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;

}