/* Basic Styles {{{ */
/*
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/

html, body {
    overflow-x:hidden;
}

/*
body {
    margin: 0px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}
*/

section {
    background-color: #fff
}

/*.container {
    width: 85%;
}*/

.container100 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {  .container { width: 100%; } }
@media (max-width: 992px) {  .container { width: 100%; } }
@media (max-width: 1200px) {  .container { width: 95%; } }

a {
    text-decoration: none;
    color: #3498db;
}

a:hover {
    color: #2980b9;
}

a:link {
    text-decoration: none;
}


.wrapper {
    max-width: 400px;
    margin: 50px auto;
    padding-left: 0px;
    padding-right: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

h2 {
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

/* //temporary unused
p {
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 1em;
}
*/
/* Basic Styles }}} */
/* Page Styles {{{ */
.news-events span {
    cursor: pointer;
}

.news-more {
    color: green;
    cursor: pointer;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
    padding: 5px;
}
  
.grid-item {
    padding: 5px;
    text-align: center;
}

.grid-news h3 {
    margin-top: 0px;
}

.grid-news img {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.service-content ul{
    padding-left: 25px;
}
/* Page Styles }}} */
/* Lists {{{ */
ul ul {
    margin-left: 20px;
}

section ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.values li {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2.5em;
    list-style-type: none;
}

ul.values li h2 {
    margin-top: 0px;
}

ul.values li span {
    position: relative;
    left: 30px;
}

ul.values li:after {
    content: url('http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/RedDisc.svg/20px-RedDisc.svg.png');
    position: absolute;
    left: -26px;
    top: 15px;
}

ul.values li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 2px solid #ccc;
    height: 100%;
    width: 1px;
}

ul.values li:first-child:before {
   top: 21px;
}

ul.values li:last-child:before {
   height: 21px;
}

#news ol li,
#news ul li {
    font-size: 18px;
    margin-left: 30px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#news ul.pluslist {
    list-style-type: none;
}

#news ul.pluslist > li {
    text-indent: -14px;
}

#news ul.pluslist > li:before {
    content: "+ ";
    text-indent: -14px;
}

#news ul.hyphenlist {
    list-style-type: none;
}

#news ul.hyphenlist > li {
    text-indent: -14px;
}

#news ul.hyphenlist > li:before {
    content: "- ";
    text-indent: -14px;
}
/* Lists }}} */
/* Images {{{ */
.fitimg > img {
    display: block;
    margin: auto;
    width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}
