@font-face {
    font-family: 'Lekton';
    src: url("../fonts/lekton-regular-webfont.ttf") format("truetype");
    src: url("../fonts/lekton-regular-webfont.eot");
    src: url("../fonts/lekton-regular-webfont.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/lekton-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lekton-bold';
    src: url("../fonts/lekton-bold-webfont.ttf") format("truetype");
    src: url("../fonts/lekton-bold-webfont.eot");
    src: url("../fonts/lekton-bold-webfont.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/lekton-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
body {    color: #666;
 }
a {
    text-decoration: none;
    color: #fff;
}
sup {
font-size:10px;
vertical-align:super;
}
a:active {    background-color: transparent }
.wrapper {
   width: 1112px;
    margin: 0 auto;
}
.clear {    clear: both }
.relative {    position: relative }
.fl {    float: left }
.fr {    float: right }


.spacer {
    width: 100%;
    height: 40px;
}

header {
    width: 100%;
    height: 167px;
    padding: 20px 0 0 0;
}
header h1 {
    float: left;
    width: 275px;
    height: 147px;
    text-indent: -2000px;
    background: url("../img/bg/logo_header.png") no-repeat;
}
header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
header ul {
    float: right;
    margin: 88px 0 0 0;
}
header ul li {
    float: left;
    font-size: 19px;
    margin: 0 29px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Lekton, Arial, Sans-serif;
}
header ul li.last {
    width: 43px;
    margin: 0;
    cursor: pointer;
    background: url("../img/icons/arow_down.png") no-repeat right center;
}
header ul li img {
    float: right;
    margin: 0 0 0 5px;
}
header ul li a {
    color: #666;
    padding: 0 0 20px 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
header ul li a span {
    display: block;
    width: 0px;
    height: 6px;
    margin: 10px 0 0 0;
    background: url("../img/bg/underline_small.png") no-repeat -100px 0;
}
header ul li a:hover {    color: #59daff }
header ul li a:hover span {
    display: block;
    width: 51px;
    height: 6px;
    background: url("../img/bg/underline_small.png") repeat-x 350px 0;
    -webkit-transition: background-position 30s linear,width 1s linear;
    -moz-transition: background-position 30s linear,width 1s linear;
    -ms-transition: background-position 30s linear,width 1s linear;
    transition: background-position 30s linear,width 1s linear;
}
header ul li.selected a {    color: #59daff }
header ul li.selected a span {
    display: block;
    width: 51px;
    height: 6px;
    background: url("../img/bg/underline_small.png") no-repeat 0 0;
}
header .toggle {
    clear: both;
    float: right;
}
header .toggle ul {
float: right;
margin: -40px 0 0 0;
padding: 20px 15px 10px;
background: #f3f3f3;
position: absolute;
z-index: 999;
}
header .toggle ul li {
    clear: both;
    font-size: 18px;
    margin: 0 0 10px 0;
    height: 20px;
}
header .toggle ul li a {
    padding: 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}


footer {
    width: 100%;
	min-width: 1112px;
    color: #fff;
    padding: 0 0 20px 0;
    overflow: auto;
    background: #59daff;
}
footer .wrapper {    padding: 0px 0 }
footer .wrapper.bottom {    padding: 40px 0 }

footer .footer-bg {
    width: 100%;
   /*height: 285px;*/
	height: 120px;
    background: url("../img/bg/footer.jpg") 0 0 no-repeat;
}
footer .footer-bg ul {
    width: 1020px;
    padding: 0 0 0 45px;
}
footer .footer-bg ul li {
    float: left;
    width: 167px;
    height: 120px;
    margin: 0 105px 0 0;
    line-height: 120px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Lekton, Arial, Sans-serif;
    background: url("../img/bg/footer-frame.png") no-repeat 0 -22px;
}
footer .footer-bg ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: none;
}
footer .footer-bg ul li.last {    margin: 0 }
footer ul {
    float: left;
    width: 250px;
    margin: 0 28px 0 0;
}
footer ul li {
    font-size: 15px;
    line-height: 17px;
    padding: 0 0 8px 0;
    font-family: Armata, Arial, Sans-serif;
}
footer ul li a {
    border-bottom: 1px solid #59daff;
    padding: 0 0 1px 0;
}
footer ul li h4 {    padding-bottom: 10px }
footer .logo {
    clear: both;
    float: left;
    width: 100%;
    height: 147px;
    margin: 0 0 50px 0;
    background: url("../img/bg/logo_footer.png") no-repeat center center;
}
footer .facebook {
    clear: both;
    float: left;
    width: 49px;
    height: 49px;
    margin: 0 0 0 533px;
    background: url("../img/bg/footer_f.png") no-repeat;
}
footer .facebook a {
    display: block;
    width: 100%;
    height: 100%;
}
.calendar {
    font-family: Lekton, Arial, Sans-serif;
    overflow: auto;
	margin-bottom:40px;
}
.calendar .cal_header {
    overflow: auto;
    margin: 0 0 40px 0;
}
.calendar .cal_header h4 {
    width: 105px;
    height: 67px;
    margin: 0 0 0 11px;
    font-size: 24px;
    line-height: 55px;
    color: #59daff;
    background: url("../img/bg/underline_big.png") no-repeat bottom left;
}
.calendar .cal_header .first {    margin: 0 1px 0 0 }
.calendar table {
    width: 230px;
    margin: 0 0 10px 0;
}
.calendar table td {
    text-align: right;
    line-height: 31px;
    font-size: 18px;
}
.calendar table td.selected {    color: #59daff }
.cal_footer {   margin: 280px 0 0 0px }
.cal_footer a{   font-size: 16px }
.cal_footer .selected {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 11px 0 0;
    background: #59daff;
}
.cal_footer p {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
.calendar.push {    margin: 80px 0 0 0 }
.full_page {  
width: 100%;
min-width:100%;
 }
.full_page .header_bg_index {
    width: 100%;
    height: 420px;
    background: url("../img/bg/header_index.jpg") repeat center center;
}
.full_page .header_bg_index .button {
    float: right;
    margin: 330px 0 0 0;
}
.full_page .header_bg_pages {
width: 100%;
min-width: 100%;
height: 160px;
background-position-x: 50%;
background-position-y: 0;
background-repeat: no-repeat;
}
.full_page .header_bg_pages.mala_villa {    background: url("../img/bg/header_mala_villa.jpg") 0 0 no-repeat }
.full_page .header_bg_pages.luka_krnica {    background: url("../img/bg/header_luka_krnica.jpg") 0 0 no-repeat }
.full_page .header_bg_pages.nasa_ponuda {    background: url("../img/bg/header_nasa_ponuda.jpg") 0 0 no-repeat }
.full_page .header_bg_pages.galerija {    background: url("../img/bg/header_galerija.jpg") 0 0 no-repeat }
.full_page .header_bg_pages.kontakt {    background: url("../img/bg/header_kontakt.jpg") 0 0 no-repeat }
.full_page .header_bg_pages.rezervacija {    background: url("../img/bg/header_rezervacija.jpg") 0 0 no-repeat }
.full_page .header_bg_pages h1 {
    float: left;
    padding: 64px 0;
    font-family: Lekton, Arial, Sans-serif;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}
.full_page .header_bg_pages .button {
    float: right;
    margin: 50px 0 0 0;
}
a.button {
    display: block;
    padding: 24px 52px 20px 28px;
    font: 18px;
    letter-spacing: 1px;
    font-family: Lekton-bold, Arial, Sans-serif;
    text-transform: uppercase;
    background: url("../img/icons/btn_right.png") no-repeat right center #59daff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
a.button:hover {    color: #666 }
section {
    padding: 40px 0 50px 0;
    overflow: auto;
}
section .highlighted {    color: #59daff }
section .content {
    float: left;
    width: 804px;
    margin: 0 48px 0 0;
    font-family: Armata, Arial, Sans-serif;
}
section .content h2 {
    clear: both;
    text-transform: uppercase;
    font-family: Lekton, Arial, Sans-serif;
    font-size: 24px;
    color: #59daff;
    margin: 0 0 18px 0;
    padding: 25px 0 25px 0;
    background: url("../img/bg/underline_big.png") no-repeat bottom left;
}


section .content .lead {
    font-size: 20px;
    line-height: 160%;
    margin: 0 0 45px 0;
}
section .content p {
    font-size: 15px;
    line-height: 170%;
	margin: 0 0 10px 0;
}

section .content b {
font-weight:bold;
}

section .content i {
	font-style:italic;
}


section .content p a {
    color: #59daff;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

/*section .content p a {
    display: block;
    width: 100px;
    height: 15px;
    margin: 35px 0 0 0;
    padding: 0 0 0 20px;
    line-height: 18px;
    color: #666;
    font-family: Lekton, Arial, Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background: url("../img/icons/link_right.png") no-repeat 0 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}*/


section .content p a:hover {color: #666 }
section .content .container li {
    float: left;
    width: 235px;
    margin: 0 49px 65px 0;
}
section .content .container li.last {    margin: 0 }
section .content .container li img {    margin: 0 0 25px 0 }
section .content .container li p {    height: 120px }
section .content .container li a {
    display: block;
    width: 100px;
    height: 15px;
    padding: 0 0 0 20px;
    line-height: 18px;
    color: #666;
    font-family: Lekton, Arial, Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background: url("../img/icons/link_right.png") no-repeat 0 0;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
section .content .container li a:hover {    color: #59daff }
section .content iframe {    margin: 0 0 20px 0 }
section .content .content_body p {
    font-size: 15px;
    line-height: 180%;
    margin: 0 0 40px 0px;
}
section .content .content_body img {    margin: 0 0 35px 0 }
section .content .content_body h3 {
    margin: 0 0 5px 0px;
    font-size: 18px;
    line-height: 180%;
    color: #59daff;
    text-transform: uppercase;
}
section .content .content_body .route {
    float: left;
    margin: 0 0 35px 0px;
    font-size: 14px;
    line-height: 170%;
}
section .content .content_body .route li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
	line-height:50px;
}
section .content .content_body .route img {    margin: 0 18px 0 0 }
section .content .content_body .route span {
    font-size: 14px;
	font-weight:bold;
}
section .content .gallery {    margin: 0px 0 20px 0 }
section .content .gallery img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    cursor: pointer;
}
section .content .gallery img:hover {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
section .content .gallery .gallery_grid_one {    width: 268px }
section .content .gallery .gallery_grid_two {    width: 536px }
section .content .gallery .img_holder {
    float: left;
    background: url("../img/gallery/hover.png") no-repeat center center #59daff;
    margin: 0 3px 3px 0;
}
section .kontakt div, section .rezervacija div {
    position: relative;
    font-family: Armata, Arial, Sans-serif;
    margin: 0 0 25px 0px;
    font-size: 16px;
    line-height: 180%;
}
section .kontakt label, section .rezervacija label {
    position: relative;
    float: left;
    width: 205px;
    line-height: 60px;
    padding: 0 0 0 15px;
}
section .kontakt label span, section .rezervacija label span {
    position: absolute;
    left: 0;
}
section .kontakt span, section .rezervacija span {
    display: inline-block;
    color: red;
    width: 15px;
}
section .kontakt input[type="text"], section .rezervacija input[type="text"] {
    width: 474px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 16px;
    border: none;
    font-family: Armata, Arial, Sans-serif;
    background: #f3f3f3;
    font-size: 16px;
    color: #666;
}
section .kontakt input[type="submit"], section .rezervacija input[type="submit"] {
    width: 150px;
    height: 60px;
    border: none;
    margin: 0 0 0 220px;
    padding: 0 0 0 25px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-family: Lekton-bold, Arial, Sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
    background: url("../img/icons/btn_right.png") no-repeat right center #59daff;
}
section .kontakt input[type="submit"]:hover, section .rezervacija input[type="submit"]:hover {    color: #666 }
section .kontakt input.half, section .rezervacija input.half {    width: 227px }
section .kontakt textarea, section .rezervacija textarea {
    width: 474px;
    height: 170px;
    padding: 15px 0 15px 16px;
    border: none;
    font-family: Armata, Arial, Sans-serif;
    background: #f3f3f3;
    font-size: 16px;
    color: #666;
    resize: none;
    overflow: auto;
}
section .kontakt .error, section .rezervacija .error {
    position: absolute;
    color: red;
    left: 220px;
}
section .sidebar {
    float: left;
    width: 260px;
    padding: 0px 0 0 0;
}
section .sidebar .calendar {
    padding: 15px 0 30px 8px;
    background: #f3f3f3;
}
.gallery_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 150px 0  0;
    background: rgba(89,218,255,0.95);
}
.gallery_holder img {    float: left }
.gallery_holder p {
    float: right;
    width: 280px;
    color: #fff;
}
.gallery_holder p img {    margin: 0 1px 22px 0 }
.gallery_holder p.num {
    font-size: 18px;
    font-weight: bold;
    font-family: Lekton, Arial, Sans-serif;
    margin: 0 0 10px 0;
}
.gallery_holder p.title {
    font-size: 16px;
    font-family: Armata, Arial, Sans-serif;
    line-height: 160%;
}
.gallery_holder a.close {
    position: absolute;
    top: 0;
    right: 0;
}

#map-canvas {
width:804px;
height: 250px;
margin-bottom:20px;
}


/* CJENIK */
table.cjenik tr td{
background:#f3f3f3;
padding:10px;
border: 1px solid #fff;	
text-align:center;
vertical-align:middle;
font-size:13px;
line-height:18px;
}

table.cjenik tr.first td,
table.cjenik td.first{
color:#fff;
background:#59daff;
}

/* LEGEND */

.tlocrt{
width: 802px;
height: 540px;
background: url(../img/malavilla/mala_villa_06.jpg) 0 0 no-repeat;
}
.legend{
width:200px;
margin-left:600px
}



/* SLIDER */

.heroSlider{
width:100%;
height: 420px;
}

/*  RESERVATION */

section .kontakt span.form-error, section .rezervacija span.form-error {
    display: inline-block;
    color: red;
    width: 100%;
	margin-left:220px;
	
}

.subform {
float:left;	
}

#formSuccess {
position:relative;
width:320px;
height: 60px;
margin-left: 20px;
background:#59daff;
float:left;	
}

#formSuccess p{
color:#fff;
width: 320px;
height:60px;
line-height:60px;
font-size:18px;
font-family: Lekton-bold, Arial, Sans-serif;
text-align:center
}