
body
{
  font-family: 'Open Sans', sans-serif;
}

blockquote
{
  border: none;
}

.navbar-brand
{
    float: left;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}


.navbar-brand > img {
    max-width: 190px;
    height:40px;
}


/*
*
*
*  CAROUSEL
*
*/

.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
/*.carousel {
margin-bottom: 60px;
}*/
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #777;
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size:cover;
}
.carousel .carousel-inner .bg1 {
background-image:url(../img/1.jpg);
background-position: center top;
}
.carousel .carousel-inner .bg2 {
background-image:url(../img/2.jpg);
background-position: center center;
}
.carousel .carousel-inner .bg3 {
background-image:url(../img/3.jpg);
background-position: center bottom;
}
.carousel .carousel-inner .bg4 {
background-image:url(../img/4.jpg);
background-position: center bottom;
}
.carousel .carousel-inner .bg5 {
background-image:url(../img/5.jpg);
background-position: center bottom;
}

.profile-img
{
max-height: 310px;
margin-top: 127px;
}

.video-section .slider-video-overlay {
padding: 600px 0 32px;
min-height: 810px;
/* Incase of overlay problems just increase the min-height*/
}

/*
*
*
*  CAROUSEL
*
*/

.carousel-caption h3,.carousel-caption h4,.carousel-caption p,
.carousel .icon-container,
.carousel-caption button {
	background: rgba(0,0,0,0.5);
  /*  background: rgba(0,0,0,0.5);
      background-color: rgba(255, 255, 255, 0.35);
    */
}
.carousel-caption h3 {
	padding: .5em;
}


/* Animation delays */



.carousel-caption h4 {
	-webkit-animation-delay: 4s;
	animation-delay: 3s;
}
.carousel-caption p {
	-webkit-animation-delay: 3s;
	animation-delay: 2s;
}
.carousel-caption blockquote{
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}




.icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
    -webkit-animation-delay: 1s;
  	animation-delay: 1s;
}

.title-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    -webkit-animation-delay: 2s;
  	animation-delay: 2s;
}


/*
*   ABOUT
*
*
*
*/
.about-overlay{
min-height: 810px;
/* Incase of overlay problems just increase the min-height*/
}

.about-courgette
{
  line-height: 2;
  font-family: 'Courgette', cursive;
}

.about-opensans
{
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
}

.about p
{
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
  font-size:  15px;
}


.image-overlay{
min-height: 810px;
/* Incase of overlay problems just increase the min-height*/
}


.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.59);
padding: 600px 0 32px;
min-height: 810px;
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

@font-face{
    font-family: "fontx";
    src: url('../fonts/fontx.ttf');
}

#lvivRehberCaption{
  font-family: fontx;
  font-size: 750%;
}


.sectionColor1{
  background-color:#00CCD6  ;
  margin-right: 0px;
}
.sectionColor2
{
  background-color:  #FFD900 ;
}
.sectionColor3
{
  background-color: #EFEFEF  ;
  margin-right: 0px;
}


/* Row Diffirencies*/
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.contact-address
{
padding: 60px 0;
color: #ffffff;
}

.contact-address p {
    font-size: 18px;
    font-weight: bold;
}

.contact-address h5 {
    line-height: 2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.space1 {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 10px 0;
}


.space2 {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 25px 0;
}

.space3 {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 98px 0;
}

.space4 {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 60px 0;
}

.contact-address h2{
  font-family: 'Courgette', cursive;
}
.image-overlay h1{
  font-family: 'Courgette', cursive;
}

.contact-address i{
  font-size: 40px;
  margin: 30px 0;
}


.contact-address a:link p{
  color: white;
  text-decoration: none;
}

.contact-address a{

  color: white;
  text-decoration: none;
}

.contact-address a:hover{
  color: white;
  text-decoration: none;
}



.flex-row {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flex;
	display: -moz-flex;
	display: -ms-Flexbox;
}
.flex-row .flex-item {
	flex: 1 auto;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	-moz-flex: 1 auto;
	-o-flex: 1 auto;
}
.flex-item img {
	max-width: 100%;
}

.flex-item .section-title {
	margin-bottom: 20px;
}
.flex-item p {
	line-height: 2;
}
.flex-item .flex-item-desc {
	padding: 10% 10% 0;
}

@media (max-width:767px) {
	.flex-row {
		display: block;
	}
	.flex-row .flex-item {
		width: 100%;
	}
	.hotel-gallery-desc {
		padding: 30px 15px;
	}
	.flex-item .flex-item-desc {
		padding: 60px 15px;
	}
	.hotel-tagline h3 {
		font-size: 16px;
	}
	.hotel-tagline h1 {
		font-size: 20px
	}
}






.contact-form {
    padding: 30px 15px;
}
.contact-form .form-control {
    border-radius: 0;
    height: 40px;
    margin: 10px 0;
}

.contact-form textarea {
    height: auto !important;
}
.contact-form h2 {
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'Courgette', cursive;
}
.contact-form h5 {
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
}
.contact-map {
    border: 0 none;
    height: 520px;
    width: 100%;
}


.submit-review {
    background: #00CCD6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 50px;
}
.submit-review:hover {
    background: #cbd3d3 none repeat scroll 0 0;
    color: #ffffff;
}


.resp-img-cus-height
{
  max-height:220px;
}


.accommodation-header
{
  font-family: 'Courgette', cursive;
  font-size: 22px;
  font-weight: bold;
}


.lv-footer
{
    background: #f7f7f7;
    padding: 30px 0px;
}

.lv-footer a
{
    border-right: 1px solid #bec4c8;
    color: #07253f !important;
    padding: 0 10px;
}

.lv-footer a:last-child
{
    border-right: none;
}

.lv-footer a:hover
{
    color:  #07253f ;
    text-decoration: none;
}

.lv-footer a:last-child:hover
{
    color:  #07253f ;
    text-decoration: none;
}

@media only screen and (max-width: 800px)
{


  #v_lviv {
        display:none;
    }

  #video_lviv { display: none; }
}

/*
html, body {
     margin: 0;
     padding: 10px;
     background: #dcdcdc;
}
 */
 
#instafeed {
     max-width: 1080px;
     width: 100%;
     margin: auto;
     display: flex;
     flex-wrap: wrap;
}

#instafeed a {
  padding:5px 5px 1px 5px;
  margin:10px;
  border:1px solid #e1e1e1;
  display:inline-block;
  border-radius: 4px;
  position:relative;
}

#instafeed .likes {
  background:rgba(222,89,135,0.8);
  font-family:sans-serif;
  font-size:1em;
  position:absolute;
  color:#ffffff;
  right:5px;
  top:5px;
  left:5px;
  opacity:0;
  text-align:center;
  line-height:150px;
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

#instafeed a:hover .likes {
  opacity:1;
}

@media only screen and (min-width: 580px) {
     #instafeed a {
         width: 25%;
    }
}

#instafeed a img {
     display: block;
     width: 100%;
}