/* Images }}} */
/* Columns {{{ */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* Columns }}} */
/* Footer {{{ */
footer {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #ccc
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

footer li {
    float: left;
    padding-bottom: 20px;
}

footer li a:hover {
    background-color: #b2b2b2;
}

footer li a {
    display: block;
    color: #555;
    text-align: left;
    padding: 20px;
    text-decoration: none;
}

footer > div.container {
    padding-top: 20px;
}
/* Footer }}} */
/* Helpers {{{ */
.separate {
    padding-top: 50px;
}

.container-full {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.content-wrap {
    width: 70%;
}

@media (max-width: 767px) {
    .content-wrap {
        width: 90%;
    }
}

.price-table {
    font-size: 14px;
}


.career-table {
    font-size: 17px;
}


.borderless td, .borderless th {
    border: none !important;
}

table.table.table-condensed {
    border: 1px solid black;
}

.border-tlr-radius {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.border-tlr-radius2 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.text-center {
    text-align: center;
}
@media print {
    .text-center {
        text-align: center !important;
    }
}

.radius {
    border-radius: 2px;
}

.radius2 {
    border-radius: 4px;
}
.padding-tb {
    padding-top: 1.6rem; padding-bottom: 1.6rem;
}

.shadowDepth0 {
    box-shadow: 0 1px 3px 2px rgba(0,0,0, 0.12);
}

.shadowDepth1 {
   box-shadow:
        0 1px 3px 1px rgba(0,0,0, 0.12),
        0 1px 3px 1px rgba(0,0,0, 0.12);
}
/* Helpers }}} */
/* Breadcrumbs {{{ */
.breadcrumb {
    padding: 20px 9%;
    border-radius: 0px;
}
/* Breadcrumbs }}} */
/* Banner Styles {{{ */

.light-font {
    color: #666;
}

.light-font a {
    color: #666;
}
/* Helpers }}} */
/* Breadcrumbs {{{ */
.breadcrumb {
    padding: 20px 10%;
    margin-bottom: 40px;
    border-radius: 0px;
}

.breadcrumb li {
    color: #777;
}
/* Breadcrumbs }}} */
/* Banner Styles {{{ */

.full-banner img {
    width: 100%;
}

.full-banner--img{
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
/* Banner Styles }}} */
/* Card Styles {{{ */
.panel {
    width: 100%;
    height: 100%;
    border: 0px;
    background-color: #fff;
    background: url(../../../websites/images/cruise/pqe4.png) no-repeat center 110%;
}

.panel-heading {
    display: inline-block;
    width: 100%;
}

.card {
    background-color: #fff;
    margin-bottom: 1.6rem;
    height: 550px;
}

.card__padding {
    padding: 1.6rem;
}

.card__image {
    min-height: 100px;
    background-color: #fff;
    z-index: 1;
}
    .card__image img {
        width: 100%;
        max-width: 100%;
        display: block;
    }

.card__content {
    position: relative;
}

/* card meta */
.card__meta time {
    font-size: 1.5rem;
    color: #bbb;
    margin-left: 0.8rem;
}

/* card article */
.card__article a {
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease;
}
    .card__article a:hover {
        color: #2980b9;
    }

/* card action */
.card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}

.card__author img,
.card__author-content {
    display: inline-block;
    vertical-align: middle;
}

.card__author img{
    border-radius: 50%;
    margin-right: 0.6em;
}

.card__share {
    float: right;
    position: relative;
    margin-top: -42px;
}

.card__social {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 160px;
    transform: translateZ(0);
      transform: translateX(0px);
      transition: transform 0.35s ease;
}
    .card__social--active {
        visibility: visible;
        /*z-index: 3;*/
        transform: translateZ(0);
         transform: translateX(-48px);
          transition: transform 0.35s ease;
    }

.share-toggle {
    z-index: 2;
}
.share-toggle:before {
    content: "\f1e0";
    font-family: 'FontAwesome';
    color: #3498db;
}
    .share-toggle.share-expanded:before {
        content: "\f00d";
    }

.share-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: 0;

    box-shadow:
              0 2px 4px rgba(0,0,0, 0.12),
            0 2px 4px rgba(0,0,0, 0.24);
}
    .share-icon:hover,
    .share-icon:focus {
        box-shadow:
              0 3px 6px rgba(0,0,0, 0.12),
            0 3px 6px rgba(0,0,0, 0.24);

        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #00abe3;
}
.googleplus {
    background-color: #d3492c;
}

.facebook,
.twitter,
.googleplus {
    color: #fff;
}

.facebook:hover,
.twitter:hover,
.googleplus:hover {
    color: #eee;
}

@media (min-width: 767px) {
   .equal-height{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}	

.flex-column{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
 
.equal-column{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.card-img-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.card-img-center img {
    display: block;
    width: 100vw;
    height: 35vh;
    object-fit: cover;
}
/* Card Styles }}} */
/* Info Card Styles {{{ */
.info-card {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.info-card > ul > li {
    margin-left: 20px;
}

.info-card p {
    padding-bottom: 0.5em;
}

.info-card.blue-fill {
    background: #124e88;
    padding: 15px 25px 10px 25px;
    margin: 0px 0px 2px 0px;
    height: 100px;
}

.info-card.blue-fill h3 {
    color: #eee;
    margin: 0 0 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.small-class {
    max-height: 275px;
    overflow: hidden;
}

.big-class {
    height: auto;
}

ul.show-policy > li:last-child {
    list-style-type: none;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 17px;
}

ul.price-header {
    padding-bottom: 10px;
}

ul.show-price > li, ul.price-header > li {
    list-style-type: none;
    margin-left: 0px;
}

.show-price > li > .col-md-4,
.price-header > li > .col-md-4 {
    padding: 10px 0px 0px 0px;
}

.show-price > li > .col-md-3,
.price-header > li > .col-md-3 {
    padding: 10px 0px 0px 0px;
}

.show-price > li > .col-md-5,
.price-header > li > .col-md-5 {
    padding: 10px 10px 0px 0px;
}

ul > .ul-circle {
    margin-left: 20px;
    list-style: circle outside none;
}
/* Info Card Styles }}} */
/* Recruit Button Styles {{{ */
.recruit-button {
    background: #eee;
    width: 350px;
    height: 120px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 360px) {
    .recruit-button {
        background: #eee;
        width: 75vw;
        height: 150px;
        padding: 20px 20px 0px 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 412px) {
    .recruit-button {
        background: #eee;
        width: 77vw;
        height: 150px;
        padding: 20px 20px 0px 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 414px) {
    .recruit-button {
        background: #eee;
        width: 77vw;
        height: 150px;
        padding: 20px 20px 0px 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .recruit-button {
        background: #eee;
        width: 250px;
        height: 150px;
        padding: 20px 20px 0px 20px;
        margin-bottom: 10px;
    }
}

.recruit-button:hover {
    background: #ddd;
}

.recruit-button h4 {
    color: #666;
    margin: 0 0 0 0;
    padding-bottom: 20px;
}

.recruit-button p {
    color: #777;
    margin: 0 0 0 0;
    font-size: 13px;
}

.recruit-button .col-md-6 {
    padding: 0px 0px 0px 0px;
}
/* Recruit Button Styles }}} */
/* Switch Rules {{{ */
.color_red { color: red !important; }
.color_blue { color: blue !important; }
.color_yellow { color: yellow !important; }

.pagination {
    margin: 0px !important;
    padding-bottom: 0px !important;
}
.switch-title {
  margin-bottom: 6px;
}

.switch-input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-label {
  /*float: left;*/
  display: inline-block;
  width: auto;
  background-color: hsl(0, 0%, 79%);
  color: rgba(0, 0, 0, 0.6);
  /*font-size: 14px;*/
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
  border-radius: 6px 6px 6px 6px;
  margin-left: 1px;
}

.switch-label:hover {
	cursor: pointer;
}

.switch-input:checked + label {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.switch-input:disabled + label {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.item-selected {background-color: #83c1f1 !important;}
.menu-active {
    background: #b4dbe7 !important;
    color: #6314e4 !important;
}

/*
.switch-label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-label:last-of-type {
  border-radius: 0 4px 4px 0;
}
*/
/* Switch Rules }}} */
