
/* CONTENT PAGE
----------------------------------------------------------------------------------------------------*/

.page {
  height: auto !important;
  margin: 0 auto -36px;
  min-height: 100%;
  padding: 113px 0 36px;
}

#page-head {
  min-height: 72px;
  margin-bottom: 46px;
}
#page-head > div {
  position: relative;
  min-height: 72px;
}
#page-head h1 {
  background-image: url("../../img/bg-page-head-h1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 3.077em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0 0 10px;
  color: #041d31;
  bottom: 0;
  position: absolute;
  width: 98.5%;
}
#page-head h1 strong {
  font-weight: 500;
  color: #1c4865;
}
#page-head img.img-responsive {
  padding-bottom: 12px;
}

.squares-texture {
  background-image: url("../../img/bg-texture.png");
  background-position: center center;
  background-repeat: repeat;
}
.squares-texture-dark {
  background-image: url("../../img/bg-texture-dark.png");
  background-position: center center;
  background-repeat: repeat;
}
.dotted-line-white {
  background-image: url("../../img/bg-dotted-line-white.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}
.dotted-line-blue {
  background-image: url("../../img/bg-dotted-line-blue.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}

/* HEADER PAGE
----------------------------------------------------------------------------------------------------*/

#header .group-name {
  padding-top: 14px;
}

#header .user-name {
  font-size: 1.308em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}
#header .user-name a {
  font-size: 0.529em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1em;
  vertical-align: bottom;
  text-transform: lowercase;
}
#header .agency-name {
  color: #81c8e8;
  font-size: 0.692em;
  line-height: 1em;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}
#header .logo {
  padding-top: 16px;
}
#header .logo > img {
  height: 26px;
  width: auto;
}

/* HEADER SEARCH
----------------------------------------------------------------------------------------------------*/

#header .search {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 266px;
  border-left: 1px solid #000000;
}
#header .search:hover {
  width: 350px;
}
#header .search:hover input {
  margin-left: 20px;
}
#header .search .input-group {
  background-color: #1a6796;
  width: 100%;
}

#header .search input {
  border-radius: 0;
  height: 34px;
  margin: 10px 0 10px 10px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #81C8E8;
  color: #ffffff;
  font-size: 0.923em;

  letter-spacing: 1px;
  display: block;
  padding: 12px 10px 6px;
}
#header .search input:focus {
  box-shadow: none;
}

#header .search input::-webkit-input-placeholder { color:#ffffff; font-style: italic; }
#header .search input::-moz-placeholder { color:#ffffff; font-style: italic; }
#header .search input:-ms-input-placeholder { color:#ffffff; font-style: italic; }
#header .search input:-moz-placeholder { color:#ffffff; font-style: italic; }

#header .search button {
  background-image: url("../../img/magnify-white.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0.692em;
  font-weight: 500;
  width: 64px;
  height: 34px;
  margin: 0;
  padding: 24px 0 0;
  border: none;
}
#header .search button span {
  color: #ffffff;
}

/* HEADER SEARCH RESULTS
----------------------------------------------------------------------------------------------------*/

#header .search-results {
  background-color: rgba(5, 44, 76, 0.95);
  padding: 0;
  display: none;
  -webkit-box-shadow:  -10px 0px 13px 0px rgba(0, 0, 0, 0.37);
          box-shadow:  -10px 0px 13px 0px rgba(0, 0, 0, 0.37);
}
#header .search:hover .search-results {
  display: inherit;
}
#header .search-results .area-one {
  margin-bottom: 13px;
}
#header .search-results .area-one p {
  font-size: 0.692em;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  color: #81c8e8;
  margin: 0;
  padding: 9px 0 6px;
}
#header .search-results .scroll-found {
  width: 100%;
  height: 500px;
  overflow: auto;
  margin-bottom: 13px;
}
#header .search-results .scroll-found .jspPane {
  margin-left: 15px;
  right: 0;
}
#header .search-results .scroll-found .jspVerticalBar {
  left: 5px;
}
#header .search-results .results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px;
}
#header .search-results .results-list li {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  background-image: url("../../img/bg-dotted-line-white.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}
#header .search-results .results-list li:last-child {
  background-image: none;
  padding-top: 0;
  margin-bottom: 0
}
#header .search-results .results-list li h3 {
  font-size: 1.077em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#header .search-results .results-list li h3 a {
  color: #ffffff;
}
#header .search-results .results-list li p {
  font-size: 0.923em;
  line-height: 1.333em;
}
#header .search-results .results-list li h3 + p {
  font-size: 0.692em;
  line-height: 1em;
  color: #0785bc;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#header .search-results .results-list li p a {
  font-weight: 700;
  color: #0785bc;
}
#header .search-results .area-two {
  padding: 16px 15px 16px 30px;
  background: url("../../img/bg-dotted-line-white.png"), url("../../img/bg-dotted-line-white.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  margin-bottom: 30px;
}
#header .search-results .area-two a {
  font-size: 1.077em;
  line-height: 1em;
  font-weight: 500;
  color: #0785bc;
  text-transform: uppercase;
}
#header .search-results .area-three {
  padding: 0 15px 0 30px;
}
#header .search-results .area-three > p {
  font-size: 0.692em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#header .search-results .area-three > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.385em;
  line-height: 1.333em
}
#header .search-results .area-three > ul li a {
  color: #0785bc;
}

