body {
    color: rgb(36, 37, 42) !important;
    font-weight: 300;
}

.sppb-modal-selector::before {
    content: none;
}

a {
    color: #4675CC;
}

#sp-header {
    background: #FFF;
}

#sp-top-bar {
    background-color: #ffffff;
    color: #f08121;
}

#sp-top2 {
    text-align: right;
}

.aspasia-single-image-with-caption .sppb-addon-content::before {
    background-color: rgba(36,37,42,0.3);
}

.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg::before {
    background: transparent !important;
}

#sp-bottom {
    font-size: 12px !important;
    background-color: #454a67;
    color: #ffffff !important;
}

#sp-footer a {
    font-size: 12px;
    background-color: #454a67 !important;
}

h3 {
    color: rgb(0, 136, 180);
}

#sp-title {
    display: none;
}

.article-info {
    display: none;
}

.body-innerwrapper {
    /*background: #bce5f2;*/
    background: linear-gradient(90deg, #ffffff 10%, #ffffff 90%);
    /*background: linear-gradient(90deg, #fafff4 10%, rgba(220, 242, 188, 0.61) 90%);*/
    /*background-image: url(http://narada-holding.com/slanica1/images/bckgr.slanica.png);*/
}

.sppb-meta-date {
    visibility: hidden !important;
}

.cd-dropdown > span::after {
    background: #4675cc;
}

.cd-dropdown > span {
  width: 240px !important;
}

.cd-dropdown > ul {
  width: 240px !important;
}


#sp-main-menu-sticky-wrapper {
    z-index: 9999;
}



textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {outline:0px !important;-webkit-appearance:none;}
button:hover,button:active,button:focus {outline:0px !important;-webkit-appearance:none;}
a:hover,a:active,a:focus {outline:0px !important;-webkit-appearance:none;}
#sp-bottom-wrapper #bottom #sp-bottom4 h3 {font-size: 18px;}

.sppb-addon-gallery .sppb-gallery > li {
    padding: 0;
}

.galerija {
    margin-bottom: -30px;
}

.pager {
    display: none;
}

.popover-content {
    display: none;
}

.sp-weather-current .sp-weather-icon {
    font-size: 28px;
}

.sp-weather-current .sp-weather-current-temp {
    font-size: 11px;
}

.vrime {
    line-height: 15px;
    color: rgb(240, 129, 33);
    margin-top: 15px !important;
}

.sp-weather-current>.media>.pull-left {
    float: right !important;
}

.sp-module ul > li > a {
    color: #ffffff;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto !important;
    background-color: transparent !important;
    min-width: 100px !important;
}

.creative_form_1 .creativecontactform_pre_text {
    display: none;
}

.creative_form_1 .creativecontactform_header {
    padding: 0;
}

.creativecontactform_wrapper {
    margin: 0;
}

div.sppb-panel.sppb-panel-default.active div.sppb-panel-collapse {
display:none;
}

.sp-module .sp-module-title {
    margin: 20px 0 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #45D2FF;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #45D2FF;
}

a:hover {
    color: #bfd2f6;
}

.sp-social-share {
display:none;
}

table {
    border-collapse: inherit !important;
}

.creative_form_1, .creative_form_1 h1, .creative_form_1 h2, .creative_form_1 h3 {
    text-transform: uppercase;
}

/*SOCIAL*/


*, *:after, *:before {
  box-sizing: border-box;
}

.fa-custom {
height: 60px;
font-size: 1.2em;
overflow: hidden;
margin: 0;
position: relative;
text-decoration: none;
width: 65px;
-webkit-backface-visibility: hidden;
margin-left: -5px;
}
.fa-custom:before, .fa-custom:after {
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  width: 100%;
}
.fa-custom:before {
  color: white;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  z-index: 2;
}
.fa-custom:after {
  padding-bottom: 40%;
  padding-top: 300%;
  top: 0;
}
.fa-custom:hover:after {
  -webkit-transform: translate3D(0, -73%, 0);
          transform: translate3D(0, -73%, 0);
}
.fa-custom:hover:before {
  -webkit-transform: translate3D(0, -250%, 0);
          transform: translate3D(0, -250%, 0);
}

