/* GLOBAL */
html {
	scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #f3f3f3;
    color: #232323;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    overflow-x: hidden;
}

.mb-20 {
	margin-bottom: 20px;
}

.main-wrapper {
    overflow-x: hidden;
}

.content-nosection{
margin-bottom:50px;
margin-top:50px;
}

.title-nosection{
margin-bottom:30px;
}

a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    color: #00c0f3;
    text-decoration: none;
}

.custom-select {
    pointer-events: none;
}

a:focus,
a.active {
    color: #00c0f3;
    outline: none;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

a,
button {
    transition: all 0.3s ease;
}

button {
    border: 0;
    outline: none;
}

input[type=text],
input[type=password] {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 32px;
}

h2 {
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
}

h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

.field-error {
    background:#ffd8d8 !important;
}

 .field-error-border {
    border:1px solid #CC0000 !important;
}

.req {
    color: #fb3c3c;
    font-family: Arial, sans-serif;
    font-size: 130%;
    font-weight: 700;
    margin-left: 8px;
}

.img-responsive,
.img_responsive,
.imgresponsive {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.textbox,
textarea {
    background: #ebedef;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.textbox:focus,
textarea:focus,
.select-list:focus {
    background: #fff;
    border-color: #7e8289;
    box-shadow: 0 0 10px rgba(49, 56, 68, 0.3);
}

.btn {
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    margin: 0;
    color: #232323;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    line-height: 20px;
    border: 1px solid #000;
}

.btn:hover {
    background: #252b35;
    color: #fff;
    border-color: #252b35;
}

.btn:focus {
    background: #252b35;
    color: #fff;
    border-color: #252b35;
    outline: none;
}

.btn-action {
    background: #00c0f3;
    color: #fff;
    border-color: #00c0f3;
}

.align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* SELECTPICKER OVERRIDE */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    text-transform: none;
    padding: 8px 30px 8px 15px;
    transition: all 0.3s ease-in-out;
    color: #000;
    text-shadow: none;
    border-color: transparent;
    border-radius: 0;
    line-height: 24px;
    background: #ebedef;
    font-weight: 300;
}

.bootstrap-select .btn .filter-option {
    font-size: 16px;
    color: #252b35;
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover .filter-option {
    color: #252b35;
}

.bootstrap-select .btn:hover {
    background: #ebedef;
}

.bootstrap-select .btn:focus {
    background: #ebedef;
    border-color: #7e8289;
}

.bootstrap-select.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open>.dropdown-toggle.btn-default {
    background: #ebedef;
    border-color: #7e8289;
    color: #252b35;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -12px;
    right: 25px;
    top: 50%;
    border: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret::before {
    display: inline-block;
    font-family: 'marinapunat';
    content: '\61';
    font-size: 12px;
    color: #252b35;
}

.bootstrap-select.btn-group .btn.dropdown-toggle:hover .caret::before {
    color: #252b35;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);	
}

.dropdown-menu>li>a {
	white-space: normal;
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: #e2e6e8;
}

.bootstrap-select .dropdown-menu>li.selected a {
    background: none;
    color: #fb3c3c;
}


/* WRAPPERS */

.grid-bgnd {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.homepage .grid-bgnd {
    height: 0;
}

.grid-bgnd>div {
    position: relative;
    height: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.grid-bgnd>div>div {
    position: absolute;
    width: 16.6666%;
    height: 100%;
    border-right: 1px solid #e2e2e2;
}

.grid-bgnd>div>div:first-of-type {
    border-left: 1px solid #e2e2e2;
}

.grid-bgnd>div>div:nth-child(2) {
    left: 16.6666%;
}

.grid-bgnd>div>div:nth-child(3) {
    left: 33.3333%;
}

.grid-bgnd>div>div:nth-child(4) {
    left: 50%;
}

.grid-bgnd>div>div:nth-child(5) {
    left: 66.6666%;
}

.grid-bgnd>div>div:nth-child(6) {
    left: 83.3333%;
}

.content-wrapper {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    z-index: 2;
    transition: all 0.5s ease-in;
}

.homepage .content-wrapper {
    visibility: visible;
    opacity: 1;
}

.content-wrapper.visible {
    visibility: visible;
    opacity: 1;
}

.nav-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8.3333%;
    background: #00c0f3;
    text-align: center;
    font-size: 2.25vw;
}

.nav-arrow span {
    display: inline-block;
    position: relative;
    top: 50%;
    font-family: "marinapunat";
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-arrow span:before {
    display: inline-block;
}

.nav-arrow:hover {
    background: #2dd3ff;
    color: #fff;
}

.nav-arrow:focus span {
    color: #fff;
}


/* HEADER */

header {
    width: 100%;
    background: #fff;
    max-width: 1640px;
    margin: 0 auto;
}

.top-strip {
    position: relative;
    height: 48px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    transition: all 0.5s ease-in;
}

.top-strip.hide-this {
    height: 0;
}

.top-strip .top-menu {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    padding-right: 8px;
}

.top-strip .top-menu>li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 22px;
}

.top-strip .top-menu a {
    color: #bbb;
}

.top-strip .top-menu a:hover {
    color: #232323;
}

.show-search {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.lang {
    position: relative;
}

.app-selection {
    float: left;
}

.mob-menu-secondary hr{
	display:none;
}

.android, .ios{
	display:none !important;
}

.app-selection-list > li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    padding: 8px 0 0 0;
    padding-right: 15px;
}
.app-selection-list > li a{
	display:flex;
	align-items:flex-start;
}

.app-selection-img {
    display: inline-block;
    vertical-align: middle;
  height:22px;
    opacity: 0.3;
}

.app-selection-txt {
    padding: 2px 0 0 8px;
    color: #bbb;
}

.lang>a>span,
.camera > a > span {
    position: relative;
    top: 1px;
    font-size: 10px;
    margin-left: 8px;
}

.top-strip .top-menu>li.camera {
    position: relative;
}

.lang-select,
.camera-select {
    position: absolute;
    left: -24px;
    top: 36px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
    z-index: 100;
}

.camera-select {
    left: -3px;
}

.lang-select a,
.camera-select a {
    display: block;
    padding: 8px 24px;
    text-align: center;
}

.camera-select a {
    text-align: left;
    padding: 8px;
}

.lang-select a.active,
.camera-select a.active {
    color: #00c0f3;
}

.header-main {
    position: relative;
    height: 120px;
}

.header-main nav {
    text-align: right;
}

.header-main nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-main nav>ul>li {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    font-size: 15px;
    font-weight: 500;
    padding: 48px 0;
}

html[lang="it"] .header-main nav>ul>li {
	margin-right: 12px;
    font-size: 14px;
}

.header-main.de nav>ul>li {
    margin-right: 13px;
}

.header-main nav>ul>li>a {
    border-bottom: 2px solid transparent;
    padding: 8px 0;
}

.header-main nav>ul>li:hover a,
.header-main nav>ul>li.active a {
    border-bottom-color: #00c0f3;
}

.header-main nav a {
    color: #173859;
}

.header-main nav a:hover {
    color: #00c0f3;
}

.header-main nav .submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -40px;
    top: 120px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 32px;
    z-index: 100;
    box-shadow: 20px 30px 30px rgba(0,0,0,0.2);
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s;
}

.header-main nav > ul > li:last-child .submenu {
    left: auto;
    right: -40px;
}

.header-main > nav > ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.header-main nav .submenu a {
    display: block;
    padding: 0 40px;
    margin-top: 24px;
    white-space: pre;
}

.header-main nav .submenu a.active {
    color: #00c0f3;
}

.logo-wrapper {
    position: absolute;
    left: 0;
    top: 48px;
    width: 20%;
    min-width: 310px;
    background: #fff;
    z-index: 100;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 48px 40px 40px 40px;
}

.logo {
    display: block;
}

.logo img {
    display: block;
    margin: 0 auto;
}

.logo .logo-typo {
    margin-top: 32px;
}

.logo-wrapper .location {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a3859;
    letter-spacing: 0.075em;
    margin-top: 24px;
}

.forecast-wrapper {
    position: absolute;
    left: 0;
    width: 16.6666%;
    z-index: 90;
    top: 520px;
    height: 180px;
}

.forecast {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.forecast ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.forecast ul:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 50%;
    width: 1px;
    background-color: #cbcbcb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.forecast ul li {
    display: block;
}

.forecast .pict span {
    display: inline-block;
    width: 92px;
}

.forecast .temp span {
    display: inline-block;
    width: 110px;
}

.forecast .pict img {
    width: 55px;
}

.forecast .temp {
    font-size: 37px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.1em;
    margin-top: 10px;
}

.forecast .temp i {
    position: relative;
    bottom: 16px;
    font-size: 20px;
    font-style: normal;
    letter-spacing: -0.025em;
    margin-left: 3px;
}

.forecast .wind {
    margin-top: 8px;
}

.forecast .wind span {
    position: relative;
    color: #00c0f3;
    margin-right: 8px;
    top: 2px;
}

.forecast .marina-meteo {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #00c0f3;
    line-height:22px;
    margin-top: 8px;
}

.hero-wrapper {
    position: relative;
    background: #e7e7e7;
}

.hero {
    position: relative;
    width: 83.3333%;
    margin-left: 16.6664%;
}

.hero .home-slider {
    height: 750px;
}

.hero .home-slider .slick-list,
.hero .home-slider .slick-track,
.hero .home-slider .slick-slide {
    height: 100%;
}

.hero .home-slider .slick-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .nav-arrow {
    z-index: 100;
}

.windrose {
    position: absolute;
    right: -72px;
    bottom: -212px;
    z-index: 50;
    opacity: 0.1;
}

.cestitka img {
	max-width: 100%;
	height: auto;
}

/* HOME ARTICLES */

.side-col {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 16.6666%;
}

.content-col + .side-col {
    left: auto;
    right: 0;
}

.side-txt {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%) rotate(-90deg);
}

.home-articles .side-txt {
    top: 30%;
}

.side-txt:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    height: 1px;
    width: 20px;
    background-color: #000;
}

.content-col {
    /*float: left;*/
    width: 83.3334%;
    margin-right: 16.6666%;
}

.side-col + .content-col {
    margin-right: 0;
    margin-left: 16.6666%;
}

.side-txt {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
}

.home-articles {
    position: relative;
    margin-top: 135px;
    z-index: 99;
}

/*.ha-col {
float: left;
width: 30.016243982%;
}

.ha-col + .ha-col {
margin-left: 4.975634027%;
}*/

.ha-slider,
.job-gallery-slider,
.listaPoslova .slick-dotted {
    overflow: hidden;
}

.ha-slider .slick-list {
    margin: 0 -35px;
}

.ha-slider .slick-arrow,
.job-gallery-slider .slick-arrow,
.listaPoslova .slick-dotted .slick-arrow  {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 30px;
    color: #173859;
    text-shadow: 0 0 10px #fff;
    cursor: pointer;
    -webkit-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ha-slider .slick-arrow:hover,
.job-gallery-slider .slick-arrow:hover,
.listaPoslova .slick-dotted .slick-arrow:hover {
    color: #00c0f3;
}

.ha-slider .slick-prev,
.job-gallery-slider .slick-prev,
.listaPoslova .slick-dotted .slick-prev {
    left: -7px;
}

.ha-slider .slick-next,
.job-gallery-slider .slick-next,
.listaPoslova .slick-dotted .slick-next {
    right: -7px;
}

.ha-slider .slick-dots,
.job-gallery-slider .slick-dots,
.listaPoslova .slick-dotted .slick-dots {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
    text-align: center;
}

.ha-slider .slick-dots > li,
.job-gallery-slider .slick-dots > li,
.listaPoslova .slick-dotted .slick-dots > li {
    display: inline-block;
    background-color: #ddd;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    overflow: hidden;
}

.ha-slider .slick-dots > li + li,
.job-gallery-slider .slick-dots > li + li,
.listaPoslova .slick-dotted .slick-dots > li + li {
    margin-left: 20px;
}

.ha-slider .slick-dots > li > button,
.job-gallery-slider .slick-dots > li > button,
.listaPoslova .slick-dotted .slick-dots > li > button {
    text-indent: -9999em;
    width: 17px;
    height: 17px;
    background-color: transparent;
}

.ha-slider .slick-dots > li.slick-active,
.job-gallery-slider .slick-dots > li.slick-active,
.listaPoslova .slick-dotted .slick-dots > li.slick-active {
    background-color: #00c0f3;
}

.ha-col {
    padding: 0 35px;
}

.ha-img {
    display: block;
    overflow: hidden;
}

.ha-img > img {
    display: block;
    width: 100%;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;
}

.ha-img:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ha-title {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 24px;
    color: #151515;
    margin-top: 41px;
    margin-bottom: 18px;
}

.ha-description {
    font-size: 16px;
    font-weight: 300;
    color: #151515;
    line-height: 2;
    letter-spacing: 0.025em;
}

.blocks-wrapper {
    margin-bottom: 100px;
}

.home-blocks1 {
    position: relative;
    margin-top: 135px;
}

.home-blocks1 > .content-col {
    position: relative;
}

.hb1-img {
    width: 40%;
}

.txt-block {
    background-color: #fff;
    padding: 66px 59px 49px;
}

.home-blocks1 .txt-block {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
}

.tb-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #173859;
    margin-bottom: 15px;
}

.tb-description {
    font-size: 16px;
    font-weight: 300;
    color: #151515;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-bottom: 29px;
}

.tb-link {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00c0f3;
    white-space: nowrap;
    padding: 15px 35px;
    -webkit-transition: padding-left .15s .15s;
    -ms-transition: padding-left .15s .15s;
    transition: padding-left .15s .15s;
}

.tb-link:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 0;
    border: 1px solid #00c0f3;
    opacity: 0;
    border-width: 1px 0;
    -webkit-transition: opacity .15s .15s, width .15s .15s;
    -ms-transition: opacity .15s .15s, width .15s .15s;
    transition: opacity .15s .15s, width .15s .15s;
}

.tb-link:after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 0;
    border: 1px solid #00c0f3;
    opacity: 0;
    border-width: 0 1px;
    -webkit-transition: opacity .15s, height .15s;
    -ms-transition: opacity .15s, height .15s;
    transition: opacity .15s, height .15s;
}

