/*
Theme Name: VILN
*/

* {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}
body {
    line-height: 1.8em;
    color: #376397;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 16px;
    margin-top: 105px;
}
a {
    color: #49abed;
    text-decoration: none;
    transition: 0.1s linear;
}
a:hover {
    color: #257cb7;
}
.text-block a, .floating-text-box a {
	color: #b1599e;
	text-decoration: underline;
}
.text-block a:hover, .floating-text-box a:hover {
	text-decoration: none;
}
.fun-fact a,.blue-bg a {
	color:#fff;
	text-decoration: underline;
	transition: 0.1s linear;
}
.fun-fact a:hover,.blue-bg a:hover{
	text-decoration: none;
}
ul {
    list-style: none;
}
em {
    font-style: italic;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clearfix {
    clear: both;
    display: block;
    content: "";
}
.no-margin, .no-padding {
    padding: 0!important
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 30px;
}
/* Buttons */ 

a.btn{
    border: 2px solid rgb(55, 99, 151);
    color:rgb(55, 99, 151);
    background: #fff;
    text-decoration: none;

}
a.btn:hover{
    background: rgb(55, 99, 151);
    color:#fff;
    border:2px solid #fff;
}
a.btn-outline{
    border: 1px solid #fff;
    color:#fff;
    text-decoration: none;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px 15px;
    display: block;


}
a.btn-outline:hover{
    color:#2c4963;
    background: #fff;
}
a.btn.btn-inline {
    width:auto;
    display: inline-block;
    margin:0 10px;
}
a.btn-banner {
    background:#fff;
}
button.btn {
    border: 2px solid rgb(55, 99, 151);
    background-color:rgb(55, 99, 151);
    color: #fff;
    padding:5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size:14px;
    transition: all 0.1s linear;
    margin: 0 15px
}

button.btn:hover {
    color:rgb(55, 99, 151);
   background-color: #fff;
    border: 2px solid rgb(55, 99, 151);

}
/* Headings */

h1 {
    font-weight: 400;
    color: #376397;
    margin: 40px 0;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.08em;
}
h2 {
    font-family: 'Baloo';
    font-weight: normal;
    color: #376397;
    margin: 40px 0;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.08em;

}
h3 {
        font-size: 26px;
    margin-bottom: 30px;

}
h1.entry-title {
        font-family: 'Baloo';
    font-weight: normal;
    color: #376397;
    margin: 40px 0;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.08em;
    text-align: center;
}
/* Header */

.top-bar {
    background: #b1599e;
    font-size: 13px;
}

.top-bar a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    *display:inline;
    zoom:1;
    line-height: 28px;
    position: relative;
}
.top-bar a.current-site, .top-bar a:hover {
    background: #376397;
}

.header-wrap {
    padding: 15px 0;
}
.sticky {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}
.admin-bar .sticky {
    top:32px;
}
#header {
    width: 100%;
    z-index: 100;
    background: #376397;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#nav-wrapper {
    float: left;
    margin-left: 50px;
}
#header.header2 .nav-wrapper {
    float: right;
}
.admin-bar #header {
    top: 32px;
}
.header-wrap {
    height: 100%;
}
div#google_translate_element {
    float: right;
    margin: 7px 15px 0 0;
}
.social-header {
    font-size:21px;
    float: right;
}
.social-header a {
    margin: 0 0 0 5px;
    padding:0;
}
.social-facebook, .social-twitter, .social-pinterest, .social-instagram, .social-flickr, .social-dribbble, .social-linkedin, .social-digg, .social-skype, .social-vimeo, .social-youtube, .social-stumbleupon, .social-yahoo, .social-foursquare, .social-rss, .social-google-plus, .social-yelp {
    display: inline-block;
    *display:inline;
    zoom: 1;
}

button#responsive-menu-button {
    z-index: 9998 !important;
}
/* Logo */

#logo {
    float: left;
}
.logo-sticky {
    display: none;
}
img#logo {
    max-height: 100%;
}
/* Menu */

