@charset "utf-8";
@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Tinos:700|Nixie+One);
@import url("menu.css");

html {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

body {
  color: #ddd;
  background: #000 url(../images/bg2.jpg) no-repeat top center fixed;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.transportation-bg {
  background: #000 url(../images/trans-bg.jpg) no-repeat top center fixed !important;
}

.yacht-bg {
  background: #000 url(../images/background-yacht.jpg) no-repeat top center fixed !important;
}

.dining-bg {
  background: #000 url(../images/bg-nightlife.jpg) no-repeat top center fixed !important;
}

video {
  width: 100% !important;
  height: auto !important;
}

strong,
b {
  font-weight: 700;
}

a {
  color: #68978a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline
}

a img {
  border: none;
  opacity: 1;
  transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -webkit-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
}

a:hover img {
  opacity: 0.7;
}

img {
  display: block;
}

b {
  font-weight: bold
}

p {
  margin: 0 0 15px;
}

.y {
  color: #EAC117;
}

small {
  font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
.btn-basic {
  font-family: 'Tinos', Times New Roman, Times, serif;
  font-weight: 700;
  color: #fff
}

h2 {
  color: #EAC117;
}

h1 {
  /*font-size: 220%;*/
  font-size: 204%;
  line-height: 110%;
  margin: 5px 0 15px;
  text-shadow: 0px 1px 10px #000;
  color: #fff;
  /*  text-align:center;*/
  text-indent: 20px;
  text-transform: capitalize
}

h2 {
  font-family: 'Nixie One', Times New Roman, Times, serif;
  font-size: 170%;
  line-height: 100%;
  font-weight: bold;
  margin: 0 0 18px;
  padding: 2px 0 0;
  color: #EAC117;
  border-bottom: solid #3F3C29 1px;
}

h2 span {
  color: #fff;

}

h3 {
  font-size: 140%;
  line-height: 100%;
  margin: 0 0 15px;
}

h4 {
  font-size: 120%;
  margin: 0 0 10px;
}

.fl {
  float: left
}

.fr {
  float: right
}

img.fl {
  margin: 0 15px 15px 0;
}

img.fr {
  margin: 0 0 15px 15px;
  display: block;
}

.clear {
  clear: both;
  height: 0;
}

.list,
.o-list,
.o-list ol {
  list-style: square;
  padding-left: 25px;
  margin-bottom: 20px;
}

.o-list {
  list-style: decimal
}

.o-list ol {
  list-style: lower-roman;
  margin-top: 10px;
}

.list li,
.o-list li,
.o-list li li {
  margin-bottom: 5px;
}

.o-list.top {
  font-size: 130%;
  font-family: 'Tinos', Times New Roman, Times, serif;
  font-weight: 700;
}

.o-list.top li {
  clear: both;
}

.content-desktop {
  display: block;
}

.content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-desktop {
    display: none;
  }

  .content-mobile {
    display: block;
  }
}

figure {
  background: #222;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 15px;
}

figure.fl {
  margin: 0 15px 15px 0
}

figure.fr {
  margin: 0 0 15px 15px
}

figure img {
  padding: 5px;
}

figure figcaption {
  padding: 0 0 5px;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.btn-basic {
  color: #312907;
  display: inline-block;
  line-height: 38px;
  height: 36px;
  padding: 0 15px;
  background: #EAC117 url(../images/bg-btn.png) repeat-x center center;
  text-align: center;
  font-size: 110%;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  text-transform: uppercase
}

.btn-basic:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 2px 0 0 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #312907;
}

.btn-basic:hover {
  text-decoration: none;
  background-color: #f7d64c
}

.photos ul li {
  margin-bottom: 7px;
}

.photos1 ul li {
  margin-bottom: 7px;
}

/**************************************************** Content Adjustment **********************************************************/

header,
#slider-content,
.top-banner,
.breadcrumb,
#mainContent,
footer {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1000px;
}

header .bg,
#mainContent,
footer {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

/**************************************************** HEADER **********************************************************/

header {
  display: block;
  height: 175px;
  position: relative;
  z-index: 200;
}

header .bg {
  z-index: 0;
  position: absolute;
  bottom: 15px;
  height: 117px;
  width: 100%;
  display: block;
}

header .bg2 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/bg-head.png) no-repeat 1px 0;
}