.tb-link:hover,
.tb-link:focus {
    color: #00c0f3;
}

.tb-link:hover {
    -webkit-transition: padding-left .15s;
    -ms-transition: padding-left .15s;
    transition: padding-left .15s;
}

.tb-link:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .15s, width .15s;
    -ms-transition: opacity .15s, width .15s;
    transition: opacity .15s, width .15s;
}

.tb-link:hover:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .15s .15s, height .15s .15s;
    -ms-transition: opacity .15s .15s, height .15s .15s;
    transition: opacity .15s .15s, height .15s .15s;
}

.tb-link > span:before {
    content: "";
    position: absolute;
    top: 48%;
    left:  0;
    height: 1px;
    width: 20px;
    background-color: #00c0f3;
    margin-right: 10px;
    vertical-align: middle;
    transition: all .15s .15s;
}

.tb-link:hover > span:before {
    width: 0;
    opacity: 0;
    transition: all .15s;
}

.home-blocks1 .side-txt {
    bottom: 40%;
}

.home-blocks2 {
    position: relative;
    margin-top: 100px;
}

.home-blocks2 > .content-col {
    position: relative;
}

.hb2-img {
    float: right;
    width: 70%;
}

.inverted .hb2-img {
    float: left;
}

.home-blocks2  .txt-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
}

