/*#spin_icon {
    -webkit-animation:spin 4s linear infinite!important;
    -moz-animation:spin 4s linear infinite!important;
    animation:spin 4s linear infinite!important;
}*/
.site__title_animation {
	color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    -webkit-animation: hue 30s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

/*abbr[title] {
	border-bottom: 1px dotted;
}*/

b,
strong {
	font-weight: bold;
}

/*dfn {
	font-style: italic;
}*/

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/*mark {
	background: #ff0;
	color: #000;
}*/

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

/*body {
	font-size: 16px;
	line-height: 1.42857143;
	color: #454545;
	background-color: #ffffff;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #232f3e;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #232f3e;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

/*.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}*/

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #F4F4F4;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

/*h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 300;
	line-height: 1.3;
	color: #454545;
}
*/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #EDEDED;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 11px;
}

.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 24px;
	}
}

small,
.small {
	font-size: 81%;
}

mark,
.mark {
	background-color: #FCF8E3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #EDEDED;
}

.text-primary {
	color: #00AB99;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #00786b;
}

.text-success {
	color: #468847;
}

a.text-success:hover,
a.text-success:focus {
	color: #356635;
}

.text-info {
	color: #3A87AD;
}

a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}

.text-warning {
	color: #C09853;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}

.text-danger {
	color: #B94A48;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #953b39;
}

.bg-primary {
	color: #fff;
	background-color: #00AB99;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #00786b;
}

.bg-success {
	background-color: #C5DDD1;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #a5cab7;
}

.bg-info {
	background-color: #CFE6F1;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #a8d1e5;
}

.bg-warning {
	background-color: #FCF8E3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #F2DEDE;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #F4F4F4;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width:0) {
	.dl-horizontal dt {
		float: left;
		width: 120px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 140px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #EDEDED;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 21px;
	border-left: 5px solid #D2D2D2;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #454545;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #D2D2D2;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #454545;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #EDEDED;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #D2D2D2;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #D2D2D2;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #D2D2D2;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #D2D2D2;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #D2D2D2;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F4F4F4;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #C5DDD1;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #b5d4c4;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #CFE6F1;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #bbdceb;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #FCF8E3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #F2DEDE;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 16.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #D2D2D2;
	}
	.table-responsive>.table {
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive>.table-bordered {
		border: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}


legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: inherit;
	color: #454545;
	border: 0;
	border-bottom: 1px solid #D2D2D2;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #00AB99;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #00AB99;
	background-color: #ffffff;
	border-color: #00AB99;
}

.btn-default:focus,
.btn-default.focus {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #002b27;
}

.btn-default:hover {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #00AB99;
	background-color: #d4d4d4;
	border-color: #002b27;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #00AB99;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #00AB99;
}

.btn-primary {
	color: #ffffff;
	background-color: #00AB99;
	border-color: #00AB99;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #00786b;
	border-color: #002b27;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #00544b;
	border-color: #002b27;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #00AB99;
	border-color: #00AB99;
}

.btn-primary .badge {
	color: #00AB99;
	background-color: #ffffff;
}

.btn-success {
	color: #468847;
	background-color: #C5DDD1;
	border-color: #8CB5A1;
}

.btn-success:focus,
.btn-success.focus {
	color: #468847;
	background-color: #a5cab7;
	border-color: #4c7661;
}

.btn-success:hover {
	color: #468847;
	background-color: #a5cab7;
	border-color: #679d83;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #468847;
	background-color: #a5cab7;
	border-color: #679d83;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #468847;
	background-color: #8ebda6;
	border-color: #4c7661;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #C5DDD1;
	border-color: #8CB5A1;
}

.btn-success .badge {
	color: #C5DDD1;
	background-color: #468847;
}

.btn-info {
	color: #3A87AD;
	background-color: #CFE6F1;
	border-color: #9BBECD;
}

.btn-info:focus,
.btn-info.focus {
	color: #3A87AD;
	background-color: #a8d1e5;
	border-color: #4d849b;
}

.btn-info:hover {
	color: #3A87AD;
	background-color: #a8d1e5;
	border-color: #72a3b9;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #3A87AD;
	background-color: #a8d1e5;
	border-color: #72a3b9;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #3A87AD;
	background-color: #8cc3dd;
	border-color: #4d849b;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #CFE6F1;
	border-color: #9BBECD;
}

.btn-info .badge {
	color: #CFE6F1;
	background-color: #3A87AD;
}

.btn-warning {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #C09853;
	background-color: #f7ecb5;
	border-color: #efbd58;
}

.btn-warning:hover {
	color: #C09853;
	background-color: #f7ecb5;
	border-color: #f5d594;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #C09853;
	background-color: #f7ecb5;
	border-color: #f5d594;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #C09853;
	background-color: #f4e495;
	border-color: #efbd58;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}

.btn-warning .badge {
	color: #FCF8E3;
	background-color: #C09853;
}

.btn-danger {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #B94A48;
	background-color: #e4b9b9;
	border-color: #c7707e;
}

.btn-danger:hover {
	color: #B94A48;
	background-color: #e4b9b9;
	border-color: #daa0a9;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #B94A48;
	background-color: #e4b9b9;
	border-color: #daa0a9;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #B94A48;
	background-color: #d9a0a0;
	border-color: #c7707e;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.btn-danger .badge {
	color: #F2DEDE;
	background-color: #B94A48;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.nav>li.disabled>a {
	color: #D2D2D2;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #D2D2D2;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: transparent;
	border-color: #00AB99;
}

.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #D2D2D2;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #D2D2D2 #D2D2D2 #D2D2D2;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #D2D2D2;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #D2D2D2;
		border-radius: 0 0 0 0;
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #ffffff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 0;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #ffffff;
	background-color: #00AB99;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #D2D2D2;
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #D2D2D2;
		border-radius: 0 0 0 0;
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #ffffff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

@media (min-width:768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 22px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar-btn.btn-sm {
	margin-top: 9.5px;
	margin-bottom: 9.5px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 14px;
	margin-bottom: 14px;
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 22px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	content: ">\00a0";
	padding: 0 5px;
	color: #232f3e;
}

.breadcrumb>.active {
	color: #454545;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 22px 0;
	border-radius: 0;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2B3945;
	background-color: #ffffff;
	border: 1px solid #D2D2D2;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #2B3945;
	border-color: #2B3945;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #2B3945;
	border-color: #2B3945;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #D2D2D2;
	background-color: #ffffff;
	border-color: #D2D2D2;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pager {
	padding-left: 0;
	margin: 22px 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #454545;
	border-radius: 0;
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #2B3945;
}

.pager .next>a,
.pager .next>span {
	float: right;
	cursor: pointer;
}

.pager .previous>a,
.pager .previous>span {
	float: left;
	cursor: pointer;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #D2D2D2;
	background-color: #ffffff;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #D2D2D2;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #b9b9b9;
}

.label-primary {
	background-color: #00AB99;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #00786b;
}

.label-success {
	background-color: #C5DDD1;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #a5cab7;
}

.label-info {
	background-color: #CFE6F1;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #a8d1e5;
}

.label-warning {
	background-color: #FCF8E3;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #f7ecb5;
}

.label-danger {
	background-color: #F2DEDE;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #e4b9b9;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 13px;
	font-weight: bold;
	color: #454545;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #EDEDED;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #00AB99;
	background-color: #ffffff;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}
.panel {
	margin-bottom: 22px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
	font-weight: 600;
}
.panel-group .panel-heading a {
	/*color:#232f3e;*/
}
#inclusions, #exclusions, 
#gallery, .hotel_cost, 
#overview, #itinerary{
	color: #232f3e;
	/*color: #5c7ca3;*/
}
.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #EDEDED;
	border-top: 1px solid #D2D2D2;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel-group {
	margin-bottom: 22px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #D2D2D2;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #D2D2D2;
}

.panel-default {
	border-color: #D2D2D2;
}

.panel-default>.panel-heading {
	color: #454545;
	background-color: #EDEDED;
	border-color: #D2D2D2;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #D2D2D2;
}

.panel-default>.panel-heading .badge {
	color: #EDEDED;
	background-color: #454545;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #D2D2D2;
}

.panel-primary {
	border-color: #00AB99;
}

.panel-primary>.panel-heading {
	color: #ffffff;
	background-color: #00AB99;
	border-color: #00AB99;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #00AB99;
}

.panel-primary>.panel-heading .badge {
	color: #00AB99;
	background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #00AB99;
}

.panel-success {
	border-color: #8CB5A1;
}

.panel-success>.panel-heading {
	color: #468847;
	background-color: #C5DDD1;
	border-color: #8CB5A1;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #8CB5A1;
}

.panel-success>.panel-heading .badge {
	color: #C5DDD1;
	background-color: #468847;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #8CB5A1;
}

.panel-info {
	border-color: #9BBECD;
}

.panel-info>.panel-heading {
	color: #3A87AD;
	background-color: #CFE6F1;
	border-color: #9BBECD;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #9BBECD;
}

.panel-info>.panel-heading .badge {
	color: #CFE6F1;
	background-color: #3A87AD;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #9BBECD;
}

.panel-warning {
	border-color: #FAEBCC;
}

.panel-warning>.panel-heading {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #FAEBCC;
}

.panel-warning>.panel-heading .badge {
	color: #FCF8E3;
	background-color: #C09853;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #FAEBCC;
}

.panel-danger {
	border-color: #EBCCD1;
}

.panel-danger>.panel-heading {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EBCCD1;
}

.panel-danger>.panel-heading .badge {
	color: #F2DEDE;
	background-color: #B94A48;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #EBCCD1;
}

/*.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #EDEDED;
	border: 1px solid #D2D2D2;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 30px;
	border-radius: 0;
}

.well-sm {
	padding: 9px;
	border-radius: 0;
}*/

.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 16px 24px;
	border-bottom: 1px solid #EDEDED;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 16px 24px;
}

.modal-footer {
	padding: 16px 24px;
	text-align: right;
	border-top: 1px solid #EDEDED;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 456px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 16px;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.search-controls__container:before,
.search-controls__container:after,
.banner__content-inner:before,
.banner__content-inner:after,
.b-peak-subscription-form:before,
.b-peak-subscription-form:after,
.b-peak-subscription-form__container:before,
.b-peak-subscription-form__container:after,
.l-header__print-logo:before,
.l-header__print-logo:after {
	content: " ";
	display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.search-controls__container:after,
.banner__content-inner:after,
.b-peak-subscription-form:after,
.b-peak-subscription-form__container:after,
.l-header__print-logo:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

@media screen and (min-width:768px) {
	.navbar.container {
		max-width: 720px;
	}
}

@media screen and (min-width:992px) {
	.navbar.container {
		max-width: 940px;
	}
}

@media screen and (min-width:1200px) {
	.navbar.container {
		max-width: 1140px;
	}
}

.navbar.container,
.navbar.container-fluid {
	margin-top: 20px;
}

.navbar.container>.container,
.navbar.container-fluid>.container-fluid {
	margin: 0;
	padding: 0;
	width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
	z-index: 1500;
}

#toolbar {
	z-index: 1600;
}

.modal {
	z-index: 1620;
}

.modal-dialog {
	z-index: 1630;
}

.ctools-modal-dialog .modal-body {
	width: 100% !important;
	overflow: auto;
}

.modal-backdrop {
	z-index: 1610;
}

.footer {
	margin-top: 45px;
}

.element-invisible {
	margin: 0;
	padding: 0;
	width: 1px;
}

.navbar .logo {
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width:768px) {
	.navbar .logo {
		margin-right: 0;
		padding-left: 0;
	}
}

ul.secondary {
	float: left;
}

@media screen and (min-width:768px) {
	ul.secondary {
		float: right;
	}
}

.page-header {
	margin-top: 0;
}

.block:first-child h2.block-title {
	margin-top: 0;
}

.navbar #block-search-form {
	float: none;
	margin: 5px 0 5px 5px;
}

@media screen and (min-width:992px) {
	.navbar #block-search-form {
		float: right;
	}
}

.navbar #block-search-form .input-group-btn {
	width: auto;
}

