@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
font-family: 'Darker Grotesque', sans-serif;
}
.zoom {
transition:transform .0s; /* Animation */
}
.zoom:hover {
transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
cursor:pointer;
}
#main, body, html {
height: 100%;
}
.explore-circle {
background-color: #F68921;
width: 100px;
height: 100px;
position: relative;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px;
margin-top: -120px;
margin-bottom: 20px;
padding-top:40px;
border-radius: 50%;
z-index: 10;
text-align: center;
color: #FFF;
}
.explore-circle img {
width:80%!important;
}
.explore-circle h1 {
color: #FFF !important;
display: block;
font-size:14px !important;
text-align: center !important;
text-transform: uppercase !important;
font-weight: bolder !important;
padding-bottom: 10px !important;
line-height: 1 !important;
margin: 0 !important;
}
.service-section {
width:100%;
margin:0 auto;
margin-top:1em;
}
.service-section-box {
border:.1vw solid#e8e8e7;
padding-bottom:2em;
padding-top:2em;
background-color:#FFF;
margin-bottom:2em;
}
.service-section-box img {
width:30%;
margin:0 auto;
}
.service-section-box i {
font-size:3em;
color:#F68921;
}
.service-section-box h1 {
font-size:1.5em!important;
padding-top:1em;
font-family: 'Josefin Sans', sans-serif;
color: #222325
}
.service-section-box1 h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:2em!important;
display: block;
font-weight: 700!important;
color: #F68921;
padding-bottom: 5px;
margin-bottom: 0;
}
.service-section-box1 {
border:.1vw solid #e8e8e7;
padding-bottom:1vw;
padding-top:1vw;
background-color:#FFF;
margin-bottom:2vw;
}
.service-section-box1 iframe {
width:100%;
height:30vw;
}
.service-section-box h1 {
font-size:1.5em!important;
padding-top:1em;
font-family: 'Josefin Sans', sans-serif;
color: #001065
}
.service-section-box p {
font-size:1.1em!important;
padding-left:2em!important;
padding-right:2em!important;
color:#000;
text-decoration:none;
}
.service-section-box p a {
color:#000;
text-decoration:none;
}
.service-section-box p a:hover {
color:#f67901;
text-decoration:none;
}
.explore-grid1 {
padding: 5px;
margin-top:;
margin-bottom:10px;
background-color: #FFF;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.19);
}
.explore-grid1 h2 {
color: #000000;
display: block;
font-size:.9em;
text-align: center;
text-transform: uppercase;
font-weight: bolder;
padding-top:2%;
text-decoration: none;
}
.explore-box {
width: 100%;
margin-left:0%;
}
.destination {
font-size:15px !important;
background: #001075!important;
color: #fff !important;
padding:8px!important;
text-align:center!important;
}
.home-page {
position: fixed;
top: 10vw;
left: 10vw;
right: 10vw;
width: 1000px;
z-index: 9999;
margin: 0 auto;
}
.home-page-box-left {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2%;
padding: 20px;
text-align: center;
height: 450px;
}
.home-page-box-right {
background-color: rgba(255, 255, 255, 0.9);
width: 46%;
float: left;
margin-right: 0;
margin-left: 2%;
padding: 20px;
text-align: center;
height: 450px;
}
.home-page-box-left p, .home-page-box-right p {
font-size: 18px;
text-align: center!important;
padding-left:10px;
padding-right:10px;
padding-top:10px;
color:#000;
text-decoration:none;
}
.home-page-box-left p a, .home-page-box-right p a {
font-size: 18px;
color:#000;
text-decoration:none;
}
.home-page-box-left p a:hover, .home-page-box-right p a:hover {
color:#F68921;
text-decoration:none;
}
.home-page-btn a {
background-color: #F68921;
font-size: 16px;
color: #FFFF;
display: block;
margin: 0 auto 0;
padding: 10px 18px;
text-decoration: none;
text-shadow: none;
width: 250px;
}
.home-page-btn a:hover {
background-color:#000;
color: #FFFF;
}
.carousel-caption h5 {
font-family: 'Josefin Sans', sans-serif;
display: inline-block;
padding: 1vw;
color:#FFF;
font-size:20px;
line-height:1em;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
text-transform:uppercase;
font-weight:300;
margin-bottom:1.5em;
}
.carousel-caption h5 span {
font-family: 'Josefin Sans', sans-serif;
font-size:20px;
font-style:normal;
letter-spacing:1px;
font-weight:400;
text-transform:uppercase;
color:#FFF;
text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.facebook {
display: inline-block;
padding:10px 15px;
z-index: 0;
color: #FFF!important;
background-color:#222325;
text-decoration: none;
margin-top:10px;
margin-right:0;
}
.facebook:hover {
color: #FFF!important;
background-color: #0856af;
text-decoration: none;
}
.facebook i {
font-size:30px;
color: #FFF!important;
}
.instagram i {
font-size:30px;
color: #FFF!important;
}
.instagram {
display: inline-block;
padding:10px 15px;
z-index: 0;
color: #FFF!important;
background-color:#222325;
text-decoration: none;
margin-top:10px;
margin-right:0;
}
.instagram:hover {
color: #FFF!important;
background-color: #e60029;
text-decoration: none;
}
.youtube i {
font-size:30px;
color: #FFF!important;
}
.youtube {
display: inline-block;
padding:10px 15px;
z-index: 0;
color: #FFF!important;
background-color:#222325;
text-decoration: none;
margin-top:10px;
margin-right:0;
}
.youtube:hover {
color: #FFF!important;
background-color:#f70000;
text-decoration: none;
}
.full-screen {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.capimages img {
width:auto!important;
}
.leaf-logo {
width:30%!important;
margin:0 auto;
}
.leaf-logo img {
width:40%!important;
}
.topsection {
position:absolute;
background-color:#001075;
width:100%;
z-index:1000;
padding:8px;
color:#FFF;
}
.topsection li {
font-family: 'Josefin Sans', sans-serif;
font-size:0.9em;
font-style: normal;
list-style:none;
display:inline-block;
margin-right:1em;
color:#FFF;
font-weight:500;
text-decoration:none;
}
.topsection li a {
color:#FFF;
text-decoration:none;
}
.topsection li a:hover {
color: #FFFF00;
text-decoration:none;
}
.topsection li i {
margin-right:2px;
font-size:1em;
}
.line {
border-bottom:1px solid #e8e8e8;
}
.lines {
border-bottom:1px solid #e8e8e8;
margin-bottom:1em;
margin-top:1em;
}
header {
position: fixed;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1);
padding-bottom:0;
padding-top:0;
}
.tr-header {
background: rgba(255, 255, 255, 0);
height:65px;
margin-top:0;
}
header.tr-header.sticky {
background: rgba(255, 255, 255, 1);
margin-top:0;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
height:65px;
}
.logo-holder {
position: relative;
padding-top:25px;
}
.logo-vis {
position: relative;
z-index: 1;
transition: all .2s linear
}
.logo-holder img {
width:150px;
}
.logo-notvis {
position: absolute;
top:0;
left: 15px;
z-index: 2;
transition: all .2s linear;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-vis {
width:300px;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0;
}
header.sticky img.logo-notvis {
width:300px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
margin:0 auto;
margin-top:5px;
}
.transition {
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-o-transition: all .5s linear;
-ms-transition: all .5s linear;
transition: all .5s linear
}
.box-border {
border:1px solid #ECECEC;
margin-bottom:3em;
}
.top-link1 {
width:100%;
text-align: left;
padding:1.3em 0 0 0;
margin:0;
}
header.sticky .top-link1 {
padding:1em 0 0 0;
}
.bookingbox-toggler {
background: #F68921;
text-decoration: none;
display: inline-block;
color: #FFF!important;
font-size: 1vw;
letter-spacing: 0;
transition: .5s ease;
-o-transition: .5s ease;
-webkit-transition: .5s ease;
border: 0;
cursor: pointer;
outline: 0;
border-radius:0;
line-height: 1.5em;
padding: 1vw 1vw!important;
text-transform: uppercase;
border-radius:5px;
}
.bookingbox-toggler:hover {
background: #000!important;
}
.banner img {
width:100%;
position:relative;
}
.accociations {
width:100%;
}
.accociations img {
width:60%;
}
#return-to-top {
position: fixed;
bottom:8em;
right: 2em;
background: rgba(179, 51, 4, 0.7);
width:2em;
height:2em;
display: block;
text-decoration: none;
-webkit-border-radius:2em;
-moz-border-radius: 2em;
border-radius:2em;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left:0.6em;
top:0.5em;
font-size:0.9em;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(179, 51, 4, 1);
}
#return-to-top:hover i {
color: #fff;
top:.1vw;
}
/* Style The Dropdown Button */
.dropbtn {
color: #716863;
padding: 2.2vw;
font-size:1.1vw;
border: none;
cursor: pointer;
text-align:left;
margin-top:-2em!important;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 100%;
box-shadow: 0px 0.6vw 1vw 0px rgba(0, 0, 0, 0.2);
z-index: 1;
font-size:1.1vw;
}
/* Links inside the dropdown */
.dropdown-content a {
font-family: 'Josefin Sans', sans-serif;
color:#000;
padding: 1vw 1.2vw;
text-decoration: none;
font-weight:300;
letter-spacing:.1vw;
text-transform:uppercase;
display: block;
font-size:1vw;
text-align:left;
border-bottom:.1vw solid rgba(203, 203, 203, 0.2);
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #000;
color:#FFF;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #FFF;
color:#000;
}
.column {
margin: 0px 0px 0;
padding: 0;
}
.column:last-child {
padding-bottom: 0px;
}
.column::after {
content: '';
clear: both;
display: block;
}
.column div {
position: relative;
float: left;
margin: 0 0 0 0px;
padding: 0;
}
.column div:first-child {
margin-left: 0;
}
.column div span {
position: absolute;
bottom: -20px;
left: 0;
z-index: -1;
display: block;
margin: 0;
padding: 0;
color: #444;
font-size: 18px;
text-decoration: none;
text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
opacity: 0;
}
figure {
margin: 0;
padding: 0;
overflow: hidden;
}
figure:hover+span {
bottom: -36px;
opacity: 1;
}
.product-grid {
margin-bottom:2vw;
}
.product-grid h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.6vw!important;
font-weight:600;
color:#000;
line-height:1.2em;
padding-top:.5vw;
}
.product-home {
width:100%;
}
.product-home img {
width:100%;
}
.no-padding {
padding:0!important;
}
.left-no-padding {
padding-left:0!important;
}
.content-box {
margin:3vw;
padding:4vw;
background-color:#FFF;
}
.golden-border {
border:.1vw solid#F68921 !important;
}
.content-box h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:3vw;
font-weight:300;
color:#000;
line-height:1.2em;
}
.content-box p {
font-family: 'Josefin Sans', sans-serif;
font-size:1.2vw;
color:#444;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.black-bg {
background-color:#585757!important;
}
.grey-border {
border:.1vw solid rgba(255, 255, 255, 0.2);
}
.content-box-black {
margin:3vw;
padding:4vw;
}
.content-box-black h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:3vw;
font-weight:300;
color:#FFF;
line-height:1.2em;
}
.content-box-black p {
font-family: 'Josefin Sans', sans-serif;
font-size:1.2vw;
color:#FFF;
font-style:italic;
padding:1.3vw;
line-height:1.7em;
}
.read {
display: inline-block;
padding:0.7em 1em;
z-index: 0;
color: #F68921;
border:1px solid #F68921;
text-align: center;
font-size:.8em;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-decoration:none;
margin-bottom:1em;
}
.read:hover {
color: #fff;
font-weight:400;
background-color:#F68921;
text-decoration:none;
border:1px solid#F68921;
}