.nav-menu-container {
    display: inline-block;
}
.nav-menu {
    text-align: center;
    margin-bottom: 0;
}
.nav-menu li {
    display: inline-block;
    *display: inline;
    padding: 0;
    position: relative;
}
.nav-menu li:hover ul.sub-menu {
    display: block;
    overflow: visible;
    transition: max-height 0.8s ease-in;
}
.nav-menu li a {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    display: block;
    padding: 0 10px;
    margin-bottom: 4px;
}
.nav-menu li a:hover {
    text-decoration: none;
}
.nav-menu ul.sub-menu {
    display: none;
    position: absolute;
    overflow: hidden;
    left: auto;
    background-color: #eee;
    z-index: 3;
    padding: 0;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: max-height 0.2s ease-out;
    line-height: 1.8em;
}
.nav-menu ul.sub-menu:after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 45%;
}
.nav-menu ul.sub-menu li {
    padding: 0;
    width: 100%;
}
.nav-menu ul.sub-menu li:after {
    border: none;
}
.nav-menu ul.sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 10px 10px;
    margin-bottom: 0;
    color: #111;
}
/* Content Blocks*/

.content-block {
    padding: 20px;
}
/* Image Block */
.image-block {
    overflow:hidden;
}

.img-wrap img, .property-wrap img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    width: 100%;
    height: auto;
}

.img-wrap, .property-wrap{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: #376397;
    display: block;
}
.img-wrap:hover img, .property-wrap:hover img{
    opacity: 0.6;
    transform: scale(1.1);
}
.image-block img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: auto;
}
.image-block .ib-small,
.image-block .ib-large {
    padding-left: 5px;
    padding-right: 5px;
}
.property-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(55, 99, 151);
    background: rgba(55, 99, 151, 0.85);
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    font-weight: 300;
}
.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(55, 99, 151);
    background: rgba(55, 99, 151, 0.85);
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    font-weight: 300;
}
.img-desc {
    max-height: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top:none;
}
.img-wrap:hover .img-desc {
    max-height: 500px;
        margin-top: 10px;
    padding-top: 10px;
    border-top:1px solid #fff;
}
/* Slider */
.slider {
    visibility: hidden 
}
.slick-initialized { visibility: visible; }
/* Button */


/* Homepage Tabs */

.blog-tabs .tabs-header, .offer-tabs .tabs-header{
    background-size:cover; 
        padding: 100px 0;
}
.blog-tabs h2, .offer-tabs h2 {
    color:#fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}
.tabs-header p {
    text-align: center;
    color: #fff;
}
.tabs-wrap {
    margin-top:-48px;
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    font-size:0;
}
ul.tabs li {
        background-color:#fff;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size:14px;
}
ul.tabs li.current {
    background: #376397;
    color: #fff;
}
.tab-content {
    display: none;
    margin-top:30px;
}
.tab-content.current {
    display: inherit;
}
/* blog-tabs */
.blog-tab-wrap,
.offer-tab-wrap {
    position: relative;
    overflow:hidden;
    margin-bottom: 30px;
}
.blog-tab-wrap img,
.offer-tab-wrap img {
    width:100%;
    height: auto;
}
.blog-tab-overlay,
.offer-tab-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}  

.blog-tab-grid .blog-tab-overlay, 
.offer-tab-grid .offer-tab-overlay{
    transition: all 0.2s linear;
    background: rgba(0,0,0,0.2)
}


/* Green */
.blog-tab-grid h3,
.offer-tab-grid h3 {
    margin-bottom: 0
}
.blog-tab-grid:nth-of-type(3n+1) .blog-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+1) .offer-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+1) h3{
    background: rgba(99, 195, 161, 0.9);
}
/* Blue */

.blog-tab-grid:nth-of-type(3n+2) .blog-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+2) .offer-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+2) h3 {
    background: rgba(55, 99, 151, 0.9);
}
/* Purple */


.blog-tab-grid:nth-of-type(3n+3) .blog-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+3) .offer-tab-overlay:hover,
.offer-tab-grid:nth-of-type(3n+3) h3 {
    background: rgba(177, 89, 158, 0.9);
}

/* Green Button*/
.blog-tab-grid:nth-of-type(3n+1) a.btn,
.offer-tab-grid:nth-of-type(3n+1) a.btn{
    border: 2px solid rgb(99, 195, 161);
    color:rgb(99, 195, 161)
}
.blog-tab-grid:nth-of-type(3n+1) a.btn:hover,
.offer-tab-grid:nth-of-type(3n+1) a.btn:hover {
    background: rgb(99, 195, 161);
    color:#fff;
}