.navbar-search .control-group {
	margin-bottom: 0;
}

ul.action-links {
	margin: 12px 0;
	padding: 0;
}

ul.action-links li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 0;
}

ul.action-links .glyphicon {
	padding-right: 0.5em;
}

input,
textarea,
select,
.uneditable-input {
	max-width: 100%;
	width: auto;
}

input.error {
	color: #B94A48;
	border-color: #EBCCD1;
}

div.image-widget-data {
	float: none;
	overflow: hidden;
}

table.sticky-header {
	z-index: 1;
}

.resizable-textarea textarea {
	border-radius: 0 0 0 0;
}

.text-format-wrapper {
	margin-bottom: 15px;
}

.text-format-wrapper>.form-type-textarea,
.text-format-wrapper .filter-wrapper {
	margin-bottom: 0;
}

.filter-wrapper {
	border-radius: 0 0 0 0;
}

.filter-wrapper .panel-body {
	padding: 7px;
}

.filter-wrapper .form-type-select {
	min-width: 30%;
}

.filter-wrapper .form-type-select .filter-list {
	width: 100%;
}

.filter-help {
	margin-top: 5px;
	text-align: center;
}

@media screen and (min-width:768px) {
	.filter-help {
		float: right;
	}
}

.filter-help .glyphicon {
	margin: 0 5px 0 0;
	vertical-align: text-top;
}

.radio:first-child,
.checkbox:first-child {
	margin-top: 0;
}

.radio:last-child,
.checkbox:last-child {
	margin-bottom: 0;
}

.help-block,
.control-group .help-inline {
	color: #EDEDED;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0;
}

.panel-heading {
	display: block;
}

a.tabledrag-handle .handle {
	height: auto;
	width: auto;
}

.error {
	color: #B94A48;
}

div.error,
table tr.error {
	background-color: #F2DEDE;
	color: #B94A48;
}

.nav-tabs {
	margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
	list-style: none;
	list-style-image: none;
}

.tabs--secondary {
	margin: 0 0 10px;
}

.submitted {
	margin-bottom: 1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}

ul.pagination li>a.progress-disabled {
	float: left;
}

.ajax-progress-bar {
	border-radius: 0 0 0 0;
	border: 1px solid #D2D2D2;
	margin: -1px 0 0;
	padding: 6px 12px;
	width: 100%;
}

.ajax-progress-bar .progress {
	height: 8px;
	margin: 0;
}

.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
	color: #EDEDED;
	font-size: 13px;
	line-height: 1em;
	margin: 5px 0 0;
	padding: 0;
}

.glyphicon-spin {
	display: inline-block;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

a .glyphicon-spin {
	display: inline-block;
	text-decoration: none;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.tab-pane>.panel-heading {
	display: none;
}

.tab-content>.active {
	display: block;
}

.views-exposed-form .views-exposed-widget .btn {
	margin-top: 1.8em;
}

div.image-style-new,
div.image-style-new div {
	display: block;
}

div.image-style-new div.input-group {
	display: table;
}

td.module,
.table-striped>tbody>tr:nth-child(odd)>td.module,
.table>tbody>tr>td.module {
	background: #D2D2D2;
	font-weight: 700;
}

div.features-export-list {
	margin: -11px 0 10px;
	padding: 0 10px;
}

fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
	line-height: 1em;
	margin: 5px 5px 5px 0 !important;
	min-height: 0;
	padding: 3px 3px 3px 25px !important;
}

fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
	margin-top: 0;
}



@media (min-width:768px) {
	body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
		left: 240px;
		left: 24rem;
	}
}

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
	z-index: 1032;
}

.navbar-administration #navbar-administration .navbar-tray {
	z-index: 1031;
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
	width: 24rem;
}

@media print {
	a[href]::after {
		content: none;
	}
	.wtph {
		display: none;
	}
	.page-node-tripnotes .product-details a {
		color: #000000 !important;
		text-decoration: none;
	}
}

.icons-primary {
	color: #00AB99;
}


.btn-action {
	color: #ffffff;
	background-color: #00AB99;
	border-color: #00AB99;
}

.btn-action:focus,
.btn-action.focus {
	color: #ffffff;
	background-color: #00786b;
	border-color: #002b27;
}

