/* Template CSS Styles */
.container{
    padding: 0;
}
#top-header {background:#000;}
.top-row {padding:8px 0;}
.contact-email, .contact-phone {float:left; line-height:14px; margin-right:20px;}
.contact-email {padding-left:26px; background:url(../icons/envelope.png) 0 center no-repeat;}
.contact-phone {padding-left:22px; background:url(../icons/phone.png) 0 center no-repeat;}
.header-social {float:left; padding-left:15px; border-left:1px solid #292c2f;}
.social-media {margin:0; list-style:none;}
.social-media li {float:left; margin:0 5px;}
.social-media li a {float:left; height:14px; width:14px; line-height:14px;}
.social-media li a.sm-yahoo {width:20px; background:url(../icons/yahoo.png) center center no-repeat;}
.social-media li a.sm-facebook {width:10px; background:url(../icons/facebook.png) center center no-repeat;}
.social-media li a.sm-instagram {width:10px; background:url(../icons/ct-instagram.png) center center no-repeat;}
.social-media li a.sm-rss {background:url(../icons/rss.png) center center no-repeat;}
.social-media li a.sm-flickr {background:url(../icons/flickr.png) center center no-repeat;}
.social-media li a.sm-windows {background:url(../icons/windows.png) center center no-repeat;}
.social-media li a.sm-stumble {background:url(../icons/stumble.png) center center no-repeat;}
.social-media li a span {text-indent:-9999px; font-size:0; line-height:0;}
.right-part {width:400px;}
.top-link {float:right; line-height:14px; padding-right:15px; margin-right:15px; border-right:1px solid #292c2f;}
.search-input {float:left; width:120px; font-size:12px; color:#292c2f; height:16px; line-height:16px; background:transparent; border:none;}
.search-submit {float:left; width:12px; height:14px; padding:0; margin:0; background:url(../icons/search.png) 0 center no-repeat; border:none;}

.fb-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #1877f2; /* bleu Facebook */
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

/* main menu */
#main-header {background:#262626;}
#site-logo {width:180px; height:80px;}
#main-menu {float:right; margin:0; padding:0; }
.main-nav span {display: none; :after {content: ' »';}}
#main-menu li {
    display: list-item;
    float: left;
    list-style: none outside none;
    margin-left: 20px;
    padding: 30px 10px;
    cursor: pointer;
    position: relative;
}
#main-menu li a {color:#ccc; display:block; line-height:20px; padding:10px 0; font-size:16px; font-weight:700; text-transform:uppercase;}
#main-menu li:hover > a, #main-menu li.current-menu-item > a {color:#fff;}
#main-menu li ul, #main-menu li ul li ul {
    background-color: rgba(0,0,0,0.92);
    border-top: 3px solid;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    top: 100%;
    margin-top: -10px;
    width: 190px;
    z-index: 91;

    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
#main-menu li ul li ul {top:0; left:100%;}
#main-menu li ul li, #main-menu li ul li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#main-menu li ul li a, #main-menu li ul li ul li a {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 5px;
    width: 100%;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
#main-menu li ul li a:hover {
    padding-left: 15px;
}

#main-menu li:hover > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
#main-menu li:last-child ul {
    left: auto;
    right: 0;
}
#main-menu li:hover > ul li:hover ul {
    left: 100%;
}
#main-menu ul li:hover {
    background-color: #000;
}
/* common classes */
.alignleft {float:left;}
.alignright {float:right;}
img.alignleft {margin:10px 20px 10px 0}
img.alignright {margin:10px 0 10px 20px}
img.aligncenter {margin:10px auto}
.mart10 {margin-top:10px;}
.marb10 {margin-bottom:10px;}
.mart20 {margin-top:20px;}
.marb20 {margin-bottom:20px;}
.marb30 {margin-bottom:30px;}
.text-upper {text-transform:uppercase;}
.btn {transition:background-color .3s ease, border-color .3s ease; -moz-transition:background-color .3s ease, border-color .3s ease; -webkit-transition:background-color .3s ease, border-color .3s ease; -o-transition:background-color .3s ease, border-color .3s ease; -ms-transition:background-color .3s ease, border-color .3s ease;}
.headline { font-weight:700;}
.gray {background:#f1f1f1;}
.dark-gray {background:#e6e6e6;}
.box-shadow1 {box-shadow:0 1px rgba(0,0,0, .2); -moz-box-shadow:0 1px rgba(0,0,0, .2); -webkit-box-shadow:0 1px rgba(0,0,0, .2); -ms-box-shadow:0 1px rgba(0,0,0, .2);}
blockquote {color:#292929; background:url(../icons/blockquote.png) 0 0 no-repeat #f1f1f1;}
blockquote strong {font-size:16px;}


/* header banner */
#main-slider {width:100%; height:920px; position:relative;}
#content-slider {width:100%;/* height: 920px; */ position:relative;overflow:hidden;}
#content-slider ul {padding:0; list-style:none; position:relative;}
#content-slider ul li {width:100%; position:absolute; top:0; left:0;}
#slider-overlay {width:100%; height:500px; position:absolute; bottom:0; left:0; z-index:80; background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}
.slider-heading {margin:0; padding:0;}
.caption-yellow, .caption-white, .caption-black {padding:5px 10px;}
.caption-yellow {background:#000;}
.caption-white {background:#fff;}
.caption-black {color:#fff; background:#131516;}
/* #header-banner {margin-bottom:40px; background:url(../pano/004.png) center 0 no-repeat;} */
#header-banner {margin-bottom:10px;}
.banner-overlay {padding:20px 0; background:rgba(0,0,0, .8);}
#header-banner h1 {color:#000; margin:0;}
#home-page {position:relative; z-index:92; margin-top:-300px;}
#page {margin-bottom:10px;}

/* tour planner */
.plan-tour {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding-left: 180px;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    min-height: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.plan-banner {
    background: none repeat scroll 0 0 #000;
    padding: 17px 10px;
    text-align: right;
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.plan-banner > span {
    float: right;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-right: 30px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.plan-banner > h4 {
    font-size: 44px;
    line-height: 33px;
    letter-spacing: -2.5px;
    padding-right: 17px;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.input-field {
    padding: 10px;
}
.input-field > input {
    width: 100%;
    color: #C6C6C6;
    border: 0;
    height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #D6D6D6;
}
.top-fields, .bottom-fields {
    background: none repeat scroll 0 0 #ECECEC;
    float: left;
    padding: 10px;
    width: 100%;

    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
.bottom-fields {
    background: none;
}
.input-field.schedule > input {
    width: 46%;
    float: left;
}
.calendar-icon {
    background: url("../icons/calendar-dp.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    padding: 0 5px;
    width: 8%;
}
.input-field label {
    color: #94969B;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-right: 10px;
}
.input-field.select label{
    float: left;
    width: 45%;
}
.input-field.select select, .input-field.select .minict_wrapper {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 6px 10px;
    width: 55%;
    background: none repeat scroll 0 0 #ECECEC;
    border: 0;
}
.submit-btn{
    padding: 10px;    
}
.submit-btn input {
    background: none repeat scroll 0 0 #FFE401;
    border: 0 none;
    color: #292C2F;
    float: left;
    font-weight: 600;
    height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* breadcrumbs */
.breadcrumb li {padding-left:30px; background:url(../icons/bc-arrow.png) 10px center no-repeat;}
.breadcrumb li.home {padding-left:16px; background:url(../icons/bc-home.png) 0 5px no-repeat;}

/* main page */
.ft-heading {margin-bottom:20px;}
#ft-scroller {position:relative; margin-bottom:10px;}
.content-scroll {padding:0; width:2000em; list-style:none; position:absolute;}
.content-scroll li {float:left; width:292px; padding:0 15px;}
.ft-nav {width:60px; height:24px; position:absolute; top:-40px; right:10px;}
#ft-next, #ft-prev {float:left; width:24px; height:24px; text-indent:-9999px; font-size:0; line-height:0; transition:background .6s ease; -moz-transition:background .6s ease; -webkit-transition:background .6s ease; -o-transition:background .6s ease; -ms-transition:background .6s ease;}
#ft-prev {background:url(../icons/left-arrow-light.png) 0 center no-repeat;}
#ft-prev:hover {background:url(../icons/left-arrow.png) 0 center no-repeat;}
#ft-next {margin-left:5px; background:url(../icons/right-arrow-light.png) 0 center no-repeat;}
#ft-next:hover {background:url(../icons/right-arrow.png) 0 center no-repeat;}
.ft-item {float:left; margin-bottom:30px; padding:10px; background:#ebedef;}
.ft-image {float:left; width:100%; display:}
.ft-image img {width:100%; height:auto; }
.ft-data {float:left; width:100%; padding:10px 5px; background:#000;}
.ft-foot {float:left; width:100%; padding:3px 10px; background:#000;}
.ft-title {float:left; font-size:14px;}
.ft-title a {color:#fff;}
.ft-title-rep a {color:#fff;}
.ft-title-rep {float:center; font-size:20px; margin-left:15px; margin-bottom:10px; font-weight: bolder;}
.ft-offer {float:center; color:#000; font-size:11px; font-weight:700; margin-top:10px;}    
.ft-hotel, .ft-plane, .ft-tea, .ft-boat, .ft-car, .ft-photo, .ft-cr {float:left; height:16px; margin:0 5px; color:#292c2f; padding-left:20px; font-size:12px; line-height:20px;} */
.ft-cr {background:url(../icons/cr.png) 0 center no-repeat;}
.ft-photo {background:url(../icons/photo.png) 0 center no-repeat;}
.ft-hotel {background:url(../icons/hotel.png) 0 center no-repeat;}
.ft-plane {background:url(../icons/plane.png) 0 center no-repeat;} 
.ft-tea {padding-left:20px; background:url(../icons/cup.png) 0 center no-repeat;}
.ft-data a:hover {color:#000;}
.ft-foot-ex {float:left; width:100%; padding:6px 0 0;}
.ft-date, .ft-temp {color:#94969b; font-size:13px;}
.ft-date {padding-left:16px; background:url(../icons/calendar.png) 0 center no-repeat;}
.ft-temp {padding-right:16px; background:url(../icons/temp.png) right center no-repeat;}

.bom-contents {padding:20px 0; background:#f1f1f1;}
.fd-column {padding-top: 10px; padding-bottom:10px;}
.featured-dest {padding: 20px 20px 20px; position:relative; background:#fff;/*border-bottom:1px solid #cacaca;*/}
.fd-image {width:150px; height:150px; position:absolute; top:-75px; left:50%; margin-left:-75px;}
.btn-center {display:block; text-align:center;}

/* tour plans */
.tour-plans {margin-bottom:30px;}
.plan-image {position:relative;overflow: hidden;}
.post-data {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
#page .post-data {
    margin-bottom: 0;
}
.plan-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.plan-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.offer-box {position:absolute; left:0px; bottom:0px;}
.offer-top {width:100%; padding:6px 10px; background:#000;}
.offer-top .ft-temp {color:#fff; margin:-5px -10px 0 0;}
.offer-bottom {width:100%; padding:6px 10px; background:#000;}
.featured-cr {color:#000; font-size:20px; font-weight:700;}
.featured-cy {color:#fff; line-height:1; font-size:25px; margin:0;}
.featured-spe {font-size:32px; font-weight:700; line-height:1;}
.featured-btm {float:left; width:100%; padding:13px 10px; margin-bottom:30px; background:#000;}
.featured-btm a {margin-right:10px;}
.featured-btm a:hover {color:#000;}
.plans-list {float:left; padding:30px 15px 0; margin:0;}
.plans-list li img{width: 100%;}
.plans-list li {float:left; width:33.3334%; margin:0; padding:0 15px 30px;}
.plan-info {padding:10px 20px; background:#fff; /*border-bottom:1px solid rgba(0,0,0, .2);*/}
.inside-pane {padding:30px 30px 20px;}


/* single */
.single-ft-btm {padding-left:120px; position:relative; margin-bottom:20px;}
.single-ft-btm li {float:left; margin-right:20px; padding-left:18px; line-height:1.2;}
.single-ft-btm li.author-img {padding:0; margin:0; position:absolute; top:-50px; left:20px;}
.img-wt-border {border:2px solid rgba(255,255,255, .7);}
.single-ft-btm li a {color:#292c2f; font-size:12px; font-weight:700; margin:0;}
.single-ft-btm li a:hover {color:#000;}
.single-ft-btm li.post-author {background:url(../icons/author.png) 0 center no-repeat;}
.single-ft-btm li.post-date {background:url(../icons/date.png) 0 center no-repeat;}
.single-ft-btm li.post-category {background:url(../icons/category.png) 0 center no-repeat;}
.about-author {padding:10px 10px 10px 120px; margin:1px 0; position:relative;}
.author-image {position:absolute; top:16px; left:30px;}

/* comments */
#comments {padding:10px 30px;}
#comments h3 {margin-bottom:30px;}
.comment-body {padding-left:90px; position:relative;}
.commenter-image {position:absolute; top:0; left:0; border:1px solid #b0b0b0;}
.comment-date, .comment-reply {font-size:12px; color:#929292; padding-left:15px;}
.comment-date {margin:0 15px; background:url(../icons/calendar.png) 0 center no-repeat;}
.comment-reply {padding-left:18px; background:url(../icons/reply.png) 0 center no-repeat;}
.comment-text {padding:10px 0; margin-bottom:20px; font-size:13px; border-bottom:1px solid #d8d8d8;}
.comment-rep { padding:10px; margin:10px; font-size:13px; text-align: justify; text-justify: inter-word;}
.comment-author { font-family: karla; margin-left:5px;  margin-right:5px; font-size:13px; font-weight: bold; text-align:justify; }
.comment-message { font-family: karla; margin-left:15px;  margin-right:5px; font-size:13px; font-weight: normal; text-align:justify; }
.comment-reply-message { font-family: karla; margin-left:25px;  margin-right:5px; font-size:13px; font-weight: normal; text-align:justify; padding-left:18px; background:url(../icons/reply.png) 0 center no-repeat; }

/* maintenance */
.maintenance { background-color: red; color:white; text-align:center; }
/* collapse persos 
.comment-rep-collapse-title  { margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:14px; font-weight: bolder; text-align:justify; text-justify: inter-word;}
.comment-rep-collapse-thanks { margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.comment-rep-collapse-link   { margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.comment-rep-collapse-text   { margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; } */

.comment-rep-title  { margin-left:15px; margin-right:15px; margin-top:0px; margin-bottom:0px; font-size:15px; font-weight: bolder; text-align:justify; text-justify: inter-word;}
/* collapse persos */
.comment-rep-text { font-family: karla; margin-left:15px;  margin-right:15px; font-size:13px; text-align:justify; }
.collapse-spot   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.collapse-centre { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.collapse-title  { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:14px; font-weight: bolder; text-align:left; }
.collapse-thanks { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:justify; }
.collapse-link   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.collapse-choix-photo   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:12px; font-weight: normal; text-align:left; }
.collapse-liees  { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.collapse-text   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:justify; }
.collapse-text-bull   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:justify; }
.collapse-video  { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:center; }
.collapse-other-album { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align: left; }
.collapse-msg-link   { font-family: karla; margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:12px; font-style: italic; font-weight: normal; text-align:left; }

.collapse-spot:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-centre:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-other-album:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-text-bull:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-thanks:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-liees:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-msg-link:before {
content: "Note\0020\003A\0020";
font-size: 12px;
}

.collapse-link:before {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 13px;
}

.collapse-choix-photo {
content: "\2022\0020\0020\0020\0020\0020";
font-size: 12px;
}

.map-level-0 { margin-left:20px; margin-right:5px; margin-top:5px; margin-bottom:5px; font-size:13px; font-weight: bolder; text-align:left; }
.map-level-1 { margin-left:35px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.map-level-2 { margin-left:50px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.map-level-3 { margin-left:65px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }
.map-level-4 { margin-left:80px; margin-right:5px; margin-top:0px; margin-bottom:0px; font-size:13px; font-weight: normal; text-align:left; }

.map-level-0:before {
content: "\2022\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020";
font-size: 14px;
}

.map-level-1:before {
content: "\2022\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020";
font-size: 14px;
}

.map-level-2:before {
content: "\2022\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020";
font-size: 14px;
}

.map-level-3:before {
content: "\2022\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020";
font-size: 14px;
}

.map-level-4:before {
content: "\2022\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020\0020";
font-size: 14px;
}

/* ---------------------------- */
.comments-list li ul.children {list-style:none; padding:0 0 0 30px; margin:0;}
.last-comment .comment-text  {border:none; margin:0;}


/* contact   Ajout left and right 02/09.2022 */
#contactMap, #contactForm {float:left; /*width:100%;*/ margin-bottom:20px; margin-left:10px; margin-right:10px;}
#contactMap {height:360px;}
#contactMap iframe {
    height: 100%;
    width: 100%;
}
.formFields {padding:0;}
.formFields li {margin-bottom:20px;}
.required {color:#b8b8b8;}
    
/* gallery */
.gallery-list {float:left; width:100%; margin:0;}
.gallery-list li {float:left; margin-bottom:30px;}
.gallery-list li .gal-item {width:100%; position:relative; border:1px solid #bbb;}
.gal-item iframe {width:100%;}
.gal-item > img { width: 100%;}

.item-overlay { width:100%; height:100%; position:absolute; top:0; left:0; cursor:pointer; overflow: hidden;
                background:none center center no-repeat rgba(0,0,0, .6); opacity: 0;

                -webkit-transform:scale(0.8);
                -moz-transform:scale(0.8);
                -ms-transform:scale(0.8);
                -o-transform:scale(0.8);
                transform:scale(0.8);

                -webkit-transition:all 0.4s linear;
                -moz-transition:all 0.4s linear;
                -ms-transition:all 0.4s linear;
                -o-transition:all 0.4s linear;
                transition:all 0.4s linear;
}

.item-overlay img { left: 50%; margin-left: -25px; margin-top: -25px; opacity: 0; position: absolute; top: 50%;
    
                    -webkit-transform: perspective(20px) rotateY(50deg);
                    -moz-transform: perspective(20px) rotateY(50deg);
                    -ms-transform: perspective(20px) rotateY(50deg);
                    -o-transform: perspective(20px) rotateY(50deg);
                    transform: perspective(20px) rotateY(50deg);

                    -webkit-transition:all 0.4s linear;
                    -moz-transition:all 0.4s linear;
                    -ms-transition:all 0.4s linear;
                    -o-transition:all 0.4s linear;
                    transition:all 0.4s linear;
}

.item-overlay:hover img{ opacity: 1;
                        -webkit-transform: rotateX(0deg);
                        -moz-transform: rotateX(0deg);
                        -ms-transform: rotateX(0deg);
                        -o-transform: rotateX(0deg);
                        transform: rotateX(0deg);    
}
.gal-item:hover .item-overlay{  opacity: 1;
                                -webkit-transform:scale(1);
                                -moz-transform:scale(1);
                                -ms-transform:scale(1);
                                -o-transform:scale(1);
                                transform:scale(1);
}
.item-text { top: 70%; color: #FFFFFF; float: left; font-weight: 700; padding: 0 20px; position: absolute; width: 100%; }
/* Sidebar */
.sidebar-widget {float:left; width:100%; margin-bottom:30px;}
.sidebar-widget h3 {margin-bottom:20px; margin-top:0;}
.sidebar-widget .tab-content {margin:0;}
.sidebar-social {float:left; width:100%; padding:0; margin:0;}
.sidebar-social li {float:left; width:33%; padding:0; margin-right:.5%;}
.sidebar-social li a {float:left; width:100%; height:110px; padding:65px 0 0;}
.sidebar-social li.facebook a {background:url(../icons/facebook-sb.png) center 20px no-repeat #4c6da9;}
.sidebar-social li.instagram a {background:url(../icons/instagram-sb.png) center 20px no-repeat #4c6da9;}
.sidebar-social li.twitter a {background:url(../icons/twitter-sb.png) center 20px no-repeat #1c9ddf;}
.sidebar-social li.rss {margin:0;}
.sidebar-social li.rss a {background:url(../icons/rss-sb.png) center 20px no-repeat #ff8d00;}
.sidebar-social li a span {color:#fff; display:block; line-height:1;}
.sidebar-social li a span.sc-count {font-size:20px; font-weight:700;}
.sidebar-social li a span.sc-text {font-size:13px;}
.styled-box {float:left; width:100%; padding:20px 20px 0;}
.contact-info {margin:20px 0;}
.contact-info li {padding:3px 0 3px 30px;}
.contact-info li.ct-phone {background:url(../icons/ct-phone.png) 0 center no-repeat;}
.contact-info li.ct-email {background:url(../icons/ct-email.png) 0 center no-repeat;}
.contact-info li.ct-facebook {background:url(../icons/ct-facebook.png) 0 center no-repeat;}
.contact-info li.ct-twitter {background:url(../icons/ct-twitter.png) 0 center no-repeat;}
.contact-info li.ct-instagram {background:url(../icons/ct-instagram.png) 0 center no-repeat;}
.input-style1 {background:#fff; border:1px solid #d6d6d6;}
.input-style1:focus {background:#fff; border:1px solid #c6c6c6;}
.tweets-list li {padding-bottom:10px; margin-bottom:20px; border-bottom:1px dotted #999;}
.twitter-follow {display:block; margin-bottom:20px; padding-left:24px; background:url(../icons/twitter-bird.png) 0 center no-repeat;}
.tweet-link {display:block; margin-bottom:5px;}
.rc-posts-list li {float:left; width:100%; padding-bottom:10px; margin-bottom:10px; border-bottom:1px dotted #999;}
.rc-posts-list li.last-rc-post {border:none;}
.rc-post-image {float:left; width:80px; height:65px; margin-right:15px;}
.rc-posts-list li h5 { clear:none; margin-top:0;}
.rc-post-date {float:left; color:#686868;}
.cats-list li {padding:7px 10px 7px 24px; margin-bottom:3px; border-bottom:1px solid rgba(0,0,0, .1); background:url(../icons/cat-arrow.png) 10px center no-repeat #f1f1f1;}
.cats-list li span {float:right; color:#929292; font-size:12px;}
.tab-pane .rc-posts-list {float:left; padding:20px 20px 0;}
.tab-pane .rc-posts-list li.last-rc-post {border:none; margin:0;}
.post-tags li {display:inline-block; margin:0 10px 6px 0;}
.flickr-gal {float:left; margin:-5px; padding:0;}
.flickr-gal li {float:left; width:25%; padding:5px;}
.panel-default .panel-title {cursor:pointer; background:url(../icons/not-collapsed.png) right center no-repeat;}
.panel-default .panel-title.collapsed {background:url(../icons/collapsed.png) right center no-repeat;}
.social-tabs {border:none;}
.social-tabs li {width:33.3334%;}
.social-tabs li, .social-tabs li a {margin:0;}
.social-tabs li a {color:#fff; font-size:14px; padding-left:35px; padding-right:5px; letter-spacing:-1px;}
.social-tabs li.active a {padding-top:12px; padding-bottom:12px; margin-top:-4px;}
.social-tabs li a.facebook-tab, .social-tabs li a.facebook-tab:hover, .social-tabs li.active a.facebook-tab {background:url(../icons/facebook-tab.png) 12px center no-repeat #7085b8;}
.social-tabs li a.twitter-tab, .social-tabs li a.twitter-tab:hover, .social-tabs li.active a.twitter-tab {background:url(../icons/twitter-tab.png) 10px center no-repeat #00a7d4;}
.social-tabs li a.share-tab, .social-tabs li a.share-tab:hover, .social-tabs li.active a.share-tab {background:url(../icons/share-tab.png) 10px center no-repeat #116515;}
.social-tabs li a.instagram-tab, .social-tabs li a.instagram-tab:hover, .social-tabs li.active a.instagram-tab {background:url(../icons/instagram-tab.png) 12px center no-repeat #7085b8;}





/* footer */
#ft-footer {color:#d4d5d5; background:url(../img/footer-banner.png) center 0 no-repeat;}
.footer-overlay {padding:30px 0; background:rgba(42,46,47, .9);}
#ft-footer p {font-size:12px; margin-bottom:10px;}
#ft-footer a {color:#000;}
#ft-footer a:hover {color:#fff;}
#ft-footer h3 {color:#fff; font-size:28px; margin:10px 0 20px;}

.footer-overlay .col-md-6 { overflow: hidden;}
.tl-author {float:left;}
.tl-author-img {float:left; width:70px; height:70px; margin-right:20px;}
.tl-author-title {float:left; width:70%; color:#000; font-size:16px; font-weight:700; margin-top:15px;}
.tl-author-desc {float:left; font-size:12px;}

.footer-menu {float:left; width:100%; padding:20px 0 10px; text-align:center; list-style:none;}
.footer-menu li {display:inline-block;}
.footer-menu li a {color:#686868; padding:0 8px 0 6px; font-size:12px; line-height:1; border-right:1px solid #7c7c7c;}
.footer-menu li a:hover {color:#292c2f;}
.footer-menu li.last-item a {border:none;}
.tw-feeds {background:url(../icons/tw-feeds-icon.png) right center no-repeat;}
.foot-boxs {float:left; width:100%; margin-bottom:30px; border-bottom:1px solid #d5d5d5;}
.foot-box {color:#686868; font-size:12px; line-height:20px; padding-top:10px; padding-bottom:10px; border-top:1px solid #d5d5d5;}
.foot-box-md {text-align:center; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5;}
.footer-social {float:right; padding-left:15px; margin:3px 0 0 15px; border-left:1px solid #686868;}
.foot-box span {line-height:20px;}
.foot-box-md span {float:none; display:inline-block;}

.blog,
.list-view {
    list-style:none;
    padding:0;
}
.list-view .social-media {
    border:none;
}

.post-desc {
    border-bottom:1px solid #d6d6d6;
}
.post-desc h4 {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.post-desc h4 a{
    color: #292C2F;
}
.post-desc p {
    margin-bottom:5px;
}
.detail-plans-list li {
    width:20%;
}

.detail-plans-list li img {
    width: 100%;
}
.ft-boat { background:url(../icons/boat.png) 0 center no-repeat;}
.ft-car { background:url(../icons/car.png) 0 center no-repeat;}

.social-media li a.sm-yahoo-dark {width:20px; background: url(../icons/yahoo-dark.png) center center no-repeat;}
.social-media li a.sm-instagram-dark  {width:10px; background: url(../icons/instagram-dark.png) center center no-repeat;}
.social-media li a.sm-facebook-dark  {width:10px; background: url(../icons/fb-dark.png) center center no-repeat;}
.social-media li a.sm-rss-dark  {background: url(../icons/rss-dark.png) center center no-repeat;}
.social-media li a.sm-flickr-dark  {background: url(../icons/flickr-dark.png) center center no-repeat;}
.social-media li a.sm-windows-dark  {background: url(../icons/windows-dark.png) center center no-repeat;}
.social-media li a.sm-stumble-dark  {background: url(../icons/tumblr-dark.png) center center no-repeat;}

.widget-ads {
    list-style:none;
    padding:0;
    margin:0;
    margin-left:-10px;
}
.widget-ads li {
    width:50%;
    float:left;
}
.widget-ads li a {
    margin-left:10px;
}
.act-date {
    background:#fff;
    position:absolute;
    text-align:center;
    right:-61px;
    bottom:0;
    width:61px;
    height:52px;
}
.act-date span {
    display:block;
    font-size:16px;
    line-height: 8px;
}
.act-date span.bold {
    font-size:24px;
    font-weight:bold;
    line-height:34px;
}
.image {
    position:relative;
}
.image > img {
    width: 100%;
}
.image .hover-caption {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: rgb(255, 255, 255);
    font-weight: bold;
    left: 0;
    padding: 6px 15px;
    position: absolute;
    width: 100%;
}
iframe {
    border:none;
}
.dropcap p:first-child:first-letter, .highlight {
    background:#000;
}
.dropcap p:first-of-type:first-letter, .dropcap p:first-child:first-letter {
    color: rgb(0, 0, 0);
    float: left;
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
    margin-right: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top:5px;
        
}
.shortcode-buttons .btn {
    margin:0 20px 20px 0;
    color:#fff;
    text-transform:uppercase;
}
.list-shortcode h4 {
    font-size:16px;
}
.list-style {
    list-style:none;
    padding:0;
    font-size:13px;
    color:#000;
    margin-bottom:40px;
}
.list-style li {
    padding:7px 0;
}
.list-style-box {
    background:#f1f1f1;
    padding:20px 30px !important;
}
.list-style1 {
}
.list-style2 {
}
.list-style3 li:before,
.list-style4 li:before {
    content:"";
    height:15px;
    width:15px;
    background-color:#000;
    background-image:url(../icons/style-arrow.png);
    background-repeat:no-repeat;
    background-position:center center;
    border-radius:50%;
    display:inline-block;
    margin-right:10px;
    position:absolute;
    top:9px;
    left:-25px;
}
.list-style3 li,
.list-style4 li {
    margin-left:25px;
    position:relative;
}
.list-style4 li {
    border-bottom:1px solid #d9d9d9;
    padding:15px 0;
}
.list-style4 li:before {
    content:"";
    top:16px;
}
.order-list {
    list-style:decimal-leading-zero inside;
    padding:0;
}
.error-page {
    max-width:464px;
    margin:160px auto;
    text-align:center;
}
.error-page .error-text {
    text-transform:uppercase;
    border:1px solid #eaeaea;
    padding:8px 0 6px;
    margin-bottom:24px;
}
.error-page figure {
    margin-bottom:20px;
}
.error-page .error-text span {
    display:block;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    line-height:35px;
}
.error-page .error-text span.large-text {
    font-size:30px;
    font-weight:bold;
}
.error-page .back-home {
    font-size:16px;
    color:#000;
    display:inline-block;
}
.error-page .back-home:before {
    content:"";
    background:url(../icons/icon-home.png) no-repeat;
    display:inline-block;
    width:19px;
    height:19px;
    margin-right:10px;
}

/******SIGNUP*************
****************************/
.strength-container {
    display: block;
    top: 0;
    width: 100%;
        height:11px;
}
.strength-plain {
    background-color: #F6F6F6;
    float: left;
    height: 9px;
    width: 20%;
}
.strength-plain.fill {
    background-color: #75C03D;
}
/*********USER PROFILE************
************************************/
.booking {
    padding:25px;
}
.selected-deal {
    width:45%;
    border-right:1px dotted #999999;
    padding-right:25px;
}
.booking-status {
    width:55%;
    padding-left:25px;
    border-left:1px dotted #999999;
    margin-left:-1px;
}
.selected-deal,
.booking-status {
    float:left;
}
.selected-deal .ft-item {
    margin-bottom:0;
}
.selected-deal h2,
.booking-status h2 {
    margin-top:0;
}
.booking-status ul li label {
    font-weight:normal;
}
.booking-status ul li input {
    margin-right:5px;
}
/**********BOOKING FORM************
**************************************/
.checkbox-container {
    float: left;
}
.checkbox, .radio {
    background: url("../icons/checkbox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    display: block;
    float: left;
    height: 25px;
    padding: 0 10px 0 0;
    width: 27px;
}
.radio {
    background: url(../icons/radio.png) no-repeat;
}
.checkbox-container > label {
    cursor: pointer;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.checkbox-container > label .radio,.checkbox-container > label .checkbox{
    height: 20px;
    margin: 0;
}




.side-panel {
    background: none repeat scroll 0 0 #222222;
    left: -260px;
    position: fixed;
    top: 150px;
    transition: all 0.4s ease 0s;
    width: 260px;
    z-index: 1000000000;
    padding: 20px ;
}
.side-panel:hover{
    left: 0;
}
.side-panel:before {
    content: "";
    position: absolute;
    right: -40px;
    height: 40px;
    top: 0;
    width: 40px;
    background: url("../icons/icon.png") no-repeat scroll center center #222222;

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.colors h6 {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.colors a {
    float: left;
    width: 47px;
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    background: black;
}
.colors a:last-child{
    margin:0; 
}
.colors a.color1{
    background-color: #FFE200;
}
.colors a.color2{
    background-color: #01E060;
}
.colors a.color3{
    background-color: #BC0001;
}
.colors a.color4{
    background-color: #59aeff;
}




.minict_wrapper {
float: left;
padding: 0 20px !important;
position: relative;
width: 100%;
cursor: pointer;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.minict_wrapper:after {
content: "\25BC";
display: block;
font-size: 9px;
height: 100%;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 20px;
}
.minict_wrapper.active:after {
content: "\25B2"; }
.minict_wrapper input {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
font-family: karla;
width: 100%;
cursor: pointer;
}
.minict_wrapper ul {
display: none;
left: 0;
list-style: none outside none;
margin: 0;
overflow-y: auto;
padding: 0;
position: absolute;
top: 2rem;
width: 100%;
z-index: 999999;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.minict_wrapper ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    list-style: none outside none;
    padding: 0 20px;
    border-top: 1px dashed #f2f2f2 ;
}
.minict_wrapper ul li:hover {
background: #fcfcfc;
color: #111; }
.minict_wrapper ul li.minict_group {
color: #444;
background: #f6f6f6;
font-weight: bold;
cursor: default; }
.minict_wrapper ul li.minict_empty {
display: none;
background: #fff !important;
color: #bbb;
text-align: center;
font-size: 0.9rem;
height: 3.5rem;
line-height: 3.3rem; }
.minict_wrapper ul li.selected {
color: #819a9a;
background: #f9fcff; }
.minict_wrapper ul li.highlighted {
color: #fff;
background: #819a9a; }
.minict_wrapper ul li.hidden {
display: none; }

.minict_wrapper.bubble:hover {
border-color: #dcdcdc; }
.minict_wrapper.bubble ul {
    overflow: visible;
    top: 100%;
}


.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}
.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#043b87;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}
.fb_mpn_mobile_landing_page_slide_out{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_out_from_left{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out_from_left;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_up{animation-duration:500ms;animation-name:fb_mpn_landing_page_slide_up;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_in{animation-duration:300ms;animation-name:fb_mpn_bounce_in;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out{animation-duration:300ms;animation-name:fb_mpn_bounce_out;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out_v2{animation-duration:300ms;animation-name:fb_mpn_fade_out;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_v2{animation-duration:300ms;animation-name:fb_bounce_in_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_from_left{animation-duration:300ms;animation-name:fb_bounce_in_from_left;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_v2{animation-duration:300ms;animation-name:fb_bounce_out_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_from_left{animation-duration:300ms;animation-name:fb_bounce_out_from_left;transition-timing-function:ease-in}.fb_invisible_flow{display:inherit;height:0;overflow-x:hidden;width:0}@keyframes fb_mpn_landing_page_slide_out{0%{margin:0 12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;margin:0 24px;width:60px}}@keyframes fb_mpn_landing_page_slide_out_from_left{0%{left:12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;left:12px;width:60px}}@keyframes fb_mpn_landing_page_slide_up{0%{bottom:0;opacity:0}100%{bottom:24px;opacity:1}}@keyframes fb_mpn_bounce_in{0%{opacity:.5;top:100%}100%{opacity:1;top:0}}@keyframes fb_mpn_fade_out{0%{bottom:30px;opacity:1}100%{bottom:0;opacity:0}}@keyframes fb_mpn_bounce_out{0%{opacity:1;top:0}100%{opacity:.5;top:100%}}@keyframes fb_bounce_in_v2{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}50%{transform:scale(1.03, 1.03);transform-origin:bottom right}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}}@keyframes fb_bounce_in_from_left{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}50%{transform:scale(1.03, 1.03);transform-origin:bottom left}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}}@keyframes fb_bounce_out_v2{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}}@keyframes fb_bounce_out_from_left{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}}@keyframes slideInFromBottom{0%{opacity:.1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottomDelay{0%{opacity:0;transform:translateY(100%)}97%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}