.home-blocks2.inverted  .txt-block {
    left: auto;
    right: 0;
}

.home-blocks2 .side-txt {
    top: 28%;
}

.hb1-subcontent {
    margin-top: 71px;
}

.hb1s-wrap {
    float: right;
    width: 50%;
    margin-right: 16.6666%;
}

.hb1s-col {
    float: left;
    width: 50%;
}

.hb1s-title {
    font-weight: 500;
    font-size: 16px;
    color: #151515;
    text-transform: uppercase;
}

.relations {
    margin-top: 19px;
}

.relations td {
    font-size: 16px;
    font-weight: 300;
    color: #151515;
    padding: 4px 0;
    text-align: left;
}

.relations td:last-child {
    text-align: right;
}

.relations td:nth-child(-n+2) {
    padding-right: 20px;
}

.relations td:nth-child(2) > span {
    display: inline-block;
    color: #dea700;
    font-size: 60px;
    vertical-align: middle;
    height: 10px;
    line-height: 10px;
}

.relations td:nth-child(2) > span:before {
    display: inline-block;
    height: 10px;
    line-height: 10px;
}

.hb3-img {
    width: 50%;
}

.home-blocks3 {
    position: relative;
    margin-top: 135px;
}

.home-blocks3 > .content-col {
    position: relative;
}

.home-blocks3  .txt-block {
    position: absolute;
    bottom: -48px;
    right: 0;
    width: 60%;
}

.home-blocks3 .side-txt {
    top: 55%;
}

.logo-carousel {
    margin-top: 150px;
    margin-bottom: 100px;
}

.logo-carousel:not(.slick-initialized) > div:not(:first-child) {
    display: none;
}

.logo-carousel .slick-slide {
    text-align: center;
    height: 125px;
    line-height: 125px;
}

.logo-carousel .slick-slide > a {
    display: inline-block;
    vertical-align: middle;
}

.logo-carousel .slick-arrow {
    font-size: 23px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    font-family: "marinapunat";
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo-carousel .slick-arrow:before {
    display: inline-block;
}

.logo-carousel .slick-prev {
    left: 0;
}

.logo-carousel .slick-next {
    right: 0;
}

.footer {
    position: relative;
    background-color: #505050;
    padding: 55px 0;
}

.f-container {
    margin-left: 33.33333%;
}

.f-col {
    float: left;
    width: 33.33333%;
}

.f-col:nth-child(2) {
    padding-left: 50px;
}

.f-title {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.f-description {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 2.6;
}

.f-description > a,
.f-description > a:hover,
.f-description > a:focus {
    color: #fff;
}

.f-description > a:hover {
    text-decoration: underline;
}

.f-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.f-links > li + li {
    margin-top: 5px;
}

.f-links > li > a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.f-links > li > a:hover {
    text-decoration: underline;
}

.f-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 137px;
    line-height: 137px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background-color: #00c0f3;
    cursor: pointer;
}

.f-btn:before {
    vertical-align: middle;
}

.f-btn:hover {
    background: #2dd3ff;
}

.f-btn:hover,
.f-btn:focus,
.f-btn:active {
    color: #fff;
}

.copyright {
    background-color: #173859;
    padding: 30px 35px;
}

.c-txt {
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    margin-top: 3px;
}

.c-socials {
    float: right;
    list-style-type: none;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin: 0;
    letter-spacing: 10px;
}

.c-socials > li {
    display: inline-block;
    vertical-align: middle;
    font-family: "marinapunat";
}

.c-socials > li > a {
    color: rgba(255,255,255,.5);
    -webkit-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;

}

.c-socials > li > a:hover {
    color: rgba(255,255,255,1);
}

.c-socials > li > a:before {
    display: inline-block;
}

.icon-instagram {
	margin-right: 10px;
}

.icon-instagram svg {
	max-height: 21px;
}

.icon-instagram:hover svg path {
	fill: #fff;
}

.bottom-bar {
    text-align: center;
    padding: 30px 0;
}

.bb-img {
    margin-bottom: 10px;
}

.bb-title {
    font-size: 12px;
    font-weight: 500;
    color: #484848;
}

.bb-items {
    list-style-type: none;
    padding: 0;
    margin: 2px 0 0;
    letter-spacing: 15px;
}

.bb-items > li {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #484848;
    letter-spacing: normal;
}

.hero-img {
    position: relative;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-img:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 136px;
    background-color: rgba(0,192,243,.1);
}

.hero-txt-wrap {
    position: relative;
    margin-left: 16.6664%;
    margin-top: -136px;
}

.hero-txt {
    width: 60%;
    background-color: #fff;
    padding: 52px 75px;
}

h1.subpage-title {
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a3859;
    line-height: 1.4;
    margin-bottom: 0;
}

.hero-description {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #151515;
    line-height: 2;
    margin-top: 30px;
}

.breadcrumbs-wrap {
    position: absolute;
    left: 0;
    width: 16.6666%;
    z-index: 90;
    top: 305px;
    padding: 0 5px;
}

.breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs > li {
    font-size: 12px;
    color: rgba(26,56,89,1);
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.breadcrumbs > li + li {
    position: relative;
    padding-top: 56px;
}

.breadcrumbs > li + li:before {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\6b";
    color: #16c1f3;
    font-family: "marinapunat";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.breadcrumbs > li > a {
    color: rgba(26,56,89,.5);
}

.subpage-content {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 16.66666%;
}

.subpage-content.poslovi {
	margin-top: 80px;
}

/*.subpage-content + .subpage-content {
margin-top: 104px;
}*/

.ss-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #353533;
    line-height: 32px;
    margin-top: -4px;
}

#cv-form .ss-subtitle {
	color: #1a3859;
	display: inline-block;
}

.user-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #151515;
}

.user-content table td {
	padding: 10px;
}

.user-content:not(.uc-search) a:not(.btn),
.user-content:not(.uc-search) a:not(.btn):focus {
    color: #00c0f3;
    border-bottom: 1px solid #00c0f3;
}

