html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #e0e0e0;
    font-size: 14px;
}

button,
.btn:focus,
a:focus {
    outline: none;
    outline: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: none !important;

    outline-offset: 0;
}

a {
    outline: 0;
}

:focus {
    outline: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.nav > li > a {
    padding: 10px 0px;
}

#mq-detector {
    visibility: hidden;
}

.spacer10 {
    clear: both;
    height: 10px;
}

.spacer20 {
    clear: both;
    height: 20px;
}

.spacer30 {
    clear: both;
    height: 30px;
}

.spacer40 {
    clear: both;
    height: 40px;
}

.spacer50 {
    clear: both;
    height: 50px;
}

iframe {
    max-width: 100%;
    /*height:auto;*/
}

/* Color */
.svetlo-plava-bg {
    background-color: #32a5d2;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 30px;
    padding: 0;
}

.input-group-addon {
    padding: 0;
    border-radius: 0;
}

#sizing-addon1 {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0 10px;
}

.input-group-btn .btn {
    border-radius: 0;
}

.btn-white {
    background-color: #fff;
}

.topbanner {
    margin-bottom: 10px !important;
}

.col-third,
.col-fourth {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-third img,
.col-fourth img {
    max-width: 100%;
}

.col-third-last .slicna-mesta-img,
.col-fourth .slicna-mesta-img {
    height: 100%;
}

.col-third-last .slicna-mesta-img a,
.col-fourth .slicna-mesta-img a {
    height: 100%;
    width: 100%;
    display: block;
    font-size: 66px;
    text-align: center;
    position: relative;
    background-color: #27a6cf;
}

.col-third-last .slicna-mesta-img .fa,
.col-fourth-last .slicna-mesta-img .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 38px;
    color: #0e416a;
}

.sub-cat-nav {
    /*padding: 10px;*/
    background-color: #27a6cf;
    text-align: center;
    border-bottom: 5px solid #0d4169;
}

.sub-cat-nav ul {
    margin: 0;
    padding: 0;
}

.sub-cat-nav li {
    display: block;
    float: left;

    list-style: none;
    border-right: 1px solid #0d4169;
}

.sub-cat-nav li:last-child {
    border-right: none;
}

/*.sub-cat-nav li:after{
content: " | ";
padding: 0 5px;
}
.sub-cat-nav li:last-child:after{
content: "";
padding: 0 ;
}*/
.sub-cat-nav a {
    padding: 6px 10px;
    display: block;
    color: #fff;
}

.sub-cat-nav a:hover,
.sub-cat-nav a:focus {
    text-decoration: none;
    background-color: #0d4169;
}

.sub-cat-nav .disable a {
    color: #186781;
}

.sub-cat-nav .disable a:hover,
.sub-cat-nav .disable a:focus {
    cursor: default;
    background-color: #27a6cf;
}

.nav-tabs > li > a:hover {
    border-color: #035994;
}

/* header */
.lang-select-mobil {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 120;
}

.lang-select-mobil a {
    color: #fff;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    background-color: #0d4169;
    text-decoration: none;
}

.big_txt {
    text-align: center;
    font-size: 1.8rem;
}

.lang-select-mobil a.active {
    color: #0d4169;
    background-color: #fff;
    text-decoration: none;
}

.lang-select-mobil a.active:hover {
    color: #0d4169;
    background-color: #fff;
    cursor: default;
    text-decoration: none;
}

.lang-select-mobil a:hover {
    color: #0d4169;
    background-color: #fff;
    cursor: default;
    text-decoration: none;
}

#site-header .lang-select a {
    color: #fff;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    background-color: #0d4169;
    text-decoration: none;
}

#site-header .lang-select a.active {
    color: #0d4169;
    background-color: #fff;
    text-decoration: none;
}

#site-header .lang-select a.active:hover {
    color: #0d4169;
    background-color: #fff;
    cursor: default;
    text-decoration: none;
}

#site-header .lang-select a:hover {
    background-color: #32a5d2;
    text-decoration: none;
}

#site-header .social-links {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.broj-rezeracije-text a:hover,
.broj-rezeracije-text a:focus {
    text-decoration: none;
}

.broj-rezeracije-text a:hover .broj-rezeracije-text-line,
.broj-rezeracije-text a:focus .broj-rezeracije-text-line {
    color: #0e416a;
}

.broj-rezeracije-text-line {
    color: #fff;
    margin: 0;
}

.broj-rezeracije-text-line.line-1 {
    font-size: 20px;
}

.broj-rezeracije-text-line.line-2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    /*color: #0e416a;*/
}

.broj-rezeracije-text-line.line-2 a {
    color: #fff;
}

#site-header .social-links span {
    float: left;
    padding-right: 15px;
}

#site-header .social-links a {
    display: block;
    float: left;
}

#site-header .social-links a .fa {
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
}

.footer .social-links span {
    padding-right: 10px;
}

.footer .social-links a .fa {
    font-size: 22px;
    color: #fff;
    padding-right: 10px;
}

.navbar-kudaveceras a .text {
    font-size: 13px;
    font-weight: 800;
}

#logo {
}

#logo a {
    text-indent: -9999px;
    display: block;
    float: left;
    height: 120px;
    width: 280px;
}

.header-logo__link {
    display: block;
    float: left;
    height: 120px;
    width: 313px;
}

.header-logo__img {
    display: block;
    height: 120px !important;
    margin-left: -8px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

img.media-img {
    /*max-width: initial !important;*/
}

/* slider */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: url(../img/image-sprite.png);
    background-repeat: no-repeat;
}

.bx-wrapper .bx-prev {
    left: 0px;
    /*background-position: -100px -10px;*/
    background-position: -100px -200px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    left: 0px;
    background-position: -400px -10px;
}

.bx-wrapper .bx-next {
    right: 0px;
    /*background-position: -240px -10px;*/
    background-position: -240px -200px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    right: 0px;
    background-position: -540px -10px;
}

#home-days .bx-pager {
    display: none;
}

/* home-days */
#home-days {
    color: #fff;
}

#list-days,
#home-days .nav-tabs {
    margin-left: -35px;
    margin-right: -35px;
    background-color: #32a5d2;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    background-color: #b6016c;
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
}

.navbar {
    border-radius: 0;
    border: none;
}

.navbar-dani .navbar-collapse {
    padding: 0;
}

.nav-tabs li,
.navbar-dani .navbar-nav li {
    width: 14.28%;
    display: block;
    float: left;
}

.navbar-dani li a,
.nav-tabs li a {
    color: #fff;
    background-color: #32a5d2;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin: 0;
    border-right: 2px solid #035994;
    font-weight: bold;
    font-size: 15px;
}

.navbar-dani li:last-child a,
.nav-tabs li:last-child a {
    border-right: none;
}

#list-days li a:hover,
#list-days li a:focus,
#list-days li.active a,
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li.active a {
    background-color: #b6016c;
}

.nav-tabs > li {
    margin-bottom: 0;
}

#home-days .nav-tabs li a span {
    /*display: block;*/
}

.navbar-dani li a .dan,
#home-days .nav-tabs li a .dan {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.navbar-dani li a .datum,
#home-days .nav-tabs li a .datum {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.day-item-img-link:hover {
}

.day-item-link {
    display: block;
}

.day-item.hover .day-item-rezervisi {
    display: block;
    height: auto;
    padding: 5px;
}

@media only screen and (min-width: 768px) {
    .day-item.hover .day-item-rezervisi {
        /*height: 35px;*/
        padding: 5px 0;
    }
}

@media only screen and (min-width: 992px) {
    .day-item.hover .day-item-rezervisi {
        height: 35px;
    }
}

.day-item-rezervisi {
    /*padding: 5px 0;*/
    background-color: #32a5d2;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    height: 0;
    overflow: hidden;
    -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;
}

@media only screen and (min-width: 768px) {
    .day-item-rezervisi {
        line-height: 26px;
    }
}

.day-item-rezervisi .phone-icon {
    background-image: url(../img/image-sprite.png);
    height: 26px;
    width: 16px;
    background-position: -11px -187px;
    display: inline-block;
    margin-bottom: -5px;
}

.day-item-rezervisi .tel-br {
    font-size: 14px;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .day-item-rezervisi .tel-br {
        font-size: 18px;
    }
}

.gallery-item,
.slicna-mesta {
    position: relative;
    margin-bottom: 20px;
    /*height: 200px;*/
}

.gallery-item-text {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 13px 12px 13px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #035994;
    min-height: 55px;
}

.gallery-item-title,
.gallery-item-date {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.input-group.broj-osoba {
    position: relative;
}

#br_osoba-error {
    top: 32px;
    left: 0;
    position: absolute;
    z-index: 100;
}

.online-rezervacija-body label.error {
    color: red;
    font-weight: normal;
}

label.error,
.required {
    font-size: 12px;
    color: red;
    display: block;
    clear: both;
}

.intro {
    margin: 0 0 10px;
    text-align: center;
}

#wrapper {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.for-subtitle {
    font-size: 24px;
}

.for-subtitle,
.for-buba,
.for-text {
    text-align: center !important;
}

.content-sidebar-right-page {
    position: relative;
}

form {
    /*	border-radius: 10px;
		border: 3px solid #ccc;
		box-shadow: 0px 2px 5px 0px #444;
		background: #fff;
		position: relative;
		padding: 10px;
		overflow: hidden;*/
}

