/* ==|======================================================================

 /* Author: Talwinder Singh, Tomahawk Brand Management */
/* Styles For: Fly solomons airlines */
/*Date: 19/06/2014 edit - 15-4-16 */

/* ======================================================================== */
/* ==| IMPORTED STYLES ==================================================== */
@font-face {
  font-family: 'oxygenregular';
  src: url("../fonts/oxygen/regular/webfont.eot");
  src: url("../fonts/oxygen/regular/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen/regular/webfont.woff") format("woff"), url("../fonts/oxygen/regular/webfont.ttf") format("truetype"), url("../fonts/oxygen/regular/webfont.svg#oxygenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url("../fonts/pt_sans/regular/webfont.eot");
  src: url("../fonts/pt_sans/regular/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_sans/regular/webfont.woff") format("woff"), url("../fonts/pt_sans/regular/webfont.ttf") format("truetype"), url("../fonts/pt_sans/regular/webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* jQuery UI - v1.10.4 - 2014-06-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
@import '../webchat/css/carousel.css';
@import '../webchat/css/input.css';
@import '../webchat/css/reply.css';
@import '../webchat/css/says.css';
@import '../webchat/css/setup.css';
@import '../webchat/css/typing.css';

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white url("../../graphics/ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../../graphics/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../../graphics/ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("../../graphics/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url("../../graphics/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../../graphics/ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../../graphics/ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../graphics/ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../../graphics/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../../graphics/ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}

a:active,
a:hover {
  outline: 0;
  outline: none;
  color: #dddad0;
}

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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  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;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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 {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  color: #f8b818;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #dddad0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 10px;
  margin-bottom: 10px;
}

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: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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: #999999;
}

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 #eeeeee;
  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';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content-container {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}

@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: 0%;
}

.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: 0%;
}

.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: 0%;
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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: 0%;
  }

  .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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/*.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}*/

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus {
  color: #333333;
  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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #dddad0;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons/halflings-regular.eot");
  src: url("../fonts/glyphicons/halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/halflings-regular.woff") format("woff"), url("../fonts/glyphicons/halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.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: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #dddad0;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 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 #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-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: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: none;
}

.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: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.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;
}

@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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.jumbotron {
  background: #eee;
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

body.no-scroll{
    overflow-y: hidden;
}

.loader-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    display: none;
}

.loader-wrap--active{
    display: block;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #00007c; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*
*
Owl Carousal
*
*/

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome/webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome/webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome/webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome/webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/icon.eot");
  src: url("../fonts/flexslider/icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/icon.woff") format("woff"), url("../fonts/flexslider/icon.ttf") format("truetype"), url("../fonts/flexslider/icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: black;
  color: #f8b818;
  font-size: 2.5em;
  line-height: 7px;
  transform: translateY(-50%);
}

.flex-direction-nav .flex-prev {
  left: 0px;
  padding: 0.28571em 0.28571em 0.17143em 0.17143em;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  padding: 0.28571em 0.17143em 0.17143em 0.28571em;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  display: none;
}

.flex-control-nav li {
  margin: 0 0 12px 0;
  display: block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 25px;
  height: 25px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
}

.flex-control-paging li a.flex-active {
  border-color: #00007c;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.container {
  max-width: 1170px !important;
}

.panel {
  background: #3A3A3C;
}

.panel {
  border-color: #DDDBD0;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.panel-group .panel {
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  background-color: #3A3A3C;
  border-color: #DDDBD0;
  color: #DDDBD0;
}

.panel-default a, .panel-default a:hover, .panel-default {
  color: #DDDBD0;
}

hr {
  border-color: #3A3A3C;
}

.control-label.text-left {
  text-align: left;
}

form .col-md-8 .custom-btn {
  font-size: 14px;
  text-transform: capitalize;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ==| PRIMARY STYLES ===================================================== */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #707070;
  background: white;
  font-family: pt_sansregular;
  font-size: 1.4em;
  line-height: 1.4;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.7em 0 0.5em 0;
  font-weight: 100;
  color: black;
  line-height: 30px;
}

h1 {
  font-size: 1.78571em;
}

h2 {
  font-size: 1.57143em;
}

h3 {
  font-size: 1.28571em;
}

h4 {
  font-size: 1.14286em;
}

h5 {
  font-size: 1em;
}

a {
  outline: 0;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

.form-control{
  border-radius: 0;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select.form-control:after{
  content: '\f078';
  font-family: 'FontAwesome';
}
.content a:not(.custom-btn) {
  color: #f8b818;
  text-decoration: underline;
}
.content a:not(.custom-btn):hover {
  text-decoration: none;
}


.content-phone-btn, .content-phone-btn:active, .content-phone-btn:focus {
  display: inline-block;
  float: right;
  font-size: 17px;
  margin: 25px 0 15px 0;
  color: #000;
  font-weight: 700;
}
.content-phone-btn:hover {
  color: #00007C;
}
.content-phone-btn:before{
  vertical-align: middle;
  margin: -1px 3px 0 0;
  display: inline-block;
      content: "\f095";
      font: normal normal normal 23px/1 FontAwesome;
}
[data-track-event]{
  cursor: pointer;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
  color: inherit !important;
  font-size: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.blog-entry {
  margin-bottom: 20px;
}
.blog-entry hr {
  border-width: 1px;
  padding-bottom: 10px;
}

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #EEEEEE;
  border: none;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.well .list-unstyled li {
  display: block;
  margin-bottom: 3px;
}
.well .list-unstyled li a {
  color: #000;
  text-decoration: underline;
}

.pagination a {
  color: #444 !important;
  text-decoration: none !important;
}
.pagination a.active, .pagination a.active:hover {
  background: #00007c;
  border-color: #00007c;
  color: #fff !important;
}

button, fieldset {
  border: none;
}

img {
  max-width: 100%;
}

hr {
  border-style: solid;
  border-width: 3px 0 0 0;
  border-color: #EDEDED transparent transparent transparent;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.container {
  max-width: 1170px;
}

#wrapper {
  width: 100%;
  position: relative;
}

.notice-wrapper {
  background: #00007c;
  height: auto;
  color: white;
  padding: 15px 0;
}
.notice-wrapper .col-md-2 {
  margin-top: 20px;
}
.notice-wrapper .col-md-2 .custom-btn {
  margin-left: 35px;
}
.notice-wrapper a {
  color: inherit;
}
.notice-wrapper p {
  margin: 0;
  position: relative;
  padding: 0 0 0 35px;
}
.notice-wrapper p i {
  font-size: 28px;
  color: #f8b818;
  position: absolute;
  left: 0;
  top: 0;
}

.toggle-elm {
  cursor: pointer;
}

ul[class*="col"] {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #707070;
  /* min-height: 80px; */
}
ul[class*="col"] li {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
ul[class*="col"] li span {
  color: #f8b818;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 5px;
  vertical-align: text-top;
  margin-top: -1px;
  display: inline-block;
}
ul[class*="col"] li a {
  color: inherit;
  text-decoration: underline;
}

.custom-btn {
  display: inline-block;
  border: none;
  color: white;
  background: #00007c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px 0px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.custom-btn.bordered {
  border: 1px solid white;
  font-size: 15px;
  font-weight: 700;
  text-transform: lowercase;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 7px 20px;
}

.custom-btn.yellow {
  border: none;
  font-size: 20px;
  padding: 11px 15px 6px;
  background: #f8b818;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: black;
}
.custom-btn.yellow i {
  margin: -2px 10px 0 0;
  font-size: 25px;
  vertical-align: text-top;
}

.custom-button {
  background: #00007c !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  display: inline-block !important;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  line-height: 15px;
  padding: 10px 15px 8px;
  text-decoration: none !important;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.custom-button:hover {
  color: #f8b818 !important;
}

.radio-inline.custom, .radio.custom {
  position: relative;
  padding-left: 30px;
  color: #272971;
  margin-right: 10px;
}
.radio-inline.custom input[type="radio"], .radio.custom input[type="radio"] {
  visibility: hidden;
}
.radio-inline.custom input[type="radio"] ~ span, .radio.custom input[type="radio"] ~ span {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px #adadad;
}
.radio-inline.custom input[type="radio"]:checked ~ span, .radio.custom input[type="radio"]:checked ~ span {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8wNC8xNEpuu+EAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAACT0lEQVQ4jaXVQYhXVRTH8c/8K9SBcIRiGnAUXUgQrly0UYQ2Fm1GKYIhVDAwUsSF5cmV4eZE6gy0iMiFItikiCVuBreCO9dCUFrKMBEoDA38R3Ba3Pvq73PmP0F3c++7577v+93fufe8gcXFRSu1iFiDV9DNzD9WWj+wHDQiXsfHeBsbsAaLeIqHuIBvM/PhitCIWIfAIazuCXWW+PZjnMrMCcstjIhBXMWxquwBJvEmBjOzU8fnK3AtTkfE9YgYfU5pRLyGH7CjbvEsTmbm/BIKRcQwvsSHGMCtzNzZVvo5tuMJjuPEckDIzNnM3I/DitfbI+L4P0ojYgtuYwhnM/PTNqQ7PTIEq3bNPF5C9Tc4WAWNNkr3VX8e4HQLNtadHrmHR3jUnR65150eGWtxP8M8XsKhBrqn9j9l5mwvENewsQewEdd6wZk5hyv18YMG2mTuckvBZHurfWIXFW83dOoxWl0n7vSoHGopbLd27Ofav9hRfGhuyv9pLzSDjmLwQp3c2gRqlu/3gbRjb9S+28nMJ0rWB7C3tfBoH2g7Nl7735pEfV+h472rVu2a+RG7W6ruY3eNgYjYjHfq4/nm8A/jd8Xfr3EsMxf6qHymRcQU3scMtnUoVw4TSrI+wZH/CBuMiJMYU5J9JjNnnyl9EXETbynXbQpfZOavywDX4yu8p1h3FR9l5lwbOozvFH86mMMNXMJd5TxvraB3lfK4UIFHMvNPli7SL+OAUqhfXcGBeaU8numd7Pc7GVaO2Dg2+fd3Mo9flGt5LjP/ar/7N+mJ32m4iuBmAAAAAElFTkSuQmCC);*/
  background-color: #f8b818;
}

.checkbox-inline.custom, .checkbox.custom {
  position: relative;
  padding-left: 26px;
  color: #272971;
}
.checkbox-inline.custom input[type="checkbox"], .checkbox.custom input[type="checkbox"] {
  visibility: hidden;
}
.checkbox-inline.custom input[type="checkbox"] ~ span, .checkbox.custom input[type="checkbox"] ~ span {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 1px 2px #adadad;
}

.checkbox-inline.custom input[type="checkbox"]:checked ~ span:before, .checkbox.custom input[type="checkbox"]:checked ~ span:before{
  content:'\f00c';
  font-family: FontAwesome;
  color: #f8b818;
  position: relative;
  top: -2px;
}
.custom-select {
  position: relative;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 25px 5px 10px;
  border-left: 1px solid #d6d6d6;
  cursor: pointer;
  width: auto;
}
.custom-select .label {
  float: right;
}
.custom-select .main-icon {
  font-size: 18px;
  vertical-align: text-top;
  margin: -2px 10px 0 0;
}
.custom-select .options {
  position: absolute;
  min-width: 100%;
  padding: 5px 0;
  left: -1px;
  top: 100%;
  margin: 0;
  background: #fff;
  z-index: 1001;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 0 5px 0px rgba(214, 214, 214, 0.4);
  box-shadow: 0 0 5px 0px rgba(214, 214, 214, 0.4);
  display: none;
}
.custom-select .options li {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  border: none;
  cursor: default;
  padding: 1px 10px;
  font-family: oxygenregular;
}
.custom-select .options li:not(.disabled):hover {
  background: #3399FF;
  color: #fff;
}
.custom-select .options li[data-selected="selected"] {
  background: #3399FF;
  color: #fff;
}
.custom-select .options li[data-type="opt-group"] {
  font-weight: 700;
  font-style: italic;
}
.custom-select .options li[data-type="option"] {
  padding: 1px 10px 1px 15px;
}
.custom-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  width: auto;
  min-width: 100%;
}
/* .custom-select:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #b9b7b5 transparent transparent;
  margin-top: -3px;
} */
.custom-dropdown{
  position: relative;
}

.custom-dropdown__icon{
  position: absolute;
  right: 25px;
  top: 15px;
  color: #272971;
}
.social-holder ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.social-holder ul li {
  display: inline-block;
  margin-left: 6px;
}
.social-holder ul li:first-child {
  margin-left: 0;
}
.social-holder ul li a {
  display: block;
  font-size: 2em;
  width: 1.42857em;
  height: 1.42857em;
  background: #00007c;
  color: white;
  text-align: center;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social-holder ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0 2px;
}
.social-holder ul li:nth-of-type(2n) a i {
  margin-left: -1px;
}

.social-holder.light ul li a {
  background: white;
  color: #f8b818;
}

header {
  font-family: oxygenregular;
}
header .section-1 {
  background: #f8b818;
  border-bottom: 5px solid #EDEDED;
  padding: 0;
}
header .header-upper {
  color: #00007c;
}
header .header-upper a {
  color: inherit;
}
header .header-upper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .header-upper > ul > li {
  display: inline-block;
}
header .header-upper > ul > li .visible-xs.visible-sm {
  display: inline-block !important;
}
header .header-upper > ul .nav-trigger {
  float: right;
  border-left: 2px solid #F1A31F;
  padding: 4.5px 8px 3px 9px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
header .header-upper > ul .nav-trigger i {
  top: auto;
  font-size: 40px;
}
header .header-upper > ul .nav-trigger.open {
  background: #EDEDED;
}
header .header-upper > ul .phone-number {
  font-weight: 700;
  border-right: 2px solid #F1A31F;
  float: right;
  font-size: 13px;
  padding: 8px 8px 6px 8px;
}
header .header-upper > ul .phone-number i {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-size: 16px;
  vertical-align: text-top;
  margin-top: -2px;
}
header .header-upper .port-select-wrapper {
  float: right;
}
header .header-upper .custom-select {
  border: none;
  padding: 7px 0 5px 0;
}
header .header-upper .custom-select .options {
  left: auto;
  right: 0;
}
header .header-upper .custom-select i.main-icon {
  float: right;
  margin-left: 5px;
}
header .header-upper .custom-select .label {
  float: left;
}
header .header-upper .custom-select .label .country {
  display: none;
}
header .header-upper .custom-select:after {
  display: none;
}
header nav {
  /* 
  position: absolute;
  top: 100%;
  z-index: 1000; */

  padding: 0 !important;
    display: none;
    margin: 0;
    list-style-type: none;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #E4E4E4;
    overflow: scroll;
}

header nav ul.main-nav {
  background-color: #E4E4E4;
  padding: 3.5px 0 !important;
  margin: 0;
  list-style-type: none;
}
header nav ul.main-nav li {
  position: relative;
}
header nav ul.main-nav li a {
  padding: 15px 15px 15px 50px;
  display: block;
  text-transform: uppercase;
  color: #7E7E7E;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.9px;
}
header nav ul.main-nav li .toggle-elm {
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 14px;
}
header nav ul.main-nav li .toggle-elm.open {
  color: #f8b818;
}
header nav ul.main-nav li ul.sub-nav {
  background-color: #00007c;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: none;
}
header nav ul.main-nav li ul.sub-nav li a {
  color: white;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 5px;
}
header nav ul.main-nav li .sub-navTrigger {
  display: block;
  width: 25px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 13px;
  background: url(../../graphics/arrow-down.png);
  background-size: 24px 15px;
}
header nav ul.main-nav li .sub-navVisible {
  background: url(../../graphics/arrow-up.png);
  background-size: 24px 15px;
}
header .logo {
  width: 80px;
  margin: 10px auto;
  display: block;
}
header #main-nav .man-booking {
  display: none !important;
}
.pattern-strip {
  display: none;
}

.slideshow-container {
  position: relative !important;
  background-size: cover;
  background-position: center;
  transition: all linear 0.8s;
}
.slideshow-container .speacial-descr {
  color: #00007c;
  margin-bottom: 15px;
}
.slideshow-container .hgroup {
  padding-right: 50px;
}
.slideshow-container .hgroup .h1, .slideshow-container .hgroup .h2 {
  margin: 0;
  padding: 0;
}
.slideshow-container .hgroup .h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}
.slideshow-container .hgroup .h2 {
  font-size: 20px;
  margin: 10px 0;
}
.slideshow-container .hgroup .h2 i {
  color: #f8b818;
  margin-top: 4px;
  vertical-align: text-top;
}
.slideshow-container .slides .img-holder {
  position: relative;
}
.slideshow-container .slides .img-holder:after {
  content: '';
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAqCAYAAACk2+sZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzI0NjE0OEY0RkUxMUUzODE1MEUwNkFDM0M3Nzc4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzI0NjE0OUY0RkUxMUUzODE1MEUwNkFDM0M3Nzc4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMjQ2MTQ2RjRGRTExRTM4MTUwRTA2QUMzQzc3Nzg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIzMjQ2MTQ3RjRGRTExRTM4MTUwRTA2QUMzQzc3Nzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GLNZWQAABCxJREFUeNq0l9lOFGEQhXuanmEEBVckgooBRXHHoLhGDcYLL30CL3wPn8WdxCtwQYkad2LcEkTcV0RFUBQVYRjbKvO1+Wm7Z6BnrOSEML3UX1WnTlXHXNc9YFnWmGBIMCD4KOgXvAdpK5rZgs2CWkGRoFCQEDiCmMNN+neGYC4PfBN0Cy4IPkd0/EvwTDBFsFQwzfjdcnw3PxTcFzwhA7laL7goqBM0CaZrFj3HMdL9XTBVsELwVfCI36OYRrpWMF+Q5P8p/ohdQVywCeeaonv8HtV+Cl4LygSLCWjEe2cMctlEeEXwOIe6Zop+C2TT7LpmjeMwOl9O5wiqBDMFs6nt3ww6BtOU1dsEz/PkWFtomaCaNI+Rftd0rKn+JGjPY3pfCQ7idAmHqKKXx6V6lAsFgj5Olw8bpjuUQ6WCeRq9mWqtwR5SMki9Ne13eHiyZNKyVRJxCcqV9trT9inNKKxTlSkmLVFM39Mj+IHjImr7D7k8EVG7KbhGzaOaRtYF9PCraKXZnvabjr3T1JL2txDkA6IyWTFJIh4LUa8iT7WCtFr/nyUoF9Sj13qAFsG7STitEOzkbwkakQapoIj7EJAPjEQdk1+I2CxJAvkLMz3kCUOjizlADcPibzvpi+5yc1hKC0jZOkpxCBJZvNSiZTyiDgNTCbt5R6kpIIMhTss4ZR0lSNASlbSbdsA+atgp6GCRCDLXr1wuafGsFJKpswW8NM19KWpWi+PViMIog2ANB7hB6fxZi5upTpH/HURYTSSuobEOZEsxAGo47HJS63A4FYqNHEgXi1t0R5oS6TOuNxa90ziGs1/GSQvZJA5ziP2wX/u9kZe2weJGDhcjujHE5A3ZqzA3EMugu98KYelhgyjXBXtZHPT6GcFtMEwrjcL8GA6rwiQzyBK01hEfOzvp7yRtd8u4phPuHNHaBi9GzDXKzuK0H6cDvmsjyGGSIfLDd12Xu7OULtCHE+I0jrMjTKkwdTJ72G+XiHa3udZmijiOWh0jzUFWTs1e0FbJkPsuQ7oCvy87wOkQTnszlGElgnMIp4sy3HsF8o1zbvvSrrVqhvph5iAsVxmdXfRsJtN7T+HPNh3b9Gcz6cu2PfbDbAuFKmPgZzJtwZPeoLGNBUBH39MJjDxN8Wmj5/torZoJPNtB9I7nOIWsTXR58+/eN7PU2bTPltHgSb6XoloPKY9luU9VrkF92rBNH1jP0I5iLgqWbT3axir0J+LjkGUeX3f/yypZ+FQ2222+h9sgy4YMYpCL2ShYCR/7l7x2egDjFkygJ6NYAxxSHpz3C0g7bbEZEuTLdJvZxWdMS5ByfedCGQt4vqyJMjabm6lfqx+jMFvR7VxtMfJ61N/7QdOpjRGWK8O1XNsFrUHiZId8cLWS7kQOjksYi/eCLuqyF/ZgPdPn5f9o6t8CDADlPS57dNrsOQAAAABJRU5ErkJggg==) repeat-x;
  height: 42px;
  position: absolute;
  bottom: 0;
  width: 100%;

  z-index: 100;
}
.slideshow-container .credits {
  padding: 10px 15px;
  font-size: 12px;
  text-align: right;
}
.slideshow-container .credits a {
  color: inherit;
  cursor: text;
}
.slideshow-container .credits a[href] {
  text-decoration: underline;
  cursor: pointer;
}
.slideshow-container .credits p {
  margin: 10px 0 0 0;
}
.slideshow-container .credits p:first-child {
  margin-top: 0;
}
.slideshow-container .price-wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 999;
  font-size: 11px;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}
.slideshow-container .price-wrap .find-more.custom-button {
  display: none !important;
}
.slideshow-container .price-wrap div {
  width: 136px;
  height: 136px;
  background: #1d1e52;
  background: -moz-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1e52), color-stop(100%, #272971));
  background: -webkit-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -o-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -ms-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: linear-gradient(to bottom, #1d1e52 0%, #272971 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1e52', endColorstr='#272971',GradientType=0 );
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: table-cell;
  line-height: 1.7em;
  text-align: center;
  vertical-align: middle;
}


.spl-ribbon{
  display:block;
  width: 280px;
  height: 73px;
  background: url('../../graphics/spl-ribbon.png') no-repeat;
  background-size:cover;
}

.spl-ribbon:hover{
  background: url('../../graphics/spl-ribbon-hover.png') no-repeat;
  background-size:cover;
}
.youtube-video{
    position: relative;
}
.youtube-video iframe{
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 2;
}

.video-text-wrap {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 6px;
    padding: 20px 135px 20px 15px;
    background-color: rgba(39,41,113,0.7);
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    z-index: 3;
}

.video__text-btn{
    font-size: 16px !important;
    position: relative;
    color: #fff !important;
}

#feature-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 72px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

@media screen and (width: 768px) {
  .notice-wrapper {
    padding-top: 75px;
}
}

@media screen and (max-width: 767px) {
  #wrapper {
    top: 75px;
  }
  .spl-ribbon{
    margin:-10px 15px 20px 15px;
     float:right;

  }
  .slideshow-container .price-wrap {

    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
  }

  .slideshow-container .price-wrap div{

      width:105px;
      height:105px;

  }
  .overlapped.faux {
    background: #e4e4e4;
  }
  .booking-panel-wrap{
    background: #e4e4e4 !important;
  }
  #bpanel {
    background: #e4e4e4 !important;
 
  }
  .booking-panel {
    color: #e4e4e4 !important;
    padding-top: 15px;
  }
  .booking-panel--grey {
    background-color: #e4e4e4;
  }
  .booking-panel .panel-tab-wrap .panel-tab.active {
    background: #e4e4e4 !important;
  }
  .booking-panel form .inline.sel {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .steps-icon {
    width: 100% !important;
  }
  .step-2-text {
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .step-2-text span{
    color: #272971;
    font-weight: 600;
  }
  .step-2-text a{
    font-weight: 600;
  }

  .radio-inline, .checkbox-inline {
    margin-bottom: 10px;
  }
  .owl-prev {
      left: -10px !important;
  }
  .owl-next {
    right: -15px !important;
  }

  .video-text-wrap {
      position: relative;
      left: 0;
      right: 0;
      padding: 15px;
  }

  .video__btn{
      display: block;
      position: relative;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -moz-transform: translateY(0%);
      transform: translateY(0%);
      right: 0;
      width: 100%;
      top: auto;
  }

  .social-holder ul {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {

  .spl-ribbon{

    width: 385px;
    height: 101px;
    position:absolute;
    right:15px;
    bottom:120px;
    z-index:6;

  }
  .step-2-text{
    display: none;
  }
  .booking-panel--grey {
    margin-top: 50px;
  }

}



.slideshow-container .price-wrap div p:first-child {
  color: #F8B818;
  font-size: 1.167em;
  margin-left: -3.2em;
  margin-top: 0.714em;
}
.slideshow-container .price-wrap div p:first-child + p {
  font-size: 3.571em;
  font-size: 2.7em;
  color: white;
  font-weight: 700;
  margin-top: -0.360em;
}
.slideshow-container .price-wrap div p:first-child + p span {
  color: #F8B818;
  font-size: 0.400em;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.350em;
}
.slideshow-container .price-wrap div p:last-child {
  font-size: 1.286em;
  text-align: right;
  color: #F8B818;
  margin-top: -0.278em;
  padding-right: 0.556em;
}
.slideshow-container .price-wrap div.xl {
  width: 11em;
  height: 11em;
}

.bpanel-trigger, .bpanel-trigger:hover {
  display: block;
  text-decoration: none;
  background: #f8b818;
  color: black;
  font-size: 1.21429em;
  text-align: center;
  padding: 10px 10px 6px 10px;
  font-weight: 700;
  white-space: nowrap;
}
.bpanel-trigger i, .bpanel-trigger:hover i {
  margin-right: 6px;
}

.news-ticker-wrapper {
  display: none;
}

#main {
  margin-bottom: 100px;
  position: relative;
}

.container.expanded {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}
/* #booking-section-1{
  margin-bottom: 20px;
} */
#booking-section-2{
  display: none;
}
.booking-panel {
  /*background: #1d1e52;
  background: -moz-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1e52), color-stop(100%, #272971));
  background: -webkit-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -o-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: -ms-linear-gradient(top, #1d1e52 0%, #272971 100%);
  background: linear-gradient(to bottom, #1d1e52 0%, #272971 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1e52', endColorstr='#272971',GradientType=0 );*/
  background: transparent;
  color: #fff;
  pointer-events: auto;
}
.booking-panel form {
  font-size: 13px;
}
.booking-panel form .form-item {
  margin-top: 10px;
  text-align: center;
}
.booking-panel form .form-item:first-child {
  margin-top: 10px;
}
/*.booking-panel form .form-item .radio-inline {
  float: left;
}*/
.booking-panel form label {
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

.booking-panel form label.input-addon {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.booking-panel form select, .booking-panel form input {
  color: #444;
}
.booking-panel form select {
  border: 1px solid #E5E5E5;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 6px 15px 3px 5px;
  width: 100%;
  max-width: 100%;
  background: white;
}
.booking-panel form .inline.sel {
  display: inline-block;
  width: 31%;
  margin-left: 4px;
}
.booking-panel form .inline.sel:first-child {
  margin-left: 0;
}
.booking-panel__dropdown__menu.dd-open:hover{
  display: block !important;
}
.booking-panel__dropdown__btn {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    text-align: left;
    padding: 10px 15px;
}
.booking-panel__dropdown__btn__span {
  font-size: 16px;
  color: #b9b9b9;
  margin-left: 8px;
}
.booking-panel__dropdown__btn__span--blue{
   color: #272971;
   font-weight: 600;
}

.booking-panel__dropdown__btn__span.editable {
  border: none;
  width: 80%;
  background-color: inherit;
  text-align: left;
}

.booking-panel__dropdown__btn__span.editable:focus,
.booking-panel__dropdown__btn__span.editable:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.booking-panel__dropdown__menu__item__span{
  margin-right: 8px;
}

.booking-panel__dropdown__btn__icon{
  float: right;
  margin-top: 3px;
  color: #272971;
  position: absolute;
  right: 10px;
  top: 14px;
}
.booking-panel__dropdown__menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    max-height: 315px;
    overflow-y: scroll;
    font-size: 16px;
    text-align: left;
}
.booking-panel__dropdown__menu--border .booking-panel__dropdown__menu__item{
  border-bottom: 1px solid #adadad;
}
.booking-panel__dropdown__menu__item{
  color: #272971;
  padding: 8px 12px;
  cursor: pointer;
}
.booking-panel__dropdown__menu__item:hover{
  background: #ccc;
}
.booking-panel__dropdown__menu__item.divider{
  padding: 0;
}
.booking-panel__dropdown__menu__item small{
  color: #b9b9b9;
}

.booking-panel__dropdown__menu__controls {
    background: #f8b818;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    float: right;
    color: #fff;
    margin-left: 10px;
}
/*.booking-panel form .inline.sel select {
  width: 74px;
}*/
.booking-panel form .custom-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  color: #fff;
}
.booking-panel form .custom-btn:hover {
  background: #fbcf5e;
  color: #00007c;
}
form .date-selection {
  display: inline-block;
  margin-right: 13px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
form .date-selection input[type="text"] {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.booking-panel__dates{
  position: relative;
}
.booking-panel__dates__span {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #333;
    font-size: 14px;
}
.pick-date {
    width: 100%;
    vertical-align: middle;
    padding: 10px 65px;
    font-size: 16px;
    color: #272971 !important;
    font-weight: 600;
}
.booking-panel__dates__icon {
    position: absolute;
    right: 15px;
    color: #272971;
    top: 9px;
    font-size: 26px;
}
form .date-selection .cal, form .date-selection .cal-trigger {
  display: inline-block;
}
form .date-selection .cal-trigger {
  vertical-align: top;
  margin: -1px 0 0 5px;
}
form .date-selection .cal-trigger i {
  color: #f8b818;
  font-size: 25px;
}
form .date-selection .cal-trigger small {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
form .date-selection .cal {
  color: #202020;
  text-align: center;
  font-size: 11px;
  width: 55px;
}
form .date-selection .cal span {
  display: block;
  margin: 0;
  line-height: 0.8;
}
form .date-selection .cal > span {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: -o-linear-gradient(top, white 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(to bottom, white 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dddddd',GradientType=0 );
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 4px 1px 4px;
}
form .date-selection .cal > span:first-child {
  margin-bottom: 1px;
  padding-top: 3px;
  padding-bottom: 1px;
}
form .date-selection .cal .month {
  font-size: 11px;
}
form .date-selection .cal .date {
  font-size: 30px;
  font-weight: 700;
}
form .date-selection.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.steps-icon {
    display: inline-block;
    width: 50px;
    background: #007B4B;
    height: 44px;
    vertical-align: top;
    line-height: 52px;
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
}
.panel-tab-wrap {
    text-align: center;
}
.booking-panel .panel-tab-wrap .panel-tab {
  width: 150px;
  height: 42px;
  line-height: 45px;
  display: inline-block;
  font-size: 17px;
  background: rgba(39,41,113,0.9);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  margin-right: -0px;
  padding: 0;
  border-radius: 0;
}
.booking-panel .panel-tab-wrap .panel-tab i {
  font-size: 30px;
  vertical-align: text-top;
  line-height: 17px;
  margin-right: 5px;
  height: 35px;
}
.booking-panel .panel-tab-wrap .panel-tab .fa-bed {
  font-size: 25px;
  top: 1px;
}
.booking-panel .panel-tab-wrap .panel-tab .fa-plane {
  top: 3px;
}
.booking-panel .panel-tab-wrap .panel-tab.active {
  color: #272971;
  background: rgba(255,255,255,0.9);
}
.booking-panel .content-panel {
  display: none;
  position: relative;
}
.booking-panel .content-panel:first-child {
  display: block;
}
.booking-panel #b_searchboxInc {
  background: orange !important;
}

.ie9 .booking-panel .date-selection .cal > span, .gt-ie9 .booking-panel .date-selection .cal > span {
  filter: none;
}

#bpanel {
  padding: 12px;
  margin: 0px;
  background: rgba(255,255,255,0.9);
  float: left;
  width: 100%;
}
.booking-panel--grey #bpanel {
    background: #e4e4e4;
}
.booking-panel--grey .booking-panel .panel-tab-wrap .panel-tab.active {
    background: #e4e4e4;
}
.booking__heading {
  font-family: 'PT Serif', serif;
  font-size: 1.7em;
  color: #272971;
}

.section__heading{
    color: #00007c;
    margin: 30px 0;
    font-weight: 600;
    position: relative;
}
.section__heading span{
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.section__heading--border-behind:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.quicklinks {
  padding: 0 0 10px 0;
}
.quicklinks hr {
  padding-bottom: 10px;
}
.quicklinks .quicklink {
  overflow: hidden;
  margin: 10px auto;
  position: relative;
  cursor: pointer;
  min-height: 254px;
}
.quicklinks .quicklink img {
  max-width: 100%;
  min-height: 254px;
}
.quicklinks .quicklink .overlay {
  position: absolute;
  max-width: 100%;
  height: 50%;
  left: 15px;
  right: 15px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quicklinks .quicklink .overlay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.quicklinks .quicklink .overlay h2 {
  color: white;
  margin: 0;
  padding: 1px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: oxygenregular;
}
.quicklinks .quicklink .overlay.from-top {
  top: 0;
}
.quicklinks .quicklink .overlay.from-bottom {
  bottom: 0;
}
.quicklinks .quicklink .overlay.from-bottom i {
  color: #f8b818;
  font-size: 40px;
  margin: 5px 0 0 0;
}
.quicklinks .quicklink .overlay.from-bottom i.fa.fa-plane {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.quicklinks .quicklink .overlay.descr {
  display: none;
}

.dbanner {
  margin-bottom: 15px;
}
.dbanner img {
  max-width: 100%;
}

.faux-table {
  font-family: pt_sansregular;
  margin-bottom: 10px;
  margin-top: 15px;
}
.faux-table .row {
  margin: 0 0 1px 0;
  background: #fff;
}
.faux-table .row p {
  margin: 0;
}
.faux-table .row .col-xs-12.col-md-2 {
  padding: 8px 5px 4px 5px;
}
.faux-table .row .col-xs-12.col-md-10 {
  padding: 7px 5px 4px 5px;
}
.faux-table .row:nth-child(odd) {
  background: #F8F8F8;
}

.grid-list {
  margin-bottom: 15px;
  margin-top: 10px;
  color: #707070;
}
.grid-list .clm {
  margin: 15px 0;
}
.grid-list a {
  color: inherit;
}
.grid-list h2 {
  font-size: 20px;
  margin: 0;
}
.grid-list h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: inherit;
  font-weight: 700;
}
.grid-list .img-holder {
  margin-bottom: 10px;
  height: 200px;
}
.grid-list .img-holder ~ a {
  display: block;
  margin-bottom: 10px;
  height: 100%;
}
.grid-list .img-holder .inner {
  height: 100%;

}
.grid-list .img-holder .inner img {
  height: 100%;
}

.grid-list.ql .clm {
  margin-top: 0;
  margin-bottom: 25px;
}
.grid-list.ql .clm h2 {
  margin-bottom: 10px;
  color: #444;
}

.social {
  margin: 0;
  padding: 0;
}
.social li {
  float: left;
}
.social li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}
.social li a.soc-facebook {
  background: url("../../graphics/facebook.png") no-repeat center center;
}
.social li a.soc-twitter {
  background: url("../../graphics/twitter.png") no-repeat center center;
}
.social li a.soc-google {
  background: url("../../graphics/google.png") no-repeat center center;
}

#flight-form {
  display: block;
} 
#flights {
  display: none;
}
.content p{
  font-size: 14px;
}
.content img:not(.page_thumb_image){
  width: 100%;
  max-height: 360px;
}

.no-padding {
  padding: 0;
}

.br-padding {
  padding: 0 0 0 15px;
}

.fares-special-h2{
  color: #224094;
  font-size:36px;
  line-height: 46px;
  font-weight: bold;
  padding-top: 30px;
}
.fares-special-h3{
  color: #262626;
  font-size:30px;
  line-height: 39px;
  font-weight: 400;
  padding-top: 20px;
}

.page-heading{
  font-size:40px;
  line-height: 52px;
}
.travel_heading {
  background-color: white;
  margin: 0;
}
.page_introduction {
  color: #7D7D7D;
  font-size:20px;
  line-height: 26px;
  
}
.page_sub_heading {
  color: #262626;
  font-size:30px;
  line-height: 40px;
  font-weight: 400;
}
.page_thumb_image {
  height: 125px;
  padding-right: 0;
}

.travel-detail-filter .form-control-label {
 left: 25px !important;
 letter-spacing: 0 !important;
}

.travel-detail-filter .form-control {
  padding: 5px 10px;
  font-size: 14px !important;
  line-height: 32px;
  color: #A4A4A4;
}

.travel-detail-filter label {
  font-size: 16px !important;
  line-height: 32px;
}

.travel-detail-filter .hasDatepicker {
  padding: 6px 5px 6px 45px;
}

.travel_date_label {
  font-size:23px !important;
  line-height: 32px !important;
  letter-spacing: 0.75px !important;
  color: #132982 !important;
  text-transform: capitalize !important;
  margin: 15px 0 0 0;

}
.travel_date {
  font-size:20px !important;
  line-height: 26px !important;
  letter-spacing: 1px !important;
  color: #7D7D7D !important;
  text-transform: capitalize !important;
  margin: 15px 0 0 0;
}
.page_rules {
  color: #132982 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  margin-top: 10px;
}
.page_label {
  font-size:16px !important;
  line-height: 20px!important;
  letter-spacing: 0px !important;
  color: #7D7D7D !important;
  margin: 10px 0;
}
.page_link,
.detail_link {
  font-size:16px !important;
  line-height: 20px!important;
  letter-spacing: 0.8px !important;
  color: #132982 !important;
  text-decoration: none !important;
  margin-bottom: 15px;
  font-weight: bold;

}

.detail_link i::before {
  font-size: 20px;
}

.bg-white {
  background-color: white !important;
  padding: 0 15px 0 0!important;
  margin: 0 !important;
}
.travel_details {
  background-color: #F2F2F2 !important;
  margin: 15px 0 50px !important;

}
.travel-detail-filter{
  background-color: #F2F2F2;
  padding: 15px 10px 0 15px;
}

.travel-detail-filter .form-control[readonly] {
    background-color: white !important;
    cursor: unset;
}

.flexible_id {
  margin: 5px 5px 0 0;
}

.tp_label {
  background-color: white;
  text-align: center;
  height: 40px;
  font-size: 18px !important;
  margin: 0 !important;
  letter-spacing: 0.54px;
  line-height: 23px;
  color: #7D7D7D;
  text-transform: uppercase;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.bg-yellow {
  background-color: #FCB612;
  color: white;
}
.bg-blue {
  background-color: #132982;
  color: white;
}
.bg-darkblue {
  background-color: #0F1F5E;
  color: white;
}
.bg-black {
  background-color: #262626;
  color: white;
}
.bg-forestgreen {
  background-color: #076535;
  color: white;
}
.bg-carrotorange {
  background-color: #f6891e;
  color: white;
}
.bg-cyanblue {
  background-color: #43ace1;
  color: white;
}

.tp_details {
  padding: 50px 0 50px 0;
  border-left: 1px solid #E4E4E4;
}
.tp_detail {
  text-align: center;
  font-size: 16px !important;
  margin: 5px 0 !important;
  letter-spacing: 0.8px;
  line-height: 20px;
}
.tp_price {
  text-align: center;
  color: #132982;
  font-size: 30px !important;
  line-height: 40px;
  margin: 0 !important;
  font-weight: bold;
}
.tp_tt {
  text-align: center;
  font-size: 16px !important;
  margin: 0 !important;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-transform: uppercase;
}
.special-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #224094;
  font-size: 18px;
  left:-15px;
}
.special-arrow-right{
  left: unset;
  right: -15px;
}
.special .special-section{
  height: 100%;
}
.special .special-section a{
  margin: 0px;
 padding: 0px;
 text-decoration: none;
 width: 100%
}
.special .special-section a img{
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.fares h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 33px;
  color: #262626;
  font-weight: 400;
}
.fares ul li a{
  font-size: 20px;
  line-height: 40px;
  color: #224094 !important;
}
.fares ul li span {
  font-size: 10px;
  line-height: 15px;
  margin-right: 10px;
}
.fares-list .quicklinks .quicklink img {
  min-height: 200px;
  max-height: 200px;
}
.fares-list .quicklinks .quicklink {
  min-height: 200px;
  max-height: 200px;
}
.fares-list .quicklinks .quicklink .overlay h2 {
  font-size: 25px;
}
.fares-list .fares:nth-child(2n+1) {

  clear: both;
}

.page-subheading {
  font-size: 20px !important;
  line-height: 26px;
  font-weight: bold;
  color: #132982;
  padding: 15px 0 0 0;
  margin: 0;
}

.special__filter {
    background-color: #F2F2F2;
    padding: 15px;
}

.sale_tag {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.sale__special{
  top: 0px;
}
#sale {
  background: #FBB614;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 40px;
}
#sale:before {
  content: "";
  position: absolute;
  bottom: -12px;
  border-top: 12px solid #FBB614;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  height: 0;
  left: 0;
  width: 0;
}

.special .special__top {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
  margin-top: 30px;
}

.special h2,
.fare_title {
  font-size: 30px !important;
  line-height: 50px;
  vertical-align: middle;
  color: #262626;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 15px;
}
.section-search-flight {
  margin-top: 30px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 15px;
}

.section-border-td {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding:25px 0 25px 0;
 }

 .section-border-td div {
  display: none;
 }
 .section-border-td div.open {
  display: block;
 }

 .tc__link {
   font-size: 20px !important;
   line-height: 26px;
   letter-spacing: 1px;
   color: #132982;
   text-transform: capitalize;
   font-weight: 400;
   cursor: pointer;
 }

 .tc__link i {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-style: normal;
  font-style: 15px;
 }

.special .special__list--item {
  padding: 0 11px;
}
.special .special__link {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
}

.special__list {
  margin: 0 15px;
}
.special .special__link::before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #262626 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
.special .special__image {
  width: 100%;
  height: 100%;
  display: block;
}

.special .special__heading {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  font-size: 36px;
  line-height: 40px;
  color: white;
  font-weight: 100;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
}
.special .special__price {
  font-size: 28px;
  line-height: 30px;
  color: white;
  font-weight: 100;
  position: absolute;
  width: 100%;
  bottom:0;
  padding: 15px;
  text-align: center;
}
.special .special__arrow {
  font-size: 25px;
  line-height: 35px;
  color: white;
  font-weight: 900;
  position: absolute;
  bottom:15px;
  right: 20px;
  font-family: 'FontAwesome';
  font-style: normal;
}
.special .special__price span {
  font-size: 45px;
  line-height: 65px;
  font-weight: 700;
}
.special .special__price p {
  font-size: 20px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding:0 !important;
  font-weight: 400;
  text-transform: uppercase;
}

.special .special-section a span{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 40%;
  font-size: 30px;
  color:#FFFFFF;
  text-align: center;
  width:90%;
}

.special-sale {
  width: 75px;
  height: 85px;
  position: absolute;
  top:-5px;
  left:10px;
}
.special-sale span{
 color:#FFFFFF;
 text-transform: uppercase;
 position: absolute;
 font-size:18px;
 top:30px;
  left:14px;
}

.justify-content-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.filter-panel {
  background-color: #F2F2F2;
  padding: 15px 15px 0 15px;
}


.filter-panel .form-control,
.special__top .form-control {
  padding: 6px 12px 6px 60px !important;
  color: #A4A4A4;
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: 0.36px;
  cursor: pointer;
}

.filter-panel__dropdown__btn__icon {
  float: right;
  color: #272971;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}


.form-control-label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 18px !important;
  line-height: 20px !important;
  letter-spacing: 0.36px;
  color: #262626;
  font-weight: 400 !important;
  text-transform: capitalize;
  background-color: white;
  pointer-events: none;
  
}
.form-control-label span {
  margin-left: 10px;
  color: #A4A4A4;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.36px;
}

.route__btn,
.fare__btn {
  font-size: 18px !important;
  line-height: 40px !important;
  letter-spacing: 1px !important;
  color: white !important;
  text-decoration: none !important;
  background-color: #224094 !important;
  border-radius: 4px !important;
  padding: 0 8px;
  text-align: center;
  display: inline-block;
  min-width: 125px;
  max-width: 100%;
}

.no-right-padding {
  padding-right: 0;
  padding-left:15px;
}

.filter-label {
  font-size: 20px !important;
  line-height: 44px !important;
  color: #7D7D7D;
  font-weight: 400 !important;
  display: block;
}


@media screen and (max-width: 1600px) {
  .filter-panel .route__btn,
  .filter-panel .fare__btn {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    padding: 0 5px;
  }

  .travel-detail-filter label {
    font-size: 14px !important;
    line-height: 32px;
  }

  .filter-panel__dropdown__btn__icon {
    right: 20px;
  }
  .no-right-padding .filter-panel__dropdown__btn__icon {
      right: 5px;
  }

  .form-control-label span {
    margin-left: 5px;
    font-size: 13px !important;
    letter-spacing: 0px;
  }
    
  .fares-special-h2{
    font-size: 28px;
    line-height: 35px;
  }
  .fares-special-h3{
    font-size: 25px;
    line-height: 28px;
  }

  .page-heading{
    font-size:30px;
    line-height: 45px;
  }

  .page_introduction {
    color: #7D7D7D;
    font-size:18px;
    line-height: 22px;
    
  }
  .page_sub_heading {
    font-size:25px;
  }

  .travel_date_label {
    font-size:18px !important;
    line-height: 25px !important;
  }
  .travel_date {
    font-size:17px !important;
    line-height: 20px !important;
  }

  .page_rules {

    font-size: 17px !important;
    line-height: 20px !important;
  }

  .tp_price {
    font-size: 25px !important;
    line-height: 30px;
  }

  .fares h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .fares ul li a{
    font-size: 16px;
    line-height: 30px;
  }

  .fares-list .quicklinks .quicklink .overlay h2 {
    font-size: 22px;
  }

  .page-subheading {
    font-size: 16px !important;
    line-height: 20px;
  }

  .sale_tag {
    font-size: 16px;
    line-height: 20px;
  }

  .special h2,
  .fare_title {
    font-size: 25px !important;
    line-height: 30px;
  }
  .section-search-flight {
    padding: 15px;
  }

  .tc__link {
    font-size: 18px !important;
    line-height: 20px;
  }

  
  .section-border-td {
    padding:15px 0 15px 0;
  }

  .special .special__heading {
    font-size: 25px;
    line-height: 30px;
  }
  .special .special__price {
    font-size: 20px;
    line-height: 25px;
  }
  .special .special__arrow {
    font-size: 20px;
    line-height: 25px;
  }

  .special .special__price span {
    font-size: 30px;
    line-height: 35px;
  }

  .special .special__price p {
    font-size: 16px !important;
  }

  .special .special-section a span{
    font-size: 20px;
  }

  .special-sale span{
  font-size:16px;
  }

  .filter-panel .form-control,
  .special__top .form-control {

    font-size: 16px !important;
  }


  .form-control-label {
    font-size: 16px !important;
  }

  .route__btn,
  .fare__btn {
    font-size: 16px !important;
    line-height: 30px !important;
    min-width: 100px;
  }

  .filter-label {
    font-size: 16px !important;
  }

}

@media screen and (min-width: 769px) {
  .justify-content-lg-end {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .no-right-padding{
    padding-right: 15px;
  }
  .no-right-padding .filter-panel__dropdown__btn__icon {
    right: 20px;
}
  .page-heading{
    font-size:20px;
    line-height: 32px;
  }

  .page_introduction {
    font-size:18px;
    line-height: 20px;
    
  }
  .page_sub_heading {
    font-size:20px;
    line-height: 20px;
  }
  .page_thumb_image {
    height: 200px;
    margin-bottom: 15px;
  }
  .travel_date_label {
    font-size:18px !important;
    line-height: 20px !important;
  }
  .travel_date {
    font-size:16px !important;
    line-height: 20px !important;
  }
  .page_rules {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .page_label {
    font-size:14px !important;
    line-height: 20px!important;
  }
  .page_link,
  .detail_link {
    font-size:14px !important;
    line-height: 20px!important;
  }
  .br-padding {
    padding:15px;
  }
  .tp_label {
    font-size: 16px !important;
    line-height: 16px;
    padding:5px !important;
  }
  .tp_details {
    padding: 15px;
  }
  .tp_price {
    font-size: 20px !important;
    line-height: 30px;
  }

}
@media screen and (min-width: 1600px) {
  .no-slideshow .container {
    width: 1500px !important;
    max-width: 1500px !important;
}
}
@media screen and (max-width: 601px) {
  .special .col-xs-4{
    width: 100%;
  }
  }
/* fares style */
.section-fares{
	padding-left: 15px;
}
.special-list {
  margin: 30px 0px 30px -15px;
  height: 155px;
}
.special-list .specials {
  margin: 0;
  height: 100%;
}
.special-list h2 {
  color: #00007c;
  font-weight:bold;
  font-size: 18px;
  /* margin: 50px 0 20px 0; */
}

.special-list .row p{
  /* font-size:20px;
  text-align: left;
  margin-bottom:20px; */
}
.special-list .special-deal {
  font-size: 14px;
  border: 1px solid #dddddd;
}
.special-list .special-deal div.col-xs-3{
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.special-list .special-deal div.col-xs-9{
  margin: 20px 0 0 0;
  padding: 0px;
}
.special-list .special-deal div.col-xs-9 div.col-xs-4{
  padding-right: 0px;
}
.special-list .special-deal{
  height: 100%;
  background: #F2F2F2;
}
.special-list .special-deal img{
  height: 100%;
}

.special-list .special-deal .head {
  color: #132982;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
}
.special-list .special-deal .head > div {
  white-space: nowrap;
}
.special-list .special-deal p {
  display: block;
  margin: 7px 0 0 0;
  font-size: 14px;
}
.special-list .special-deal .col-xs-9 .terms p {
  font-size: 12px;
  margin-left: 20px;
  padding: 5px;
}
.special-list .special-deal p.economy-one {
  color:#7D7D7D;
  text-transform: uppercase;
  margin: 0px;
  margin-top:5px;
  font-size: 16px;
}
.special-list .special-deal p.price {
  font-size: 40px;
  font-weight: 700;
  margin: -15px 0 10px -60px;
  color: #00007c;
  line-height: 28px;
}
.special-list .special-deal p.price span {
  color: #7D7D7D;
  display: inline-block;
  vertical-align: top;
  font: italic bold 18px serif;
  margin: 0px 5px;
}
.special-list .special-deal div.col-xs-9{
  background-color: #F2F2F2;
}
.special-list .special-deal p.price span + span {
  font: bold 18px sans-serif;
  margin: -3px 2px;
}
.special-list .special-deal.current {
  border:0px;
  height: 100%;
}
.special-list .toggle-item {
  display: inline-block;
  text-decoration: none !important;
  font-weight: 700;
  margin: 15px 0 0 0;
}
.special-list .toggle-item-content {
  display: none;
  padding-top: 15px;
}
/* ==| SMALL DEVICES (900px and down) ============================= */
@media screen and (max-width: 900px) {
  .special-list .special-deal p.price {
    font-size: 35px;
  }
  .special-list .special-deal p.price span {
    font: italic bold 18px serif;
  }
  .special-list .special-deal p.economy-one {
    font-size: 14px;
  }
  .special-list .special-deal p.price span + span {
    font: bold 18px sans-serif;
  }
}
/* ==| SMALL DEVICES (700px and down) ============================= */
@media screen and (max-width: 700px) {
  .special-list .special-deal{
    background: #FFFFFF;
  }
  .special-list .special-deal div.col-xs-3{
    width: 70%;
    margin: 0% 15%;
  }
  .special-list .special-deal div.col-xs-9{
    background-color: #F2F2F2;
    width: 70%;
    margin:0% 15%;
    padding: 0%;
  }
  .special-list .special-deal div.col-xs-9 div.col-xs-8{
    width: 100%;
    margin: 5% 15%;
  }
  .special-list .special-deal div.col-xs-9 div.col-xs-4{
    width: 100%;
    margin: 5% 25%;
  }
  .special-list .special-deal p.price {
    font-size: 30px;
    margin: -15px 0 10px -60px;
  }
  .special-list .special-deal p.price span {
    font: italic bold 18px serif;
    margin: 0px 5px;
  }
  .special-list .special-deal p.economy-one {
    margin:0;
    font-size: 14px;
  }
  .special-list .special-deal p.price span + span {
    font: bold 20px sans-serif;
  }
  .special-list .special-deal p {
    font-size: 12px;
  }
}
/* ==| SMALL DEVICES (590px and up) ============================= */
@media screen and (max-width: 590px) {
  .special-list .special-deal p.price {
    font-size: 30px;
    margin: -15px 0 10px -60px;
  }
  .special-list .special-deal div.col-xs-9 div.col-xs-8{
    margin: 5% 0%;
  }
  .special-list .special-deal p.price span {
    font: italic bold 18px serif;
    margin: 0px 5px;
  }
  .special-list .special-deal p.economy-one {
    margin:0px 0 2px -10px;
    font-size: 14px;
  }
  .special-list .special-deal p.price span + span {
    font: bold 20px sans-serif;
  }
}

@media screen and (max-width: 407px ) {
  .special-list .special-deal p.economy-one {
    margin: 0 0 0 -20px;
    font-size: 12px;
}
  .special-list .special-deal p.price {
    font-size: 20px;
}
  .special-list .special-deal p.price span {
    font: italic bold 12px serif;
    margin: 0px 5px;
}
  .special-list .special-deal p.price span + span {
    font: bold 14px sans-serif;
}

}
.p-dest-list {
  margin-top: 15px;
}
.p-dest-list li {
  display: block;
  margin-bottom: 3px;
}
.p-dest-list li i {
  font-weight: 100;
  vertical-align: text-top;
  margin: 3px 3px 0 0;
}
.p-dest-list a {
  text-decoration: none;
  color: #f8b818;
  font-weight: 700;
}
.book-now-modal-list select{
  border: 1px solid #E5E5E5;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 6px 15px 3px 5px;
  width: 300px;
  max-width: 100%;
  background: white;
  color: #444;
  margin: 0 auto;
}
footer .container.sponsors .logos {
  text-align: center;
}
footer .container.sponsors ul {
  margin: 14px auto;
  padding: 0;
  list-style: none;
  display: inline-block;
}
footer .container.sponsors ul li {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}
footer .container.fnavigation {
  padding-top: 14px;
  padding-bottom: 14px;
}
footer .container.fnavigation .fnav-heading {
  text-transform: uppercase;
  cursor: pointer;
  background: #f8b818;
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0 0 0;
  padding: 16px 15px 9px 15px;
}
footer .container.fnavigation .fnav-heading i {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .container.fnavigation .fnav-heading.no-tab {
  padding: 0;
  margin: 15px 0 10px 0;
  background: none;
  color: #707070;
  cursor: text;
}
footer .container.fnavigation #nav-imp, footer .container.fnavigation #nav-quicklinks, footer .container.fnavigation .news-sign {
  display: none;
  background: #00007c;
  color: white;
  font-size: 16px;
  padding: 15px;
}
footer .container.fnavigation #nav-imp > ul, footer .container.fnavigation #nav-quicklinks > ul, footer .container.fnavigation .news-sign > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container.fnavigation #nav-imp > ul li, footer .container.fnavigation #nav-quicklinks > ul li, footer .container.fnavigation .news-sign > ul li {
  margin: 5px 0 0 0;
}
footer .container.fnavigation #nav-imp > ul li:first-child, footer .container.fnavigation #nav-quicklinks > ul li:first-child, footer .container.fnavigation .news-sign > ul li:first-child {
  margin-top: 0;
}
footer .container.fnavigation #nav-imp > ul li span, footer .container.fnavigation #nav-quicklinks > ul li span, footer .container.fnavigation .news-sign > ul li span {
  color: #f8b818;
  padding-right: 5px;
  font-weight: 700;
}
footer .container.fnavigation #nav-imp a, footer .container.fnavigation #nav-quicklinks a, footer .container.fnavigation .news-sign a {
  color: inherit;
}
footer .container.fnavigation .news-sign {
  display: block;
  background: none;
  color: #707070;
  padding: 0;
}
footer .container.fnavigation .news-sign .form-group {
  padding: 0;
}
footer .social-wrapper {
  /* margin-bottom: 15px; */
  padding-top: 15px;
  padding-bottom: 5px;
  background: #f8b818;
  color: white;
}
footer .container .watermark-logo-inner {
  background: url(../../graphics/logo-watermark.png) 0 center no-repeat;
  height: 83px;
  width: 170px;
  margin: 15px auto;
  background-size: contain;
}
footer .copyright {
  margin: 30px 0 8px 0;
  display: inline-block;
}
footer .copyright a{
    color: #00007c;
}
footer .site-credits {
  color: #fcdc8c;
  margin: 0;
}
footer .site-credits a {
  color: inherit;
  text-decoration: underline;
}

.sitemap ul {
  list-style: none;
}
.sitemap ul li a {
  color: #707070;
}
.sitemap ul li a:hover {
  color: #f8b818;
}
.sitemap ul li a i {
  font-size: 11px;
}
.sitemap ul li .col-4 {
  margin-bottom: 6px;
}
.sitemap .col-xs-12 > ul {
  padding: 0;
  list-style: none;
}
.sitemap .level-1 > li {
  margin-bottom: 0;
  display: block;
}
.sitemap .level-1 > li > a {
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}

.side-news-sign {
  background: #00007c;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin: 15px 0 30px 0;
}
.side-news-sign p:not(.text-danger):not(.text-success) {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.1em;
}
.side-news-sign p.text-danger {
  color: red;
}
.side-news-sign p.text-success {
  color: #00FF00;
}
.side-news-sign input {
  text-align: center;
}
.side-news-sign .custom-btn {
  background: #f8b818;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  padding: 7px 20px 5px 20px !important;
  letter-spacing: 1px;
}
.side-news-sign .custom-btn:hover {
  color: #fff;
}

.share-wrap {
  margin: 30px 0 15px 0;
}
.share-wrap p {
  font-weight: 700;
  padding-top: 10px;
  font-size: 16px;
  margin: 5px 15px 0 0;
}
.share-wrap .icons {
  padding: 8px 10px 3px 10px;
  background: #EBEBEB;
}

.rel-news {
  margin: 20px 0 30px 0;
  font-size: 2em;
  border-top: 1px solid #EDEDED;
  padding-top: 30px;
}

.weather-container {
  width: 100%;
}

#tp-grid {
  list-style: none;
  margin: 0 -15px !important;
  padding: 0 !important;
  display: block;
  position: relative;
}
#tp-grid li {
  color: #555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  height: 270px;
  visibility: hidden;
}
#tp-grid li a {
  color: inherit;
  text-decoration: none;
}
#tp-grid li.first {
  visibility: visible !important;
}