.book {
display: inline-block;
padding:10px 12px;
z-index: 0;
color: #000;
background-color:#FFF;
border:1px solid #FFF;
text-align: center;
font-size:0.9em;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-decoration:none;
}
.book:hover {
color: #FFF;
background-color:#F68921;
text-decoration:none;
border:1px solid #F68921;
}
.bg-grey {
background-color: #f4f5f8;
padding: 50px;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f3f3f5 4px, #eaebef 6px);
}
.no-padding {
padding:0!important;
}
.md-padding {
padding:3vw;
}
.md-right-padding {
padding-right:3vw;
padding-top:3vw;
}
.md100 {
margin-top:8vw;
}
.line-bg {
background-image:url(../images/bg-line.png);
background-repeat:repeat;
}
.welcome-section {
padding:50px 50px!important;
}
.green-bg {
background:#eaf4e9;
}
.welcome-con {
width:100%;
margin:0 auto;
}
.welcome-pic img {
width:50%!important;
}
.welcome-section h1 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.8em;
display: block;
color: #000;
font-weight:300	!important;
line-height:1.1em;
text-transform:uppercase;
}
.welcome-section h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:.8em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
margin-bottom: 0;
text-transform:uppercase;
}
.welcome-section h4 {
font-family: 'Josefin Sans', sans-serif;
font-size:1em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
margin-bottom: 0;
text-transform:uppercase;
}
.welcome-section h5 {
font-family: 'Roboto', sans-serif!important;
font-size:16px;
line-height:22px;
margin-bottom:10px!important;
font-weight:500;
color: #000;
letter-spacing: .02em;
}
.welcome-section h5 span {
font-weight:800;
}
.welcome-section p {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 22px;
margin-bottom: 20px;
font-weight: 300;
color: #000;
letter-spacing: .02em;
}
.welcome-section h3 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.4vw;
font-weight:600;
color:#000;
line-height:1.5em;
}
.welcome-box {
width:100%;
margin:0 auto;
margin-top:1vw;
}
.welcome-grid {
width: 100%;
background: #F68921;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:2vw;
margin-top:1.5vw;
}
.welcome-grid:hover {
background: #000;
}
.icon img {
width:15%!important;
padding-bottom:1em;
}
.destination-box {
border:1px solid#f1f1f1;
margin-bottom:20px;
}
.destination-cont {
padding:10px;
}
.destination-cont h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
font-weight:400;
margin-bottom:10px;
color: #F68921;
text-transform: uppercase;
letter-spacing:1px;
}
.destination-cont p {
font-family: Calibri;
font-size:1.5vw;
font-weight:300;
color:#000;
font-style: normal;
padding:0 0 1vw 0;
line-height:1.3em;
margin-bottom:0;
}
.destination-box img {
width:100%;
}
.explore {
width: 100%;
background-color: #b7dfe1;
padding:50px;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #b1d8d9 4px, #b1d8d9 6px);
}
.explore h1 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.8em;
display: block;
color: #000;
font-weight:300;
text-transform:uppercase;
}
.explore h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:.8em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
text-transform:uppercase;
margin-bottom: 0;
}
.explore-grid {
padding: 0px;
margin-top:10px!important;
margin-bottom:10px!important;
background-color: #FFF;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.19);
border: 1px solid#ececec;
}
.explore-grid h2 {
font-family: 'Josefin Sans', sans-serif;
color: #000;
display: block;
font-size:.9em;
text-align: center;
font-weight:400;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
text-transform:uppercase;
}
.explore-grid h2 a {
text-decoration:none;
}
.explore-grid h2 a:hover {
text-decoration:none;
}
.mono-bg {
background:rgba(250,248,244);
background-image:url(../images/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:100%;
padding:80px 0px!important;
text-align: center;
background-attachment: fixed;
background-position: center;
}
.responsible-tourism img {
width:100%;
}
.responsible-tourism h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.8em;
display: block;
color: #000;
font-weight: 300 !important;
line-height: 1.1em;
text-transform: uppercase;
}
.packages {
width: 100%;
padding:50px;
}
.packages h1 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.8em;
color: #000;
font-weight:300;
text-transform:uppercase;
padding-bottom:15px;
}
.packages h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:.8em;
display: block;
font-weight:400;
color: #666;
padding-bottom:10px;
margin-bottom:0;
text-transform:uppercase;
}
.packages-grid {
margin-bottom:2em;
background-color: #FFF;
border:1px solid#ececec;
box-shadow: 0 2px 2px 2px rgba(247, 247, 247, 0.5), 2px 2px 2px rgba(247, 247, 247, 1);
}
.packages-grid h2 {
font-family: 'Josefin Sans', sans-serif;
color: #000;
display: block;
font-size:.9em;
text-align: left;
line-height:22px;
font-weight:400;
letter-spacing:0;
padding:15px 15px 0 15px;
}
.packages-grid p {
font-family: 'Josefin Sans', sans-serif;
color: #F68921;
display: block;
font-size:14px;
text-align: left;
text-transform: capitalize;
font-weight:400;
padding-top:0.3em;
padding-left: 1.1em;
margin:0;
}
.tour-more {
display: inline-block;
padding: 0.5em .8em;
z-index: 0;
color: #000;
border: 1px solid #e0e0e0;
text-align: center;
font-size: .8em;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
font-family: 'Josefin Sans', sans-serif;
text-decoration: none;
margin-top: 10px;
margin-bottom: 15px;
}
.tour-more:hover {
color: #F68921;
font-weight:400;
background-color:#FFF;
text-decoration:none;
border:1px solid#F68921;
}
.read-more {
display: inline-block;
padding: 0.5em .8em;
z-index: 0;
color: #000;
border: 1px solid #e0e0e0;
text-align: center;
font-size: .8em;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-decoration: none;
margin-top: 10px;
margin-bottom: 15px;
margin-left:15px;
}
.read-more:hover {
color: #F68921;
font-weight:400;
background-color:#FFF;
text-decoration:none;
border:1px solid#F68921;
}
.no-padding-left {
padding-left:0!important;
}
.md-top {
margin-top:2vw;
}
.facilities-grid {
width: 100%;
background: #FFF;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:2vw;
margin-top:1.5vw;
}
.facilities-grid:hover {
background:#E6E6E6;
}
.facilities-grid h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.2vw;
font-weight: 400;
padding-left:1vw;
padding-right:1vw;
padding-top:1vw;
color: #000;
line-height: 1.3em;
}
.facilities-grid img {
width:30%!important;
}
.about-section {
position:relative;
margin-bottom:2vw;
margin-top:-10vw;
padding:3vw 4vw 2vw 4vw;
}
.about-page-section {
padding:1vw 2vw 2vw 2vw;
}
.about-page-section iframe {
width:100%;
height:25vw;
margin-top:2vw;
}
.about-page-section h1 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:2.5vw;
display: block;
margin-bottom:1vw;
color: #000;
}
.about-page-section h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #F68921;
text-transform: uppercase;
letter-spacing:.1vw;
font-weight:600;
}
.about-page-section p {
font-family: Calibri;
font-size: 1.5vw;
font-weight:300;
color: #000;
font-style: normal;
padding: 0 0 1vw 0;
line-height: 1.5em;
margin-bottom: 0;
}
.about-page-section p a {
font-size:1.5vw;
font-weight:400;
color:#000;
text-decoration:none;
}
.about-page-section p a:hover {
font-size:1.5vw;
font-weight:400;
color:#F68921;
text-decoration:none;
}
.about-page-section h3 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.4vw;
font-weight:400;
padding:1.5vw 6vw 1vw 6vw;
color:#000;
line-height:1.5em;
}
.services-grid {
width: 100%;
background:#fff;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
padding:2em 0;
margin-bottom:0;
margin-top:0;
}
.services-grid:hover {
background:#E6E6E6;
}
.services-grid h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1em;
font-weight: 400;
color: #000;
line-height:1.3em;
}
.services-grid img {
width:25%!important;
}
.welcome-grid h3 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:1.3vw;
font-weight:400;
padding:0;
color:#FFF;
line-height:1.5em;
}
.welcome-grid h4 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:1.2vw;
font-weight:400;
padding:0;
color:#000;
line-height:1.5em;
}
.welcome-grid img {
width:65%!important;
margin-top:1vw;
}
.welcome-section img {
width:100%!important;
}
.gallery-section {
padding:3vw 0 1vw 0;
}
.gallery-section h1 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:2.5vw;
display: block;
margin-bottom:1vw;
color: #000;
}
.gallery-section h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #F68921;
text-transform: uppercase;
letter-spacing:.1vw;
font-weight:600;
}
.gallery-section p {
font-family: 'Josefin Sans', sans-serif;
font-size:1.3vw;
font-weight:400;
color:#000;
font-style: normal;
padding:1.3vw 4vw 1.3vw 4vw;
line-height:1.7em;
margin-bottom:0;
}
.gallery-section h3 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.4vw;
font-weight:400;
padding:1.5vw 6vw 1vw 6vw;
color:#000;
line-height:1.5em;
}
.room-grid {
width: 100%;
background: #FFF;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:1.5vw;
}
.room-grid h3 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:1.6vw;
font-weight:400;
color:#000;
padding:0;
line-height:1.5em;
}
.room-grid p {
font-family: 'Josefin Sans', sans-serif;
font-size:1.1vw;
font-weight:400;
padding:0;
padding-bottom:1vw;
color:#000;
line-height:1.7em;
}
.room-grid img {
width:100%!important;
}
.bg-color {
background-color:#f8f9fa!important;
}
.bg-green {
background-color:#000;
padding:3vw!important;
padding-bottom:2vw!important;
}
.bg-green h1 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:2vw;
display: block;
color: #FFF;
}
.bg-green h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #FFF;
text-transform: uppercase;
letter-spacing:.2vw;
}
.top-space-strip {
margin-top:1.2em;
}
.social-icon {
margin-top:1em;
}
.social-icon li {
display:inline-block!important;
list-style:none;
margin-right:15px;
text-align:center;
}
.social-icon li i a {
color:#FFF!important;
}
.social-icon li i a:hover {
color:#000!important;
}
.facebook {
color:#0099CC!important;
}
.social-icon li i {
font-size:2em;
margin-right:0!important;
padding-top:6px;
color:#FFF;
}
.ftr-section {
background-color: #222325!important;
padding:1.5em;
}
.ftr-section h1 {
font-family: 'Roboto', sans-serif;
font-size:1.2em;
display: block;
line-height:1.5em;
margin-bottom:10px;
color: #FFF;
font-weight:400;
}
.ftr-section h2 {
font-family: 'Roboto', sans-serif;
font-size:.9em;
display: block;
margin-top:1.5em;
color:#FFF;
text-transform: uppercase;
letter-spacing:0;
font-weight:400;
padding-bottom:5px;
margin-bottom:0;
}
.ftr-section h2 a {
color:#FFF;
text-decoration:none;
}
.ftr-section h2 a:hover {
color:#ccc;
text-decoration:none;
}
.ftr-section h4 {
font-family: 'Roboto', sans-serif;
font-size:0.9em;
display: block;
margin-bottom:1em;
padding-right:10px;
margin-top:0;
color:#FFF;
text-transform:none;
letter-spacing:0;
font-weight:400;
}
.ftr-section img {
width:80%;
}
.ftr-section h3 {
font-family: 'Roboto', sans-serif;
font-size:1.3vw;
font-weight:400;
color:#FFF;
line-height:1.5em;
margin-bottom:0;
}
.ftr-section p {
font-family: 'Roboto', sans-serif;
font-size:0.8em;
font-weight:300;
font-style: normal;
line-height:1.7em;
margin-bottom:0;
text-decoration:none;
color:rgba(255, 255, 255, .7);
}
.ftr-section p a {
color:rgba(255, 255, 255, .7);
text-decoration:none;
}
.ftr-section p a:hover {
color:#FFF;
text-decoration:none;
}
.ftr-section p i {
margin-right:5px;
}
.ftr-padding-left {
padding-left:2em;
}
.ftr-padding-top {
padding-top:1em;
}
.ftr-border-right {
border-right:1px solid rgba(255, 255, 255, 0.05);
}
.more {
display: inline-block;
padding:0.5vw 1vw;
z-index: 0;
color: #FFF;
background-color:#F68921;
border:.1vw solid#F68921;
text-align: center;
font-size:.8vw;
text-transform: uppercase;
font-weight:400;
letter-spacing:.1vw;
text-decoration: none;
font-family: 'Josefin Sans', sans-serif;
text-decoration:none;
margin-top:1vw;
}
.more:hover {
color: #000;
background-color:#FFF;
text-decoration:none;
border:.1vw solid#999;
}
.footer {
background-color:#2e2f30;
padding:.5%;
}
.footer-left {
margin-left:1vw;
}
.footer-right {
margin-right:1vw;
}
.monogram {
float:left;
width:3.3%;
height:auto;
}
.monogram img {
width:80%;
}
.weblink {
font-family: 'Poppins', sans-serif;
font-size:14px;
color:rgba(255, 255, 255, .7);
padding-top:5px;
float:left;
text-decoration:none;
font-weight:400;
}
.weblink a {
font-family: 'Poppins', sans-serif;
font-size:14px;
color:rgba(255, 255, 255, .7);
text-decoration:none;
font-weight:400;
}
.weblink a:hover {
color:#FFF;
text-decoration:none;
}
.copyright {
font-family: 'Poppins', sans-serif;
font-size:14px;
float:right;
color:rgba(255, 255, 255, .7);
padding-top:5px;
font-weight:400;
}
table {
border-width: 1px;
border-spacing: 0px;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size:1.1vw;
font-weight:400;
letter-spacing:0.01vw;
width:100%;
margin:0 auto;
margin-top:2vw;
margin-bottom:2vw;
text-align:center;
}
th {
background:#F68921;
color:#FFF;
padding:10px;
text-align: center;
border:1px solid #ebebeb;
font-weight:bold;
}
td {
padding:10px;
border:1px solid #ebebeb;
font-weight:bold;
}
tr:nth-child(2n) {
background:#f2f2f2;
}
/* Testimonials */