header .logo-home {
  position: absolute;
  left: 430px;
  top: 27px;
  z-index: 20;
}

header .num {
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: 20;
  line-height: 160%;
}

header .num #tel {
  font-size: 120%;
  color: #ccc
}

header .num #tel span {
  margin-left: 20px;
  font-size: 60%;
  color: #999
}

header .num #tel,
header .num #skypecall {
  float: left
}

header .num #SkypeButton_Call_vipinpanama_1_paraElement img {
  margin: 2px 20px !important;
}

header .num #dropdown_SkypeButton_Call_vipinpanama_1 {
  margin-top: 0 !important
}

header .num #SkypeButton_Call_valabars78_1 {
  position: absolute;
  top: -25px;
}

header .socials {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 72px;
}

header .socials li.fb,
header .socials li.goo {
  position: relative;
  top: 0px;
}

header .socials li.goo {
  width: 85px
}

header .socials li.fb,
header .socials li.twi {
  width: 100px
}

header .socials li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.whatsapp-icon {
  display: inline-block;
  float: left;
  width: 24px;
  margin-top: -5px;
  margin-right: 3px;
}

.lang {
  float: right;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.lang a {
  display: inline-block;
  margin-left: 15px;
}

.eng {
  cursor: pointer;
  background: url(http://www.vipinpanama.com/images/en-flag.png)no-repeat;
  width: 48px;
  height: 20px;
}

.es {
  cursor: pointer;
  background: url(http://www.vipinpanama.com/images/es-flag.png)no-repeat;
  width: 48px;
  height: 20px;
}

/**************************************************** CONTENT **********************************************************/

.top-banner {
  -moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.6);
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  position: relative;
  z-index: 1;
  top: -16px;
  height: 153px;
}

#banner {
  position: fixed;
  right: 0;
  top: 221px;
  width: 160px;
  padding: 0 0 50px 15px;
  z-index: 999
}

#mainContent {
  display: block;
  height: 100%;
  min-height: 400px;
  padding: 10px 10px 0;
  width: 980px;
  border-bottom: 0 !important;
  z-index: 10;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  position: relative;
  bottom: -2px;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 1px 0 1px 25px;
  background: #a18510;
  position: relative;
  display: block;
  float: left;
  font-size: 80%;
}

.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 30px solid transparent;
  border-left: 15px solid #a18510;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 30px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li:nth-child(2) a {
  background: #7e680e;
}

.breadcrumb li:nth-child(2) a:after {
  border-left-color: #7e680e;
}

.breadcrumb li:nth-child(3) a {
  background: #5c4c0a;
}

.breadcrumb li:nth-child(3) a:after {
  border-left-color: #5c4c0a;
}

.breadcrumb li:nth-child(4) a {
  background: #342b06;
}

.breadcrumb li:nth-child(4) a:after {
  border-left-color: #342b06;
}

.breadcrumb li:last-child a {
  background: rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: default;
}

.breadcrumb li:last-child a:before {
  margin-left: 0
}

.breadcrumb li:last-child a:after {
  border: 0;
  border-left-color: #000 !important;
}

.breadcrumb li a:hover {
  background: #947a0f;
}

.breadcrumb li a:hover:after {
  border-left-color: #947a0f !important;
}

.pwc {
  background: #111;
  color: #666;
  padding: 0;
  text-align: center;
}

.pwc img {
  border: #222 1px solid;
  display: block;
  margin-bottom: 5px;
}

.pwc.fr {
  margin: 0 0 15px 15px
}

.pwc.fl {
  margin: 0 15px 15px 0
}

#mainContent .left-col {
  float: left;
  position: relative;
  width: 760px;
}

#mainContent .right-col {
  float: right;
  position: relative;
  width: 210px;
}

#mainContent section {
  margin: 0 0 10px;
  position: relative;
  background: #000;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.logo {
  position: absolute;
  top: 50px;
  left: 40px;
}

.stat {
  position: relative;
  display: block;
  background: #222;
  padding: 20px;
  margin: 0 0 15px;
}

.stat ul li {
  margin: 0 0 5px
}

.stat ul li b {
  width: 120px;
  display: inline-block
}

.stat .btn-basic {
  float: right;
}

.img-top {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  width: 978px;
  margin-bottom: 10px
}

.img-top-content {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  width: 936px;
  margin-bottom: 10px
}

/******************************************** PACKAGES **********************************************************/