label {
    margin-bottom: 5px;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

input,
textarea,
label,
select {
    display: block;
    outline: none;
}

input,
textarea,
select {
    margin-bottom: 10px;
}

input,
textarea {
    background: -moz-linear-gradient(center top, #f2f2f2, #ffffff) repeat scroll 0 0 transparent;
    border: 1px solid #dedede;
    border-radius: 5px 5px 5px 5px;
    color: #403d3a;
    font-size: 16px;
    padding: 1px 6px;
}

textarea {
    width: 100%;
    height: 140px;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input {
    /*width: 200px;*/
    /*height: 26px;*/
}

::-webkit-input-placeholder {
    /*color: #ccc;*/
}

:-moz-placeholder {
    /*color: #ccc;*/
}

a {
    color: #333;

    text-decoration: none;
}

.vest-singl-body p a {
    color: #005596 !important;
    font-weight: bold;
}

.simple-form-button {
    background-image: url(../img/btn-1-bg.png);
    height: 35px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 0px 7px #082a45;
    width: auto;
    border: none;
    padding: 2px 10px;
    /*	-moz-border-bottom-colors: none;
		-moz-border-image: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
		border-color: #E2E2E2 #DDDDDD #CCCCCC;
		border-left: 1px solid #DDDDDD;
		border-radius: 5px 5px 5px 5px;
		border-right: 1px solid #DDDDDD;
		border-style: solid;
		border-width: 1px 1px 2px;
		color: #000000;
		cursor: pointer;
		font-size: 9pt;
		margin: 0;
		padding: 8px 18px;
		width: auto;
		height: auto;*/
}

.submit-button {
    /*background: -moz-linear-gradient(center top , #FFFFFF, #2a8db4) repeat scroll 0 0 transparent;*/
    float: right;
    display: none;
}

.form-controls {
    clear: both;
}

.previous-fieldset {
    display: none;
    float: left;
}

.next-fieldset {
    float: right;
}

,
a.next-fieldset,
a.previous-fieldset {
    color: #ccc;
}

.clear {
    clear: both;
}

.progress {
    border-bottom: 1px solid #eeece9;
    border-top: 1px solid #ffffff;
    height: 20px;
}

.progress-bar {
    height: 15px; /* Can be anything */
    position: relative;
    background: #e2e2e2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin: 10px 0;
    overflow: hidden;
}

.progress-bar .progress-bg {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(43, 194, 83)),
            color-stop(1, rgb(84, 240, 84))
    );
    background-image: -webkit-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    background-image: -ms-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    background-image: -o-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 0%;
}

.progress-bar .progress-text {
    position: absolute;
    left: 50%;
    top: 2px;
    z-index: 10;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
}

.bootstrap-select .dropdown-menu > li > a .text {
    margin-left: 35px;
}

.filter-option {
    padding: 4px 0px 4px 38px;
}

.container-inner {
    position: relative;
}

/* ----------------------------------------------------------------------------------------------------------------
    side-banner
---------------------------------------------------------------------------------------------------------------- */
.page-wrapp {
    max-width: 100%;
    overflow: hidden;
}

#site-nav-top,
#site-header,
.footer {
    position: relative;
    z-index: 500;
}

.page-content > .container {
    position: relative;
    z-index: 500;
}

#side-banner-wrap {
    width: 100%;
}

#side-banner-wrap.sticky-banner {
    position: fixed;
    top: 0;
    z-index: 2;
}

.left-side-banner {
    left: -200px;
}

.right-side-banner {
    right: -200px;
}

/* Animation */
.side-banner-container {
    position: relative;
}

#side-banner-wrap.sticky-banner.scroll-down .side-banner {
    top: 0px;
    margin-top: 0px;
}

#side-banner-wrap.sticky-banner.scroll-top .side-banner {
    transition: none;
}

.side-banner {
    position: absolute;
    top: -100px;
    margin-top: 100px;
    transition: top 1s ease;
}

/* ----------------------------------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------------------------------- */
.footer {
    background-color: #009dda;
}

.footer-inner {
    background-image: url(../img/footer-grad-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer-inner > .container {
    padding: 0 35px;
}

.footer-content {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-menu-col {
    color: #fff;
    border-left: 3px solid #035994;
    padding-left: 10px;
}

.footer-menu-col h3 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-menu-col ul {
    margin: 0;
    padding: 0;
}

.footer-menu-col ul li {
    list-style: none;
}

.footer-menu-col ul li,
.footer-menu-col ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}

.footer-bottom-line {
    background-color: #12426a;
}

.footer-bottom-line p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 20px 0;
}

.footer .social-links {
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #024d86;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.footer .broj-rezeracije-text-line.line-1 {
    font-size: 20px;
    line-height: 30px;
}

.footer .broj-rezeracije-text-line.line-2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}

.footer .broj-rezeracije .broj-rezeracije-icon {
    background-image: url(../img/image-sprite.png);
    height: 61px;
    width: 36px;
    background-position: -10px -69px;
    display: inline-block;
    float: left;
}

.page-content > .container {
    background-color: #fff;
    padding: 0 35px;
}

.page-content.ponuda-list-page > .container {
    padding: 0 10px;
}

.page-content.ponuda-list-page #list-days {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1200px) {
    .page-content.ponuda-list-page > .container {
        padding: 0 35px;
    }

    .page-content.ponuda-list-page #list-days {
        margin-left: -35px;
        margin-right: -35px;
    }
}

.page-content.ponuda-list-page .section-header {
    margin: 0;
}

.section-header a {
    color: #fff;
}

.section-header {
    font-size: 14px;
    font-weight: 700;
    background-color: #0d4169;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.section-header-content {
    padding: 9px 18px 3px 0;
    position: relative;
    line-height: 32px;
    padding-left: 60px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.section-header-inner {
    border-bottom: 5px solid #035994;
}

.section-header h1,
.section-header h2 {
    display: inline-block;
}

.section-header .left-part {
    float: left;
}

.section-header .right-part {
    float: right;
}

.section-header .right-part .rating {
    display: inline-block;
}

.star-rating {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;

    cursor: auto;
}

.rating-container .rating-stars {
    color: #27a6cf;
}

.section-header-icon {
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    left: 18px;
    top: 8px;
}

.day-item-img img {
    max-width: 100%;
}

.gallery-item {
}

.news-item {
    border-bottom: 2px solid #0e426a;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item-content {
    margin: 0;
    font-size: 12.5px;
    line-height: 17px;
}

.news-item-img {
    float: left;
    padding-right: 10px;
    width: 164px;
    overflow: hidden;
    /*height: 130px;*/
}

.news-item-img img {
    max-width: 100%;
}

.news-item-title {
    margin: 0;
}

.home-news-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #035994;
}

.news-item-title-link {
    font-weight: 700;
    font-size: 14px;
    color: #0e416a;
    text-decoration: none;
    text-transform: uppercase;
}

.news-item-date {
    font-weight: 700;
    font-size: 14px;
    color: #1c1c1c;
}

.home-slider {
    margin-bottom: 20px;
}

.day-item {
    position: relative;
}

.day-placeholder-img {
    max-width: 100%;
}

.day-item-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*padding: 10px;*/
    /*height: 75px;*/
    border-bottom: 4px solid #32a5d2;
    background-color: #ededed;
}

.day-item-img {
    position: absolute;
    top: 0;
    width: 100%;
}

.day-item-title {
    padding: 3px 3px 0 5px;
    height: 44px;
    overflow: hidden;
}

.day-item-subtitle {
    padding: 3px 10px;
}

.day-item-cat {
    position: absolute;
    top: -23px;
    left: 10px;
    text-align: center;
}

.day-item-cat a {
    background-color: #32a5d2;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.day-item-title h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    color: #4b4b4b;
    text-transform: uppercase;
    margin: 0;
}

.day-item-title h3 a {
    color: #4b4b4b;
}

.day-item-title h3 a:hover {
    text-decoration: none;
}

.day-item-subtitle p {
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 14px;
    /*font-weight: 800;*/
    line-height: 15px;
    margin: 0;
    color: #b6016c;
    height: 30px;
    overflow: hidden;
}

.arrow-down {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #32a5d2;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid blue;
}

.arrow-left-1 {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
}

.newsletter {
    /*background-color: #009ddb;*/
    /*background-image: url(../img/newsletter-1-bg.png);*/
    padding: 16px 14px;
    /*height: 106px;*/
}

.newsletter-title {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.newsletter-opis {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.btn-blue {
    border-radius: 6px;
    background-color: #019cdc;
    color: #fff;
    text-transform: uppercase;
}

.newsletter .input-group-addon {
    background-color: #fff;
    border: none;
    margin-right: 5px;
}

.newsletter .form-control {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0;
}

.newsletter .fa {
    color: #035994;
}

.newsletter .input-group-btn:last-child > .btn {
    margin-left: 10px;
}

.newsletter .input-group-btn .btn-white {
    margin: 0;
    padding: 0;
    width: 32px;
}

.newsletter .input-group-btn .fa {
    font-size: 22px;
    line-height: 28px;
}

.star-rating .caption {
    /*display: none;*/
}

.star-rating {
    display: inline-block;
}

.input-ocena-field {
}

.ocena .star-rating {
    font-size: 20px;
}

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
    height: 255px;
}

/* ponuda-singl */
.ponuda-singl .section-header-inner {
    padding: 4px 0px 0px 0px;
}

.ponuda-singl-h1-section-header .ponuda-singl h1 {
    line-height: 25px;
}

.ponuda-singl-h1-section-header .section-header-icon {
    top: 4px;
}

.ponuda-singl-h2-section-header .section-header-inner {
    padding: 0;
}

.ponuda-singl-h2-section-header .section-header-content {
    padding: 8px 18px 5px 60px;
}

.ponuda-singl-h2-section-header .section-header-icon {
    top: 11px;
}

.ponuda-singl-h2-section-header h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
}

.ponuda-singl .section-header .rating-container {
    margin-top: -10px;
}

.broj-glasova {
    display: inline-block;
    font-size: 18px;
    color: #009ddb;
    font-weight: 700;
    margin-top: 5px;
}

.ponuda-singl h1 {
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .ponuda-singl h1 {
        line-height: 18px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .ponuda-singl h1 {
        line-height: 18px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .ponuda-singl h1 {
        line-height: 32px;
        font-size: 24px;
    }
}

.ponuda-singl .online-rezervacija-title {
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    background-color: #32a5d2;
    text-transform: uppercase;
    line-height: 56px;
    border-bottom: 5px solid #035994;
    text-align: center;
}

.ponuda-singl .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 8px;
    right: 0;
    display: inline-block;
    background-color: #32a5d2;
    color: #0e416a;
    font-size: 16px;
    width: auto;
    padding: 5px 8px;
    line-height: 16px;
}

.ponuda-singl .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.ponuda-singl .online-rezervacija-body {
    background-color: #0e416a;
    padding: 14px 15px;
}

.ponuda-singl-video-body img {
    max-width: 100%;
}

.ponuda-singl-subtitle {
    color: #0e416a;
    font-size: 16px;
    border-bottom: 3px solid #32a5d2;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-weight: 600;
}

.nov-god-v2__subtitle-header {
    font-size: 28px;
    line-height: 28px;
    top: 14px;
    border-bottom: 5px solid #035994;
    background-color: #0d4169;
    padding: 16px 5px 8px 10px;
}

.nov-god-v2__subtitle {
    line-height: 32px;
    font-size: 24px;
    margin: 0;
    font-weight: 700;

    color: #fff;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.nov-god-v2__subtitle .subtitle-icon {
}

.ponuda-singl-subtitle-no-icon {
    padding-left: 0px;
    text-transform: none;
}

.ponuda-singl-lokacija-body {
    border: 0px solid #1c4c73;
    margin-bottom: 15px;
}

.ponuda-singl-subtitle .subtitle-icon {
    position: absolute;
    left: 0;
    top: -3px;
}

#ponuda_singl_datepicker .datepicker-inline {
    width: 100%;
}