.user-content:not(.uc-search) a:not(.btn):hover {
    color: #232323;
    background: #fff;
}

.user-content:not(.uc-search) > ul { 
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-content:not(.uc-search) > ul > li { 
    position: relative; 
    padding-left: 30px; 
}

.user-content:not(.uc-search) > ul > li:before { 
    position: absolute; 
    left: -3px; 
    top: 4px; 
    font-family: 'marinapunat'; 
    font-size: 12px; 
    content: "\6b";
    color: #00c0f3; 
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user-content a.listalica {
	color: #00C0F3 !important;
}

.content-col > .user-content {
    width: 80%;
}

.table-directions {
    display: none;
}

.subpage-content .side-col {
    width: 20%;
    padding-right: 30px;
}

.subpage-content .content-col {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.subpage-content .side-col + .content-col {
    margin-left: 20%;
}

.search-item {
    position: relative;
}

.search-wrap {
    display: none;
    position: absolute;
    top: -17px;
    right: 100%;
    width: 200px;
    margin-right: 30px;
    background-color: red;
    z-index: 1;
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
}

.search {
    position: relative;
}

.search-input {
    width: 100%;
    height: 35px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 0 70px 0 10px;
    outline: none;
    -webkit-appearance: none;
}

.search-submit {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background: none;
    border: none;
    padding: 0 10px;
    text-transform: uppercase;
    color: #bbb;
    outline: none;
}

.search-submit:hover {
    color: #232323;
}

/* KALKULATOR */

.bootstrap-select.btn-group:not(.input-group-btn) {
	margin-bottom: 15px;
}

.user-content.novi_kalk .bootstrap-select.btn-group:not(.input-group-btn) {
	margin-bottom: 0;
}

.user-content.novi_kalk {
    background: #fff;
    padding: 40px 90px 60px 90px;
    border-radius: 15px;
    width: 80%;
}
                    
.user-content.novi_kalk .dimenzije_wrap {
margin-top: 35px;
}

.user-content.novi_kalk .dimenzije_wrapDry {
margin-top: 35px;
}

.user-content.novi_kalk .dimenzije_wrapTranzitni {
margin-top: 35px;
}

.user-content.novi_kalk .nav-tabs {
display: flex;
border-bottom: none;
margin-top: 15px;
}

.user-content.novi_kalk .nav-tabs li {
padding-right: 15px;
padding-left: 0;
flex: 1;
}

.user-content.novi_kalk .nav-tabs li:last-child {
padding-right: 0;
}

.user-content.novi_kalk .nav-tabs li:before {
content: none;
}

.user-content.novi_kalk .nav-tabs li a {
background: #1a3859;
border-radius: 10px;
height: 100%;
position: relative;
text-align: center;
color: #fff;
padding: 20px;
}

.user-content.novi_kalk .nav-tabs li a:hover,
.user-content.novi_kalk .nav-tabs li a:focus,
.user-content.novi_kalk .nav-tabs li a:active,
.user-content.novi_kalk .nav-tabs li.active a {
background-color: #fff;
border: 1px solid #1a3859;
border-bottom-color: #1a3859;
color: #1a3859;
}
            
.user-content.novi_kalk .nav-tabs li a span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.user-content.novi_kalk .cjenik_dodatne_opcije p,
	.user-content.novi_kalk  .cjenik_dodatne_opcije2 p {
		font-weight: 700;
	}

.batuni_wrap {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}

.batuni_wrap.last_step {
	margin: 30px 0;
}

.batuni_wrap li {
	padding-right: 5px;
    padding-left: 0;
    flex: 1;
}

.user-content.novi_kalk .batuni_wrap a {
    display: flex;
	justify-content: center;
	align-items: center;
	background: #ebedef;
	text-align: center;
	border-radius: 15px;
	padding: 10px 20px;
	margin: 15px 15px 0 0;
	border: 1px solid transparent;
	height: 100%;
	line-height: 1.5;
}

.user-content.novi_kalk .batuni_wrap a:last-child {
	margin-right: 0;
}

.user-content.novi_kalk .batuni_wrap a:hover,
.user-content.novi_kalk .batuni_wrap a.active {
background: #00c0f3;
border: 1px solid #fff;
color: #fff !important;
outline: none;
box-shadow: none;
}

.batuni_wrap.last_step a {
    display: flex;
	justify-content: center;
	align-items: center;
	background: #ebedef;
	text-align: center;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 15px 15px 0 0;
	border: 1px solid transparent;
	height: 100%;
	line-height: 1.5;
	font-size: 14px;
}

.batuni_wrap.last_step a:last-child {
	margin-right: 0;
}

.batuni_wrap.last_step a:hover,
.batuni_wrap.last_step a.active {
background: #00c0f3 !important;
border: 1px solid #fff;
color: #fff !important;
outline: none;
box-shadow: none;
}

.form_wrapper {
	margin-top: 30px;
}

.form_inputs_wrap {
	display: flex;
	justify-content: center;
}

.form_info {
	text-align: center;
	line-height: 1.3;
	margin: 45px 0 30px 0;
}

.form_inputs_wrap input {
	width: 45%;
	border-radius: 15px;
    padding: 10px 15px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
	line-height: 1.3;
}

.form_inputs_wrap input:last-child {
	margin-left: 20px;
}

.send_calc_info {
	display: block;
	margin: 30px auto;
	padding: 10px 20px;
	border-radius: 15px;
	border: 1px solid transparent;
	background: #00c0f3;
	color: #fff;
	transition: all 0.3s ease;
}

.send_calc_info:hover {
	background: #fff;
	border-color: #00c0f3;
	color: #00c0f3;
}

.novi_kalk .ct_checkmark {
	top: 5px;
	transform: none;
}

.novi_kalk .Cijena_basic {
	border-top: 1px solid #eee;
    padding-top: 20px;
}

.novi_kalk .cjenik_dodatne_opcijeTranzit p {
	font-weight: 700;
}


.info_txt {
margin-top: 15px;
padding-left: 5px;
line-height: 20px;
}

.kalk_choose_label {
font-weight: 700;
margin: 0;
}

.tab-content .kalk_choose_label {
margin: 20px 0 0 0;
}


/* FORME */

.form-wrapper .textbox,
.form-wrapper textarea {
    width: 100%;
    background: #fff;
    font-size: 16px;
}

.form-wrapper .bootstrap-select .btn,
.form-wrapper .bootstrap-select .btn:hover {
    background: #fff;
}

.form-wrapper .bootstrap-select .dropdown-menu>li>a:hover {
    background: #e7e7e7;
}

.form-wrapper .bootstrap-select .dropdown-menu>li.selected a {
    color: #00c0f3;
}

.form-wrapper textarea {
    resize: vertical;
}

.form-block { 
    display: table; 
    width: 100%; 
    margin-top: 32px; 
}

.form-block:first-of-type { 
    margin-top: 0; 
}

.form-block .form-label { 
    display: table-cell; 
    width: 33.333%; 
    font-weight: 500; 
    color: #232323; 
    vertical-align: top;
    padding-top: 9px;
    text-align: right;
    padding-right: 30px;
}

.form-buttons {
    margin-top: 32px;
    text-align: right;
}

.form-wrapper .error .textbox,
.form-wrapper .error textarea {
    border-color: #fb3c3c;
}

.form-block.error .error {
    margin-top: 8px;
    color: #fb3c3c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.write-comment { 
    width: 60%; 
}

.write-comment textarea { 
    min-height: 200px;
}

#msg {
    margin-top: 32px;
    text-align: center;
}



.destination-map { 
    height: 640px; 
    margin-top: 100px;
}

.document-wrap .document-holder{
	display:flex;
	flex-direction:row;
	border:1px solid #cecece;
	border-radius:5px;
	align-items:center;
	justify-content:space-between;
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
}

.document-wrap .document-holder:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

.document-wrap  .file-type-download img{
	width:100%;
	max-width:30px;
	margin-left:30px;
}

.document-wrap .document-holder .file-name a{
	color:#1a3859;
	text-decoration:none;
	border-bottom:none;
	font-weight: 400;
}

.document-wrap .document-holder:hover .file-name a{
	color:#00c0f3;
}


.document-wrap .document-holder .kratki-opis{
	font-size:14px;
	color: #727373;
}


/* NEWSLETTER */
.newsletter-signup .subtitle{
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
}

.newsletter-signup .nwsletter_ok{
    text-align:center;
    padding: 20px 0 20px 0;
    color:#fff;
    font-size:18px;
}

.newsletter-trigger-mobile {
    display: none;
} 

.newsletter-signup { 
    display: block;
    background: #00c0f3; 
    padding: 64px 0;
}

.newsletter-container {
    width: 100%;
    /* margin: 0 auto; */
}

.newsletter-signup #mc_embed_signup{
	background:transparent !important;
}

.newsletter-signup .forma-row{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items: end;
	margin: 20px auto 0px auto;
	width:80%; 
}

.newsletter-container .tb-title,
.newsletter-container .tb-description,
.newsletter-container .form-buttons {
    text-align: center;
	color:#fff;
}

.newsletter-container .tb-description {
    margin-bottom: 32px;
}

.newsletter-container .form-block {
    width: 90%;
}

.newsletter-container .textbox {
    background: #eee;	
}

.newsletter-body { 
  width:100%;
  max-width:100%;
   padding:0px 15px;
}

.newsletter-body #mc_embed_signup {
    font-size: 15px !important;
    font-family:  Arial, sans-serif !important;
}

