/*
    Theme Name: Valiant Vacations
    Author: Bolesalav B.
    Author URI: http://bolesalav.com
    Description: Bookings for valiant vacations
    Version: 1.0
*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("img/Preloader.gif") center no-repeat #fff;
}
body, h1, h2,h3,h4,h5,h6,p,div,li{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.container-fluid {
    /* position: relative;
    padding: 0; */
    overflow: hidden;
}

#header{
  background-color:#10338d;
  height: 80px;
}
/* #logo{
  width: 20%;
  margin: 20px;
} */
#sky{
    position: relative;
    /* overflow: hidden; */
}

#passport{
    position: absolute;
    top: 10%;
    left: 15%;
    width: 20%;
}
#logo-image img{
    position: absolute;
    top: -3%;
    left: 35%;
    width: 30%;
    z-index: 2;
}
#topic{
  font-family: 'Times New Roman', Times, serif;
  position: absolute;
  top: 60%;
  width: 56%;
  left: 22%;
  z-index: 4;
  text-align: center;
  font-style: italic;
  color: #f3f3f3;
  /* background-color: rgba(67, 157, 218, 0.65); */
  background-image: linear-gradient(to right, rgba(67, 157, 218, 0),rgba(67, 157, 218, 0.65) 15%,rgba(67, 157, 218, 0.65) 85%, rgba(67, 157, 218, 0) 100%);
  padding: 7px 0px;
  font-size: 2em;
  border-bottom: 8px double #ffffff88;
  text-shadow: #1f1f1f 0px 2px 2px;
}
#ewh{
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 76%;
    z-index: 1;
}
#blog{
    margin: 0px auto 20px;
    width: 80%;
    display: block;
    text-align: center;
    background-color: white;
    border-radius: 35px 35px;
    z-index: 100;
    padding: 0px 0px;

}
#blog h3{
    font-family: 'Times New Roman', Times, serif;
    background-color: #80431b;
    color: white;
    border-radius: 30px 30px 0px 0px;
    padding: 17px 0px;
    font-size: 2em;
    font-style: italic;
    margin: 0;

}
#f-service{
  background-image: linear-gradient(#fbfbfb, #fdfdfd 35%, #e9e9e9 100%);
    /* background-color: #ebebeb; */
    color: #3f3f3f;
    margin-left: 0px;
    margin-right: 0px;
}
#fs-icon{
  width: 25%;
  margin-bottom: 30px;
  opacity: .8;
}

.fservicelist{
  padding-top: 20px;
  border: 1px dotted #ffffff9a;
}
.caption h4{
  font-size: 21px;
}
.caption p{
  font-size: 14px;
}
#blog #text{
  background-color: #0F1C50;
  text-align: left;
  color: white;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 0px;
}
#blog #text p{
  font-size: 22px;
}
.text3{
  margin: 45px auto 15px;
  font-size: 2em;
  font-weight: bold;
  color: #f8f8f8;
  text-shadow: #6d1d0a 0px 3px 3px;
}
#call-us-text p{
  color: #f3f3f3;
  font-size: 20px;
  margin-bottom: 30px;
}
.text5{
  font-size: 2.5em;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  text-align: center;
  margin: 35px auto 60px;
}
#loc-carousel{
  margin: 10px 1px;
  padding: 5px 0px;
}
.text6{
  font-size: 20px;
  color: #6b6b6b;
  text-align: center;
  width: 70%;
  margin: 50px auto;
}
#call-us-text{
  width: 100%;
  text-align: center;
  margin: 15px auto 0px;
}
#call-us-btn{
  width: 40%;
  margin: 5px auto 40px;
}
#call-us-detail{
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
}


#call-us{
  width: 100%;
  background-image: url("img/mount.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0px;
}

#div1 img{
  width: 150px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 150px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -400px;}
  to {left: 4400px; top: -1100px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: -250px;}
  to {right: 1000px; top: -600px;}
}

div.gallery {
  border: 1px solid #ccc;
  padding: 6px 6px;
  float: left;
  width: 33.3%;
  border-bottom: 6px solid #0F1C50;
}

div.gallery:hover {
  border: 1px solid #777;
  border-bottom: 6px solid #fc7e18;
}

div.gallery img, div.gallery1 img {
  width: 100%;
  height: auto;
}

div.desc, div.desc1 {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

#fame-places{
  width: 70%;
  margin: 20px auto;
}

