h1,
h2 {
    text-align: left;
}


@font-face {
  font-family: Marker;
  src: url("fonts/XXII-MARKER_Regular.otf");
  font-weight: normal; 
}

@font-face {
  font-family: UniviaPro;
  src: url("fonts/UniviaPro-Book.otf");
  font-weight: normal; /*400*/
}

@font-face {
  font-family: UniviaPro;
  src: url("fonts/UniviaPro-Bold.otf");
  font-weight: bold;  /*700*/
}

@font-face {
  font-family: UniviaPro;
  src: url("fonts/UniviaPro-Light.otf");
  font-weight: 300; 
}

@font-face {
  font-family: UniviaPro;
  src: url("fonts/UniviaPro-Regular.otf");
  font-weight: 500; 
}

@font-face {
  font-family: UniviaPro;
  src: url("fonts/UniviaPro-Medium.otf");
  font-weight: 600; 
}

/*UKLANJAM STRELICE SA INPUT:NUMBER */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
    font-family: UniviaPro;
}

#jf-header .main,
#jf-wrapper,
.fade,
.main,
sub,
sup {
    position: relative
}

h4,
p {
    margin: 0 0 20px
}

*,
body,
fieldset {
    margin: 0
}

fieldset,
legend {
    border: 0;
    padding: 0
}

 
 


 


* {
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a, a:hover {
    text-decoration: none
}

a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

a:active,
a:hover {
    outline: 0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

input,
textarea {
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    padding: 4px
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    line-height: 0
}

label,
legend {
    display: block
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
    line-height: normal
}

body {
    font-size: 16px;
    line-height: 1.3em;
    color: #111;
    background-color: #fff!important;
    border: 0 solid red!important
}

a {
    color: #5c686d
}

a:hover {
    color: #247D99
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: inherit
}

h1 {
    font-size: 36px;
 
}

h2 {
    font-size: 26px;
    color: #222
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

ol,
ul {
    margin-left: 0;
    list-style: none
}

legend {
    width: 100%;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333
}

button,
input,
label,
select,
textarea {
    font-size: 24px
}

label {
    margin-bottom: 5px
}
 
#system-message  {
    margin: 10px
}

#jf-wrapper {
    overflow: hidden
}
 

.main {
    margin: 0 auto
}
 
 

#jf-home-c .main,
#jf-latest .main {
    padding: 40px 0;
 
}
 
 

