/* Sticky footer styles
-------------------------------------------------- */

/*html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. * /
}

/* Wrapper for page content to push down footer * /
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height * /
  margin: 0 auto -40px;
  /* Pad bottom by footer height * /
  padding: 0 0 40px;
}

/* Set the fixed height of the footer here * /
#footer {
  height: 40px;
  background-color: #f5f5f5;
}*/

html, body {
    height: 100%;
}
body {font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Cinzel",Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #153153;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {font-weight: 700;}
h1 {font-size: 3em;}
h2 {font-size: 2em;}

a {
	color: #0f4b91;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
a:hover {color: #3f4148; text-decoration: none;}

#wrap {
    height: auto !important;
    margin: 0 auto -40px;
    min-height: 100%;
}
#push, #footer {
	height: 40px;
}


body {
	/*padding-top: 128px;
	margin-bottom: 40px;*/
	background-color: #f2f2f2;
}
object {max-width: 100%;}

/* Buttons styling */
.btn {
	position: relative; 
	margin-bottom: 0.9375em; /* 15/16 */
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.full-width {width: 100%;}
.go-btn {text-align: left;}
.go-btn:after {content: '&#62;'; top: 0px; top: 5px\9; right: 5px; position: absolute; display: inline-block; font-size: 2em; line-height: 1em;}
.btn-primary.no-hover:hover,
.btn-primary.no-hover:focus,
.btn-primary.no-hover:active,
.btn-primary.no-hover.active,
.open .dropdown-toggle.btn-primary {
  background-color: #0f4b91;
  cursor: default;
}

.transparent-btn {background: transparent; border: 1px solid #153153; font-size: 1em; color: #153153;}
.transparent-btn:hover {border: 1px solid #153153;}
.btn-lg.transparent-btn, .btn-group-lg > .btn.transparent-btn {
    padding: 6px 16px;
}

textarea {resize: vertical;}

/* Select styling */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

/*@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {*/
	  
	.touch #filter-form [class^="col-"] {margin-bottom: 10px;}  
	.touch .custom-dropdown > select {
		border: 0;
	}
	
    .touch .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
		width: 100%;
		border: 1px solid #ccc;
    }

    .touch .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }
	
    .touch .custom-dropdown::before,
    .touch .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .touch .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\e807";
        height: 1em;
		font-size: 1em;
        line-height: 1;
        right: .25em;
        top: 50%; margin-top: -.5em;
		
        /*font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;*/
    }

    .touch .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 1px; bottom: 0;
        /*border-radius: 0 3px 3px 0;*/
    }

    .touch .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .touch .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .touch .custom-dropdown--white::before {
        /*top: .5em; bottom: .5em;*/
        background-color: #fff;
        border-left: 1px solid #d9d9db;
    }

    .touch .custom-dropdown--white::after {
        /*color: rgba(0,0,0,.9);*/
		color: #ea2d30;
    }
	
	/* Emerald dropdown style */
	.touch .custom-dropdown--emerald::before {
		background-color: #1aa181;
	}

	.touch .custom-dropdown--emerald::after {
		color: rgba(0,0,0,.4);
	}

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .touch .custom-dropdown__select             { padding-right: .9em }
        .touch .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .touch .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
/*}*/