#basic-testimonials-section {
border:none;
}
#basic-testimonials-section .w-slider-nav {
top:auto;
bottom:-2vw;
}
#basic-testimonials-section .container-full {
padding:2vw 0 0 0;
}
#basic-testimonials-section h4 {
text-align:center;
font-size:1.5vw;
font-weight:600;
line-height:1.5em;
}
#basic-testimonials-section p {
font-size:1.3vw;
font-family: 'Josefin Sans', sans-serif;
font-weight:400;
text-align:center;
padding: 1.3vw 4vw 1.3vw 4vw;
}
#basic-testimonials-section h4 span {
text-align:center;
font-size:1.1vw;
padding:0;
font-weight:400;
}
.text-slide {
margin:11vw auto;
position: absolute;
text-align: center;
width: 100%;
}
.room-slide {
background: rgba(17, 94, 62, 0.8) none repeat scroll 0 0;
display: block;
margin: 0 auto;
padding: 1vw 0 2vw;
position: relative;
width: 35%;
z-index: 1;
padding:1vw;
}
.room-slide-box {
border:.1vw solid rgba(255, 255, 255, 0.2);
padding:1vw;
}
.room-slide h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom: 1vw;
margin-top:1vw;
color: #FFF;
text-transform: uppercase;
letter-spacing: .2vw;
}
.room-slide h1 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #FFF;
}
.room-slide p {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom: 1vw;
margin-top:1vw;
color: #FFF;
}
.about-content {
padding:2vw 3vw!important;
background-color:#FFF;
position:absolute;
margin-left:35vw;
margin-top:5.5vw;
}
.about-content h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #b8b8b8;
text-transform:none;
letter-spacing:0;
line-height:1.5em;
font-weight:300;
}
.about-content h2 span {
font-size: 2.7vw;
font-family: 'Libre Baskerville', serif;
font-style:italic;
color:#115e3e;
font-weight:500;
}
.about-content p {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.3vw;
display: block;
margin-bottom: 1vw;
margin-top:1vw;
padding:0!important;
color: #000;
line-height:1.6em;
font-weight:300;
}
hr.tall {
margin:40px 0 40px 0;
width:100%;
}
hr {
background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
border: 0;
height: 1px;
}
.box-padding {
padding:50px;
}
.room-content-border {
border:.1vw solid rgba(0, 0, 0, .1);
}
.room-content {
padding:2vw 3vw 1vw 1vw!important;
background-color:#FFF;
}
.room-content h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom: 1vw;
color: #F68921;
text-transform: uppercase;
letter-spacing: .2vw;
}
.room-content h3 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:1.6vw;
display: block;
margin-bottom:1vw;
color:#000;
font-weight:500;
padding:0!important;
}
.room-content h4 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.5vw;
display: block;
margin-bottom: 1vw;
color: #000;
text-transform:none;
letter-spacing:0;
line-height:1.5em;
font-weight:300;
}
.room-content h4 span {
font-size: 1.8vw;
font-family: 'Libre Baskerville', serif;
font-style:italic;
color:#115e3e;
font-weight:500;
}
.room-content p {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.2vw;
display: block;
margin-bottom: 1vw;
margin-top:1vw;
padding:0!important;
color: #000;
line-height:1.6em;
font-weight:300;
}
.room-content li {
display:inline-block;
list-style:none;
font-family: 'Josefin Sans', sans-serif;
font-size: 1.1vw;
display: block;
margin-bottom:0;
margin-top:.5vw;
padding:0!important;
color: #000;
line-height:1.5em;
font-weight:400;
}
.amenities li {
list-style:none;
font-size: 1.5vw;
display: inline-block;
margin-bottom:1vw;
margin-top:.8vw;
padding:0!important;
margin-right:2vw;
}
.amenities li img {
width:25px;
opacity:0.5;
}
.rooms-margin-bottom {
margin-bottom:2vw;
margin-top:2vw;
}
.contact-content iframe {
width:100%;
height:20vw;
margin-bottom:2vw;
}
.contact-content {
padding:1vw 1vw 1vw 1vw!important;
background-color:#FFF;
}
.contact-content h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1vw;
display: block;
margin-bottom: 1vw;
color: #F68921;
text-transform: uppercase;
letter-spacing: .2vw;
}
.contact-content h1 {
font-family: 'Josefin Sans', sans-serif;
f;
font-size:1.8vw;
display: block;
margin-bottom:1vw;
color:#000;
font-weight:500;
padding:0!important;
}
.contact-content h4 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.2vw;
display: block;
margin-bottom: 1vw;
color: #000;
text-transform:none;
letter-spacing:0;
line-height:1.5em;
font-weight:600;
}
.contact-content p {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.2vw;
display: block;
margin-bottom: 1vw;
margin-top:1vw;
padding:0!important;
color: #000;
line-height:1.5em;
font-weight:400;
text-decoration:none;
}
.contact-content p a {
color: #000;
text-decoration:none;
}
.contact-content p a:hover {
color: #CCCCCC;
text-decoration:none;
}
/**
* Tooltip Styles
*/

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before, [data-tooltip]:after {
visibility: hidden;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
position: absolute;
bottom: 150%;
left: 50%;
margin-bottom:.5vw;
margin-left: -4vw;
padding: .5vw;
width:200px;
-webkit-border-radius: .1vw;
-moz-border-radius:.1vw;
border-radius:.1vw;
background-color: #000;
background-color: hsla(0, 0%, 20%, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size:1vw;
line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
position: absolute;
bottom: 150%;
left: 50%;
margin-left: -.5vw;
width: 0;
border-top: .1vw solid #000;
border-top: .1vw solid hsla(0, 0%, 20%, 0.9);
border-right: .1vw solid transparent;
border-left: .1vw solid transparent;
content: " ";
font-size: 0;
line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
visibility: visible;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.review-section {
padding:2vw;
}
.review-section img {
width:70%;
}
.review-section-border {
border-right:.01vw solid rgba(0, 0, 0, 0.05);
}
.keyword {
padding:1vw;
}
.keyword li {
display:inline-block;
color:rgba(0, 0, 0, 0.3);
list-style:none;
font-style:normal;
font-size:.9vw;
line-height:.9em;
text-decoration:none;
border-right:.01vw solid rgba(0, 0, 0, 0.1);
padding-right:.8vw;
padding-left:.3vw;
}
.keyword li a {
color:rgba(0, 0, 0, 0.3);
text-decoration:none;
}
.keyword li a:hover {
color:rgba(0, 0, 0, 1);
text-decoration:none;
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
/* ----> wrapper */
#content-slider .wrap-slider {
max-width: 1200px;
/*height: 100%;*/
width: 100%;
margin: 0px auto;
position: relative;
text-align: right;
}
#content-slider .wrap-slider.full {
width: 100%;
max-width: 100%;
text-align: center;
border: none;
}
/* --------> Link style */
#content-slider *:focus {
outline: 0;
}
#content-slider a:hover {
color: #7FD4FD;
text-decoration: underline;
}
#content-slider a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
#content-slider a:hover, #content-slider a:active {
outline: 0;
}
/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
max-width: 100%;
width: auto\9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
/* -------> Main */
#content-slider .slider {
margin-top: 5%;
/*position: absolute;*/
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}
#content-slider .inset {
width: 500%;
line-height: 0;
-webkit-animation: 30s slidy infinite;
-moz-animation: 30s slidy infinite;
-ms-animation: 30s slidy infinite;
-o-animation: 30s slidy infinite;
animation: 30s slidy infinite;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
#content-slider h1.main-title {
text-align: center;
color: #00ABFA;
font-weight: 200;
font-size: 2rem;
line-height: 3rem;
text-transform: uppercase;
margin: 5px 0 0px 0;
}
#content-slider .slider [class*='title-'] {
background: rgba(0, 0, 0, 0.51);
padding: 1% 1%;
display: inline-block;
width: 40%;
height: auto;
position: absolute;
z-index: 12;
margin: 15px 0 0 15px;
line-height: normal;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#content-slider .th>[class*='title-'] {
width: auto;
height: auto;
position: absolute;
top: 0em;
right: 0em;
text-align: right;
margin: 5px 10px 0 0;
opacity: 1;
line-height: normal;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* -------> Article */
#content-slider .slider h1, #content-slider .th h1 {
color: #fffefe;
text-transform: uppercase;
padding: 0;
margin: 0;
font-weight: bold;
}
#content-slider .slider p, #content-slider .th p {
color: #fffefe;
text-transform: uppercase;
padding: 0;
margin: 0;
}
#content-slider .slider a, #content-slider .th a {
font-weight: bold;
color: #00ABFA;
text-decoration: none;
text-transform: uppercase;
}
/* -------> Article IMg Slider */
#content-slider .slider h1 {
font-size: 1.5rem;
}
#content-slider .slider p {
font-size: 1.2rem;
}
#content-slider .slider a {
font-size: 1rem;
}
/* -------> Article IMg Prev */
#content-slider .th h1 {
font-size: 1rem;
}
#content-slider .th p {
font-size: .875rem;
}
#content-slider .th a {
font-size: .75rem;
}
#content-slider .th img {
position: relative;
max-width: 100%;
height: auto !important;
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-ms-filter: brightness(50%);
-o-filter: brightness(50%);
filter: brightness(50%);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#content-slider .th:hover img {
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-ms-filter: brightness(100%);
-o-filter: brightness(100%);
filter: brightness(100%);
}
/* -------> Main Img */
#content-slider figure {
margin: 0;
padding: 0;
width: 20%;
float: left;
cursor: pointer;
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
#content-slider figure img {
width: 100%;
position: relative;
}
/* -------> Max contrloS img preview */	
#content-slider span.th {
width: 25%;
margin: 35% 0% 0 0%;
float: left;
text-align: center;
display: inline-block;
position: absolute;
z-index: 1000;
cursor: pointer;
}
#b-1 {
left: 0;
}
#b-2 {
left: 25%;
}
#b-3 {
left: 50%;
}
#b-4 {
left: 75%;
}
#content-slider input[type='radio'] {
width: 10px;
height: 10px;
display: none;
position: relative;
display: none;
}
#control {
position: absolute;
left: 3%;
z-index: 5;
top: 55%;
width: 95%;
}
#content-slider label.first {
width: 9px;
height: 9px;
margin: 0 2px;
text-align: center;
display: inline-block;
position: relative;
z-index: 1000;
cursor: pointer;
border-radius: 100%;
border: 2px solid #00ABFA;
background: #00ABFA;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#content-slider #main {
padding: 1% 0;
width: 100%;
/*margin-top: 29.2%;*/
bottom: 0;
z-index: 10;
position: absolute;
text-align: center;
}
#content-slider input[type='radio'] {
width: 10px;
height: 10px;
display: none;
position: relative;
display: none;
}
#content-slider #control {
position: absolute;
left: 3%;
z-index: 15;
top: 0%;
width: 95%;
/*margin-top: 10%;*/