/**********************************GENERAL***************************************/
/********************************************************************************/
/********************************************************************************/
/*PRELOADER*/
.preloader{background-color:#008ad1; position:fixed; width:100%; height:100%; z-index:9999; border:0px solid #ff0000;}
 
.containerPreloader {position: absolute; width: 90px; height: 90px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-animation: spin1 2s infinite linear; -moz-animation: spin1 2s infinite linear; -o-animation: spin1 2s infinite linear; -ms-animation: spin1 2s infinite linear; animation: spin1 2s infinite linear; display: block; }
 
@-webkit-keyframes spin1 {
  0% { -webkit-transform: rotate(0deg);}
  100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
  0% { -moz-transform: rotate(0deg);}
  100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
  0% { -o-transform: rotate(0deg);}
  100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
  0% { -ms-transform: rotate(0deg);}
  100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
} 

.main { width: 1200px }


/*FADE EFFECT*/
.fade {border:0px solid #ff0000; top:100px; opacity:0;}
.pomjeriGore {top: 0px; opacity:1; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; }


/*ZOOM IN EFFECT*/
.zoom-in{transform: scale(0.1);}
.zumiraj{transform: scale(1); -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear;-webkit-backface-visibility: hidden; backface-visibility: hidden;}


/*MARGINE*/
.homeMargina { margin: 20px}
.homeMargina1 {margin: 0}


/*NASLOVI*/
.naslov{ font-weight:bold; font-size: 36px; line-height:46px; text-align: left; color: #000; margin-bottom: 40px; }

/*FORMA*/
select option {font-size: 15px; background-color: #fff!important; line-height: 25px!important; color: #000}
.forma {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box}
.forma-cont{ overflow: hidden; padding-top:6px; }
.forma-100{ margin-bottom: 30px; position: relative; }
.forma-50{ width:47%; float:left; margin-right:6%; position: relative; margin-bottom: 30px; }
.forma-50:nth-child(2){margin-right:0%; }
.forma-30{ width:30%; float:left; margin-right:5%; position: relative; margin-bottom: 30px; }
.forma-30:nth-child(3){  margin-right:0%;  }
.forma-center{ float:none; margin:0px auto; margin-bottom: 30px; }
.forma .clr { width: 100%; overflow: hidden;}
.forma input, .forma select, .forma textarea  {font-size: 16px; line-height: 24px; background-color: transparent; padding: 12px 0 12px 30px; width: 100%; border:1px solid #888; background-color:transparent; color: #000; border-radius: 25px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box}
.forma input[type="submit"]{ padding: 13px 60px; background-color: #b7ddfe; color:#000; border:1px solid #b7ddfe; font-weight: bold; margin-top: 50px; }
.forma input[type="submit"]:hover{ padding: 13px 60px; background-color: #1e73be; color:#fff; border:1px solid #1e73be; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }

.forma select { height: 50px; -webkit-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.forma select option{ line-height: 24px;}
.forma input:focus, .forma select:focus, .forma textarea:focus { outline:none!important; }


.formErr {color: #cc0000; font-size:12px;  line-height:14px; text-align: left;}
.formLabel {color: #1e73be; position: absolute; top:-6px; left:25px; font-size: 12px; line-height:12px; background-color:#fff; padding:0px 10px; }


 

/**********************************HEADER***************************************/
/********************************************************************************/
/********************************************************************************/

/*SLIDESHOW*/
.slideshow{ background-image: linear-gradient(to top right, #0f497c, #2f89d8);  position:relative;  margin:0px auto; min-height: 600px; }
.slide_back{ position: absolute;  }
.images{overflow:hidden; border:0px solid #ffff00; opacity: 0; height:100px;  list-style-type:none; margin:0px; z-index: 1!important;  -webkit-animation: prikazi 0.5s 3s forwards; animation: prikazi 0.5s  3s forwards;}
.images li{ margin:0px; }

.slide_back_gradient{display:none; position: absolute;  z-index:3!important; bottom:0px; width: 100%; height: 50%; border:1px solid #ff0000; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); }
.slideshow_krivulja{position: absolute; bottom:0px; width: 100%; z-index:3!important; background: url(../images/bg-krivulja.png) center bottom no-repeat; height: 300px; background-size: 100% auto;  }
.slideshow_eiffel{position: absolute; width: 10%; top:10%; left:45%; z-index:4!important; border:0px solid #ff0000; }
.slideshow_opustise{position: absolute; opacity: 0.5; top:120px; max-width: 1000px; left:50%; width:46%;  z-index:4!important;/* background: url(../images/bg-x.png) center bottom no-repeat; background-size: 100%; */border:0px solid #ff0000; }
.slideshow_mapa{ position: absolute; width: 50%; max-width: 1000px; bottom:0px; left: 50%; z-index: 10!important; border:0px solid #ddd; }
.slideshow_martinique{ position: absolute; width: 25%; bottom:5%; left: -25%; z-index: 10!important; border:0px solid #ddd; }
.slideshow_reunion{ position: absolute; width: 12%; bottom:-15%; left: 40%; z-index: 10!important; border:0px solid #ddd; }

.slideshow_plane{ position: absolute; left:90%; top:0%; width:5%; animation: move_plane 2.5s;  -moz-animation: move_plane 2.5s; -webkit-animation: move_plane 2.5s; animation-fill-mode: forwards; animation-delay: 2s; }
@keyframes move_plane {
  0% {left:90%; top:0%;}

  100% {left:55%; top:28%;}
}


.slideshow_plane_shadow{ position: absolute; left:90%; top:22%; width:5%; animation: move_plane_shadow 2.5s;  -moz-animation: move_plane_shadow 2.5s; -webkit-animation: move_plane_shadow 2.5s; animation-fill-mode: forwards; animation-delay: 2s; }
@keyframes move_plane_shadow {
  0% {left:90%; top:22%;}

  100% {left:55.5%; top:28.2%;}
}

.slideshow_ship{ position: absolute; left:18%; top:53%; width:9%; animation: move_ship 20s;  -moz-animation: move_ship 20s; -webkit-animation: move_ship 20s; animation-fill-mode: forwards; animation-delay: 3s; }
@keyframes move_ship {
  0% {left:18%; top:53%;}
  100% {left:0%; top:70%;}
}


@keyframes move_lehavre {
  0% {left:38%; top:23%;}
  5% {left:38%; top:23%;} 
  45% {left:55%; top:28%;}
  55% {left:55%; top:28%;}
  95% {left:38%; top:23%;}
  100% {left:38%; top:23%;}
}

@keyframes move_dunkirk {
  0% {left:54.8%; top: 12.1%;}
  5% {left:54.8%; top: 12.1%;}
  45% {left:55%; top:28%;}
  55% {left:55%; top:28%;}
  95% {left:54.8%; top: 12.1%;}
  100% {left:54.8%; top: 12.1%;}
}

@keyframes move_brest {
  /*0% {left:53.2%; top:12%;}
  5% {left:53.2%; top:12%;}
  45% {left:55%; top:28%;}
  55% {left:55%; top:28%;}
  95% {left:53.2%; top:12%;}
  100% {left:53.2%; top:12%;}*/

  0% {left:55%; top:28%;}
  5% {left:55%; top:28%;}
  45% {left:4%; top:31%;}
  55% {left:4%; top:31%;}
  95% {left:55%; top:28%;}
  100% {left:55%; top:28%;}
}

.moving_dot{position: absolute; width: 4px; height: 4px; border-radius: 2px; background-color: #1e73be;  }
.lehavre{left:38%; top: 23%; animation: move_lehavre 8s infinite;  -moz-animation: move_lehavre 8s infinite; -webkit-animation: move_lehavre 8s infinite; animation-delay: 4s;}
.dunkirk{left:54.8%; top: 12.1%; animation: move_dunkirk 8s infinite;  -moz-animation: move_dunkirk 8s infinite; -webkit-animation: move_dunkirk 8s infinite; animation-delay: 4s;}
.brest{left:55%; top:28%; animation: move_brest 8s infinite;  -moz-animation: move_brest 8s infinite; -webkit-animation: move_brest 8s infinite; animation-delay: 4s;}

.nantes{ left:23.8%; top: 43%; }
.bordeaux{ left: 32.6%; top: 60.2%; }
.marseille{ left: 78.5%; top: 74.1%; }
.cdg{ left: 55.9%; top: 29.2%; }

.pulsating-circle { position: absolute; transform: translateX(-50%) translateY(-50%); width: 15px; height: 15px; border:0px solid #ddd;}
.pulsating-circle:before { content: ''; position: relative; display: block; width: 500%; height: 150%; box-sizing: border-box; margin-left: -250%; margin-top: -75%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;    }
.pulsating-circle:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 80%; height: 30%; margin-left: -40%; margin-top: -15%; background-color: #1e73be; border-radius: 50%; }
.pulsating-circle2 { position: absolute; transform: translateX(-50%) translateY(-50%); width: 15px; height: 15px; }
.pulsating-circle2:before { content: ''; position: relative; display: block; width: 500%; height: 150%; box-sizing: border-box; margin-left: -250%; margin-top: -75%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s .3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.pulsating-circle2:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 80%; height: 30%; margin-left: -40%; margin-top: -15%; background-color: #1e73be; border-radius: 50%; }

.pulsating-circle3 { position: absolute; transform: translateX(-50%) translateY(-50%); width: 15px; height: 15px; }
.pulsating-circle3:before { content: ''; position: relative; display: block; width: 500%; height: 150%; box-sizing: border-box; margin-left: -250%; margin-top: -75%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s .6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
.pulsating-circle3:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 80%; height: 30%; margin-left: -40%; margin-top: -15%; background-color: #1e73be; border-radius: 50%; }
  
@keyframes pulse-ring {
     0% {
         transform: scale(0.33);
    }
     80%, 100% {
         opacity: 0;
    }
}


.slider-box{ border:0px solid #ff0000;  position:absolute; right:52%; top:240px; width: 35%; max-width: 700px; z-index: 4!important }
.slider-box-uvod{ font-size:14px; line-height: 24px; letter-spacing: 2px; color:#fff;  text-align: left; margin-bottom: 70px;}
.slider-box-arrow{  padding-right:60px;  background: url(../images/icon-slideshow-arrow.png) right bottom no-repeat; padding-bottom: 10px;}
.slider-box-title{  font-weight:bold; text-align: left; font-size:55px; line-height:65px; color:#fff; /*text-shadow: 2px 2px 2px #000; */ margin-bottom:20px;  }
 
 
.slideSlika { position: absolute; width: 600px; margin-top: 150px; left: 50%; margin-left: -300px; border: 0 solid red;}
.slide1 { width: 100%; background: url(../images/car-shipping-usa.jpg) center center no-repeat; background-size:cover;}
.slide2 { width: 100%; background: url(../images/american-auto-shipping.jpg) center center no-repeat; background-size:cover;}
.slide3 { width: 100%;  background: url(../images/car-shipping-san-diego.jpg) center center no-repeat ;  background-size:cover;}
.slide4 { width: 100%;  background: url(../images/Slika4a.jpg) center center no-repeat ; background-size:cover;}
.slide5 { width: 100%;  background: url(../images/Slika5a.jpg) top center no-repeat; background-size:cover;}
.slide6 { width: 100%;  background: url(../images/Slika6.jpg) center center no-repeat; background-size:cover;}


/*KIWI SLIDESHOW*/
.kiwi-slideshow{ list-style-type: none; margin:0px; overflow:hidden; }
.kiwi-slideshow-container{margin:0px; position: absolute; width: 100%;  border:0px solid #ff0000;}
.slideshow-box{ border:0px solid #ff0000; position: absolute; top:0px;  left:10%; padding-top:120px;  font-size:40px; line-height: 50px; color:#fff; height: 600px; width:500px; text-align: center; background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));}
.kiwi-slideshow-city{color:#84af28; font-weight: bold; border-top:1px solid #999; margin-top:20px; padding-top:20px;}

/*COOKIES BANNER*/
#cookies-banner{position:fixed; width:100%; bottom:0px; padding:20px 0px; background-color:#fff;  font-size:11px; line-height:15px; color:#111; overflow:hidden; z-index: 9997; text-align: left;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-style: italic; border-top:1px solid #ddd;}
#cookies-banner .modalconent{ width: 600px; margin:0px auto; }
#cookies-banner .btn-accept {font-size: 12px; line-height: 16px; float:right; margin-top:10px; font-style: normal; position:relative; text-transform:uppercase; color:#000; border-radius: 11px; border:1px solid #1e73be; padding:3px 15px;  }
#cookies-banner .btn-accept:hover { background-color: #1e73be; color:#fff; }
.cookies-title{ font-weight: bold; font-size: 14px; line-height: 18px; color:#000; margin-bottom: 10px; }



/*HEADER2*/
.header2{width:100%; height:350px; position: relative; background-image: linear-gradient(to top right, #0f497c, #2f89d8); }
 
.header-naslov{ font-size:70px; line-height: 80px; color:#fff; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); letter-spacing: 20px; text-transform: uppercase; text-align: center; padding:210px 0px; background-color: rgba(0,0,0,0.1);  }
 
 




/*JEZIK MODUL*/
.language { position:absolute; z-index: 1000; width: auto; height: 30px; top: 30px; left:0px; border:0px solid #ff0000; }
.language ul li{ font-size: 14px; line-height: 14px; } 
.language ul li:first-child{ margin-right: 10px!important; } 
.language ul li img{ margin-right: 1px; margin-bottom: 2px}
.language ul li a{ color:#a49169; font-weight: bold;} 
.language ul li a:hover { color:#fff; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s;  } 

/*GLAVNI MENI*/
.glavniMeni-cont{ border:0px solid #cc0000; position: absolute; top:0px; width: 100%; margin-top:20px; }
.glavniMeni{position: relative; width:100%; height:80px; border:0px solid #ff0000; z-index: 99; margin:0px auto; }
.glavniMeni .gotomenu{ position: absolute; right:0px; top:14px;  color:#fff; }
.glavniMeni .gotomenu:hover{ cursor: pointer; color:#fff; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; }
.glavniMeni .material-icons-round{ font-size: 50px; line-height: 50px; }
.logo-main{ height:80px; display: block; margin-top:0px;   }
.glavniMeni-dugme-cont-1{ position: absolute; left:350px; top:14px;   }
.glavniMeni-dugme-cont-2{ position: absolute; left:530px; top:14px;   }
.glavniMeni-dugme-cont-3{ position: absolute; left:610px; top:14px;  }
.glavniMeni-dugme{ margin-top: 5px; display: inline-block; text-align: center; width: 170px; padding:12px 0px; color:#fff; font-size: 12px; line-height: 16px; border-radius: 28px; font-weight: 600; text-transform: uppercase; border:1px solid #fff; }
.glavniMeni-dugme:hover{background-color: #fff; color:#111; cursor: pointer; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s;}
.glavniMeni-telefon{position: absolute; left:790px; top:18px; font-size: 44px; line-height: 44px; color:#fff; padding-left:30px; background: url(../images/icon-phone-white.png) left center no-repeat;  background-size:20px; font-weight: bold }
.glavniMeni-telefon a{color:#fff; }
.glavniMeni-telefon a:hover{color:#fff; }
.mobileHeader{ display:none;}


 
/* SIDE NAVIGATION */
#mySidenav{display:block; box-shadow: 0 5px 35px 0px rgba(0,0,0,.2);}
.sidenav-inner{ width: 340px; margin-left: 40px; margin-right: 20px; }
.sidenav .sidenav-pretext{ font-family: 'Ma Shan Zheng', cursive; color:#000; padding:60px 0px 0px 0px; margin-bottom:30px; text-align:left; margin-left: 10px; font-size:60px; line-height: 50px;  transform: rotate(-7deg);  }
.sidenav .sidenav-pretext span{color:#1e73be;    }
.sidenav .sidenav-pretext span span{ margin-left: 100px;   }
.sidenav .sidenav-logo{ margin-bottom:30px; text-align:center;  }
.sidenav .sidenav-logo img{  height: 70px; margin-bottom: 30px;}
.sidenav { background-color:#fff; font-size: 20px; line-height: 40px; color:#000; border:0px solid #ff0000; height: 100%; width: 0; position: fixed; z-index: 1000; top: 0; right: 0; overflow-x: hidden; transition: 0.5s;  }
.sidenav li{font-size:20px; position: relative; line-height:40px; color:#000; margin-bottom: 0; padding-left:40px; list-style-type:none; /*background: url(../images/bg-sidenav-li.png) left 15px no-repeat; background-size:10px;*/ cursor: pointer; }
.sidenav li:hover, .sidenav li.active{color:#1e73be; }
.sidenav li a{color:#000;  }
.sidenav li a:hover, {color:#1e73be;  }
.sidenav .active { /*background: url(../images/bg-sidenav-li-active.png) left 15px no-repeat; background-size:10px*/ }
.sidenav ul{ margin:0px; }
.sidenav a {padding: 0; text-align:left; text-decoration: none; font-size: 20px; line-height:40px;  color: #000; display: block; transition: 0.3s}
.sidenav a:hover, .offcanvas a:focus{color: #1e73be;}
.sidenav .nav-child{ }
.sidenav .nav-child li{ display:none; line-height:30px; margin-left:0px; margin-bottom:0px; border:0px solid #0000ff; min-height:30px;}
.sidenav .nav-child li .separator{font-size:18px; padding-left:0px;  min-height:30px; font-weight:bold; }
.sidenav .nav-child li.active a{ color: #1e73be; }
.sidenav .nav-child li a{font-size:18px!important; padding-left:0px; line-height:40px; }
.sidenav .closebtn {position: absolute; top: 0; right: 25px; font-size: 40px; margin-left: 50px; color:#1e73be;}

/*... SIDENAV IKONICA */
.sidenav li::after{font-family: 'Material Icons Round'; content:'keyboard_arrow_right'; font-size: 16px; line-height: 20px; color:#aaa;  position: absolute; top:10px; right:0px; width:20px; height:20px; border:0px solid #ff0000;}
.sidenav li::before{ font-family: 'Material Icons Round'; content:'east'; font-size: 18px; line-height: 20px; color:#aaa;  position: absolute; top:10px; left:0px; width:20px; height:20px; border:0px solid #ff0000;}
.sidenav li.item-102::before{font-family: 'Material Icons Round'; content:'home'; color:#444;}
.sidenav li.item-104::before{font-family: 'Material Icons Round'; content:'location_on'; color:#444;}
.sidenav li.item-105::before{font-family: 'Material Icons Round'; content:'topic'; color:#444;} 
.sidenav li.item-106::before{font-family: 'Material Icons Round'; content:'phone_in_talk'; color:#444;}
.sidenav li.item-107::before{font-family: 'Material Icons Round'; content:'settings'; color:#444;}
  
.sidenav li:hover::before, .sidenav li.active::before{ color:#1e73be; }

 
/*... SIDENAV KONTakT */
/*.sidenav-kontakt-icon{ width: 100%; overflow: hidden; margin-bottom: 15px; }
.sidenav-kontakt-icon a{ line-height: 20px; }
.sidenav-kontakt-icon .header-left img{ width: 30px; height: auto; margin: 0px; }*/
.sidenav-line{ border-top:1px solid #ddd; margin:30px 0px; }
.sidenav-kontakt{ color:#fff; line-height: 28px; margin-bottom:30px; }

 
.sidenav-telefon{position:relative; padding-left: 30px; margin-bottom:5px!important; }
.sidenav-telefon::before{position: absolute; top:13px; left:0px; width:20px; font-family: 'Material Icons Round'; content:'phone_in_talk'; font-size: 18px; line-height: 20px; color:#444;  height:20px;}
.sidenav-house{position:relative; padding-left: 30px; margin-bottom:5px!important; }
.sidenav-house::before{position: absolute; top:13px; left:0px; width:20px; font-family: 'Material Icons Round'; content:'ring_volume'; font-size: 18px; line-height: 20px; color:#444;  height:20px;}
.sidenav-email{position:relative; padding-left: 30px; margin-bottom: 5px!important; }
.sidenav-email::before{position: absolute; top:13px; left:0px; width:20px; font-family: 'Material Icons Round'; content:'mark_email_read'; font-size: 18px; line-height: 20px; color:#444;  height:20px;}

/*...iskljucujem pojedine elemente u meniju*/
.sidenav .item-125, .sidenav .item-126, .sidenav .item-127, .sidenav .item-128 { display: none!important; }




/**********************************CONTEN****************************************/
/********************************************************************************/
/********************************************************************************/
/*CONTENT*/
.content-left{ width: 67%; float:left; }
.content-right{ width: 29%; float:right; }
.content-all{ width: 100%;   }


/*DUGME*/
.contentButton{font-size:20px; line-height:20px; padding:8px 30px; background-color:#222; color:#ffc61a;}
.contentButton:hover{background-color:#ffc61a; color:#111; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.contentButtonParent{border-top:1px solid #888; border-bottom:1px solid #888; padding:50px 0px;}


#jf-content  {  padding-top:0px; /*background: #fff url(../images/bg-arrow-white.png) top center no-repeat;*/ } 
#jf-content .main .item-page h1{ font-size: 36px; line-height: 46px; font-weight: bold; margin-bottom: 20px; color:#d95a15; }
#jf-content .main .item-page h2{ font-size: 36px; line-height: 46px; font-weight: bold; margin-bottom: 40px; } 
#jf-content .main .article-info{   }
#jf-content .main .article-info-term{ display: none; }
#jf-content .main .published{ display: block; margin-bottom: 20px; padding-bottom: 7px; border-bottom: 1px solid #ddd;  text-align: right; color:#888; font-size: 12px; line-height: 16px; }
#jf-content .main { padding: 0px 0px 60px 0px; }
#jf-content .main p { font-size: 16px; line-height: 26px; color: #222;}
#jf-content .main .p-element-bez-margine{ margin-bottom:8px;}
#jf-content .main p { font-size: 16px; line-height: 26px; color: #222;}
#jf-content .main ul, #jf-content .main ol { margin-bottom:25px;}
#jf-content .main ul li, #jf-content .main ol li { font-size: 16px; line-height: 24px; color: #222; position: relative; margin-bottom: 10px; padding-left: 40px; }
#jf-content .main ul li::before, #jf-content .main ol li::before {position: absolute; top: 50%; margin-top: -11px; text-align: center; left: 5px; width: 22px; font-family: 'Material Icons Round'; content: 'keyboard_double_arrow_right'; font-size: 16px; line-height: 22px; border: 1px solid #ddd; border-radius: 50%; color: #1e73be; height: 22px; }

.itemid-102 #jf-content .main { padding: 0}
 
 
/*PAGE GLOBAL*/
.page-button-cont{ margin-top:40px; padding:20px 0px; overflow: hidden; }
.page-button{ padding: 12px 50px;  border: 1px solid #2085df; color:#000; font-weight: bold; border-radius: 20px; font-size: 14px; line-height: 16px; text-transform: uppercase;  }
.page-button:hover{  background-color: #2085df; color:#fff; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s;}
.page-cont{ width: 100%; overflow: hidden;  margin-bottom: 60px;}
.page-50{ width: 50%;}
.page-48{ width: 48%;}
.page-46{ width: 45%;}
.page-float-l{ float:left; }
.page-float-r{ float:right; }
.small{ font-size: 14px!important; line-height: 20px!important; color:#555!important; }
.narandzasta{ color:#df621e!important; } 
.page-subtitle {font-size: 24px !important; line-height: 34px !important; color: #000; font-weight: 800; font-family: "Raleway", sans-serif; margin-bottom: 25px !important; margin-top: 50px !important; }



/**********************************PAGES****************************************/
/********************************************************************************/
/********************************************************************************/
/*ABOUT*/
.page-about-img{ border-radius: 20px; }
.page-about-subtitle{ font-size: 36px; line-height: 46px; font-weight: bold; margin-bottom: 40px; }

/*PAKOVANJE*/
.pakovanje-cont{ width: 100%; padding-bottom: 50px; }
.pakovanje-box{ width: 100%; overflow: hidden; position: relative;  cursor:pointer; }
.pakovanje-box:hover .pakovanje-broj{ color:#1e73be; transition: .5s; }
.pakovanje-box:hover .pakovanje-content-title{ border-left:5px solid #1e73be; padding-left:15px; transition: .5s; }
.pakovanje-box::after{content: ''; width: calc(75% + 8px); height:8px;  background-color: #b7ddfe; position: absolute; bottom:0px; left:calc(12.5% - 4px); } 
.pakovanje-broj{ width: 25%; position: relative; text-align: center; font-size: 90px; font-weight: bold; line-height: 120px; color:#000; float:left; padding:80px 0px; } 
.pakovanje-broj::before{content: ''; width: 8px; height:30px; background-color: #b7ddfe; position: absolute; top:0px; left:calc(50% - 4px); }
.pakovanje-broj::after{content: ''; width: 8px; height:30px; background-color: #b7ddfe; position: absolute; bottom:0px; left:calc(50% - 4px); }
.pakovanje-content{ width: 75%; float:right; padding:80px 0px 0px 30px; box-sizing: border-box; }
.pakovanje-content-title{font-size: 18px; font-weight: bold; color:#000; line-height: 26px; margin-bottom: 10px;}
.pakovanje-content-desc{font-size: 16px; color:#555; line-height: 24px; }
.pakovanje-inverse .pakovanje-broj{ float:right; }
.pakovanje-inverse .pakovanje-content{ float:left; }
.pakovanje-inverse .pakovanje-content{ padding:80px 30px 0px 0px;  }
.pakovanje-box:first-child .pakovanje-broj::before{ display: none; } 
.pakovanje-box:last-child .pakovanje-broj::after{ display: none; }
.pakovanje-box:last-child::after{ display: none; }



/**********************************MODULI****************************************/
/********************************************************************************/
/********************************************************************************/
/*ABOUT US*/
.about{ padding-top: 40px; }
.about-cont{ overflow: hidden; }
.about-left{ width: 50%; float:left; }
.about-left-inner{ width: 70%; float:right; max-width: 700px;  }
.about-list{position: relative; font-size: 16px; line-height: 22px; padding:4px 0px 4px 35px; margin-left:20px;  }
.about-list::before{ position: absolute; left:0px; top:0px; height: 30px; width: 30px; font-family: 'Material Icons Round'; content:'done'; color:#1e73be; font-size:24px; line-height:30px;  }
.about-footer{ font-size: 16px; line-height: 22px; font-weight: bold; margin-top:30px; margin-bottom: 40px }
.about-button-cont{  padding:10px 0px;  }
.about-button{ padding: 13px 60px; font-size: 14px; line-height: 22px; font-weight:bold; border-radius: 23px; background-color: #b7ddfe; color:#000; cursor: pointer; }
.about-button:hover{ background-color: #1e73be; color:#fff; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
.about-right{ width: 45%; margin-left: 5%; float:left; max-width: 900px;  border:0px solid #ff0000; position: relative; }
.about-abs{  position: absolute; opacity: 0; width: 70px; height: 70px; border-radius: 50%; box-shadow: 0 10px 20px rgba(0,0,0,0.1); background-color:#fff; z-index: 100 } 
.about-abs:hover{cursor: pointer; -moz-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2); -moz-transition: all 350ms ease; -webkit-transition: all 350ms ease; transition: all 350ms ease;  }
.about-abs span{ position: absolute; left:50%; transform: translateX(-50%); top:-11px; background: #b7ddfe; color:#000; font-size: 12px; line-height: 22px; border-radius: 11px; padding:0px 15px; white-space: nowrap; opacity: 0 }
.about-abs:hover span{  opacity:1 }
 
.about-abs-1{ top:54%; left:3%;  }
.about-abs-1::before{ position: absolute; left:15px; top:15px; height: 40px; width: 40px; font-family: 'Material Icons Round'; content:'flight'; color:#333; font-size:40px; line-height: 40px; }
.about-abs-2{ top:74%; left:31%;  }
.about-abs-2::before{ position: absolute; left:15px; top:15px; height: 40px; width: 40px; font-family: 'Material Icons Round'; content:'folder_shared'; color:#333; font-size:40px; line-height: 40px; }
.about-abs-3{ top:23%; left:54%;  }
.about-abs-3::before{ position: absolute; left:15px; top:15px; height: 40px; width: 40px; font-family: 'Material Icons Round'; content:'local_taxi'; color:#333; font-size:40px; line-height: 40px; }
.about-abs-4{ top:60%; left:63%;  }
.about-abs-4::before{ position: absolute; left:15px; top:15px; height: 40px; width: 40px; font-family: 'Material Icons Round'; content:'luggage'; color:#333; font-size:40px; line-height: 40px; }
.about-abs-5{ top:33%; left:83%;  }
.about-abs-5::before{ position: absolute; left:15px; top:15px; height: 40px; width: 40px; font-family: 'Material Icons Round'; content:'directions_boat'; color:#333; font-size:40px; line-height: 40px; }


.about-abs-1.about-abs-animate {  -webkit-animation: prikazi 0.5s 0.5s forwards; animation: prikazi 0.5s  0.5s forwards; }
.about-abs-2.about-abs-animate {  -webkit-animation: prikazi 0.5s 1.4s forwards; animation: prikazi 0.5s  1.4s forwards; }
.about-abs-3.about-abs-animate {  -webkit-animation: prikazi 0.5s 2.2s forwards; animation: prikazi 0.5s  2.2s forwards; }
.about-abs-4.about-abs-animate {  -webkit-animation: prikazi 0.5s 2.5s forwards; animation: prikazi 0.5s  2.5s forwards; }
.about-abs-5.about-abs-animate {  -webkit-animation: prikazi 0.5s 3.2s forwards; animation: prikazi 0.5s  3.2s forwards; }
  
.about-line { stroke-dasharray: 1684; stroke-linecap: round; stroke-width:10;}
.about-line-animate{ animation: animate_line 4s ease-in-out; animation-fill-mode: forwards; }

@keyframes animate_line {
  from {
    stroke-dashoffset: 1684;
  }
  to {
    stroke-dashoffset: 0;

  }
}


@-webkit-keyframes prikazi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes prikazi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*LOGOI*/
.itemid-104 .logoi{ margin-top:0px; margin-bottom: 40px; } 
.itemid-104 .logoi .main{ padding-top: 0px!important }
.logoi{ margin-bottom:80px; }
.logoi .naslov{ text-align: center; }
.logoi-cont{ display: flex; justify-content: flex-start; align-items: center; }
.logoi-box{ width:20%; padding:60px 0px; border-right: 1px solid #efefef; text-align: center; cursor: pointer; }
.logoi-box:first-child{ border-left: 1px solid #efefef; }
/*.logoi-box:last-child, .logoi-box:nth-child(7){ display: none;}*/
.logoi-box img{ height: 50px; filter: grayscale(100%); opacity: 0; }

.logoi-box:hover img{ filter: grayscale(0%); }

.logoi-box:nth-child(1) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.2s forwards; animation: prikazi 0.5s  0.2s forwards; }
.logoi-box:nth-child(2) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.35s forwards; animation: prikazi 0.5s  0.35s forwards; }
.logoi-box:nth-child(3) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.50s forwards; animation: prikazi 0.5s  0.50s forwards; }
.logoi-box:nth-child(4) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.65s forwards; animation: prikazi 0.5s  0.65s forwards; }
.logoi-box:nth-child(5) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.8s forwards; animation: prikazi 0.5s  0.8s forwards; }
.logoi-box:nth-child(6) .logoi-animate {  -webkit-animation: prikazi 0.5s 0.95s forwards; animation: prikazi 0.5s  0.95s forwards; }
.logoi-box:nth-child(7) .logoi-animate {  -webkit-animation: prikazi 0.5s 1.1s forwards; animation: prikazi 0.5s  1.1s forwards; }
.logoi-box:nth-child(8) .logoi-animate {  -webkit-animation: prikazi 0.5s 1.25s forwards; animation: prikazi 0.5s  1.25s forwards; }
.logoi-box:nth-child(9) .logoi-animate {  -webkit-animation: prikazi 0.5s 1.4s forwards; animation: prikazi 0.5s  1.4s forwards; }

/*SERVICES*/
.itemid-107 .slideshow_krivulja{ background: url(../images/bg-krivulja-grey.png) center bottom no-repeat; background-size: 100% auto; }
.itemid-107 .footer{ background: #262626 url(../images/bg-krivulja-footer-grey.png) top center no-repeat; background-size: 100% auto; }
.itemid-107 #jf-content{ background: #efefef; }
.itemid-107 .services{padding-top:0px; padding-bottom:0px; background: #efefef; }
.itemid-107 .services .naslov{ display: none; }
.itemid-107 .services .main{ padding-top: 0px!important; }
.services{ padding-top:120px; padding-bottom: 200px; background: url(../images/bg-krivulja-footer.png) top center no-repeat, url(../images/bg-krivulja-inv.png) bottom center no-repeat; background-size: 100% auto; background-color: #efefef; }
.services .main{ width: 1260px!important; box-sizing: border-box; }
.services .naslov{ padding-left: 30px; }
.services-cont{overflow: hidden; padding:20px 30px;}
.services-box{opacity: 0;  float:left; width:30%; margin-right: 5%; box-shadow: 0 0 15px 0px rgba(0,0,0,.15); border-radius: 20px; background-color: #fff; margin-bottom: 60px; padding:80px 0px 80px 0px; }
.services-box:nth-child(3n){margin-right: 0%;  }
.services-img{ text-align: left; padding-left: 40px }
.services-img img{ height: 80px;  }
.services-title{ font-size: 22px; line-height: 32px;  margin:15px 40px; font-weight: bold; color:#000; }
.services-desc{ font-size: 15px; line-height: 21px; min-height: 120px; margin:0px 40px; color:#777; }

.services-box:nth-child(1).services-animate {  -webkit-animation: prikazi 0.5s 0.2s forwards; animation: prikazi 0.5s  0.2s forwards; }
.services-box:nth-child(2).services-animate {  -webkit-animation: prikazi 0.5s 0.35s forwards; animation: prikazi 0.5s  0.35s forwards; }
.services-box:nth-child(3).services-animate {  -webkit-animation: prikazi 0.5s 0.50s forwards; animation: prikazi 0.5s  0.50s forwards; }
.services-box:nth-child(4).services-animate {  -webkit-animation: prikazi 0.5s 0.65s forwards; animation: prikazi 0.5s  0.65s forwards; }
.services-box:nth-child(5).services-animate {  -webkit-animation: prikazi 0.5s 0.8s forwards; animation: prikazi 0.5s  0.8s forwards; }
.services-box:nth-child(6).services-animate {  -webkit-animation: prikazi 0.5s 0.95s forwards; animation: prikazi 0.5s  0.95s forwards; }

/*VISA*/
.visa{ padding:0px 0px; }
.visa-cont{ display: flex; align-items:center; position: relative; }
.visa-cont::before{position:absolute; content: ''; bottom:-15%; left:-15%; height: 50%; width: 50%;  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #ddd; background-size: 22px 22px; }
.visa-left{ width: 55%; margin-right: 10%; position: relative; overflow: hidden; padding:50px 0px; }
.visa-left img{ border-radius: 20px; width: 100% }
.visa-left-abs{ position: absolute; top:0px; width: 100%; left:-100%; color:#b7ddfe; background-color: #b7ddfe; height: 100%; }
/*.visa-animate{  -webkit-animation: prenesi 1s ease .3s forwards; animation: prenesi 1s ease .3s forwards; }*/
.visa-right{ width: 35%;   }
.visa-title{ font-size: 30px; line-height: 40px; color:#000; font-weight: bold; margin-bottom: 20px; } 
.visa-desc{ font-size: 16px; line-height: 24px; color:#777; margin-bottom:40px; }
.visa-button-cont{  padding:10px 0px;  }
.visa-button{ padding: 13px 60px; font-size: 14px; line-height: 22px; font-weight:bold; border-radius: 23px; background-color: #b7ddfe; color:#000; cursor: pointer; }
.visa-button:hover{ background-color: #1e73be; color:#fff; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }

@-webkit-keyframes prenesi {
  0% {
    left: -100%;
  }
  100% {
    left:100%;
  }
}
@keyframes prenesi {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


/*VESSEL*/
.vessel{ padding-top:80px; padding-bottom: 80px; }
.vessel-cont{ overflow: hidden; }
.vessel-box{ float: left; width: 30%; margin-right: 5%; position: relative;}
.vessel-box:last-child{  margin-right: 0%;}
.vessel-img{  }
.vessel-img img{ cursor: pointer; border-radius: 10px; }
.vessel-img img:hover{  }
.vessel-title{ font-size: 22px; line-height: 32px; font-weight: bold; color:#000; text-align: center; margin-top:15px; }
.vessel-img { position: relative; overflow: hidden;}
.vessel-img::before { position: absolute; top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);
}
.vessel-img:hover::before { -webkit-animation: shine .75s; animation: shine .75s; }


.vessel-box:nth-child(1) .vessel-img-animate::before{ -webkit-animation: shine 1s ease .3s forwards; animation: shine 1s ease .3s forwards; }
.vessel-box:nth-child(2) .vessel-img-animate::before{ -webkit-animation: shine 1s ease .5s forwards; animation: shine 1s ease .5s forwards; }
.vessel-box:nth-child(3) .vessel-img-animate::before{ -webkit-animation: shine 1s ease .7s forwards; animation: shine 1s ease .7s forwards; }
 
@-webkit-keyframes shine {
  0%{
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0%{
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/*TRANSPORT*/
.transport{ position: relative; padding-top:80px; padding-bottom: 200px; background-image: linear-gradient(to top right, #0f497c, #2f89d8); }
.transport-cont{ overflow: hidden; display: flex; align-items: center; }
.transport-left{ width: 45%;  margin-right: 10%; position: relative; overflow: hidden; padding:50px 0px; }
 
.transport-right{ width:50%;   }
.transport-title{ font-size: 30px; line-height: 40px; color:#fff; font-weight: bold; margin-bottom: 20px; } 
.transport-title .material-icons-round{ display: inline-flex; vertical-align: top; line-height: 40px; font-size: 30px;  }
.transport-desc{ font-size: 16px; line-height: 24px; color:#b0d7f9; margin-bottom:40px; }
.transport_krivulja_bottom{position: absolute; bottom:0px; width: 100%; z-index:3!important; background: url(../images/bg-krivulja-inv.png) center bottom no-repeat;  background-size: 100% auto; height: 250px; border:0px solid #ff0000; }

/*...ACCORDION*/
.accordion { position: relative; color: #444; background-color: transparent; border:1px solid #064780; cursor: pointer; padding: 12px 25px 12px 55px; width: 100%; text-align: left; outline: none; font-size: 16px; line-height:22px; color:#b0d7f9; transition: 0.4s; border-radius: 24px; }
.accordion.active, .accordion:hover { background-color: #064780; color:#fff; }
.accordion:after { content: '\002B'; color: #b0d7f9; font-weight: bold; font-size: 24px; float: right; margin-left: 5px;}
.accordion:before {position: absolute; left:15px; top:11px; font-size: 26px; line-height: 26px; font-family: 'Material Icons Round'; content:'flight'; color:#fff; } 
.accordion:hover .accordion:after{ color:#fff; }
.accordion.active:after{ content: "\2212"; color: #fff; } 
.panel { padding: 0px 20px; background-color: #1063ac; max-height: 0; overflow: hidden; border-radius: 24px; transition: max-height 0.3s ease-out; margin-bottom: 10px; margin-top:2px;}
.panel p{ margin:15px 0px!important; }

.transport-locations-cont{ margin:20px 0px; }
.transport-locations { padding:5px 0px; font-size: 15px; line-height: 21px; color:#b7ddfe; padding-left: 38px; position: relative; border-radius: 15px; }
.transport-locations:hover{ background-color: #064780; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
.transport-locations::before{position: absolute; left:13px; top:0px; height: 27px; font-family: 'Material Icons Round'; content:'flight'; color:#b7ddfe; font-size:19px; line-height: 31px; transform: rotate(30deg);}
.transport-locations span{ display: inline-block; }
.transport-airport{ width: 28%; }
.transport-port{ width: 28%; }
.transport-distance{ width: 17%; }
.transport-duration{ width: 17%; }
.transport-locations .material-icons-round{ display: inline-flex; width:10%; vertical-align: top; line-height: 21px; font-size: 19px; color:#b7ddfe; }
 

/*FLEET*/
.fleet{ position: relative; }
.fleet .main{ padding-top: 0px!important; position: relative; }
.fleet-cont{ overflow: hidden; display: flex; align-items: center; }
.fleet-cont::before{position:absolute; content: ''; top:0px; left:15%; height: 51%; width: 33%;  background: linear-gradient(90deg, #fff 19px, transparent 1%) center, linear-gradient(#fff 19px, transparent 1%) center, #ddd; background-size: 22px 22px; }
.fleet-left{ width: 40%; margin-right: 15%; position: relative; padding:50px 0px; overflow: hidden;  }
.fleet-left-abs{ position: absolute; top:0px; width: 100%; left:-100%; color:#b7ddfe; background-color: #b7ddfe; height: 100%; }
/*.fleet-animate{  -webkit-animation: prenesi 1s ease .3s forwards; animation: prenesi 1s ease .3s forwards; }*/
.fleet-right{ width:45%;  }

.fleet-class{ font-size: 26px; line-height: 36px; color:#777; text-transform: uppercase;  }
.fleet-model{ font-size: 40px; line-height: 50px; color:#000; font-weight: bold; }
.fleet-separator{ width: 60px; height: 6px; background-color: #b7ddfe; margin:10px 0px; }
.fleet-passengers{position: relative; padding-left: 28px; font-size:16px; line-height:28px; color:#777; display: inline-block; }
.fleet-passengers::before{ position: absolute; left:0px; top:0px; height: 28px; font-family: 'Material Icons Round'; content:'person'; color:#111; font-size: 22px; line-height: 28px; }
.fleet-baggage{position: relative; padding-left: 28px; font-size:16px; line-height:28px; color:#777; display: inline-block; margin-left:40px; }
.fleet-baggage::before{ position: absolute; left:0px; top:0px; height: 28px; font-family: 'Material Icons Round'; content:'luggage'; color:#111; font-size: 22px; line-height: 28px; }

.fleet-locations-title{ background-color: #b7ddfe; width: 150px; text-align: center; padding:5px 0px; border-radius: 18px; margin-top:40px; margin-bottom:10px; font-size: 16px; line-height: 26px; font-weight: bold; color:#000;   }
.fleet-locations-cont{  }
.fleet-locations {opacity:0; padding:5px 0px; font-size: 15px; line-height: 21px; color:#444; padding-left: 35px; position: relative; border-radius: 15px; }
.fleet-locations:hover{ background-color: #b7ddfe; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
.fleet-locations::before{ position: absolute; left:8px; top:0px; height: 27px; font-family: 'Material Icons Round'; content:'flight'; color:#b7ddfe; font-size:19px; line-height: 31px; transform: rotate(30deg);}
.fleet-locations:hover::before{ color:#1e73be; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
.fleet-locations span{ display: inline-block; }
.fleet-airport{ width: 28%; }
.fleet-port{ width: 28%; }
.fleet-distance{ width: 17%; }
.fleet-duration{ width: 17%; }
.fleet-locations .material-icons-round{ display: inline-flex; width:10%; vertical-align: top; line-height: 21px; font-size: 19px; color:#b7ddfe; }
.fleet-locations:hover .material-icons-round{ color:#1e73be; }

.fleet-locations:nth-child(1).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.2s forwards; animation: prikazi 0.5s  0.2s forwards; }
.fleet-locations:nth-child(2).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.35s forwards; animation: prikazi 0.5s  0.35s forwards; }
.fleet-locations:nth-child(3).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.50s forwards; animation: prikazi 0.5s  0.50s forwards; }
.fleet-locations:nth-child(4).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.65s forwards; animation: prikazi 0.5s  0.65s forwards; }
.fleet-locations:nth-child(5).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.8s forwards; animation: prikazi 0.5s  0.8s forwards; }
.fleet-locations:nth-child(6).fleet-animate2 {  -webkit-animation: prikazi 0.5s 0.95s forwards; animation: prikazi 0.5s  0.95s forwards; }
.fleet-locations:nth-child(7).fleet-animate2 {  -webkit-animation: prikazi 0.5s 1.1s forwards; animation: prikazi 0.5s  1.1s forwards; }
 

/*...FLEET SLIDER*/
#kiwi-slider, #kiwi-slider2 { position: relative;}
#kiwi-slider .MS-content, #kiwi-slider2 .MS-content {margin-top:15px;  overflow: hidden; white-space: nowrap; border:0px solid #ddd; }
 
 
.MS-content .item:nth-child(2n) .reference-tekst{ margin-right: 0px; margin-left: 30px }
.MS-content .item:nth-child(2n) .reference-logo{ margin-left: 30px }
.MS-content .item { display: inline-block; height: 100%; overflow: hidden; vertical-align: top; position: relative; box-sizing: border-box; width: 100%!important; color:#000;}
 
#kiwi-slider .MS-controls { text-align: right; }
#kiwi-slider .MS-controls button{ border:2px solid #1e73be; border-radius: 5px; font-size: 30px; line-height: 30px; height: auto; width: auto; background: none; margin:0px; padding:5px 6px;  }
#kiwi-slider .MS-controls button .material-icons{ font-size: 24px; line-height: 24px; }
#kiwi-slider .MS-controls button:hover{ background-color: #1e73be; color:#fff; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }


/*CLOCK*/
.clock-cont{ overflow: hidden; padding: 40px 0px; padding-bottom: 80px }
.clock-cont .main{ background-color: #efefef; border-radius: 20px; padding:40px 0px;}
.clock-box{ width: 33%; float:left; }
.clock-title{ font-size: 22px; line-height: 32px; color:#000; text-align: center; margin-bottom: 30px; font-weight: bold; }
.clock-date{ font-size: 17px; line-height: 34px; color:#fff; background-color: #1e73be; text-align: center; font-weight: bold; margin:0px auto; width: 60%;  margin-top: 30px; border-radius: 17px; }
 
  
/*FOOTER*/
.footer{ z-index:0!important; padding-top:200px; padding-bottom: 80px;  background:#262626 url(../images/bg-krivulja-footer.png) top center no-repeat;  background-size: 100% auto; }
.footer-cont{ overflow: hidden; width: 100%; }
.footer-left{ width: 35%; float:left; }
.footer-center{ width: 29%; margin:0% 6%; float:left; }
.footer-right{ width: 24%; float:left; }
.footer-50{ width: 50%; float:left; }
.footer-korisnicki{ background: #1f1f1f; padding:15px 0px 15px 20px; box-sizing: border-box; border-radius: 10px; }

.footer-korisnicki .footer-map-link a{ }
.footer-map-title{ font-size:15px; line-height: 21px; margin-bottom: 15px; margin-top:30px; color:#fff; font-weight: bold; }
.footer-map-title:nth-child(1){ margin-top:0px; }
.footer-map-link{ font-size:14px; line-height: 20px; margin-bottom:6px; color:#999; }
.footer-map-link a{ color:#999;  }
.footer-map-link a:hover{ color:#fff;  }
.footer-logo { text-align: left; margin-bottom: 20px;}
.footer-logo img{ height:90px; }
.footer-slogan h1{ font-family: 'Ma Shan Zheng', cursive; font-size:80px; line-height: 70px; color:#ddd; text-align: left; margin-left: 10px; padding:30px 0px;  transform: rotate(-7deg); }
.footer-slogan h1 .footer-slogan-color{  color:#1e73be; }
.footer-slogan h1 .footer-slogan-margin{  margin-left: 100px; }
.footer-onama{ font-size: 14px; line-height: 20px; color:#999; margin-top:20px;  }

.footer-bespl-tel{ font-size: 80px; line-height: 80px; font-weight: bold; color:#e66523; margin-bottom: 30px; }
.footer-contact{ font-size:14px; line-height: 30px; color:#999; margin-bottom: 6px; }
.footer-contact a{  color:#999;  }
.footer-contact a:hover{  color:#fff;  }
.footer-working-hours img{ height: 120px; }
 
.footer-adresa{position:relative; padding-left: 25px;  }
.footer-adresa::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'home'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}
.footer-telefon{position:relative; padding-left: 25px;   }
.footer-telefon::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'phone_in_talk'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}
.footer-email{position:relative; padding-left: 27px; }
.footer-email::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'mark_email_read'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}


.footer-viber{position:relative; padding-top:20px; padding-bottom: 20px; padding-left: 32px; margin-top:15px; margin-bottom: 0px; border-top:1px solid #555; border-bottom:1px solid #555; }
.footer-viber::before{position: absolute; content: ""; top:50%; margin-top: -13px; left:0px; background: url('../images/icon-viber.png') center center no-repeat; background-size: cover; color:#1e73be; width: 26px; height:26px;}
.footer-viber::after{position: absolute; content: ""; top:50%; margin-top: -28px; right:3px; background: url('../images/icon-viber-qr.png') center center no-repeat; background-size: cover; color:#1e73be; width: 56px; height:56px;}
.footer-whatsapp{position:relative; padding-top:20px; padding-bottom: 20px; padding-left: 32px;  margin-bottom: 0px; border-bottom:1px solid #555; }
.footer-whatsapp::before{position: absolute; content: ""; top:50%; margin-top: -13px; left:0px; background: url('../images/icon-whatsapp.png') center center no-repeat; background-size: cover; color:#1e73be; width: 26px; height:26px;}
.footer-whatsapp::after{position: absolute; content: ""; top:50%; margin-top: -29px; right:3px;  background: url('../images/icon-whatsapp-qr.png') center center no-repeat; background-size: cover; color:#1e73be; width: 56px; height:56px;}
 
.footer-wechat{position:relative; padding-top:20px; padding-bottom: 20px; padding-left: 32px;  margin-bottom: 0px; border-bottom:1px solid #555; }
.footer-wechat::before{position: absolute; content: ""; top:50%; margin-top: -13px; left:0px; background: url('../images/icon-wechat.png') center center no-repeat; background-size: cover; color:#1e73be; width: 26px; height:26px;}
.footer-wechat::after{position: absolute; content: ""; top:50%; margin-top: -29px; right:3px;  background: url('../images/icon-wechat-qr.png') center center no-repeat; background-size: cover; color:#1e73be; width: 56px; height:56px;}
 
 
.footer-social-title{ font-size:16px; line-height: 20px; color:#999; }
.footer-social{ margin:15px 0px 15px 0px; }
.footer-social img{height: 20px; margin-right:7px; background-color: #444; padding:10px; border-radius: 8px; cursor: pointer;}
.footer-social img:hover{ background-color: #000; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; }


/*POWERED BY*/
.powered-by-container{ background-color:#000; padding:10px 0px; text-align:right; font-size:14px; color:#777; padding-right:10px;}
.powered-by{color:#fff;}
.powered-by a{color:#fff;}
.powered-by:hover{color:#f1b41d;}
.powered-by-co{color:#f1b41d}


@media (min-width:2502px) {

  /*KRIVULJE*/
  .slideshow_krivulja{background: url(../images/bg-krivulja-2700.png) center bottom no-repeat;  background-size: 100% auto; }
  .itemid-107 .slideshow_krivulja{ background: url(../images/bg-krivulja-grey-2700.png) center bottom no-repeat; background-size: 100% auto; }
  .itemid-107 .footer{ background: #262626 url(../images/bg-krivulja-footer-grey-2700.png) top center no-repeat; background-size: 100% auto; }  
  .services{ background: url(../images/bg-krivulja-footer-2700.png) top center no-repeat, url(../images/bg-krivulja-inv-2700.png) bottom center no-repeat; background-size: 100% auto; background-color:#efefef;  }
  .transport_krivulja_bottom{ background: url(../images/bg-krivulja-inv-2700.png) center bottom no-repeat; background-size: 100% auto; }
  .footer{background:#262626 url(../images/bg-krivulja-footer-2700.png) top center no-repeat;  background-size: 100% auto; }
   
}

@media (min-width:1802px) and (max-width:2501px) {
  
}

@media (min-width:1602px) and (max-width:1801px) {
    
    
    

    .slider-box-title{  font-size:47px; line-height:57px;   }
}

@media (min-width:1402px) and (max-width:1601px) {
   
  
    .slider-box{ top:200px; }
    .slider-box-title{  font-size:40px; line-height:50px;   }
   
}

@media (min-width:1202px) and (max-width:1401px) {
    body { display: none }
    
 
  

    .slider-box{ top:180px; }
    .slider-box-title{  font-size:34px; line-height:44px;   }
   
}

@media (min-width:1000px) and (max-width:1201px) {
    
    body { display: none }

    /*SLIKA 100*/
    .slika100-text{ font-size: 22px; line-height: 32px; padding:30px 40px; width: 35%; margin:90px 0px; margin-right: 10%;  }

    /*FIKSNE*/
    .fiksne-box a{ color:#2085df; font-size: 15px; display: block; line-height: 26px; margin-bottom: 10px; margin-left: 5px;  background: url(../images/bg-fiksne.png) no-repeat 5px center; background-size: 40px;  padding-left: 55px;}
     

    /*BLOCKQUOTE*/
    .blockquoteTitle{  font-size:18px; color:#111; font-weight: bold; line-height: 24px; margin-top:15px; margin-bottom:10px;   }
    .blockquoteDesc{ font-size:13px; line-height:19px; color:#111; }
    .blockquoteButtonContainer{margin-top:7px;}

    /*SLIDESHOW*/
    .slider-box{ border:0px solid #ff0000; width: 500px; }
    .slider-box-title{  font-weight:bold; font-size:40px;  line-height:50px;  }
    .slider-box-desc{ font-weight:normal; font-size:22px; line-height:30px;  }
    .slider-box-licence{ font-size:26px;  line-height:34px;   }
    .slider-box-img img{  height: 90px; }

 


}

@media (min-width:768px) and (max-width:1100px) {
    body { display: none }
    /*CALCULATOR*/
    .calculator {width: 96%; margin-left:2%; border-radius: 10px; box-sizing: border-box;}
    .slider-box{ border:0px solid #ff0000; width: 500px; }
    .slider-box-title{  font-weight:bold; font-size:36px;  line-height:46px;  }
    .korisnicki-left { padding: 0px 30px; box-sizing: border-box;}
    .slika100-text { padding: 20px 30px; width: 50%; margin: 60px 0px; margin-right: 5%; font-size: 24px; line-height: 36px;}
    #jf-footer .main-inner1,
    .main {
 
        width: 96%;
    }

    /*GRADOVI*/
    .gradovi .main{ width: 96%!important }

 
}

@media (max-width:767px) {
  body { display: block }

  /**********************************GENERAL***************************************/
  /********************************************************************************/
  /********************************************************************************/

  .main{ width: 100%; }
  .homeMargina1{ margin:0px 20px; }

  .naslov{ font-size: 26px; line-height: 36px; }

  p{ font-size: 15px; line-height: 23px;  }


  .forma {border: 0 solid red; margin:0px; margin-bottom: 30px; overflow: hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box}
  .forma-50{ width:100%;  float:none; margin-right:0%; margin-top:0px; }
  .forma-50:nth-child(2){ width:100%; margin-right:0%;  margin-top:0px; }
  .forma-30{ width:100%;  float:none; margin-right:0%; margin-top:0px; }

  
  .forma .clr { width: 100%; overflow: hidden;}
  .forma input, .forma select  {font-size: 14px; line-height: 24px; padding: 12px 0 12px 30px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box}
  .forma select { height: 50px;}
  .forma input, .forma select, .forma textarea  {font-size: 16px; line-height: 24px; background-color: transparent; padding: 12px 0 12px 30px; width: 100%; border:1px solid #888; background-color:transparent; color: #000; border-radius: 25px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box}
  .forma input[type="submit"]{   margin-top: 30px; }

  /*COOKIES BANNER*/
  #cookies-banner{position:fixed; width:100%; left:auto; margin-left:auto; text-align: left;  bottom:0px; padding:15px; font-size:12px; line-height:17px;}
  #cookies-banner .modalconent{ width: auto; margin:0px auto; }
  .cookies-link{ font-weight: bold; text-decoration: underline; color:#fff; }

  /*FADE EFFECT*/
  .fade { top:30px;   opacity:0;}
  .pomjeriGore {top: 0px; opacity:1; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
    
 

  /**********************************HEADER***************************************/
  /********************************************************************************/
  /********************************************************************************/


 
	.mobileHeader{display:block; position: fixed; width:100%; height:50px; z-index:999;/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/}
	.logoSlika { position: absolute; height:46px; top: 2px; left:50%; margin-left:-85px; }
    
  .glavniMeni-cont{ display: none; }
  .glavniMeni{ display: none; }

  .glavniMeni-dugme-cont{padding:5px 0px; top:7px; left:5px; }
  .glavniMeni-dugme{ margin-top: 0px; padding:5px 5px; color:#fff; font-size: 10px; line-height: 16px; border-radius: 5px; font-weight: normal; text-transform: uppercase; border:1px solid #a49169; }
 
  .glavniMeni #kiwi-menu{display: none;}

  .header2{width:100%; height:150px;  }
	

  /*MENU DUGME*/
	a.gotomenu {height: 30px; position: absolute; color:#fff; right: 10px; top: 12px; width: 30px; z-index: 60}

  /*SIDENAV*/
  .sidenav .sidenav-pretext{ padding:60px 0px 0px 0px; margin-bottom:30px; text-align:left; margin-left: 10px; font-size:45px; line-height: 35px;    }
 
  /*SLIDESHOW*/
  .slideshow{ margin-bottom:60px; }
  .slideshow_krivulja{ height: 40px; background-size: cover;  }
  .slideshow_eiffel{position: absolute; width: 12%; top:8%; left:45%; z-index:4!important; border:0px solid #ff0000; }
  .slideshow_opustise{position: absolute; opacity: 0.5; top:280px; max-width: auto; left:10%; width:80%;  z-index:4!important;/* background: url(../images/bg-x.png) center bottom no-repeat; background-size: 100%; */border:0px solid #ff0000; }
  .slideshow_mapa{ position: absolute; width: 100%; max-width: auto; bottom:-80px; left: 0%; z-index: 10!important;  }

  .moving_dot{ width: 2px; height: 2px; border-radius: 50%;  }

  .pulsating-circle { position: absolute; transform: translateX(-50%) translateY(-50%); width: 4px; height: 4px;}
  .pulsating-circle:before { content: ''; position: relative; display: block; width: 800%; height: 250%; box-sizing: border-box; margin-left: -400%; margin-top: -125%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;    }
  .pulsating-circle:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 50%; margin-left: -50%; margin-top: -25%; background-color: #1e73be; border-radius: 50%; }

  .pulsating-circle2 { position: absolute; transform: translateX(-50%) translateY(-50%); width: 4px; height: 4px; }
  .pulsating-circle2:before { content: ''; position: relative; display: block; width: 800%; height: 250%; box-sizing: border-box; margin-left: -400%; margin-top: -125%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s .3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .pulsating-circle2:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 50%; margin-left: -50%; margin-top: -25%; background-color: #1e73be; border-radius: 50%; }

  .pulsating-circle3 { position: absolute; transform: translateX(-50%) translateY(-50%); width: 4px; height: 4px; }
  .pulsating-circle3:before { content: ''; position: relative; display: block; width: 800%; height: 250%; box-sizing: border-box; margin-left: -400%; margin-top: -125%; border-radius: 50%; background-color: #1e73be; animation: pulse-ring 2.25s .6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .pulsating-circle3:after { content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 50%; margin-left: -50%; margin-top: -25%; background-color: #1e73be; border-radius: 50%; }

  .slider-box{  position:absolute; right:10%; top:120px; width: 80%; max-width: auto; z-index: 4!important }
  .slider-box-uvod{ font-size:12px; line-height: 22px; letter-spacing: 1px; color:#fff;  text-align: left; margin-bottom: 20px;}
  .slider-box-arrow{  padding-right:60px;  background: url(../images/icon-slideshow-arrow.png) right bottom no-repeat; padding-bottom: 10px;}
  .slider-box-title{  font-weight:bold; text-align: left; font-size:22px; line-height:30px; color:#fff; /*text-shadow: 2px 2px 2px #000; */ margin-bottom:20px;  }
 


  /**********************************CONTENT***************************************/
  /********************************************************************************/
  /********************************************************************************/
  .content-all{ margin:0px 20px; width: auto; }
  .content-left{ width: 100%; float:none; }
  .content-right{ width: 100%; float:none; }
 
  #jf-content .main{ padding-top:20px; padding-bottom: 40px; }
  #jf-content .main .item-page h2{  font-size: 26px; line-height: 36px; margin-bottom: 30px; }
  #jf-content .main p{ font-size: 15px; line-height: 23px; }

  /*PAGE GLOBAL*/
  .page-button-cont{ margin-top:40px; padding:20px 0px; overflow: hidden; }
  .page-button{ padding: 12px 50px;  border: 1px solid #2085df; color:#000; font-weight: bold; border-radius: 20px; font-size: 14px; line-height: 16px; text-transform: uppercase;  }
  .page-button:hover{  background-color: #2085df; color:#fff; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s;}
  .page-cont{ width: 100%; overflow: hidden;  margin-bottom: 60px;}
  .page-50{ width: 100%;}
  .page-48{ width: 100%;}
  .page-46{ width: 100%;}
  .page-float-l{ float:none; }
  .page-float-r{ float:none; }
  .small{ font-size: 14px!important; line-height: 20px!important; color:#555!important; }
  .narandzasta{ color:#df621e!important; } 


  /*ABOUT*/
  .page-about-img{ border-radius: 20px; margin-top:30px; }
  .page-about-subtitle{ font-size: 26px; line-height:36px; font-weight: bold; margin-bottom: 30px; }



  /**********************************MODULI****************************************/
  /********************************************************************************/
  /********************************************************************************/
  /*ABOUT US*/
  .about{ padding-top: 40px; }
  .about-cont{ overflow: hidden; }
  .about-left{ width: 100%; float:none; overflow: hidden; padding-bottom: 30px; }
  .about-left-inner{ width: 100%; float:none; max-width: auto;  }
  .about-list{font-size: 15px; line-height: 21px; padding:5px 0px 5px 32px; margin-left:10px;  }
  .about-right{ width: 100%; width: 300px; margin-left: 0%;  margin:20px auto; border:0px solid #cc0000; float:none;  }
  .about-abs{  position: absolute; opacity: 0; width: 30px; height: 30px; border-radius: 50%; box-shadow: 0 5px 10px rgba(0,0,0,0.1); background-color:#fff; z-index: 100 } 
  .about-abs-1::before{ left:5px; top:5px; height: 20px; width :20px; font-size:18px; line-height: 20px; }  
	.about-abs-2::before{ left:5px; top:5px; height: 20px; width: 20px; font-size:18px; line-height: 20px; }  
  .about-abs-3::before{ left:5px; top:5px; height: 20px; width: 20px; font-size:18px; line-height: 20px; }  
  .about-abs-4::before{ left:5px; top:5px; height: 20px; width: 20px; font-size:18px; line-height: 20px; }  
  .about-abs-5::before{ left:5px; top:5px; height: 20px; width: 20px; font-size:18px; line-height: 20px; }  

  /*LOGOI*/
  .itemid-104 .logoi{ margin-top:0px; margin-bottom: 40px; } 
  .itemid-104 .logoi .main{ padding-top: 0px!important }
  .logoi{ margin:0px 0px;  }
  .logoi-cont{ display: block; width: 100%;   }
  .logoi-box{float:left; width:48%; padding:60px 0px; border-right: 1px solid #efefef; text-align: center; cursor: pointer; }
  .logoi-cont:nth-child(2) .logoi-box:first-child{ border-left: 0px solid #efefef }

  .logoi-cont:first-child .logoi-box:nth-child(3), .logoi-cont:first-child .logoi-box:nth-child(5), .logoi-cont:first-child .logoi-box:nth-child(7){ border-left: 1px solid #efefef }
  .logoi-cont:nth-child(2) .logoi-box:nth-child(2), .logoi-cont:nth-child(2)  .logoi-box:nth-child(4), .logoi-cont:nth-child(2)  .logoi-box:nth-child(6){ border-left: 1px solid #efefef }
  .logoi-cont:nth-child(3) .logoi-box:nth-child(3), .logoi-cont:nth-child(3) .logoi-box:nth-child(4), .logoi-cont:nth-child(3) .logoi-box:nth-child(5){ display: none; }
  .logoi-box img{ max-width: 80%; max-height: 40px; height: auto; filter: grayscale(100%); opacity: 0; }
 

  /*SERVICES*/
  .itemid-107 .slideshow_krivulja{ background: url(../images/bg-krivulja-grey.png) center bottom no-repeat; background-size: 100% auto; }
  .itemid-107 .footer{ background: #262626 url(../images/bg-krivulja-footer-grey.png) top center no-repeat; background-size: 100% auto; }
  .itemid-107 #jf-content{ background: #efefef; }
  .itemid-107 #jf-content .main{ padding-bottom:0px; }
  .itemid-107 .services{padding-top:0px; padding-bottom:0px; background: #efefef; }
  .itemid-107 .services .naslov{ display: none; }
  .itemid-107 .services .main{ padding-top: 0px!important;  }
  .services{ padding-top:40px; padding-bottom: 0px; background: url(../images/bg-krivulja-footer.png) top center no-repeat, url(../images/bg-krivulja-inv.png) bottom center no-repeat; background-size: 100% auto; background-color: #efefef; }
  .services .homeMargina1{ margin:0px;  }
  .services .main{ width: 100%!important; box-sizing: border-box; }
  .services .naslov{ padding-left: 30px; }
  .services-cont{overflow: hidden; padding:20px 30px;}
  .services-box{opacity: 0;  float:none; width:100%; margin-right: 0%; box-shadow: 0 0 15px 0px rgba(0,0,0,.15); border-radius: 20px; background-color: #fff; margin-bottom: 40px; padding:50px 0px 50px 0px; }
  .services-box:nth-child(3n){margin-right: 0%;  }
  .services-img{ text-align: left; padding-left: 40px }
  .services-img img{ height: 60px;  }
  .services-title{ font-size: 20px; line-height: 30px;  margin:15px 40px; font-weight: bold; color:#000; }
  .services-desc{ font-size: 14px; line-height: 20px; min-height: auto; margin:0px 40px; color:#777; }

  /*VISA*/
  .visa{ padding:0px 0px; }
  .visa-cont{ display: block;  }
  .visa-cont::before{position:absolute; content: ''; bottom:auto; top:-2%; left:-8%; height: 33%; width: 60%;  background: linear-gradient(90deg, #fff 14px, transparent 1%) center, linear-gradient(#fff 14px, transparent 1%) center, #ddd; background-size: 16px 16px; }
  .visa-left{ width: 100%; margin-right: 0%; position: relative; overflow: hidden; padding:50px 0px; }
  .visa-left img{ border-radius: 20px; width: 100% }
  .visa-left-abs{ position: absolute; top:0px; width: 100%; left:-100%; color:#b7ddfe; background-color: #b7ddfe; height: 100%; }
  .visa-animate{  -webkit-animation: prenesi 1s ease .3s forwards; animation: prenesi 1s ease .3s forwards; }
  .visa-right{ width: 100%;   }
  .visa-title{ font-size: 26px; line-height: 36px; color:#000; font-weight: bold; margin-bottom: 20px; } 
  .visa-desc{ font-size: 15px; line-height: 23px; color:#777; margin-bottom:40px; }
  .visa-button-cont{  padding:10px 0px;  }
  .visa-button{ padding: 13px 60px; font-size: 14px; line-height: 22px; font-weight:bold; border-radius: 23px; background-color: #b7ddfe; color:#000; cursor: pointer; }
  .visa-button:hover{ background-color: #1e73be; color:#fff; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }

  /*VESSEL*/
  .vessel{ padding-top:0px; padding-bottom: 0px; }
  .vessel-box{ float: left; width: 100%; margin-right: 0%; position: relative; margin-bottom: 40px;}
  .vessel-title{ font-size: 20px; line-height: 30px; font-weight: bold; color:#000; text-align: center; margin-top:7px; }

  /*TRANSPORT*/
  .transport{ position: relative; padding-top:20px; padding-bottom: 40px; background-image: linear-gradient(to top right, #0f497c, #2f89d8); }
  .transport-cont{ overflow: hidden; display: block; }
  .transport-left{ width: 100%;  margin-right: 0%; position: relative; overflow: hidden; padding:0px 0px; }
   
  .transport-right{ width:100%;   }
  .transport-title{ font-size: 26px; line-height: 36px; color:#fff; font-weight: bold; margin-bottom: 20px; } 
  .transport-title .material-icons-round{ display: inline-flex; vertical-align: top; line-height: 40px; font-size: 30px;  }
  .transport-desc{ font-size: 15px; line-height: 23px; color:#b0d7f9; margin-bottom:40px; }
  .transport_krivulja_bottom{position: absolute; bottom:0px; width: 100%; z-index:3!important; background: url(../images/bg-krivulja-inv.png) center bottom no-repeat;  background-size: 100% auto; height: 50px; border:0px solid #ff0000; }

  /*...ACCORDION*/
  .accordion { position: relative; color: #444; background-color: transparent; border:1px solid #064780; cursor: pointer; padding: 12px 25px 12px 55px; width: 100%; text-align: left; outline: none; font-size: 16px; line-height:22px; color:#b0d7f9; transition: 0.4s; border-radius: 24px; }
  .accordion.active, .accordion:hover { background-color: #064780; color:#fff; }
  .accordion:after { content: '\002B'; color: #b0d7f9; font-weight: bold; font-size: 24px; float: right; margin-left: 5px;}
  .accordion:before {position: absolute; left:15px; top:11px; font-size: 26px; line-height: 26px; font-family: 'Material Icons Round'; content:'flight'; color:#fff; } 
  .accordion:hover .accordion:after{ color:#fff; }
  .accordion.active:after{ content: "\2212"; color: #fff; } 
  .panel { padding: 0px 10px; background-color: #1063ac; max-height: 0; overflow: hidden; border-radius: 24px; transition: max-height 0.3s ease-out; margin-bottom: 10px; margin-top:2px;}
  .panel p{ margin:15px 0px!important; }

  .transport-locations-cont{ margin:20px 0px; }
  .transport-locations { padding:5px 0px; font-size: 13px; line-height: 21px; color:#b7ddfe; padding-left: 25px; position: relative; border-radius: 15px; }
 
  .transport-locations::before{position: absolute; left:3px; top:0px; height: 27px; font-size:17px; line-height: 31px; }
  .transport-locations span{ display: inline-block; }
  .transport-airport{ width: 38%; }
  .transport-port{ width: 34%; }
  .transport-distance{ width: 18%; }
  .transport-duration{ width: 17%;  display: none!important; }
  .transport-locations .material-icons-round{ display: inline-flex; width:10%; vertical-align: top; line-height: 21px; font-size: 19px; color:#b7ddfe; }

  /*FLEET*/
  .fleet{ position: relative; padding-top:40px; }
  .fleet .main{ padding-top: 0px!important; position: relative; }
  .fleet-cont{ overflow: hidden; display: block; padding-top:30px; }
  .fleet-cont::before{position:absolute; content: ''; top:0px; left:auto; right:-5%; height: 125px; width: 60%;  background: linear-gradient(90deg, #fff 14px, transparent 1%) center, linear-gradient(#fff 14px, transparent 1%) center, #ddd; background-size: 16px 16px; }
  .fleet-left{ width: 100%; margin-right: 0%; position: relative; padding:0px 0px; overflow: hidden; margin-bottom: 40px; }
  .fleet-left-abs{ position: absolute; top:0px; width: 100%; left:-100%; color:#b7ddfe; background-color: #b7ddfe; height: 100%; }
  .fleet-animate{  -webkit-animation: prenesi 1s ease .3s forwards; animation: prenesi 1s ease .3s forwards; }
  .fleet-right{ width:100%;  }

  .fleet-class{ font-size: 20px; line-height: 30px; color:#777; text-transform: uppercase;  }
  .fleet-model{ font-size: 26px; line-height:36px;  }
  .fleet-separator{ width: 40px; height: 4px; }
  .fleet-passengers{position: relative; padding-left: 28px; font-size:14px; line-height:28px; color:#777; display: inline-block; }
  .fleet-passengers::before{ height: 28px;  font-size: 20px; line-height: 28px; }
  .fleet-baggage{ padding-left: 28px; font-size:14px; line-height:28px; margin-left:40px; }
  .fleet-baggage::before{ height: 28px; font-size: 20px; line-height: 28px; }

  .fleet-locations-title{ background-color: #b7ddfe; width: 150px; text-align: center; padding:5px 0px; border-radius: 18px; margin-top:40px; margin-bottom:10px; font-size: 16px; line-height: 26px; font-weight: bold; color:#000;   }
  .fleet-locations-cont{  }
  .fleet-locations {opacity:0; padding:5px 0px; font-size: 13px; line-height: 21px; color:#444; padding-left: 25px; position: relative; border-radius: 15px; }
  .fleet-locations:hover{ background-color: #b7ddfe; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
  .fleet-locations::before{ position: absolute; left:3px; top:0px; height: 27px; font-size:17px; line-height: 31px; }
  .fleet-locations:hover::before{ color:#1e73be; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; }
  .fleet-locations span{ display: inline-block; }
  .fleet-airport{ width: 35%; }
  .fleet-port{ width: 35%; }
  .fleet-distance{ width: 20%; }
  .fleet-duration{ width: 17%; display: none!important; }
  .fleet-locations .material-icons-round{ display: inline-flex; width:10%; vertical-align: top; line-height: 21px; font-size: 17px; color:#b7ddfe; }
  .fleet-locations:hover .material-icons-round{ color:#1e73be; }


  /*CLOCK*/
  .clock-cont{ overflow: hidden; padding: 40px 0px; padding-bottom: 80px; margin:0px 20px; }
  .clock-cont .main{ background-color: #efefef; border-radius: 20px; padding:40px 0px;}
  .clock-box{ width: 100%; float:none; margin-bottom: 60px; }
  .clock-box:last-child{ margin-bottom: 0px; }
  .clock-title{ font-size: 20px; line-height: 30px; color:#000; text-align: center; margin-bottom: 25px; font-weight: bold; }


  /*FOOTER*/
  .footer{ z-index:0!important; padding-top:20px; padding-bottom: 20px;  background:#262626 url(../images/bg-krivulja-footer.png) top center no-repeat;  background-size: 100% auto; }
  .footer-cont{ overflow: visible; width: 100%; }
  .footer-left{ width: 100%; float:none; margin-bottom: 40px; }
  .footer-center{ width: 100%; margin:0% ; float:none; margin-bottom: 40px; }
  .footer-right{ width: 100%; float:none; }
  .footer-50{ width: 100%; float:none; }
  .footer-50:last-child{ margin-top:30px; }
  .footer-korisnicki{ background: #1f1f1f; padding:15px 20px 15px 20px; width: 100%; margin-left: -20px; box-sizing: content-box; border-radius: 20px; }

  .footer-korisnicki .footer-map-link a{ }
  .footer-map-title{ font-size:15px; line-height: 21px; margin-bottom: 15px; margin-top:30px; color:#fff; font-weight: bold; }
  .footer-map-title:nth-child(1){ margin-top:0px; }
  .footer-map-link{ font-size:14px; line-height: 20px; margin-bottom:6px; color:#999; }
  .footer-map-link a{ color:#999;  }
  .footer-map-link a:hover{ color:#fff;  }
  .footer-logo { text-align: left; margin-bottom: 20px;}
  .footer-logo img{ height:60px; }
  .footer-slogan h1{ font-family: 'Ma Shan Zheng', cursive; font-size:50px; line-height: 40px; color:#ddd; text-align: left; margin-left: 10px; padding:30px 0px;  transform: rotate(-7deg); }
  .footer-slogan h1 .footer-slogan-color{  color:#1e73be; }
  .footer-slogan h1 .footer-slogan-margin{  margin-left: 70px; }
  .footer-onama{ font-size: 14px; line-height: 20px; color:#999; margin-top:20px;  }

  .footer-bespl-tel{ font-size: 80px; line-height: 80px; font-weight: bold; color:#e66523; margin-bottom: 30px; }
  .footer-contact{ font-size:14px; line-height: 30px; color:#999; margin-bottom: 6px; }
  .footer-working-hours img{ height: 120px; }
   
  .footer-adresa{position:relative; padding-left: 25px;  }
  .footer-adresa::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'home'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}
  .footer-telefon{position:relative; padding-left: 25px;   }
  .footer-telefon::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'phone_in_talk'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}
  .footer-email{position:relative; padding-left: 27px; }
  .footer-email::before{position: absolute; top:5px; left:0px; font-family: 'Material Icons Round'; content:'mark_email_read'; font-size: 16px; line-height: 20px; color:#1e73be;  height:20px;}

  .footer-social-title{ font-size:16px; line-height: 20px; color:#999; }
  .footer-social{ margin:15px 0px 15px 0px; }
  .footer-social img{height: 20px; margin-right:7px; background-color: #444; padding:10px; border-radius: 8px; cursor: pointer;}
  .footer-social img:hover{ background-color: #000; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; }

  /*PAKOVANJE*/
  .pakovanje-cont{  }
  .pakovanje-box{ }
  .pakovanje-box:hover .pakovanje-broj{ color:#1e73be; transition: .5s; }
  .pakovanje-box:hover .pakovanje-content-title{ border-left:5px solid #1e73be; padding-left:15px; transition: .5s; }
  .pakovanje-box::after{display:none; content: ''; width: calc(75% + 8px); height:8px;  background-color: #b7ddfe; position: absolute; bottom:0px; left:calc(12.5% - 4px); } 
  .pakovanje-broj{ width: 100%;  float:none;  position: relative; text-align: center; font-size: 90px; font-weight: bold; line-height: 110px; color:#000; padding:0px; padding-bottom: 50px; padding-top:50px; } 
  .pakovanje-broj::before{content: ''; width: 8px; height:30px; background-color: #b7ddfe; position: absolute; top:0px; left:calc(50% - 4px); }
  .pakovanje-broj::after{content: ''; width: 8px; height:30px; background-color: #b7ddfe; position: absolute; bottom:0px; left:calc(50% - 4px); }
  .pakovanje-content{ width: 100%; float:none; padding:40px 0px 40px 0px; box-sizing: border-box; }
  .pakovanje-content-title{border-left:5px solid #1e73be; padding:5px 0px; padding-left:15px;  font-size: 16px; font-weight: bold; color:#000; line-height: 22px; margin-bottom: 10px;}
  .pakovanje-content-desc{font-size: 14px; color:#555; line-height: 20px; }
  .pakovanje-inverse .pakovanje-broj{ float:right; }
  .pakovanje-inverse .pakovanje-content{ float:left; }
  .pakovanje-inverse .pakovanje-content{ padding:40px 0px 40px 0px;  }
  .pakovanje-box:first-child .pakovanje-broj::before{ display: none; } 
  .pakovanje-box:last-child .pakovanje-broj::after{ display: block; }
  .pakovanje-box:last-child::after{ display: none; }


  /*KONTAKT FORMA*/
  .kontakt-forma{ width: auto; margin:0px 20px; }
 
 
@media (min-width:480px) and (max-width:767px) {
     
}

@media (min-width:481px) and (max-width:599px) {
     
}

@media (max-width:479px) {
    
     
}