#box_sea {
  position: relative;
  /* min-height: 600px; */
  margin: -15px;
}
#box {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  padding-bottom: 10%;
  z-index: 101;
}
#sea {
  position: absolute;
  width: 100%;
  bottom: 0%;
}
#form_container
{
  position: relative;
  margin-top: 50px;
  padding-top: 60px;
  top: 0%;
  background-image: linear-gradient(#439ddaa6, #439ddaa6 75%, #439dda00 100%);
  /* background-color: rgba(41, 163, 245, 0.603); */
	/* background: rgba(0,0,0,0.4);	 */
  color:#fff;
}
#form_container h3{
  text-align: center;
  font-size: 40px;
  text-shadow: #5177A5 2px 1px 2px;
  margin-bottom: 40px;
}
#form_container button{
  width: 20%;
}
#form_container p{
  text-align: center;
  margin-bottom: 5px;
}

footer{
  min-height: 200px;
  background-color: #383838;
  border-top: 7px solid #FFA400;
  margin: 7px -15px 0px;
}
footer .row{
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  margin-top: 30px;
  padding-bottom: 20px;
}

#footer-logo{
  text-align: center;
  color: white;
  margin-top: 15px;
  /* border-right: 1px dotted #444;
  border-left: 1px dotted #444; */
}
#footer-logo img{
  width: 30%;
  max-width: 60px; 
  margin-bottom: 10px;
  opacity: .7;
}
#footer-addr, #footer-contact{
  margin-top: 15px;
  padding-left: 40px;
  /* border-right: 1px dotted #444;
  border-left: 1px dotted #444; */
}
#footer-contact a, #footer-contact p{
  color: #13B1B4;
}
#footer-contact p{
  margin-bottom: 0px;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%)
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

#caro-img{
  width: 30%;
  margin: 0px 1.5%;
}
#recipeCarousel{
  width: 90%;
  margin: 10px auto;
}

@media only screen and (max-width: 1366px) {
#div1 img{
  width: 150px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 150px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -300px;}
  to {left: 4400px; top: -1000px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: -150px;}
  to {right: 1000px; top: -500px;}
}	
}

@media only screen and (max-width: 1024px) {
  #logo-image img{
    top: -4%;
    left: 33%;
    width: 34%;
  }
  #topic{
    top: 65%;
    width: 70%;
    left: 15%;
  }
  #ewh{
    left: 10%;
    width: 76%;
  }
  #blog{
    top: 70%;
  }
  .text3{
    margin-top: 20px;
  }
  #call-us-text{
    margin: 10px auto 0px;
  }
	
#div1 img{
  width: 115px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 115px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -200px;}
  to {left: 4400px; top: -900px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: -50px;}
  to {right: 1000px; top: -400px;}
}
}

@media only screen and (max-width: 768px) {
  #logo-image img{
    top: -10%;
    left: 30%;
    width: 40%;
  }
  #topic{
    font-size: 1.5em;
  }
  #blog{
    top: 70%;
    border-radius: 20px 20px;
  }
  #blog h3{
    font-size: 1.5em;
    border-radius: 15px 15px 0px 0px;
  }
  #blog #text{
    border-radius: 0px 0px 15px 15px;
  }
  .text3{
    font-size: 30px;
    line-height: 35px;
  }
  #f-service ul{
    max-height: 150px;
  }
  .text5{
    font-size: 2em;
  }
  #call-us-text p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }
#div1 img{
  width: 105px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 105px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -150px;}
  to {left: 4400px; top: -850px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: 0px;}
  to {right: 1000px; top: -350px;}
}
}

@media only screen and (max-width: 650px) {
  #logo-image img{
    top: -10%;
    left: 28%;
    width: 44%;
  }
  #topic{
    width: 90%;
    left: 5%;
    top: 75%;
    font-size: 1.3em;
  }
  #blog{
    margin: 0px auto 20px;
    width: 88%;
    top: 70%;
  }
  
  #blog h3{
    font-size: 25px;
  }
  #blog #text{
    font-size: 1px;
    border-radius: 0px 0px 15px 15px;
  }
  #blog #text h4{
    font-size: 23px;
  }
  #blog #text p{
    font-size: 18px;
    line-height: 22px;
  }
  a.nav-link{
    padding: 8px 8px !important;
  }
  #fs-icon{
    float: none;
    font-size: 27px;
  }
  .fservicelist{
    margin:0px auto;
  }
  .caption{
    margin-left: 0px;
    float: none;
  }
  .text3{
    margin: 25px 0px 10px;
    font-size: 20px;
    line-height: 22px
  }
  #call-us{
    background-size: auto;
    background-position-x: 30%;
  }
  #call-us-text p{
    font-size: 16px;
    line-height: 20px;
  }
  .text5{
    font-size: 25px;
  }
  .text6{
    font-size: 17px;
  }
  #call-us-text{
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  #call-us-btn{
    width: 80%;
    margin: 5px auto 40px;
  }
  #box h3{
    font-size: 25px;
  }
  #box textarea {
    height: 100px;
  }
  .desc{
    display: none;
  }
  #footer{
    font-size: 16px;
  }