/*display: none;*/
height: 50px;
top:50%;
margin-top: -25px;
}
/* -------> Controls */	
#main>label:hover {
width: 9px;
height: 9px;
background: #FFF;
border: 1px solid #00ABFA;
}
input#a-1:checked ~ .slider .inset {
margin-left: 0%;
}
input#a-2:checked ~ .slider .inset {
margin-left:-100%;
}
input#a-3:checked ~ .slider .inset {
margin-left:-200%;
}
input#a-4:checked ~ .slider .inset {
margin-left:-300%;
}
input#a-5:checked ~ .slider .inset {
margin-left:-400%;
}
input#a-1:checked ~ #main>label:nth-child(1) {
opacity: 1;
background: #fff;
}
input#a-2:checked ~ #main>label:nth-child(2) {
opacity: 1;
background: #fff;
}
input#a-3:checked ~ #main>label:nth-child(3) {
opacity: 1;
background: #fff;
}
input#a-4:checked ~ #main>label:nth-child(4) {
opacity: 1;
background: #fff;
}
input#a-1:checked ~ #control>label:nth-child(2), input#a-2:checked ~ #control>label:nth-child(3), input#a-3:checked ~ #control>label:nth-child(4), input#a-4:checked ~ #control>label:nth-child(1), input#a-5:checked ~ #control>label:nth-child(1), input#a-1:checked ~ #control>label:nth-child(4), input#a-2:checked ~ #control>label:nth-child(1), input#a-3:checked ~ #control>label:nth-child(2), input#a-4:checked ~ #control>label:nth-child(3) {
width: 50px;
height: 50px;
top: 50%;
margin-top: -25px;
display: inline-block;
position: relative;
cursor: pointer;
}
input#a-1:checked ~ #control>label:nth-child(2):after, input#a-2:checked ~ #control>label:nth-child(3):after, input#a-3:checked ~ #control>label:nth-child(4):after, input#a-4:checked ~ #control>label:nth-child(1):after, input#a-5:checked ~ #control>label:nth-child(1):after, input#a-1:checked ~ #control>label:nth-child(4):after, input#a-2:checked ~ #control>label:nth-child(1):after, input#a-3:checked ~ #control>label:nth-child(2):after, input#a-4:checked ~ #control>label:nth-child(3):after {
font-family: FontAwesome;
font-size: 7rem;
line-height: 7rem;
color:#00ABFA;
position: absolute;
top:0;
left: 0;
}
input#a-1:checked ~ #control>label:nth-child(2), input#a-2:checked ~ #control>label:nth-child(3), input#a-3:checked ~ #control>label:nth-child(4), input#a-4:checked ~ #control>label:nth-child(1) {
float: right;
right: 0.3%;
}
input#a-1:checked ~ #control>label:nth-child(2):after, input#a-2:checked ~ #control>label:nth-child(3):after, input#a-3:checked ~ #control>label:nth-child(4):after, input#a-4:checked ~ #control>label:nth-child(1):after {
content: "\f105";
}
input#a-1:checked ~ #control>label:nth-child(4), input#a-2:checked ~ #control>label:nth-child(1), input#a-3:checked ~ #control>label:nth-child(2), input#a-4:checked ~ #control>label:nth-child(3) {
float: left;
left: 0.3%;
}
input#a-1:checked ~ #control>label:nth-child(4):after, input#a-2:checked ~ #control>label:nth-child(1):after, input#a-3:checked ~ #control>label:nth-child(2):after, input#a-4:checked ~ #control>label:nth-child(3):after {
content: "\f104";
}
span#a-1:focus ~ .slider .inset {
margin-left: 0%;
}
span#a-2:focus ~ .slider .inset {
margin-left:-100%;
}
span#a-3:focus ~ .slider .inset {
margin-left:-200%;
}
span#a-4:focus ~ .slider .inset {
margin-left:-300%;
}
span#a-5:focus ~ .slider .inset {
margin-left:-400%;
}
span#b-1:focus ~ .slider .inset {
margin-left: 0%;
}
span#b-2:focus ~ .slider .inset {
margin-left:-100%;
}
span#b-3:focus ~ .slider .inset {
margin-left:-200%;
}
span#b-4:focus ~ .slider .inset {
margin-left:-300%;
}
span#b-5:focus ~ .slider .inset {
margin-left:-400%;
}
#content-slider input:checked ~ .slider>.inset {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
animation: none;
}
#content-slider input:hover ~ .slider>.inset, #content-slider label:hover ~ .slider>.inset {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
#content-slider input:hover ~ .slider>.inset, #content-slider label:hover ~ .slider>.inset {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
#content-slider span:focus ~ .slider>.inset {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
animation: none;
}
#content-slider span:hover ~ .slider>.inset {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
<!------------------------------Inner Page Start----------------------------------------------> 
.banner img {
width:100%;
}
.banner-title {
position:absolute;
top:0;
width:100%;
}
.banner-title h2 {
font-size:40px!important;
font-weight:300;
color:#FFF;
text-align:center;
padding-top:20px;
}
.banner-title h2 span {
font-weight:700;
}
.banner-title:before {
content: '';
width: 2px;
height: 200px;
position: relative;
bottom: 15px;
left: calc(50% - 1px);
display: block;
z-index: 2;
color:#FFF!important;
background-color:#FFF!important;
}
.banner-title:after {
content: '';
width: 2px;
height: 75px;
position: absolute;
bottom: -100px;
left: calc(50% - 1px);
display: block;
z-index: 2;
background-color:#fd8f8f!important;
}
.tour-packages {
width:100%;
padding:4em;
}
.tour-packages h6 {
font-size:1em;
color:#001075;
font-weight:700;
letter-spacing:0;
padding-bottom:5px;
}
.tour-packages h6 span {
font-size:2em;
font-weight:300;
color:#000;
text-transform: uppercase;
}
.tour-packages h2 {
font-size:1.1em;
color:#000;
font-weight:400;
letter-spacing:0;
padding-bottom:0;
text-transform:uppercase;
}
.tour-packages h2 span {
font-size:2em;
font-weight:300;
color:#F68921;
text-transform:capitalize;
}
.tour-packages h3 {
font-family: 'Josefin Sans', sans-serif;
font-size: 1.8em;
display: block;
color: #000;
font-weight: 300 !important;
line-height: 1.1em;
padding-bottom: 5px;
margin-bottom: 10px;
text-transform: uppercase;
}
.tour-packages h4 {
font-family: 'Roboto', sans-serif!important;
font-size:18px;
line-height:1.3em;
margin-bottom:5px!important;
font-weight:500;
color: #000;
letter-spacing: .02em;
}
.tour-packages h4 span {
font-weight:800;
}
.tour-packages h5 {
font-family: 'Josefin Sans', sans-serif;
font-size: .8em;
display: block;
font-weight: 400;
color: #666;
padding-bottom: 10px;
margin-bottom: 0;
text-transform: uppercase;
}
.tour-packages p {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 22px;
margin-bottom:10px!important;
font-weight: 300;
color: #000;
letter-spacing: .02em;
}
.tour-packages p a {
color:#000;
text-decoration:none;
}
.tour-packages p a:hover {
color:#F68921;
text-decoration:none;
}
.tour-packages li {
list-style:none;
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 22px;
margin-bottom:8px;
font-weight: 300;
color: #000;
letter-spacing:0;
}
.tour-packages img {
width:100%;
}
.sightseeing img {
width:100%!important;
}
.daytours img {
width:100%!important;
border-radius:20px 20px 0 0!important;
}
.sightseeing iframe {
width:100%!important;
height:550px;
border:1vw solid#FFF;
box-shadow: 0 2px 4px #ddd;
}
.tour-packages-grid {
background-color:#0e9247;
text-decoration:none;
margin-top:1.5vw;
border-radius: 20px;
}
.tour-packages-grid img {
width:100%;
border-radius: 20px 20px 0 0;
}
.tour-packages-grid p {
font-size:1.2vw;
color:#FFF;
font-weight:400;
padding-top:0.5vw;
padding-bottom:1vw;
line-height:1.5em;
text-decoration:none;
}
.day-tour-bg {
background-image:url(../images/day-tour-bg.jpg)!important;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
height:50vw;
border-bottom:.2vw solid rgba(0, 0, 0, 0.05);
}
.tour-bg {
background-image:url(../images/tour-bg.jpg)!important;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
height:65vw;
}
.taxi-page-bg {
background-image:url(../images/tour-bg.jpg)!important;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
height:auto;
}
.tour-multi-packages {
width:100%;
padding:4vw 6vw;
}
.tour-multi-packages h2 {
font-size:1.5em;
color:#000;
font-weight:300;
padding-bottom:5px;
text-transform:uppercase;
}
.tour-multi-packages h2 span {
font-size:0.5em;
font-weight:400;
color:#000;
}
.tour-multi-packages h3 {
font-size:2em;
color:#F68921;
font-weight:300;
}
.tour-multi-packages h4 {
font-size:.9vw;
color:#FFF;
font-weight:400;
padding:.3vw;
text-align:center;
background-color:#444;
border-radius:.5vw;
line-height:1.3em;
width:45%;
}
.read-btn {
font-size:1vw;
color: #FFF;
text-align: center;
text-transform: uppercase;
font-weight:400;
border-radius:.5vw;
text-decoration: none;
background-color:#0e9247;
line-height:1.5em;
padding:.6vw 1vw;
}
.read-btn:hover {
color: #FFF;
background-color:#fabd14;
text-decoration: none;
}
.tour-multi-packages p {
font-size:1em;
color:#222;
font-weight:300;
padding-top:0;
}
.tour-multi-packages img {
width:100%;
}
.itnerary-section ul {
list-style-type: none;
position: relative;
float: left;
margin-top: 20px;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 0;
list-style:none!important;
}
.itnerary-section ul:before {
height: 100%;
border-left: .1vw solid#e8e8e8!important;
width: 1px;
position: absolute;
content: '';
top: 0;
left: 26px;
list-style:none!important;
}
.itnerary-section ul li {
float: left;
padding-bottom: 40px;
width: 100%;
padding-top: 20px;
list-style:none!important;
}
.itnerary-section ul li figure {
float: left;
width: 100%;
position: relative;
display:block;
list-style:none;
}
li {
list-style:none!important;
}
.day-circle {
width:35px;
height:35px;
line-height:35px;
background-color:#F68921;
border-radius: 50%;
float: left;
margin-bottom:1vw;
}
.day-circle:hover {
background-color: #001075;
}
.day-circle h3 {
font-size: 20px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 0;
text-transform: uppercase
}
.day-circle h3 span {
font-size: 12px;
font-weight: 400
}
.day-circle h3 i {
font-size:16px;
padding-top:8px;
}
.itnerary-section-left {
margin-top:1vw;
}
.itnerary-section ul li figcaption {
float: left;
width: 80%;
padding-top: 10px;
padding-left: 15px;
list-style:none;
display:block;
}
figcaption h4 {
font-family: 'Darker Grotesque', sans-serif!important;
font-size:20px;
font-weight:400;
padding-top:2px;
color:#000;
padding-bottom:0;
margin-bottom:3px;
}
figcaption p {
font-size: 15px!important;
font-weight:400;
padding-bottom:10px;
color: #000!important;
}
figure {
margin:0!important;
}
figcaption {
margin-left:3em;
text-align:left;
padding-top:0;
}
.why-booking {
width:100%;
padding:3em 2em 2em 2em;
}
.why-booking li {
font-size:1.2em;
color: #000;
font-weight:300;
letter-spacing:0;
padding-bottom:5px;
}
.why-booking h2 {
font-size: 1.2em;
color: #001075;
font-weight: 600;
letter-spacing: 1px;
padding-bottom: 0.2em;
}
.why-booking h2 span {
font-size: 2.5em;
font-weight: 300;
color: #F68921;
}
.why-booking p {
font-size:1.4vw;
color:#000;
font-weight:400;
padding-top:0;
text-transform:capitalize;
}
.why-booking img {
width:100%;
}
.booking-features {
background: #FFFFFF;
padding: 30px 0;
letter-spacing: 0.3px;
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
position: relative;
z-index: 1;
}
.taxi-bg {
background-image:url(../images/taxi-bg.png)!important;
background-position:center bottom;
background-repeat:no-repeat;
background-size:100%;
}
.blog-slider__button {
font-size:14px;
display: inline-flex;
padding:8px 15px;
border-radius: 0;
color:#F68921;
text-decoration: none;
font-weight:400;
justify-content: center;
text-align: center;
letter-spacing: 0;
text-decoration:none;
text-transform:uppercase;
border: 1px solid #F68921;
}
.blog-slider__button:hover {
background-color: #F68921;
color: #fff;
border: 1px solid #F68921;
text-decoration:none;
}
.page-top-space {
margin-top:8vw;
}
figure {
position: relative;
}
figure img {
width: 100%;
}
figcaptions {
display: block;
}
figcaptions {
margin-left: 0;
}
.read-more__link {
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:.9em;
  margin-bottom:-10px;
}