.newsletter-body #mc_embed_signup form {
    padding: 0;
}

#mc_embed_signup .mc-field-group input {
    border-radius: 0;
    padding: 12px !important;
    border: none;
    width: 100%;
	display:inline-block;
}

.newsletter-body #mc_embed_signup .mc-field-group {
    margin-top: 24px;
    padding-bottom: 0;
	display:flex;
	flex-direction:column;
	
	width:25%;
	margin-right:25px;
	
}

/* .newsletter-body .mc-field-group:first-of-type { */
    /* margin-top: 0; */
/* } */

/* .newsletter-body #mc_embed_signup .mc-field-group label { */
    /* display: block; */
    /* margin-bottom: 8px; */
/* } */

.newsletter-body #mc_embed_signup input[type="submit"] {
    background-color: #505050;
    color: #ffffff;
    border-radius: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 41px;
    line-height: 24px;
   margin:0;
    padding:10px !important;
    text-transform: uppercase;
    width: 100%;
	position:relative;
	
}

.newsletter-body #mc_embed_signup .button:hover {
    background-color: #173859;
}

.newsletter-body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 0;
    margin: 8px 0 0 0;
}

#mc_embed_signup .mc-field-group.privola input {
    display: block!important;
    width: 20px !important;
	height:20px !important;
    margin: 0px 10px 0 0 !important;
    float: none !important;
	border:0px;
	outline:0px;
}

#mc_embed_signup .mc-field-group.privola label {
    display: inline-block!important;
    float: none!important;
	position:relative;
	color:#fff;
	line-height:24px;
	top:2px;
 }

#mc_embed_signup .mc-field-group.err input {
    border: 1px solid #ff0000;
    box-shadow: none;
    outline: none!important;
}

#mc_embed_signup .mc-field-group.privola.err label,
#mc_embed_signup .asterisk {
    color: #ff0000!important;
}

#mc_embed_signup #mce-error-response, #mc_embed_signup #mce-success-response{
	width:70%;
	margin:0 auto;
} 

.newsletter-body #mc_embed_signup .mc-field-group.privola{
	width:80%;
	margin:0 auto;
	display:flex;
	display: flex;
	align-items:center;
	flex-direction: row;
	
	
}

.newsletter-body #mc_embed_signup .mc-field-group.privola a{
	color:#505050;
}
.newsletter-body #mc_embed_signup .mc-field-group.privola a:hover{
	color:#173859;
	text-decoration:underline;
}


.nwsletter_ok {
    color: #00c0f3;
    text-align: center;
    font-weight: bold;
}



/* BULLETINS */
.bulletins { width: 80%; margin-top: -64px; }
.bulletins a { float: left; width: 25%; margin-top: 64px; }
.bulletins a img { margin-bottom: 20px; max-width: 75%; margin-left: 0; margin-right: auto; }
.bulletins a span { display: block; }
.bulletins a .edition { font-weight: 700; }

/*galerija*/
.gallery-grid { width: 80%; }
.gallery-grid a { display: block; float: left; width: 22%; margin-right: 3%; margin-bottom: 30px; overflow: hidden; transition: all .2s ease-in-out; }
.gallery-grid a:hover { transform: scale(1.1);  -moz-transform: scale(1.1); box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3); }



/* MONTHS */
.lista-mjeseca { 
    width: 66.666667%; 
    margin: 100px 0 0 16.6667%; 
    font-family: "Playfair Display",serif; 
    font-size: 24px; 
    font-weight: 700;
}

.lista-mjeseca ul { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    text-align: center;
}
.lista-mjeseca ul li { 
    display: inline-block; 
    margin-left: 30px; 
    margin-bottom: 30px;
}
.lista-mjeseca ul li:first-of-type { 
    margin-left: 0;
}



/* LOADING */

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 15000;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 192, 243);
    animation: cssload-fold-thecube 2.4s infinite linear both;
    -o-animation: cssload-fold-thecube 2.4s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.4s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.4s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.4s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

.burger-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    color: #1a3859;
    font-size: 45px;
    cursor: pointer;
    margin-right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    transition: color .3s;
}

.burger-btn:hover {
    color: #00c0f3;
}