/* Blue Button */
.blog-tab-grid:nth-of-type(3n+2) a.btn,
.offer-tab-grid:nth-of-type(3n+2) a.btn{
    border: 2px solid rgb(55, 99, 151);
    color:rgb(55, 99, 151)

}
.blog-tab-grid:nth-of-type(3n+2) a.btn:hover,
.offer-tab-grid:nth-of-type(3n+2) a.btn:hover {
    background: rgb(55, 99, 151);
    color:#fff
}
/* Purple Button */

.blog-tab-grid:nth-of-type(3n+3) a.btn,
.offer-tab-grid:nth-of-type(3n+3) a.btn{
    border: 2px solid rgb(177, 89, 158);
    color:rgb(177, 89, 158)

}

.blog-tab-grid:nth-of-type(3n+3) a.btn:hover,
.offer-tab-grid:nth-of-type(3n+3) a.btn:hover {
    background: rgb(163, 29, 131);
    color:#fff
}


.blog-tab-content {
    color:#fff;
    position: absolute;
    top:0;
    left: 0;
    padding:20px;
    width: 100%;
    height:100%;
}
.blog-tab-content h3 {
    font-family:'Baloo';
    font-weight:normal;
    color:#ffffff;
        font-size: 21px;
        line-height: 105%;
    margin-bottom: 15px;
}

.blog-tab-div {
    display: block;
    width:0;
    transition: all 0.2s linear;
    height: 2px;
    background: #fff;
}
.blog-tab-grid:hover .blog-tab-div {
    width: 100%;
}
.blog-tab-desc {
    padding: 15px 20px;
    position:absolute;
    left:100%;
    transition: all 0.2s linear;
    width: 100%;
    font-size:14px;
}
.blog-tab-grid:hover .blog-tab-desc {
    left:0;
}
a.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 10px auto 30px;
    text-align: center;
    font-size:14px;
    transition: all 0.2s linear;
    max-width: 400px;
}
a.btn:hover {
    color:#fff;
}
.single-post h1 {
        line-height: 1.2em;
    color: #376397;
    font-family: 'Baloo';
    font-weight: 400;
    margin:0;
}
.single h2{
    line-height: 1.5em;
    color: #376397;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 32px;
}

/* Special Offers */
.trails-wrap {
    margin-top:25px;
}
.offer-tab-content {
    color:#fff;
    position: absolute;
    top:0;
    left: 0;
    padding:20px;
    width: 100%;
    height:100%;
    text-align: center;
}
.offer-tab-content a {
    color:#fff;

}
.offer-tab-content h3 {
        font-family: 'Baloo';
    font-weight: normal;
    color: #ffffff;
    font-size: 21px;
    line-height: 105%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    margin-bottom: 0
}
.offer-tab-desc .offer-icon {
    font-size: 34px;
    margin-bottom:15px;
}

.offer-tab-desc {
    padding: 15px 20px;
    opacity: 0;
    transition: all 0.4s linear;
    width: 100%;
    font-size:16px;
    transform: scale(1.5);
}
.offer-tab-grid:hover .offer-tab-desc {
    opacity: 100;
    transform: scale(1);
}

/* Title */


h2.line-through {
    display: table;
    white-space: nowrap;
    font-family: "fira sans";
    font-weight: 300;
    letter-spacing: -1px;
    padding: 40px 60px;
    margin:0;
}
h2.line-through:before,
h2.line-through:after {
  border-top: 1px solid #2c4963;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h2.line-through:before {
  right: 1.5%;
}
h2.line-through:after {
  left: 1.5%;
}

.blue-bg {
    color:#fff;
    background-color: #376397;
    text-align: left;
}
.blue-bg h2, .blue-bg h3 {
    color:#fff;
}
.blue-bg h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}
/* Fun Fact */

.fun-fact .container {
    position: relative;
}
.fun-fact-inner {
    text-align: left;
    display: block;
    font-size:1.3em;
    padding:50px 0;
}
.fun-fact {
    background: #376397;
    color: #fff;
    margin: 50px 0;
        font-weight:300;

}
.fun-fact p {
    margin-bottom: 10px
}
.fun-fact h3 {
    font-family: 'Baloo';
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 30px;
    font-size:48px;
}
.fun-fact img {
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;


}
/* Text Block */