.btn-action:hover {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.btn-action:active,
.btn-action.active,
.open>.dropdown-toggle.btn-action {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.btn-action:active:hover,
.btn-action.active:hover,
.open>.dropdown-toggle.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.open>.dropdown-toggle.btn-action:focus,
.btn-action:active.focus,
.btn-action.active.focus,
.open>.dropdown-toggle.btn-action.focus {
	color: #ffffff;
	background-color: #00544b;
	border-color: #002b27;
}

.btn-action:active,
.btn-action.active,
.open>.dropdown-toggle.btn-action {
	background-image: none;
}

.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus {
	background-color: #00AB99;
	border-color: #00AB99;
}

.btn-action .badge {
	color: #00AB99;
	background-color: #ffffff;
}

.btn-passive {
	color: #00AB99;
	background-color: #ffffff;
	border-color: #00AB99;
}

.btn-passive:focus,
.btn-passive.focus {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #002b27;
}

.btn-passive:hover {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.btn-passive:active,
.btn-passive.active,
.open>.dropdown-toggle.btn-passive {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.btn-passive:active:hover,
.btn-passive.active:hover,
.open>.dropdown-toggle.btn-passive:hover,
.btn-passive:active:focus,
.btn-passive.active:focus,
.open>.dropdown-toggle.btn-passive:focus,
.btn-passive:active.focus,
.btn-passive.active.focus,
.open>.dropdown-toggle.btn-passive.focus {
	color: #00AB99;
	background-color: #d4d4d4;
	border-color: #002b27;
}

.btn-passive:active,
.btn-passive.active,
.open>.dropdown-toggle.btn-passive {
	background-image: none;
}

.btn-passive.disabled:hover,
.btn-passive[disabled]:hover,
fieldset[disabled] .btn-passive:hover,
.btn-passive.disabled:focus,
.btn-passive[disabled]:focus,
fieldset[disabled] .btn-passive:focus,
.btn-passive.disabled.focus,
.btn-passive[disabled].focus,
fieldset[disabled] .btn-passive.focus {
	background-color: #ffffff;
	border-color: #00AB99;
}

.btn-passive .badge {
	color: #ffffff;
	background-color: #00AB99;
}

.btn-special {
	color: #ffffff;
	background-color: #D8343D;
	border-color: #D8343D;
}

.btn-special:focus,
.btn-special.focus {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #76171c;
}

.btn-special:hover {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #ad2129;
}

.btn-special:active,
.btn-special.active,
.open>.dropdown-toggle.btn-special {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #ad2129;
}

.btn-special:active:hover,
.btn-special.active:hover,
.open>.dropdown-toggle.btn-special:hover,
.btn-special:active:focus,
.btn-special.active:focus,
.open>.dropdown-toggle.btn-special:focus,
.btn-special:active.focus,
.btn-special.active.focus,
.open>.dropdown-toggle.btn-special.focus {
	color: #ffffff;
	background-color: #981d24;
	border-color: #76171c;
}

.btn-special:active,
.btn-special.active,
.open>.dropdown-toggle.btn-special {
	background-image: none;
}

.btn-special.disabled:hover,
.btn-special[disabled]:hover,
fieldset[disabled] .btn-special:hover,
.btn-special.disabled:focus,
.btn-special[disabled]:focus,
fieldset[disabled] .btn-special:focus,
.btn-special.disabled.focus,
.btn-special[disabled].focus,
fieldset[disabled] .btn-special.focus {
	background-color: #D8343D;
	border-color: #D8343D;
}

.btn-special .badge {
	color: #D8343D;
	background-color: #ffffff;
}

.btn-primary {
	text-decoration: none;
}

.btn-secondary {
	color: #ffffff;
	background-color: #D8343D;
	border-color: #D8343D;
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #76171c;
}

.btn-secondary:hover {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #ad2129;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
	color: #ffffff;
	background-color: #b6232b;
	border-color: #ad2129;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open>.dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open>.dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open>.dropdown-toggle.btn-secondary.focus {
	color: #ffffff;
	background-color: #981d24;
	border-color: #76171c;
}

.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
	background-image: none;
}

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
	background-color: #D8343D;
	border-color: #D8343D;
}

.btn-secondary .badge {
	color: #D8343D;
	background-color: #ffffff;
}

.btn-tertiary {
	color: #ffffff;
	background-color: #3892E3;
	border-color: #3892E3;
}

.btn-tertiary:focus,
.btn-tertiary.focus {
	color: #ffffff;
	background-color: #1d79cb;
	border-color: #135188;
}

.btn-tertiary:hover {
	color: #ffffff;
	background-color: #1d79cb;
	border-color: #1b73c2;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open>.dropdown-toggle.btn-tertiary {
	color: #ffffff;
	background-color: #1d79cb;
	border-color: #1b73c2;
}

.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open>.dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open>.dropdown-toggle.btn-tertiary.focus {
	color: #ffffff;
	background-color: #1866ac;
	border-color: #135188;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open>.dropdown-toggle.btn-tertiary {
	background-image: none;
}

.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
	background-color: #3892E3;
	border-color: #3892E3;
}

.btn-tertiary .badge {
	color: #3892E3;
	background-color: #ffffff;
}

.btn-icon {
	font-size: 27px;
}



.pagination {
	display: block;
}

.pagination .previous-button,
.pagination .next-button {
	display: block;
}

.pagination .previous-button a,
.pagination .next-button a {
	width: 50%;
}

@media screen and (min-width:768px) {
	.pagination {
		display: inline-block;
	}
	.pagination .previous-button,
	.pagination .next-button {
		position: absolute;
	}
	.pagination .previous-button a,
	.pagination .next-button a {
		width: auto;
	}
	.pagination .previous-button {
		left: 0;
	}
	.pagination .next-button {
		right: 0;
	}
}

.panel-group .panel-heading a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panel-group .panel-heading a .fa-plus-circle {
	display: none;
}

.panel-group .panel-heading a .fa-minus-circle {
	display: inline-block;
}

.panel-group .panel-heading a.collapsed .fa-minus-circle {
	display: none;
}

.panel-group .panel-heading a.collapsed .fa-plus-circle {
	display: inline-block;
}

.panel-group .panel-heading a .accordion-expander {
	padding-left: 10px;
}

@media print {
	.panel-group .panel {
		border: none;
	}
	.panel-group .panel .panel-heading a {
		padding-left: 0;
		padding-right: 0;
	}
	.panel-group .panel .panel-heading a .fa-plus-circle,
	.panel-group .panel .panel-heading a .fa-minus-circle {
		display: none;
	}
	.panel-group .panel .panel-heading a.collapsed .fa-plus-circle,
	.panel-group .panel .panel-heading a.collapsed .fa-minus-circle {
		display: none;
	}
	.panel-group .panel .panel-body {
		padding-left: 0;
		padding-right: 0;
	}
	.collapse {
		display: block;
		visibility: visible;
	}
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.table-td-middle-align>tbody>tr>td {
	vertical-align: middle;
}

.modal-header .close,
.modal-content .close {
	position: absolute;
	top: 12px;
	right: 17px;
}

.modal-header .close--inverse,
.modal-content .close--inverse {
	color: #ffffff;
	opacity: 1;
}

.modal-header--banner {
	text-align: center;
	padding-top: 48px;
	color: #ffffff;
	background-color: #00AB99;
}

.modal-header--banner .modal-title {
	color: #ffffff;
}

.modal-header--banner .close {
	color: #ffffff;
	opacity: 1;
}

.modal-footer {
	padding: 24px 48px;
	text-align: center;
}

.modal-content {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25), 0 2px 3px rgba(0, 0, 0, 0.15);
	border: none;
}

@media screen and (min-width:768px) {
	.modal-body {
		padding: 40px 48px;
	}
	.modal-header {
		padding: 24px 48px;
	}
	.modal-header--banner {
		padding-top: 72px;
	}
	.modal-footer {
		padding: 24px 48px;
	}
}

dl {
	margin-bottom: 0;
}

dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dd {
	padding: 2px 0;
}

.u-margin-top-1 {
	margin-top: 15px !important;
}

.u-margin-top-2 {
	margin-top: 30px !important;
}

.u-margin-top-3 {
	margin-top: 45px !important;
}

.u-margin-top-4 {
	margin-top: 60px !important;
}

.u-margin-bottom-1 {
	margin-bottom: 15px !important;
}

.u-margin-bottom-2 {
	margin-bottom: 30px !important;
}

.u-margin-bottom-3 {
	margin-bottom: 45px !important;
}

.u-margin-bottom-4 {
	margin-bottom: 60px !important;
}

.l-float-bottom-right {
	position: fixed;
	bottom: 15px;
	right: 7px;
}

.l-float-bottom-right.affix-bottom {
	position: absolute;
	height: 46px;
	right: 7px;
	top:100px !important; /*add custom css*/
}

.l-float-bottom.affix {
	bottom: 0;
	width: 100%;
	margin: 0 -15px;
	z-index: 1;
}

.l-float-top {
	display: none;
	height: 46px;
}

@media screen and (min-width:768px) {
	.l-float-top {
		display: block;
	}
}

@media screen and (min-width:992px) {
	.l-float-top__fixed {
		position: fixed;
		left: 150px;
		right: 0;
		z-index: 2;
	}
}

@media screen and (min-width:1200px) {
	.l-float-top__fixed {
		left: 200px;
	}
}

.l-float-right {
	float: right;
}

.l-full-screen {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.l-full-screen .loading-overlay {
	padding: 200px 0 0 0;
}

.anchor-menu-top {
	position: relative;
	height: 46px;
	width: 100%;
	z-index: 100;
	background-color: #EDEDED;
}

.anchor-menu-top__visible-list {
	display: inline-table;
	background-color: #EDEDED;
}

.anchor-menu-top__visible-items {
	float: left;
	border-left: 1px solid #ffffff;
}

.anchor-menu-top__visible-items:first-child {
	border: none;
}

.anchor-menu-top__visible-items.active .anchor-menu-top__link {
	color: #454545;
	background-color: #EDEDED;
	border-bottom-color: #D8343D;
}

.anchor-menu-top__overflow-list {
	position: absolute;
	right: 0;
	top: 100%;
	width: 190px;
	background-color: #EDEDED;
}

.anchor-menu-top__overflow-list.is-overflow-list-collapsed {
	display: none;
}

.anchor-menu-top__overflow-items {
	border-bottom: 1px solid #ffffff;
}

.anchor-menu-top__overflow-items:last-child {
	border: none;
}

.anchor-menu-top__overflow-items.active .anchor-menu-top__link {
	color: #454545;
	background-color: #EDEDED;
	border-bottom-color: #D8343D;
}

.anchor-menu-top__link {
	display: block;
	padding: 12px 15px 8px 15px !important;
	color: #454545;
	border-color: #EDEDED;
	text-transform: none;
}

.anchor-menu-top__link:hover {
	text-decoration: none;
	color: #454545;
	background-color: #EDEDED;
	border-color: #D8343D;
}

.anchor-menu-top__link:focus {
	color: #454545;
	background-color: #EDEDED;
}

.anchor-menu-top__link--border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

.anchor-menu-top__link--border-left {
	border-left-style: solid;
	border-left-width: 4px;
}

.anchor-menu-top__toggle {
	position: absolute;
	right: 0;
	padding: 9px 10px;
	height: 46px;
	width: 50px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #D8343D;
}

.anchor-menu-top__toggle.is-overflow-list-hidden {
	display: none;
}

.anchor-menu-top__toggle .anchor-menu-top__toggle-down {
	display: none;
}

.anchor-menu-top__toggle .anchor-menu-top__toggle-up {
	display: inline;
}

.anchor-menu-top__toggle.is-overflow-list-collapsed .anchor-menu-top__toggle-down {
	display: inline;
}

.anchor-menu-top__toggle.is-overflow-list-collapsed .anchor-menu-top__toggle-up {
	display: none;
}

.banner {
	position: relative;
}

.banner--center .banner__content {
	text-align: center;
}

.banner__image {
	height: 0;
	overflow: hidden;
	background-color: #2B3945;
	padding-bottom: calc(25 / 96 * 100%);
	min-height: 160px;
}

.banner__image-wrapper {
	margin-left: -150px;
	margin-right: -150px;
}

.banner__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.banner__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.banner__heading {
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
}

.banner__search-bar {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	padding: 0 15px;
}

.banner__youth {
	position: absolute;
	top: -2px;
}

@media screen and (min-width:768px) {
	.banner__image-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.banner__search-bar {
		width: 480px;
		padding: 0;
	}
}

@media print {
	.banner__content {
		position: inherit;
	}
	.banner__image {
		display: none;
	}
}


.card-example {
	position: relative;
}

.card-example .card-example__display-number {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -60px;
	text-align: center;
	color: #ffffff;
	font-size: 80px;
}

.carousel-controls {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 0;
}

.carousel-controls__button {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	margin: 0;
	padding: 6px 15px;
	text-align: center;
	color: #454545;
	background-color: #ffffff;
	border-color: #D2D2D2;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.carousel-controls__button:hover {
	background-color: #EDEDED;
}

.carousel-controls__button.slick-disabled {
	background-color: #D2D2D2;
	border-color: #D2D2D2;
}

.carousel-controls__button--previous {
	right: auto;
	left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.carousel-pagination {
	padding: 15px 0 0 0;
	text-align: center;
}

.carousel-pagination li {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	color: #2B3945;
}

.carousel-pagination li.slick-active {
	color: #00AB99;
}

.carousel-pagination li::before {
	content: "\f111";
	font-family: FontAwesome, sans-serif;
	width: 15px;
	height: 15px;
	line-height: 1;
}

.carousel-pagination li button {
	display: none;
}

.carousel-centered {
	position: relative;
	overflow: hidden;
}

.carousel-centered__item {
	position: relative;
	width: 250px;
	overflow: hidden;
}

.carousel-centered--padded .carousel-centered__item {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width:768px) {
	.carousel-centered__item {
		width: 394px;
	}
}

@media screen and (min-width:992px) {
	.carousel-centered__item {
		width: 526px;
	}
}

.carousel-fixed {
	position: relative;
	overflow: hidden;
}

.carousel-fixed__item {
	width: 300px;
}

.carousel-fixed--padded .carousel-fixed__item {
	padding-left: 0;
	padding-right: 30px;
}

@media screen and (min-width:992px) {
	.carousel-fixed__item-image {
		height: 0;
		padding-bottom: calc(314 / 270 * 100%);
		min-height: 314px;
	}
}

.carousel-responsive {
	position: relative;
	overflow: hidden;
}

.carousel-responsive--padded .carousel-responsive__item {
	padding-left: 15px;
	padding-right: 15px;
}

.carousel-responsive--padded .carousel-responsive__container {
	margin-left: -15px;
	margin-right: -15px;
}

img.peak-image-responsive {
	width: 100%;
	height: auto;
}

img.lazyload,
img.lazyloading {
	opacity: 0;
}

img.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.peak-map-highlights {
	position: relative;
}

.peak-map-highlights .highlights-box {
	width: 100%;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .image {
	position: relative;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .image img {
	width: 100%;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .image .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.peak-map-highlights .highlights-box .carousel .carousel-item .image .title h3 {
	color: #ffffff;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links {
	margin: 0 0 15px 0;
	width: 100%;
	padding: 0 15px;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links li {
	list-style: none;
	margin-bottom: 5px;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links li h5 {
	margin: 0;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links li a .text {
	margin-right: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .links li a .fa-chevron-circle-right {
	position: absolute;
	right: 15px;
	top: 6px;
	font-size: 26px;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .details {
	padding: 15px;
}

.peak-map-highlights .highlights-box .carousel .carousel-item .details .title {
	display: none;
}

.peak-map-highlights .highlights-box .carousel-controls {
	z-index: 1;
}

.peak-map-highlights .highlights-map {
	width: 100%;
	height: 600px;
	cursor: default;
}

.peak-map-highlights .highlights-map .leaflet-control-container .leaflet-bottom {
	z-index: 1;
}

.peak-map-highlights .map-marker {
	position: relative;
	height: 50px;
	width: 30px;
	margin-top: -50px;
	margin-left: -15px;
}

.peak-map-highlights .map-marker .fa-map-marker {
	font-size: 50px;
}

.peak-map-highlights .map-marker .fa-map-marker.active {
	color: blue;
}

@media screen and (min-width:768px) {
	.peak-map-highlights .highlights-box {
		position: absolute;
		top: 30px;
		left: 15px;
		width: 35%;
		z-index: 1;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .image {
		max-height: 165px;
		overflow: hidden;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .image .title {
		padding: 0 30px;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .details {
		padding: 15px 30px 15px;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .links {
		padding: 0;
		margin: 0;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .links li {
		margin-bottom: 0;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .links li a {
		padding: 10px 30px;
		background-color: transparent;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .links li a .fa-chevron-circle-right {
		right: 30px;
	}
	.peak-map-highlights .highlights-box .carousel-controls {
		position: relative;
		top: auto;
		width: auto;
		height: auto;
		margin-top: 0;
	}
	.peak-map-highlights .highlights-box .carousel-controls .btn {
		display: none;
		float: none;
		clear: both;
		margin: 0;
		padding: 6px 15px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.peak-map-highlights .highlights-box .carousel-controls__button {
		position: relative;
	}
}

@media screen and (min-width:992px) {
	.peak-map-highlights .highlights-box {
		left: 60px;
	}
	.peak-map-highlights .highlights-box .carousel .carousel-item .image {
		max-height: none;
	}
}

@media screen and (min-width:1200px) {
	.peak-map-highlights .highlights-box .carousel .carousel-item .image {
		max-height: 225px;
	}
}

.peak-currency-selector {
	margin-left: 15px;
}

.peak-currency-selector__button {
	color: #00AB99;
	background-color: #ffffff;
	border-color: #00AB99;
}

.peak-currency-selector__button:focus,
.peak-currency-selector__button.focus {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #002b27;
}

.peak-currency-selector__button:hover {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.peak-currency-selector__button:active,
.peak-currency-selector__button.active,
.open>.dropdown-toggle.peak-currency-selector__button {
	color: #00AB99;
	background-color: #e6e6e6;
	border-color: #006e62;
}

.peak-currency-selector__button:active:hover,
.peak-currency-selector__button.active:hover,
.open>.dropdown-toggle.peak-currency-selector__button:hover,
.peak-currency-selector__button:active:focus,
.peak-currency-selector__button.active:focus,
.open>.dropdown-toggle.peak-currency-selector__button:focus,
.peak-currency-selector__button:active.focus,
.peak-currency-selector__button.active.focus,
.open>.dropdown-toggle.peak-currency-selector__button.focus {
	color: #00AB99;
	background-color: #d4d4d4;
	border-color: #002b27;
}

.peak-currency-selector__button:active,
.peak-currency-selector__button.active,
.open>.dropdown-toggle.peak-currency-selector__button {
	background-image: none;
}

.peak-currency-selector__button.disabled:hover,
.peak-currency-selector__button[disabled]:hover,
fieldset[disabled] .peak-currency-selector__button:hover,
.peak-currency-selector__button.disabled:focus,
.peak-currency-selector__button[disabled]:focus,
fieldset[disabled] .peak-currency-selector__button:focus,
.peak-currency-selector__button.disabled.focus,
.peak-currency-selector__button[disabled].focus,
fieldset[disabled] .peak-currency-selector__button.focus {
	background-color: #ffffff;
	border-color: #00AB99;
}

.peak-currency-selector__button .badge {
	color: #ffffff;
	background-color: #00AB99;
}

.peak-currency-selector__menu {
	bottom: 35px;
	top: auto;
	min-width: 200px;
	overflow-y: auto;
}

.region-selector.open .region-selector__text-button {
	color: #454545;
}

.region-selector__text-button {
	border-color: #00AB99;
	color: #454545;
	width: 200px;
	text-align: left;
	background-color: #ffffff;
}

.region-selector__text-button:hover {
	color: #454545;
}

.region-selector__caret-button {
	color: #ffffff;
	background-color: #00AB99;
	border-color: #00AB99;
	text-decoration: none;
}

.region-selector__caret-button:focus,
.region-selector__caret-button.focus {
	color: #ffffff;
	background-color: #00786b;
	border-color: #002b27;
}

.region-selector__caret-button:hover {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.region-selector__caret-button:active,
.region-selector__caret-button.active,
.open>.dropdown-toggle.region-selector__caret-button {
	color: #ffffff;
	background-color: #00786b;
	border-color: #006e62;
}

.region-selector__caret-button:active:hover,
.region-selector__caret-button.active:hover,
.open>.dropdown-toggle.region-selector__caret-button:hover,
.region-selector__caret-button:active:focus,
.region-selector__caret-button.active:focus,
.open>.dropdown-toggle.region-selector__caret-button:focus,
.region-selector__caret-button:active.focus,
.region-selector__caret-button.active.focus,
.open>.dropdown-toggle.region-selector__caret-button.focus {
	color: #ffffff;
	background-color: #00544b;
	border-color: #002b27;
}

.region-selector__caret-button:active,
.region-selector__caret-button.active,
.open>.dropdown-toggle.region-selector__caret-button {
	background-image: none;
}

.region-selector__caret-button.disabled:hover,
.region-selector__caret-button[disabled]:hover,
fieldset[disabled] .region-selector__caret-button:hover,
.region-selector__caret-button.disabled:focus,
.region-selector__caret-button[disabled]:focus,
fieldset[disabled] .region-selector__caret-button:focus,
.region-selector__caret-button.disabled.focus,
.region-selector__caret-button[disabled].focus,
fieldset[disabled] .region-selector__caret-button.focus {
	background-color: #00AB99;
	border-color: #00AB99;
}

.region-selector__caret-button .badge {
	color: #00AB99;
	background-color: #ffffff;
}

.region-selector__flag {
	margin: -3px 5px 0 0;
}

.region-selector__menu {
	bottom: 35px;
	top: auto;
	min-width: 200px;
	overflow-y: auto;
}

.region-selector__menu>li>a {
	padding-left: 10px;
}

.region-selector__link {
	padding-left: 10px;
}


.peak-search-trips-accordion {
	position: relative;
}

.peak-search-trips-accordion .list-view-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	display: none;
}

.peak-search-trips-accordion .departure-info-list {
	float: left;
	width: 100%;
	padding: 0;
	list-style-type: none;
}

.peak-search-trips-accordion .departure-info-list .month-group {
	padding: 10px 15px;
}

.peak-search-trips-accordion .departure-info-list .departure-info {
	margin: 0;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date {
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid #dddddd;
	margin-top: -1px;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-price .sale-tag {
	font-weight: normal;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-price .price {
	font-weight: bold;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-labels .label {
	text-transform: uppercase;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date .fa-plus-circle {
	display: none;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date.collapsed .fa-plus-circle {
	display: inline-block;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-date.collapsed .fa-minus-circle {
	display: none;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-wrapper .inner-wrapper {
	padding: 15px 15px 0 15px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-wrapper .inner-wrapper .date-range {
	margin-bottom: 15px;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-wrapper .inner-wrapper .alert-season {
	margin-bottom: 15px;
}

.peak-search-trips-accordion .departure-info-list .departure-info .info-wrapper .inner-wrapper .departure-details .room-type {
	cursor: pointer;
	background-color: #f5f5f5;
}

.peak-search-trips-accordion .more-trips-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width:768px) {
	.peak-search-trips-accordion .list-view-title {
		display: block;
	}
	.peak-search-trips-accordion .departure-info-list .departure-info {
		margin: 0;
	}
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-labels,
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-notes,
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date .departure-price {
		visibility: hidden;
	}
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date.collapsed .departure-labels,
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date.collapsed .departure-notes,
	.peak-search-trips-accordion .departure-info-list .departure-info .info-date.collapsed .departure-price {
		visibility: visible;
	}
	.peak-search-trips-accordion .more-trips-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.autocomplete__container {
	position: relative;
}

.autocomplete__input-keyword::-moz-placeholder {
	color: #989898;
	opacity: 1;
}

.autocomplete__input-keyword:-ms-input-placeholder {
	color: #989898;
}

.autocomplete__input-keyword::-webkit-input-placeholder {
	color: #989898;
}

.autocomplete__results {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	padding: 15px;
	border: 1px solid #D2D2D2;
	z-index: 5;
	margin-top: 36px;
	line-height: 1.42857143;
}

.autocomplete--scroll {
	overflow: scroll;
	max-height: 80vh;
}

.autocomplete__group {
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 15px;
	text-align: left;
}

.autocomplete__group:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.autocomplete__group-list {
	list-style: none;
	padding: 0;
}

.autocomplete__group-item {
	padding: 2px 5px;
	cursor: pointer;
}

.autocomplete__group-item.is-autocomplete-item-active {
	background-color: #00AB99;
	color: #ffffff;
}

@media screen and (min-width:768px) {
	.autocomplete__results {
		width: 450px;
	}
}

.departure-ribbon {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
}

.departure-ribbon__ribbon {
	float: left;
	width: 100%;
	height: 110px;
}

.departure-ribbon__btn-scroller {
	float: left;
	width: 6%;
	height: 100%;
	padding-right: 0;
	padding-left: 0;
	border: none;
	z-index: 1;
}

.departure-ribbon__btn-scroller-icon {
	font-size: 32px;
	font-size: 3.2rem;
}

.departure-ribbon__tabs-wrapper {
	position: relative;
	float: left;
	width: 88%;
	height: 100%;
	overflow: hidden;
}

.departure-ribbon__tabs-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.departure-ribbon__tabs {
	position: absolute;
	display: block;
	float: left;
	height: 100%;
	padding: 0;
	margin: 0;
}

.departure-ribbon__tabs.is-sliding {
	-webkit-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;
}

.departure-ribbon__sale-info {
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
}

.departure-ribbon__date {
	display: block;
	margin-bottom: 5px;
}

.departure-ribbon__price {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

.departure-ribbon__price--booking-closed {
	padding: 0 10px;
	font-size: 20px;
	font-size: 2rem;
}

.departure-ribbon__price--fully-booked {
	padding: 0 10px;
	font-size: 20px;
	font-size: 2rem;
}

.departure-ribbon__places-left {
	font-weight: 400;
	font-style: italic;
	display: inline;
}

.departure-ribbon__tab {
	position: relative;
	float: left;
	height: 100%;
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.departure-ribbon__tab.is-selected {
	cursor: default;
	height: 105%;
}

.departure-ribbon__tab-inner {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.departure-ribbon__sale-tag {
	position: absolute;
	left: -32px;
	top: -16px;
	color: #ffffff;
	padding-top: 28px;
	padding-bottom: 2px;
	width: 80px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 13px;
	font-size: 1.3rem;
}

.departure-ribbon__info {
	display: none;
	float: left;
	width: 100%;
}

.departure-ribbon__info.is-expanded {
	display: block;
}

.departure-ribbon__loading-overlay {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 50px;
	text-align: center;
	top: 0;
	left: 0;
	color: #D8343D;
	padding-top: 20px;
}

.departure-ribbon__spinner {
	text-align: center;
	color: #D8343D;
	height: 110px;
	padding-top: 40px;
}

.shortlist-heart {
	line-height: 1em;
	font-size: 30px;
	cursor: pointer;
	color: #ffffff;
	position: relative;
	height: 30px;
	width: 30px;
}

.shortlist-heart.is-shortlisted .shortlist-heart__icon--empty,
.shortlist-heart.is-shortlisted:hover .shortlist-heart__icon--empty {
	opacity: 0;
}

.shortlist-heart.is-shortlisted .shortlist-heart__icon--full,
.shortlist-heart.is-shortlisted:hover .shortlist-heart__icon--full {
	opacity: 1;
}

.shortlist-heart:hover .shortlist-heart__icon--empty {
	opacity: 1;
}

.shortlist-heart:hover .shortlist-heart__icon--full {
	opacity: 0.3;
}

.shortlist-heart__icon {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.shortlist-heart__icon--empty {
	opacity: 1;
}

.shortlist-heart__icon--full {
	opacity: 0;
}

.padiOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	z-index: 1610;
	background-color: rgba(0, 0, 0, 0.6);
}

.padiOverlay.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.padiOverlay.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.padiPop4Wrap {
	display: inline-block;
	width: auto;
	margin: 20px 10px;
	position: relative;
	top: 5%;
	overflow: visible;
	height: auto;
	background: #ffffff;
}

.padiPopupContent {
	position: relative;
	padding-top: 20px;
}

.padiContent {
	padding: 0 40px 30px;
	font-size: 14px;
}

.padiTitle {
	margin-top: 0;
	font-size: 20px;
	color: #454545;
}

.padiFormWrap {
	padding-top: 5px;
}

.padiErrorMessage {
	margin-bottom: 1px;
	color: #F2DEDE;
}

.padiLabel {
	width: 100%;
}

.padiLabel span {
	display: none;
}

.padiField {
	font-weight: normal;
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #454545;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #D2D2D2;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.padiField:focus {
	border-color: #3892E3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 146, 227, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 146, 227, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 146, 227, 0.6);
}

.padiField::-moz-placeholder {
	color: #D2D2D2;
	opacity: 1;
}

.padiField:-ms-input-placeholder {
	color: #D2D2D2;
}

.padiField::-webkit-input-placeholder {
	color: #D2D2D2;
}

.padiField::-ms-expand {
	border: 0;
	background-color: transparent;
}

.padiField[disabled],
.padiField[readonly],
fieldset[disabled] .padiField {
	background-color: #F4F4F4;
	opacity: 1;
}

.padiField[disabled],
fieldset[disabled] .padiField {
	cursor: not-allowed;
}

textarea.padiField {
	height: auto;
}

.padiCheckTerms label {
	padding-top: 0 !important;
	font-weight: 400;
}

.padiButton {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.padiButton:focus,
.padiButton:active:focus,
.padiButton.active:focus,
.padiButton.focus,
.padiButton:active.focus,
.padiButton.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.padiButton:hover,
.padiButton:focus,
.padiButton.focus {
	color: #00AB99;
	text-decoration: none;
}

.padiButton:active,
.padiButton.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.padiButton.disabled,
.padiButton[disabled],
fieldset[disabled] .padiButton {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a.padiButton.disabled,
fieldset[disabled] a.padiButton {
	pointer-events: none;
}

.padiClose {
	padding: 8px;
	margin: -12px 8px 0 0;
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.padiClose:hover,
.padiClose:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.padiClose {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.padiThanks {
	padding: 0 40px 30px;
	font-weight: bold;
	color: #454545;
}

.padiPreload {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: inherit;
	padding: 3px;
}



.rating-circle {
	font-family: FontAwesome, sans-serif;
	position: relative;
	display: inline-block;
}

.rating-circle::before {
	content: "\f10c\00a0\f10c\00a0\f10c\00a0\f10c\00a0\f10c";
	color: #2B3945;
}

.rating-circle::after {
	position: absolute;
	left: 0;
	color: #2B3945;
}

.rating-circle--0::before {
	content: "" !important;
}

.rating-circle--05::after {
	content: "\f192\00a0";
}

.rating-circle--10::after {
	content: "\f111";
}

.rating-circle--15::after {
	content: "\f111\00a0\f192\00a0";
}

.rating-circle--20::after {
	content: "\f111\00a0\f111";
}

.rating-circle--25::after {
	content: "\f111\00a0\f111\00a0\f192\00a0";
}

.rating-circle--30::after {
	content: "\f111\00a0\f111\00a0\f111";
}

.rating-circle--35::after {
	content: "\f111\00a0\f111\00a0\f111\00a0\f192\00a0";
}

.rating-circle--40::after {
	content: "\f111\00a0\f111\00a0\f111\00a0\f111";
}

.rating-circle--45::after {
	content: "\f111\00a0\f111\00a0\f111\00a0\f111\00a0\f192\00a0";
}

.rating-circle--50::after {
	content: "\f111\00a0\f111\00a0\f111\00a0\f111\00a0\f111";
}

.rating-circle--large {
	font-size: 22px;
}

.rating-star {
	font-family: FontAwesome, sans-serif;
	position: relative;
	display: inline-block;
}

.rating-star::before {
	content: "\f006\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
	color: #f5a81d;
}

.rating-star::after {
	position: absolute;
	left: 0;
	color: #f5a81d;
}

.rating-star--0::before {
	content: "" !important;
}

.rating-star--05::after {
	content: "\f089\00a0";
}

.rating-star--10::after {
	content: "\f005";
}

.rating-star--15::after {
	content: "\f005\00a0\f089\00a0";
}

.rating-star--20::after {
	content: "\f005\00a0\f005";
}

.rating-star--25::after {
	content: "\f005\00a0\f005\00a0\f089\00a0\00a0";
}

.rating-star--30::after {
	content: "\f005\00a0\f005\00a0\f005";
}

.rating-star--35::after {
	content: "\f005\00a0\f005\00a0\f005\00a0\f089\00a0";
}

.rating-star--40::after {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005";
}

.rating-star--45::after {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f089\00a0";
}

.rating-star--50::after {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}

.rating-star--large {
	font-size: 22px;
}



@media screen and (min-width:768px) {
	.card-brochure__title {
		font-size: 18px;
	}
}

.b-peak-region-alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}



.card-testimonial__image {
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.card-testimonial__content {
	padding-right: 75px;
}

.card-testimonial__heading {
	margin-top: 0;
}

.card-testimonial__source-image {
	width: 75px;
	float: left;
	margin-right: 15px;
}

.card-testimonial__author {
	display: block;
	font-style: italic;
	color: #454545;
}

@media screen and (min-width:992px) {
	.card-testimonial__author {
		display: inline;
	}
}

.card-image-top-text-bottom__btn-view {
	text-decoration: none;
	white-space: normal;
}


.card-review {
	padding-bottom: 15px;
}

.card-review--star-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-review__rating {
	flex: 0 1 auto;
}

.card-review__product-header {
	margin-top: 0;
}

.card-review__product-link {
	color: #00AB99;
}

.card-review__product-link:hover {
	color: #147D72;
}

.card-review__info {
	flex: 1 0 auto;
}

.card-review--star-left {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-review--star-left .card-review__rating {
	flex: 0 0 100%;
	margin-right: 15px;
}

.card-review--star-left .card-review__info {
	flex: 1 0 0;
}

.card-review__submitted {
	margin-bottom: 1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}

@media screen and (min-width:768px) {
	.card-review--star-left .card-review__rating {
		flex: 0 1 auto;
	}
}


.review-filter {
	display: flex;
	margin-bottom: 15px;
}

.review-filter__checkbox {
	margin: 0 !important;
}

.review-filter__checkbox-label {
	display: flex;
	color: black;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 8px;
	line-height: 1;
	cursor: pointer;
}

.review-filter__category {
	margin-right: 8px;
}

.review-filter__count {
	line-height: 1;
	margin-left: 8px;
}

.reviews-layout {
	margin-bottom: 20px;
	position: relative;
}

.reviews-layout__no-review-image {
	width: 200px;
	height: 200px;
}


.spinner {
	display: inline-block;
	color: #00AB99;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	-o-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.spinner::before {
	display: inline-block;
	color: #00AB99;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	-o-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	content: '';
	position: absolute;
	margin-left: 0;
	top: 0;
	left: -25px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.spinner::after {
	display: inline-block;
	color: #00AB99;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	-o-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	content: '';
	position: absolute;
	margin-left: 0;
	top: 0;
	left: 25px;
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}


.shortlist-popover {
	display: block;
	min-width: 250px;
	margin-left: -138px;
	position: fixed;
	top: inherit;
	left: 50%;
	bottom: 75px;
	padding: 16px;
}

.shortlist-popover .close {
	position: absolute;
	top: 2px;
	right: 7px;
}

.shortlist-popover.is-visible {
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@media screen and (min-width:992px) {
	.shortlist-popover {
		left: inherit;
		right: 0;
	}
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 75px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 75px;
		opacity: 1;
	}
}


.expand-toggle__button {
	cursor: pointer;
	font-size: 16px;
	margin-top: 15px;
}

.expand-toggle__button--minus {
	display: none;
}

.expand-toggle__icon {
	color: #2B3945;
}

@media print {
	.expand-toggle {
		display: none;
	}
}

.progress-bar {
	width: 150px;
	height: 16px;
	background-color: #EDEDED;
	display: inline-block;
}

.progress-bar__progress {
	background-color: #f5a81d;
	width: 40%;
	height: 100%;
}

.image-expand {
	cursor: pointer;
	position: relative;
}

.image-expand .image-expand__icon {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	background-color: #454545;
}



.anchor-side-menu.affix {
	top: 70px;
	z-index: 100;
}

.anchor-side-menu.affix-bottom {
	position: relative;
}

.anchor-side-menu__item.active {
	border-left: 4px solid #2B3945;
}

.anchor-side-menu__item.active .anchor-side-menu__link {
	padding-left: 11px;
}

.anchor-side-menu__item:hover {
	background: #2B3945;
}

.anchor-side-menu__item .anchor-side-menu__link {
	padding: 5px 15px;
	color: #454545;
}

.anchor-side-menu__item .anchor-side-menu__link:hover {
	color: #ffffff;
}

@media (min-width:768px) {
	.container {
		width: auto;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.nav-tabs>li a {
	margin-right: 0;
	border: 1px solid #D2D2D2;
	border-left: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}

.nav-tabs>li.active a,
.nav-tabs>li.active a:hover,
.nav-tabs>li.active a:focus {
	border-left: none;
}

.nav-tabs>li:first-child a:hover,
.nav-tabs>li:first-child a:focus {
	border-left: 1px solid #D2D2D2;
}

h1 {
	font-weight: 500;
	line-height: 1.2;
}

h2 {
	font-weight: 500;
}

h2.intro {
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	font-weight: 500;
}

h4 {
	font-weight: 400;
}

h5 {
	font-weight: 700;
}

h6 {
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
 {
	color: inherit;
	text-decoration: none;
}

h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
	font-weight: inherit;
	color: inherit;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
	line-height: inherit;
}



.page-header {
	border-bottom-color: #00AB99;
}

@media screen and (min-width:768px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 24px;
		font-weight: 300;
	}
	h2.intro {
		margin-bottom: 25px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 16px;
	}
}

@media screen and (min-width:992px) {
	h1 {
		font-size: 45px;
		line-height: 1.1;
	}
	h2 {
		font-size: 38px;
		line-height: 1.1;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		
	}
	p.lead {
		font-size: 21px;
		font-weight: 300;
	}
}

@media print {
	body {
		font-size: 13px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #454545 !important;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 26px;
		font-weight: bold;
	}
	h3 {
		font-size: 20px;
		font-weight: bold;
	}
	h4 {
		font-size: 18px;
		font-weight: bold;
	}
	h5 {
		font-size: 16px;
		font-weight: bold;
	}
	a {
		color: #00AB99 !important;
	}
}

.pager li>a {
	color: #454545;
}

.pager li>a:hover,
.pager li>a:focus {
	color: #ffffff;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	border-color: #D2D2D2;
}

.label {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.panel-group .panel {
	border-color: #D2D2D2;
}

.panel-group .panel-heading {
	background-color: #EDEDED;
	border-color: #2B3945;
}

.panel-group .panel-heading.open {
	background-color: #2B3945;
	color: #ffffff;
}

.panel-group .panel-heading a {
	text-decoration: none;
}


.l-content {
	word-wrap: break-word;
}

.print_button, .print_button:hover {
	text-align: right;
    display: inline-block;
    float: right;
    text-decoration: none;
    cursor: pointer;
}
/*slider css */
.swiper-container {
    max-height: 540px;
}
/*end slider css */
* {
         box-sizing: border-box;
         }
         .slider {
         width: 100%;
         margin: 30px auto;
         }
         .slick-slide {
         margin: 0px 0px;
         }
         .slick-slide img {
         width: 100%;
         }
         .slick-prev:before,
         .slick-next:before {
         color: black;
         }
         .slick-slide {
         transition: all ease-in-out .3s;
         opacity: .2;
         }
         .slick-active {
         opacity: 1;
         }
         .slick-current {
         opacity: 1;
         }
         /*custtom style*/
         .inclusions-section .activity {
         float: left;
         padding: 20px 0;
         border-top: 1px dotted #D2D2D2;
         }
         .inclusions-section .activity .activity-icon {
         width: 15%;
         float: left;
         color: #2B3945;
         }
         .inclusions-section .activity .activity-description {
         float: left;
         width: 85%;
         }
         .exclusions-section .activity ul{
            padding-left: 20px;
         }
         .l-content {
         word-wrap: break-word;
         margin-top: 15px;
         }
         .duration{
    display: none;
  }
  @media print {
    #copyright, .mob_header, #subpages_header, .swiper-container, .prefooter, .reviews-section, .print_button, .breadcrumb li a, .breadcrumb>li+li:before, .bredcums {
      display: none;
    }
    .breadcrumb li {
      text-align: center;
      display: block;
      font-size: 32px;
      font-weight: bold;
    }
    .duration{
      font-size: 28px;
      line-height: 1.1;
      padding-top: 0px;
      margin-top: 1px;
      display: block;
      text-align: center;
    }
    .breadcrumb{
      margin-bottom: 0px; 
    }
  }
  #slikimage_height .slick-slide img{
	min-height: 290px;
}
#gallery_img  .slick-slide img {
	height: 250px;

}
.slick_anchor{
	position: absolute;
    bottom: 15%;
    color: #ffff;
    font-weight: 700;
    text-align: center;
    display: block;
    /* left: 40px; */
    /* right: 63px; */
    text-align: right;
    padding-left: 32px;
}
.slick_anchor:hover{
	color: #fff;
}
/*tour heigh light css */
.heighlight_ul, .left_padding{
	padding-left: 5%; 
}
.heighlight_ul li {
	font-weight: 600;
	line-height: 1.5;
	list-style-position: inside;
	text-indent: -1em;
}
.inclusions-section .left_padding, .heighlight_ul{
	list-style: none;
}
.inclusions-section .left_padding li {
	list-style-position: inside;
	text-indent: -1em;
}
.inclusions-section .left_padding li::before {
	content: "\f00c";
	padding-right: 2px;
	font-family: FontAwesome;
}
.heighlight_ul li::before {
	content: "\f005";
	padding-right: 2px;
	font-family: FontAwesome;
}
#exclusion_icon .left_padding li::before {
	content: "\f00d";
	padding-right: 2px;
	font-family: FontAwesome;
}
.panel-group ul{
	list-style: none;
}
.tr1 {
	background:#5c7ca3;
	color:#fff;
}
.tr2, .tr3{
	background: #becbda;}

.bottomtable {
	background: #dee5ed;
}
.table_left_padd th, .table_left_padd td {
	border:1px solid #fff;
}


.text_set, .text_set th{
	text-align: left;
}
@media only screen and (min-width: 768px) {
.table_left_padd th, .table_left_padd td{
	padding: 5px 5px 5px 7%;
	overflow: hidden;
}
#premium_price .table_left_padd th,  #premium_price .table_left_padd td{
	padding: 5px 5px 5px 2%;
	overflow: hidden;
}
.tr2 th, .tr3 th{
	font-size: 18px;
}
.tr1 th{
	width: 33%;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 22px;
}
}

#premium_price .tr1 th {
	width: auto;
}
.tbltourprice{
	overflow-x: auto;
}


/*book Now Page css */
.show_form{
         display: none;
      }
      #target-form-formbox span {
      	font-size: 12px;
      }
       #toggle_booknow  #checkbox {
       	height: 22px;
	    width: 10%;
	    line-height: 16px;
	    position: relative;
	    top: 5px;
	    margin-top: 0px;
	    padding: 7px 15px!important;
	    background: #fff;
       }
       #toggle_booknow  .form-control1{
       	 letter-spacing: 0px;
         width: 50%!important;
         height: 34px;
         opacity: 1;
         background-color: #fff;
         border: 1px solid #8a8989;
         font-size: 13px;
         line-height: 16px;
         color: #2b2b2b;
         padding: 7px 15px!important;
         position: relative;
         z-index: 2;
         box-shadow: none;
         -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
         -ms-border-radius: 2px;
         border-radius: 2px;
          -webkit-appearance: none;
       }
    #toggle_booknow  .form-control {
        
      }
      
     #toggle_booknow .form-header {
         padding-top: 7px;
         padding-bottom: 0;
         background-color: #232f3e;
         color: #fff;
         margin-bottom: 0;
         height: 45px;
         overflow: hidden;
      }
      
      .form-header h5{
         line-height:26px;
         font-size: 20px;
         margin-top: 4px;
      }
      
      .cross-common {
         width: 30px;
         height: 30px;
         left: 15px;
         z-index: 2;
      
         max-width: 100%;
      }
      
      .ellipsis, .ellipsis-two {
         text-overflow: ellipsis;
         overflow: hidden;
      }
      .ellipsis {
         width: 100%;
         white-space: nowrap;
      }
      
      .header-logo-right {
         width: 24px;
         height: 24px;
         position: relative;
         display: block;
      }
      
      .fright {
         float: right!important;
      }
      
      .header-logo-right svg {
         max-height: 20px;
      }
      
    #toggle_booknow  label{
         margin-bottom:0px;
         font-weight:900;
         letter-spacing: 0px;
      }
      
      .form-part {
         border-top:  1px solid rgba(192, 192, 192, 0.42);
         display: flow-root;
         letter-spacing: 0px;
      }
      
      .people-left{
          width: 48.5%;
         float: left;
      }
      
      .people-right{
          width: 48.5%;
         float: left;
         margin-left:3%;
      }
      
      .target-left-form {
         width: 100%;
         background: #dee5ed;
      }
      
      .backBtn{
         font-size: 28px;
         float:left;
         margin-right: 10px;
         font-weight: 600;
      }
      
      #step1{
         display:block;
      }
      

      #step1Head{
         text-align:center;
      }
      
     #toggle_booknow .footer-part{
          background-color: #dee5ed;
         border-top: 1px solid rgba(192, 192, 192, 0.42);
         -webkit-border-radius: 0 0 3px 3px;
         -moz-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
         border-radius: 0 0 3px 3px;
         display: block;
         width: 100%;
         float:left;
      }
      #toggle_booknow select.form-control{
         background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
               background-position: center right;
               background-repeat: no-repeat;
         }
 .book_form-btn {
         border: none;
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         -o-border-radius: 3px;
         border-radius: 3px;
         color: #fff;
         display: block;
         cursor: pointer;
         float: none;
         text-align:center;
         height: 36px;
         font-size: 17px;
         margin: 0px auto;
         outline: none;
         padding: 0 5px;
         width: 30%;
         white-space: nowrap;
         background: #232f3e;
         -webkit-transition: background.2s;
         -moz-transition: background.2s;
         -ms-transition: background.2s;
         -o-transition: background.2s;
         transition: background.2s;
      }
      sup {
         font-size: 60%;
         line-height: 0;
         position: relative;
         vertical-align: baseline;
         top: -10px;
         margin-left: -1px;
      }
      
      .target-form-formbox {
         float: left; 
         width: 100%; 
      }
      
      .mob_arrival{
         display:none;
      }
      .desk_arrival{
         display:block;
      }
      
      .target-form-row {
         float: left;
         width: 100%;
      }
      
      #travelFormDiv{
         float: left;
         width: 100%;
         margin-top: 10px;
         overflow: hidden;
         background:#fff1e1;
         position: relative;
         box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
      }
      
      .backBtn {
         font-size: 22px;
         float: left;
         margin-right: 8px;
         font-weight: 600;
         line-height: 29px;
      }
      
      .form-control[readonly]{
         background-color:#fff;
      }

      .travelogy-arrivale.fa-calendar-o:before{
         position: absolute;
         right: 8px;
         font-size: 27px;
      }

      
      
      #travelFormDiv .p15 {
         padding: 7px 15px 10px!important;
      }
      
      #travelFormDiv .mb15{
         margin-bottom: 7px!important;
      }
      
      #travelFormDiv .pb8 {
         padding-bottom: 5px!important;
      }
      .tour-itinerary-details-page {
         padding: 35px 0;
         float: left;
         width: 100%;
      }
      .sticky_sidebar {
         z-index: 1;
      }
      .book_now {
         text-align: center;
         margin: 0px auto;
         display: block;
         padding: 5px 30px;
         border-radius: 5px;
         font-size: 18px;
         background: #232f3e;
         color: #fff;
      }
      .book_now:focus{
         outline: none;
      }
      
      /*slider title css */
      .slider_title{
         position: absolute;
         top: 20px;
         z-index: 99999;
         color: #fff;
         right: 2%;
         font-weight: bold;
         font-size: 24px;
         text-shadow: 1px 2px 2px #000;
         }
         .right-arrow::after {
            content: "\f061";
            color: #232f3e;
            font-weight: 400;
            font-size: 12px;
            font-family: FontAwesome;
            position: relative;
            bottom: 1px;
         }
        .gallery_title {
            position: relative;
         }
        .gallery_image_title {
            position: absolute;
            bottom: 10px;
            right: 2%;
            color: #fff;
            font-weight: 600;
            text-shadow: 1px 2px 2px #000;
          }
      /*end slider css*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
   
   
.form-header h5 {
    line-height: 26px;
    font-size: 18px;
    margin-top: 4px;
   }
}
@media only screen and (max-width: 600px) {
   .people-left, .people-right {
      width:100%;
      margin-left: 0;
         }
      }

 /*end book now css */