.bootstrap-select > .btn {padding-top: 0; padding-bottom: 0; padding-right: 41px; line-height: 33px; padding-left: 20px;}
.bootstrap-select > .btn > .icon-angle-down {color: #ea2d30;}
.bootstrap-select > .btn > .icon-angle-down:before {border-left: 1px solid #d9d9db; line-height: 33px; padding-left: 12px;}

.has-error .btn-default, .custom-dropdown.has-error {border-color: #dd4a4d;}
.has-error .btn-default:focus, .custom-dropdown.has-error select:focus {border-color: #843534;}

.right-icon-bg {padding-left: 43px;}
.icon-cruise {background: url(../images/itinerary-cruise.png) 0 -3px no-repeat;}
.icon-location {background: url(../images/itinerary-location.png) 0 -3px no-repeat;}
.icon-time {background: url(../images/itinerary-time.png) 0 -3px no-repeat;}

#package-title .right-icon-bg {padding-left: 30px;}
#package-title .icon-location {background-position: -7px -3px;}

/* Mobile clearfix for use in the mobile menu toggle due to design layout requirement */
.mobile-clearfix:before, .mobile-clearfix:after {content: " "; display: table;}
.mobile-clearfix:after {clear: both;}

.mobile-show {display: block;}
.desktop-show {display: none;}
.mobile-show-768 {display: block;}
.desktop-show-768 {display: none;}


/*------------------ CAROUSEL --------------------------*/
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

/*.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}*/

.carousel.carousel-fade .next, .carousel.carousel-fade .prev {left:0;opacity:1;z-index:1;}

.carousel.carousel-fade .carousel-control {
	z-index: 90;
}

/* Home page shoutout boxes */
.featured {position: relative; padding-top: 15px;/* text-align: center;*/}
.featured img {/*display: inline-block; *display: inline; zoom: 1;*/ width: 100%;}
.featured-text {width: 65%; position: absolute; left: 0px; right: 0px; margin: 0px auto; margin-top: 10%; text-align: center; color: #fff; z-index: 3;}
.featured-text h4, .featured-text h2, .featured-text p {color: #fff;}
.featured-text p {margin-top: 0.3125em; margin-bottom: 0;}

/*.right-template .carousel-caption {right: 17em;}*/
.woven-texture {background: url(../images/texture.png) 0 0 repeat; width: 100%; height: 100%; position: absolute; top: 0; z-index: 2;}

#home-content, #filter-container {background-color: rgba(255, 255, 255, 0.8); position: relative; z-index: 100;}

#home-feature-box .go-icon, .go-icon {
    border: 1px solid #fff;
    border-radius: 23px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    height: 35px;
    right: 0.5em;
    line-height: 30px;
    margin-top: -0.6em;
    position: absolute;
    top: 50%;
    width: 35px;
	z-index: 3;
}

#newsletterThank, #contactThank {
    display:none;
}

#newsletterThank {margin-bottom: 1.25em;}

/*********************************************************
                    SUB PAGE
*********************************************************/
.container-hr {padding: 0 30px;}
.btn-next:after {
	font-family: "fontello";
	content: '\e802';
	font-weight: normal;
	font-style: normal;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	text-decoration: none;
	position: absolute;
	top: 32%;
	right: 10px;
	border: 1px solid #fff;
	width: 28px;
	height: 28px;
	padding-left: 3px;
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
}
.btn-next.red-btn:after {
	content: '\e808';
	font-size: .9em;
	line-height: 1.7em;
	padding-left: 0;
}
.no-borderradius .btn-next:after {border: 0;}

#carousel-gallery .carousel-caption {position: static; left: 0; color: #898991; background-color: #fff; text-shadow: none; padding: 10px;}
#carousel-gallery .carousel-caption > h3 {padding-top: 20px; margin-top: 0;}
#carousel-gallery .carousel-indicators {bottom: 100%; top: 80%;}
#detail-page #carousel-gallery .carousel-indicators {top: 92%;}
#carousel-gallery .carousel-control {
    font-size: 25px;
    height: 30px;
    line-height: 0px;
    width: 30px;
	top: 50%;
}
#detail-page #carousel-gallery .carousel-control {
    line-height: 27px;
}
#carousel-gallery .carousel-control .icon-angle-left {margin-left: -5px;}
#carousel-gallery .carousel-control .icon-angle-right {margin-left: -2px;}

#listing-result #carousel-gallery .carousel-control {top: 50%;}

#detail-page #carousel-gallery .carousel-control {top: 50%;}

.white-bg-col {background-color: #fff;}
.white-bg-col > hr {margin-bottom: 27px;}
.white-bg-col > div {padding: 15px;}
.white-bg-col > .cruise-logo {padding-top: 35px; padding-bottom: 30px;}

#itinerary-table > div > div {background-color: #fff; border-bottom: 1px solid #f2f2f2;}
#itinerary-table > div > div.even {background-color: #fafafa;}
/*.itinerary-row-container > div {padding-left: 20px; padding-right: 20px;}*/
#itinerary-table > div.last-child {border-bottom: 0;}

/*#parallax-bg {background: none !important;}*/

#itinerary {display: block !important;}

#itinerary-map-container {margin-bottom: 1.25em; text-align: center;}
#itinerary-map-container > img {margin-bottom: 10px; display: inline-block; *display: inline; zoom: 1;}

.red-btn {background-color: #dc4749;}

.red-btn:hover,
.red-btn:focus,
.red-btn:active {
  background-color: #c24042;
}

.banner-txt {max-width: 600px; padding: 1.7375em 0.625em; margin: 0 auto;}

/*********************************************************
                    MODAL BOX
*********************************************************/
#modal-vid-container {position: relative; padding-bottom: 56.25%; height: 0; width: 100%;}
.video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.modal-header {background: url(../images/modal-header-tile.jpg) 0 0 repeat-x;}
.modal-header h4 {color: #fff; line-height: 50px;}
.modal-header .close {margin-top: 0; line-height: 50px; width: 50px; height: 50px; background-color: #fff; border-left: 1px solid #d7d9e0;}
.modal.in, .modal-dialog, .modal-content {opacity: 1 !important;}

/* Class below hide scrollbar when modal is activated */
/*.modal {
	overflow: auto;
	color: #333;
}*/

/*********************************************************
                    Error Page
*********************************************************/

#error-msg > div > .row {padding-top: 0; padding-bottom: 0;}
#error-red-col {background-color: #dd4a4d; height: 175px;}
#error-red-col > div {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 100px; width: 105px;}
#error-red-col h1 {color: #fff; font-size: 3.75em;}
#error-red-col h2 {color: #fff;}
#error-red-col + div {padding-top: 30px;}

/*********************************************************
                USEFUL HELPER CLASSES
*********************************************************/
.mtn {margin-top: 0;}
.mts {margin-top: 0.3125em !important;} /* 5/16 */
.mtm {margin-top: 0.625em;} /* 10/16 */
.mtl {margin-top: 0.9375em;} /* 15/16 */
.mt20 {margin-top: 1.25em;} /* 20/16 */
.mt25 {margin-top: 1.5625em;} /* 25/16 */
.mt50 {margin-top: 3.125em;} /* 50/16 */

.mrn {margin-right: 0;}
.mrm {margin-right: 0.625em;} /* 10/16 */

.mtbm {margin: 0.625em 0;} /* 10/16 */
.mbn {margin-bottom: 0 !important;}
.mbm {margin-bottom: 0.625em;} /* 10/16 */
.mbl {margin-bottom: 0.9375em;} /* 15/16 */
.mb20 {margin-bottom: 1.25em;} /* 20/16 */
.mb50 {margin-bottom: 3.125em;} /* 50/16 */

.mln {margin-left: 0;}

.ptb50 {padding: 3.125em 0 1.875em;} /* 50/16 */

.pt20 {padding-top: 1.25em;} /* 20/16 */

.pb20 {padding-bottom: 1.25em;} /* 20/16 */
.pb40 {padding-bottom: 2.5em;} /* 40/16 */

.semi-bold {font-weight: 600;}
.light {font-weight: 300;}
.light-grey {color: #787b86;}
.source-sans {font-family: 'Source Sans Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;}
.body-grey {color: #3f4148;}

.note {color: #787b86; font-size: 0.75em;}

.note-required {color: #dd4a4d; font-size: 0.75em;}

/*********************************************************
                MEDIA QUERIES
*********************************************************/
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) {
	/*.navbar-nav > li > a {padding: 14px 0px;}*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	/* Styles */
	.carousel-control {
		top: 50%;
	}
	
	.featured  h2 {font-size: 1.3em;}
	.featured  h4 {font-size: .8em;}
	.featured-text p {font-size: 0.875em;}
}

@media (min-width: 560px) { 
	/*#carousel-gallery .carousel-indicators {top: 70%;}*/
}
@media (max-width: 768px) { 
	.carousel-control {
		border-radius: 23px;
		height: 35px;
		width: 35px;
		top: 35%;
	}
	
	.mb20-md {margin-bottom: 20px;}
	
	#carousel-gallery .carousel-caption {min-height: 66px; height: auto !important; height: 66px;}
	
	#itinerary-table {margin-bottom: 35px;}
}

@media only screen 
and (max-width : 600px)  {
	#carousel-gallery .carousel-indicators {top: 75%;}
	#detail-page #carousel-gallery .carousel-indicators {top: 90%;}
	
	.banner-txt {padding: 1em 0.625em;}
}

@media (max-width: 465px) {
	#carousel-gallery .carousel-indicators {top: 65%;}
	#carousel-gallery .carousel-caption {min-height: 86px; height: auto !important; height: 86px;}
}

@media (max-width: 400px) { 
	#carousel-gallery .carousel-indicators {top: 62%;}
	#detail-page #carousel-gallery .carousel-indicators {top: 85%;}
	
	.featured  h2, .visible-xs .featured h3 {font-size: 1.3em;}
	.featured  h4 {font-size: .8em;}
	.featured-text p {font-size: 0.875em;}
	
	.banner-txt {padding: 0.625em;}
	.banner-txt h2 {font-size: 1.6em;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.mobile-clearfix:before, .mobile-clearfix:after {content: " "; display: inherit;}
	.mobile-clearfix:after {clear: inherit;}
	
	.btn-next:after {
		right: 20px;
	}
	
	#itinerary > .row > div + div, #itinerary > .row > div + div + div {margin: 0;}
	
	/*********************************************************
                    SUB PAGE
	*********************************************************/
	.container-lg-height {
		display: table;
		padding-left: 0;
		padding-right: 0;
	}
	.row-lg-height {
		display: table-row;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
	}	
	
	#parallax-bg, #static-parallax-bg {background-position: fixed; height: 800px; width: 100%; position: absolute; z-index: -1;}
	#static-parallax-bg {position: relative; height: 420px;}
	
	
	.mobile-show-768 {display: none;}
	.desktop-show-768 {display: block;}
	
	#carousel-gallery .carousel-indicators {top: 28.013em;}
	#detail-page #carousel-gallery .carousel-indicators {top: 27.8125em;}
	
	#carousel-gallery .carousel-caption {min-height: 66px; height: auto !important; height: 66px;}
	
	.featured {padding-top: 0;}
	.featured img {width: 100%;}
	.featured-text {width: 85%;}
}

@media (min-width: 992px) {
	.mobile-show {display: none;}
	.desktop-show {display: block;}
	
	#filter-container {margin-top: 5em;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.float-right-container > div > .col-md-1, .float-right-container > div > .col-md-2, .float-right-container > div > .col-md-3, .float-right-container > div > .col-md-4, .float-right-container > div > .col-md-5, .float-right-container > div > .col-md-6, .float-right-container > div > .col-md-7, .float-right-container > div > .col-md-8, .float-right-container > div > .col-md-9, .float-right-container > div > .col-md-10, .float-right-container > div > .col-md-11, .float-right-container > div > .col-md-12 {
	  float: right;
	}
	
	#carousel-gallery .carousel-indicators {top: 24.8125em;}
	#detail-page #carousel-gallery .carousel-indicators {top: 23.8125em;}
	
	#carousel-gallery .carousel-caption {min-height: 66px; height: auto !important; height: 66px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#carousel-gallery .carousel-indicators {top: 29.8125em;}
	#detail-page #carousel-gallery .carousel-indicators {top: 29.813em;}
	
	#carousel-gallery .carousel-caption {min-height: inherit; height: auto !important; height: inherit;}
	
	/* Classes below is to fix webkit browser when carousel hit max length and fonts are render as larger on webkit */
	/*@media screen and (-webkit-min-device-pixel-ratio:0) {
		#carousel-gallery .carousel-caption {min-height: 66px;}
	}
	#carousel-gallery .carousel-caption { (;min-height: 66px;); }*/
}

/* Super Large devices (super large desktops, 1900px and up) */
@media (min-width: 1900px) {
	
}

/*promotion page*/
.promotion .pagination {
    color: #fff;
    border-bottom-color: #fff
}

.promotion-list {
    padding: 50px 40px;
    max-width: 1060px;
    margin: 0 auto
}

.promotion-list h1 {
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    font-size: 42px
}

.promotion-tile {
    *zoom: 1;
    background-color: #fff;
    margin: 25px 0
}

.promotion-tile:before,
.promotion-tile:after {
    display: block;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: "."
}

.promotion-tile:after {
    clear: both
}

.promotion-tile>div {
    *zoom: 1;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.promotion-tile>div:before,
.promotion-tile>div:after {
    display: block;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: "."
}

.promotion-tile>div:after {
    clear: both
}

.promotion-tile:nth-child(even) .promotion-img {
    right: 0
}

.promotion-tile:nth-child(even) .promotion-detail {
    float: left;
    padding-right: 30px
}

.promotion-img {
    padding: 0;
    background: center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.promotion-img img {
    width: 100%;
    /* visibility: hidden */
}

.promotion-detail {
    padding: 25px 50px 80px 20px;
    position: static;
    float: right;
    min-height: 400px;
    background-color: #fff
}

.promotion-detail>span {
    font-size: 14px;
    font-style: italic;
    color: #bbb
}

.promotion-detail h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 20px
}

.promotion-read {
    color: #c9975b;
    text-transform: uppercase;
    margin-top: 55px;
    display: inline-block;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 20px
}

.promotion-read:after {
    content: '';
    background: #c9975b;
    width: 50px;
    height: 1px;
    position: absolute;
    top: -18px;
    left: 0
}

.promotion-read:hover {
    color: #c9975b;
    text-decoration: none
}

.promotion-fake {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3
}

.promotion-fake:hover+.promotion-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 1060px) {
    .promotion-list {
        padding-left: 25px;
        padding-right: 25px
    }
    .promotion-list h1 {
        font-size: 38px
    }
    .promotion-detail h2 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .promotion-list {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px
    }
    .promotion-list>div:not(.pagination) {
        margin-bottom: 40px
    }
    .promotion-list h1 {
        font-size: 28px;
        margin-bottom: 44px
    }
    .promotion-tile {
        margin: 10px 0
    }
    .promotion-img {
        position: relative;
        background: none
    }
    .promotion-img img {
        visibility: visible
    }
    .promotion-detail {
        min-height: 0;
        padding-left: 10px;
        padding-right: 30px !important;
        padding-bottom: 80px
    }
    .promotion-read {
        bottom: 15px
    }
    .promotion-fake:hover+.promotion-img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.subpage-detail {
    margin: 0 auto;
    padding: 60px 110px;
    max-width: 1200px
}

.subpage-detail>span {
    color: #bbb;
    font-style: italic
}

.subpage-detail h1 {
    margin-bottom: 1em
}

.subpage-detail p {
    margin-bottom: 1em
}

.subpage-detail nav {
    margin-top: 20px;
    text-align: right
}

.subpage-detail nav a {
    color: #c9975b;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px
}
@media (max-width: 1060px) {
    .subpage-detail {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 30px
    }
    .subpage-detail h1 {
        font-size: 38px
    }
}

@media (max-width: 991px) {
    .subpage-detail {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .subpage-detail {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }
    .subpage-detail h1 {
        font-size: 28px
    }
    .subpage-detail nav {
        display: none
    }
}

/* ------ FAB wrapper --------- */
.fab-icon {
    width: 48px;
    height: 48px;
    display: block;
    background: #25D366;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 0 6px 13px 0 rgb(0 0 0 / 23%);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}