.flex_box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.btn-details{
    background: #1b5fab !important;
}

#screen-load {
  display: none;
  text-align: center;
}
        #loader-1 {
	min-width: 100%;
	min-height: 100%;
	background: #e3e33e;
}


#loader1 {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	background: rgb(27,95,171);
	z-index: 8888;
}

#loader {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: -50px 0 0 -50px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #00499B;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#screen-load {
  display: none;
  text-align: center;
}

.aviokarta-box,
.aviokarta-modal-box{
    display: -webkit-box; 
    display: -moz-box;    
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex; 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.aviokarta-box{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: rgba(255,255,255,.5);
    padding: 7px 0;
}

.aviokarta-box:not(:last-child){
    border-bottom: 1px solid white;
}

.aviokarta-box:not(.aviokarta-box-header):hover{
    background: white;
    cursor: pointer;
}

.aviokarta-box-header{
    color: white;
    background: #1b5fab;
}

.aviokarta-box > p{
    margin: 0;
    padding: 0 5px;
}
.aviokarta-modal .modal-content{
    border: none !important;
    border-radius: 0;
}
.aviokarta-modal .modal-header{
    background: #6cb1ff;
    color: white;
}

.aviokarta-modal .modal-footer .btn{
    background: #6cb1ff;
    color: white;
}

.aviokarta-modal-box > p:first-of-type{
    font-weight: bold;
    width: 40%;
    text-align: left;
}


.aranzman-aerodrom{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 6px 15px;
    background: rgba(255,255,255,.5);
    margin-bottom: 6px;
    border-radius: 5px;
    cursor: pointer;
}

.aranzman-aerodrom:hover{
    background: white;
}

.aranzman-aerodrom > span{
    margin-right: 15px;
    font-size: 12px;
    display: none;
}

.aranzman-aerodrom.active{
    background: #4EAD25;
    color: white;
}

.aranzman-aerodrom.active span{
    display: inline-block;
}

/*

style za sv nikola
navijagacija: #7ab9ff;

*/

html,body {
  width: 100%;
}

body {
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%
}

.gornji_header {
  position: relative;
}

.logo_cont {
  margin-top: 25px;
  margin-bottom: 25px;
}

.top_menu {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-right: 15px;
}
div.detail-travel {
  margin-top:10px;
  display: inline-block;
}
div.detail-travel > span.plus-detail {
  padding:3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius:3px;
  background-color: #00aeef;
  color: #000;
}

.rentatable {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.rentatable1 {
  padding: 5px 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.cart {
  position: relative;
  float: left;
  padding: 8px 10px;
}

.cart-desni-dio {
  
}

.media > .pull-left {
  padding-right: 0px;
  margin-right: 5px;
}

.quantity {
  width: 45px;
  border: 0px none;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 1px 5px;
}

.cart-desni-dio h5 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #ef282f;
  padding: 10px 0px;
}

.cart-desni-dio ul li {
  list-style-image: url('../images/bullet_romb.png');
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.with-padd {
  padding: 15px 15px;
  background: #e6ecf1;
}

.cart-drugi-dio {
  padding: 15px 15px;
  background: #dee5e9;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.phone_info i {
  color: #62b6ef;
  font-size: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

.phone_info {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #1b5fab;
  padding-left: 20px;
}

.botom_info {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

.termsA {
  color: #6CB1FF;
}

.termsA:hover {
  text-decoration: none;
  color: #F9F800;
}

.tourform {
  color: #fff;
}

.cijena_deal {
  padding: 15px 0px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.cijena_book {
  padding: 15px 0px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.cijena_book span {
  font-weight: normal;
}

.numero {
  color: #fff;
  width: 32px;
  height: 27px;
  display: inline-block;
  padding-left: 13px;
  padding-top: 3px;
  background-image: url(../images/korpa_b.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.flags {
  position: relative;
  float: left;
  background: #429bff;
  color: #fff;
  padding: 10px 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
}

.top_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.top_menu ul li {
  display: inline-block;
  padding-right: 10px;
  text-align: left;
}

.top_menu ul li.lang {
  padding-right: 5px;
}

.top_menu a {
  color: #fff;
}

.top_menu a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.seperator {
  font-weight: bold;
}

/* navigacija */

.navbar-default {
  background: #7ab9ff;
  border: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-right: 50px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  transition: all 0.15s ease-in-out;
  font-size: 16px;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #fef200;
}

.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fef200;  
}

.navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
  color: #efeb42;
  font-weight: bold;
}

.dropdown-menu {
  text-align: center;
  background: #fef200;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.dropdown-menu li {
  border-bottom: 1px solid #000;
  margin: 5px;
}

.dropdown-menu > li > a {
  color: #000;
}

.dropdown-menu li a:hover {
  background: #fef200;
  color: #6C6C6C;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #FEF200;
}

/*forme top */

.no-mar {
  margin-left: 0px;
  margin-right: 0px;
}

.booking_sekcija {
  padding: 15px;
}

.lijeva-sekcija {
  padding: 15px 4px 15px 15px;
  background: #f6f6f6;
  background-image: url(../images/sjena_l.png);
  background-position: right 100%;
  background-repeat: no-repeat;
  min-height: 300px;
}

.desna-sekcija {
  padding: 15px 15px 15px 4px;
  margin-left: 0px;
  background: #f6f6f6;
  background-image: url(../images/sjena_d.png);
  background-position: left 100%;
  background-repeat: no-repeat;
  min-height: 300px;
}

.uvez_lijevi {
  background-image: url(../images/lijevi_uvez.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 17px;
  height: 200px;
  z-index: 1;
}

.uvez_desni {
  background-image: url(../images/desni_uvez.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 17px;
  height: 200px;
  z-index: 1;
}

.desna-sekcija-style {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4383c3+0,266ab3+14,1b5fab+100 */
background: rgb(67,131,195); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzODNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzI2NmFiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjVmYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(67,131,195,1) 0%, rgba(38,106,179,1) 14%, rgba(27,95,171,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(67,131,195,1) 0%,rgba(38,106,179,1) 14%,rgba(27,95,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(67,131,195,1) 0%,rgba(38,106,179,1) 14%,rgba(27,95,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4383c3', endColorstr='#1b5fab',GradientType=1 ); /* IE6-8 */

  padding: 15px 15px 20px 20px;
  border-radius: 4px;
  height: auto;
}

.desna-sekcija-row-style {
  padding: 29px 0px 0px 0px;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 0px;
}

.owl-stage-outer {
  border: 2px solid #fff;
  border-radius: 4px;
}

.tab-content {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b5fab+0,266ab3+86,4383c3+100 */
background: rgb(27,95,171); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNWZhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzI2NmFiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzgzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(27,95,171,1) 0%, rgba(38,106,179,1) 86%, rgba(67,131,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(27,95,171,1) 0%,rgba(38,106,179,1) 86%,rgba(67,131,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(27,95,171,1) 0%,rgba(38,106,179,1) 86%,rgba(67,131,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5fab', endColorstr='#4383c3',GradientType=1 ); /* IE6-8 */


  color: #fff;
  padding: 20px 15px;
  border-radius: 4px;
  min-height: 244px;
}

.nav-tabs > li.active > a {
  color: #fff;
  background: #ea0001;
}

.nav-tabs > li.active > a:hover {
  color: #fff;
  background: #ea0001;
}

.nav-tabs {
  border-bottom: 0px;
  padding-left: 5px;
}

.nav-tabs > li > a {
  color: #fff;
  background: rgb(0,147,68);
  margin-right: 2px;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
  font-size: 13px;
  padding: 10px 8px;
}

.nav-tabs > li > a:hover {
  background: #ea0001;
  border: 0px;
  border-color: transparent;
}

.post-content h4 {
  border-bottom: 0px !important;
}

.nav-tabs > li > a:focus {
  background: #ea0001;
  color: #fff;
}

.nav-tabs > li.active > a:focus {
  background: #ea0001;
  color: #fff;
}

.accomm_form select {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
}

.avioni {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
}

.keywords {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  margin-bottom: 10px;
}

.kontakt_forma {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.kontakt_zbir {
  width: 90px;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.antispam_k {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #000;
}

.kontakt_posalji {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #EA0001;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}


.lokacija {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  background-image: url(../images/lokacija.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
}

.no-padd-input {
  padding-left: 0px;
  padding-right: 0px;
}

.less-padd-right {
  padding-right: 5px;
}

.less-padd-left {
  padding-left: 5px;
}

.less-padd {
  padding-left: 3px;
  padding-right: 3px;
}

.date_input {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-image: url(../images/datum.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
}

.date_input_ru {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  background: #6cb1ff;
  color: #fff;
  padding: 10px 1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
}

.date_input::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.date_input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.date_input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.date_input:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}
.date_input_ru::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.date_input_ru:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.date_input_ru::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.date_input_ru:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.kontakt_forma::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.kontakt_forma:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.kontakt_forma::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.kontakt_forma:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.avioni::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.avioni:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.avioni::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.avioni:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}


.keywords::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.keywords:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.keywords::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.keywords:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.prvi-dio::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.prvi-dio:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.prvi-dio::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.prvi-dio:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.kontakt_zbir::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.kontakt_zbir:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

.kontakt_zbir::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.kontakt_zbir:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.ppn {
  padding: 10px 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.accomm_form select.small {
  padding: 10px 3px;
  background-position: 85% center;
}

.send_button {
  color: #195caa;
  background: #fef200;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
  border: 0px;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.owl-carousel {
  z-index: 0;
}

.title_cont h3 {
  background: #4f79a3;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

/*postovi */
.post {
  border-radius: 4px;
  background: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}

.post-img {
  overflow: hidden;
  width: 100%;
  height: 170px;
}

.post-img img {
  transition: all 0.25s ease-in-out;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.post-img img:hover {
  transform: rotate(5deg) scale(1.2);
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
}

.post-content {
  padding: 5px;
  /* min-height: 190px; */
}

.post-content h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
/*    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.post-content p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.post-content-sell {
  border-top: 1px solid rgba(0,0,0,.2);
  padding: 10px 0px;
}

.post-content-sell p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;;
  color: #e73a3f;
  font-size: 15px;
  margin-bottom: 1px;
}

.post-content-sell a {
  background: #e73a3f;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
}

.post-content-sell a:hover {
  color: #dadada;
}


/* footer */

footer {
  position: relative;
  top: 20px;
  padding-top: 15px;
  background: rgba(26, 72, 120, 0.8);
}

footer p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding-left: 5px;
}

.footer_logo {
  padding-top: 3%;
}

.footer_logo a {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.footer_logo a:hover {
  text-decoration: none;
  color: #7AB9FF;
}

.footer_logo img {
  width: 100%;
  margin-top: 20px;
}

.kontakt_info {
  width: 90%;
  float: right;
  font-size: 13px;
}

.kontakt_cont {
  float: left;
  width: 100%;
}

.copy {
  background: #1a4878;
  padding-top: 10px;
  padding-bottom: 5px;
}

.copy p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.copy a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.copy a:hover {
  text-decoration: none;
  color: #6CB1FF;
}

footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.footer_form {
  width: 100%;
  padding: 5px 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 0px;
  border-radius: 4px;
  color: #fff;
  background: #6cb1ff;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer_textarea {
  width: 100%;
  padding: 5px 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 0px;
  border-radius: 4px;
  color: #fff;
  background: #6cb1ff;
  margin-bottom: 10px;
  font-size: 13px;
}

footer input::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

footer input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

footer input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

footer input:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

footer textarea::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

footer textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

footer textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}

footer textarea:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}

.form_button {
  width: 100%;
  border: 0px;
  border-radius: 4px;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background: #fef200;
  margin-bottom: 10px;
}

.form_zbir {
  width: 60px;
  border: 0px;
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background: #6cb1ff;
  margin-bottom: 10px;
  font-size: 13px;
}

.antispam {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.form_cont {
  padding-right: 5px;
  padding-left: 5px;
}

.travel_cont {
  min-height: 380px;
}

.social {
  margin: 10px 0px;
}

.social a {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.social a:hover {
  color: #FEF200;
  text-decoration: none;
}

/*special */

.special-offer {
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}

.special {
  position: relative;
  margin-bottom: 15px;
  height: 165px !important;
  overflow: hidden;
}

.special img {
  width: 100%;
}

.special-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  background: rgba(254,242,0,0.8);
  text-align: center;
  height: 100%;
  min-height: 100%;
  padding-top: 5%;
}

.s1 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.s2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #ea0001;
}

.paginacija {
  margin-bottom: 30px;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  color: #fff;
  text-align: center;
}

.paginacija ul li {
  list-style:none;display:inline-block
}

.paginacija ul li a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px;
}

.paginacija ul li a:hover {
  text-decoration: none;
  color: #000;
  background: #fef200;
}

.paginacija ul li a.active {
  color: #000;
  background: #fef200;
}
/* detalji aranzmana */

.detalji_cont {
  color: #000;
  background: rgba(255,255,255,0.7);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
}

.detalji_cont_flex{
    color: #000;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.detalji_cont h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.detalji_cont p {
    width: 100%;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}

.detalji_cont ol,
.detalji_cont ul{
    width: 100%;
    list-style-position: inside;
}

.detalji_cont_cart {
  color: #000;
  background: rgba(255,255,255,0.7);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 0px 15px 15px 15px;
}

.detalji_cont_cart h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.detalji_cont_cart p {
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}
.detalji_cont_pret {
  color: #000;
  background: #1B5FAB;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
}

.detalji_cont_pret h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.detalji_cont_pret p {
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}

.full_image {
  width: 100%;
}

.flexslider {
  border: 0px;
  margin-bottom: 10px;
}

.aranzman_price {
  color: #ea0001;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding-top: 2px;
  font-size: 20px;
}


.avio_table_title {
  background: #1b5fab;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}
.avio_table_title tr th {
font-size:13px;
}

.avio_table_sadrzaj {
  background: rgb(235, 235, 235) none repeat scroll 0% 0%;
  font-family: "Lato",sans-serif;
  font-weight: normal;
  color: #000;
}

.remove_class {
  background: #ef282f;
  border-radius: 0px;
  padding: 5px 10px;
  border: 0px;
}

.remove_class i {
  font-size: 16px;
}

.table-hover > tbody > tr:hover {
  background-color: transparent;
}

.title_table {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #1b5fab;
  margin-bottom: 0px;
}

.title_table_cont {
  background: #eef1f2;
}
.title_table_cont:hover {
  background: #eef1f2 !important;
}

.title_table_cont > td {
  vertical-align: middle !important;
}

.table-condensed > tbody > tr > td {
  padding: 5px 10px;
}

.no-padd {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padd-left {
  padding-left: 0px;
}

.no-padd-right {
  padding-right: 0px;
}
/*cars */
.car_row {
  margin-bottom: 40px;
  padding: 5px 15px;
}

.listbor {
  background-color: #eff4f8;
    border-radius: 4px;
}

.car_slika_dio {
  height: 200px;
  overflow: hidden;
}

.car_slika_dio img {
  transition: all 0.25s ease-in-out;
}

.car_slika_dio img:hover {
  opacity: 0.8;
}

.listheading {
  border-bottom: 2px solid #ff0b0b;
}

.detheading {
  border-bottom: 2px solid #ff0b0b;
}

.listheading h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.detheading h4 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.listheading span {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #ff0b0b;
  margin-top: 10px;
  margin-bottom: 10px;
}

.car_mjenjac {
  padding: 15px;
  text-align: center;
  background-color: #d6e1ea;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 22px;
}

.car_book {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  background-color: #ef282f;
}

.car_book a {
  color: #fff;
  display: block;
  transition: all 0.25s ease-in-out;
}

.car_book a:hover {
  text-decoration: none;
  color: #d6e1ea;
}

.listdet {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 0px;
}

.uputstvo {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

/*detalji vozila */

.cardet01 {
  padding-top: 15px;
}

.cardet02 {
  padding-bottom: 15px;
}

.span_strelica {
  padding-top: 7px;
}

.span_strelica span {
  margin-right: 30px;
}

.span_strelica img {
  vertical-align: baseline;
}

.btn-image-blue {
  background: #dad000;
  border: 0px;
  border-radius: 0px;
  padding: 9px 12px;
  float: left;
  width: 15%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 39px;
}

.btn-text-blue {
  background: #fef200;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 8px 15px;
  float: left;
  width: 85%;
  transition: all 0.25s ease-in-out;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 39px;
}

.btn-text-clear {
  background: #fef200;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 8px 10px;
  float: left;
  width: 85%;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
  width: 100%;
  height: 39px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-text-clear i {
  margin-left: 10px;
}

.span_submit {
  margin-bottom: 10px;
}

.btn-text-blue input {
  width: 100%;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  color: #195caa;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.btn-text-blue:hover {
    background: #dad000;
}

.inputi {
  margin-bottom: 30px;
}

.gal {
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}

.cart_title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #1b5fab;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 26px;
}

.title_table_naslovi {
  border-bottom: 2px solid #EF282F;
}

.table > tbody > tr > th {
  border-top: 0px;
  border-color: transparent;
}

.panel-body {
  background: #F5F6F7;
}

.input-group-addon {
  background: #5B96D8;
  color: #fff;
  padding: 8px 15px;
  border: 1px solid #5B96D8;
}

.prvi-dio {
  background: #6cb1ff;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border: 0px;
}

.submit-addon {
  background: #C60001;
  color: #fff;
  padding: 8px 15px;
  border: 1px solid #C60001;
}

.submit-dio {
  background: #EA0001;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border: 0px;
}

.checkbox_check {
  width: 35px;
}

.nastavi {
  background: #1B5FAB;
  color: #fff;
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-radius: 0px;
  transition: all 0.25s ease-in-out;
  border: 0px;
}
.nastavi:hover {
  background: #4C9ED9;
  color: #fff;
  border: 0px;
}

.poruci {
  background: #4EAD25;
  color: #fff;
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-radius: 0px;
  transition: all 0.25s ease-in-out;
  border: 0px;
}

.poruci:hover {
  background: #449D44;
  border: 0px;
}

.faq_title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  background: transparent;
  color: #000;
  border: 0px;
  text-transform: capitalize;
}

.ui-state-active {
  color: #6cb1ff;
  font-weight: bold;
}

.ui-widget-content {
  background: #f5f6f7;
  color: #818487;
  font-family: 'Lato', sans-serif;
  font-size: normal;
  font-size: 13px;
  margin-left: 30px;
}

.home_checkbox {
  margin-bottom: 20px;
}

.zvijezda_sm {
  float: right;
}

.owl-theme .owl-controls {
  margin-top:10px;
  text-align:center;
  -webkit-tap-highlight-color:transparent;
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color:#fff;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#d6d6d6;
  display:inline-block;
  cursor:pointer;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background:#869791;
  color:#fff;
  text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity:.5;
  cursor:default
}
.owl-theme .owl-dots .owl-dot {
  display:inline-block;
  zoom:1;
  *display:inline
}
.owl-theme .owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#d6d6d6;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background:#869791;
}

.slick-next {
  right: 10px;
  bottom: -5px;
  top: auto;
  z-index: 1;
}

.slick-prev {
  left: 10px;
  bottom: -5px;
  top: auto;
  z-index: 1;
}

.slick-prev::before, .slick-next::before {
  color: #000;
  opacity: .9;
}

.slick-dots {
  bottom: -1px;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

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

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #2165af;
}

.skriveno {
  display: block;
}

.vidljivo {
  display: none !important;
}
table.contactform {
  margin:0 auto;
}
table.contactform tr td {
  padding: 5px 0;
}

table.contactform tr td textarea {
  width: 100%;
}
table.contactform tr td textarea,
table.contactform tr td input,
table.contactform tr td select {
    outline: 0;
    border: 1px solid rgba(0,0,0,.2);
}
table.contactform tr td input {
  border-radius:3px;
  box-shadow: none;
}



@media screen and (max-width: 1200px) {
  .nav-tabs > li > a {
    margin-right: 1px;
    padding: 10px 5px;
    font-size: 11px;
  }  

  .desna-sekcija-row-style {
    padding: 15px 0px 0px 0px;
  }

  .desna-sekcija {
    height: 310px;
  }

  .desna-sekcija-style {
    height: 265px;
  }
  #personsList .col-xs-3 {
    min-width: 50%;
    max-width: 50%;
  }
  #personsList .col-xs-2 {
    min-width: 50%;
    max-width: 50%;
  }
  #personsList .col-xs-2:last-child {
    min-width: 100%;
    max-width: 100%;
  }
  #personsList .one-form-segment {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #000;
    background: rgba(108, 177, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-tabs > li > a {
    margin-right: 1px;
    padding: 10px 5px;
    font-size: 11px;
  }

  .navbar-default .navbar-nav > li > a {
    padding-right: 20px;
  }
}


@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 10px;
    font-size: 14px;
  }

  .date_input_ru {
    padding: 10px;
  }

  .less-padd-right {
    padding-right: 15px;
  }

  .less-padd-left {
    padding-left: 15px;
  }

  .desna-sekcija-style {
    height: auto;
  }

  .uvez_lijevi {
    display: none;
  }

  .uvez_desni {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .no-padd-input {
    padding-left: 0px;
    padding-right: 0px;
  }  

  .less-padd-right {
    padding-left: 15px;
    padding-right: 15px;
  }  

  .less-padd-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ppn {
    float: right;
  }

  .lijeva-sekcija, .desna-sekcija {
    padding: 5px 15px;
  }

  .footer_logo img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  html {
    min-height: 100%;
  }

  body {
    background-image: url(../images/background.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height:100%;
    }

  .navbar-collapse {
    position: absolute;
    background: #7ab9ff;
    z-index: 99;
    width: 100%;
  }

  .post-img img {
    width: 100%;
  }
  #personsList .col-xs-3 {
    min-width: 100%;
    max-width: 100%;
  }
  #personsList .col-xs-2 {
    min-width: 100%;
    max-width: 100%;
  }
  #personsList .one-form-segment {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #000;
    background: rgba(108, 177, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #personsList .col-xs-2:last-child {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    text-align: left;
  }
}

@media screen and (max-width: 505px) {
  .skriveno {
    display: none;
  }

  .vidljivo {
    display: block !important;
  }

  .nav-tabs > li > a > i {
    font-size: 20px;
    padding: 0px 10px;
  }

  .clear_filter {
    margin-top: 15px;
  }
}

@media screen and (max-width: 425px) {
  .desna-sekcija {
    min-height: auto;
  }

    .logo_cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 320px) {
  .logo_cont {
    margin-top: 50px;
  }

  .booking_sekcija {
  padding: 0px;
  }

  .desna-sekcija {
    min-height: auto;
  }

  .span_submit {
    padding-right: 0px;
    padding-left: 0px;
  }

  .special-cont {
    padding-top: 25px;
  }
}



.eb-new-footer img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.eb-new-footer .card-holder {
  display: flex;
  justify-content: center;
}

.eb-new-footer .social {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.eb-new-footer .social a {
  margin-left: 10px;
  margin-right: 10px;
}


.white {
    background-color: #fff;
}

.cards-section .f-payment {
    padding: 15px 0;
}
.total, .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.payment-cards-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.f-payment img {
    object-fit: contain;
    object-position: right;
    width: auto;
}