.package h3 {
  font-size: 150%;
  color: #FFF
}

.package .thumb {
  float: left;
  width: 20%;
}

.package img {
  border: 5px #222 solid;
  display: block
}

.package .detail {
  float: right;
  width: 75%;
}

.package .price {
  background: #222;
  padding: 5px;
  margin-bottom: 15px;
  display: compact
}

.package .price ul {
  font-style: italic;
  padding: 5px 10px;
  background: #222;
  border: 3px solid #000;
  display: block
}

.package .price li {
  padding: 1px 6px 5px;
  float: left;
  position: relative
}

.package .price li:after {
  content: "/";
  display: inline-block;
  width: 55px;
  text-align: right;
  font-size: 320%;
  line-height: 5px;
  color: #111;
  position: relative;
  top: -20px
}

.package .price li:last-child:after {
  display: none;
}

.package .price li i {
  font-size: 85%;
  color: #999
}

.package .price big {
  font-size: 230%;
  line-height: 40px;
  display: block;
  font-family: 'Tinos', Times New Roman, Times, serif;
  color: #fff;
  font-weight: 700;
}

.package .price big.s {
  font-size: 200%;
  color: #eee
}

.package .btn-basic {
  margin-top: 5px;
}

#transportation .package {
  margin: 10px 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #222
}

#transportation .package:last-child {
  margin: 10px 0 0;
  border-bottom: 0;
}

.package.s {
  width: 45%;
  float: left
}

#bachelor .package.s:nth-child(even),
#adventure .package.s:nth-child(odd) {
  margin-right: 10px !important;
}

.package.s .price ul {
  padding: 7px
}

.package.s .price big {
  font-size: 200%;
  display: inline-block;
  margin-right: 20px;
  line-height: 25px;
}

.package.s .price big.s {
  font-size: 180%;
}

.package.s .price li:after {
  display: none;
}

.package.s .detail {
  float: right;
  width: 70%;
}

/**************************************************** FOOTER **********************************************************/

footer {
  display: block;
  padding: 10px;
  width: 980px;
  margin-bottom: 25px;
  border-top: none !important;
}

footer:before {
  content: " ";
  background: url(../images/foot-div.png) no-repeat top center;
  display: block;
  width: 1020px;
  height: 40px;
}

footer .container {
  background: #000;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px #202020 solid;
  display: block;
  position: relative;
}

footer .card {
  float: right
}

footer nav {
  text-align: center;
  margin: 5px;
  color: #333
}

footer nav a {
  font-weight: normal;
  font-size: 85%;
  padding: 0 8px;
  color: #999
}

footer .copyright {
  color: #666;
  font-size: 90%;
  float: left
}

footer .container .links {
  color: #202020;
  line-height: 20px;
}

footer .container .info,
footer .container .links {
  margin-top: 15px
}

footer .container .links b {
  color: #444;
  display: block;
}

footer .container .links a {
  color: #999;
  font-size: 90%;
  padding-left: 10px;
  padding-right: 10px;
}

footer .container .links a:first-child {
  padding-left: 0 !important
}

.testimonial article ul {
  margin-left: 0 !important
}

.testimonial article ul li {
  font-style: italic;
  list-style: none !important;
  margin: 0 0 25px;
  padding: 0;
  position: relative;
}

.testimonial article ul li .dquo1,
.testimonial article ul li .dquo2 {
  color: #333;
  font-size: 50px;
  font-weight: 700;
  height: 30px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  width: 35px;
}

.testimonial article ul li .dquo2 {
  display: block;
  float: right;
  line-height: 45px;
  right: -5px;
}

.testimonial article ul li .dquo1 {
  float: left;
  left: -2px;
}

.testimonial article ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.testimonial article ul li span {
  display: block;
  font-style: normal;
  margin-top: 8px;
  text-indent: 35px;
}

.testimonial article ul li p {
  margin: 0 40px
}

#contact dl {}

#contact dl dt,
#contact dl dd {
  height: 40px;
}

#contact dl dt {
  float: left;
  font-weight: bold;
  padding: 5px;
  width: 70px;
}

#contact dl dd {
  margin: 2px 0;
  padding: 5px 0;
}

#yacht .options {
  padding: 20px;
  background: #111
}

#yacht .options li {
  width: 45%;
  float: left;
  margin-right: 35px;
  min-height: 90px
}