.ponuda-singl-subtitle span {
    font-size: 22px;
}

.slicna-mesta {
    position: relative;
    border-bottom: 5px solid #32a5d2;
}

.slicna-mesta-img {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
}

.slicna-mesta-text {
    /*position: absolute;*/
    /*bottom: -1px;*/
    width: 100%;
    background-color: #0e416a;
    color: #fff;
    padding: 7px 10px;
}

.slicna-mesta-text .slicna-mesta-title a {
    color: #fff;
    line-height: 20px;
}

.slicna-mesta-text .slicna-mesta-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.slicna-mesta-title-inner {
    height: 39px;
    overflow: hidden;
    display: block;
}

a.animated-hover {
    display: inline-block;
}

a.animated-hover,
a.animated-hover:hover,
a.animated-hover:focus {
    text-decoration: none;
}

a.animated-hover:hover:after {
    width: 100%;
}

a.animated-hover::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #32a5d2;
    width: 33px;
    margin-top: 2px;
    margin-bottom: 4px;
    -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;
}

.slicna-mesta__animated-hover:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #32a5d2;
    width: 33px;
    margin-top: 2px;
    margin-bottom: 4px;
    -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;
}

.slicna-mesta__link:hover {
    text-decoration: none;
}

.slicna-mesta__link:hover .slicna-mesta__animated-hover:after {
    width: 100%;
}

.slicna-mesta-text .ocena {
    font-size: 12px;
}

.slicna-mesta-text .ocena .star-rating {
    font-size: 16px;
}

.section-header-white {
    background-color: #fff;
    border-top: 1px solid #bfbfbf;
}

.section-header-white h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #0e416a;
}

.section-header-white .part-left {
    float: left;
}

.section-header-white .part-right {
    font-weight: 700;
    font-size: 12px;
    color: #0e416a;
    float: right;
    text-transform: none;
    margin-top: 7px;
}

.section-header-white .part-right .addthis_sharing_toolbox {
    display: inline-block;
}

.rating-postavi-komentar {
    height: 90px;
    position: relative;
}

.rating-postavi-komentar .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rating-postavi-komentar .star-rating {
    float: right;
}

.rating-postavi-komentar .rating-container {
    /*	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #32a5d2;*/
    /*text-shadow: 1px 1px 0px #32a5d2;
text-shadow: -1px -1px 0px #32a5d2;*/

    color: #9ac7d8;
}

.newsletter-envelope {
    background-color: #fff;
    display: inline-block;
}

.newsletter-envelope .fa {
    padding: 5px 8px 7px 8px;
    font-size: 16px;
}

.sidebar-right-page .newsletter .form-control,
.ponuda-list .newsletter .form-control,
.ponuda-singl .newsletter .form-control {
    margin: 0;
    border-radius: 0;
    font-size: 12px;
}

.sidebar-right-page .newsletter-title,
.ponuda-list .newsletter-title,
.ponuda-singl .newsletter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-right-page .newsletter-title,
.ponuda-list .newsletter-title {
    font-size: 15px;
}

.ponuda-singl .newsletter-opis {
    margin-bottom: 5px;
}

.newsletter {
    background: #015f99;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNWY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlkZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #015f99 0%, #009ddb 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #015f99),
            color-stop(100%, #009ddb)
    );
    background: -webkit-linear-gradient(top, #015f99 0%, #009ddb 100%);
    background: -o-linear-gradient(top, #015f99 0%, #009ddb 100%);
    background: -ms-linear-gradient(top, #015f99 0%, #009ddb 100%);
    background: linear-gradient(to bottom, #015f99 0%, #009ddb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015f99', endColorstr='#009ddb', GradientType=0);

    height: auto;
    margin-left: -3px;
}

.newsletter .form-control {
    font-size: 12px;
    height: 30px;
}

#prikazi-vise-gallery-btn .fa {
    font-size: 20px;
}

.komentari .komentar {
    margin-bottom: 30px;
}

.komentar .komentar-field {
    background-color: #e1e1e1;
    color: #000;
    padding: 15px 13px;
    margin-left: 80px;
    min-height: 66px;
}

@media only screen and (min-width: 480px) {
    .komentar .komentar-field {
        margin-left: 120px;
    }
}

.komentar .komentar-field .arrow-left {
    border-right-color: #e1e1e1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e1e1e1;
    left: -18px;
    top: 10px;
}

.komentar .komentar-meta {
    margin-left: 80px;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 25px;
}

.komentar .komentar-meta .rating-container {
    font-size: 12px;
}

@media only screen and (min-width: 480px) {
    .komentar .komentar-meta {
        margin-left: 120px;
    }
}

@media only screen and (min-width: 768px) {
    .komentar .komentar-meta {
        line-height: 1;
    }
}

.gallery-item img {
    max-width: 100%;
}

.separate-line {
    height: 2px;
    background-color: #d9d9d9;
    width: 100%;
    margin: 8px 0 44px 0;
}

.bootstrap-select .btn {
    border-radius: 0;
    padding: 4px 6px;
}

.bootstrap-select .bs-icon {
    font-size: 20px;
    background-color: #dbdbdb;
    padding: 5px;
    color: #8a8a8a;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.dropdown-toggle .filter-option .bs-icon {
    font-size: 20px;
    background-color: #dbdbdb;
    padding: 5px;
    color: #8a8a8a;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-left: -38px;
    margin-top: -4px;
    margin-bottom: -4px;
}

.bootstrap-select .fa.bs-icon {
    font-size: 16px;
    width: 30px;
}

.online-rezervacija-body .dropdown-menu > li > a {
    padding-left: 0;
}

.online-rezervacija-body .broj-osoba .input-group-addon {
    width: 30px;
}

.online-rezervacija-body .broj-osoba .input-group-addon .fa {
    color: #8b8b8b;
}

.online-rezervacija-body .dropdown-menu {
    border-radius: 0;
}

.bootstrap-select .btn {
    border-radius: 0;
    padding: 0;
    /*padding: 4px 6px;*/
}

.online-rezervacija-body .form-control {
    border-radius: 0;
    padding: 4px 6px;
    height: 30px;
}

.online-rezervacija-body #porukas.form-control {
    height: auto;
}

.online-rezervacija-body p,
.online-rezervacija-body label {
    color: #fff;
}

#rootwizard .next.disabled {
    display: none;
}

#rootwizard .navbar {
    display: none;
}

#rootwizard .pager {
    margin: 10px 0 11px 0;
}

#rezervisi-submit {
    margin: 0px 0 -11px 0;
}

.datepicker-days {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.datepicker-switch {
    font-weight: 400;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #32a5d2;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #32a5d2;
    cursor: pointer;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px 0;
}

.btn-rezervacija {
    background-image: url(../img/btn-1-bg.png);
    height: 35px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 0px 7px #082a45;
}

.datepicker td,
.datepicker th {
    width: 20px;
}

.postavi-komentar {
    background-color: #f1f1f1;
    border: 1px solid #b7b7b7;
    padding: 12px;
}

.user-image {
    width: 120px;
}

.comment_user-name {
    color: #009ddb;
    font-weight: 600;
    text-align: center;
    margin-left: -20px;
}

@media only screen and (min-width: 480px) {
    .comment_user-name {
        margin-left: 0;
    }
}

.komentari-header {
    margin: 20px 0;
}

.antibot-pitanje td {
    vertical-align: middle;
    padding: 0;
    height: 32px;
}

.antibot-pitanje td select {
    margin-bottom: 0;
    margin-left: 5px;
}

.antibot-pitanje td .pitanje {
    /*line-height: 32px;*/
}

.komentar-field {
    position: relative;
}

.komentar-field .arrow-left {
    position: absolute;
    top: 10px;
    left: -11px;
    z-index: 50;
    border-right-color: #b8b8b8;
}

.komentar-field .arrow-left-1 {
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 60;
}

.komentar-field .form-control {
    height: 90px;
}

/* ponuda-list */
.ponuda-list {
}

.section-header-title {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    text-transform: uppercase;
    padding-top: 3px;
}

.sidebar-right-page .section-header-icon {
    font-size: 32px;
}

.home_day__section-header {
    background: #0d4169;
    padding: 10px 20px;
    border-bottom: 5px solid #035994;
}

.home_day_title {
    margin: 0;
    color: #fff;
    /*color:rgba(166, 41, 41, 0.48);*/
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    font-family: "Oswald", sans-serif;
    /*margin-bottom: 0;*/
}

/*.spacer20.spacer20__hide {*/
/*display: none;*/
/*}*/

@media (min-width: 768px) {
    .home_day_title {
        font-size: 28px;
        /*margin-bottom: 5px;*/
    }
}

@media (min-width: 992px) {
    /*.spacer20.spacer20__hide {*/
    /*display: block;*/
    /*}*/
    .section-header-title {
        font-size: 20px;
        line-height: 34px;
    }

    .sidebar-right-page .section-header-icon {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .home_day_title {
        font-size: 32px;
    }

    .section-header-title {
        font-size: 32px;
        line-height: 34px;
    }

    .sidebar-right-page .section-header-icon {
        font-size: 40px;
    }

    #home-days .section-header-icon {
        font-size: 40px;
    }

    #home-days .section-header-content {
        padding-left: 70px;
    }
}

/*.sidebar-right-page h1,
.sidebar-right-page h2{
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
	text-transform: uppercase;
	padding-top: 3px;
	line-height: 34px;
	}*/

.sidebar-right-page .section-header-icon .fa {
    font-size: 32px;
}

.ponuda-list .section-header-content h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}

