/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.gap { display: block; position: relative; margin: 30px 0 10px 0; clear: both; }
.gap:after { clear: both; content: ''; display: table; }
.gap-small { margin: 20px 0 10px 0; }
.gap-mini { margin: 10px 0 10px 0; }
.gap-verymini { margin: 5px 0 5px 0; }
.gap-big { margin: 60px 0 60px 0; }
.gap-large { margin: 90px 0 90px 0; }

.grckaostrva { max-height: 400px; }
.aerodrom { max-height: 300px; }


.strip .hotel { min-height: 350px; }
.strip .hotel .hotheder { min-height: 80px; }
.strip .hotel .hotheder h3 { min-height: 50px }
.strip .hotel p { min-height: 250px; }
.strip ul {  min-height: 60px; }

#logo img {
 width: auto;
 height: 45px;
}

.vazaninfo { color: #cc0000; }

.slider .slide img { height: 150px; width: 200px; }

.formborder { border: 1px solid #ddd; border-radius: 5px; }


.facebook-button { text-align: center; margin-top: 100px; }
.facebook-button img {  height: 60px; }


.logohotelm { background:rgba(255, 255, 255, 0.8); border-radius: 25px; margin-bottom: 25px; max-width: 360px; }
.logohotelm img { width: 100%;  border-radius: 25px; }

.hotelm {
  position:relative;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  border: 1px solid #555; 
  border-radius: 5px;
  min-height: 810px;
  height: 96.5%;
}

.jumbotron {
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height:100%;
  z-index: 1;
  padding: 30px 20px 10px;
  background: rgba(0,0,0,0.5); 
}

.jumbotron .star { color: #f2b313; text-align: center; }
.jumbotron h1 { color: #f2b313; text-align: center; }
.jumbotron p.lead { text-align: center; }
.jumbotron p { text-align: center; }
.jumbotron .address { text-align: center; font-weight: bold; margin-bottom: 30px; }
.jumbotron .address a { color: #ffd480; }
.jumbotron .address a:hover { color: #f2b313; }

img.blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}


.list_view .wrapper p { color: #030173; }


.newscard { border: 1px solid #D0E6FF; background-color: #ECF4FF; height: 225px; }
.newscard .card-text { color: #000000; }




.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


#NewsCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#NewsCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#NewsCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#NewsCarousel .list-group .active {
	background-color:#eee;	
}

#NewsCarousel .list-group h4 { font-size: 18px; }

@media (min-width: 992px) { 
	#NewsCarousel {padding-right:33.3333%;}
	#NewsCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#NewsCarousel .list-group {display:none;} 
}






















.news { margin: 10px 0 30px; }

/* Tablet and up */
@media screen and (min-width: 768px) {
  .news .carousel-inner .active,
  .news .carousel-inner .active+.carousel-item {
    display: block;
  }
  .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .news .carousel-inner .carousel-item-next,
  .news .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .news .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .news .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .news .carousel-item-next.carousel-item-left+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .news .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .news .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .news .carousel-item-prev.carousel-item-right+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

/* Desktop and up */

@media screen and (min-width: 992px) {
  .news .carousel-inner .active,
  .news .carousel-inner .active+.carousel-item,
  .news .carousel-inner .active+.carousel-item+.carousel-item {
    display: block;
  }
  .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  .news .carousel-inner .carousel-item-next,
  .news .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .news .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .news .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .news .carousel-item-next.carousel-item-left+.carousel-item,
  .news .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .news .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .news .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .news .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .news .carousel-item-prev.carousel-item-right+.carousel-item,
  .news .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .news .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}




ul#top_menu {
  margin-top: 10px !important;
}  