#yacht .options img {
  float: left;
  display: block;
  border: #222 4px solid;
  margin-right: 15px;
  margin-bottom: 5px;
  width: 70px
}

#vip .options {
  margin: 10px 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #222;
  clear: both;
  width: 100%;
}

#vip .options .thumb {
  float: left;
}

#vip .options img {
  border: 5px #222 solid;
  display: block
}

#vip .options .detail {
  float: right;
  width: 75%;
}

#vip .options .price {
  background: #222;
  padding: 5px;
  margin-bottom: 15px;
  display: compact
}

#vip .options .price ul {
  font-style: italic;
  padding: 5px 10px;
  background: #222;
  border: 3px solid #000;
  display: block
}

#vip .options .price li {
  padding: 1px 13px 5px;
  float: left;
  position: relative
}

#vip .options .price li i {
  font-size: 85%;
  color: #999
}

#vip .options .price big {
  font-size: 230%;
  line-height: 40px;
  display: block;
  font-family: 'Tinos', Times New Roman, Times, serif;
  color: #fff;
  font-weight: 700;
}

#vip .options .price big.s {
  font-size: 200%;
  color: #eee
}

#vip .options .btn-basic {
  margin-top: 5px;
}

#transportation .package:last-child {
  margin: 10px 0 0;
  border-bottom: 0;
}


#yacht .photos {
  padding: 0 0 10px;
  display: block;
  margin: 0 0 20px;
}

#yacht .photos .thumbs {
  margin: 10px 0;
}

#yacht .photos .outer {
  padding: 4px;
}

#yacht .photos1 {
  padding: 0 0 10px;
  display: block;
  margin: 0 0 20px;
}

#yacht .photos1 .thumbs {
  margin: 10px 0;
}

#yacht .photos1 .outer {
  padding: 4px;
}

#yacht .btn-basic.top {
  position: absolute;
  right: 20px;
  top: 7px;
}

.show-xs {
  display: none !important;
}

.statistic table {
  background-color: #222222;
  width: 100%;
  border: 1px solid #5A6B75;
  margin-bottom: 10px;
}

.statistic table th {
  padding-left: 5px;
  color: #C7C8CD;
  width: 130px;
  text-align: left;
  font-weight: bold;
}

.statistic table td {
  color: white;
}

.clear-div {
  clear: both;
}

/**************************************************** DROPDOWN **********************************************************/
button.accordion {
  background-color: #D5B015;
  color: #312907;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 110%;
  transition: 0.4s;
  font-weight: bold;
  font-family: 'Tinos', Times New Roman, Times, serif;
  text-transform: uppercase;
  -webkit-box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  outline: none;
  display: none;
}

button.accordion.active, button.accordion:hover, button.accordion:visited {
  background-color: #D5B015;
}

button.accordion:after {
  content: '\25BC';
  font-size: 13px;
  color: #141001;
  float: none;
  margin-left: 5px;
}

button.accordion.active:after {
  color: #141001;
  content: '\25B2';
}

div.panel {
  padding: 0 0px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

div.panel.show {
  opacity: 1;
  max-height: 1000px;
}

.accordion-menu {
  margin-top: 20px;
}

.sub-panel {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.nav-sub-div {
  width: 100%;
  margin-bottom: -11px;
}

.social-panel {
  display: none;
}

/**************************************************** DROPDOWN **********************************************************/
button.social-button {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 50px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.1s;
  position: absolute;
  top: 111px;
  z-index: 10000;
  right: 135px;
  display: none;
}

div.social-panel {
  padding: 0 18px;
  background-color: #D6B115;
  height: 50px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 160px;
  width: 90%;
  display: none;
}

div.social-panel.show {
  opacity: 1;
  max-height: 500px;
  display: block;
}

.social-panel .socials {
  top: 15px;
  left: 10px !important
}

.socials-bottom {
  z-index: 1000 !important;
  right: 0;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.socials-bottom li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-left: 9px;
  padding: 0;
  vertical-align: middle;
  z-index: 5;
}

.socials-bottom li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.socials-bottom li:first-child {
  margin-left: 0px;
}

/**************************************************** REVIEW **********************************************************/
#reviews .content {
  z-index: 1
}

#reviews span i {
  color: #666;
}

#reviews {
  z-index: 0
}