.weather-box {
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: white;
  margin-bottom: 30px;
  position: relative;
  color: #555;
  text-align: center;
}

.weather-box .weather-data {
  padding: 20px 20px 35px 20px;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.weather-box .weather-data .row div {
  text-align: left;
}

.weather-box .weather-data p {
  margin: 5px 0;
  font-size: 1.07143em;
  font-weight: 700;
  font-family: pt_sansregular;
}

.weather-data h2 {
  color: #555;
  font-size: 1.42857em;
  font-weight: 700;
  font-family: pt_sansregular;
  margin-top: 0;
}

.weather-box .weather-data .weather-icon {
  margin: auto;
  height: 64px;
  width: 64px;
}

.weather-box h3 {
  position: absolute;
  font-size: 1em;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}

.weather-box h3 a {
  color: black;
}

.weather-box h3 a:hover {
  color: #555;
}

.weather-box h3 {
  background: #f8b818;
}

.ww-online p {
  margin: 0 15px 0 0;
  color: white;
  text-align: center;
}

#close {
  display: none;
  cursor: pointer;
  margin-top: 25px;
}

.close-forecast {
  color: white;
  font-size: 1.28571em;
}

.close-forecast div {
  width: 230px;
}

.close-forecast p {
  color: #000;
  display: inline-block;
  margin-top: 5px;
}