.burger-menu-close {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.burger-menu-close:hover {
    color: #314d54;
}

.burger-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    padding: 55px 0;
    background-color: #2dd3ff;
    z-index: 9;
    overflow-y: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.burger-menu.active {
    box-shadow: -20px 0 32px rgba(0,0,0,0.3);
}

.mob-menu,
.mob-submenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mob-menu-secondary {
     /* margin-top: 15px;  */
}

.mob-menu > li.mob {
    display: none;
}

.mob-menu > li > a,
.mob-submenu > li > a {
    display: block;
    padding: 10px 15px 10px 45px;
}

.mob-menu > li > a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.mob-menu-secondary > li > a {
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mob-menu > li.active > a,
.mob-menu > li > a:hover {
    color: #314d54;
}

.mob-submenu-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    font-family: "marinapunat";
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mob-submenu-btn:before {
    display: inline-block;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.mob-submenu-btn.active:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mob-submenu {
    display: none;
    background-color: #fff;
    padding: 5px 0;
}

.mob-submenu > li > a {
    color: #151515;
    font-size: 14px;
}

.mob-submenu > li.active > a,
.mob-submenu > li > a:hover {
    color: #2dd3ff;
}



.tablica-cijena { width: 100%; border-right: 1px solid #e2e2e2; }
.tablica-cijena th,
.tablica-cijena td { padding: 10px 20px; line-height: 25px; }
.tablica-cijena td { width: 33%; background: #f3f3f3; }
.tablica-cijena th { background: #e7e7e7; font-weight: 500; }
.tablica-cijena tr:nth-child(2n+1) td { background: #fff; }


.tablica-usluge { width: 100%; border-right: 1px solid #e2e2e2; }
.tablica-usluge th,
.tablica-usluge td { padding: 10px 20px; line-height: 25px; }
.tablica-usluge td { width: 25%; background: #f3f3f3; }
.tablica-usluge th { background: #e7e7e7; font-weight: 500; }
.tablica-usluge tr:nth-child(2n+1) td { background: #fff; }




/* FAQ */
.faq-items { width: 80%; } 
.faq-items .item { border-top: 0; font-weight: 300; margin-top: 20px; }
.faq-items .item:first-of-type { margin-top: 0; }
.faq-items .q { display: table; width: 100%; table-layout: fixed; font-size: 16px; transition: 0.5s all ease; background: #fff; }
.faq-items .q > span { display: table-cell; cursor: pointer; vertical-align: top; }
.faq-items .q > span:first-of-type { width: 64px; height: 64px; font-family: 'marinapunat'; font-size: 17px; line-height: 64px; text-align: center; background: #e2e2e2; }
.faq-items .q > span:first-of-type::before { position: relative; top: 3px; }
.faq-items .q .text { padding: 20px 32px; }
.faq-items .q:hover { color: #00c0f3; }
.faq-items .q.active .text { font-weight: 700; color: #00c0f3; }
.faq-items .q.active > span:first-of-type::before { content: '\6e'; }
.faq-items .a { display: none; padding: 24px 32px 24px 96px; background: #fff; border-top: 1px solid #e2e2e2; }
.faq-items .a a:not(.btn) { color: #00c0f3; text-decoration: none; }
.faq-items .a a:hover:not(.btn) { color: #00c0f3; text-decoration: none; }
.faq-items .a > div:not(.slick-initialized) {max-height: 275px;}




/* LOGO GRID */
.group-title { border-bottom: 1px solid #000; padding-bottom: 15px; }
.logo-grid { margin-top: 60px; overflow: hidden; }
.logo-grid .group-title { margin-bottom: 30px; }
.logo-grid .logo-item { width: 25%; float: left; padding-right: 80px; padding-bottom: 30px; padding-top: 30px; text-align: center; }
.logo-grid .logo-item img { display: inline-block; vertical-align: middle; }



/* CONTENT TABLICE */
.tablica-timetable { width: 93.75%; }
.tablica-timetable th, 
.tablica-timetable td { padding: 10px 16px; vertical-align: top; border-bottom: 1px solid #d5d5d5; }
.tablica-timetable th { width: 33.333%; background: #e5e5e5; font-weight: 400; }
.tablica-timetable td { background: #fff; }

.search-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.search-results > li {
    padding: 20px 0;
}

.search-results > li + li {
    border-top: 1px solid #d9d9d9;
}

.search-results > li > a {
    font-size: 17px;
    color: #21284c;
    font-weight: 500;
    word-break: break-word;
}

.search-results > li > a:hover {
    text-decoration: underline;
}

.search-results > li > span {
    display: block;
    font-size: 16px;
    color: #2d2d2d;
}

#prijavaBaterije .error {
    font-size: 12px;
    font-weight: 400;
    color: #fa4d4d;
}

#prijavaBaterije input[name="_privola"] {
    float: left;
}

#prijavaBaterije label[for="prihvatio"] {
    display: block;
    padding-left: 30px;
}

#prijavaBaterije #kontorla-error.error {
    display: block;
}

#prijavaBaterije #_privola-error.error {
    margin-left: 30px;
}

.last-form-block {
    padding-left: 33.3333%;
}

.logo2 img:not(.logo-typo) {
    width: 110px;
}

.logo2 .logo-typo {
    margin-top: 32px;
    width: 220px;
}

.cpopup {
    position: relative;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity .3s, visibility 0s .3s;
            transition: opacity .3s, visibility 0s .3s;
}

.cpopup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}

.cpopup-overlay {
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: rgba(0,0,0,.7);
}

.cpopup-modal {
    position: fixed;
    top: 50%;
    left: 0; right: 0;
    max-width: 380px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            
}

.cpopup-img {
    width: 100%;
}

.cpopup-close {
    position: absolute;
    top: -15px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}


@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.lista-mjeseca li {
    display: inline-block;
}

.video-grid {
    width:80%;

}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper.marginaVideo {
    margin-bottom:20px;
}

.takeover { 
    display: none; 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    left: 0; 
    top: 0; 
    background: rgba(255,255,255,1);
    z-index: 9999; 
}

.takeover-bgnd { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.1; background: url(../img/mp_e_cestitka_grupa_2018_19122017_vodoravna.jpg) no-repeat center right; background-size: cover; }

.takeover img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; max-height: 100%; }

.takeover #zatvori { position: absolute; z-index: 5; width: 30px; height: 30px; line-height: 30px; right: 0; top: 0; font-size: 13px; }



.cookie-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: auto;
    min-height: 70px;
    background-color: rgba( 23,56,89, .76);
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    z-index: 99999 ;
}

.cookie-banner p a {
    color: #ffffff;
    text-decoration: underline;
}

.cb-container {
    display: table;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.cb-container.center {
    padding-top: 10px;
}
.cb-col {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 160px 20px 20px;
    position: relative;
}

.cb-col > a,
.cb-col > a:link,
.cb-col > a:visited,
.cb-col > a:active {
    color: #fff;
    font-weight: 700;

}

.cb-btn {
    position: absolute;
    right: 20px;
    top:12px;
}



.ikona-virtualna-setnja {
    width:36px;
    height:18px;
}

.link-virtualna-setnja span{
	display:none;
}

.link-virtualna-setnja svg{
	fill:#cecece;
	position:relative;
	top:5px;
	width:35px;
	height:auto;
}

.link-virtualna-setnja svg:hover{
    fill:#000000;
}

.privolajs {
	display:block;
	width: 80%;
	margin: auto;
	color: #fff;

}

.privolaLink {
    color: #505050;
    cursor:pointer;

}

.plaviLink {
    color: #00c0f3;	

}

.error-pg-wrapper {
    position: relative;
    background: url(../img/error-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: block;
    height: 752px;
    z-index: 1;
}

.error-pg-wrapper:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(3,88,126, .25);
}

.error-content {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    width: 44%;
    left: 170px;
    bottom: 130px;
}

.error-content ::-webkit-input-placeholder {
  color: #ffffff;
}

.error-content ::-moz-placeholder {
  color: #ffffff;
}

.error-content :-ms-input-placeholder { 
  color: #ffffff;
}
.error-content :-moz-placeholder {
  color: #ffffff;
}

.error-content h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 175px;
    color: #ffffff;
    line-height: normal;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.error-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    line-height: 55px;
    margin: 35px 0 0 0;
    text-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.error-content h2 a {
    color: #61deff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.error-content h2 a:hover,
.error-content h2 a:focus,
.error-content h2 a:active {
    color: #193759;
}

#srch404 {
    margin: 40px 0 10px 0;
}

#srch404 input {
    background: transparent;
    border: 1px solid #ffffff;
    height: 54px;
    padding: 10px 10px 10px 60px;
}

#srchres404 {
    position: absolute;
    z-index: 4;
}

#srchres404 ul {
    margin: 0;
    background: #fff;
    height: 300px;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 1px 40px rgba(0,0,0,.2);
}

#srchres404 ul li {
    padding: 5px 0;
}

#srchres404 ul li:first-child {
    padding: 0 0 5px 0;
}

#srchres404 ul li:last-child {
    padding: 5px 0 0 0;
}

#srchres404 ul li a {
    font-size: 15px;
}

.error-search-ico {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/error-search-ico.svg) 50% 50% no-repeat;
    background-size: 20px auto;
}

.return-home-btn {
    position: relative;
    background: #ffffff;
    text-align: center;
    color: #00C0F3;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 15px 30px 15px 60px;
}

.return-home-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 20px;
    background: #00C0F3;
    display: block;
}

.return-home-btn:hover,
.return-home-btn:focus,
.return-home-btn:active {
    background: #00C0F3;
    color: #ffffff;
}

.return-home-btn:hover:before {
    background: #ffffff;
}

.user-content:not(.uc-search) .error-links a:not(.btn),
.user-content:not(.uc-search) .error-links a:not(.btn):focus {
    color: #151515;
    border-bottom: none;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    width: 50%;
}

.gd-logo {
    text-align: center;
    display: block;
    margin: 0 0 30px 0; 
}

.htz-banner img, .staySafeLogo img {
    display: block;
    margin: 0 auto 30px auto;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social-feeds-wrap {
    margin-top: 135px;
}

.social-feeds {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.sf-col {
    display: table-cell;
    vertical-align: top;
}

.fb-column {
    width: 30.488%;
}

.insta-column {
    padding-left: 2.8%;
}

/*.instagram_feed .instagram_new {
    width: 25%;
}*/

.instagram_feed .instagram_new {
    width: 33.3333%;
}

.instagram_feed .instagram_new:nth-last-child(-n+2) {
    display: none;
}

.footer-logos{
	margin:20px auto 30px auto;
	display:flex;
	width:fit-content;
	justify-content:center;
	align-items:center;
	align-content:center;
	
}

.footer-logos img{
	margin: 0px 10px;
	height:80px;
	width:auto;
}

/***** NOVI CJENIK - KALKULATOR VEZOVA *****/
.brojDanaInput {
	padding-left: 37px;
}

.brojDanaInputDryDock {
    padding-left: 37px;
}

.brojDanaInputDryBerth {
    padding-left: 37px;
}

#value1 {
    max-width: 200px;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
}

#value1:focus {
    border-bottom: 1px solid #66afe9;
}

#value1DryDock {
	max-width: 200px;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
	padding: 0;
}

#value1DryDock:focus {
	border-bottom: 1px solid #66afe9;
}

#value1DryBerth {
	max-width: 200px;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
	padding: 0;
}

#value1DryBerth:focus {
	border-bottom: 1px solid #66afe9;
}

.cjenik_calc_wrapper {
	background: #fff;
    padding:60px 80px;
    border-radius:22px;
    box-shadow: 5px 4px 15px 2px rgb(0 0 0 / 10%);
}

.cjenik_title {
	text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #353533;
    line-height: 32px;
	margin-bottom: 30px;
}

.cjenik_calc_wrapper label {
	display: block;
	font-weight: 400;
}

.user-content:not(.uc-search) a:not(.btn), .user-content:not(.uc-search) a:not(.btn):focus {
	color: #000;
	border-bottom: 1px solid #eee;
}

.user-content:not(.uc-search) a:not(.btn):hover,
.bootstrap-select .dropdown-menu>li.selected a  {
	color: #00C0F3;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.Cijena_basic {
	margin: 30px 0;
  font-size: 22px;
}

.Cijena_basic span {
	font-weight: 500;
}

.cjenik_dodatne_opcije .btn-empty {
    display: block;
    margin: 0 auto 20px auto;
    width: 30%;
}

.cjenik_dodatne_opcije2 {
	margin-top: 30px;
}

.cjenik_dodatne_opcije p,
.cjenik_dodatne_opcije2 p {
	font-weight: 400;
}

/* The container */
.custom_radio_btns .wrapper_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  line-height: 30px;
}

.cjenik_dock .custom_radio_btns .wrapper_label {
	display: inline-block;
    margin-right: 30px;
}

/* Hide the browser's default radio button */
.wrapper_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.wrapper_label .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.wrapper_label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.wrapper_label input:checked ~ .checkmark {
  background-color: #00c0f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.wrapper_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.wrapper_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.wrapper_label .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}

.total_price_wrapper {
	text-align: left;
	margin-top: 30px;
	padding-top: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #00c0f3;
    line-height: 32px;
	border-top: 1px solid #ddd;

}

.dimenzije_wrap label {margin-bottom: 10px; line-height: 1.3;}
.kontakt-cjenik {
  font-size: 14px;
  color: #999;
  padding: 15px;
}

.dimenzije_wrapDry label {margin-bottom: 10px;}
.kontakt-cjenik {
  font-size: 14px;
  color: #999;
  padding: 15px;
}

.dimenzije_wrapTranzitni label {margin-bottom: 10px;}
.kontakt-cjenik {
  font-size: 14px;
  color: #999;
  padding: 15px;
}

.bootstrap-select .btn {border-radius: 12px;}

.dimenzije_wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border-radius: 12px;
}

/* The container */
.ct_check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkboxes_wrap label {
	font-weight: 300;
	display: block;
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.ct_check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ct_checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.ct_check_container:hover input ~ .ct_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ct_check_container input:checked ~ .ct_checkmark {
  background-color: #00c0f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ct_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ct_check_container input:checked ~ .ct_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ct_check_container .ct_checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cjenik_dock,
.dnevni_vezTab {
	margin-top: 15px;
}

.cjenik_dock p,
.dnevni_vezTab p,
.parking_show p {
	font-weight: 400;
}

.cjenik_dock_pos {
	position: relative;
	top: 2px;
}

.hidden_cjenik_content.calc2 .Cijena_basic {
	margin: 15px 0 30px 0;
}

.cjenik_dodatne_opcije.tranzit,
.parking_show.tranzit {
	display: inline-block;
	width: 100%;
}

/*nove vijesti look*/

.bigNews-wrap{
	display:flex;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.bigNews-wrap .one-img{
	margin-right:15px;
	position:relative;
}

.bigNews-wrap .two-img{
	display:flex;
	flex-direction:column;

}

.bigNews-wrap .mali-slika{
	position:relative;
}

.one-img .text-box, 
.mali-slika .text-box{
	position:absolute;
	left:15px;
	bottom:15px;
	color:#fff;
	z-index:5;
	max-width:90%;
	max-height:75%;
	overflow:hidden;
	
}

.bigNews-wrap .datumVijest{
	margin-bottom:7px;
}
.bigNews-wrap .text-box h3{
	font-size:25px;
	line-height:35px;

}

.bigNews-wrap .mali-slika .text-box h3{
	font-size:20px;
	line-height: 24px;
}

.bigNews-wrap .datumVijest:before{
	background-image:url(../img/time-outline-white.svg);
	margin-right:10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	
}

.bigNews-wrap .two-img .mali-slika:first-child {
	margin-bottom:16px;
}



.noveVijesti{
	margin-bottom:30px;
}

.noveVijesti h1.subpage-title{
	position:relative;
	top:-35px;
	left:15px;
}
.vijestWrap{
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 15px;
	align-items: stretch;
	height: 100%;
}

.vijestWrap .text-box{
	padding:0px;
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
	
}

.vijestWrap .text-box .datumVijest{
	padding-bottom:10px;
}


.listaPoslova{
    margin-bottom:80px;
}

.listaPoslova .ss-subtitle {
	color: #1a3859;
    display: inline-block;
	margin-bottom: 20px;
}

.listaPoslova .custom_left_padding {
	padding-left: 0;
}

.listaPoslova h1.subpage-title{
    position:relative;
    top:-35px;
    left:15px;
}
.posloviWrap{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    padding: 15px;
    align-items: stretch;
    height: 100%;
}

.posloviWrap .text-box{
    padding:0px;
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    
}

.posloviWrap .text-box .datumVijest{
    padding-bottom:10px;
}


 .datumVijest::before{
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	margin-right:10x;
	background-image:url(../img/time-outline.svg);
	background-size:100% 100%;
	background-position:center center;
	position:relative;
	top:2px;
}

.vijestWrap .text-box h4{
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}

.vijestWrap .text-box .shortTxtVijest{
	font-size:14px;
	  max-height:74px;
	  overflow:hidden;
}

.posloviWrap .text-box h4{
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
	color: #1a3859;
	position: relative;
	padding-left: 30px;
}

.posloviWrap .text-box h4:before {
	position: absolute;
    left: -3px;
    top: 4px;
    font-family: 'marinapunat';
    font-size: 12px;
    content: "\6b";
    color: #1a3859;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.posloviWrap .text-box .shortTxtVijest{
    font-size:14px;
    max-height:74px;
    overflow:hidden;
	padding-left: 30px;
}

.paginacijaNovosti{
	margin: 0 auto;
	text-align: center;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:0px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: 1px solid #1A3859;
    border-radius: 5px;
    margin: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    border: none;
}

.cv_form {
    background: #fff;
    padding: 40px 90px 60px 90px;
    border-radius: 5px;
}

.cv_form label {
    font-weight: normal;
}

.cv_form input {
    height: 44px;
}

.cv_form .bootstrap-select .btn {
    border-radius: 4px;
}

.cv_form textarea {
	width: 100%;
	border-radius: 4px;
}

.cv_form textarea:focus,
.cv_form textarea:focus-visible {
	background: #fff;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
	outline: none;
}
 
.custom_file_upload label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
}

.upload-btn-wrapper-custom-holder {
    display: flex;
	margin-top: 5px;
}

.custom_file_upload .label2 {
    display: inline-block;
    position: relative;
    height: 44px;
    width: 50%;
	margin-top: 0;
}

.custom_file_upload span {
    position: relative;
    width: 60%;
}

.custom_file_upload span #filename_cv {
	/* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: 0; */
    /* width: 100%; */
    display: inline-block;
	/* align-items: center; */
    margin: 0 0 0 15px;
	line-height: 21px;
    font-size: 14px;
	max-height: 44px;
    overflow: hidden;
}

.privola_cv {
	display: flex;
	align-items: center;
}

.privola_cv label {
	font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0 15px;
}

#_privola_cv {
	display: block;
    width: 24px;
    height: 22px;
    float: none;
    border: 0px;
    outline: 0px;
	min-width: 24px;
	margin: 0;
}

.newsletter_cv {
    display: flex;
    align-items: center;
}

.newsletter_cv label {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0 15px;
}

#_newsletter_cv {
    display: block;
    width: 24px;
    height: 22px;
    float: none;
    border: 0px;
    outline: 0px;
	min-width: 24px;
	margin: 0;
}