.ponuda-list .objekti-svi-body .slicna-mesta {
    margin-bottom: 20px;
}

.sidebar-baner {
    background-color: #0e416a;
    padding: 14px 10px;
}

.sidebar-baner .baner {
    margin-bottom: 10px;
}

.sidebar-baner .baner img {
    max-width: 100%;
}

.baner-bottom {
    /*max-width: 640px;
max-height: 107px;
overflow: hidden;*/
}

.baner-bottom img {
    display: block;
    max-width: 100%;
}

.slicna-mesta-img img {
    max-width: 100%;
}

.bxslider-okvir {
    visibility: hidden;
    height: 0;
}

.program-dan {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
}

.program-dan-naziv {
    font-weight: 600;
    text-transform: uppercase;
    color: #0e416a;
}

.broj-rezeracije-program-dan {
    background-color: #32a5d2;
    padding: 6px 12px;
    height: auto;
    border-radius: 4px;
    width: 208px;
}

.broj-rezeracije-program-dan .line-1 {
    font-size: 14px;
}

.broj-rezeracije-program-dan .line-2 {
    font-size: 25px;
    color: #0e416a;
}

.broj-rezeracije-program-dan .broj-rezeracije-icon {
    background-image: url(../img/image-sprite.png);
    height: 35px;
    width: 22px;
    background-position: -10px -139px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.page-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #0e416a;
    margin: 30px 0;
}

.static-page-img img {
    max-width: 100%;
}

/* kontakat */

.kontakt-form .form-group {
    margin-bottom: 20px;
}

.kontakt-form .form-control {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    background-color: #0e416a;
    color: #fff;
    border-radius: 0;
    height: 54px;
}

.kontakt-form textarea.form-control {
    padding: 10px;
    height: 152px;
}

/*textarea.form-control::-webkit-input-placeholder,*/
/*input.form-control::-webkit-input-placeholder {*/
/*color: #FFF;*/
/*}*/

/*textarea.form-control::-moz-placeholder,*/
/*input.form-control::-moz-placeholder {*/
/*color: #FFF;*/
/*opacity: 1;*/
/*}*/

/*textarea.form-control:-moz-placeholder,*/
/*input.form-control:-moz-placeholder {*/
/*color: #FFF;*/
/*opacity: 1;*/
/*}*/

/*textarea.form-control::-ms-input-placeholder,*/
/*input.form-control::-ms-input-placeholder {*/
/*color: #FFF;*/
/*}*/

/* IE10+ */

.kontakt-form .input-group {
    width: 100%;
}

.kontakt-form .input-group-addon {
    font-size: 36px;
    background-color: #0e416a;
    color: #fff;
    padding: 0 10px;
    width: 40px !important;
    vertical-align: top;
    padding-top: 8px;
}

.newslatter-wrapp {
    border-bottom: 1px solid #0e416a;
    border-top: 1px solid #0e416a;

    width: 100%;
    padding: 5px 0;
}

.newslatter-opis {
    display: inline-block;

    margin: 0;
    padding: 0;
}

#checkbox-newslatter {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;

    display: table-cell;
}

#checkbox-newslatter label {
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin-left: 15px;
}

#checkbox1 {
    display: none;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 33px;
    left: 20px;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #0e416a;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 0;
    margin-left: -20px;
    padding-left: 5px;
    padding-top: 1px;
    font-size: 22px;
    color: #555555;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.btn-svetlo-plavo {
    background-color: #32a5d2;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 26px;
}

.kontakt-osobe-list {
    margin-top: 50px;
}

.kontakt-osoba-singl {
    border-left: 1px solid #0e416a;
    padding-left: 10px;
    color: #0e416a;
    margin-bottom: 20px;
    min-height: 66px;
}

.kontakt-osoba-singl p {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 3px;
}

.kontakt-osoba-singl p b {
    white-space: nowrap;
}

/*input[placeholder] {*/
/*color: green;*/
/*font-size: 18px;*/
/*}*/

/*::-moz-placeholder {*/
/*color: green;*/
/*font-size: 18px;*/
/*}*/

/* firefox 19+ */
/*input:-moz-placeholder {*/
/*color: green;*/
/*font-size: 18px;*/
/*}*/

.section-header-small-bold-upper {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.section-header-small-bold {
    text-transform: none;
    font-weight: 700;
    margin: 0;
}

.section-header-small-thin {
    text-transform: none;
    font-weight: 400;
    margin: 0;
}

/* vesti */
.vest-prev-item {
    position: relative;
    margin-bottom: 34px;
    max-width: 214px;
}

.vest-prev-item-img {
    /*position: absolute;*/
    /*top: 0;*/
}

.vest-prev-item-text {
    padding: 12px;
    background-color: #f2f2f2;
    /*position: absolute;*/
    /*bottom: -10px;*/
    width: 100%;
    border-bottom: 5px solid #32a5d2;
}

.vest-prev-item a {
    text-decoration: none;
}

.vest-prev-item-title {
    color: #0e416a;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
}

.vest-prev-item-date {
    color: #1c1c1c;
}

.vest-prev-item-body {
    height: 36px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .vest-prev-item-body {
        height: 52px;
        overflow: hidden;
    }
}

.vest-prev-item-body p {
    font-size: 12px;
    margin: 0;
}

.vest-singl-img {
    margin-bottom: 20px;
}

.vest-singl-img img {
    max-width: 100%;
}

.vest-singl-date {
    color: #1c1c1c;
    font-weight: 600;
    margin: 0;
}

.vest-singl-title {
    color: #0e416a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    border-bottom: 2px solid #32a5d2;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0;
}

.vest-singl-subtitle {
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;

    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
}

/* album */
.album-title {
    line-height: 39px;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}

.album-singl-img {
    margin-bottom: 20px;
}

.staranica-priprema-logo {
    text-align: center;
}

.staranica-priprema-logo img {
    max-width: 100%;
}

.prijatelj-sajta-singl {
}

.prijatelj-sajta-body {
}

.prijatelj-sajta-img {
    float: left;
    margin-right: 30px;
    height: 140px;
}

.prijatelj-sajta-img a {
    /*	display: block;
height: 100%;*/
}

.prijatelj-sajta-img img {
    height: 140px;
}

.dan-short {
    display: none;
}

#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 74px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background-color: #0d4169;
    padding: 10px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.33);
}

#back-to-top .fa {
    font-size: 32px;
}

#back-to-top.show {
    opacity: 1;
}

.day-item-baner img {
    max-width: 100%;
}

.bx-wrapper {
    margin: 0;
}

a.at-svc-facebook {
    background-image: url(../img/facebook-icon.png) !important;
    width: 24px !important;
    height: 24px !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
}

.at4-icon.aticon-facebook {
    width: 24px !important;
    height: 24px !important;
    background-image: none !important;
}

a.at-svc-twitter {
    background-image: url(../img/twitter-icon.png) !important;
    width: 24px !important;
    height: 24px !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
}

.at4-icon.aticon-google_plusone_share {
    width: 24px !important;
    height: 24px !important;
    background-image: none !important;
}

a.at-svc-google_plusone_share {
    background-image: url(../img/google-icon.png) !important;
    width: 24px !important;
    height: 24px !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
}