.close-forecast span {
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  font-size: 1.28571em;
  margin: 0 10px 0 0;
  width: 45px;
  height: 45px;
  background: #f8b818;
  color: #000;
}
.close-forecast span i {
  margin-top: 3px;
  vertical-align: text-top;
}

.weather {
  margin-top: 120px;
}
.promotion-container {
    background-size: cover;
    height: 90vh;
    height: -webkit-calc(100vh - 104px);
    height: -moz-calc(100vh - 104px);
    height: -ms-calc(100vh - 104px);
    height: calc(100vh - 104px);
    height: 600px;
}
/* ==| SLIDESHOW & HEROSHOT ============================= */
.slider-wrapper {
  width: 100%;
  height: 100%;
}
  .slider-wrapper .slider {
    height: 100%; }
    .slider-wrapper .slider .slider__img {
      width: 100%;
      height: 100%;
      background-size: cover !important;
      background-position: center center; }

.slider-wrapper--fs {
  height: 100% !important; }

/* START */
.slider-wrapper--fs,
.heroshot--fs {
  height: -moz-calc(100vh - 117px);
  height: -webkit-calc(100vh - 117px);
  height: calc(100vh - 117px); }

#slider,
.slider__img__wrap,
.slider__img,
.slick-list,
.slick-track {
  width: 100%;
  height: 100%; }