#reviews .overall .col-1-2:first-child em {
  color: #666;
  margin-top: 6px;
  line-height: 20px;
  display: block
}

#reviews .overall b {
  display: block;
  line-height: 21px;
  margin: 0 0 4px;
  padding: 0
}

#reviews .overall b span {
  cfont-weight: normal;
  margin-left: 5px
}

#reviews .overall small {
  display: block;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 8px;
  color: #666
}

#reviews .overall .btn {
  float: right
}

#reviews ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0
}

#reviews ul .stars {
  display: block;
  font-weight: normal;
  font-size: 90%
}

#reviews ul li {
  border-top: 1px dotted #999;
  margin: 0;
  padding: 18px 0 20px 0;
  position: relative
}

#reviews ul li h5 {
  color: #666;
  margin: 0
}

#reviews ul li h5 b {
  color: #069;
  display: block;
  font-size: 120%;
  margin: 10px 0 8px;
  padding: 0 0 2px
}

.stars {
  background-image: url(/images/stars.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  left: -3px;
  line-height: 20px;
  padding: 0 5px 0 110px;
  position: relative;
  overflow: hidden
}

.stars.r00 {
  background-position: 0 -200px
}

.stars.r05 {
  background-position: 0 -180px
}

.stars.r10 {
  background-position: 0 -160px
}

.stars.r15 {
  background-position: 0 -140px
}

.stars.r20 {
  background-position: 0 -120px
}

.stars.r25 {
  background-position: 0 -100px
}

.stars.r30 {
  background-position: 0 -80px
}

.stars.r35 {
  background-position: 0 -60px
}

.stars.r40 {
  background-position: 0 -40px
}

.stars.r45 {
  background-position: 0 -20px
}

.stars.r50 {
  background-position: 0 0
}

.visible-xs {
  display: none !important
}

@media only screen and (max-width : 1024px) {
  #banner {
    display: none;
  }

  /*header .bg2 {
    background: none;
}
  #mainContent,
  header .bg,
  footer{
    width: 94%;
    padding:0 2%;
    margin: 0 1%
  }*/

}