.at4-icon.aticon-twitter {
    width: 24px !important;
    height: 24px !important;
    background-image: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.online-rezervacija-body .input-group.broj-osoba {
    width: 100%;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
    */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
#cboxOverlay {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(../img/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 25px;
    background: url(../img/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(../img/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(../img/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
    height: 25px;
    background: url(../img/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(../img/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
    width: 25px;
    background: url(../img/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
    width: 25px;
    background: url(../img/border2.png) repeat-y -25px 0;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
}

#cboxTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #999;
}

#cboxLoadingOverlay {
    background: #fff url(../img/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0px;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
  */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.ponuda-singl-slider {
    max-height: 351px;
    overflow: hidden;
}

.bx-wrapper {
    overflow: hidden;
}

.page-body a {
    color: #035994;
    text-decoration: underline;
}

.online-rezervacija-page {
}

.online-rezervacija-page .datepicker {
    background-color: #0e416a;
    color: #fff;
    border-radius: 0;
    padding: 40px 20px;
    height: 275px;
}

.online-rezervacija-page .datepicker td,
.online-rezervacija-page .datepicker th {
    width: 14.2%;
}

.online-rezervacija-page .datepicker table {
    width: 100%;
}

.online-rezervacija-page .bootstrap-select .btn-default {
    padding: 10px;
    background-color: #0e416a;
    color: #fff;
}

.online-rezervacija-page .bootstrap-select .filter-option {
    font-weight: bold;
    font-size: 16px;
}

.online-rezervacija-page .bootstrap-select .bs-icon {
    background-color: transparent;
    color: #fff;
}

.online-rezervacija-page .datepicker thead tr:first-child {
    font-size: 16px;
    padding-bottom: 15px;
}

.online-rezervacija-page .datepicker th {
    padding-bottom: 15px;
}

/* nova-god*/
.docek-prev {
    background-color: #f1f1f1;
    padding: 8px;
    margin-bottom: 20px;
    position: relative;
}

.docek-prev .col-img,
.docek-prev .col-data,
.docek-prev .col-opis {
}

.docek-prev .col-img {
    /*  	height: 138px;
width: 115px;*/
}

.docek-prev .col-img img {
    max-width: 100%;
    max-height: 100%;
}

.docek-prev .col-opis {
    /*float: right;*/
}

.docek-prev-opis p {
    margin: 0;
}

.docek-prev-img {
    float: left;
    margin-right: 10px;
}

.col-img {
    width: 150px;
    float: left;
}

.col-data {
    width: 100%;
    /*float: left;*/
}

.docek-prev-opis {
    display: table;
}

.docek-prev-opis p {
    margin-bottom: 6px;
    font-size: 13px;
    float: left;
    width: 100%;
}

.col-data .docek-prev-program-naziv {
    width: 60px;
    float: left;

    display: table-cell;
}

.col-data .docek-prev-program-opis {
    float: left;
    display: table-cell;
}

.docek-prev:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.docek-prev a {
    color: #333;
    display: block;
}

.docek-prev a:hover {
    text-decoration: none;
}

.docek-prev-title {
    margin: 0;
    margin-bottom: 10px;
}

.docek-prev-title {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #0d4169;
    /*font-weight: bold;*/
}

.docek-prev-program-naziv {
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #0e416a;
    font-family: "Oswald", sans-serif;
}

.docek-prev-bottom-bar-wrapp {
    text-align: center;
}

.docek-prev-bottom-bar {
    display: inline-block;
    margin: 15px auto 0 auto;
}

.bottom-bar-col {
    min-width: 115px;
    background-color: #0e416a;
    color: #fff;
    float: left;
    margin-right: 8px;
    line-height: 18px;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    padding: 5px;
}

.bottom-bar-col a {
    color: #fff;
}

.docek-prev-cena-big {
    font-size: 14px;
}

.docek-prev .btn-opsirnije {
    position: absolute;
    bottom: 10px;
    right: 10px;
    min-width: 115px;
    background-color: #0e416a;
    color: #fff;
    float: left;
    margin-right: 8px;
    line-height: 18px;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    padding: 5px;
}

.docek-prev .btn-opsirnije a {
    color: #fff;
}

.sidebar-baner-nova-god {
    text-align: center;
    margin-left: -35px;
    margin-right: -35px;
}

.nova-god-baner {
    margin-bottom: 3px;
    display: inline-block;
}

@media (min-width: 768px) {
    .sidebar-baner-nova-god {
        margin-left: 0;
        margin-right: 0;
    }

    .nova-god-baner {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.nova-god-baner img {
    width: 170px;
    height: 75px;
}

.docek-prev .col-opis {
    /*width: 100%;*/
    margin-top: 0;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 42px;
}

.docek-prev .col-opis:hover {
    background-color: #035994;
    color: #fff;
}

.bottom-bar-col-opsirnije {
    position: absolute;
    left: 8px;
    top: 161px;

    width: 140px;
}

.bottom-bar-col-reervacija {
    position: absolute;
    left: 8px;
    top: 199px;
    width: 140px;
}

.footer-bottom-line-container {
    display: block;
    font-size: 14px;
    color: #fff;
}

.footer-bottom-line-container .copyright,
.footer-bottom-line-container .signature {
    padding: 6px 0;
    color: #fff;
}

.footer-bottom-line-container .signature a {
    color: #fff;
    background-image: url(../img/apaone-logo-white.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .footer-bottom-line-container {
        display: flex;
        justify-content: space-between;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .ponuda-singl .gallery-item {
        width: 100%;
        float: none;
    }

    .day-item {
        /*height: 220px;*/
        background-color: #ededed;
        margin-bottom: 21px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 300px;
    }

    .container {
        width: 100%;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 300px;
        /*background-color: #f5f5f5;*/
    }

    body > .page-wrapp {
        /*padding: 60px 15px 0;*/
    }

    #site-nav-top .navbar-collapse .navbar-nav li {
        width: 12.5%;
        /*width: 14.28%;*/
        display: block;
    }

    .navbar-nav {
        float: none;
    }

    #site-header {
        height: 120px;
        background-image: url(../img/header-bg.png);
        background-repeat: repeat-x;
    }

    .site-header-inner {
        height: 120px;
        position: relative;
        /*background-image: url(../img/site-header-bg.png);*/
        /*background-image: url(../img/site-header-bg-1.png);*/
        background-image: url(../img/site-header-bg-no-LOGO-1.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .site-header-inner > .container {
        padding: 0;
    }

    #site-header .container-inner {
        height: 120px;
    }

    #site-header .lang-select {
        position: absolute;
        right: 35px;
        top: 10px;
    }

    #site-header .social-links {
        position: absolute;
        right: 250px;
        bottom: 15px;
    }

    #site-header .social-links_en {
        right: 330px;
    }

    #site-header .broj-rezeracije {
        position: absolute;
        right: 35px;
        bottom: 15px;
    }

    .broj-rezeracije .broj-rezeracije-icon {
        background-image: url(../img/image-sprite.png);
        height: 48px;
        width: 31px;
        background-position: -10px -12px;
        display: inline-block;

        float: left;
    }

    .broj-rezeracije .broj-rezeracije-text {
        float: left;
        margin-left: 5px;
        text-align: right;
    }

    #site-nav-top {
        height: 87px;
        background-image: url(../img/nav-bg.png);
        background-repeat: repeat-x;
    }

    .navbar-kudaveceras {
        border: none;
        border-radius: 0;
        margin-bottom: 0;
    }

    #site-nav-top .navbar-collapse .navbar-nav li {
        border-right: 2px solid #32a5d2;
    }

    #site-nav-top .navbar-collapse .navbar-nav li.nova-god a {
        /* background-color: #B6016C; */
    }

    #site-nav-top .navbar-collapse .navbar-nav li.nova-god a .icon-ico20:before {
        color: #fff;
    }

    #site-nav-top .navbar-collapse .navbar-nav li:last-child {
        border-right: none;
    }

    #site-nav-top .navbar-collapse .navbar-nav li a {
        display: block;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        padding: 0;
        text-align: center;
        height: 87px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .navbar-kudaveceras a .nav-icon {
        display: block;
        font-size: 42px;
        padding-top: 10px;
        font-weight: normal;
    }

    .navbar-kudaveceras a .text {
        display: block;

        padding-top: 6px;
    }

    #site-nav-top .navbar-collapse .navbar-nav li.active a,
    #site-nav-top .navbar-collapse .navbar-nav li a:hover,
    #site-nav-top .navbar-collapse .navbar-nav li a:focus {
        border-bottom-color: #32a5d2;
        background-color: #0d4169;
    }

    .footer-content {
        /*height: 266px;*/
    }

    .footer {
        background-image: url(../img/footer-bg.png);
        background-size: contain;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
        width: 100%;
    }

    .form-inline .form-group {
        display: inline-block;
        /*margin-bottom: 0;*/
        vertical-align: middle;
        width: 100%;
    }

    .ponuda-singl .online-rezervacija-body {
        min-height: 351px;
    }

    .commennt-fileds-wrapp {
        margin-left: 120px;
    }

    .antibot-pitanje-wrapp {
        margin-left: 120px;
    }

    .bx-wrapper,
    .bx-viewport {
        /*height: 351px !important;*/
        overflow: hidden;
    }

    .docek-prev .col-opis {
        /*	width: 100%;
	margin-top: 15px;*/
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .content-sidebar-right-page {
        /*min-height: 1333px;*/
        /*padding-bottom: 120px;*/
    }

    .baner-bottom.pos-bottom {
        position: absolute;
        bottom: 0;
    }

    .docek-prev .col-opis {
        /*	width: 310px;
	margin-top: 0;*/
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1010px;
    }

    .navbar-kudaveceras > .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-kudaveceras > .navbar-collapse {
    }

    #site-nav-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .content-sidebar-right-page {
        /*min-height: 1233px;*/
        /*padding-bottom: 120px;*/
    }

    .docek-prev .col-opis {
        /*width: 330px;*/
    }

    .nova-god-list .col-img {
        width: 150px;
        float: left;
    }

    .nova-god-list .col-data {
        float: left;
        width: 306px;
    }

    .nova-god-list .col-opis {
        width: 200px;
        float: right;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .home-slider {
        /*height: 440px;*/
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .site-header-inner {
        height: 120px;
        position: relative;
        /*   background-image: url(../img/site-header-bg.png);*/
        background-position: center left;
        background-repeat: no-repeat;
    }

    .navbar-kudaveceras a {
        display: block;
        overflow: hidden;
    }

    .navbar-kudaveceras .navbar-nav > li > a {
        padding-left: 10px;
    }

    .navbar-kudaveceras a:before {
        display: table;
        content: " ";
    }

    .navbar-kudaveceras a:after {
        clear: both;
        display: table;
        content: " ";
    }

    .navbar-kudaveceras a .nav-icon {
        font-size: 32px;
        /*float: left;*/
    }

    .navbar-kudaveceras a .text {
        font-size: 12px;
        padding: 6px 10px;
        float: left;
    }

    #home-days .nav-tabs li a .dan {
        font-size: 12px;
    }

    .home-slider {
        height: auto;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .newsletter {
        margin-top: 30px;
    }

    .day-item

;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 860px) {
    .social-links {
        width: 170px;
    }

    .navbar-dani li a .dan,
    #home-days .nav-tabs li a .dan {
        font-size: 14px;
    }

    .docek-prev-cena-big {
        width: 100%;
    }

    .docek-prev-cena-big .cena {
        font-size: 22px;
    }

    .docek-prev-cena-big .tel {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .tab-pane.active {
        max-width: 520px;
        margin: 0 auto;
    }

    .dan-short {
        display: block;
    }

    #site-header {
        display: none;
    }

    .navbar-kudaveceras {
        background-image: url(../img/mob-heder-bg.jpg);
        background-repeat: repeat-x;
        background-position: left top;
    }

    .navbar-kudaveceras.navbar {
        margin-bottom: 0;
    }

    .navbar-kudaveceras .navbar-toggle {
        background-color: #009dda;
        border: 1px solid #0c416b;
        padding: 11px 8px;
        margin-top: 46px;
        margin-right: 20px;
    }

    .day-item-title h2 {
        font-size: 14px;
    }

    .day-item-text {
        /*bottom: -75px;*/
        height: auto;
        position: absolute;
    }

    .col-xs1-tri {
        width: 33.33%;
        float: left;
    }

    .col-xs1-2tri {
        width: 66%;
        float: left;
    }

    .day-item {
        margin-bottom: 20px;
        /*max-width: 220px;*/
        min-height: 170px;
    }

    .navbar-kudaveceras .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        border-radius: 1px;
        margin-bottom: 5px;
        background-color: #004382;
    }

    .navbar-kudaveceras .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }

    .navbar-kudaveceras .navbar-header {
        /*background-image: url(../img/mob-heder.jpg);*/
        background-repeat: no-repeat;
        background-position: left top;
        height: 111px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-brand {
        padding: 0;
        width: 240px;
        height: 100%;
    }

    .navbar-dani li a .datum,
    #home-days .nav-tabs li a .datum,
    .navbar-dani li a .dan,
    #home-days .nav-tabs li a .dan {
        display: none;
    }

    .navbar-dani .navbar-nav {
        margin: 0;
    }

    #list-days {
        background-color: transparent;
    }

    #navbar-footer .navbar-nav {
        margin: 10px 0;
    }

    #navbar-footer .navbar-nav li {
        background-color: #035994;
        border-bottom: 2px solid #32a5d4;
    }

    #navbar-footer .navbar-nav li a {
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    #navbar-footer .navbar-nav li a .icon-ico20:before {
        color: #fff;
    }

    #navbar-footer .navbar-nav li a .nav-icon {
        font-size: 32px;
        margin-right: 15px;
        margin-left: 10px;
    }

    #navbar-footer .navbar-nav li a:focus,
    #navbar-footer .navbar-nav li a:hover {
        background-color: #32a5d4;
    }

    .footer-content .social-links {
        text-align: center;
    }

    .broj-rezeracije-xs .broj-rezeracije-icon {
        background-image: url(../img/image-sprite.png);
        height: 61px;
        width: 36px;
        background-position: -10px -69px;
        display: inline-block;
        float: left;
    }

    .broj-rezeracije-xs {
        width: 90%;
        background-color: #35a4d2;
        padding: 20px;

        margin: 0 auto;
        border: 1px solid #0c416b;
        border-radius: 4px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .broj-rezeracije-xs__inner {
        margin: 0 auto;
        width: 220px;
    }

    .broj-rezeracije-xs {
        margin: 20px auto 20px auto;
        width: 50%;
        min-width: 260px;
    }

    .footer-inner .broj-rezeracije-xs {
        margin: 20px auto 160px auto;
        width: 50%;
        min-width: 260px;
    }

    .broj-rezeracije-xs .broj-rezeracije-text-line.line-1 {
        font-size: 20px;
    }

    .broj-rezeracije-xs .broj-rezeracije-text-line.line-2 {
        font-size: 29px;
        line-height: 30px;
    }

    .section-header {
        margin-left: -35px;
        margin-right: -35px;
    }

    .komentar-field .arrow-left,
    .komentar-field .arrow-left-1 {
        display: none;
    }

    #ponuda-singl-comment .section-header {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #ponuda-singl-comment .section-header .part-left,
    #ponuda-singl-comment .section-header .part-right {
        text-align: center;
        float: none;
    }

    .footer-menu-col {
        color: #fff;
        border-left: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .footer-menu-col h3 {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .footer-menu-col ul li {
        display: inline-block;
    }

    .footer-menu-col ul li a:after {
        content: "|";
        padding: 0 5px;
    }

    .footer-menu-col ul li:last-child a:after {
        content: "";
        padding: 0;
    }

    .nova-god-list__banner-sec-1,
    .nova-god-list .objekti-svi-body {
        margin-right: -35px;
        margin-left: -35px;
    }

    .docek-prev {
        position: relative;
    }

    .docek-prev-opis {
        /*margin-left: 124px*/
    }

    .docek-prev-main {
        /*margin-bottom: 30px;*/
    }

    .bottom-bar-col {
        margin-bottom: 10px;
    }

    .docek-prev-bottom-bar {
        width: 100%;
    }

    .day-item-img {
        position: static;
    }

    .day-item-text {
        position: static;
    }

    .day-item-title {
        height: 40px;
    }

    .day-item-title h3 {
        line-height: 16px;
        height: 34px;
        font-size: 16px;
        overflow: hidden;
    }

    .day-item .day-placeholder-img {
        display: none;
    }

    .day-item-title h3 a {
        font-size: 13px;
    }

    .day-item-subtitle {
        height: 28px;
        overflow: hidden;
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .day-item-subtitle p {
        font-size: 12px;
        line-height: 14px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
}

/*
docek-prev__media
 */
.docek-prev__media {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 20px;
    border-bottom: 2px solid #035994;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
}

.docek-prev__media:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.docek-prev__media-text-col-1 {
    padding-top: 10px;
}

.docek-prev__media-image-link {
    width: 100px;
    display: block;
}

@media only screen and (min-width: 400px) {
    .docek-prev__media-image-link {
        width: 120px;
    }
}

.docek-prev__media-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #0d4169;
    font-weight: 500;
}

.docek-prev__link:hover {
    text-decoration: none;
}

.btn-prim {
    background-color: #0e416a;
    color: #fff;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.btn-prim:hover {
    color: #fff;
    background-color: #12558c;
}

/**

 */

.docek-prev__media-data p {
    margin-bottom: 5px;
}

.docek-prev__media-data.docek-prev__media-text-col-1 p:last-child {
    margin-bottom: 0;
}

.user-image {
    float: left;
    width: 80px;
}

.user-image img {
    margin-left: -20px;
}

@media only screen and (min-width: 480px) {
    .user-image {
        width: 120px;
    }

    .user-image img {
        margin-left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .col-xs2-dva {
        width: 50%;
        float: left;
    }

    .col-xs2-ceo {
        width: 100%;
    }

    .page-content > .container {
        background-color: #fff;
        /*padding: 0 0px;*/
    }

    #list-days,
    #home-days .nav-tabs {
    }

    .album-singl-body,
    .ponuda-singl-video,
    .ponuda-singl-lokacija,
    #ponuda-singl-gallery,
    .slicna-mesta-wrapp,
    #ponuda-singl-comment,
    .ponuda-singl-opis,
    .ponuda-singl-program,
    .najposeceniji-klubovi-body,
    .objekti-svi-body {
    }

    .ponuda-singl-program-body {
    }

    .home-slider {
        margin-bottom: 20px;
    }

    .slicna-mesta {
        /*min-height: 228px;*/
        /*background-color: #0e416a;*/
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 510px) {
}

@media only screen and (max-width: 300px) {
    .col-xs2-dva {
        /*		width: 100%;
float: none;*/
    }

    /*.docek-prev-bottom-bar{
		float: left;
		width: 125px;
		position: absolute;
		top: 115px;
		left: 0;
		}*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .day-item {
        margin-bottom: 20px;
        max-width: 220px;
        margin: 0px auto 20px auto;
        min-height: 155px;
    }
}

.vest-singl-body img {
    max-width: 100%;
    height: auto;
}

.ponuda-singl-opis-body img {
    max-width: 100%;
    height: auto;
}

.ponuda-singl-opis-body iframe {
    max-width: 100%;
    /*height: auto;*/
    max-height: 300px;
}

/*  prev-col   */
.docek-prev .prev-col-half-wrap {
    float: left;
    width: 80%;
}

.docek-prev-main {
    position: relative;
}

.docek-prev .prev-col-half {
    width: 100%;
}

.docek-prev .col-data {
    padding-left: 10px;
    padding-right: 10px;
}

.col-img {
    width: 20%;
    float: left;
}

@media (min-width: 650px) {
    .docek-prev .prev-col-half {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        float: left;
    }

    .docek-prev-main {
        min-height: 140px;
    }

    .docek-prev .prev-col-half-wrap {
        padding-left: 150px;
        width: 100%;
    }

    .docek-prev .prev-col-half {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .docek-prev .prev-col-half {
    }
}

@media (min-width: 1200px) {
    .docek-prev .prev-col-half {
        width: 50%;
        float: left;
    }
}

a .at-icon-wrapper {
    cursor: pointer;
    display: none;
}

.obj_content {
    position: relative;
}

.oc_col {
    float: left;
}

.oc_col_left {
}

.oc_col_right {
}

.nova-god-page .oc_col_left {
    margin-right: 190px;
    width: auto;
}

.sidebar-baner {
    display: none;
}

.nova-god-page .sidebar-baner {
    display: block;
}

.nova-god-page .oc_col_right {
    position: absolute;
    right: 0;
    width: 190px;
}

.col-third,
.col-fourth {
    width: 50%;
}

.nova-god-page .col-third {
    width: 100%;
}

@media (min-width: 500px) {
    .nova-god-page .col-third {
        width: 50%;
    }

    .col-fourth {
        width: 25%;
    }

    .col-third {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .nova-god-page .col-third {
        width: 33.33%;
    }

    .sidebar-baner {
        display: block;
    }
}

@media (min-width: 1200px) {
}

/* ---------------------------------------------------------------------------------------------------------------------
    ponuda-singl-v1
--------------------------------------------------------------------------------------------------------------------- */
.psv1__sec-header {
    margin-bottom: 20px;
}

.psv1__logo img {
    max-width: 100%;
}

.psv1__logo {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .psv1__logo {
        margin-bottom: 0;
    }
}

.psv1__logo-mob {
    display: block;
}

.psv1__logo-desk {
    display: none;
}

@media (min-width: 768px) {
    .psv1__logo-mob {
        display: none;
    }

    .psv1__logo-desk {
        display: block;
    }
}

.psv1__title-wrap {
    border-bottom: 1px solid #035994;
    color: #035994;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: baseline;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.psv1__title-wrap a {
    color: #035994;
    margin-right: 10px;
}

.psv1__title-wrap h1 {
    /*float: left;*/
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 32px;
}

.psv1__title-wrap .cenovnik-titlle {
    /*float: left;*/
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 32px;
    display: inline-block;
}

.psv1__title-wrap .cenovnik-titlle__mob {
    font-size: 18px;
}

.cenovnik-titlle__cenovnik {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
}

.psv1__title-wrap .section-header-icon {
    /*float: left;*/
    position: static;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
}

.psv1__reservation-text {
    font-size: 18px;
    line-height: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.psv1__stars {
    margin-left: 0;
}

@media (min-width: 992px) {
    .psv1__stars {
        margin-left: auto;
    }
}

.psv1__stars .rating-container {
    /*color: #035994;*/
    font-size: 14px;
}

.psv1__stars .rating-container .rating-stars {
    color: #035994;
    font-size: 14px;
}

.psv1__stars .rating-container .rating-stars:before {
    text-shadow: none;
}

.psv1__stars .broj-glasova {
    font-size: 14px;
    color: #035994;
}

.psv1__header-content {
}

/* psv1__mob */

.psv1__mob-title-wrap {
    background-color: #035994;
    color: #fff;
    padding: 10px;
    position: relative;
}

.psv1__mob-title-wrap .section-header-icon {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.psv1__mob-title-text {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
    display: inline-block;
}

.psv1__mob-reservation-text {
    display: inline-block;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
}

.psv1__mob-reservation-text a {
    color: #fff;
}

.psv1__mob-stars {
    display: inline-block;
}

.psv1__mob-stars .rating-container {
    color: #2b83aa;
    font-size: 14px;
    text-shadow: none;
}

.psv1__mob-stars .rating-container .rating-stars {
    color: #32a5d2;
    font-size: 14px;
    text-shadow: none;
}

.psv1__mob-stars .rating-container .rating-stars:before {
    text-shadow: none;
}

.psv1__mob-stars .broj-glasova {
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__meta
--------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
}

.psv1__header-content .psv1__meta-box {
    min-height: 57px;
}

.psv1__meta-box {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    line-height: 18px;
}

.psv1__meta-box p {
    margin: 0;
}

.psv1__meta-icon {
    height: 40px;
    width: 40px;
    /*border-radius: 40px;*/
    /*border: 3px solid #035994;*/
    color: #035994;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.psv1__meta-icon span {
}

.psv1__meta-content {
    margin-left: 48px;
}

.psv1__meta-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

.psv1__meta-title.letter-spacing-negative-1 {
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .psv1__meta-col {
        width: 50%;
        float: left;
    }
}

@media (max-width: 480px) {
    .psv1__meta-col {
        width: 100%;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__widget
--------------------------------------------------------------------------------------------------------------------- */
.psv1__widget {
    margin-bottom: 30px;
}

.psv1__mob-accordion-program {
    margin-bottom: 40px;
}

.psv1__widget img {
    max-width: 100%;
}

.psv1__widget-header {
    position: relative;
    border-bottom: 1px solid #035994;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.psv1__widget-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #035994;
}

.psv1__widget-header .subtitle-icon {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 23px;
    color: #035994;
}

.psv1__widget-header.psv1__widget-header-icon .psv1__widget-title {
    margin-left: 36px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    accordion-program
--------------------------------------------------------------------------------------------------------------------- */
.psv1__widget-body .panel-group {
    margin-bottom: 10px;
}

.psv1__widget-body .panel-group .panel + .panel {
    margin: 0;
}

.panel-program .panel-heading {
    background-color: #035994;
    color: #fff;
}

.panel-program .panel-heading.accordionPannelActive {
    background-color: #b6016c;
}

a.accordion-title:focus {
    color: inherit;
    text-decoration: none;
}

.panel-default > .panel-heading {
    background-image: none;
}

a.accordion-title:hover {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

.panel-default > .panel-heading {
    background-image: none;
}

.accordion-title {
    display: block;
}

.panel-program .panel-heading {
    border-radius: 0;
}

.panel-program .panel-title,
.panel-program .panel-body,
.accordion-program-rezervisi {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.panel-program .panel-body {
    background-color: #e6e6e6;
    padding: 30px 10px;
    font-size: 18px;
}

.accordion-program-rezervisi {
    background-color: #32a5d2;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.accordion-program-rezervisi-tel {
    padding: 0 5px;
    font-size: 16px;
}

.btn-online-reservation {
    background-color: #32a5d2;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 26px;
}

.white-popup-block {
    background: #fff;

    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.psv1__modal-header {
    background-color: #0e416a;
    color: #fff;
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
}

.psv1__modal-body {
    padding: 20px 30px;
}

.psv1__modal-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.psv1__modal-place-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.psv1__modal-desc {
    font-size: 14px;
    padding-top: 10px;
    opacity: 0.7;
}

.psv1__modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__widget-cenovnik
--------------------------------------------------------------------------------------------------------------------- */
.psv1__widget-cenovnik {
}

.psv1__widget-cenovnik-link {
    display: block;
    background-color: #035994;
    color: #fff;
    padding: 20px;
    position: relative;
}

a.psv1__widget-cenovnik-link:hover,
a.psv1__widget-cenovnik-link:focus {
    text-decoration: none;
    background-color: #0d4169;
    color: #fff;
}

.psv1__widget-cenovnik-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 70px;
    line-height: 70px;
}

.psv1__widget-cenovnik-body {
    /*margin-left: 70px;*/
    text-transform: uppercase;
    text-align: center;
}

.psv1__widget-cenovnik-title {
    margin: 0;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}

.psv1__widget-place-title {
    font-weight: 700;
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__newsletter
--------------------------------------------------------------------------------------------------------------------- */
.psv1__newsletter {
    background-color: #035994;
    color: #fff;
    padding: 20px;
    position: relative;
}

.psv1__newsletter-headr {
    margin-right: 50px;
}

.psv1__newsletter-icon {
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 40px;
    line-height: 40px;
}

.psv1__newsletter-title {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

#psv1__newsletter-form .form-control {
    border-radius: 0;
    border: none;
}

.psv1__newsletter-input {
    padding: 15px;
    height: 50px;
}

input[type="email"].psv1__newsletter-input::-webkit-input-placeholder {
    color: #a8a9ad;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__main
--------------------------------------------------------------------------------------------------------------------- */
.psv1__main-title {
    color: #035994;
    text-transform: uppercase;
    font-weight: 700;
    /*margin: 0;*/
}

@media (max-width: 767px) {
    .psv1__main-title {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #035994;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__table-blue
--------------------------------------------------------------------------------------------------------------------- */
.psv1__table-blue {
    background-color: #e6e7eb;
    margin: 0;
}

.psv1__table-blue th {
    background-color: #32a5d2;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.psv1__table-blue td {
    color: #035994;
}

.psv1__table-blue td:first-child {
    font-weight: 700;
}

.psv1__table-blue.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #d2d3d7;
}

.psv1__table-desc {
    background-color: #a8a9ad;
    color: #fff;
    padding: 40px 20px 20px 20px;
}

.psv1__table-desc-small {
    padding: 20px;
}

.psv1__table-desc-small .psv1__table-desc-title {
    margin-bottom: 5px;
}

.psv1__table-desc-title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.psv1__table-desc-item {
    margin-bottom: 20px;
}

.psv1__table-desc-sub-title {
    font-weight: 700;
    margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------
    psv1__slider-wrap
--------------------------------------------------------------------------------------------------------------------- */
#psv1__slider-wrap {
    border-bottom: 1px solid #035994;
    border-top: 1px solid #035994;
}

@media (max-width: 767px) {
    #psv1__slider-wrap {
        margin-bottom: 20px;
    }
}

.psv1__slider {
    display: none;
}

.psv1__slider.slick-initialized {
    display: block;
}

.psv1__slider-item img {
    max-width: 100%;
    padding: 5px;
}

/* psv1__mob-slider-wrap */
.psv1__mob-slider-wrap {
    border-bottom: 1px solid #035994;
    border-top: 1px solid #035994;
    margin-bottom: 20px;
}

/* Slick Slider */
.slick-loading .slick-list {
    background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;

    opacity: 0.75;
    color: red;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f053";
}

[dir="rtl"] .slick-prev:before {
    content: "\f053";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f054";
}

[dir="rtl"] .slick-next:before {
    content: "\f054";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
    border-radius: 20px;

    content: "";
    text-align: center;

    opacity: 1;
    color: black;
    background-color: transparent;
    border: 2px solid #035994;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color: #035994;
    border: 2px solid #035994;
    opacity: 1;
    color: black;
}

/**
Cenovnik Single Strana
 */
.price-popup img {
    max-width: 100%;
}

.cenovnik-back-link-wrap {
    margin-top: 30px;
}

.cenovnik-back-link {
    padding: 8px 18px;
    background-color: #32a5d2;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.cenovnik-back-link:hover {
    text-decoration: none;
    color: #333;
}

.mailchimp-modal-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.mailchimp__iframe-mfp .white-popup-block {
    background-color: #0e416a;
    color: #fff;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.mfp-content #mc_embed_signup form {
    padding: 20px;
}

.mfp-content #mc_embed_signup .mc-field-group {
    padding-bottom: 0;
    min-height: 0;
    width: 100%;
}

.mfp-content #mc_embed_signup input {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    background-color: #fff;
    color: #0e416a;
    border-radius: 0;
    height: 46px;
    border: none;
    width: 100%;
}

.mfp-content #mc_embed_signup .button {
    width: auto;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    outline: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #32a5d2;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 26px;
}

.mfp-content #mc_embed_signup .button:hover {
    background-color: #2c8ab1;
    color: #333;
}

.mfp-content #mc_embed_signup .indicates-required {
    text-align: left;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
}

.mfp-content #mc_embed_signup .mce_inline_error {
    background-color: #b6016c;
    color: #fff;
}

.mfp-content #mc_embed_signup .asterisk {
    color: #b6016c;
}

#mailchimp-modal .popup-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 32px;
}

.btn-home-newsletter {
    position: relative;
    padding: 1px 0;
}

.btn-home-newsletter span {
    padding: 1px 0;
    font-size: 42px;
    position: absolute;
    bottom: -3px;
    background: #12416a;
    right: -1px;
    /* border-radius: 50px; */
    padding: 7px;
}

.btn-home-newsletter:hover span {
    color: #fff;
}

.ponuda-singl-v1 .mfp-wrap {
    /*background-image: url("../img/brendiranje-test-1.png");*/
}

.mfp-image-holder .mfp-close {
    right: 7px;
    top: -36px;
}

.mfp-image-holder .mfp-bottom-bar {
    margin-top: 0;
    background-color: #fff;
    padding: 14px 10px;
}

.mfp-image-holder .mfp-bottom-bar .mfp-title,
.mfp-image-holder .mfp-bottom-bar .mfp-counter {
    color: #12416a;
}

.mfp-image-holder .mfp-bottom-bar .mfp-counter {
    top: 4px;
    right: 20px;
}

img.mfp-img {
    padding: 0;
    border: 5px solid #fff;
}

.psv1__main img {
    max-width: 100%;
}

#video-list {
    border-bottom: 1px solid #035994;
    border-top: 1px solid #035994;
    padding: 5px 0;
}

.video-wrap {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .video-wrap {
        width: 100%;
        float: left;
    }
}

.video-wrap a {
    display: block;
    padding: 5px;
}

a.video-link {
    position: relative;
}

a.video-link:hover .video-link__icon {
    transform: scale(1.22);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-link__icon {
    transition: all 0.2s ease-in-out;
    transform-origin: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #cc181e;
    font-size: 42px;
    /*transform: translate(-50%, -50%);*/
    margin-left: -21px;
    margin-top: -21px;
}

.video-wrap a img {
    max-width: 100%;
}

.sticky-banner-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 600;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.sticky-banner-bottom.alert-dismissible .close {
    position: absolute;
    top: 10px;
    font-size: 32px;
    color: #fff;
    right: 20px;
    opacity: 1;
    box-shadow: none;
    z-index: 50;
}

.sticky-banner-inner {
    position: relative;
}

.sticky-banner__link {
    position: relative;
    display: block;
    text-align: center;
    z-index: 40;
}

.sticky-banner-bottom.alert-dismissible a img {
    display: inline-block;
}

.psv1__sidebar-2 {
    padding-top: 12px;
}

.prostor-single__mob-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.prostor-single__sidebar {
    padding-top: 28px;
}

.prostor-single__sidebar-widget {
    margin-bottom: 40px;
}

.prostor-video {
}

.prostor-sub-title {
    background-color: #035994;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
}

.p__dodatne-info {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.p__dodatne-info .fa {
    margin-right: 15px;
}

.psv1__slider-nav-item img {
    display: block;
    padding: 5px;
}

.slider-nav-wrap {
    margin-right: -3px;
    margin-left: -5px;
    margin-top: 5px;
}

.slider-nav {
}

.prostor-list__filter-sec {
    padding: 11px 20px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.157);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.157);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.157);
}

@media (max-width: 767px) {
    .prostor-list__filter-sec {
        margin-bottom: 20px;
    }
}

/*.prostor-list__filter-sec {*/
/*!*width: 100%;*!*/

/*padding: 11px 20px;*/
/*!*box-sizing: border-box;*!*/

/*}*/

.single-post-nav {
}

/*.single-post-nav__item-link {*/
/*width: 300px;*/
/*display: block;*/
/*}*/

@media (min-width: 768px) {
    .single-post-nav__item-link {
        width: 300px;
        display: block;
    }

    .single-post-nav__icon {
        font-size: 80px;
    }
}

.single-post-nav__item-link:hover {
    text-decoration: none;
}

.single-post-nav__media-body {
    text-align: center;
}

.single-post-nav__media-heading {
    font-size: 24px;
    font-weight: 700;
}

.prostor-list__filter-checkboxes .radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.prostor-filter__checkbox-inline {
    margin-right: 15px;
    font-size: 16px;
}

.nova-god-list__banner-sec-1 {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .prostor-filter__checkbox-inline {
        margin-right: 0;
        display: block;
    }
}

.novg-meta-box__list {
    margin-bottom: 40px;
}

.novg-meta-box__item {
    display: grid;
    grid-template-columns: 100px auto;
    margin-bottom: 6px;
}

.novg__meta-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.novg__meta-text {
    margin: 0;
}

.novg-gallery__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.novg-gallery__item {
    position: relative;
    padding: 5px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.novg__widget-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #035994;
}

.docek-prev__short-text {
    display: none;
}

@media (min-width: 768px) {
    .docek-prev__short-text {
        display: block;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Search Popup */
/*--------------------------------------------------------------------------------------------------------------------*/
.search-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
}

.search-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 50px;
    padding-top: 200px;
    max-width: 1024px;
    margin: 0 auto;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.8);
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control {
    position: relative;
    height: 70px;
    padding: 20px 20px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 20px;
    color: #233145;
    margin: 0;
    border-radius: 0;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    padding: 20px 10px 20px 10px;
    color: #fff;
    background: #035994;
    line-height: 30px;
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-radius: 0;
}

@media (max-width: 599px) {
    .search-popup .search-form fieldset input[type="submit"] {
        position: static;
        width: 100%;
        margin: 0;
        border: none;
    }
}

.search-popup .search-form fieldset input[type="submit"]:hover,
.search-popup .search-form fieldset input[type="submit"]:focus {
    cursor: pointer;
}

.search-popup h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.search-popup .recent-searches {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-search,
.btn-navbar-toggle {
    color: #fff;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: #0d4169;
    text-decoration: none;
}

.btn-search:hover,
.btn-navbar-toggle:hover {
    color: #fff;
    background-color: #32a5d2;
    text-decoration: none;
}

.mob-btn-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.mob-btn-list a,
.mob-btn-list button {
    margin: 0;
}

@media (max-width: 991px) {
    body {
        margin-bottom: 450px;
    }

    .footer {
        height: 450px;
    }

    .social-links {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    body {
        margin-bottom: 0;
    }

    .footer {
        height: initial;
    }
}

/* ------------- call_center SATRT -----------------------------------------------------------------------------------*/
.call_center_nav {
    background-color: #32a5d2;
}

.call_center_nav-header {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-top: 1px solid #246c90;
    padding-top: 10px;
    padding-bottom: 15px;
}

.call_center_nav-body .btn_call-icon-wrap {
    float: none;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #246c90;
}

.call_center_nav-body .btn_call-icon {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.call_center_nav-body .btn_call-icon-phone {
    /*color: #dd3334;*/
    /*background-color: #fff;*/
}

.btn_call-icon-phone {
    /*background-color: #dd3334;*/
}

.btn_call-icon-whatsapp {
    /*background-color: #30bf39;*/
}

.btn_call-icon-viber {
    /*background-color: #7b519d;*/
}

/* ------------- call_center END -------------------------------------------------------------------------------------*/

.psv1-info-box-1__sec {
    text-align: center;
}

.psv1-info-box-1 {
    display: block;
    background-color: #035994;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.psv1-info-box-1 p {
    margin: 0;
}

.ponuda-singl-h1-section-header .nova-god-single__header-icon {
    font-size: 28px;
    line-height: 28px;
    top: 14px;
}

.btn.normal-case {
    text-transform: none;
}

.ntn-docek-prev__more {
    font-weight: 700;
}

.docek-prev__mob-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.docek-prev__media-body {
    position: relative;
}

.docek-prev__media-text-col-2 {
    padding-bottom: 40px;
}

.ntn-docek-prev__more-desk {
    position: absolute;
    right: 5px;
    bottom: 2px;
    z-index: 5;
}

@media (max-width: 768px) {
    .docek-prev__media-left {
        position: relative;
    }

    .ntn-docek-prev__more-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-right: 10px;
        width: 100%;
    }
}

.docek-prev_call-icon-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.docek-prev_call-icon-spacer {
    height: 50px;
}

.proslava-prev__media-sec {
    position: relative;
}

.proslava-prev__media {
}

.proslava-prev__sec-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.proslava-prev__phone-link {
    position: relative;
    z-index: 50;
}

.psv1__wysiwyg a {
    color: #005596 !important;
    font-weight: 700;
    text-decoration: underline;
}

.mapouter {
    position: relative;
    text-align: right;
    /*height: 500px;*/
    /*width: 100%;*/
}

.gmap_canvas {
    /*overflow: hidden;*/
    /*background: none !important;*/
    /*height: 500px;*/
    /*width: 100%;*/
}

iframe#gmap_canvas {
    width: 100%;
    height: 500px;
}

.nov-god-v2__location iframe#gmap_canvas {
    height: 352px;
}

.banner-item__190 {
    width: 190px;
    height: 90px;
}

.banner-item__full {
}

.banner-sec__5x4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    /*grid-template-rows:repeat(5, 90px);*/
    /*grid-column-gap:60px;*/
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    justify-items: center;
}

.banner-item__link {
    display: block;
    width: 96%;
    padding: 5px;
    margin-left: 2%;
}

.banner-item__link img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: initial;
}

@media (min-width: 767px) {
    .banner-sec__5x4 {
        /*display: grid;*/
        /*grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));*/
        /*grid-row-gap:10px;*/
    }
}

@media (min-width: 992px) {
    .banner-sec__5x4 {
        /*grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));*/
        /*grid-column-gap:60px;*/
        /*grid-row-gap:10px;*/
    }
}

@media (min-width: 1200px) {
    .banner-sec__5x4 {
        grid-template-columns: repeat(4, 1fr);
        /*grid-template-rows:repeat(5, 90px);*/
        /*grid-column-gap: 10px;*/
        /*grid-row-gap: 10px;*/
    }
}

.banner-sec__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.banner-item__col {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    .banner-item__col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .banner-item__col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.no-search-result__sec {
    min-height: 400px;
}

.no-search-result__message {
    font-size: 24px;
}

.search-usually__sec {
    padding: 30px 0 0 0;
    text-align: center;
}

.search-usually__link {
    border-color: #fff;
    background: #015994;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;
    border-width: 3px;
}

.search-usually__link:hover {
    background: #013c76;
    color: #fff;
}

.news-banner-template__sec {
    margin-bottom: 20px;
}

.phone-top-line {
    background-color: #0d4169;
    text-align: center;
    padding: 5px 10px;
}

.phone-top-line__link {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.tag-box {
    background-color: #f1f1f1;
    border: 1px solid #b7b7b7;
    padding: 12px;
}

.btn-tag {
    border-radius: 2px;
    background-color: #019cdc;
    color: #fff;
    text-transform: uppercase;
}

.tag-page__title {
    font-size: 16px;
    font-weight: 700;
}

.tag-val.btn {
    font-weight: 700;
    /*font-size: 14px;*/
}

.qa-panel {

}

.qa-panel__header {
    padding: 15px;
    background-color: #0d4169;

}

.qa-panel__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 !important;
}

.qa-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.qa-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.qa-box__question {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    margin-bottom: 6px;
}

.qa-box__answer {
    color: #888;
    padding-left: 30px;
    position: relative;
}

.qa-box__answer:before {
    content: '\f046';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/**
funkyradio
 */

@media (max-width: 767px) {

}

.prostor-list__filter-checkboxes.desk {

}
.fr-btn-list{
    display: flex;
    justify-content:  space-between;
}
.funkyradio .funkyradio-div {
    /*clear: none;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*margin-right: 20px;*/
    /*width: 15%;*/
}

.fr-btn{
    display: block;
    width: 140px;
}
.funkyradio_col {
    /*width: 50%;*/
}

@media (max-width: 768px) {

    .prostor-list__filter__row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .funkyradio .funkyradio-div {
        clear: both;
        display: block;

        /*width: 48%;*/
    }
    .fr-btn-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .fr-btn{
        width: 100%;
    }
    .funkyradio_col {

        width: 50%;
    }
}

.funkyradio-btn {
    display: inline-block;
}

.funkyradio label {
    font-weight: 700;
    /*width: 100%;*/
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    /*font-weight: normal;*/
    padding-right: 30px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: .5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/*----------------END FILE--------------------------------------------------------------------------------------------*/
