@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
}

h1 {font-size: 24px; margin-top: 42px; margin-bottom: 29px; font-weight: bold; letter-spacing: -0.32px;}
h2 { font-size: 22px; color: #2b2b78; font-weight: bold; margin-top: 23px; margin-bottom: 4px;}
h3 { font-size: 16px; font-weight: bold; margin-bottom: initial; margin-top: 0;}

p {
    line-height: 20px;
}

p.p-big {
    font-size: 18px;
    line-height: 17px;
}

section {
    padding-bottom: 52px;
}

.container>.row>h1 {
    margin-left: 33px;
    margin-right: 33px;
}


/* RESETS */

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn {
    text-transform: uppercase;
    padding: 5px 22px;
}

.btn.btn-lg {
    font-size: 20px;
    font-weight: bold;
    padding: 13px 44px;
}

.form-control::-webkit-input-placeholder {
    color: #000000;
}

.form-control:-moz-placeholder {
    color: #000000;
}

.form-control::-moz-placeholder {
    color: #000000;
}

.form-control:-ms-input-placeholder {
    color: #000000;
}


/* COLORS */

.blue {
    background-color: #2b2b78;
    color: #ffffff;
}

.blue h1,
.blue h2,
.blue a {
    color: #ffffff;
}

.gray {
    background-color: #f8f8f8;
}

.half-gray-gradient {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,ffffff+100 */
    background: rgb(248, 248, 248);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    z-index: 0;
}

.half-gray-gradient:after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
    background: rgb(238, 238, 238);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    right: 0;
    top: 0;
    z-index: -1;
}

.blue .btn-default {
    color: #ffffff;
    border-color: #ffffff;
}


/*  BUTTONS */

.btn-default {
    color: #2b2b78;
    border: 1px solid #2b2b78;
    background: none;
}