.text-block ul{
    list-style: inherit;
}
/* Floating Text */
.overlay {
    background-color: rgba(0,0,0,0.3);
        padding:80px 0;
    margin:2px 0;
}
.floating-text {

}
.floating-text-box {
    background: #fff;
    padding: 30px;
    text-align: center;
}
.floating-text h3, .floating-text h4 {
    color: #fff;
    text-align: center;
    font-family: "fira sans condensed";
    font-weight: 300;
    margin: 25px 0;
    text-shadow: 1px 1px 1px #2c4963;
    line-height: 1.3em;
}

.floating-text h3 {
    font-size: 3em;
    font-weight: 300;
    font-style: italic;
}
.floating-text h4{
    font-size: 2em;

}
.floating-text-title {
    margin-top: 25%;
}
/* Icon Row */
.icon-row {
    text-align: center;
    padding:50px 0;
}
.icon {
    display: inline-block;
    border-radius: 50%;
    font-size: 40px;
    width: 70px;
    height: 70px;
    padding: 15px 0;
    color:#376397;
    border: 1px solid #376397;
}
p.icon-title {
    margin: 15px 0;
    font-weight: 600;
}
/* Plan your trip */

.plan-tabs-header {
    text-align: center;
}
.plan-tabs-header h2{
    color:#376397;
    font-size: 40px;
    margin-bottom: 15px;
    font-family: "Fira Sans", arial;
    font-weight: 300;
}

ul.plan-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    font-size:0;
}
ul.plan-tabs li {
    background-color:#fff;
    color: #376397;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size:14px;
}
ul.plan-tabs li a{
    color: #376397;
}
ul.plan-tabs li p {
    margin-top:10px;
}
ul.plan-tabs li.current p {
    font-weight: 600;
}
ul.plan-tabs li:hover .icon {
    background: #376397;
    color: #fff;
}
ul.plan-tabs li:hover a{
    font-weight: 600
}
.plan-tab-content {
    display: none;
    margin-top:30px;
}
.plan-tab-content.current {
    display: block;
}
.plan-tab-wrap {
    position: relative;
    overflow:hidden;
}
.plan-tab-wrap img {
    width:100%;
    height: auto;
}
.plan-tab-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}    

.plan-tab-grid .plan-tab-overlay{
transition: all 0.2s linear;
    background: rgba(0,0,0,0.2)
}
/* Events */
.events-headings {
    font-weight: bold;
    border-bottom: 2px solid #2c4963;
}
.events-row {
    padding:10px 0;
}
.events-row.even {
    background: #f2f9ff;
}

/* FIlters */

input[type="checkbox"] {
    margin: 0 5px 0 20px;
}

form#filter {
    margin: 20px 0;
    text-align: center;
}

form#filter.tourism-filter {
    text-align: left;
}
/* map */
#map {
    height: 400px;
}

.map-img {
    float: left;
}
.map-img img {
    width: 100px;
    height: 100px;
}
.map-info {
    float: right;
    padding: 0 15px;
    max-width: 200px;
}
.map-info h4 {
    margin-bottom: 5px;
}
.filter-row {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}
.filter-row.namesearch, .filter-row.namesearch input {
    width: 100%;
}
.filter-row.filter-btn{
    width: 100%;
    text-align: center;
}
.filter-row input[type="checkbox"] {
    margin:0 10px 0;
}
/* Property Box Title */
#property-main-slider {
    background: #000;
}
#property-main-slider img {
    opacity: 0.8;
}
#property-thumb-slider, #property-results-slider {
    margin:25px 50px;
}
#property-thumb-slider li, #property-results-slider li {
    text-align: center;
    padding: 10px;
    margin: auto;
}

#property-thumb-slider .slick-slide img{
    margin: auto;
}
.cat-box-wrap {
    position: relative;
}
.cat-box-title {
    position: absolute;
    bottom:0;
    height: 100%;
    text-align: center;
    width:100%;
}
.cat-box-title h1 {
    color:#fff;
        padding: 20px;
    font-weight: 300;
}
.cat-box-footer {
    background: #b1599e;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cat-box-footer a{
    color: #fff;
}
.cat-box-footer .fa {
    font-size: 24px;
}

/* Banner */ 

