html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  overflow-y: scroll;
}

li.lead {
  margin-bottom: 0px;
}

.unit {
  margin-bottom: 20px;
}

.clearfix {
  margin-bottom: 0px;
}

.featurette .img-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
}

a, a:focus, a:hover {
  color: #f39c12;
}

.dark a, .dark a:focus, .dark a:hover {
  color: white;
}

.item .fa {
  padding-right: 5px;
  padding-left: 5px;
}

.navbar-default {
}

.navbar-default .navbar-nav>li>a {
}

.navbar-default .navbar-brand {
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #f39c12;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: white;
  display: table;
  border-top: 1px solid #eee;
}

.footer > .container {
  display: table-cell;
  vertical-align: middle;
}

.footer p {
  padding: 0px;
  margin: 0px;
  color: #888;
}

.header {
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 0px;
  /*background: url(logo.svg) no-repeat center center scroll;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #3498db;
  -o-background-size: cover;
}

section {
  padding: 50px 0;
}

section#arrival {
  padding-bottom: 0;
}

#download .title {
  margin-bottom: 0px;
}

#contact > .container {
  padding-bottom: 25px;
}

/* Map */
#map_canvas {
  width: 100%; 
  height: 500px;
  color: black;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  #map_canvas {
    height: 250px;
  }
}

.bg-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 14px 4px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.banner-mostar-img {
  background: url("../files/vir.jpg") no-repeat center center scroll;
}

.banner-one-img {
  background: url("../files/vir-night.jpg") no-repeat center center scroll;
}

.banner-two-img {
  background: url("../files/vir-water.jpg") no-repeat center center scroll;
}

.banner {
  height: 450px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*********************************************************************
 COLOR Style
*********************************************************************/
.highlight {
  background: #e74c3c;
  color: white;
}

.light {
  background: #9b59b6;
}

.dark,.dark-hvr {
  background: #f39c12;
  color: white;
  border: 1px solid #f39c12;
}

.dark-hvr:hover {
  background: #c0392b;
  color: white;
  border: none;
}

h2.invert {
  color: #c0392b;
}

/*********************************************************************
 FEATURE Style
*********************************************************************/
.feature {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (max-width: 1200px) {
  .feature {
  margin-bottom: 25px;
  }
}

.feature a {
  text-align: left;
  width: 100%;
  display: block;
  color: #333;
  position: absolute;
  bottom: 0px;
  text-decoration: none;
}

.feature .icon {
  font-size: 53px;
  color: #fff;
  line-height: 150px !important;
  position: absolute;
  width: 100% !important;
  height: 50% !important;
  left: 0px !important;
  top: 0px !important;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-right: 0;
  display: flex;
}

.icon .fa {
  margin: auto;
}

.feature .content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}

.feature .main {
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  text-transform: uppercase;
  font-weight: lighter;
}

.feature .link {
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #c0392b;
  border-top: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  margin: 0px;
  padding: 10px;
}

@media (min-width: 768px) {
  .feature:hover {
  transform: scale(1.1);
  }
}

.feature:hover .icon {
  font-size:70px;
  -webkit-animation: moveFromLeft 400ms ease;
  -moz-animation: moveFromLeft 400ms ease;
  -ms-animation: moveFromLeft 400ms ease;
}

.feature:hover .main{
  -webkit-animation: moveFromRight 300ms ease;
  -moz-animation: moveFromRight 300ms ease;
  -ms-animation: moveFromRight 300ms ease;
}

.feature:hover .link {
  border-color: #f2c025;
  background: #f2c025;
  color: #000;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}


.hideme{
 opacity:0;
 }
 .showme{
 opacity:1;
 }

/*=============== Home-team ===============*/

.components {
  text-align: center;
  padding-top: 20px;
}

.components h2 {
  font-weight: normal;
}

.components .component {
  background-color: #fff;
}

.components .component figure {
  overflow: hidden;
  width: 100%;
	height: 196px;
}

.components img {
	width: 100%;
	height: auto;
	margin-top: -6em;
}

.components .component h5 {
  margin: 0 0 7px;
  font-size: 18px;
	font-weight: 700;
	color: #3a3c41;
}

.components .component .text-content {
  padding: 19px 14px 13px;
}

.components .component h5 small {
	color: #f39c12;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}

.components .component ul{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -28px;
	text-align: center;
	margin-top: 10em;
	opacity: 0;
	z-index: 1;
}

.components .component li a {
	background: #f39c12;
	color: white;
	padding: 0.75em;
	border: 5px solid rgba(255, 255, 255, 0.33);
}


.unit-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.unit:hover .unit-img{
	 /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
 
  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;
 
  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
}

.unit:hover .social-lists{
	margin-top: -2em;
	opacity: 1;
}

.zoom {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=============== //Home-team ===============*/



.no-margin {
  margin: 0px;
}