#div1 img{
  width: 95px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 95px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -100px;}
  to {left: 4400px; top: -800px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: 50px;}
  to {right: 1000px; top: -300px;}
}
}
@media only screen and (max-width: 575px) {
  #fs-icon{
    max-width: 60px;
    margin-bottom: 25px;
  }
  #blog h3{
    padding: 10px 0;
  }
  .text5{
    margin: 20px auto 45px;
  }
  #form_container{
    margin-top: 30px;
    padding-top: 45px;
  }
  #form_container h3{
    margin-bottom: 25px;
  }
#div1 img{
  width: 90px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove1 15s infinite;
}

#div2 img{
  width: 90px;
  /* height: 50px; */
  /* background-color: red; */
  font-weight: bold;
  position: relative;
  animation: mymove2 15s infinite;
}


/* Standard syntax */
#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: linear;}



/* Standard syntax */
@keyframes mymove1 {
  from {left: -300px; top: -100px;}
  to {left: 4400px; top: -800px;}
}
  
@keyframes mymove2 {
  from {right: -3500px; top: 50px;}
  to {right: 1000px; top: -300px;}
}

}
@media only screen and (max-width: 500px) {
  #logo-image img{
    top: -15%;
    left: 27%;
    width: 44%;
  }
  #passport{
    top: 20%;
    left: 5%;
    width: 26%;
  }
  #topic{
    top: 70%;
    font-size: 1.2em;
  }
  #ewh{
    left: 9%;
    width: 80%;
  }
  #blog{
    width: 98%;
  }
  #blog h3{
    font-size: 1.2em;
  }
  #fs-icon{
    font-size: 25px;
  }
  .text3{
    margin: 12px 0px;
    font-size: 17px;
  }
  #call-us-text p{
    font-size: 14px;
    line-height: 17px;
  }
  .text5{
    font-size: 25px;
  }
  .text6{
    font-size: 12px;
  }
  #call-us-text{
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  #call-us-btn{
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
  }
  #call-us-text p{
    margin-bottom: 12px;
  }
  #call-us-detail{
    width: 100%;
  }
  #box textarea {
    height: 100px;
  }
  .desc{
    display: none;
  }
  #footer{
    font-size: 16px;
  }

  /* Standard syntax */
  @keyframes mymove1 {
    from {left: -300px; top: -100px;}
    to {left: 4400px; top: -800px;}
  }
    
  @keyframes mymove2 {
    from {right: -3500px; top: 50px;}
    to {right: 1000px; top: -300px;}
  }

  #div1 img, #div2 img{
    width: 75px;
  }
}
@media only screen and (max-width: 360px) {
  #topic, #blog h3{
    font-size: 1em;
  }
}
/* For Single.php */
body.single{
  background-image: url("img/sky_small.jpg");
  background-repeat: no-repeat;
  background-size: 20%;
}

div.gallery1 {
  border: 1px solid #ccc;
  padding: 1% 1%;
  /* float: left; */
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  background-color: white;
  box-shadow: #555 2px 2px 5px;
  animation-name: appear;
  animation-duration: 1s;
}
@keyframes appear {
  from {opacity: 0; margin-top: 100px;}
  to {oapcity: 1; margin-top: 0px;}
}
.contentp{
  margin-top: 35px;
  border-top: #8b8b8b 1px dotted;
  padding: 20px 40px;;
}
.contentp p{
  font-size: 20px;
}
.titleh1{
  background-color: #333;
  color: #f3f3f3;
  padding: 2px 20px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.titleh1 h1{
  margin-left: 25px;
}
#back-btn{
  margin: 35px 0px 10px;
}
