/*style.css*/

/*travio*/

/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 100px 0px 120px 0px;
}

/*******/
/*
.about-style-three .auto-container .link {
    margin: 50px 0;
}
*/

.content_block {
    padding-bottom: 50px;
}

/*******/

.about-section .content_block_1 .content-box{
  position: relative;
  margin-left: 30px;
}

.content_block_1 .content-box .text{
  position: relative;
  margin-bottom: 25px;
}

.content_block_1 .content-box .list li{
  position: relative;
  display: block;
  padding-left: 28px;
  margin-bottom: 8px;
}

.content_block_1 .content-box .list li:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .list li:before{
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  color: #222222;
}

.content_block_1 .content-box .list{
  position: relative;
  margin-bottom: 32px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 26px;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.about-style-three .content_block_3 .content-box{
  margin-right: 40px;
}

.content_block_3 .content-box .image-box{
  position: relative;
  display: block;
  text-align: right;
/*  margin-bottom: 54px;*/
  margin-bottom: 24px;
}

.content_block_3 .content-box .image-box .image{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  max-width: 350px;
  box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.15);
}

.content_block_3 .content-box .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.content_block_3 .content-box .image-box .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_3 .content-box .image-box img{
  width: 100%;
}

.content_block_3 .content-box .text p{
  color: #061a3a;
  margin-bottom: 25px;
}

.content_block_3 .content-box .text h3{
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 13px;
}

.content_block_3 .content-box .text a{
  position: relative;
  display: inline-block;
  font-size: 60px;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.about-style-three .content_block_4 .content-box{
  margin-left: 40px;
}


/**********/
.content_block_4 .content-box .image-box{
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 44px;
}
/*********/


.content_block_4 .image-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.15);
}

.content_block_4 .image-box img{
  width: 100%;
}

.content_block_4 .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.content_block_4 .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_4 .sec-title{
  margin-bottom: 50px;
}

/*travio*/

/*pure-hearts*/

/** button **/

/** xs-sidebar **/
.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.95;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:0;
  right:0;
  padding:25px;
}

.xs-sidebar-group .widget-heading a{
  color: #232323;
  font-size: 20px;
  font-weight: 400;
}

.xs-sidebar-group .widget-heading a:hover{

}

.xs-sidebar-widget{
  position:fixed;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:360px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  left:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
  padding: 70px 30px;
}

.sidebar-widget-container{
  position:relative;
  top:150px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  top:0px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 1s ease-out 1.2s;
  -o-transition:all 1s ease-out 1.2s;
  transition:all 1s ease-out 1.2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:.5;
  z-index:0;
}

.xs-bg-black{
  background-color:#232323;
}

.xs-sidebar-group .content-inner .logo{
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box{
  margin-bottom: 30px;
  padding-right: 15px;
}


.xs-sidebar-group .content-inner .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{

}


/** footer-style-two **/

.footer-top-two{
  position: relative;
  padding: 105px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top-two p,
.footer-top-two a{
  color: #949494;
}

.footer-top-two p a:hover{

}

.footer-top-two .about-widget .widget-content p{
  margin-bottom: 19px;
}
.footer-top-two .about-widget .widget-content .inner{
  position: relative;
  display: block;
  padding-left: 63px;
  margin-bottom: 24px;
  min-height: 55px;
}
.footer-top-two .about-widget .widget-content .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
}

.footer-top-two .about-widget .widget-content .inner p{
  margin: 0px;
}

.footer-top-two .about-widget .widget-content .inner p a{

}

.footer-top-two .about-widget .widget-content .inner p a:hover{
  text-decoration: underline;
}

.footer-top-two .about-widget .widget-content .links a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}

.footer-top-two .about-widget .widget-content .links a i{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  top: 1px;
}

.footer-top-two .about-widget .widget-content .links a:hover{

}

.footer-top-two .widget-title{
  margin-bottom: 29px;
}

.footer-top-two .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-top-two .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top-two .links-widget .links-list li a{
  padding-left: 25px;
}

.footer-top-two .links-widget .links-list li a:before{
  position: absolute;
  content: '\e913';
  font-family: 'icomoon';
  left: 0px;
  top: 1px;
  font-size: 14px;
}

.footer-top-two .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 26px;
  min-height: 95px;
}

.footer-top-two .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top-two .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.footer-top-two .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.footer-top-two .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.footer-top-two .post-widget .post h5{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0px 15px;
  border-radius: 25px;
  margin-bottom: 11px;
}

.footer-top-two .post-widget .post h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
}

.footer-top-two .post-widget .post h4 a{
  display: inline-block;
  color: #ffffff;
}

.footer-top-two .post-widget .post h4 a:hover{

}

.footer-top-two .post-widget .post span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Caveat', cursive;
}

.footer-top-two .post-widget .widget-title{
  margin-bottom: 35px;
}

.footer-top-two .gallery-widget .image-list{
  position: relative;
  margin: 0px -6px;
}

.footer-top-two .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 82px;
  margin: 0px 6px 12px 6px;
}

.footer-top-two .gallery-widget .image-list li .image{
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #232323;
}

.footer-top-two .gallery-widget .image-list li .image img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms ease;
}

.footer-top-two .gallery-widget .image-list li .image:hover img{
  opacity: 0.2;
}

.footer-top-two .gallery-widget .image-list li .image a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.footer-top-two .gallery-widget .image-list li .image:hover a{
  transform: translate(-50%,-50%) scale(1,1);
}

.footer-top-two .gallery-widget .image-list li .image a:hover{
  background-color: #ffffff;
}

.footer-top-two .gallery-widget .widget-title{
  margin-bottom: 35px;
}

.footer-top-two .gallery-widget .more-links a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 37px;
}

.footer-top-two .gallery-widget .more-links a i{
  position: absolute;
  left: 25px;
  top: 3px;
  font-size: 18px;
  font-weight: 400;
}

.footer-top-two .gallery-widget .more-links a:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  left: 0px;
  top: 12px;
  transition: all 500ms ease;
}

.footer-top-two .gallery-widget .more-links a:hover{
  color: #ffffff;
}

.footer-top-two .gallery-widget .more-links a:hover:before{
  background-color: #ffffff;
}

.footer-top-two .gallery-widget .image-list{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.red-color .scroll-top{
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer-bottom-two{
  position: relative;
  width: 100%;
}

.footer-bottom-two .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}

.footer-bottom-two .social-links li a{
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #949494;
  padding: 16.5px 15px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-two .social-links li:first-child a{
  border-left: 1px solid rgba(255,255,255,0.1);
}


.footer-bottom-two .social-links li a i{
  margin-right: 10px;
}

.footer-bottom-two .social-links li a:hover{
  color: #ffffff;
}

/*day-time-line*/
.footer-top .schedule-widget .schedule-list li{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer-top .schedule-widget .schedule-list li .line {
  position: relative;
  display: block;
  height: 1px;
  border: 1px dashed #626262;
  width: 100%;
  flex: 1;
  top: 3px;
}

.footer-top .schedule-widget .schedule-list li .day{
  position: relative;
  display: block;
  font-size: 14px;
  color: #cccccc;
  margin-right: 15px;
}

.footer-top .schedule-widget .schedule-list li .time{
  position: relative;
  display: block;
  font-size: 14px;
  color: #cccccc;
  margin-left: 15px;
}

/*pure-hearts*/