#slider {
  position: relative; }

.slider__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.slider__nav {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
  font-weight: bolder;
  width: 40px;
  padding-top: 2px; }
  .slider__nav:hover {
    color: #FFFFFF; }

.slider__nav--prev {
  left: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.45); }

.slider__nav--next {
  right: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.45); }

.slider__caption {
  display: block !important;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  font-size: 20px important;
  margin: 0;
  z-index: 2;
  font-weight: 700;
  width: 70%; }
  .slider__caption:before, .slider__caption:after {
    display: block;
    content: '';
    height: 0px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }
  .slider__caption:before {
    margin-bottom: 15px; }
  .slider__caption:after {
    margin-top: 15px; }

@media screen and (max-width: 767px) {
  
  .slider-wrapper {
    float: right;
  }

  .slider-wrapper .slider__nav {
    display: none !important; 
  }
   
}
/* END */
#sect-weather .weather-box {
  border: 1px solid #d6d6d6;
}

#sect-weather .weather-box .weather-data {
  padding: 20px;
}

#sect-weather .weather-box .weather-data p {
  color: #555;
}

/* ==| SMALL DEVICES (500px and up) ============================= */
@media screen and (min-width: 480px) {
  .slideshow-container .price-wrap {
    margin-top: 10px;
  }
}
/* ==| SMALL DEVICES (tablets, 768px and up) ============================= */
@media screen and (min-width: 768px) {
  .news-sign .custom-btn {
    margin-left: 6px;
  }

  ul.col-2 li {
    width: 50%;
  }

  ul.col-3 li {
    width: 33.33333%;
  }

  ul.col-4 li {
    width: 25%;
  }

  header nav ul.main-nav li ul.sub-nav {
    display: none;
  }
  .video__text-btn{
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .news-ticker-wrapper {
    display: table;
    margin: 10px 0 20px 0;
  }
  .news-ticker-wrapper ul li a {
    color: #0F0F2A;
  }
  .news-ticker-wrapper ul li:hover a {
    color: #00007C;
  }

  .news-ticker {
    width: 100%;
    font-family: 'oxygenregular';
    overflow: hidden;
    display: table-row;
  }
  .news-ticker .label, .news-ticker ul, .news-ticker .link {
    display: table-cell;
    height: 43px;
    line-height: 45px;
    overflow: hidden;
    font-weight: 700;
    vertical-align: middle;
  }
  .news-ticker .label, .news-ticker .link {
    background: #00007c;
    color: #fff;
    border: 1px solid #00007c;
    font-size: 20px;
  }
  .news-ticker .label {
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    padding: 0 25px;
    text-transform: uppercase;
  }
  .news-ticker .link {
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    padding: 0 12px;
    vertical-align: middle;
  }
  .news-ticker .link i {
    margin-top: -5px;
    vertical-align: middle;
  }
  .news-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background: #FFFFBF;
    width: 87%;
    text-align: center;
    position: relative;
  }
  .news-ticker ul li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #444;
    font-size: 13px;
    padding: 0 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-ticker ul li:first-child {
    display: block;
  }
}
/* ==| MEDIUM DEVICES (desktops, 992px and up) ============================ */
@media screen and (min-width: 768px) and (max-width: 991px) {
    header.promotion-tmpl-header{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background: #fff;
    }
    .booking-panel-wrap.promotion-tmpl {
        position: absolute;
        z-index: 9999;
        left: 0;
        bottom: 70px;
    }
  .carousel__item {
    height: 380px;
    width: 380px;
  }
  .owl-next {
    right: -25px;
  }
  .owl-prev {
      left: -25px;
  }
}
@media screen and (max-width: 991px){

  .owl-item.active.center .carousel__item {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
}
@media screen and (min-width: 992px) {
  .bpanel-trigger, .bpanel-trigger:hover {
    background: none;
    color: white;
    pointer-events: none;
  }
  .bpanel-trigger i, .bpanel-trigger:hover i {
    margin-top: -4px;
    font-size: 28px;
    vertical-align: text-top;
  }
  .booking-panel-wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 70px;
      z-index: 99;
  }
  .booking-panel {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
  }

  form .date-selection {
    margin-right: 18px;
  }

  .ui-datepicker {
    font-size: 12px;
  }

  .no-slideshow .bpanel-trigger, .no-slideshow .bpanel-trigger:hover {
    padding-top: 14px;
    padding-bottom: 7px;
    pointer-events: auto;
  }
  .no-slideshow .booking-panel {
    position: relative;
    left: auto;
    top: 0;
  }
  .no-slideshow .booking-panel-wrap {
      position: relative;
      top: 0;
      z-index: 9999;
  }

  .slideshow-container .hgroup {
    padding-right: 0;
  }
  .slideshow-container .slides .img-holder:after {
    background: url(../../graphics/pattern-med.png) repeat-x;
    height: 60px;
  }
  .slideshow-container .overlapped {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    left: 0;
    top: 10%;
  }
  .slideshow-container .overlapped.faux {
    pointer-events: none;
  }
  .slideshow-container .slides .overlapped {
    z-index: 101;
  }
  .slideshow-container .flex-direction-nav {
    display: none;
  }
  .slideshow-container .flex-control-nav {
    display: block;
  }
  .slideshow-container .speacial-descr {
    color: white;
    margin-bottom: 0;
  }
  .slideshow-container .hgroup .h1, .slideshow-container .hgroup .h2 {
    margin: 0;
    padding: 0;
  }
  .slideshow-container .hgroup .h1 {
    font-size: 50px;
    margin-top: 40px;
  }
  .slideshow-container .hgroup .h2 {
    font-size: 30px;
    margin: -5px 0 25px 0;
  }
  .slideshow-container .price-wrap {
    margin-left: 32px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    font-size: 14px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .slideshow-container .price-wrap .find-more {
    color: #00007c;
    text-decoration: none;
    display: block;
    margin: 15px 0 0 28px;
    font-weight: 700;
  }
  .slideshow-container .price-wrap .find-more.custom-button {
    margin-left: 5px;
    font-weight: 100;
    padding: 10px 10px 8px 10px;
    display: inline-block !important;
    background: #1d1e52;
    background: -moz-linear-gradient(top, #1d1e52 0%, #272971 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1e52), color-stop(100%, #272971));
    background: -webkit-linear-gradient(top, #1d1e52 0%, #272971 100%);
    background: -o-linear-gradient(top, #1d1e52 0%, #272971 100%);
    background: -ms-linear-gradient(top, #1d1e52 0%, #272971 100%);
    background: linear-gradient(to bottom, #1d1e52 0%, #272971 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1e52', endColorstr='#272971',GradientType=0 );
  }
  .slideshow-container .price-wrap .find-more.custom-button i {
    vertical-align: text-top;
    margin: 3px 0 0 2px;
    color: #f8b818;
  }

  .notice-wrapper .col-md-2 {
    text-align: right;
    margin-top: 0;
  }
  .notice-wrapper .col-md-2 .custom-btn {
    margin-left: 0;
  }
  .notice-wrapper p i {
    top: 50%;
    margin-top: -12px;
  }

  .no-slideshow .pattren-strip {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .no-slideshow .pattren-strip .container.expanded {
    margin: 0;
    max-width: 1400px !important;
    margin: 0 auto;
  }
  .no-slideshow .pattren-strip .container.expanded .strip {
    height: 46px;
    /* background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAqCAYAAACk2+sZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzI0NjE0OEY0RkUxMUUzODE1MEUwNkFDM0M3Nzc4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzI0NjE0OUY0RkUxMUUzODE1MEUwNkFDM0M3Nzc4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMjQ2MTQ2RjRGRTExRTM4MTUwRTA2QUMzQzc3Nzg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIzMjQ2MTQ3RjRGRTExRTM4MTUwRTA2QUMzQzc3Nzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GLNZWQAABCxJREFUeNq0l9lOFGEQhXuanmEEBVckgooBRXHHoLhGDcYLL30CL3wPn8WdxCtwQYkad2LcEkTcV0RFUBQVYRjbKvO1+Wm7Z6BnrOSEML3UX1WnTlXHXNc9YFnWmGBIMCD4KOgXvAdpK5rZgs2CWkGRoFCQEDiCmMNN+neGYC4PfBN0Cy4IPkd0/EvwTDBFsFQwzfjdcnw3PxTcFzwhA7laL7goqBM0CaZrFj3HMdL9XTBVsELwVfCI36OYRrpWMF+Q5P8p/ohdQVywCeeaonv8HtV+Cl4LygSLCWjEe2cMctlEeEXwOIe6Zop+C2TT7LpmjeMwOl9O5wiqBDMFs6nt3ww6BtOU1dsEz/PkWFtomaCaNI+Rftd0rKn+JGjPY3pfCQ7idAmHqKKXx6V6lAsFgj5Olw8bpjuUQ6WCeRq9mWqtwR5SMki9Ne13eHiyZNKyVRJxCcqV9trT9inNKKxTlSkmLVFM39Mj+IHjImr7D7k8EVG7KbhGzaOaRtYF9PCraKXZnvabjr3T1JL2txDkA6IyWTFJIh4LUa8iT7WCtFr/nyUoF9Sj13qAFsG7STitEOzkbwkakQapoIj7EJAPjEQdk1+I2CxJAvkLMz3kCUOjizlADcPibzvpi+5yc1hKC0jZOkpxCBJZvNSiZTyiDgNTCbt5R6kpIIMhTss4ZR0lSNASlbSbdsA+atgp6GCRCDLXr1wuafGsFJKpswW8NM19KWpWi+PViMIog2ANB7hB6fxZi5upTpH/HURYTSSuobEOZEsxAGo47HJS63A4FYqNHEgXi1t0R5oS6TOuNxa90ziGs1/GSQvZJA5ziP2wX/u9kZe2weJGDhcjujHE5A3ZqzA3EMugu98KYelhgyjXBXtZHPT6GcFtMEwrjcL8GA6rwiQzyBK01hEfOzvp7yRtd8u4phPuHNHaBi9GzDXKzuK0H6cDvmsjyGGSIfLDd12Xu7OULtCHE+I0jrMjTKkwdTJ72G+XiHa3udZmijiOWh0jzUFWTs1e0FbJkPsuQ7oCvy87wOkQTnszlGElgnMIp4sy3HsF8o1zbvvSrrVqhvph5iAsVxmdXfRsJtN7T+HPNh3b9Gcz6cu2PfbDbAuFKmPgZzJtwZPeoLGNBUBH39MJjDxN8Wmj5/torZoJPNtB9I7nOIWsTXR58+/eN7PU2bTPltHgSb6XoloPKY9luU9VrkF92rBNH1jP0I5iLgqWbT3axir0J+LjkGUeX3f/yypZ+FQ2222+h9sgy4YMYpCL2ShYCR/7l7x2egDjFkygJ6NYAxxSHpz3C0g7bbEZEuTLdJvZxWdMS5ByfedCGQt4vqyJMjabm6lfqx+jMFvR7VxtMfJ61N/7QdOpjRGWK8O1XNsFrUHiZId8cLWS7kQOjksYi/eCLuqyF/ZgPdPn5f9o6t8CDADlPS57dNrsOQAAAABJRU5ErkJggg==) center repeat-x; */
    background-color: #efefef
  }

  .no-slideshow .content {
    margin-top: 63px;
  }
  .footer_companylogo {
    width: 145px;
  }
  header .section-1 {
    padding: 0 15px;
  }
  header .logo {
    margin: 6px 0 2px 0;
    width: 80px;
  }
  header .section-1 {
    background: none;
    border: none;
  }
  header .call-btn, header .mobNavTrigger, header .sub-navTrigger {
    display: none !important;
  }
  header .header-upper {
    color: #00007c;
  }
  header .header-upper .home-btn:hover {
    color: #00007c;
  }
  header .header-upper a {
    color: inherit;
  }
  header .header-upper > ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .header-upper > ul li {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px 0 10px;
    vertical-align: middle;
    position: relative;
  }
  header .header-upper > ul > li:after{
        content: '|';
        position: absolute;
        top: 6px;
        right: -5px;
        font-weight: 600;
        color: #f8b818;
  }
  header .header-upper > ul > li:last-child:after{
        content: '';
        display: none;
  }
  /* header .header-upper > ul li + li {
    border-left: 1px solid #f8b818;
  } */
  header .header-upper > ul li .visible-xs.visible-sm {
    display: none !important;
  }
  header .header-upper > ul li.nav-trigger {
    display: none;
  }
  header .header-upper > ul .phone-number {
    float: none;
    border-right: none;
    font-size: 15px;
    padding: 7px 10px 0 10px;
  /*  pointer-events: none;*/
  }
  header .header-upper > ul .phone-number a {
    font-weight: 400;
  }
  header .header-upper > ul .phone-number a > * {
    display: inline-block;
  }
  header .header-upper > ul .phone-number a span:first-child {
    font-size: 14px;
    /* margin-top: 4px; */
    vertical-align: text-top;
  }
  header .header-upper > ul .phone-number a i {
    vertical-align: none;
    margin-top: 0;
  }
  header .header-upper > ul .port-select-wrapper {
    padding: 0;
    border-left: 0;
    float: none;
  }
  header .header-upper > ul .custom-select {
    /* width: 250px; */
    /* border-left: 1px solid #f8b818; */
    padding: 9px 5px 3px 0;
  }
  header .header-upper > ul .custom-select .options {
    right: auto;
    left: -1px;
  }
  header .header-upper > ul .custom-select .options li {
    font-size: 14px;
    line-height: normal;
  }
  header .header-upper > ul .custom-select:after {
    border-top-color: #707070;
    display: block;
    margin-top: -1px;
  }
  header .header-upper > ul .custom-select .label {
    float: right;
    margin-top: 1px;
  }
  header .header-upper > ul .custom-select .label .country {
    display: inline-block;
  }
  header .header-upper > ul .custom-select i.main-icon {
    /* float: none; */
    margin: 0 10px 0 10px;
  }
  header .header-upper > ul .custom-select:hover i.main-icon {
    color: #00007c;
  }
  header nav {
    background: none;
    border-bottom: 0;
    float: right;
    display: block !important;
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    overflow: unset;
  }
  header nav ul.main-nav {
    list-style: none;
    background: none;
    padding-bottom: 0 !important;
  }
  header nav ul.main-nav li {
    display: inline-block;
    padding: 0 4PX 11.5px;
    margin-left: 12px;
  }
  header nav ul.main-nav li:first-child {
    margin-left: 0;
  }

  header nav ul.main-nav > li:after{
      content: '\f111';
      font-family: FontAwesome;
      position: absolute;
      right: -14px;
      top: 4px;
      font-size: 8px;
      color: #f8b818;
  }
  header nav ul.main-nav li:last-child:after{
      display: none;
  }
  header nav ul.main-nav li a {
    color: #00007c;
    font-size: 0.85714em;
    padding: 0;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -khtml-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-weight: 600;
    font-family: oxygenregular;
  }
  header nav ul.main-nav li a:hover {
    color: #f8b818;
  }
  header nav ul.main-nav li .toggle-elm {
    display: none;
  }
  header nav ul.main-nav li ul.sub-nav {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0 0 0 -15px;
    min-width: 200px;
    white-space: nowrap;
    z-index: 500;
    width: auto;
    text-align: left;
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f8b818;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
  }
  header nav ul.main-nav li ul.sub-nav:after {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f8b818;
    border-width: 10px;
    pointer-events: none;
  }
  header nav ul.main-nav li ul.sub-nav li {
    display: block;
    margin: 0;
    padding: 0;
  }
  header nav ul.main-nav li ul.sub-nav li a {
    color: #444444;
    background-color: #f8b818;
    padding: 2.5px 15px;
  }
  header nav ul.main-nav li ul.sub-nav li a:hover {
    color: white;
  }
  header nav ul.main-nav li ul.sub-nav li ul.sub-nav {
    right: 100%;
    top: -5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }
  header nav ul.main-nav li ul.sub-nav li ul.sub-nav:after {
    display: none;
  }
  header nav ul.main-nav li ul.sub-nav li:hover ul.sub-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  header nav ul.main-nav li:hover .sub-nav {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  header nav ul.main-nav .active a {
    color: #00007c;
  }
  header nav .topContact {
    display: block;
    height: 40px;
    margin: 10px 0 13px 0;
    text-align: right;
  }
  header nav .topContact p {
    color: #b0b0b0;
    margin: 0;
    float: right;
  }
  header nav .topContact p .glyphicon {
    color: #00007c;
    font-size: 1.28571em;
  }
  header nav .topContact p span {
    font-size: 1.57143em;
    font-weight: 300;
  }
  header nav .topContact ul.social {
    float: right;
    margin-left: 20px;
  }

  .aside h2 {
    margin: 0 0 12px 20px;
    padding: 0;
  }

  .no-slideshow .aside h2 {
    margin-top: 20px;
    padding: 0;
  }

  .main-heading {
    margin: 95px 0 15px 0;
    padding: 0;
  }
  .side-nav {
    margin-bottom: 25px;
  }
  .side-nav h3 {
    font-weight: 700;
  }
  .side-nav ul {
    background: #fff;
    margin: 0;
    padding: 0px 10px;
    list-style: none;

  }
  .side-nav ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
  }
  .side-nav ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    z-index: 3;
    max-height: 40px;

  }
  .side-nav ul li a {
    color: #7D7D7D !important;
    padding: 10px 0px 10px 15px;
    display: block;
    font-size:14px;
    text-decoration: none  !important;

  }
  .side-nav ul li a:hover {
    color: #00007c !important;
  }
  .side-nav ul li:first-child {
    border-top: none;
  }
  .side-nav ul li ul {
    padding: 0;
    border-top:1px dashed #e4e4e4;
  }
  .side-nav ul li ul li {
    border:0;
    padding:5px 0px;

  }
  .side-nav ul li ul li a {
    padding: 7px 0 4px 40px;
  }
  .side-nav ul .active:after {
    background: #224094;
  }

  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumbs ul li {
    display: inline-block;
    color: #707070;
  }
  .breadcrumbs ul li i {
    margin: 3px 7px 0 7px;
    vertical-align: text-top;
  }
  .breadcrumbs ul li a {
    display: inline-block;
    color: inherit !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .breadcrumbs ul li a[href] {
    color: #f8b818 !important;
    text-decoration: underline !important;
  }

  .quicklinks .quicklink {
    max-width: none;
  }
  .quicklinks .quicklink .overlay h2 {
    font-size: 35px;
    line-height: 40px !important;
  }
  .quicklinks .quicklink .overlay.from-bottom i {
    font-size: 50px;
  }
  .quicklinks .quicklink .overlay.descr {
    display: block;
    bottom: -100%;
    height: auto;
    text-align: left;
    padding: 10px;
    color: #fff;
    font-style: 15px;
  }
  .quicklinks .quicklink .overlay.descr span {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .quicklinks .quicklink .overlay.descr span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }
  .quicklinks .quicklink .overlay.descr span i {
    font-size: 1.33333em;
    vertical-align: text-top;
    margin-top: 8.5px;
  }
  .quicklinks .quicklink:hover .overlay.from-top {
    top: -100%;
  }
  .quicklinks .quicklink:hover .overlay.from-bottom {
    bottom: -100%;
  }
  .quicklinks .quicklink:hover .overlay.descr {
    bottom: 0;
  }

  .dsol-logo {
    text-align: center;
  }
  .dsol-logo .img-holder {
    margin: 0 auto;
    width: 100px;
    height: 60px;
  }
  .dsol-logo a {
    color: #f8b818;
    text-decoration: none;
  }

  #flight-form, #flights {
    display: block;
  }

  #flights {
    margin-top: 15px;
  }

  table.bordered {
    background: white;
    margin-bottom: 1.25rem;
    border: solid 1px #dddddd;
  }

  table.bordered caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold;
  }

  table.bordered thead {
    background: #EEEEEE;
  }

  table.bordered thead tr th,
  table.bordered thead tr td {
    padding: 10px 7px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222222;
    text-align: left;
  }

  table.bordered tfoot {
    background: #EEEEEE;
  }

  table.bordered tfoot tr th,
  table.bordered tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 12px;
    font-weight: 700;
    color: #222222;
  }

  table.bordered tr th,
  table.bordered tr td {
    padding: 10px 7px;
    font-size: 14px;
    color: #222222;
    text-align: left;
  }

  table.bordered tr.even, table.bordered tr.alt, table.bordered tr:nth-of-type(even) {
    background: #EEEEEE;
  }

  table.bordered thead tr th,
  table.bordered tfoot tr th,
  table.bordered tfoot tr td,
  table.bordered tbody tr th,
  table.bordered tbody tr td,
  table.bordered tr td {
    display: table-cell;
    line-height: 1.125rem;
    text-align: left;
  }

  table.bordered thead tr th {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
  }

  table.bordered tbody tr.selected td {
    background: #FFFFCC;
  }

  table.bordered a {
    color: inherit;
    text-decoration: underline;
  }

  .special-deal {
    margin-left: 15px;
  }

  footer .container.sponsors ul {
    margin: 25px auto;
  }
  footer .container.sponsors ul li {
    display: table-cell;
  }
  footer .container.sponsors ul li + li {
    padding-left: 70px;
    margin-bottom: 0;
  }
  footer .container.fnavigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .container.fnavigation .fnav-heading {
    pointer-events: none;
    cursor: text;
    background: none;
    color: #707070;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  footer .container.fnavigation .fnav-heading i {
    display: none;
  }
  footer .container.fnavigation .fnav-heading.no-tab {
    margin-top: 0;
  }
  footer .container.fnavigation #nav-imp, footer .container.fnavigation #nav-quicklinks, footer .container.fnavigation .news-sign {
    display: block !important;
    background: none;
    color: #707070;
    font-size: 12px;
    padding: 0;
  }
  footer .container.fnavigation #nav-imp > ul li, footer .container.fnavigation #nav-quicklinks > ul li, footer .container.fnavigation .news-sign > ul li {
    margin: 0;
    display: block;
  }
  footer .container.fnavigation #nav-imp > ul li a:hover, footer .container.fnavigation #nav-quicklinks > ul li a:hover, footer .container.fnavigation .news-sign > ul li a:hover {
    color: #00007c;
  }
  footer .container.fnavigation #nav-quicklinks > ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  footer #newsletter-submit:hover {
    color: #000;
    background: #f8b818;
  }

  /* .social-wrapper {
    max-width: 1140px !important;
  } */
   .watermark-logo {
    background: url(../../graphics/logo-watermark-v2.png) 10px center no-repeat;
    min-height: 90px;
    position: relative;
  }
   .watermark-logo:after,  .watermark-logo:before {
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    width: 193px;
    height: 20px;
    background: #fff;
  }
   .watermark-logo:after {
    bottom: -20px;
  }
   .watermark-logo:before {
    top: -15px;
  }
  .social-wrapper .full-pattern {
    background: url(../../graphics/pattern-full.png) no-repeat;
    height: 97px;
    width: 82px;
    float: right;
    display: none;
  }

  .social-wrapper .full-pattern--left{
      float: left;
  }
  .social-wrapper .social-holder {
    margin: 4px 0 15px 0;
  }
  .social-wrapper .social-holder .social-media li a:hover {
    background: #00007c;
    color: #fff;
  }


  .manage-booking {
    position: absolute;
    left: 0;
    top:100%;
    display: block;
    padding: 15px;
    background: #21235F;
    color: #fff;
    font-family: 'oxygenregular';
    white-space: nowrap;
    width: auto;
    min-width: 100%;
    z-index: 1001;
    display: none;
  }

  .man-booking{
    position: relative;

  }
   .man-booking span{
    font-size: 15px;
    cursor: pointer;
    top: -3px;
    display: inline-block;
    position: relative;
   }

  #manage-booking-form .grp{
    margin-bottom: 10px;
  }

  #manage-booking-form label{
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .manage-booking .field{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    border:none;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  #manage-booking-form .field{
    height: 38px;
    width: 100%;
    min-width: 203px;
    color: #000;
  }

  #manage-booking-form .custom-btn{
    margin-top:10px;
    font-size: 15px;
    width: 100%;
    padding-bottom: 11px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .no-slideshow .bpanel-trigger, .no-slideshow .bpanel-trigger:hover {
    padding-top: 15px;
  }

  .slideshow-container .price-wrap .find-more.custom-button i {
    margin-top: 1px;
  }
}