.banner-overlay {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0,0,0,0.4);
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    margin-top:50px;
  }

  100% {
    opacity: 1;
    margin-top:0;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    margin-top:50px;
  }

  100% {
    opacity: 1;
    margin-top:0;
  }
}
@-webkit-keyframes fadeInUpBtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUpBtn {
    0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
.fadeInUpBtn {
  -webkit-animation-name: fadeInUpBtn;
  animation-name: fadeInUpBtn;
}
.slide-wrap h3 {
    font-family: 'Baloo';
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
    opacity: 0;
    
}
.slide-wrap a:hover {
	text-decoration: none;
}
.slide-wrap a.btn {
	opacity: 0;
	width: 300px;
}
.slick-active .slide-wrap h3 {
animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
}
.slick-active .slide-wrap a.btn {
animation-name: fadeInUpBtn;
  animation-duration: 2s;
  opacity: 1;
}
.banner-slider,.banner-wrap  {
	overflow: hidden;
	height: 500px;

}
.banner-wrap {
    background-size: cover;
    position: relative;
}
@media(max-width: 1600px) {
    .banner-slider,.banner-wrap  {
    height: 400px;
}
}
@media(max-width: 768px) {
    .banner-slider,.banner-wrap  {
    height: 300px;
}
}
@media(max-width: 500px) {
    .banner-slider,.banner-wrap  {
    height: 200px;
}
.slide-wrap h3 {
    font-size: 28px;
}
}
.slide-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    width: 100%;
}


/* Property Page */
.property-header {
    margin-top: 30px
}
.contact-wrap {
        margin-top:40px;
}
.contact-sidebar {
    background-color: #376397;
    color:#fff;
    padding:25px;
}
.contact-sidebar a {
    color:#fff;
    text-decoration: underline;
}
.contact-sidebar a:hover {
    text-decoration: none;
}
.contact-item {
    margin-bottom: 20px;
    float:left;
}
.contact-item h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-icon {
    float: left;
    clear: both;
    margin: 2px 20px 0 0;
    font-size: 24px;
    color: #ededed;
    }
.property-gallery h2, .property-facilities h2{
    text-align: center;
}
a.gallery-thumb {
    margin: 0 3px 7px 0;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    transition: all 0.1s linear;
}
a.gallery-thumb:hover {
    opacity: 0.7;
}
/* Form */
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
}
.revslider iframe {
    width: 100%!important;
    height: 100%!important;
}
/* Videos */
.tour-wrap {
    height: 100vh;
    width: 100vw;
    /* position: relative; */
}
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
   display: block;
   margin: 0 auto;
}
.tp-thumb-mask {
    overflow: hidden scroll!important;
}
input,
textarea, select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    color: #333;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
}

#mc_embed_signup .button, input.wpcf7-form-control.wpcf7-submit, footer
 input[type="submit"] {
    background-color: #376397!important;
    padding: 10px 30px;
    margin-bottom: 30px
}
#mc_embed_signup .button, input.wpcf7-form-control.wpcf7-submit {
    background-color: #376397;
    padding: 10px 30px;
    color:#fff;
}
input.wpcf7-form-control.wpcf7-submit { 
	margin-top:30px;
}
/* Blog */
.wp-pagenavi {

    text-align: center;
}
.blog-title {
    text-align: center;
}
.blog-header-wrap {
    position: relative;
}
.blog-wrap {
    margin-bottom: 40px;
}
.blog-wrap .post, .blog-wrap .trade-blog, .blog-wrap .itinerary, .blog-wrap .b2b {
    padding: 25px;
}
.blog-wrap img {
    max-width: 100%;
    height: auto;
}
.
img.attachment-blog-thumbnail {
    width: 100%;
    height: auto;
}
#sidebar .widget-container {
    margin-bottom: 30px;
}
.entry-meta,
.entry-footer {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}
.entry-meta{
    text-align: center;
}
.header-image {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
/* Social Icons */

.social-widget-header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    text-align: right;
}
.blog-title-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
}
.blog-title-overlay h1 {
    color: #fff;
    font-size: 60px
}
@media(max-width:992px) {
    .top-bar {
        display: none;
    }



}
/* Blog */

.blog-header-wrap {

    position: relative;
    margin-bottom:30px;
    max-height: 500px;
    overflow: hidden;
}
.blog-header-wrap img {
    width: 100%;
    height: auto;
}
.blog-wrap {

  margin-bottom: 40px; }

  .blog-wrap .post {

    padding: 25px; }

  .blog-wrap img {

 }
 .blog-wrap {
    border: 1px solid #2c4963;
}
.blog-wrap h2 {
    font-family: "Fira Sans";
    font-weight: 300;
    margin: 10px 0 30px;
    font-size:21px;
    line-height: 1.5em
}
.blog-wrap h2.entry-title {
        font-size:28px;
}