/* jScrollPane
----------------------------------------------------------------------------------------------------*/

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
.jspVerticalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: #ffffff;
  position: relative;
  top: 0;
  left: 3px;
  cursor: pointer;
  width: 5px;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrowUp {
  background-image: url("../../img/arrow-up-white-middle.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.jspArrowDown {
  background-image: url("../../img/arrow-down-white-middle.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 18px;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* NAV LEFT PAGE
----------------------------------------------------------------------------------------------------*/

#navleft {
  background-color: #245f85;
  min-height: 100%;
  width: 70px;
  z-index: 1020;
  padding-top: 56px;
  height: 100%;
}
#navleft > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 100%;
  position: relative;
  background-color: rgba(4,29,49,0.4);
  background-image: -moz-linear-gradient(top,  rgba(4,29,49,0.4) 0%, rgba(16,132,188,0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,29,49,0.4)), color-stop(100%,rgba(16,132,188,0.4)));
  background-image: -webkit-linear-gradient(top,  rgba(4,29,49,0.4) 0%,rgba(16,132,188,0.4) 100%);
  background-image: -o-linear-gradient(top,  rgba(4,29,49,0.4) 0%,rgba(16,132,188,0.4) 100%);
  background-image: -ms-linear-gradient(top,  rgba(4,29,49,0.4) 0%,rgba(16,132,188,0.4) 100%);
  background-image: linear-gradient(to bottom,  rgba(4,29,49,0.4) 0%,rgba(16,132,188,0.4) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041d31', endColorstr='#1084bc',GradientType=0 );
}
#navleft > ul > li > a {
  font-size: 0.692em;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  display: table;
  width: 70px;
  height: 80px;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}