/* ==| LARGE DEVICES (large desktops, 1200px and up) ====================== */
@media screen and (min-width: 1200px) {
  header nav ul.main-nav li {
    margin-left: 20px;
  }
  header nav ul.main-nav li a {
    font-size: 1em;
  }

  .container.expanded {
    max-width: 1400px !important;
  }
}
.block {
  display: block;
}

#step-form .form-group.static .fa-asterisk, #step-form .form-group.static .input-group-addon {
  display: none;
}
#step-form .form-group.static .form-control, #step-form .form-group.static .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  pointer-events: none;
  padding-left: 0;
  font-size: 14px;
}
#step-form .progress {
  height: 5px;
  background: #1B6A35;
  -o-transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -khtml-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
  -ms-transition: all 0.40s ease-in-out;
  transition: all 0.40s ease-in-out;
}
#step-form .header ul {
  display: none;
}
#step-form .body {
  background: #EFEFEF;
  padding: 10px;
}
#step-form .body .custom-btn {
  font-size: 14px;
  padding: 8px 15px 5px 15px;
}
#step-form .body .custom-btn:hover {
  background: #f8b818;
  color: #000;
}
#step-form .body .custom-btn.disabled, #step-form .body .custom-btn.disabled:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  background: #00007c;
  color: #fff;
}
#step-form .body .actions {
  border-top: 1px solid #E7E7E7;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
}
#step-form .body .actions .custom-btn {
  padding: 8px 15px 5px 10px;
}
#step-form .body .actions .custom-btn i {
  font-size: 25px;
  vertical-align: middle;
  margin: -4px 5px 0 5px;
}
#step-form .body .actions .custom-btn:first-child {
  float: right;
  padding: 8px 10px 5px 15px;
}
#step-form .body .types {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
#step-form .body .types .radio {
  padding-left: 0;
}
#step-form .body .types .radio label {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
#step-form .body .types input[type="radio"] {
  float: none;
  margin: 2px 0 5px 0;
  vertical-align: text-top;
}
#step-form .body .types li {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -khtml-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  max-width: 318px;
}
#step-form .body .types li:first-child {
  margin-top: 0;
}
#step-form .body .types li.selected, #step-form .body .types li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#step-form .body .types li.faded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
}
#step-form .body .types .img {
  position: relative;
}
#step-form .body .types .img .price {
  font-size: 13px;
  position: absolute;
  display: block;
  background: #00007c;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  color: #fff;
  text-align: center;
  right: 8%;
  top: 36%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#step-form .body .types .img .price span {
  display: inline-block;
  vertical-align: middle;
}
#step-form .body .type-data {
  margin-top: 20px;
}
#step-form .body .type-data .item {
  display: none;
}
#step-form .tabs-content-wrapper {
  overflow: hidden;
}
#step-form .tabs-content-wrapper .viewport {
  -o-transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -khtml-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out;
  -ms-transition: all 0.40s ease-in-out;
  transition: all 0.40s ease-in-out;
}
#step-form .tabs-content-wrapper .tabs-content {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  position: relative;
}
#step-form .tabs-content-wrapper .tabs-content.active {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.applicant-details {
  border: 1px solid #e7e7e7;
  padding: 0 10px;
  background: #fff;
  margin-top: 20px;
}
.applicant-details:first-child {
  margin-top: 0;
}
.applicant-details legend {
  background: #e7e7e7;
  border-bottom-color: #e7e7e7;
  padding: 10px 15px 4px 15px;
  font-size: 19px;
  margin: 0;
  cursor: pointer;
}
.applicant-details legend label {
  margin-bottom: 0;
  cursor: pointer;
}
.applicant-details legend .fa.pull-right {
  font-size: 25px;
}
.applicant-details label[for] {
  cursor: pointer;
}
.applicant-details .form-data {
  padding-top: 15px;
}
.applicant-details label .fa-asterisk {
  color: #a94442;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 2px;
}
.applicant-details .form-control[readonly] {
  background: #fff;
  cursor: text;
}
.applicant-details .form-group {
  margin-bottom: 20px;
}
.applicant-details .form-group .form-control-feedback, .applicant-details .form-group p.text-danger {
  display: none;
}
.applicant-details .form-group.has-error {
  position: relative;
}
.applicant-details .form-group.has-error label {
  color: #a94442;
}
.applicant-details .form-group.has-error .form-control {
  padding-right: 30px;
}
.applicant-details .form-group.has-error .form-control-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 13px;
  text-align: center;
  top: 23px;
  width: 34px;
}
.applicant-details .form-group.has-error select ~ .form-control-feedback, .applicant-details .form-group.has-error .input-group ~ .form-control-feedback {
  display: none;
}
.applicant-details .form-group.has-error p.text-danger {
  display: block;
}
.applicant-details .text-danger {
  margin: 5px 0 0 0;
}
.applicant-details .checkbox input[type="checkbox"] {
  margin-top: 2px;
}