/* Blog category page */


.blog-box-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-box-wrap img {
    width: 100%;
    height: auto;
}
.blog-box-overlay {
    transition: all 0.2s linear;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-box-content {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height:auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding:20px;
    color:#fff;
}

.blog-box-content h3 {
    font-family: 'Baloo';
    font-weight: normal;
    color: #ffffff;
    font-size: 21px;
    line-height: 105%;
    margin-bottom: 0

}
.blog-box-div {
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
}
.blog-box-wrap .blog-box-desc {
    font-size: 16px;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;

}
.blog-box-wrap:hover .blog-box-desc {
    max-height:500px;
}

/* Green */

.blog-box-grid:nth-of-type(3n+1) .blog-box-content {
    background: rgba(99, 195, 161, 0.9);

}
/* Blue */


.blog-box-grid:nth-of-type(3n+2) .blog-box-content{
    background: rgba(55, 99, 151, 0.9);
}
/* Purple */


.blog-box-grid:nth-of-type(3n+3) .blog-box-content{
    background: rgba(177, 89, 158, 0.9);
}
h3.widget-title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}



#sidebar .widget-container {

  margin-bottom: 30px; }



.entry-meta,

.entry-footer {

  font-size: 12px;

  color: #666;

  margin: 10px 0; }



.header-image {

  width: 100%;

  height: auto;
max-height: 500px;
  margin-bottom: 50px; }
/* Footer */

.attrs {
    margin: 30px 0;
}
#footer {
    background-color: #333;
    padding: 50px 0;
    color: #fff;
}
#footer a{

    color: #fff;
}
#footer .fa {
    font-size: 30px;
    color: #63c3a1;
}

#footer .fa:hover {
    color: #fff;
}
.social-footer {
    margin-bottom: 30px;
}
#footer li {
    list-style: none;
}

.newsletter-footer {
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.newsletter-footer input, .newsletter-footer label {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

#google_translate_element a {
    color: #333;
}
.widget_custom_html {
    margin-bottom: 20px;
}
.white-text {
    color: #fff;
}

.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}
.shiftnav-toggle-button {
    display: none!important;
}

.mtphr-dnt-twitter-content {
    text-align: center;
    padding: 0 80px;
}
span.mtphr-dnt-twitter-avatar {
    margin: auto;
}



/* Influencer Project */