#navleft > ul > li > a:hover {
  text-decoration: none;
}
#navleft > ul > li > a > span {
  text-align: center;
  width: 100%;
  padding: 0 8px 10px;
  display: table-cell;
  vertical-align: bottom;
}
#navleft > ul > li > a.gradient {
  background-image: moz-linear-gradient(top,  rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.12) 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.12)), color-stop(80%,rgba(0,0,0,0.12)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.12) 80%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.12) 80%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.12) 80%);
  background-image: linear-gradient(to bottom,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.12) 80%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fffffff', endColorstr='#1f000000',GradientType=0 );
}
#navleft > ul > li > a.navleft-ico-home > span {
  background-image: url("../../img/navleft-ico-home.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-book-new > span {
  background-image: url("../../img/navleft-ico-book-new.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-manage-existing > span {
  background-image: url("../../img/navleft-ico-manage-existing.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-message-center > span {
  background-image: url("../../img/navleft-ico-message-center.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-marketing-hq > span {
  background-image: url("../../img/navleft-ico-marketing-hq.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-faqs > span {
  background-image: url("../../img/navleft-ico-faqs.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-ships > span {
  background-image: url("../../img/navleft-ico-ships.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li > a.navleft-ico-itineraries > span {
  background-image: url("../../img/navleft-ico-itineraries.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#navleft > ul > li.current {
  background-image: url("../../img/navleft-arrow-active.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 76px;
}
#navleft > ul > li.current > a {
  background-color: #1084bc;
  background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1084bc', endColorstr='#1f1084bc',GradientType=0 );
}

/* STYLISH FORM
----------------------------------------------------------------------------------------------------*/

.stylish-form {
  margin: 0;
  /*border: 1px solid #ff0*/
}
.stylish-form .two-columns > div:first-child {
  padding-right: 10px;
}
.stylish-form .two-columns > div:last-child {
  padding-left: 10px;
}
.stylish-form .stylish-select {
  position: relative;
  cursor: pointer;
  height: 40px;
  margin: 0 0 20px 0;
}
.stylish-form legend {
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  color: #555555;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: none;
}
.stylish-form label {
  display: block;
  width: 100%;
  font-size: 0.769em;
  line-height: 1em;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.stylish-form select {
  display: none;
}
.stylish-form .stylish-input {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 0.923em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0 0 20px 0; 

}
.stylish-form button {
  border: 0 none;
  color: #ffffff;
  padding: 0 20px;
  font-size: 0.923em;
  line-height: 1em;
  font-weight: 700;
}
.stylish-form button.bttn-arrow-right-white {
  padding: 0 40px 0 20px;
}
.stylish-form button > span {
  display: table-cell;
  vertical-align: middle;
}
.stylish-form .stylish-select .bttn {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  background-position: center center;
}
.stylish-form .stylish-select .title {
  display: block;
  width: 100%;
  padding: 0 0 0 39px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}
.stylish-form .stylish-select .title > span {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
  font-size: 0.923em;
  line-height: 1em;
  font-weight: 700;
  padding: 0 15px;
  text-transform: uppercase;
}
.stylish-form .stylish-select .stylish-option {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
  max-height: 418px;
  overflow: auto;
}
.stylish-form .stylish-select .stylish-option li {
  font-size: 0.923em;
  line-height: 1em;
  text-transform: uppercase;
}
.stylish-form .stylish-select .stylish-option li a {
  display: block;
  padding: 10px 20px;
}
.stylish-form .stylish-select:hover .title {
  border: none;
  padding: 0 0 0 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.stylish-form .stylish-select:hover .title > span {
  height: 40px;
}
.stylish-form .stylish-select:hover .stylish-option {
  top: 39px;
  display: block;
}

/* STYLISH FORM PURPLE
----------------------------------------------------------------------------------------------------*/

.stylish-form .input-purple {
  color: #BD2FB5;
  border-bottom: 4px solid #BD2FB5;
  -webkit-box-shadow:  0px 0px 27px 0px rgba(189, 47, 181, 0.26);        
          box-shadow:  0px 0px 27px 0px rgba(189, 47, 181, 0.26);
}
.stylish-form .stylish-select .title.title-purple {
  color: #BD2FB5;
  border: 1px solid #BD2FB5;
}
.stylish-form .stylish-select:hover .title.title-purple {
  background-color: rgba(189, 47, 181, 0.10);
  border: none;
}
.stylish-form .stylish-select:hover .title.title-purple > span {
  height: 40px;
}
.stylish-form .stylish-select .stylish-option.option-purple {
  color: #BD2FB5;
  border: 1px solid #BD2FB5;
}
.stylish-form .stylish-select .stylish-option.option-purple li a {
  color: #BD2FB5;
}
.stylish-form .stylish-select .stylish-option.option-purple li a:hover,
.stylish-form .stylish-select .stylish-option.option-purple li a.selected {
  background-color: rgba(190, 47, 182, 0.20);
}

/* STYLISH FORM BLUE
----------------------------------------------------------------------------------------------------*/

.stylish-form .input-blue {
  color: #1286BD;
  border-bottom: 4px solid #1286BD;
  -webkit-box-shadow:  0px 0px 27px 0px rgba(18, 134, 189, 0.26);        
          box-shadow:  0px 0px 27px 0px rgba(18, 134, 189, 0.26);
}
.stylish-form .stylish-select .title.title-blue {
  color: #1286BD;
  border: 1px solid #1286BD;
}
.stylish-form .stylish-select:hover .title.title-blue {
  background-color: rgba(18, 134, 189, 0.10);
  border: none;
}
.stylish-form .stylish-select:hover .title.title-blue > span {
  height: 40px;
}
.stylish-form .stylish-select .stylish-option.option-blue {
  color: #1286BD;
  border: 1px solid #1286BD;
}
.stylish-form .stylish-select .stylish-option.option-blue li a {
  color: #1286BD;
}
.stylish-form .stylish-select .stylish-option.option-blue li a:hover,
.stylish-form .stylish-select .stylish-option.option-blue li a.selected {
  background-color: rgba(18, 134, 189, 0.20);
}

/* STYLISH FORM TEAL
----------------------------------------------------------------------------------------------------*/

.stylish-form .input-teal {
  color: #0ABDB2;
  border-bottom: 4px solid #0ABDB2;
  -webkit-box-shadow:  0px 0px 27px 0px rgba(10, 189, 178, 0.26);        
          box-shadow:  0px 0px 27px 0px rgba(10, 189, 178, 0.26);
}
.stylish-form .stylish-select .title.title-teal {
  color: #0ABDB2;
  border: 1px solid #0ABDB2;
}
.stylish-form .stylish-select:hover .title.title-teal {
  background-color: rgba(10, 189, 178, 0.10);
  border: none;
}
.stylish-form .stylish-select:hover .title.title-teal > span {
  height: 40px;
}
.stylish-form .stylish-select .stylish-option.option-teal {
  color: #0ABDB2;
  border: 1px solid #0ABDB2;
}
.stylish-form .stylish-select .stylish-option.option-teal li a {
  color: #0ABDB2;
}
.stylish-form .stylish-select .stylish-option.option-teal li a:hover,
.stylish-form .stylish-select .stylish-option.option-teal li a.selected {
  background-color: rgba(10, 189, 178, 0.20);
}

/* STYLISH FORM ORANGE
----------------------------------------------------------------------------------------------------*/

.stylish-form .input-orange {
  color: #E3810A;
  border-bottom: 4px solid #E3810A;
  -webkit-box-shadow:  0px 0px 27px 0px rgba(227, 129, 10, 0.26);        
          box-shadow:  0px 0px 27px 0px rgba(227, 129, 10, 0.26);
}
.stylish-form .stylish-select .title.title-orange {
  color: #E3810A;
  border: 1px solid #E3810A;
}
.stylish-form .stylish-select:hover .title.title-orange {
  background-color: rgba(227, 129, 10, 0.10);
  border: none;
}
.stylish-form .stylish-select:hover .title.title-orange > span {
  height: 40px;
}
.stylish-form .stylish-select .stylish-option.option-orange {
  color: #E3810A;
  border: 1px solid #E3810A;
}
.stylish-form .stylish-select .stylish-option.option-orange li a {
  color: #E3810A;
}
.stylish-form .stylish-select .stylish-option.option-orange li a:hover,
.stylish-form .stylish-select .stylish-option.option-orange li a.selected {
  background-color: rgba(227, 129, 10, 0.20);
}

/* POPUP INFO
----------------------------------------------------------------------------------------------------*/

.popup-info {
  width: 200px;
  background-color: #ccc;
}
.popup-info .info-head {
  display: block;
  padding: 17px 20px 13px;
}
.popup-info .info-head > .head-title {
  font-size: 1.154em;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  float: left;
}
.popup-info .info-head > .head-close {
  font-size: 0.923em;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  float: right;
}
.popup-info .info-head > .head-close a {
  color: #ffffff;
}
.popup-info .info-body {
  padding: 20px;
  font-size: 0.846em;
  line-height: 1.364em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.popup-info .info-body strong {
  font-size: 1.300em;
}

/* POPUP INFO BLUE
----------------------------------------------------------------------------------------------------*/

.popup-info.info-right-blue {
  padding-right: 12px;
  background-image: url("../../img/bg-popup-right-blue.png");
  background-position: right 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.popup-info.info-right-blue > div {
  background-color: #1084bc;
  -webkit-box-shadow:  -19px 19px 32px 0px rgba(0, 0, 0, 0.38);
          box-shadow:  -19px 19px 32px 0px rgba(0, 0, 0, 0.38);
}
.popup-info.info-left-blue {
  padding-left: 12px;
  background-image: url("../../img/bg-popup-left-blue.png");
  background-position: left 12px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.popup-info.info-left-blue > div {
  background-color: #1084bc;
  -webkit-box-shadow:  19px 19px 32px 0px rgba(0, 0, 0, 0.38);
          box-shadow:  19px 19px 32px 0px rgba(0, 0, 0, 0.38);
}

/* NEW BOOKING
----------------------------------------------------------------------------------------------------*/
.widget {
  width: 350px;
  top: 0;
  left: 70px;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.widget .bttn-switch {
  height: 90px;
  background-image: url("../../img/bg-corner-widget-purple.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.widget .bttn-switch .property {
  height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow:  2px 2px 6px 0px rgba(0, 0, 0, 0.44);
          box-shadow:  2px 2px 6px 0px rgba(0, 0, 0, 0.44);
}
.widget .bttn-switch .property > a,
.widget .bttn-switch .property > a:hover {
  color: #052c4c;
}
.widget .bttn-switch .property > a > span {
  font-size: 1.385em;
  font-weight: 400;
  display: block;
  line-height: 1em;
}
.widget .bttn-switch .property > a > span:first-child {
  font-size: 1em;
  font-weight: 400;
  padding-left: 16px;
}
.widget .bttn-switch .property > a > span > strong {
  font-size: 1em;
  font-weight: 700;
  margin-left: 5px;
  vertical-align: middle;
}
.widget .function {
  min-height: 100%;
  width: 335px;
  margin-top: -90px;
  padding-top: 90px;
  background-color: #ffffff;
  -webkit-box-shadow:  7px 0px 68px 0px rgba(4, 29, 49, 0.69);
          box-shadow:  7px 0px 68px 0px rgba(4, 29, 49, 0.69);
  background: rgb(247,245,245);
  background: -moz-linear-gradient(top,  rgba(247,245,245,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,245,245,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(247,245,245,1) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top,  rgba(247,245,245,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top,  rgba(247,245,245,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(247,245,245,1) 0%,rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f5', endColorstr='#ffffff',GradientType=0 );
}
.widget .function .widget-head {
  position: relative;
  height: 70px;
  display: table;
}
.widget .function .widget-head h2 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 1.538em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 18px;
}
.widget .function .widget-head .clear-all {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.769em;
  line-height: 1em;
  font-weight: 400;
}
.widget .function .widget-head .clear-all a,
.widget .function .widget-head .clear-all a:hover {
  display: block;
  color: #04233d;
  padding: 8px 16px 4px 0;
  text-decoration: none;
}

.new-booking .function {
  border-right: 1px solid #bd2fb5;
}
.new-booking .function .widget-head h2 {
  color: #bd2fb5;
}
.new-booking .function .widget-form .stylish-form {
  margin: 0 20px 17px;
}
.new-booking .function .widget-form .stylish-form .search-bottom {
  padding-left: 40px;
}

/* BREADCRUMB PAGE
----------------------------------------------------------------------------------------------------*/

#breadcrumb {
  top: 56px;
  z-index: 1010;
}
#breadcrumb > ul {
  margin-bottom: 0;
  background: none;
  text-transform: uppercase;
  font-size: 0.846em;
  padding: 10px 15px 9px;
  font-weight: 400;
  line-height: 1em;
}
#breadcrumb > ul li:first-child {
  font-weight: 700;
}
#breadcrumb > ul li a:hover,
#breadcrumb > ul li a:focus {
  text-decoration: none;
}

/* BUTTONS PAGE
----------------------------------------------------------------------------------------------------*/

.bttn {
  height: 40px;
  display: table;
  position: relative;
  /*width: 100%;*/
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.15);
}
.bttn-large {
  height: 55px;
}
.bttn-full {
  width: 100%;
}
.bttn a {
  font-size: 0.923em;
  line-height: 1.2em;
  font-weight: 700;
  display:table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #565656;
}
.bttn a:hover {
  color: #565656;
  text-decoration: none;
}

.bttn-full-purple,
.accordion-toggle.collapsed .bttn-full-purple {
  background-color: #bd2fb5;
}
.bttn-full-purple a {
  color: #ffffff;
}
.bttn-full-purple a:hover {
  color: #ffffff;
}
.bttn-full-purple.active,
.accordion-toggle .bttn-full-purple {
  border: 1px solid #bd2fb5;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(189, 47, 181, 1);
          box-shadow: 0px -2px 0px 0px rgba(189, 47, 181, 1);
}

.bttn-full-teal,
.accordion-toggle.collapsed .bttn-full-teal {
  background-color: #0abdb2;
}
.bttn-full-teal a {
  color: #ffffff;
}
.bttn-full-teal a:hover {
  color: #ffffff;
}
.bttn-full-teal.active,
.accordion-toggle .bttn-full-teal {
  border: 1px solid #0abdb2;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(10, 189, 178, 1);
          box-shadow: 0px -2px 0px 0px rgba(10, 189, 178, 1);
}

.bttn-full-orange,
.accordion-toggle.collapsed .bttn-full-orange {
  background-color: #e3810a;
}
.bttn-full-orange a {
  color: #ffffff;
}
.bttn-full-orange a:hover {
  color: #ffffff;
}
.bttn-full-orange.active,
.accordion-toggle .bttn-full-orange {
  border: 1px solid #e3810a;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(227, 129, 10, 1);
          box-shadow: 0px -2px 0px 0px rgba(227, 129, 10, 1);
}

.bttn-full-blue,
.accordion-toggle.collapsed .bttn-full-blue {
  background-color: #1286bd;
}
.bttn-full-blue a {
  color: #ffffff;
}
.bttn-full-blue a:hover {
  color: #ffffff;
}
.bttn-full-blue.active,
.accordion-toggle .bttn-full-blue {
  border: 1px solid #1286bd;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(18, 134, 189, 1);
          box-shadow: 0px -2px 0px 0px rgba(18, 134, 189, 1);
}

.bttn-arrow-right-white {
  background-image: url("../../img/arrow-right-white.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn-arrow-right-white > a {padding-right: 44px;}
.bttn-arrow-right-white-small {
  background-image: url("../../img/arrow-down-blue-small.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.accordion-toggle.collapsed .bttn-arrow-right-white-small {
  background-image: url("../../img/arrow-right-white-small.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.bttn-arrow-down-white {
  background-image: url("../../img/arrow-down-white.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.bttn-white-purple {
  border: 1px solid #bd2fb5;
  height: 37px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(189, 47, 181, 1);
          box-shadow: 0px 3px 0px 0px rgba(189, 47, 181, 1);
}
.bttn-white-teal {
  border: 1px solid #0abdb2;
  height: 37px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(10, 189, 178, 1);
          box-shadow: 0px 3px 0px 0px rgba(10, 189, 178, 1);
}
.bttn-white-orange {
  border: 1px solid #e3810a;
  height: 37px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 129, 10, 1);
          box-shadow: 0px 3px 0px 0px rgba(227, 129, 10, 1);
}
.bttn-white-blue {
  border: 1px solid #1286bd;
  height: 37px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(18, 134, 189, 1);
          box-shadow: 0px 3px 0px 0px rgba(18, 134, 189, 1);
}
.bttn-arrow-right-purple {
  background-image: url("../../img/arrow-right-purple.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn-arrow-down-purple {
  background-image: url("../../img/arrow-down-purple.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn-arrow-circle-purple {
  background-image: url("../../img/arrow-circle-purple.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.bttn-arrow-circle-orange {
  background-image: url("../../img/arrow-circle-orange.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.bttn-arrow-circle-teal {
  background-image: url("../../img/arrow-circle-teal.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.bttn-arrow-right-purple-widget {
  background-image: url("../../img/arrow-right-purple.png"), url("../../img/bg-texture.png");
  background-position: 92% center, center center;
  background-repeat: no-repeat, repeat;
}
.bttn-arrow-right-teal {
  background-image: url("../../img/arrow-right-teal.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn-arrow-right-orange {
  background-image: url("../../img/arrow-right-orange.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn-arrow-right-blue {
  background-image: url("../../img/arrow-right-blue.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.bttn.active,
.accordion-toggle .bttn {
  height: 38px;
  margin-top: 2px;
  background-color: #ffffff;
}
.bttn.active a,
.bttn.active a:hover {
  color: #416888
}

.bttn.disabled {
  opacity: 0.30;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
}

/* SIDEBAR
----------------------------------------------------------------------------------------------------*/

.sidebar h3 {
  font-size: 1.462em;
  line-height: 1em;
  font-weight: 400;
  margin: 0 0 20px;
  color: #1084bc;
  text-transform: uppercase;
}
.sidebar h3.bttn {
  margin: 0 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar h3.bttn span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  font-size: 0.632em;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  padding: 0 15px
}
.sidebar p {
  font-size: 0.923em;
  font-weight: 700;
  line-height: 1.583em;
  color: #333333;
}

.sidebar aside {
  margin: 0 0 50px;
  -webkit-box-shadow:  -1px 0px 0px 0px rgba(115, 168, 205, 0.25);
          box-shadow:  -1px 0px 0px 0px rgba(115, 168, 205, 0.25);
}
.sidebar ul {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  font-size: 0.923em;
  font-weight: 700;
  line-height: 1.583em;
  color: #333333;
}
.sidebar ul li a {
  color: #333333;
}
.sidebar aside ul {
  margin: 0;
}
.sidebar .action-buttons {
    display: table;
    height: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.sidebar .action-buttons a {
  margin-left:7px; 
}

/* ACCORDION
----------------------------------------------------------------------------------------------------*/

.panel-group {
  background-color: transparent; 
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel-group .panel {
  background-color: transparent; 
  border: 0;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(212, 212, 212, 1);
          box-shadow: inset 0px 1px 0px 0px rgba(212, 212, 212, 1);
  -webkit-border-radius: 0;
          border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel .panel-heading {
  background-color: transparent; 
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-group .panel .panel-heading > a {
  display: table;
  color: #052C4C;
}
.panel-group .panel .panel-heading .bttn {
  margin-right: 23px;
  width: 40px;
}
.panel-group .panel .panel-heading h3 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-weight: 700;
  font-size: 1em;
}
.panel-group .panel .panel-heading h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1em;
}
.panel-group .different .panel-heading h3 {
  text-transform: uppercase;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  padding: 0;
}
.panel-group .different .panel-heading + .panel-collapse .panel-body {
  padding: 0 23px 10px 23px;
  margin-left: 39px;
}

/* TABS
----------------------------------------------------------------------------------------------------*/

.tabs ul {
  padding: 0;
  margin: 0 0 2px 0;
  position: relative;
}
.tabs ul li {
  width: 155px;
  margin-right: 2px;
  position: static;
  margin-bottom: 2px;
}
.tabs ul li.active {
  border-bottom: none;
}
.tabs ul li.active > a {
  background: #ffffff;
  display: block;
  height: 47px;
  margin-bottom: -10px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.tab-pane div.expand-all {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  display: block;
}
.tab-pane div.expand-all a {
  color: #052c4c;
  font-size: 0.869em;
  line-height: 1em;
  font-weight: 500;
}
.tabs ul li.active > .tab-pane {
  display: block;
}
.tab-pane.active {
  display: block;
}

/* BOX STYLE
----------------------------------------------------------------------------------------------------*/

.box-border-blue {
  background-color: #ffffff;
  border: 1px solid #0785bc;
  border-bottom: 5px solid #0785bc;
  -webkit-box-shadow:  0px 0px 27px 0px rgba(7, 133, 188, 0.51);        
          box-shadow:  0px 0px 27px 0px rgba(7, 133, 188, 0.51);
}
.box-border-teal {
  background-color: #ffffff;
  border: 1px solid #0abdb2;
  border-bottom: 5px solid #0abdb2;
}
.box-border-purple {
  background-color: #ffffff;
  border: 1px solid #BD2FB5;
  border-bottom: 5px solid #BD2FB5;
}
.box-border-orange {
  background-color: #ffffff;
  border: 1px solid #e3810a;
  border-bottom: 5px solid #e3810a;
}

/* REFINE SEARCH BOX 
-------------------------------------------------------------------*/
.refine-search {
  background-color: transparent;
}
.refine-search > div {
  padding: 0;
  background-color: transparent;
}
.refine-search ul {
  list-style: none;
}
.refine-search .panel {
  background-color: transparent;
}
.refine-search .panel {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
}
.refine-search .panel-heading {
  display: table;
  width: 100%;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.70);
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.refine-search .panel-heading h4 {
  margin: 0;
  padding: 0 10px 0 30px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.154em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c4865;
  width: 25% !important;
}
.refine-search .clear-all  {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  font-weight: 400;
  font-size: 0.769em;
  text-transform: uppercase;
  color: #04233d;
  width: 55px;
  visibility: hidden;
}
.refine-search .clear-all > a {
  color: #04233d;
}
.refine-search .panel-body {
  padding: 0 30px;
}
.refine-search .accordion-toggle {
  background-image: url("../../img/orange-circle-up-arrow.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 22px;
  margin: 18px 30px;
  width: 22px;
  float: right;
}
.refine-search .accordion-toggle.collapsed {
  background-image: url("../../img/orange-circle-down-arrow.png");
}
.refine-search .accordion-toggle span {
  display: none;
}
.refine-search .panel-collapse {
  background-color: rgba(255, 255, 255, 0.70);
}
.refine-search div.panel-body > section {
  background-image: url("../../img/bg-dotted-line-blue.png");
  background-position: center top;
  background-repeat: repeat-x;
  width: 100%;
  padding: 0;
}
.refine-search div.panel-body h4 {
  color: #1c4865;
  font-weight: 500;
  font-size: 1.077em;
  padding-left: 20px;
}
.refine-search div.panel-body li {
  color: #052c4c;
}
.refine-search #select-options ul > li:hover, 
.refine-search #select-options ul > li.active, 
.refine-search #select-options ul > li.selected,
.refine-search #duration-days  ul > li:hover, 
.refine-search #duration-days  ul > li.active, 
.refine-search #duration-days  ul > li.selected   {
  background-color: rgba(204, 204, 204, 1);
  cursor: pointer;
}
.refine-search div.panel-body .unavailable {
  color: #a7a7a7 !important;
}
.refine-search div.panel-body .unavailable:hover {
  background: none !important;
  cursor: auto !important;
}
.refine-search #select-options > div {
  background-image: url("../../img/bg-dotted-line-vertical-blue.png");
  background-position: left center;
  background-repeat: repeat-y;
  padding: 20px 0 10px 1px;
  display: block;
  float: left;
  min-height: 190px;
}
.refine-search #select-options > div:first-child {
  background-image: none;
  padding-left: 0;
}
.refine-search #select-options > div > h4 {
  margin: 0 0 20px 0 !important;
}
.refine-search #select-options > div > ul {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
.refine-search #select-options > div > ul > li {
  font-size: 0.846em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding: 8px 0;
  width: 100%;
  padding-left: 20px;
}
.refine-search #sub-destinations {
  width: 205px;
}
.refine-search #sub-destinations li {
  padding-left: 20px !important;
}
.refine-search #sub-destinations li.selected  {
  background-image: url("../../img/checked-option.png");
  background-position: left 3px center;
  background-repeat: no-repeat;
}
.refine-search #sub-destinations h4, #departure-date h4 {
  padding-left: 0 !important;
}
.refine-search #ships {
  width: 180px;
}
.refine-search #departure-date {
  width: 293px;
  padding-left: 0 !important;
}
.refine-search #departure-date > div {
  width: 50%;
}
.refine-search #departure-date > div > h4, 
.refine-search #departure-date > div > a, 
.refine-search #duration-days > a {
  color: #1c4865;
  font-weight: 500;
  margin: 0 16px;
  font-size: 1.077em;
  line-height: 1.2em;
}
.refine-search #departure-date ul.calendar {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  padding: 0 10px;
}
.refine-search #departure-date ul.calendar > li {
  width: 25%;
  display: inline-block;
  text-transform: uppercase;
  color: #041d31;
  font-size: 0.846em;
  float: left;
  margin: 3px 0;
}

.refine-search #departure-ports {
  width: 170px;
}
.refine-search #duration-days  {
  padding: 12px 0 10px !important;
  line-height: 1em;
}
.refine-search #duration-days h4, 
.refine-search #duration-days ul {
  margin: 0;
  padding: 0 !important;
}
.refine-search #duration-days ul {
  font-size: 0.846em;
  line-height: 1.6em;
}
.refine-search #duration-days > ul > li {
  line-height: 1em;
  margin: 0 8px 0 14px;
  padding: 3px 5px;
}
.refine-search #duration-days > a {
  margin: 0;
 }
.refine-search #legend {
  color: #052c4c;
  font-size: 0.846em;
  padding: 20px 0 !important;
  line-height: 1em;
}
.refine-search #legend img + img {
  margin-left: 65px;
}

/* ACTION LINK
----------------------------------------------------------------------------------------------------*/

.action-print-teal {
  background-image: url("../../img/printer-teal.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display:inline-block;
}
.action-email-teal {
  background-image: url("../../img/email-teal.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: inline-block;
}
.action-print-teal > span,
.action-email-teal > span {
  display: none;
}
.action-print-orange {
  background-image: url("../../img/printer-orange.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display:inline-block;
}
.action-email-orange {
  background-image: url("../../img/email-orange.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: inline-block;
}
.action-print-orange > span,
.action-email-orange > span {
  display: none;
}
.action-print-purple {
  background-image: url("../../img/printer-purple.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display:inline-block;
}
.action-email-purple {
  background-image: url("../../img/email-purple.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: inline-block;
}
.action-print-purple > span,
.action-email-purple > span {
  display: none;
}
.action-print-blue {
  background-image: url("../../img/printer-blue.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display:inline-block;
}
.action-email-blue {
  background-image: url("../../img/email-blue.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: inline-block;
}
.action-print-blue > span,
.action-email-blue > span {
  display: none;
}