.btn-success {
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54bb1b+0,4c953e+100 */
    background: rgb(84, 187, 27);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(84, 187, 27, 1) 0%, rgba(76, 149, 62, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(84, 187, 27, 1) 0%, rgba(76, 149, 62, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(84, 187, 27, 1) 0%, rgba(76, 149, 62, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54bb1b', endColorstr='#4c953e', GradientType=0);
    /* IE6-9 */
    padding-top: 6px;
    padding-bottom: 6px;
}


/* HEADER */

header {
    background-color: #ffffff;
}

header.affix-top {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

header.affix {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.affix {
    width: 100%;
    top: -72px;
    z-index: 200;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(73, 70, 68, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(73, 70, 68, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(73, 70, 68, 0.5);
}

.affix + section {
    margin-top: 143px;
}

.header-top {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
    text-transform: uppercase;
}

.header-top ul li {
    display: inline;
}

.header-top ul li:not(:first-child) {
    margin-left: 36px;
}

.header-top ul.icons {
    margin-right: 7px;
}

.header-top ul.icons li:not(:first-child) {
    margin-left: 30px;
}

.navbar {
    border: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 30px;
}

nav {
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
}

.navbar-nav>li>a {
    padding: 11px 18px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    -webkit-box-shadow: inset 0px 5px 0px 0px rgba(43, 43, 120, 1);
    -moz-box-shadow: inset 0px 5px 0px 0px rgba(43, 43, 120, 1);
    box-shadow: inset 0px 5px 0px 0px rgba(43, 43, 120, 1);
    color: #2e2e7a;
}

.header-bottom {
    padding: 12px 0;
}

.navbar-brand {
    padding: 0;
    margin-top: -9px;
}

.input-group.search {
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

.search input.form-control,
.search .btn {
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    box-shadow: none;
    padding: 6px 4px;
}

.search input.form-control {
    font-size: 22.28px;
    font-weight: 400;
}

.input-group-addon {
    background: none;
    border: 0;
}

.search .btn {
    border-left: 2px solid #d8d8d8;
    padding-left: 26px;
    padding-right: 18px;
    text-transform: uppercase;
    color: #2b2b78;
}

.search .btn span {
    margin-left: 10px;
}

.search .input-group-addon {
    color: #a3a3a3;
    font-size: 28px;
    padding: 6px 21px;
}


/* SLIDER */

#full-width-slider {
    width: 100%;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 33px;
}

.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider img {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#full-width-slider p,
#full-width-slider .vrijeme-isteka {
    color: #000000;
	display:none;
}

.rsMinW .rsArrowIcn {
    background: url(../images/rs-arrow.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 16px;
}

.rsMinW .rsArrowLeft {
    right: auto;
    left: 28px;
    bottom: auto;
    top: 50%;
    margin-top: -16px;
}

.rsMinW .rsArrowRight {
    right: 21px;
    bottom: auto;
    top: 50%;
    margin-top: -18px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn,
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: center;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    transform: rotate(180deg);
}

.rsContent:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	right:0;
	bottom:0;
    background-image: url(../images/rs-overlay.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}

.infoBlock {
    top: auto;
    left: 0;
	bottom:0;
	right:0;
    padding-top: 36px;
    padding-left: 14px;
    background-color: rgba(255, 255, 255, 0.95);
    width: 373px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 110;
}

.infoBlock:after {
    content: " ";
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    height: 252px;
    width: 14px;
    background-image: url(../images/info-block-right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.infoBlock .aktualno-putovanje-content-wrapper {
    padding-bottom: 25px;
}

.infoBlock .istaknuto {
    border-radius: 9px;
    top: 21px;
    bottom: auto;
    left: 27px;
    padding-left: 14px;
    padding-right: 14px;
}

.infoBlock h2 {
    font-weight: 400;
    line-height: 34px;
    font-size: 38px;
    margin-bottom: 6px;
    letter-spacing: -0.79px;
}

.infoBlock p {
    margin-bottom: 12px;
}

.infoBlock .cijene-wrapper {
    margin-top: 29px;
}

.infoBlock .cijena {
    font-size: 28px;
}

.infoBlock .cijene-wrapper a {
    position: absolute;
    right: 32px;
    bottom: 20px;
}


/* AKTUALNA PUTOVANJA */

#aktualna-putovanja .btn-lg {
    margin-top: -4px;
    margin-bottom: 12px;
}

.aktualno-putovanje-wrapper, ul.putovanja li a {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.5);
    -moz-box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.5);
    box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.5);
    margin-bottom: 67px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aktualno-putovanje-wrapper:hover, ul.putovanja li a:hover {
    -webkit-box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.75);
    -moz-box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.75);
    box-shadow: 0px 5px 2px -3px rgba(74, 70, 69, 0.75);
}

.aktualno-putovanje-img-wrapper:after, ul.putovanja li a .putovanjaImageWrap:after {
    content: " ";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b78+0,2b2b78+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(43, 43, 120, 1) 0%, rgba(43, 43, 120, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(43, 43, 120, 1) 0%, rgba(43, 43, 120, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(43, 43, 120, 1) 0%, rgba(43, 43, 120, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b2b78', endColorstr='#002b2b78', GradientType=1);
    /* IE6-9 */
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aktualno-putovanje-wrapper:hover .aktualno-putovanje-img-wrapper:after, ul.putovanja li a:hover .putovanjaImageWrap:after {
    left: 0;
}

.aktualno-putovanje-wrapper p {
    margin-bottom: 11px;
}

.aktualno-putovanje-img-wrapper {
    position: relative;
}

.aktualno-putovanje-img-wrapper a {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aktualno-putovanje-wrapper:hover .aktualno-putovanje-img-wrapper a, ul.putovanja li a:hover .imageButton {
    opacity: 1;
    left: 50%;
}

.aktualno-putovanje-img-wrapper .istaknuto {
    min-width: 174px;
}

.istaknuto {
    position: absolute;
    bottom: -11px;
    left: 0;
    padding-left: 15px;
    padding-right: 19px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
    z-index: 100;
}

.aktualno-putovanje-content-wrapper {
    padding: 0 27px 22px 27px;
}

.vrijeme-isteka {
    display: table;
}

.vrijeme-isteka span {
    display: table-cell;
    width: 50%;
}

.vrijeme-isteka span i {
    margin-right: 6px;
}

.cijene-wrapper {
    margin-top: 26px;
}

.cijena {
    font-size: 22px;
    font-weight: bold;
    color: #2b2b78;
}

.cijena-stara {
    font-weight: 400;
    text-decoration: line-through;
    color: #a6a6a6;
}

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(74, 70, 69, 0.4);
    -moz-box-shadow: 0px 2px 1px 0px rgba(74, 70, 69, 0.4);
    box-shadow: 0px 2px 1px 0px rgba(74, 70, 69, 0.4);
}

.shrinked-from-right {
    padding-right: 53px;
}

#onama p {
    line-height: 20px;
}

#onama .logo-wrapper {
    margin-top: 42px;
    margin-bottom: 46px;
}

.shrinked-from-left {
    padding-left: 48px;
}

#partneri .logo-wrapper {
    margin-top: -13px;
}

#partneri .logo-wrapper .row-eq-height {
    margin-bottom: 26px;
}

.logo-wrapper {
    text-align: center;
}

.logo-wrapper a {
    display: block;
}

.logo-wrapper .row-eq-height:last-of-type:not(:only-of-type) {
    align-items: flex-start;
    justify-content: inherit;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    .royalSlider.heroSlider .rsOverflow {
        height: 340px !important;
    }

}