@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%;
  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: normal;
  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;
}

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;}
/**************************************************** 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: 67px;
  z-index: 20;
}
header .num #tel{
  font-size: 140%;
  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;
}

#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
}

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

.package h3 {
  font-size: 180%;
  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 13px 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 .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:140px;

	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 ;}
.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;}
/**************************************************** /DROPDOWN **********************************************************/

@media only screen and (max-width : 480px) {
  .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,
  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
  }
  .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: 94%;
    padding:0 2%;
    margin: 0 1%
  }
  footer{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  header .num #skypecall{
    position: absolute;
    top: -60px;
    right:20px
  }
  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: 150%
  }
  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 #skypecall{
    position: absolute;
  }
  header nav ul{
    width: 92%;
    margin: 0 6%;
    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: 150%
  }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
  }
  #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% - 35px)}

.clear-div{clear:none !important}

	button.accordion{

		display:block;

		}

	.nav-sub-div{

		width:49%;

		margin-right:1%;

		float:left;

		margin-bottom:0px ;

		}

		.clear-nav{

		clear:both;

		}

}