.custom_file_upload .label2 div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00C0F3;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    height: 45px;
	font-weight: 300;
}

.custom_file_upload .label2 input {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

/* #filename_cv:not(:empty)::before{ */
	/* content:""; */
	/* display:inline-block; */
	/* width:20%; */
	/* height:24px; */
	/* margin-right:10px; */
	/* background-image:url(../img/file-text.svg); */
	/* background-size: 24px 24px; */
	/* background-position:left center; */
	/* position:relative; */
	/* top:0; */
	/* background-repeat: no-repeat; */
/* } */

.poslovi .side-col{
    position: static;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
}

.subpage-content.poslovi .content-col {
	margin-left: 0;
}

.poslovi .content-col .user-content {
	width: 80%;
}

.cv_submit_btn {
	display: inline-block;
    background: #1a3859;
    color: #fff;
    padding: 10px 40px;
	border: 1px solid #1a3859;
    border-radius: 4px;
    margin-top: 20px;
	transition: all 0.3s ease-in-out;
}

.cv_submit_btn:hover {
	color: #1a3859;
	background: #fff;
	border-color: #1a3859;
}

.posao_link {
	color: #00C0F3;
}

.posao_link:hover {
	text-decoration: underline;
}

.testimonial-slider {
	max-width: 100%;
    overflow: hidden;
}

.testimonial-slider .slick-slide {
	height: auto;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 30px;
    color: #173859;
    text-shadow: 0 0 10px #fff;
    cursor: pointer;
    -webkit-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-slider .slick-arrow:hover {
    color: #00c0f3;
}

.testimonial-slider .slick-prev {
    left: -7px;
}

.testimonial-slider .slick-next {
    right: -7px;
}

.testimonial-slider .slick-dots {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
    text-align: center;
}

.testimonial-slider .slick-dots > li {
    display: inline-block;
    background-color: #ddd;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider .slick-dots > li + li {
    margin-left: 20px;
}

.testimonial-slider .slick-dots > li > button {
    text-indent: -9999em;
    width: 17px;
    height: 17px;
    background-color: transparent;
}

.testimonial-slider .slick-dots > li.slick-active {
    background-color: #00c0f3;
}

.testimonial-slider .ha-col {
    padding: 0 15px;
}

.testimonial-slider .ha-description {
	font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
}

.testimonial-slider .ha-img > img {
	width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 100%;
	transition: none;
	cursor: default;
}

.testimonial-slider .ha-img:hover > img {
	transform: none;
}

.testimonial-slider .ha-img:hover {
	background: none !important;
}

.t-sign {
	text-align: center;
}