.fa-google-plus:after {
  background-image: -webkit-linear-gradient(#DC493C 25%, #ffffff 75%);
  background-image: linear-gradient(#DC493C 25%, #ffffff 75%);
  content: "\f0d5";
  color: #DC493C;
}

.fa-facebook:after {
  background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
  background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
  content: "\f09a";
  color: #3b5998;
}

.fa-instagram:after {
  background-image: -webkit-linear-gradient(rgb(252, 204, 99) 25%, #ffffff 75%);
  background-image: linear-gradient(rgb(252, 204, 99) 25%, #ffffff 75%);
  content: "\f16d";
  color: rgb(252, 204, 99);
}

.fa-pinterest:after {
  background-image: -webkit-linear-gradient(#cb2027 25%, #ffffff 75%);
  background-image: linear-gradient(#cb2027 25%, #ffffff 75%);
  content: "\\f0d2";
  color: #cb2027;
}

.fa-youtube:after {
  background-image: -webkit-linear-gradient(#bb0000 25%, #ffffff 75%);
  background-image: linear-gradient(#bb0000 25%, #ffffff 75%);
  content: "\\f167";
  color: #b00;
}

.fa-soundcloud:after {
  background-image: -webkit-linear-gradient(#ff5700 25%, #ffffff 75%);
  background-image: linear-gradient(#ff5700 25%, #ffffff 75%);
  content: "\\f1be\a";
  color: #FF5700;
}

/*html {
  background: -webkit-radial-gradient(#222222, #000000);
  background: radial-gradient(#222222, #000000);
  height: 100%;
  text-align: center;
}*/

/*body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
*/

#sp-menu-right>.sp-column>.sp-module>.sp-module-content>.custom {
    height: 60px;
    float: right;
}

#sp-main-menu>.container>.row {
    height: 60px !important;
}

/*END SOCIAL*/

.kuchice>.sppb-addon-content>.sppb-row>.sppb-col-sm-4 {
  padding:20px;
}

.kuchice > .sppb-addon-content > .sppb-row > .sppb-col-sm-4:hover {
    background: #DB746B;
    -webkit-transition: color 1s;
    transition: background 1s;
    box-shadow: 0px 0px 5px #888;
}

.cd-main-content .cd-btn {
    z-index: 9;
}

.cd-panel.is-visible {
    z-index: 9999;
}

.fontall {
    font-size: 16px;
    font-family: Poppins;
}

hr {
    border-top: 0px;
    border-bottom: 0px;
}

.is-visible .cd-panel-header {
    height: 60px;
}

h1 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
}

.cd-panel-content {
    padding: 90px 10px 10px 20px;
}

#myform>input.btn, input.sppb-btn {
    height: 30px !important;
}

#myform>.btn {
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 20px !important;
    padding: 0 20px;
}

#myform>.sppb-btn {
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 20px !important;
    padding: 0 20px;
}

.cd-panel-header h1 {
    color: #4675cc;
}

.caplab {
  margin-bottom: 10px;
}

#myform>select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-color: #f08121;
    width: 100%;
    
}

.rating-container {
    color: #db9b47;
}

.cd-panel-close {
    top: 5px;
}

.cd-panel-close:hover {
    top: 5px;
}

.cd-panel-close {
    right: 0;
    height: 50px;
    right: 5px;
}

.info-slanica {
  font-size: 14px; 
  color: #0088b4; 
  font-weight: bold;
}

.info-slanica a {
  font-size: 14px; 
  color: #0088b4; 
  font-weight: bold;
}

.leftist {
  float: left;
  margin-right: 10px;
}

.cd-dropdown ul {
    background: #FCCC63;
}

.cd-panel-container {
    background: #fccc63;
}

.caplab {
    margin-bottom: 10px;
    font-weight: normal !important;
    font-size: 14px;
}

.cd-panel-container {
    /*background: rgba(252, 204, 99, 0.91);*/
    /*background: linear-gradient(90deg, #e6f9ff 10%, rgba(188, 229, 242, 0.91) 90%);*/
    background: linear-gradient(90deg, #fafff4 10%, rgba(220, 242, 188, 0.95));
}

.cd-panel-container {
    width: 100%;
}

.cd-panel-header {
    width: 100%;
}

.cd-panel-content {
    padding: 150px 30% 10px 30%;
}

.cd-panel-header>h1 {
  display:none;
}

.cd-panel, .from-right, .cd-shovon, .is-visible {
    z-index: 9999;
}

.cd-panel-content {
    width: 100%;
}

.btn-info, .sppb-btn-info {
    color: #fff;
    background-color: #777;
}

.sppb-addon-gallery .sppb-gallery > li a::before {
    background-color: rgba(252, 204, 99, 0.4);
}

a[href^=tel] { color: inherit; text-decoration: none; }

.nagrade {float: left; width: 120px; height: auto; margin-right: 20px;}

.nagrade-txt {float: left; width: 300px; height: auto; margin-right: 20px;}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: #fff;
}

.right-float {
  float:right;
}

.creative_form_3 .creativecontactform_header {
    display: none;
}

.thankyou-box {
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 25px;
  border-radius: 8px;
  color: #4675CC;
  background-color: #FFF;
}

div.pp_overlay {
    z-index: 9999;
}

.details, .sppb-fullwidth-title {
  text-shadow: 0px 0px 8px #000000;
}

.uvodni>.sppb-addon-content>p>span>strong {
    color: #0088b4;
}

.aspasia-single-image-with-caption>.sppb-addon-single-image-wrapper.sppb-addon-title>h3>a {
  text-align:center;
}

.creativecontactform_header {
    display: none;
  }

  .creativecontactform_pre_text {
    display: none !important;
}

.aspasia-newsletters>.sppb-container {
    text-align: -moz-center;
}

.sppb-text-center {
    text-align: center;
    text-align: -moz-center;
}

.sppb-title-subheading {

color: rgb(220, 28, 75) !important;

}

.dalmacija
{
z-index: 0 !important;

}


img.sp_simple_gallery {
    border: 1px solid #DDD;
    margin: 0 5px 10px 5px;
    padding: 5px;
    background: #fff;
    float: left;
}


/* FOOTER HOVER IMG */

.lokacije-okvir {
    position: relative;
    width: 50%;
}

.lokacije-okvir h3 {
  padding-bottom: 50%;
  padding-top: 50%;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
} 

.lokacije-okvir:hover .lokacije-sadrzaj-prvi h3{
  color: transparent;
  text-shadow: none;
}

.lokacije-sadrzaj-prvi {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.lokacije-sadrzaj-hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.lokacije-okvir:hover .lokacije-sadrzaj-prvi {
  opacity: 0.2;
}

.lokacije-okvir:hover .lokacije-sadrzaj-hover {
  opacity: 1;
}

.lokacije-okvir:hover .lokacije-text {
  color: rgb(0, 136, 180);
  text-shadow: none;
  background-color: rgba(0,0,0, 0.7);
  padding: 20px;
}


.lokacije-okvir1 {
  background-image: url("./images/lokacije/zadar.jpg");
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lokacije-okvir2 {
  background-image: url("./images/lokacije/plitvice.jpg"); 
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lokacije-okvir3 {
  background-image: url("./images/lokacije/paklenica.jpg");
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lokacije-okvir4 {
  background-image: url("./images/lokacije/krka.jpg"); 
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#section-id-1501508764379 {display: none !important;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#section-id-1501508764411 {display: none !important;}
}

/*<------------------------------------>*/

.ikone {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
}


#column-id-1501508764380 {text-align: center !important;}

#section-id-1501518125907 {text-align: center !important;}

#section-id-1501657637725 {text-align: center !important;}

#section-id-1501657802043 {text-align: center !important;}

/*LIVE WEB CAM*/

/*.Blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

.webcam-blink {
    padding: 3px;
    border: 1px solid #FFF;
    color: #FFF;
    width: 75px;
    font-family: Poppins,sans-serif;
    letter-spacing: 2px;
}*/


/*END LIVE WEB CAM*/

/*.alert-warning, .sppb-alert-warning {
    background-color: transparent !important;
    color: #b9e1ed33 !important;
    border-color: transparent !important;
}

.no-link > div > div > div > div:nth-child(2) {
  pointer-events: none;
  cursor: default;
}

.no-link > div > div > div > div:nth-child(3) {
  pointer-events: none;
  cursor: default;
}

.no-link > div > div > div > div:nth-child(4) {
  pointer-events: none;
  cursor: default;
}
*/

.fa-mobile::after {
    background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
    background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
    content: "\f10b";
    color: #3b5998;
}