.influencer-header {
background-color: #376397;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
}
.infl-cat-top {
    background: #b1599e;
    color: #fff;
    padding: 10px;
}
.infl-cat-name {
    font-family: baloo;
    font-size: 32px;
}
.infl-cat-image {
    position: absolute;
    border-radius: 50%;
    border:2px solid #fff;
        width: 250px;
    height: 250px;
}
.infl-cat-top-wrap {
    margin-left: 270px;
    text-align: left;

}
.infl-cat-middle {
    background: #5bc0cc;
    color: #fff;
    padding: 10px 10px 10px 280px;
}
.infl-visited-label {
    float:left;
}
ul.infl-visited {
    float: left;
    list-style: square inside;
        margin-left: 10px;
}
.infl-visited li {
    width: 100%;
    float: left;
}
@media (min-width: 768px) and (max-width: 992px) {
    .infl-cat-middle {
        padding: 10px 10px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .infl-cat-middle {
        padding: 10px 10px 10px 180px;
    }
}
@media (min-width: 768px) and (max-width: 1600px) {
    .infl-cat-image {
        width: 150px;
        height: 150px;
    }
    
    .infl-cat-top-wrap {
        margin-left: 170px;
    }
}
.infl-cat-bottom {
    background: #376397;
    color: #fff;
    padding: 10px;
}
.social-box {
    background: #5bc0cc;
    padding: 30px;
    color: #fff;
    text-align: center;
    margin:30px 0;
}
.social-box a {
    color: #fff;
    font-size: 50px;
    margin: 0 20px;
}
.social-box p {
    margin: 20px 0 0;
    font-family: baloo, arial;
    font-size: 24px;
}
.infl-wrap {
    background-image: url('images/infl-bg.jpg');
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}
.growthfund {
    margin: 80px auto;
    text-align: center;
}
.infl {
    padding:30px 50px
}
.infl h1 {
    font-family: 'Baloo';
    font-size: 52px;
    letter-spacing: 0;
    border-left: 5px solid #b1599e;
    padding-left: 10px;
}

.infl h2 {
    font-family: 'Fira Sans';
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
}
.infl-followers-no{
     font-family: Baloo;
    font-size: 32px;
}

.infl-image {
    background-color: #b1599e;
    padding:50px;
}
.infl-image img {
    border-radius: 50%;
        border:2px solid #fff;
}
.infl-image p {
    text-align: center;
    padding: 20px;
    font-family: Baloo;
    font-size: 24px;
    color:#fff;
}
.infl-tp {
    background-color: #ddd;
    padding:50px;
    margin-bottom: 50px;
}
.infl-tp h2, .infl-tt h2, .infl-w h2   {
    font-family: 'Baloo';
    font-size: 52px;
    letter-spacing: 0;
    border-left: 5px solid #5bc0cc;
    padding-left: 10px;
}
.tp-slider {
    margin: 0 30px;
}
.infl-pv, .infl-mtl, .infl-w {
    background-color: #ddd;
    margin:0 auto;

}
.infl-pv h2, .infl-mtl h2, .infl-other h2  {
        font-family: 'Baloo';
    font-size: 52px;
    letter-spacing: 0;
    border-left: 5px solid #b1599e;
    padding-left: 10px;
}
.infl-mtl h3, .infl-w h3 {
        font-family: 'Fira Sans';
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    color:#b1599e;
}
.infl-w {
    margin:30px 0;
}
.infl-video-overlay a{
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 68px;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.8;
}
.infl-video-overlay i {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;
}
.infl-video-wrap {
    position: relative;
}

.infl-other img {
    border-radius: 50%;
    border: 2px solid #376397;
}

.infl-other p {
    text-align: center;
    margin: 20px 0;
    color: #b1599e;
    font-size: 21px;
}
.infl-footer {
    background-image:url(images/infl-footer.png);
    height: 132px;
}
/* Thumbnail Blocks */

.thumbnail-wrap {
    padding:1px;
}
.thumbnail-title h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: rgb(55, 99, 151);
    background: rgba(55, 99, 151, 0.85);
}

.thumbnail-title {
    position: relative;
}
@media(max-width: 1200px) {
	      h2.line-through {
        white-space: unset;
        text-align: center;
        display: block;
    }
    h2.line-through:before, h2.line-through:after {
        display: none;
    }

}
@media (min-width: 1025px) {
    .book-toggle {
        display: inline-block !important;
        *display: inline;
        zoom: 1;
    }
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
    #footer {
        text-align: center;
        margin: auto;
        padding-left:25px;
        padding-right: 25px;
    }
    #footer .widgettitle {
        margin-top: 25px;
    }
}
@media(max-width:992px) {
    #header {
        position: relative!important;

        padding: 0 20px;
    }
    .admin-bar #header {
        top: 0;
    }
    #menu-item-138 {
        display: none
    }
    body {
        margin-top:0;
    }

}
@media (min-width: 992px) {
  .ubermenu .ubermenu-row {
    width: 970px!important;
      margin: auto!important;

  }

}
@media (min-width: 1200px) {
  .ubermenu .ubermenu-row {
    width: 1170px!important;
      margin: auto!important;

  }

}
@media (min-width: 1600px) {
  .ubermenu .ubermenu-row {
    width: 1450px!important;
      margin: auto!important;
  }
}
.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0!important;
}
@media(max-width: 991px) {
      .cat-box-title {
    margin-top:0;
    position: relative;
    height: 300px
  }
    .pull-right, .pull-left {
    float:none!important;
    margin-bottom:20px;
  }
      .sticky {
        position: relative;
    }
    .admin-bar .sticky {
        top:0;
    }
    .shiftnav-toggle-button {
        display: inline-block!important;
        width: 100%;
        text-align: right;
        background-color: #b1599e!important;
        border-bottom: 1px solid #b1599e;
    }
    .shiftnav-toggle {
    color: #fff!important;
}
}
@media(max-width:768px) {

    .ib-small img {
        margin-bottom: 0;
    }

    a.btn.btn-inline {
        display: block;
        width:100%;
            margin: 10px auto 30px;
    }
}
@media(max-width: 450px){
    .header-wrap {
        text-align: center;
    }
    #logo {
        float: none;
        margin:10px auto;
    }
        div#google_translate_element {
        margin:10px auto;
        float:none;
    }
}