.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em;
}
.shad {
background: rgba(0, 0, 0, 0) url(../images/shadow.png) repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
height: 120px;
}
.gold {
float: left;
padding:50px 0 10px 30px;
width: 100%;
}
.gold h3 {
color:#FFF;
font-size:1.3em;
line-height:1em;
}
.gold h4 {
color:#FFF;
font-size:1em;
line-height:1em;
}
.play {
float: right;
padding: 4em 2em 1em 0;
width: 50px;
position: relative;
display: inline-block;
}
.gray {
background:#f7f7f7;
padding-bottom:1em;
width: 100%;
}
.orange {
background:#f2efee;
padding-bottom:1em;
width: 100%;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f9f1ed 4px, #f9f4f1 6px);
}
.tour-box {
width:100%;
background-color:#fff;
box-shadow: 0 2px 4px #ddd;
}
.tour-box h2 {
font-size:25px!important;
color:#001075;
font-weight:600;
letter-spacing:0;
padding-bottom:0;
}
.tour-box h2 span {
font-size:13px!important;
font-weight:400;
color:#222!important;
}
.tour-box li {
float: left;
width: 90px;
margin: 0 9px;
text-align:center;
padding: 0;
list-style:none;
margin-right:15px;
}
.cir {
border: 1px solid #c7c7cc;
border-radius: 50%;
height: 49px;
width: 49px;
margin: 0 auto;
margin-bottom:.5vw;
}
.cir i {
font-size:1.5vw;
line-height:49px;
}
.round-cir {
border: 1px solid #c6c6c6;
border-radius: 50%;
height: 45px;
width: 45px;
margin-bottom:10px;
float:left;
margin-right:10px;
background:#fff;
}
.round-cir i {
font-size:1em;
line-height:42px;
color: #c6c6c6;
}
.tour-box p {
font-size:.9em;
color: #222;
font-weight: 400;
padding:0;
text-decoration: none;
}
.tour-box h3 {
color:#000!important;
font-size:1.2em!important;
text-transform:uppercase;
line-height:1em;
padding-top:1em;
padding-bottom:0.5em;
border-bottom:1px solid rgba(0, 0, 0, 0.09);
font-weight:300!important;
}
.know-more {
display:inline-flex;
background-color:#F68921;
padding:12px 15px;
border-radius:0;
color:#fff;
text-decoration: none;
font-weight:700;
justify-content:center;
text-align:center;
letter-spacing:0;
font-size:0.8em;
line-height:1em;
}
.know-more:hover {
display:inline-flex;
background-color:#001075;
padding:12px 15px;
border-radius:0;
color:#fff;
text-decoration: none;
font-weight:700;
justify-content:center;
text-align:center;
letter-spacing:0;
font-size:0.8em;
line-height:1em;
}
<!------------------------------Inner Page Ends----------------------------------------------> 
.form-wrapper {
float: left;
width: 100%;
margin-top:2vw;
}
label {
display: inline-block;
max-width: 100%;
font-weight: bold;
text-align:left!important;
margin-top:1em;
}
.form-wrapper input {
width: 100%;
height:3em;
border: 1px solid #e7e7e7;
padding-left: 1em;
padding-right: 1em;
}
.form-wrapper select {
width: 100%;
height:3em;
border: .1vw solid #e7e7e7;
padding-left: 1vw;
padding-right: 1vw;
}
.form-wrapper textarea {
width: 100%;
border: 1px solid #e7e7e7;
padding:1em;
margin-bottom:2em;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
textarea {
overflow: auto;
}
.form-wrapper input[type="submit"] {
background:#F68921;
width:20%;
display: block;
color: #FFF;
font-weight:700;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form-wrapper input[type="submit"]:hover {
background:#222325;
color:#FFF;
}
.form-pop {
float: left;
width: 100%;
margin-top:2vw;
}
.form-pop input[type="submit"] {
width: 100%;
padding:1vw 2vw;
background: #D9101C;
margin:0 auto;
border-radius: 2vw;
display: block;
color: #FFF;
font-size:1.5vw;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form-pop input[type="submit"]:hover {
background:#000;
color:#FFF;
}
@keyframes slidy {
20% {
margin-left:    0%;
}
25% {
margin-left: -100%;
}
45% {
margin-left: -100%;
}
50% {
margin-left: -200%;
}
70% {
margin-left: -200%;
}
75% {
margin-left: -300%;
}
95% {
margin-left: -300%;
}
100% {
margin-left: -400%;
}
}
@-webkit-keyframes slidy {
20% {
margin-left:    0%;
}
25% {
margin-left: -100%;
}
45% {
margin-left: -100%;
}
50% {
margin-left: -200%;
}
70% {
margin-left: -200%;
}
75% {
margin-left: -300%;
}
95% {
margin-left: -300%;
}
100% {
margin-left: -400%;
}
}
@-moz-keyframes slidy {
20% {
margin-left:    0%;
}
25% {
margin-left: -100%;
}
45% {
margin-left: -100%;
}
50% {
margin-left: -200%;
}
70% {
margin-left: -200%;
}
75% {
margin-left: -300%;
}
95% {
margin-left: -300%;
}
100% {
margin-left: -400%;
}
}
@-o-keyframes slidy {
20% {
margin-left:    0%;
}
25% {
margin-left: -100%;
}
45% {
margin-left: -100%;
}
50% {
margin-left: -200%;
}
70% {
margin-left: -200%;
}
75% {
margin-left: -300%;
}
95% {
margin-left: -300%;
}
100% {
margin-left: -400%;
}
}
/* -------> Responsive */
@media all and (max-width : 768px) {
.logo-holder {
position: relative;
padding-top: 10px !important;
padding-left:0!important;
}
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.logo-notvis {
top:0;
left:0;
}
.welcome-section {
padding:20px 0 !important;
}
.packages {
padding:20px 0 !important;
}
.mt-5 {
margin-top:0px!important;
}
.mb-5 {
margin-bottom:0px!important;
}
.mono-bg {
background-image:none;
background-color:#F4E8CE;
padding:20px 0 !important;
background-repeat:repeat;
}
.icon img {
width:30%!important;
}
.desktop-show {
display:none;
}
.mobile-show {
display:block;
}
.ftr-section {
padding:0;
}
.monogram {
display:none;
}
.copyright {
float: left;
}
.tour-packages {
width: 100%;
padding:20px 0 !important;
}
.banner {
height: auto;
background-color:#000;
}
.banner img {
padding-top:0;
}
hr.tall {
margin:10px 0 30px 0;
}
.blog-slider__button {
font-size: 13px;
display: inline-flex;
padding: 6px 6px;
}
.accociations img {
width:60%;
}
}
@media only screen and (min-width : 981px) and (max-width : 1024px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 180px;
background-color: #000;
}
.banner img {
padding-top:10px;
}
.box-padding {
padding:20px;
}
.accociations img {
width:60%;
}
}
@media only screen and (min-width : 900px) and (max-width : 980px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 160px;
background-color: #000;
}
.banner img {
padding-top:10px;
}
.box-padding {
padding:20px;
}
.accociations img {
width:60%;
}
}
@media only screen and (min-width : 769px) and (max-width : 899px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 130px;
background-color: #000;
}
.banner img {
padding-top:10px;
}
.box-padding {
padding:20px;
}
.accociations img {
width:60%;
}
}
@media only screen and (min-width : 600px) and (max-width : 767px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 130px;
background-color: #000;
}
.banner img {
padding-top:10px;
}
.box-padding {
padding:20px;
}
.accociations img {
width: 100%;
}
}
@media only screen and (min-width : 480px) and (max-width : 599px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 120px;
background-color: #000;
}
.banner img {
padding-top: 30px;
}
.box-padding {
padding:20px;
}
.form-wrapper input[type="submit"] {
background: #F68921;
width: 50%;
}
.accociations img {
width: 100%;
}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
.logo-holder img {
width:100px;
}
header.sticky img.logo-notvis {
width: 250px;
padding-top: 5px;
padding-left: 0 !important;
}
header.tr-header.sticky {
height: 65px;
}
.banner {
height: 100px;
background-color: #000;
}
.banner img {
padding-top: 30px;
}
.box-padding {
padding:20px;
}
.form-wrapper input[type="submit"] {
background: #F68921;
width: 100%;
}
.accociations img {
width: 100%;
}
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
  font-family: Calibri!important;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px!important;
  min-width: 250px;
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left:-30px;
  padding: 30px 50px;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 20px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
font-family: Calibri!important;
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
font-family: Calibri!important;
  word-spacing:0;
  font-weight: 300;
  text-transform:none;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color:#FFF!important;
  font-size:18px;
}
figure.snip0016 h2 span {
  font-weight:400;
}
figure.snip0016 p {
font-family: Calibri!important;
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}