@media only screen and (max-width : 480px) {

  body {
    background: #000;

  }

  .show-xs {
    display: block !important;
  }

  .hide-xs,
  footer .card,
  header .socials,
  header nav ul li ul,
  .package .thumb,
  #mainContent .right-col center a {
    display: none !important
  }

  .fr,
  .fl {
    float: none;
    margin: 0 !important;
    width: 100% !important
  }

  .only-m {
    display: block;
    height: 80px !important
  }

  header,
  #slider,
  .img-top,
  .img-top-content,
  footer:before,
  .sub-nav,
  .sub-nav ul li a, .sub-nav ul li a span,
  .package .detail,
  .stat ul li b,
  form label,
  textarea {
    width: 100% !important;
  }

  form input {
    max-width: 100%;
  }

  .img-top {
    padding-top: 5px
  }

  .img-top img-top-content {
    padding-top: 5px
  }

  .sub-nav ul li,
  #adventure .sub-nav ul li,
  .package.s,
  #yacht .options li {
    margin: 0 !important;
    width: 100% !important;
  }

  .package.s {
    padding: 0 !important;
    margin-bottom: 10px !important
  }

  .package.s .detail {
    float: none;
    width: auto !important;
    padding: 20px;
  }

  header nav {
    width: 96%;
    left: 0;
  }

  #mainContent,
  header .bg,
  footer {
    width: 100%;
    padding: 0 0;
    margin: 0;
  }

  footer {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  header .num #skypecall {
    position: absolute;
    top: -7px;
    right: 60px
  }

  header .num #SkypeButton_Call_valabars78_1 {
    position: absolute;
    top: 0px;
    right: 15px;
  }

  header .num #skypecall ul {
    width: auto !important;
  }

  #mainContent .left-col,
  #mainContent .right-col {
    float: none;
    width: 100% !important
  }

  h1 {
    text-indent: 0;
    font-size: 180%;
    margin: 12px 5px
  }

  h2 {
    font-size: 180%
  }

  header .logo-home {
    left: 0;
    top: 35px;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  header .bg2 {
    left: 3%;
    width: 94%;
    background-position: -440px 0;

  }

  header .num #tel, header .num #skypecall {
    float: none;
  }

  header .num {
    left: auto;
    right: 20px;
    text-align: right;

  }

  header .num #tel {
    top: -10px;
    position: relative;
  }

  header .num #skypecall {
    position: absolute;
  }

  header nav ul {
    width: 100%;
    margin: 0 2%;
    display: none;
    z-index: 100
  }

  header nav ul li {
    position: relative;
    text-align: right;
    right: 10px;
    left: 0 !important;
  }

  header nav ul li a {
    background: #EAC117 !important;
    text-shadow: none !important;
    color: #000;
    border-bottom: 1px dotted #111
  }

  header nav ul li a:hover {
    background-color: #c6a314 !important;
  }

  header nav a#pull {
    text-align: right;
    color: #EAC117;
    line-height: 35px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 185%
  }

  header nav a#pull:hover {
    text-decoration: none
  }

  .breadcrumb {
    bottom: 0;
    left: 5px;
    width: 97%
  }

  figure {
    width: 100%;

  }

  figure img {
    width: 97%
  }

  .btn-basic {
    height: auto;
    width: auto !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: 1.3;
    padding: 13px 10px;
    display: flow-root;
  }

  #yacht .sub-nav ul li,
  #adventure .sub-nav ul li {
    width: 50% !important;
  }

  #yacht .btn-basic.top {
    position: initial;
    margin-bottom: 5px;
  }

  .stat .btn-basic {
    float: none;
    margin-bottom: 5px;
  }

  form .verify-code {
    margin-bottom: 10px
  }

  .photos ul li img {
    width: calc(100% - 20px)
  }

  .photos1 ul li img {
    width: calc(100% - 20px)
  }

  .clear-div {
    clear: none;
  }

  .lang {
    float: right;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    top: 73px;
    right: 20px;
  }

  body {
    top: -40px
  }

  #mainContent .left-col section {
    width: 96%;
    padding: 1%;
  }

  button.accordion {
    display: block;
  }

  .nav-sub-div {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-bottom: 0px;
  }

  blockquote {
    background: red;
    padding: 10px;
  }

  .clear-nav {
    clear: both;
  }

  .clearfix .top-picture {
    width: 100% !important
  }

  .clearfix .logo {
    display: none
  }

  .social-panel .socials {
    display: block !important
  }

  button.social-button {
    display: block
  }

  ul#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    z-index: 100
  }

  .m-foot {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100000;
  }

  .visible-xs {
    display: block !important
  }

  ul#navigation li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    background-color: #8C0000;
  }

  ul#navigation li:first-child a {
    border-left: none !important
  }

  ul#navigation li.last {
    margin-right: 0;
    border-right: none !important
  }

  ul#navigation li a {
    display: block;
    font-size: 90%;
    color: #fff;
    text-align: center;
    width: 100%;
    border-left: #6E0909 1px solid;
    padding: 8px 0
  }

  ul#navigation li a span {
    padding: 0 30%;
    display: block;
    padding-bottom: 5px
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
  }

  .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
  }

  .fa-phone:before {
    content: url(/images/m-phone.png);
  }

  .fa-2x {
    font-size: 2em
  }

  .fa-glass:before {
    content: url(/images/m-email.png);
  }

  .social-panel {
    display: block;
  }


}


.loader-100,
.alert-container-100 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000f2;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 1px solid #EAC117;
}

.loader-100>.loaderx {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  width: 60px;
  height: 60px;
  /* margin: -30px 0 0 -30px; */
}

.loader-100>.loaderx:before,
.loader-100>.loaderx:after {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite;
  border-radius: 50%;
  background: #bf9c60;
}

.loader-100>.loaderx:after {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.alert-container-100>.btn-alert-ok {
  background: white;
  padding: .4em;
  color: white;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  color: #EAC117;
}

.alert-container-100 .alert-item {
  font-size: 1.2em;
  display: block;
  color: white;
  font-weight: 500;
  padding: .4em;
  font-weight: bold;
}

.alert-container-100 .alert-item.success {
  color: rgb(4, 155, 29) !important
}

.alert-container-100 .alert-item.danger {
  color: rgb(167, 10, 10) !important;
}

.alert-container-100>.btn-alert-ok {
  background: #252525;
  padding: 1em;
  color: white !important;
  font-weight: 800;
  cursor: pointer;
  min-width: 50%;
  max-width: 100%;
}

.alert-container-100>.btn-alert-ok a {
  color: inherit !important
}

form {
  position: relative;
}