.applicant-details.has-val [readonly] {
  pointer-events: none;
  cursor: not-allowed;
  background: #eee;
}

.application-info .checkbox ~ .bg-danger {
  margin-bottom: 15px;
}

.form-actions {
  margin-top: 40px;
}

[class^="bg-"], [class*="bg-"] {
  padding: 10px;
  margin: 1.2em 0 0 0;
}

.application-info {
  background: #fff;
  margin: 10px 0;
}

/* ==| SMALL DEVICES (500px and up) ============================= */
/* ==| SMALL DEVICES (tablets, 768px and up) ============================= */
@media screen and (min-width: 768px) {
  #step-form .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #step-form .header ul li {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
  }
  #step-form .header ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    background: #D8D8D8;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 12px 0 7px 0;
    -o-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -khtml-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: default;
  }
  #step-form .header ul li a .text {
    color: #fff;
  }
  #step-form .header ul li a span:first-child {
    display: block;
  }
  #step-form .header ul li a .block span:first-child i {
    font-size: 25px;
    margin-bottom: 5px;
  }
  #step-form .header ul li .fa-check {
    display: none;
  }
  #step-form .header ul li:first-child a {
    border-left: none;
  }
  #step-form .header ul li.active a {
    background: #EFEFEF;
    color: #f8b818;
  }
  #step-form .header ul li.active a .text {
    color: #000;
  }
  #step-form .header ul li.valid a {
    background: #00007c;
    color: #f8b818;
    cursor: pointer;
  }
  #step-form .header ul li.valid .fa-check {
    display: inline-block;
  }
  #step-form .body .types li {
    display: inline-block;
    width: 50%;
    margin: 20px 0 -4px 0;
    max-width: none;
  }

  .accordian-toggler {
    display: none;
  }
}
/* ==| MEDIUM DEVICES (desktops, 992px and up) ============================ */
@media screen and (min-width: 992px) {
  #step-form .body .types li {
    width: 25%;
  }
}
/* ==| LARGE DEVICES (large desktops, 1200px and up) ====================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* WINTER SPECIALS */
.highlight-orange {
  color: #E7731E;
  font-weight: 700;
}

