/*//------------GLOBALS---------------//*/
.clearfloats {
  clear: both;
}
#ph_header {
  display: block;
  text-align: center;
  margin: 10px 0;
}
#ph_footer {
  display: block;
  text-align: center;
  width: 100%;
  height: 420px;
  background: url(../img/footer.png) no-repeat center 0 #f2f7fa;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#ph_footer img {
  display: none;
}
body {
  font-family: arial, helvetica, sans-serif;
  color: #555;
  font-size: 12px;
  background: url(/common/cclus/css/img/background/cloud-bg.jpg) repeat-x -10% 0 #ffffff;
}
a {
  text-decoration: none;
  color: #0065c9;
}
strong, .strong {
  font-weight: bold;
}
.blue {
  color: #034f8d;
}
.main {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #6496ba;
  -moz-box-shadow: 0 0 10px #6496ba;
  box-shadow: 0 0 10px #6496ba;
  width: 920px;
  padding: 20px;
  margin: 20px auto 20px;
  position: relative;
}
.toolbar {
  clear: both;
  height: 23px;
  margin: 0 auto 20px;
  width: 920px;
}
.toolbar .breadcrumbs {
  background: url("img/bg/breadcrumb-grad.gif") repeat-x scroll 0 0 transparent;
  display: block;
  float: left;
  height: 23px;
  overflow: hidden;
}
.toolbar .breadcrumbs a {
  background: url(img/bg/breadcrumb-mid.gif) no-repeat scroll right 0 transparent;
  color: #105598;
  display: block;
  float: left;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  padding: 0 20px 0 10px;
  vertical-align: middle;
}
.toolbar .breadcrumbs a:hover {
  text-decoration: underline;
}
.toolbar .breadcrumbs a.first-child {
  background: url(img/icon/breadcrumb-home.gif) no-repeat scroll 0 0 transparent;
  display: block;
  text-indent: -9999px;
  outline: none;
  padding: 0;
  width: 32px;
}
.toolbar .breadcrumbs a.last-child {
  background: url(img/bg/breadcrumb-end.gif) no-repeat scroll right 0 transparent;
}
.toolbar .social {
  /*float: right;
  font-size: 11px;
  height: 23px;
  line-height: 20px;
    margin: -20px !important;*/
}
.toolbar .social a {
  /*display: inline-block;
  margin-right: 15px;
  vertical-align: middle;*/
}
.toolbar .social a:hover {
  text-decoration: underline;
}
.toolbar .social a.share {
  /*background: url(img/icon/share.gif) no-repeat 0 center;
  color: #00753C;
  padding-left: 13px;*/
}
.toolbar .social a.mail {
  background: url(img/icon/mail.gif) no-repeat 0 center;
  padding-left: 18px;
}
.toolbar .social a.print {
  /*background: url(img/icon/print.gif) no-repeat 0 center;
  padding-left: 19px;*/
}
.toolbar .social a.last-child {
  margin-right: 0;
}
.hero-banner {
  position: relative;
  width: 960px;
  margin-left: -21px;
  margin-bottom: 20px;
    margin-top: -2px;
}
.hero-banner h1 {
  font: normal 49px/45px tempo;
  text-transform: uppercase;
  color: #034f8d;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.39);
}
.hero-banner h1 span {
  color: #d71a36;
}
.hero-banner h1 small {
  display: block;
  font-size: 17px;
}
.hero-banner h1 small sup {
  font-size: 7px;
}
.horizontal-nav {
  padding-bottom: 15px;
  border-bottom: 6px solid #0f559a;
  margin-bottom: 20px;
}
.horizontal-nav ul {
  float: left;
}
.horizontal-nav ul li {
  float: left;
  border-right: 1px solid #ced6de;
}
.horizontal-nav ul li a {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 15px;
  color: #165fa9;
  display: block;
}
.horizontal-nav ul li a:hover {
  color: #e61f28;
}
.horizontal-nav ul li:last-child {
  border: 0 none;
}
.horizontal-nav ul li:first-child a {
  padding-left: 0;
}
.horizontal-nav ul li.active a {
  color: #e61f28;
}
.horizontal-nav ul.text-size-widget {
  margin-top: 20px;
}
ul.text-size-widget {
  float: right;
}
ul.text-size-widget li {
  float: left;
  margin-left: 5px;
  font-size: 10px;
  color: #034f8d;
  vertical-align: middle;
  vertical-align: bottom;
  line-height: 19px;
}
ul.text-size-widget li a {
  display: block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  color: #034f8d;
  background: url(img/bg/text-size-btn-bg.png) no-repeat 0 0;
  text-align: center;
}
ul.text-size-widget li a.med {
  font-size: 12px;
}
ul.text-size-widget li a.large {
  font-size: 14px;
}
ul.arrow-list {
  margin-bottom: 20px;
}
ul.arrow-list li {
  padding-left: 25px;
  background: url(/common/cclus/footer-pages/css/img/icon/circle-arrow-right.png) no-repeat 0 0;
  margin-bottom: 8px;
}
ul.arrow-list a:hover {
  text-decoration: underline;
}
ul.vertical-nav li {
  border-bottom: 1px dotted #99bbdb;
}
ul.vertical-nav li a {
  display: block;
  padding: 10px 0;
  color: #034f8d;
  font-size: 13px;
  font-weight: bold;
}
ul.vertical-nav li.active {
  *position: relative;
  *margin-top: -1px;
  border-bottom: 0 none;
}
ul.vertical-nav li.active a {
  width: 240px;
  background: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  margin-left: -10px;
  margin-top: -1px;
  position: relative;
  color: #d71a36;
  -webkit-box-shadow: -2px 0 2px rgba(7, 68, 126, 0.28);
  -moz-box-shadow: -2px 0 2px rgba(7, 68, 126, 0.28);
  box-shadow: -2px 0 2px rgba(7, 68, 126, 0.28);
}
ul.vertical-nav li.active a.needsPie {
  width: 241px;
  -webkit-box-shadow: -2px 0 2px #c5d1da;
  -moz-box-shadow: -2px 0 2px #c5d1da;
  box-shadow: -2px 0 2px #c5d1da;
}
ul.vertical-nav li:last-child {
  border: 0 none;
}
.page-content .content{
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf3fe), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ecf3fe, #ffffff);
  background: -moz-linear-gradient(center bottom, #ecf3fe 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #ecf3fe);
  padding-bottom: 20px;
  border: 1px solid #b0becd;
  position: relative;
}
.page-content .content .elevated {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf3fe), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ecf3fe, #ffffff);
  background: -moz-linear-gradient(center bottom, #ecf3fe 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #ecf3fe);
  padding-bottom: 20px;
  position: relative;
}
.page-content .content .elevated {
  margin-top: -45px;
  position: relative;
  min-height:1000px;
}
.page-content .content .elevated .content-heading {
  height: 50px;
  padding: 25px 40px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: -100px;
  position: relative;
  background: url(/common/cclus/footer-pages/css/img/bg/hero-h1-grad.png) repeat-x 0 0;
}
.page-content .content .elevated .content-heading h1 {
  color: #f6f8fa;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font: normal 44px tempo;
  text-transform: uppercase;
}
.page-content .content a:hover {
  text-decoration: underline;
}
.page-content .content p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.page-content .content p.disclaimer {
  font-style: italic;
  font-size: 11px;
}
.page-content .content p.headline {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccdceb;
  color: #10559a;
}
.page-content .content .section {
  padding: 40px;
  border-bottom: 1px solid #afbecd;
}
.page-content .content .section.last-child {
  border: 0 none;
}
.page-content .content h2 {
  font-weight: bold;
  font-size: 18px;
  color: #034f8d;
  margin-bottom: 10px;
}
.page-content .content h3 {
  font-weight: bold;
  color: #0f65b8;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-content .content {
  width: 635px;
}
.page-content .content-sidebar {
  width: 260px;
  position: relative;
}
.page-content .content-sidebar p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.page-content .content-sidebar .cta-box {
  margin-bottom: 20px;
  zoom: 1;
}
.page-content .content-sidebar .cta-box:before, .page-content .content-sidebar .cta-box:after {
  content: "";
  display: table;
}
.page-content .content-sidebar .cta-box:after {
  clear: both;
}
.page-content .content-sidebar .cta-box.content-disclaimers {
  margin-top: 200px;
}
.page-content .content-sidebar .cta-box.content-disclaimers p {
  font-size: 10px;
  font-style: italic;
  color: #6b6b6b;
}
.page-content .content-sidebar .cta-box .blast-header {
  border-bottom: 2px solid #ccdceb;
  width: 230px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.page-content .content-sidebar .cta-box .blast-header img {
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  margin-bottom: -15px;
}
.page-content .content-sidebar .cta-box .blast-header h2 {
  color: #034f8d;
  text-transform: uppercase;
  font: normal 38px/30px tempo;
}
.page-content .content-sidebar .cta-box .blast-header h2 small {
  display: block;
  font-size: 18px;
}
.page-content .content-sidebar .cta-box .blast-header h2 span {
  color: #d71a36;
}
.page-content .content-sidebar .cta-box a.circle-arrow {
  display: block;
  float: right;
  font-weight: bold;
  padding-left: 20px;
  background: url(img/icon/circle-arrow-right.png) no-repeat 0 0;
}
.page-content .content-sidebar .cta-box a.circle-arrow:hover {
  text-decoration: underline;
}
.page-content .content-sidebar .cta-box .round-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  -moz-box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  box-shadow: inset 0px 1px 3px rgba(7, 68, 126, 0.28);
  background: #eff7ff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2f1ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e2f1ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #e2f1ff 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #e2f1ff);
  position: relative;
}
.page-content .content-sidebar .cta-box .round-box.needsPie {
  border: 1px solid #dfebf6;
  -webkit-box-shadow: 0px 1px 3px #c5d1da;
  -moz-box-shadow: 0px 1px 3px #c5d1da;
  box-shadow: 0px 1px 3px #c5d1da;
}
.page-content .content-sidebar .cta-box .round-box h2 {
  font: normal 22px tempo;
  color: #034f8d;
  text-transform: uppercase;
  vertical-align: middle;
}
.page-content .content-sidebar .cta-box .round-box h2 span {
  color: #d71a36;
}
.page-content .content-sidebar .cta-box .round-box h2.people {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -126px;
  padding-left: 37px;
  height: 32px;
  line-height: 32px;
}
.page-content .content-sidebar .cta-box .round-box h2.question {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -168px;
  padding-left: 37px;
  height: 35px;
  line-height: 35px;
}
.page-content .content-sidebar .cta-box .round-box h2.bell {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -38px;
  padding-left: 39px;
  height: 33px;
  line-height: 33px;
}
.page-content .content-sidebar .cta-box .round-box h2.bank {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 0;
  padding-left: 36px;
  height: 28px;
  line-height: 28px;
}
.page-content .content-sidebar .cta-box .round-box h2.eyeglass {
  background: url(img/icon/sidebar-icon-sprite.png) no-repeat 0 -83px;
  padding-left: 39px;
  height: 33px;
  line-height: 33px;
}
.page-content .content-sidebar .cta-box .round-box .section {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e3ecf3;
  padding: 20px;
  clear: both;
  overflow: hidden;
}
.page-content .content-sidebar .cta-box .round-box .section.heading, .page-content .content-sidebar .cta-box .round-box .section.first-child {
  border-top: 0 none;
  padding: 15px 20px;
}
.page-content .content-sidebar .cta-box .round-box .section.last-child {
  border-bottom: 0 none;
}
.page-content .content-sidebar .cta-box .round-box .section.cta-tout {
  border: 0 none;
}
.page-content .content-sidebar .cta-box .round-box .section.cta-tout img {
  float: left;
}
.page-content .content-sidebar .cta-box .round-box .section.cta-tout .content {
  width: 150px;
  float: right;
}
.page-content .content-sidebar .cta-box .round-box .section.cta-tout h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.page-content .content-sidebar .cta-box .round-box input.text {
  background: url(img/bg/input-text-grad.gif) repeat-x 0 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  padding: 5px;
  color: #0065c9;
  display: block;
  width: 208px;
  font: bold 12px arial, helvetica, sans-serif;
  margin-bottom: 10px;
}
.page-content .content-sidebar .cta-box .round-box a.deal {
  display: block;
  clear: both;
  overflow: hidden;
  color: #034f8d;
}
.page-content .content-sidebar .cta-box .round-box a.deal:hover .title {
  text-decoration: underline;
}
.page-content .content-sidebar .cta-box .round-box a.deal .title {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.page-content .content-sidebar .cta-box .round-box a.deal .price {
  float: right;
  font-size: 11px;
  color: #898989;
}
.page-content .content-sidebar .cta-box .round-box a.deal .price strong {
  font-weight: bold;
  font-size: 14px;
  color: #d71a36;
}
.page-content .content-sidebar .cta-box .round-box a.cruise-manager-btn {
  width: 260px;
  height: 43px;
  display: block;
  text-indent: -9999px;
  outline: none;
  background: url(img/btn/my-cruise-manager-btn.png) no-repeat center 0;
  margin-left: -20px;
}
.page-content .content-sidebar .cta-box .round-box .travel-update {
  display: block;
  padding-left: 25px;
  background: url(img/icon/alert-icon.png) no-repeat 0 0;
  color: #d8101f;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-content .content-sidebar .cta-box .round-box a.travel-update:hover {
  text-decoration: underline;
}
.page-content .content-sidebar .cta-box .round-box a.subscribe-btn {
  width: 105px;
  height: 32px;
  float: right;
  background: url(img/btn/subscribe-btn.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  outline: none;
}
.page-content .content-sidebar .cta-box .round-box a.go-now-btn {
  width: 72px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  outline: none;
  background: url(img/btn/go-now-btn.png) no-repeat 0 0;
}
.page-content  .sidebar-left .content-sidebar {
  float: left;
}
.page-content .sidebar-left .content {
  float: right;
}
.page-content .content-sidebar {
  float: right;
}
.page-content .content {
  float: left;
}
/*//------------ABOUT CARNIVAL---------------//*/
.main .about-carnival-template .hero-banner {
  width: 892px;
  height: 337px;
  /*padding-top: 45px;*/
  padding-left: 40px;
  /*background: url(img/bg/hero-banner-about-carnival.jpg) no-repeat 0 0;*/
  margin: 0 0 20px 0;
}
.about-carnival-template .hero-banner h1 {position:absolute;top:48px;left:43px;}
.about-carnival-template .fb-like-container {position:absolute;top:227px;}
.main .about-carnival-template .hero-banner .ccl-widget {
  position: absolute;
  top: 64px;
  left: 437px;
  width: 422px;
  height: 263px;
}
.main .about-carnival-template .hero-banner .hero-slide{position:absolute;left:0px;top:0px;}
.main .about-carnival-template .hero-banner .ccl-widget .ytplayer {
  width: 100%;
  height: 100%;
  position: relative;
}
/*//------------EMBARKATION INFO---------------//*/
.embarkation-info-template .hero-banner {
  height: 170px;
  /*background: url(img/bg/hero-banner-embarkation-info.jpg) no-repeat 0 0;*/
}
.embarkation-info-template .hero-banner .hero-slide{left:-20px;}
.embarkation-info-template .hero-banner h1 {
  background: url(/common/cclus/footer-pages/css/img/bg/hero-h1-grad.png) repeat-x 0 0;
  padding: 25px;
  position: absolute;
  top: 15px;
  left: 0px;
  color: #f6f8fa;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 44px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 40px;
  z-index:9999;
}
.embarkation-info-template .hero-banner h1 small {
  font-size: 36px;
}
.main .section .info-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccdceb;
  clear: both;
  overflow: hidden;
}
.main .section .info-block a.strong:hover {
  text-decoration: underline;
}
.main .section .info-block.last-child {
  padding: 0;
  margin: 0;
  border: 0 none;
}
.main .section .info-block .icon {
  float: left;
  width: 75px;
  height: 75px;
  display: block;
  /*background: url(img/icon/info-icon-sprite.png) no-repeat 0 0;*/
}
/*
.embarkation-info-template .info-block .icon.baggage {
  background-position: 0 0;
}
.embarkation-info-template .info-block .icon.cards {
  background-position: 0 -85px;
}
.embarkation-info-template .info-block .icon.stroller {
  background-position: 0 -255px;
}
.embarkation-info-template .info-block .icon.clipboard {
  background-position: 0 -170px;
}
*/
.main .section .info-block .info {
  float: right;
  width: 435px;
}
/*//------------LEGAL NOTICES---------------//*/
.legal-notices-template .hero-banner {
  height: 170px;
  /*background: url(img/bg/hero-banner-legal-notices.jpg) no-repeat 0 0;*/
}
.legal-notices-template .hero-banner h1 {
  background: url(/common/cclus/footer-pages/css/img/bg/hero-h1-grad.png) repeat-x 0 0;
  padding: 25px 75px 25px 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #f6f8fa;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 44px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 40px;
}
.legal-notices-template .hero-banner h1 small {
  font-size: 36px;
}
/*//------------LEGAL NOTICES VERTICAL NAV---------------//*/
.legal-notices-vertical-template .hero-banner {
  height: 170px;
  /*background: url(img/bg/hero-banner-legal-notices.jpg) no-repeat 0 0;*/
}
.legal-notices-vertical-template .hero-banner h1 {
  background: url(img/bg/hero-h1-grad.png) repeat-x 0 0;
  padding: 25px 75px 25px 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #f6f8fa;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 44px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 40px;
}
.legal-notices-vertical-template .hero-banner h1 small {
  font-size: 36px;
}
/*//------------VACATION PACKAGES LANDING---------------//*/
.vacation-packages-landing-template .content {
  min-height: 1000px;
}
.vacation-packages-landing-template .destinations {
  border-top: 1px solid #ccdceb;
  border-bottom: 1px solid #ccdceb;
  padding: 15px 0;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.vacation-packages-landing-template .destinations span {
  display: block;
  float: left;
  width: 75px;
  margin-right: 20px;
}
.vacation-packages-landing-template .destinations a.dest {
  float: left;
  display: block;
  font-weight: bold;
  color: #093158;
  padding: 0 20px 0 8px;
  border-right: 1px solid #ccdceb;
  background: url(img/icon/destination-icon-sm.png) no-repeat 0 center;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 17px;
}
.vacation-packages-landing-template .destinations img{ float: left;}
.vacation-packages-landing-template .destinations a.dest:last-child {
  padding-right: 0;
  border-right: 0 none;
  margin-right: 0;
}
.vacation-packages-landing-template .destinations a.dest:hover {
  text-decoration: none;
  color: #d71a36;
}
.vacation-packages-landing-template .destinations a.dest small {
  display: block;
  font-size: 12px;
}
/*//------------VACATION PACKAGES INDIVIDUAL---------------//*/
.page-content .vacation-packages-individual-template  .elevated .content-heading h1 span {
  float: left;
  padding-right: 22px;
  margin-right: 20px;
  background: url(/common/cclus/footer-pages/css/img/bg/hero-h1-div.png) repeat-y right 0;
}
.page-content .vacation-packages-individual-template  .elevated .content-heading h1 small {
  float: left;
  font-size: 20px;
  line-height: 22px;
  padding-top: 8px;
}
.vacation-packages-individual-template .elevated
{
  background: -moz-linear-gradient(center bottom , #ECF3FE 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    /*border: 1px solid #B0BECD;*/
    padding-bottom: 20px;
    float:left;
}
.page-content .vacation-packages-individual-template  .elevated .content-heading .icon {
  display: block;
  width: 33px;
  height: 52px;
  float: right;
  /*background: url(img/icon/destination-icon-lg.png) no-repeat 0 0;*/
}
.vacation-packages-individual-template .section-block {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccdceb;
}
.vacation-packages-individual-template .section-block:last-child, .vacation-packages-individual-template .section-block.last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vacation-packages-individual-template .slider-wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget {
  width: 300px;
  height: 210px;
  float: left;
  position: relative;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .slides {
  position: relative;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .slides a.slide {
  display: block;
  position: relative;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .slides a.slide img {
  width: 300px;
  height: 185px;
  display: block;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .slides a.slide .magnify {
  display: block;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  width: 76px;
  height: 76px;
  background: url(/common/cclus/footer-pages/css/img/icon/magnify-icon.png) no-repeat 0 0;
  top: 55px;
  left: 120px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .rotator {
  position: absolute;
  left: 0;
  z-index: 100;
  bottom: 0;
  width: 290px;
  background: #0d477e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b3a68), color-stop(1, #0e508e));
  background: -ms-linear-gradient(bottom, #0b3a68, #0e508e);
  background: -moz-linear-gradient(center bottom, #0b3a68 0%, #0e508e 100%);
  -pie-background: linear-gradient(#0e508e, #0b3a68);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 5px;
  height: 16px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .rotator .prev {
  display: block;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(img/icon/circle-arrow-left.png) no-repeat 0 0;
  left: 7px;
  top: 6px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .rotator .next {
  display: block;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(img/icon/circle-arrow-right.png) no-repeat 0 0;
  right: 7px;
  top: 6px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .rotator .disabled {
  display: none;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap {
  width: 245px;
  margin: 0 auto;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap li {
  float: left;
  margin-left: 3px;
  margin-right: 4px;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap a {
  display: block;
  width: 21px;
  height: 12px;
  border: 2px solid #8498ac;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap a img {
  width: 21px;
  height: 12px;
  display: block;
}
.vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap li.active a, .vacation-packages-individual-template .slider-wrap .gallery-slider-widget .carousel-wrap a:hover {
  border-color: #fff;
}
.vacation-packages-individual-template .slider-wrap .information {
  float: right;
  width: 230px;
}
.vacation-packages-individual-template .slider-wrap .information .heading {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.vacation-packages-individual-template .slider-wrap .information .heading h3 {
  width: 150px;
  margin: 0;
  float: left;
}
.vacation-packages-individual-template .slider-wrap .information .heading span.rating {
  float: right;
  display: block;
}
.vacation-packages-individual-template .rate-table {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.vacation-packages-individual-template .rate-table th {
  background: url(img/bg/hero-h1-grad.png) repeat-x 0 center;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #aac8e6;
}
.vacation-packages-individual-template .rate-table th small {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.vacation-packages-individual-template .rate-table th:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  border: 0 none;
}
.vacation-packages-individual-template .rate-table th:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.vacation-packages-individual-template .rate-table th, .vacation-packages-individual-template .rate-table td {
  padding: 15px;
  vertical-align: middle;
}
.vacation-packages-individual-template .rate-table tbody td {
  border-bottom: 1px solid #e9f3fa;
  background: #f5f9fd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9f3fa), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e9f3fa, #ffffff);
  background: -moz-linear-gradient(center bottom, #e9f3fa 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #e9f3fa);
  border-left: 1px solid #fff;
  color: #034f8d;
}
.vacation-packages-individual-template .rate-table tfoot td {
  padding: 15px 0;
  font-size: 11px;
  font-style: italic;
}
/*//------------COLORBOX---------------//*/
#colorbox.gallery-slider-lightbox {
  margin-left: -18px;
}
#colorbox.gallery-slider-lightbox #cboxLoadedContent {
  padding: 15px;
  border: 3px solid #fff;
  background: #ddf1fa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddf1fa), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ddf1fa, #ffffff);
  background: -moz-linear-gradient(center bottom, #ddf1fa 0%, #ffffff 100%);
  -pie-background: linear-gradient(#ffffff, #ddf1fa);
}
#colorbox.gallery-slider-lightbox #cboxNext, #colorbox.gallery-slider-lightbox #cboxPrevious {
  float: none !important;
  display: block !important;
  width: 30px;
  height: 30px;
  background: url(/common/cclus/footer-pages/css/img/icon/fancy_nav_left.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 4px;
}
#colorbox.gallery-slider-lightbox #cboxNext {
  left: auto;
  right: -32px;
  background: url(img/icon/fancy_nav_right.png) no-repeat 0 0;
}
.page-content .content .pdf{ background: url(/common/CCLUS/images/print-icon.png) no-repeat scroll 0 0 transparent; height: 38px;float: right;width: 42px;margin: 4px;}