#enquiry-form .custom-btn {
  padding: 0 25px;
  font-size: 18px;
  height: 40px;
  line-height: 43px;
  font-family: "Hind", sans-serif;
}

#enquiry-form .custom-btn:hover {
  background-color: #E7731E;
}

#departure-location {
  -webkit-appearance: initial !important;
  -moz-appearance: initial !important;
  -ms-appearance: initial !important;
  appearance: initial !important;
}

.text-badge {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #2E2F6E;
  font-size: 9px;
  font-weight: 700;
  border-radius: 2px;
  padding: 4px 5px 1px 5px;
  text-transform: uppercase;
  margin: -2px 0 0 10px;
}


.cbtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}

.cbtn i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}

.cbtn--ghost-grey {
  border: 1px solid #A1A1A1;
  color: #A1A1A1;
}

.cbtn--ghost-grey:hover {
  color: #fff;
  background-color: #2E2F6E;
  border-color: #2E2F6E;
  color: #fff;
}
/* special container */
.specials-container{
  position: absolute;
  width: 100%;
}
.specials-notice {
  background-color: #E7731E;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.specials-notice--yellow {
  background-color: #F9B532;
}

.specials-notice__text {
  font-size: 28px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  display: inline-block;
}

.specials-notice__btn {
  padding: 0 25px;
  height: 50px;
  line-height: 53px;
}

.specials-notice__news {
  position: relative;
  z-index: 9;
  background-color: #f8b818;
  color: rgba(39,41,113,1);
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.specials-notice__news .specials-notice__text {
  font-size: 18px;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
.specials-notice__news .specials-notice__text i {
  font-size:22px;
}
.specials-notice__news i {
  font-size:22px;
  color: rgba(39,41,113,1);
}
.specials-notice__news .specials-notice__link {
  margin: 0 10px;
  font-size: 18px;
  font-family: "Hind", sans-serif;
}

/* special offer */
.special-offers {
  position: relative;
  z-index: 9;
  display: block;
  background-color: rgba(39,41,113,0.9);
  min-height: 100px;
  width: 100%;
  padding: 10px 0px;
}
.specials-offer {
  width: 65%;
  margin: 0px auto;
}
.special-descrption{
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: left;
  height: 100%;
  float: left;
}
.special-descrption h1{
  margin: 0px;
  color: #fff;
  font-size: 25px;
  padding:2px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.special-descrption p{
  padding-top: 10px;
  color: #f8b818;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  font-family: serif;
}
.special-descrption span{
  padding-top: 10px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  margin: 0px;
}
.special-price{
  margin: 0;
  margin-top: 10px;
  padding: 0;
  width: 35%;
  text-align: center;
  float: left;
}
.special-price p.economy-one {
  color:#fff;
  text-transform: uppercase;
  margin: 0px;
  font-size: 20px;
}
.special-price p.price {
  font-size: 40px;
  font-weight: 700;
  color: #f8b818;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.special-price p.price span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  font-weight: 100;
  font-size:  18px;
  font-family: serif;
  font-style: italic;
  margin: 0px 5px;
}
.special-price p.price span + span {
  font-weight: 500;
  font-style: unset;
  font-size: 30px !important;
  font-family: sans-serif;
}

.special-view{
  margin-top: 35px;
  padding: 5px;
  width: 20%;
  float: left;
  text-align: right;
}

.special-view a{
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.special-view span{
  display: none;
}

.promo-notes h1,h2,h3,h4,h5,h6{
  color: #224094;
}
.promo-notes p{
  font-size: 14px;
  /* margin-left: 14px; */
  margin-top: 5px;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1024px) {
   .specials-offer {
    width: 95% !important;
  }
  .special-descrption h1{
    font-size: 20px;
  }
  .special-descrption p{
    font-size: 14px;
  }
  .special-view{
    text-align: right;
  }
  .special-view span{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 937px) {
  .specials-container{
    top: 95px;
  }
}
@media (min-width: 938px) and (max-width: 991px) {
  .specials-container{
    top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .specials-notice__news {
    z-index: 0;
  }
  .specials-container{
    left: 0;
  }
  .specials-offer {
    width: 95% !important;
  }
  .special-descrption h1{
    font-size: 20px;
  }
  .special-descrption p{
    font-size: 14px;
  }
  .special-view{
    text-align: right;
  }
  .special-descrption span{
    display: none;
  }
  .special-view span{
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin: 0px;
  }
}

@media (max-width: 768px) {

  .special-offers {
    min-height: 300px;
  }
  .specials-offer {
    width: 90%;
    margin: 0px auto;
  }
  .special-descrption{
    width: 100%;
    text-align: left;
  }
  .special-price{
    width: 100%;
    text-align: left;
  }
  .special-view{
    width: 100%;
    text-align: left;
  }
  .special-view a{
    display: inline-block;
  }
  .special-descrption span{
    display: none;
  }
  .special-descrption h1{
    font-size: 20px;
  }
  .special-view span{
    display: block;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin: 0px;
  }
}

@media (max-width: 812px) {
  .specials-container{
    z-index: 8;
  }
}

.badge {
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #E7731E;
  color: #fff;
  display: inline-block;
}

.badge--yellow {
  background-color: #F9B532;
}

.badge--blue {
  background-color: #2E2F6E;
}


.badge small {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 4px 0;
}

.badge__inner {
  position:absolute;
  top:50%;
  /* left:50%; */
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin:0;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  width: 100%;
}

.badge__heading,
.badge__text,
.badge__amount {
  display: block;
  line-height: 1;
}

.badge__heading {
  font-size: 22px;
  text-transform: uppercase;
}

.badge__text {
  font-size: 24px;
}

.badge__amount {
  font-size: 48px;
  text-transform: uppercase;
}

.badge__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -9999px;
}

.badge--lg {
  width: 235px;
  height: 235px;
}

.badge--lg .badge__heading {
  font-size: 26px;
  margin-top: 10px;
}

.badge--lg .badge__amount {
  font-size: 95px;
  vertical-align: top;
}

.badge--lg .badge__amount span{
  font-size: 55px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: -25px;
  text-align: right;
  line-height: 0.9;
}

.badge--lg .badge__amount span span{
  font-size: 26px;
  display: block;
}

.heroshot {
  width: 100%;
  position: relative;

}

.heroshot__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
  width: 100%;
}

.heroshot__img--lg {
  background-position: top;
  height: 85vh;
}

.heroshot__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
  padding: 15px;
}

.heroshot__caption-text {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.heroshot__badge {
  margin: 25px auto;
}

.heroshot__caption .container {
  position: relative;
}

.specials-main {
  padding-top: 30px;
}

.specials-heading,
.specials-sub-heading {
  font-size: 34px;
  font-family: "Hind", sans-serif;
  margin: 10px 0 10px 0;
  font-weight: 700;
  line-height: 1.4;
}

.specials-heading {
  text-transform: uppercase;
  color:#E7731E;
}

.specials-sub-heading {
  color: #26276F;
  font-size: 23px;
}

.specials-heading--yellow {
  color: #F9B532;
}

.specials-content {
  font-size: 18px;
  font-family: "Hind", sans-serif;
  color: #000;
  margin: 30px 0;
}

.specials-content p a {
  color: inherit;
  text-decoration: underline;
}

.specials-list {
  text-align: center;
  margin: 0 -5px;
}

.specials-list .badge__inner {
  margin-top: 3px;
}

.specials-list .badge__heading,
.specials-list .badge__text,
.specials-list .badge__amount {
  margin-top: 5px;
}

.specials-list .badge {
  margin: 0 5px;
}


.pricing-heading {
  font-size: 28px;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  color: #26276F;
  margin: 45px 0 15px 0;
}

.specials-grid {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}


.specials-grid__col {
  background-color: #F5F5F5;
  padding: 0 15px;
  height: 45px;
  font-family: "Hind", sans-serif;
  color: #26276F;
  vertical-align: middle;
}

.specials-grid tr:nth-child(even) .specials-grid__col {
  background-color: #fff;
}

.specials-grid__col:first-child {
  font-size: 20px;
}

.specials-grid__col:first-child i{
  font-size: 24px;
  margin: 3px 3px 0 0;
  vertical-align: text-top;
}

/*
.specials-grid tr:nth-child(even) .specials-grid__col:first-child i {
  color: #f8b818;
} */

.specials-grid__col:nth-child(2n) {
  font-size: 20px;
  font-weight: 700;
  width: 35%;
}

.specials-grid__col:nth-child(2n) span {
  font-size: 16px;
  color: #f8b818;
}

.specials-grid__col:last-child {
  width: 180px;
  text-align: right;
}

.specials-grid__col:last-child .btn {
  margin: 5px 0;
}

.specials-grid__col:last-child .arrow-right {
  display: inline-block;
  width: 16px;
  height: 13px;
  background: transparent url(/graphics/arrow-right.png) no-repeat center;
  vertical-align: middle;
  transform: translateX(-5px);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.specials-grid__col:last-child:hover .arrow-right {
  transform: translateX(0px);
}

.enq-form-heading {
  font-family: "Hind", sans-serif;
  font-size: 28px;
  color: #26276F;
  margin: 25px 0 15px 0 ;
  text-align: center;
  line-height: 1.4;
}

.terms-lg {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  color: #363535;
  margin: 10px 0;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {

  .heroshot__caption-text {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .heroshot__badge {
    display: none;
  }

}

@media (min-width: 992px) {
  .specials-notice {
    padding: 10px;
  }

  .specials-notice__btn {
    margin-left: 15px;
  }

  .heroshot__badge {
    position: absolute;
    right: 15px;
    bottom: 50px;
    margin: 0;
    z-index: 3;
  }

  .heroshot__badge--rotate {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    bottom: 10px;
  }

  .heroshot__caption-text {
    font-size: 26px;
    margin-left: 15px;
  }

}

/* @media (max-width: 1400px) {
 header nav {
    right: 108px;
 }
} */


/* Accordion */
label.accordion {
    background-color: #f4f4f4;
    color: #282569;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 800;
    border-bottom:5px solid #e1e1e1;
}

label.accordion:after {
    content: '\f106';
    font-family: 'FontAwesome';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #282569;
    font-size:25px;
}

label.active-accordion:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #282569;
    font-size:25px;
}

label.active-accordion {
    border-bottom:none;
}

.panel-accordion {
    padding: 0px 18px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    background-color: #f4f4f4;
    margin: -18px 0 18px;
    border-bottom:5px solid #e1e1e1;
    color: #000;
}

/* Slick Slider Style */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img:not(.grid__col__logo):not(.grid__col__img) {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide:focus, .slick-slide:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* hiding all bullets by default */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
  /* only displaying the active bullets and the 2 bullets next to it */
/* .slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; } */
    /* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li button {
      display:none !important;
}

.slick-dots {
  float: right;
  margin: 0;
  margin-top: -50px;
  margin-right: 1%;

}

.slick-dots li {
  width: 15px;
  height: 15px;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  background: #FFFFFF;
  opacity: .5;
}
.slick-dots li:hover {
  background: #FFFFFF;
  opacity: 1;
}
.slick-dots .slick-active {
  background: #FFFFFF;
  opacity: 1;
  }

/*
* Scroll To Top
*/
.scroll-to-top{
  cursor: pointer;
  color: #f8b818;
}

.scroll-to-top-holder{
  color: #00007c;
  background: #f8b818;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.scroll-to-top-holder__text{
  margin: 0 !important;
}

/**
* Solomon Islands Template
*/

.port-solomon-islands-container {
  position: relative;
  height: 600px;
}

.port-solomon-islands #bpanel{
  background: #e6e6e6;
}

.port-solomon-islands .booking-panel .panel-tab-wrap .panel-tab.active{
  background: #e6e6e6;
}

.port-solomon-islands .booking-panel .panel-tab-wrap .panel-tab{
  margin-right: -3px;
}

.port-solomon-islands .quicklinks .quicklink:hover .overlay{
  top: 0;
  background: #0f1f5E;
}

.port-solomon-islands .quicklinks .quicklink .overlay{
  display: grid;
  align-items: center;
  height: 100%;
  z-index: inherit;
  background: #f5f5f5;
}

.port-solomon-islands .quicklinks .quicklink .overlay h2{
  top: initial;
  bottom: initial;
  margin: initial;
  z-index: 1;
  color: #0f1f5E;
  line-height: 45px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-family: pt_sansregular;
}

.port-solomon-islands .quicklinks .quicklink:hover .overlay h2{
  color: #FBB614;
}

.port-solomon-islands .quicklinks .quicklink .img-holder img{
  display: none;
}

.port-solomon-islands .custom-height{
  height: 640px !important;
}

@media only screen and (min-width: 769px) {
  .port-solomon-islands .port-solomon-islands-container{
    height: 510px;
  }

  .port-solomon-islands .custom-top{
    transition: top linear 0.5s;
    top: 147.5px;
  }
}

@media only screen and (min-width: 992px) {
  .port-solomon-islands .port-solomon-islands-container{
    height: 384px;
  }

  .port-solomon-islands .booking-panel-wrap{
    top: 147.5px;
    bottom: 0;
  }

  .port-solomon-islands .no-fares-specials .booking-panel-wrap{
    top: 50px;
  }

  .port-solomon-islands .no-fares-specials{
    height:251px;
  }

}

@media only screen and (min-width: 1319px) {
  
  .port-solomon-islands .port-solomon-islands-container{
    height: 340px;
  }

  .port-solomon-islands .no-fares-specials{
    height:250px;
  }

}

@media only screen and (max-width: 736px){
  .port-solomon-islands .port-solomon-islands-container{
    height: auto;
  }
  .port-solomon-islands .specials-container {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header.port-solomon-islands-tmpl-header{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
      background: #fff;
  }
  .booking-panel-wrap.port-solomon-islands-tmpl {
      position: absolute;
      z-index: 99;
      left: 0;
      right: 0;
  }
}

@media screen and (max-width: 768px) {

  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
}
.quicklink-nav  {
    position: absolute;
    top: 150px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 40px;
    color: #A8A8A8;
    cursor: pointer;

}

.quicklinks {
  padding: 15px;
}

.quicklinks .quicklink {

  padding: 0 15px; 
  height: 200px;
}
.quicklink-nav--prev{
  left: 5px;
}
.quicklink-nav--next{
  right: 5px;
}

  header .section-1 {
    background: #ffffff;
    float: right;
    border:none;
  }

  header .logo {
    width: 55px;
  }

  header .header-upper .logo{
   margin: 10px 30px;
  }

  header nav ul.main-nav li {
    margin: 15px 0px;
  }

  header nav ul.main-nav li a {
    padding: 15px 15px 15px 30px;
  }

  header #main-nav .man-booking  {
    display: block !important;
  }

  header .header-upper > ul .nav-trigger.open {
    background: transparent;
  }

  #main-nav .man-booking  {
    background-color: #E4E4E4;
    margin: 0;
    list-style-type: none;
    padding-top: 60px;
    display: block;
    text-transform: uppercase;
    color: #7E7E7E;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  #main-nav .man-booking span  {
    padding: 60px 15px 15px 30px;
  }

  #main-nav #manage-booking-form {
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0 0px;
    padding: 15px 45px;
    display: block;
    background: #21235F;
    color: #fff;
    font-family: 'oxygenregular';
    white-space: nowrap;
    letter-spacing: 0.9px;
    width: auto;
    min-width: 100%;
    z-index: 1001;
    display: none;
  }

header .header-upper > ul > li:after {
  content: '|';
  position: absolute;
  top: 6px;
  right: -5px;
  font-weight: 600;
  color: #f8b818;
}
#manage-booking-form .grp {
  margin-bottom: 10px;
}
#manage-booking-form label {
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.75px;
  margin-bottom: 5px;
}
#manage-booking-form .field {
  height: 38px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  min-width: 203px;
  color: #000;
}
#manage-booking-form .custom-btn {
  margin-top: 10px;
  font-size: 15px;
  width: 100%;
  padding-bottom: 11px;
}
  .custom-select .main-icon {
    font-size: 30px;
    margin: 14px 0px 0 0;
    top: 10px;
  }

  footer .container.sponsors ul li {
    display: inline;
    padding-right: 10px;
  }
  footer .container.sponsors ul li:first-of-type img {
    width: 15%;
   
  }
  footer .container.sponsors ul li img {
    max-width: 32%;
  }

  .booking-panel .panel-tab-wrap .panel-tab {
    width: 140px;
  }

  header .header-upper > ul .phone-number i {
    font-size: 25px;
    transform: rotate(-5deg);
    margin-top: 14px;
  }
  header .header-upper > ul .phone-number {
    border-right: none;
    padding: 10px 15px 6px 8px;
  }
  header .header-upper > ul .nav-trigger {
    border-left: none;
    padding: 15px;
  }

  .booking-panel-wrap.port-solomon-islands-tmpl {
    top: 368px;
  }

  .no-fares-specials .booking-panel-wrap.port-solomon-islands-tmpl{
    top: 109px;
  }

  .no-fares-specials {
    height: 315px;
  }

}

@media screen and (min-width: 812px) and (max-width: 991px){
  .booking-panel-wrap.port-solomon-islands-tmpl {
    top: 251px;
  }
}

.nav-trigger .bars {
  position: relative;
  width: 55px;
  height: 28px;
}
  
.nav-trigger .bars::after {
  content: url('../../graphics/menu/hamb.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  right: 10px;
}

.nav-trigger .menu-close {
  position: relative;
  width: 55px;
  height: 28px;
}
.nav-trigger .menu-close::after {
  content: url('../../graphics/menu/close.png');
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  right: 10px;
}

.no-slideshow .aside-destination-guides {
  width: 100% !important;
}



.filter_special .form-control-label {
  left: 25px !important;
  letter-spacing: 0 !important;
 }
 
 .filter_special .form-control {
   padding: 5px 10px;
   font-size: 14px !important;
   line-height: 32px;
   color: #A4A4A4;
 }
 
 .filter_special label {
   font-size: 16px !important;
   line-height: 32px;
 }
 
 .filter_special .hasDatepicker {
   padding: 6px 5px 6px 45px;
 }

 .filter_special{
  background-color: #F2F2F2;
  padding: 15px 10px 0 15px;
}

.filter_special .form-control[readonly] {
    background-color: white !important;
    cursor: unset;
}


@media screen and (max-width: 1600px) {
  
  .filter_special label {
    font-size: 14px !important;
    line-height: 32px;
  }
}

.solomon_official_logo {
  width: 85px;  
}

@media screen and (max-width: 415px) {
  .solomon_official_logo {
    width: 40px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .solomon_official_logo {
    width: 75px;
  }
}

#tc-modal {
	opacity: 1 !important;
	background: rgba(0,0,0,.7);
	
	.modal-header {
	  display: block;
	}
  
  }
  
  .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;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
  }
  .modal.in {
	  visibility: visible;
  }
  .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 rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
			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: 15px;
	border-bottom: 1px solid #e5e5e5;
  }
  
  .modal-header .close {
	margin-top: -2px;
  }
  
  .modal-title {
	margin: 0;
	line-height: 1.42857143;
  }
  
  .modal-body {
	position: relative;
	padding: 15px;
  
	p {
	  margin: 0;
	}
  
	ul, ol {
	  margin-top: 0;
	  margin-bottom: 12px;
	  padding-left: 40px;
	}
  
	ul {
	  list-style: disc;
	}
  
	ol {
	  list-style: decimal;
	}
  }
  
  .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
  }
  
  .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;
  }

  .pt-30{
    padding-top: 30px !important;
  }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.justify-content-lg-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.mt-30 {
  margin-top: 20px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.pg-submit{
  &:hover, &:active, &:focus{
    color: #000;
    background: #f8b818;
  }
}