/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Z-INDEX */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #D91E18;
  position: relative;
  color: #FFF;
  min-width: 120px;
  font-size: 12px;
  border: 1px solid #FFF;
  box-shadow: 0 0 2px #333;
  -moz-box-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  -o-box-shadow: 0 0 2px #333;
  padding: 4px 10px 4px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-shadow: 0 1px 1px #4d4d4d;
  -moz-box-shadow: 0 1px 1px #4d4d4d;
  -webkit-box-shadow: 0 1px 1px #4d4d4d;
  -o-box-shadow: 0 1px 1px #4d4d4d;
  font-size: 0px;
  height: 1px;
  background: #D91E18;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 0 solid #FFF;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #FFF;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #FFF;
}
/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #F2F2F2;
  background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #BBB;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/* perfect-scrollbar v0.6.7 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
@font-face {
  font-family: 'DINOT';
  src: url('../fonts/DINOT.eot');
  src: url('../fonts/DINOT.eot?#iefix') format('embedded-opentype'), url('../fonts/DINOT.woff') format('woff'), url('../fonts/DINOT.ttf') format('truetype'), url('../fonts/DINOT.svg#DINOT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url('../fonts/DINOT-Light.eot');
  src: url('../fonts/DINOT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/DINOT-Light.woff') format('woff'), url('../fonts/DINOT-Light.ttf') format('truetype'), url('../fonts/DINOT-Light.svg#DINOT-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url('../fonts/DINOT-Bold.eot');
  src: url('../fonts/DINOT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINOT-Bold.woff') format('woff'), url('../fonts/DINOT-Bold.ttf') format('truetype'), url('../fonts/DINOT-Bold.svg#DINOT-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url('../fonts/DINOT-Medium.eot');
  src: url('../fonts/DINOT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINOT-Medium.woff') format('woff'), url('../fonts/DINOT-Medium.ttf') format('truetype'), url('../fonts/DINOT-Medium.svg#DINOT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'dorsal-icon';
  src: url('../fonts/dorsal-icon.eot?a5eifa');
  src: url('../fonts/dorsal-icon.eot?a5eifa#iefix') format('embedded-opentype'), url('../fonts/dorsal-icon.ttf?a5eifa') format('truetype'), url('../fonts/dorsal-icon.woff?a5eifa') format('woff'), url('../fonts/dorsal-icon.svg?a5eifa#dorsal-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ds-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dorsal-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ds-calendar:before {
  content: "\e900";
}
.ds-distand:before {
  content: "\e901";
}
.ds-encounter:before {
  content: "\e902";
}
.ds-length:before {
  content: "\e903";
}
.ds-password:before {
  content: "\e904";
}
.ds-picture:before {
  content: "\e905";
}
.ds-search:before {
  content: "\e906";
}
.ds-shark:before {
  content: "\e907";
}
.ds-sight:before {
  content: "\e908";
}
.ds-username:before {
  content: "\e909";
}
.ds-weather:before {
  content: "\e90a";
}
body {
  font-family: 'DINOT';
  color: #333;
  overflow-x: hidden;
  background: #F8F8F8 url(../img/main-bg.png) no-repeat top center;
  background-size: contain;
}
body .logo-whitelabel {
  display: none;
}
body.branch-banner-is-active {
  margin-top: 76px;
}
body.home-bg {
  background: #F8F8F8 url(../img/home-bg.png) no-repeat top center;
  background-size: contain;
}
@media (max-width: 768px) {
  body.home-bg {
    background-size: auto;
  }
}
body.about-bg {
  background: #F8F8F8 url(../img/about-bg.png) no-repeat bottom center;
  background-size: cover;
}
body.whitelabel-bg {
  background: #F8F8F8 url(../img/whitelabel-bg.png) no-repeat top center;
  background-size: cover;
}
body.whitelabel-bg .logo-whitelabel {
  display: unset;
}
body.whitelabel-bg .logo-def {
  display: none;
}
body.whitelabel-bg .heading .header ul.nav li a {
  color: #fff;
}
body.whitelabel-bg .heading .header .show-menu-btn i {
  color: #fff;
}
body.premium-bg {
  background: #000 url(../img/bg-premium.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  body.premium-bg {
    background-position: left;
  }
}
body.contact-bg {
  background: url(../img/contact-bg.png) no-repeat bottom center;
  background-size: cover;
}
body.resetpass-bg {
  background: url(../img/main-bg.png) no-repeat bottom center;
  background-size: cover;
}
body * {
  box-sizing: border-box;
}
body.no-bg {
  background-image: none;
}
body.has-video {
  min-height: 100vh;
}
button:focus,
input:focus {
  outline: none;
}
a {
  color: #4e93e3;
}
a.no-underline {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.wow {
  visibility: hidden;
}
.main-content {
  min-height: -moz-calc(100vh - 219px);
  min-height: -webkit-calc(100vh - 219px);
  min-height: calc(100vh - 219px);
  margin-bottom: 50px;
}
section.heading {
  z-index: 1000;
}
input,
textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.heading {
  text-align: center;
  position: relative;
}
.heading.inner-page {
  padding-bottom: 0;
}
.heading.collapsed {
  height: auto;
  padding-bottom: 0;
}
.heading .header {
  height: 100px;
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
.heading .header .logo {
  display: inline-block;
  margin: 35px 0 0;
}
.heading .header .logo img {
  width: 180px;
}
.heading .header ul.nav {
  display: inline-flex;
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.heading .header ul.nav li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.heading .header ul.nav li a {
  display: block;
  padding: 0 15px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #012542;
  transition: all 0.2s ease;
  font-size: 19px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.heading .header ul.nav li a.active,
.heading .header ul.nav li a:hover {
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 3px solid #4796D0;
}
@media (max-width: 640px) {
  .heading .header ul.nav li a.active,
  .heading .header ul.nav li a:hover {
    display: inline-block;
  }
}
.heading .header ul.nav li.active > a {
  transition: all 0.3s ease;
  border-bottom: 3px solid #4796D0;
}
.heading .header ul.nav li.active ul.dropdown-menu {
  display: block;
}
.heading .header ul.nav li .fa-caret-down {
  font-size: 16px;
}
.heading .header ul.nav li .icon_user {
  background: url(../img/icons/user.png) no-repeat left center;
  height: 26px;
  width: 26px;
  background-size: 100%;
  vertical-align: middle;
}
.heading .header ul.nav li.show ul.dropdown-menu {
  transition: 0.7s;
  animation: fadeIn 1s;
}
.heading .header ul.nav li:hover ul.dropdown-menu {
  display: block;
  position: absolute;
  transform: translate3d(10px, 40px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
.heading .header ul.nav li:hover ul.dropdown-menu.dropdown-menu-right {
  right: 20px;
  left: auto;
}
.heading .header ul.nav li.open ul.dropdown-menu,
.heading .header ul.nav li ul.dropdown-menu.show {
  display: block !important;
}
@media (max-width: 640px) {
  .heading .header ul.nav li.open ul.dropdown-menu,
  .heading .header ul.nav li ul.dropdown-menu.show {
    float: unset;
    transform: none !important;
    position: unset !important;
    width: 130px;
    margin: 0 auto;
    padding-left: 10px;
  }
}
.heading .header ul.nav li ul.dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 150px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #cccccc;
  -webkit-box-shadow: 0px 3px 6px #cccccc;
  -moz-box-shadow: 0px 3px 6px #cccccc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  transition: all 0.5s ease;
}
.heading .header ul.nav li ul.dropdown-menu li {
  display: block;
  text-align: left;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .heading .header ul.nav li ul.dropdown-menu li {
    text-align: left;
  }
}
.heading .header ul.nav li ul.dropdown-menu li a {
  color: #707070;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 0;
}
@media (max-width: 600px) {
  .heading .header ul.nav li ul.dropdown-menu li a {
    color: #087ac0;
  }
}
.heading .header ul.nav li ul.dropdown-menu li.active,
.heading .header ul.nav li ul.dropdown-menu li:hover > a,
.heading .header ul.nav li ul.dropdown-menu li a.sub-active {
  color: #012542;
  font-weight: bold;
}
.heading .header .show-menu-btn,
.heading .header .hide-menu-btn {
  transition: 0.4s;
  font-size: 26px;
  cursor: pointer;
  display: none;
}
.heading .header .show-menu-btn {
  float: right;
  padding-right: 20px;
}
.heading .header .show-menu-btn i {
  line-height: 60px;
}
.heading .header #chk {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}
@media screen and (max-width: 640px) {
  .heading .header .show-menu-btn,
  .heading .header .hide-menu-btn {
    display: block;
  }
  .heading .header ul.nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0b264c;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .heading .header ul.nav li {
    display: block;
  }
  .heading .header ul.nav li a {
    font-size: 18px;
  }
  .heading .header .hide-menu-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
  }
  .heading .header #chk:checked ~ ul.nav {
    right: 0;
  }
}
.heading .heading-text {
  font-weight: bold;
  padding-top: -moz-calc((100vh - 400px)/2);
  padding-top: -webkit-calc((100vh - 400px)/2);
  padding-top: calc((100vh - 400px)/2);
  position: relative;
  margin: 0 auto;
  max-width: 620px;
  text-align: left;
}
.heading .heading-text.heading-home {
  margin: auto;
  max-width: none;
}
.heading .heading-text h1 {
  font-size: 85px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 120px;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  right: -80px;
  top: 265px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.heading .heading-text h2 {
  color: #012542;
  font-size: 45px;
  font-weight: bold;
  line-height: 65px;
  max-width: 720px;
}
.heading .heading-text h3 {
  font-size: 44px;
  font-weight: bold;
  padding-left: 480px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.heading .heading-text h4 {
  font-size: 25px;
  font-weight: bold;
  padding-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.heading .dropdown_user .dropdown-toggle::after {
  display: none;
}
.heading .container {
  margin: 0 auto;
}
.heading .container .iphone {
  float: left;
  position: absolute;
  /*top: 200px;*/
  z-index: 1;
  top: 50vh;
  margin-top: -237px;
}
.heading .container .text {
  padding-top: 0;
}
.heading .container .text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  max-width: 846px;
  color: #FFFFFF;
}
.heading .container .text .app-store-link,
.heading .container .text .google-play-link {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  margin-right: 10px;
}
.heading .container .text .app-store-link img,
.heading .container .text .google-play-link img {
  height: 60px;
}
.gradient_lightblue {
  background: #eaf2fa;
  background: linear-gradient(0deg, rgba(234, 242, 250, 0) 0%, #eaf2fa 52%, rgba(234, 242, 250, 0) 100%);
}
.introduce {
  clear: both;
  padding: 300px 0;
  position: relative;
  height: 730px;
}
.introduce .img {
  width: 30%;
  position: relative;
}
.introduce .img img {
  max-height: 680px;
}
.introduce .img .img1 {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 10;
}
.introduce .img .img2 {
  position: absolute;
  left: 195px;
  z-index: 20;
}
.introduce .img .img2 img {
  max-height: 630px;
}
.introduce .text {
  width: 65%;
}
.introduce .text h2 {
  font-size: 38px;
  color: #012542;
  padding: 180px 0 50px;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
.introduce .text ul {
  margin: 0;
  padding: 0;
}
.introduce .text ul li {
  font-size: 18px;
  color: #012542;
  padding-bottom: 30px;
  list-style: none;
  clear: both;
  display: flex;
}
.introduce .text ul li h3 {
  font-size: 22px;
  padding: 0;
  margin: 0;
}
.introduce .text ul li .fa {
  font-size: 16px;
  padding: 6px 40px;
  height: 100%;
}
.introduce .text ul li .text-right {
  width: calc(100%-100px);
}
.introduce .text2 {
  width: 50%;
}
.intro_submit {
  height: 270px;
  padding: 0;
}
.intro_submit .container {
  position: relative;
}
.intro_submit .container .pushup {
  position: absolute;
  top: -100px;
}
.intro_report {
  padding: 50px 0;
  height: 270px;
}
.intro_report .text h2 {
  padding: 280px 0 50px;
  margin: 0;
}
.premium_getmore {
  clear: both;
  width: 100%;
  height: 250px;
  margin-bottom: 65px;
  padding: 40px;
  background: url(../img/premium_more_bg.png) no-repeat center;
  background-size: cover;
}
.premium_getmore .box-left {
  width: 78%;
}
.premium_getmore .box-left > a {
  text-decoration: none;
  color: #fff;
}
.premium_getmore .box-left > a h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
  text-shadow: 0px 3px 6px #00000029;
}
.premium_getmore .box-left > a h2 span {
  color: #EBD67B;
}
.premium_getmore .box-left > a h2 span.lightblue {
  color: #EAF2FA;
}
.premium_getmore .box-left .text {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 3px 6px #111;
  line-height: 30px;
  color: #fff;
}
.premium_getmore .box-right {
  width: 21%;
  display: flex;
}
.premium_getmore .box-right .learn-more {
  background: #000000;
  border-radius: 27px;
  padding: 12px 30px;
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #EAD375;
  text-decoration: none;
  display: flex;
  border: 1px solid #EAD375;
}
.premium_getmore .box-right .learn-more:hover,
.premium_getmore .box-right .learn-more:focus,
.premium_getmore .box-right .learn-more.active {
  background: #242121;
  color: #fadb53;
}
.premium_getmore .box-right .learn-more i {
  width: 31px;
  height: 29px;
  margin-right: 20px;
  background: url(../img/logo_yellow.png) no-repeat center center;
}
.community {
  clear: both;
  width: 100%;
  min-height: 300px;
  padding: 75px 0;
  display: block;
  background: #EAF2FA url(../img/community_bg.jpg) no-repeat bottom center;
  background-size: 100%;
  color: #012542;
  overflow: hidden;
}
.community .intro {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #012542;
  text-align: center;
  margin-bottom: 47px;
}
.community .community_list {
  margin: 0;
  padding: 0;
}
.community .community_list li {
  float: left;
  width: 33%;
  list-style: none;
  font-size: 15px;
  margin: 18px 0;
  padding-left: 110px;
}
.community .community_list li .fa {
  width: 43px;
  height: 43px;
  margin-right: 21px;
  vertical-align: middle;
  background-size: 100%;
}
.community .community_list li .icon_surfers {
  background: url(../img/icons/icon_surfers.png) no-repeat top left;
}
.community .community_list li .icon_swimmers {
  background: url(../img/icons/icon_swimmers.png) no-repeat top left;
}
.community .community_list li .icon_families {
  background: url(../img/icons/icon_families.png) no-repeat top left;
}
.community .community_list li .icon_divers {
  background: url(../img/icons/icon_divers.png) no-repeat top left;
}
.community .community_list li .icon_beach {
  background: url(../img/icons/icon_beach.png) no-repeat top left;
}
.community .community_list li .icon_research {
  background: url(../img/icons/icon_research.png) no-repeat top left;
}
.community .community_list li .icon_water_sport {
  background: url(../img/icons/icon_water_sport.png) no-repeat top left;
}
.community .community_list li .icon_lifeguards {
  background: url(../img/icons/icon_lifeguards.png) no-repeat top left;
}
.community .community_list li .icon_shark {
  background: url(../img/icons/icon_shark.png) no-repeat top left;
}
.our_users {
  clear: both;
  padding: 58px 0 15px;
  text-align: center;
  color: #012542;
}
.our_users.ratting-premium {
  color: #ffffff;
}
.our_users.ratting-premium h2 {
  font-weight: bold;
  color: #fff;
}
.our_users.ratting-premium .owl-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.our_users.ratting-premium .owl-carousel > .item {
  flex: 0 0 280px;
  max-height: 200px;
  margin: 10px 0;
}
.our_users.ratting-premium .owl-carousel .inner {
  height: 100%;
  box-shadow: unset;
  background-color: #383838;
}
.our_users.ratting-premium .owl-carousel .inner .star_box {
  margin: 0 10px 6px;
}
.our_users.ratting-premium .owl-carousel .inner .comment {
  margin-top: 20px;
}
.our_users.ratting-premium .owl-carousel .comment,
.our_users.ratting-premium .owl-carousel .author {
  font-size: 12px;
}
.our_users .container-ratting-premium {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.our_users h2 {
  font-size: 40px;
  color: #012542;
  margin-bottom: 66px;
}
.our_users .item .inner {
  padding: 18px;
  background: #fff;
  box-shadow: 0px 3px 6px #ccc;
  -webkit-box-shadow: 0px 3px 6px #ccc;
  -moz-box-shadow: 0px 3px 6px #ccc;
  font-size: 14px;
  line-height: 1.5;
}
.our_users .item .inner .star_box {
  color: #999;
  font-size: 20px;
  margin: 0 10px 14px;
}
.our_users .item .inner .star_box .checked {
  color: #FFDC64;
}
.our_users .item .inner .comment {
  margin-top: 14px;
}
.our_users .item .inner .author {
  font-weight: bold;
}
.instagram {
  clear: both;
  padding: 30px 0 70px;
  color: #042252;
  display: flex;
}
.instagram h2 {
  font-size: 14px;
  margin-bottom: 32px;
}
.instagram h2 span {
  font-weight: normal;
}
.instagram .item {
  float: left;
  width: 15%;
  margin: 0 11px;
  overflow: hidden;
}
.instagram .item a.video {
  display: block;
  position: relative;
}
.instagram .item a.video .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
}
.instagram .item img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.instagram .item iframe {
  width: 100%;
  height: 168px;
}
.instagram .item:first-child {
  margin: 0 10px 0 0;
}
.instagram .item:last-child {
  margin: 0 0 0 10px;
  float: right;
}
.footer {
  clear: both;
}
.contact .contact-info {
  position: relative;
  background: #042252;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.contact .contact-left {
  float: left;
  font-size: 14px;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 400;
}
.contact .contact-left li {
  display: inline-block;
  padding: 0px 15px;
  line-height: 80px;
}
.contact .contact-left li:first-child {
  padding: 0 15px 0 0;
}
.contact .contact-left li a {
  color: #fff;
  text-decoration: none;
}
.contact .contact-left li a:hover {
  opacity: 0.8;
}
.contact .social-links {
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
}
.contact .social-links li {
  display: inline-block;
  margin: 0 22px;
  line-height: 80px;
}
.contact .social-links li:last-child {
  margin: 0 0 0 22px;
}
.contact .social-links li a.social-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 20px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .social-links li a.social-icon.icon-facebook {
  background-image: url(/img/icons/icon_facebook.png);
}
.contact .social-links li a.social-icon.icon-twitter {
  background-image: url(/img/icons/icon_twitter.png);
}
.contact .social-links li a.social-icon.icon-instagram {
  background-image: url(/img/icons/icon_instagram.png);
}
.contact .social-links li a.social-icon.icon-google {
  background-image: url(/img/icons/google_icon.png);
}
.contact .social-links li a.social-icon.icon-apple {
  background-image: url(/img/icons/apple_icon.png);
  background-size: 12px 15px;
}
.contact .social-links li a.social-icon.icon-android {
  background-image: url(/img/icons/android_icon.png);
  background-size: 13px 15px;
  top: 1px;
  position: relative;
}
.contact .social-links li a:hover {
  color: #b4d5f5;
}
.span50 {
  width: 50%;
  float: left;
}
.span50.left {
  padding-right: 5px;
}
.span50.right {
  padding-left: 5px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.img-full {
  max-width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.shark-details {
  background-color: transparent;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1170px;
}
hr {
  border-color: #c1c2c4;
  border-top: 0;
  margin: 0;
}
.search-box {
  padding: 7px 5px 8px;
}
.search-box i {
  font-size: 20px;
  vertical-align: middle;
  color: #a6a6a6;
}
.filter-box {
  font-size: 14px;
  padding: 10px 0;
}
.filter-box label {
  float: left;
  font-weight: 500;
}
.select-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
  float: left;
}
.select-wrapper .selectBox {
  width: 100%!important;
}
@media (max-width: 996px) {
  .select-wrapper {
    width: 100%;
  }
}
.selectBox-dropdown {
  background: #fff;
  border-radius: 0;
  color: #333;
  border-color: #dadde2;
  min-width: 170px;
  margin-bottom: 10px;
  box-shadow: none;
  line-height: 38px;
}
.selectBox-dropdown .selectBox-arrow {
  border-left: 0;
  background: transparent;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.selectBox-dropdown .selectBox-arrow:before {
  content: "\f078";
  line-height: 38px;
  color: #ccc;
}
.selectBox-dropdown:focus {
  border-color: #dadde2;
}
/*#select-state+.selectBox-dropdown{
  width: ~"calc(50% - 10px)!important";
}

#select-zone+.selectBox-dropdown{
  margin-left: 16px;
  width: ~"calc(50% - 10px)!important";
}

#select-location+.selectBox-dropdown{
  width: 100%!important;
}*/
.selectBox-options li a {
  color: #000;
  font-size: 14px;
}
.filter-result {
  max-height: 510px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}
.filter-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
.filter-result ul li {
  padding: 10px 15px;
  cursor: pointer;
  overflow: hidden;
}
.filter-result ul li .shark-photo {
  width: 36px;
  height: 36px;
  float: left;
  background-color: #087ac0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.filter-result ul li .shark-photo.no-image {
  border-radius: unset;
  background-color: transparent;
  background-size: 36px 36px;
}
.filter-result ul li .shark-info {
  padding-left: 25px;
}
.filter-result ul li .shark-info .shark-name {
  font-size: 14px;
  margin: 0;
  margin-bottom: 2px;
}
.filter-result ul li .shark-info .shark-report-date {
  float: left;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.filter-result ul li .shark-info .shark-length {
  float: right;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.filter-result ul li:hover,
.filter-result ul li.active {
  background-color: #E5EFF8 !important;
}
.filter-result ul li.active .shark-photo.no-image {
  background-image: url(/img/icons/no_image_selected.png) !important;
  background-size: 36px 36px;
}
.filter-result ul li.active .shark-name {
  font-weight: 500;
}
.filter-result ul li.active .shark-report-date {
  color: #535353;
}
.filter-result ul li.active .shark-length {
  color: #535353;
}
.reports-wrapper.view-single {
  padding: 35px;
}
.reports-wrapper.view-single #map {
  height: 262px;
}
#map {
  height: 725px;
}
.report-box {
  position: relative;
  background: #fff;
  color: #4a5858;
  width: 310px;
  margin-top: -35px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.report-time {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a90e2;
  color: #fff;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
}
.border-bottom {
  border: 1px solid #eee;
}
.dorsal-icon {
  display: inline-block;
}
.dorsal-icon.icon-distance {
  width: 13px;
  height: 13px;
  background: url(../img/icons/icon_distance.png) no-repeat center;
}
.dorsal-icon.icon-eye {
  width: 14px;
  height: 10px;
  background: url(../img/icons/icon_eye.png) no-repeat center;
}
.dorsal-icon.icon-location {
  width: 13px;
  height: 13px;
  background: url(../img/icons/icon_location.png) no-repeat center;
}
.dorsal-icon.icon-weather {
  width: 15px;
  height: 16px;
  background: url(../img/icons/icon_weather.png) no-repeat center;
}
.shark-overview {
  padding: 40px 15px 10px 15px;
  position: relative;
}
.shark-overview .shark-name {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.shark-overview .shark-length {
  color: #788793;
  font-size: 13px;
  margin-bottom: 3px;
  display: inline-block;
}
.shark-overview .user .user-avatar {
  color: #788793;
  margin-right: 5px;
}
.shark-overview .user .user-name {
  color: #788793;
  font-size: 12px;
}
.shark-overview .shark-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: 15px;
}
.shark-stats {
  padding: 15px;
}
.stat {
  margin-bottom: 10px;
}
.stat .dorsal-icon {
  float: left;
}
.stat .stat-edit {
  /* padding-left: 20px;*/
}
.stat .stat-edit h3 {
  margin: 0;
  font-size: 12px;
  color: #788793;
  font-weight: normal;
}
.stat .stat-edit p {
  font-size: 14px;
  margin: 2px 0;
  font-weight: 500;
}
.mb-0 {
  margin-bottom: 0;
}
.shark-comment {
  padding: 15px;
  max-height: 196px;
  overflow-y: auto;
}
.shark-comment p {
  margin: 0;
  font-size: 13px;
  padding-left: 28px;
}
.bg-white {
  background: white none;
}
.bg-tutorial {
  background: #122d58 none;
}
.privacy-block {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  padding: 0 0 30px 0;
}
.privacy-block .page-title h1 {
  padding-left: 20px;
  text-align: left;
}
.privacy-block .static-page .page-body .page-title {
  width: 235px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .privacy-block .static-page .page-body .page-title {
    width: 100%;
  }
}
.privacy-block .static-page .page-body .page-content {
  width: -moz-calc(100% - 235px);
  width: -webkit-calc(100% - 235px);
  width: calc(100% - 235px);
}
@media (max-width: 768px) {
  .privacy-block .static-page .page-body .page-content {
    width: 100%;
  }
}
.privacy-block .static-page.tutorial-content .page-body {
  padding: 40px 50px 50px;
}
.privacy-block .static-page.tutorial-content .page-body .page-content {
  width: 100%;
}
.privacy-block .page-content .content-privacy {
  text-align: left;
}
.privacy-block .page-content .content-privacy .section-title {
  font-size: 20px;
  margin: 0 0 8px;
}
.privacy-block .page-content .content-privacy .hr-sort {
  margin-bottom: 10px;
}
.privacy-block .page-content .content-privacy .collapsible-content {
  clear: both;
}
.privacy-block .page-content .content-privacy .collapsible-content.active .section-title:after {
  content: "-";
}
.privacy-block .page-content .content-privacy .collapsible-content.active .content {
  max-height: 100%;
}
.privacy-block .page-content .content-privacy h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.privacy-block .page-content .full-image-width {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
}
.privacy-block .privacy-footer {
  position: absolute;
}
.privacy-heading {
  text-align: center;
  background: #419af1 url(../img/bg_2.jpg) no-repeat center / cover;
  padding: 120px 0 50px 0;
  position: relative;
}
.privacy-text {
  max-width: 600px;
  margin: auto;
}
.privacy-text h1 {
  font-size: 2.5em;
  margin: 0;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.privacy-footer {
  margin-top: 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.privacy-footer .contact {
  position: relative;
}
.privacy-footer .container {
  max-width: 1000px;
  padding: 0 20px;
}
.privacy-content {
  width: 100%;
  margin: auto;
  max-width: 800px;
  color: #1a1a1a;
  padding: 20px;
  padding-bottom: 100px;
}
.privacy-content a {
  color: #4495d4;
}
.privacy-content .section-title {
  font-size: 1.5em;
  margin: 1em 0 0.5em 0;
}
.privacy-content .page-title {
  font-size: 2em;
  margin: 0.5em 0;
}
.hr-sort {
  clear: both;
  display: block;
  border: none;
  border-bottom: 2px solid #2f2f2f;
  margin: 0.5em 0 1.25em 0;
  width: 4.5em;
  height: 0;
}
.close-filter {
  display: none;
}
@media (width: 768px) {
  .heading .header ul.nav-submit {
    margin-top: 26px !important;
  }
}
body.mobile .heading .header ul.nav li:hover ul.dropdown-menu {
  display: none;
}
@media (max-width: 360px) {
  body.mobile .awards-list {
    margin-bottom: 35px;
    text-align: center;
  }
  body.mobile .awards-list li {
    height: 40px;
    float: none;
    display: inline-block;
  }
  body.mobile .awards-list li a {
    height: 40px;
  }
  body.mobile .awards-list li:last-child {
    margin-right: 0;
  }
}
body.mobile .disclaimer {
  padding-left: 15px;
  padding-right: 15px;
}
body.mobile .mapboxgl-popup-content {
  width: 240px;
}
body.mobile .report-box {
  width: 100%;
  margin: 0;
}
body.mobile .privacy-heading {
  padding-top: 90px;
}
body.mobile .reports-wrapper {
  padding: 0 0 20px;
  position: relative;
}
body.mobile .reports-wrapper .back-to-list {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 5px 10px 7px;
  background: rgba(0, 0, 0, 0.2);
}
body.mobile .reports-wrapper .back-to-list a {
  color: #fff;
  text-decoration: none;
}
body.mobile .reports-wrapper .back-to-list a img {
  width: 12px;
  display: inline-block;
  margin-right: 3px;
}
body.mobile .contact .contact-left {
  text-align: center;
  margin-bottom: 10px;
}
body.mobile .introduction {
  position: relative;
}
body.mobile .heading {
  width: 100%;
}
body.mobile .heading.inner-page {
  position: absolute;
}
body.mobile .heading.inner-page .header .logo {
  margin-bottom: 0;
}
body.mobile .heading.inner-page .header .nav {
  margin-top: 10px;
  margin-bottom: 15px;
}
body.mobile .heading.full-height {
  min-height: 100vh;
}
body.mobile .heading .header {
  height: 70px;
  display: block;
}
body.mobile .heading .header .logo {
  float: left;
  margin: 16px 0;
}
body.mobile .heading .header .logo img {
  width: 120px;
}
body.mobile .heading .header ul.nav {
  float: none;
  margin-top: 0;
}
body.mobile .heading .header ul.nav li.active a {
  border-bottom: 2px solid #fff;
}
body.mobile .heading .header ul.nav li a {
  padding: 0 12px 4px !important;
}
body.mobile .heading .iphone {
  display: none;
}
body.mobile .heading .heading-text {
  padding: 10px 10px 0 10px;
  max-width: 100vw;
}
body.mobile .heading .heading-text h2 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 38px;
}
body.mobile .heading .heading-text h4 {
  font-size: 12px;
  letter-spacing: 1px;
}
body.mobile .heading .heading-text h1 {
  right: -38px;
  top: 15px;
  font-size: 70px;
}
body.mobile .heading > .container {
  margin-top: 140px;
}
body.mobile .heading .container {
  position: relative;
}
body.mobile .heading .container .app-links {
  text-align: center!important;
  position: relative;
  max-width: 100vw;
}
body.mobile .heading .container .text {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
body.mobile .heading .container .text .app-store-link img,
body.mobile .heading .container .text .google-play-link img {
  height: 40px;
}
body.mobile .shark-details {
  padding-top: 0;
}
body.mobile .shark-details .shark-list {
  padding: 0 15px;
}
body.mobile .shark-details .shark-list .filter-box label {
  display: none;
}
body.mobile .shark-details .shark-list .filter-box .filter {
  padding-left: 0;
}
body.mobile .shark-details .map.show {
  display: block ;
  padding: 15px;
}
body.mobile .shark-details .map.show .mapboxgl-canvas {
  width: 100% !important;
}
body.mobile .shark-details .mapboxgl-ctrl-top-right {
  right: 30px;
}
body.mobile .shark-details .mapboxgl-ctrl-bottom-right {
  right: 30px;
}
body.mobile .shark-details .reports-wrapper.view-single .map {
  display: block;
}
body.mobile .contact .contact-info p {
  text-align: center;
  float: none;
}
body.mobile .contact .contact-info .social-links {
  float: none;
  text-align: center;
  padding: 0;
}
.reports-wrapper {
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
}
.reports-wrapper .shark-list {
  padding: 0;
  color: #313131;
  position: relative;
  height: 100%;
  min-height: 725px;
}
.reports-wrapper .back-to-list {
  display: none;
}
.reports-wrapper .map .loading-ajax {
  display: none!important;
}
.reports-wrapper.view-single .map {
  position: relative;
}
.reports-wrapper.view-single .map .mapboxgl-canvas {
  width: 100% !important;
}
.reports-wrapper.view-single .mapboxgl-popup-close-button {
  display: none;
}
.reports-wrapper.view-single .back-to-list {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 5px 10px 7px;
  background: rgba(0, 0, 0, 0.2);
}
.reports-wrapper.view-single .back-to-list img {
  width: 12px;
  display: inline-block;
  margin-right: 3px;
}
.reports-wrapper.view-single .back-to-list a {
  color: #fff;
  text-decoration: none;
}
.text-through {
  color: #4495d4;
  text-decoration: line-through;
}
#floatingCirclesG {
  position: relative;
  width: 128px;
  height: 128px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
}
.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 23px;
  width: 23px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
}
#frotateG_01 {
  left: 0;
  top: 52px;
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
}
#frotateG_02 {
  left: 15px;
  top: 15px;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
}
#frotateG_03 {
  left: 52px;
  top: 0;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
}
#frotateG_04 {
  right: 15px;
  top: 15px;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
}
#frotateG_05 {
  right: 0;
  top: 52px;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
}
#frotateG_06 {
  right: 15px;
  bottom: 15px;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
}
#frotateG_07 {
  left: 52px;
  bottom: 0;
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
}
#frotateG_08 {
  left: 15px;
  bottom: 15px;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.loading-ajax {
  position: fixed!important;
  left: 50%;
  margin-left: -62px !important;
  top: 250px;
  z-index: 999;
}
dl {
  word-wrap: break-word;
}
dl dt {
  float: left;
  clear: left;
  width: 22%;
  text-align: left;
  font-weight: bold;
}
dl dd {
  margin: 0 0 0 25%;
  padding: 0 0 0.5em 0;
}
dl.mobile dt {
  width: 45%;
}
dl.mobile dd {
  margin-left: 50%;
}
.collapsible-content .section-title {
  position: relative;
  padding-right: 2em;
  cursor: pointer;
}
.collapsible-content .section-title:after {
  content: '+';
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  line-height: 1em;
}
.collapsible-content .content {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collapsible-content.open .content {
  max-height: 1000px;
}
.collapsible-content.open .section-title:after {
  content: '-';
}
.disclaimer {
  font-size: 13px;
  display: block;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  color: #313131;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.disclaimer a {
  color: #42a5f5;
}
.awards-list {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.awards-list li {
  float: left;
  height: 50px;
  margin-right: 15px;
}
.awards-list li a {
  display: inline-block;
  height: 50px;
}
.awards-list li a:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.awards-list li a img {
  vertical-align: middle;
  max-height: 100%;
}
.form-login {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.form-login fieldset {
  border: 0;
  padding: 0;
}
.form-login fieldset legend {
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 20px;
  color: #26313a;
  text-align: center;
}
.form-login fieldset .form-control {
  width: 100%;
  border: 1px solid #e7ebf1 !important;
  background-color: #f8f8f9;
  box-shadow: none;
  height: 52px;
  z-index: inherit;
}
.form-login .auth-submit-btn {
  width: 100%!important;
  background-color: #42a4f5;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
}
.form-login .error-text {
  text-align: center;
  color: #EF4836;
  margin-top: 0;
}
.change-password-success {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: #333;
  text-align: center;
}
.change-password-success p {
  margin-top: 0;
}
.change-password-success .auth-submit-btn {
  width: 100%!important;
  background-color: #42a4f5;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-decoration: none;
}
.form-login .formError .formErrorContent {
  min-width: 160px;
}
.social-links .social-link {
  width: 45px;
  height: 45px;
  border: 1px solid #eff1f2;
  float: left;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.social-links .social-link:hover,
.social-links .social-link.active {
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.social-links .social-link:hover ul,
.social-links .social-link.active ul {
  opacity: 1;
  visibility: visible;
}
.social-links .social-link ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  margin-top: 2px;
  border: 1px solid #eff1f2;
}
.social-links .social-link ul.ul-android {
  width: 75px;
}
.social-links .social-link ul.ul-ins {
  width: 80px;
}
.social-links .social-link ul li a {
  color: #878787;
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 32px;
}
.social-links .social-link ul li:hover a {
  color: #fff;
  background-color: #4a90e2;
}
.page-title h1 {
  color: #012542;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.static-page .page-header img {
  display: block;
  overflow: hidden;
  width: 100%;
}
.static-page .page-body {
  background-color: #fff;
  padding: 35px 40px;
  min-height: -moz-calc(100vh - 400px);
  min-height: -webkit-calc(100vh - 400px);
  min-height: calc(100vh - 400px);
}
.static-page .page-body.system-body {
  min-height: 0;
}
.static-page .page-body .page-title h1 {
  color: #012542;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.static-page .page-body .page-content {
  float: left;
  color: #050505;
}
.static-page .page-body .page-content .title-content {
  color: #012542;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: bold;
}
.static-page .page-body .page-content p {
  color: #050505;
  font-size: 18px;
  margin-top: 5px;
}
.partner-content {
  max-width: 750px;
}
.partners-list {
  padding: 0;
  list-style: none;
}
.partners-list li {
  float: left;
  margin-right: 40px;
  min-height: 100px;
}
.partners-list li a {
  line-height: 90px;
}
.partners-list li a img {
  vertical-align: middle;
  margin-bottom: 0.25em;
  max-width: 140px;
  max-height: 90px;
}
@media screen and (max-width: 600px) {
  .partners-list li {
    float: left;
    min-height: 100px;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
.gps-form {
  max-width: 400px;
  width: 100%;
}
.gps-form .input-content {
  padding: 7px 12px;
  font-size: 14px;
}
.gps-form .form-left {
  float: left;
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
}
.gps-form .form-right {
  float: right;
  width: 100px;
}
.gps-form .select-wrapper {
  width: 100%;
  float: none;
  padding: 0;
}
.gps-form .selectBox-dropdown {
  border-color: #c0c5cb;
  margin-bottom: 15px;
}
.gps-form .selectBox-dropdown:focus {
  border-color: #c0c5cb;
}
.gps-form .selectBox-dropdown .selectBox-label {
  font-size: 14px;
  padding: 5px 8px 2px;
}
.gps-form .image-upload {
  width: 100px;
  height: 100px;
  border: 1px dashed #c0c5cb;
  padding-top: 27px;
  text-align: center;
  margin-top: 38px;
  position: relative;
}
.gps-form .image-upload i {
  font-size: 24px;
  color: #c0c5cb;
}
.gps-form .image-upload span {
  display: block;
  color: #c0c5cb;
  text-align: center;
  font-size: 13px;
}
.gps-form .cmd-send {
  text-align: center;
  position: relative;
  background-color: #0082d8;
  padding: 8px 12px;
  border: none;
  width: 100%;
  max-width: 75px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
  min-height: 34px;
}
.gps-form .cmd-send:hover {
  transition: all 0.5s ease;
  background-color: #00548b;
}
/*WHITE LABEL PAGE*/
.key-opp {
  position: relative;
}
.key-opp ul {
  position: relative;
  z-index: 10;
  max-width: 60%;
}
.key-opp ul li {
  list-style-type: disc;
  font-size: 16px;
}
.key-opp .img-platform {
  max-width: 100%;
  position: absolute;
  top: 70px;
  left: 40%;
  z-index: 1;
}
.key-opp .img-platform img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .main-content.whitelabel-page-content .box-content {
    padding: 15px;
    margin: 0;
  }
  .main-content.whitelabel-page-content .page-title h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .main-content.whitelabel-page-content .key-opp ul {
    max-width: unset;
  }
}
@media (max-width: 640px) {
  .main-content.whitelabel-page-content .key-opp .img-platform {
    max-width: 100%;
    max-height: 100%;
    height: 300px;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
  }
  .main-content.whitelabel-page-content .key-opp .img-platform img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*SYSTEM PAGE*/
.whitelabel-page-content {
  position: relative;
  margin-bottom: 28px;
}
.whitelabel-page-content .box-content {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  padding: 40px;
  margin: 20px 0;
  text-align: justify;
  overflow: hidden;
}
.whitelabel-page-content .page-title h1 {
  color: #fff;
}
.about-page-content {
  position: relative;
  margin-bottom: 28px;
}
.about-page-content .box-content {
  color: #012542;
  font-size: 18px;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.68);
  padding: 40px;
  margin: 20px 0;
  text-align: justify;
  overflow: hidden;
}
.static-page .page-body.system-body,
.system-dorsal-block {
  background-color: #ffffff87;
}
.static-page .page-body {
  padding: 15px 35px;
}
.page-body.system-details {
  background-color: #ffffff87;
  color: #050505;
  padding-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .page-body.system-details {
    overflow-y: scroll;
  }
}
.system-detail-block .block-left {
  width: 190px;
  float: left;
  text-align: left;
}
.system-detail-block .block-left h2 {
  font-size: 16px;
}
.system-detail-block .block-right {
  width: -moz-calc(100% - 190px);
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  float: left;
}
.system-dorsal-block {
  padding: 0px 45px 20px;
  overflow: hidden;
}
.system-dorsal-block .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase ;
  color: #012542;
  margin-bottom: 24px;
}
.system-dorsal-block .title .logo {
  max-width: 82px;
  margin-right: 20px;
}
.system-dorsal-block .content {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}
.system-dorsal-block .dorsal-tech {
  flex-direction: row-reverse;
}
.system-dorsal-block .img1 {
  max-width: 90%;
}
.system-dorsal-block .cms1 {
  max-width: 100%;
  padding-top: 15px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .system-dorsal-block .cms1 {
    max-width: 108%;
  }
}
.system-dorsal-block .app-img-list {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .system-dorsal-block .app-img-list {
    min-height: 300px;
  }
  .system-dorsal-block .img1 {
    max-width: 300px;
  }
  .system-dorsal-block .cms1 {
    max-height: 330px;
    max-width: unset;
    padding: 15px 0 25px;
    margin-left: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .system-dorsal-block .title .logo {
    max-width: 50px;
  }
}
@media (max-width: 425px) {
  .system-dorsal-block {
    padding: 15px 15px 0px;
  }
  .system-dorsal-block .app-img-list {
    min-height: 250px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .system-dorsal-block .img1 {
    max-width: 90%;
  }
}
@media (max-width: 320px) {
  .system-dorsal-block .content {
    margin-bottom: 20px;
  }
  .system-dorsal-block .app-img-list {
    min-height: 200px;
  }
  .system-dorsal-block .cms1 {
    max-height: 80%;
    left: 24%;
  }
}
@media (max-width: 425px) {
  .management-items .item .item-inner {
    max-width: 200px;
  }
  .static-page .page-body {
    padding: 10px 15px;
  }
}
.sightings-items {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 769px) {
  .sightings-items {
    display: flex;
  }
}
.sightings-items .item {
  padding: 0 10px;
  float: left;
  padding-bottom: 28px;
  position: relative;
}
.sightings-items .item img {
  display: block;
}
.sightings-items .item:before,
.sightings-items .item:after {
  width: 50%;
  height: 1px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 50%;
  top: 100%;
}
.sightings-items .item:before {
  left: 0;
}
.sightings-items .item:first-child:before {
  display: none;
}
.sightings-items .item:last-child:after {
  display: none;
}
.sightings-items .item .item-inner {
  width: 181px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
}
.sightings-items .item .item-inner:after {
  width: 1px;
  height: 28px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 50%;
  top: 100%;
}
.sightings-items .item .item-content {
  min-height: 120px;
  border-bottom: none;
  padding: 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.sightings-items .item .item-content p {
  margin: 0;
  font-size: 14px;
}
.sightings-items .item .item-media {
  border-radius: 0 0 10px 10px;
}
.sightings-items .item .item-media img {
  border-radius: 0 0 10px 10px;
}
.alert-items {
  margin-left: -9px;
  margin-right: -9px;
}
@media (min-width: 769px) {
  .alert-items {
    display: flex;
  }
}
.alert-items .item {
  padding: 0 9px;
  float: left;
  padding-top: 28px;
  position: relative;
}
.alert-items .item .item-inner {
  width: 116px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
}
.alert-items .item .item-inner:after {
  width: 1px;
  height: 28px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 50%;
  top: -28px;
}
.alert-items .item img {
  display: block;
}
.alert-items .item:before,
.alert-items .item:after {
  width: 50%;
  height: 1px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 50%;
  top: 0;
}
.alert-items .item:before {
  left: 0;
}
.alert-items .item:first-child:before {
  display: none;
}
.alert-items .item:last-child:after {
  display: none;
}
.alert-items .item .item-media {
  border-radius: 10px 10px 0 0;
}
.alert-items .item .item-media img {
  border-radius: 10px 10px 0 0;
}
.alert-items .item .item-content {
  min-height: 55px;
  border-top: none;
  padding: 5px 15px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.alert-items .item .item-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.staff-items {
  margin-top: -4px;
  margin-bottom: -4px;
  float: left;
  position: relative;
  padding-left: 50px;
  z-index: 1;
}
.staff-items:before {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0089e2;
  content: '';
  background-color: #8ec2ff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  z-index: 1;
}
.staff-items:after {
  width: 50px;
  height: 1px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 0;
  top: 50%;
}
.staff-items .item {
  padding-top: 38px;
  padding-bottom: 38px;
  float: left;
}
.staff-items .item .item-inner ul li {
  padding: 1px 0;
  padding-left: 50px;
  position: relative;
}
.staff-items .item .item-inner ul li:before,
.staff-items .item .item-inner ul li:after {
  width: 1px;
  height: 18px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 0;
  top: 0;
}
.staff-items .item .item-inner ul li:after {
  top: auto;
  bottom: 0;
}
.staff-items .item .item-inner ul li:first-child:before {
  display: none;
}
.staff-items .item .item-inner ul li:last-child:after {
  display: none;
}
.staff-items .item .item-inner ul li .staff-pos {
  padding: 5px 10px;
  font-size: 14px;
  max-width: 220px;
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
}
.staff-items .item .item-inner ul li .staff-pos:before {
  width: 48px;
  height: 1px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: -50px;
  top: 50%;
}
.staff-items .item .item-inner ul li .staff-pos .staff-icon {
  width: 30px;
  background-color: #0089e2;
  text-align: center;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.staff-items .item .item-inner ul li .staff-pos .staff-icon i {
  color: #fff;
  font-size: 15px;
}
.staff-items .item .item-inner ul li .staff-pos.staff-admin {
  margin-left: -30px;
  padding-left: 40px;
}
.staff-items .item .item-inner ul li .staff-pos.staff-admin:before {
  width: 18px;
  height: 1px;
  left: -20px;
}
.staff-items .item .item-inner ul li .staff-pos.staff-star {
  position: relative;
}
.staff-items .item .item-inner ul li .staff-pos.staff-star .staff-icon {
  border-radius: 50%;
  position: absolute;
  left: -40px;
}
.management-items {
  float: left;
}
.management-items .item {
  float: left;
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
}
.management-items .item:after,
.management-items .item:before {
  width: 1px;
  height: 38px;
  content: '';
  display: inline-block;
  background-color: #0089e2;
  position: absolute;
  left: 50%;
  top: 100%;
}
.management-items .item:before {
  top: 0;
}
.management-items .item:after {
  margin-top: -38px;
}
.management-items .item .item-inner {
  width: 335px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
.management-items .item .item-inner:before,
.management-items .item .item-inner:after {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0089e2;
  content: '';
  background-color: #8ec2ff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  margin-top: -5px;
}
.management-items .item .item-inner:after {
  top: 100%;
}
.management-items .item img {
  display: block;
}
.management-items .item .item-content {
  min-height: 112px;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.management-items .item .item-content p {
  margin: 0;
  font-size: 14px;
}
.management-items .item .item-media {
  border-radius: 0 0 10px 10px;
}
.management-items .item .item-media img {
  border-radius: 0 0 10px 10px;
}
.quote-symbol {
  float: left;
  margin-right: 10px;
}
.clock-symbol {
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
@media (max-width: 1024px) and (min-width: 1023px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .heading .heading-text {
    padding-top: 150px;
  }
  .introduce {
    padding: 100px 0;
  }
  .introduce .text h2 {
    padding: 150px 0 50px;
    text-align: left;
  }
  .introduce .img {
    width: 35%;
  }
  .introduce .img img {
    max-height: 630px;
  }
  .intro_submit {
    min-height: 500px;
  }
  .premium_getmore {
    height: auto;
  }
  .premium_getmore .box-right .learn-more {
    padding: 12px 22px;
  }
  .instagram .item {
    margin: 0 10px;
  }
  .instagram .item:first-child {
    margin: 0 9px 0 0;
  }
  .instagram .item:last-child {
    margin: 0 0 0 9px;
  }
  .community .community_list li .fa {
    float: left;
  }
}
@media (max-width: 425px) {
  .heading .header > .container .logo {
    width: unset !important;
  }
}
@media only screen and (max-width: 800px) {
  .heading .header > .container .logo {
    margin-top: 35px;
  }
  .heading .header ul.nav li a {
    padding: 0 10px;
  }
  .heading .heading-text.heading-home {
    padding-top: 100px;
  }
  .introduce {
    padding: 100px 0;
  }
  .intro_submit {
    height: 550px;
  }
  .introduce .text {
    width: 58%;
  }
  .introduce .img {
    width: 40%;
  }
  .introduce .img img {
    max-height: 530px;
  }
  .introduce .img .img2 {
    left: 68px;
  }
  .introduce .img .img2 img {
    max-height: 520px;
  }
  .introduce .text h2 {
    padding: 90px 0 50px;
  }
  .premium_getmore {
    height: 350px;
  }
  .community .community_list li {
    padding-left: 30px;
  }
  .community .community_list li .fa {
    float: left;
  }
  .instagram .item {
    width: 30%;
  }
  .instagram .item img {
    margin-top: 20px;
  }
  .instagram .item:first-child,
  .instagram .item:last-child,
  .instagram .item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .heading .header .logo {
    margin: 35px 0 0 !important;
  }
  .heading .header .logo img {
    width: 150px !important;
  }
  .heading .header ul.nav li {
    padding: 0 5px;
  }
  .heading .header ul.nav li a {
    padding: 0 5px;
  }
  .heading .heading-text {
    padding-top: 100px;
  }
  .heading .heading-text h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .introduce {
    padding: 60px 0;
    height: unset;
    min-height: 500px;
    overflow: hidden;
  }
  .introduce .img {
    width: 40%;
  }
  .introduce .img img {
    max-height: 555px;
  }
  .introduce .img .img1 {
    left: -50px;
  }
  .introduce .img .img1 img {
    max-height: 555px;
  }
  .introduce .img .img2 {
    left: 30px;
  }
  .introduce .img .img2 img {
    max-height: 555px;
  }
  .introduce .text {
    width: 60%;
  }
  .introduce .text h2 {
    padding: 100px 0 50px;
    text-align: left;
  }
  .introduce .text ul li .fa {
    height: 130px;
    padding: 6px 20px;
  }
  .intro_submit .container .pushup {
    position: static;
    top: unset;
    margin-top: -90px;
  }
  .premium_getmore {
    padding: 20px;
    margin-bottom: 40px;
    height: auto;
  }
  .premium_getmore .box-left {
    width: 100%;
    float: none;
  }
  .premium_getmore .box-left h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .premium_getmore .box-right {
    width: 100%;
    float: none;
  }
  .premium_getmore .box-right .learn-more {
    padding: 12px 18px;
    margin-top: 10px auto 0;
  }
  .community {
    padding: 40px 0;
  }
  .community .community_list li {
    padding-left: 0;
    display: flex;
  }
  .community .community_list li .fa {
    margin-right: 10px;
    width: 55px;
  }
  .our_users {
    padding: 20px 0 10px;
  }
  .our_users h2 {
    margin-bottom: 40px;
  }
  .instagram {
    padding: 40px 0;
  }
  .instagram .item {
    width: 31%;
    margin: 0 8px 10px;
  }
  .instagram .item img,
  .instagram .item iframe {
    height: 175px;
  }
  .static-page .page-body .page-title {
    width: 100%;
    float: none;
  }
  .static-page .page-body .page-content {
    width: 100%;
    float: none;
  }
  .system-detail-block .block-left {
    width: 100%;
    float: none;
  }
  .system-detail-block .block-right {
    width: 100%;
    float: none;
  }
  .system-detail-block .item:before,
  .system-detail-block .item-inner:before,
  .system-detail-block .item:after,
  .system-detail-block .item-inner:after {
    display: none!important;
  }
  .sightings-items,
  .alert-items {
    text-align: center;
  }
  .sightings-items .item,
  .alert-items .item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .management-items {
    float: none;
  }
  .management-items .item {
    float: none;
    margin: auto;
  }
  .management-items .item .item-inner {
    margin: auto;
  }
  .staff-items {
    float: none;
  }
  .staff-items .item {
    float: none;
  }
  .privacy-block .static-page .page-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .privacy-block .page-info-content {
    padding-right: 20px;
  }
  .instagram h2 {
    padding-left: 6px;
  }
  .instagram .item:first-child,
  .instagram .item:last-child {
    margin: 0 8px 10px;
  }
  .instagram .item:last-child {
    float: left;
  }
  .contact .contact-left li:first-child,
  .contact .contact-left li:last-child {
    padding: 0 10px;
  }
  .contact .contact-info .social-links {
    float: none;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  ul.nav li .icon_user {
    background: url(../img/icons/user-white.png) no-repeat left center !important;
    width: 26px;
    height: 26px;
    background-size: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .home-bg {
    top: 0;
    left: 0;
    min-width: 100%;
  }
  .heading {
    min-height: unset !important;
  }
  .heading .header .logo {
    margin: 16px 0 0 !important;
  }
  .heading .header ul.nav li {
    display: block;
  }
  .heading .header ul.nav li a {
    font-size: 15px;
    color: #012542;
    padding: 0 !important;
    height: 45px;
    line-height: 45px;
  }
  body.mobile .heading > .container {
    margin-top: 0px;
  }
  .heading .container .text p {
    color: #012542;
    text-shadow: unset;
  }
  .introduce {
    min-height: unset;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
  }
  .introduce .img,
  .introduce .text {
    width: 100%;
  }
  .introduce .img {
    text-align: center;
  }
  .introduce .img img {
    max-height: 400px;
    margin: auto;
  }
  .introduce .text h2 {
    padding: 20px 0;
    font-size: 30px;
  }
  .introduce .text ul li .fa {
    display: none;
  }
  .intro_submit .container .pushup {
    position: unset;
    top: unset;
    margin-top: 0;
  }
  .intro_map .img {
    min-height: 400px;
  }
  .introduce .img .img1 img,
  .introduce .img .img2 img {
    max-height: 400px;
  }
  .introduce .img .img1 {
    left: 0;
  }
  .introduce .img .img2 {
    left: 110px;
  }
  .premium_getmore {
    padding: 20px;
    height: 380px;
  }
  .premium_getmore .box-left,
  .premium_getmore .box-right {
    width: 100%;
  }
  .premium_getmore .box-left > a h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .premium_getmore .box-left .text {
    line-height: 1.5;
  }
  .premium_getmore .box-right {
    text-align: center;
  }
  .premium_getmore .box-right .learn-more {
    margin: auto;
  }
  .community .intro {
    margin-bottom: 20px;
  }
  .community .community_list li {
    width: 50%;
    display: grid;
    text-align: center;
  }
  .community .community_list li .fa {
    margin: auto;
    width: 55px;
    text-align: left;
  }
  .our_users .row {
    margin-left: 0;
    margin-right: 0;
  }
  .our_users h2 {
    font-size: 30px;
  }
  .instagram {
    padding: 40px 0 20px;
  }
  .instagram h2 {
    margin-bottom: 0;
  }
  .instagram .item {
    width: 45%;
  }
  .instagram .item img,
  .instagram .item iframe {
    height: 140px;
    margin-bottom: 10px;
  }
  .contact .contact-info {
    height: auto;
    line-height: unset;
    overflow: hidden;
  }
  .contact .contact-left {
    float: left !important;
    display: block;
    margin: 20px 0 10px;
  }
  .contact .social-links {
    display: block;
    margin: 20px 0 10px !important;
  }
  .contact .contact-left li,
  .contact .contact-left li:first-child,
  .contact .contact-left li:last-child {
    padding: 0 12px;
    line-height: 40px;
  }
  .contact .social-links li,
  .contact .social-links li:first-child,
  .contact .social-links li:last-child {
    margin: 0px 32px;
    line-height: 40px;
  }
  .contact-form .button-submit {
    display: flex;
  }
  .contact-form .button-submit .cmd-send {
    width: 100%;
  }
  .privacy-block .page-info-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .heading .header ul.nav li:hover ul.dropdown-menu {
    display: none;
  }
  .heading .header ul.nav li {
    width: 100%;
  }
  .heading .header ul.nav li a {
    font-size: 18px;
    color: #fff;
  }
  .introduce .img img {
    max-height: 445px;
  }
}
@media screen and (max-width: 414px) {
  .heading .container .text p {
    font-size: 20px;
    line-height: 26px;
  }
  .premium_getmore {
    height: 395px;
  }
}
@media screen and (max-width: 360px) {
  .premium_getmore {
    height: 430px;
  }
}
@media screen and (max-width: 320px) {
  body.mobile .heading .heading-text {
    padding: 0;
  }
  body.mobile .heading .container .text {
    padding-left: 0;
    padding-right: 0;
  }
  .heading .container .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .heading .container .text .app-store-link,
  .heading .container .text .google-play-link {
    margin-top: 0;
    margin-right: 0;
  }
  .premium_getmore .box-left > a h2 {
    font-size: 22px;
  }
  .premium_getmore .box-left .text {
    line-height: 1.3;
  }
  .community {
    padding: 30px 0 10px;
  }
  .community .intro {
    font-size: 18px;
  }
  .our_users h2 {
    margin-bottom: 20px;
  }
  .instagram h2 {
    margin-bottom: 20px;
  }
  .instagram .item {
    width: 43%;
  }
  .instagram .item img,
  .instagram .item iframe {
    height: 115px;
  }
  .contact .contact-left {
    padding: 25px 0 0 0;
  }
  .contact .contact-left li {
    padding: 0 8px;
  }
}
#gps-logo {
  position: absolute;
  visibility: hidden;
}
.image-preview {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.image-preview .remove-image {
  position: absolute;
  color: #fff;
  text-decoration: none;
  top: 3px;
  right: 4px;
  display: block;
  line-height: 10px;
  padding: 5px;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(255, 255, 255, 0.2);
  border-right: 0.4em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
  border-left: 0.4em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.send-loader {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -1.25em;
  margin-left: -1.25em;
  display: none;
}
.page-info-content {
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .page-info-content {
    padding-right: 0px;
  }
}
a[href="/gps"],
a[href="gps"] {
  display: none!important;
}
.mapboxgl-popup .mapboxgl-popup-content {
  padding: 0;
  padding-top: 36px;
  width: 310px;
}
.mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  z-index: 999;
  top: 7px;
  color: #fff;
}
/* BRANCH BANNER */
#branch-banner-iframe {
  position: absolute;
  width: 1px;
  min-width: 100%;
  top: -76px;
  left: 0;
  right: 0;
  border: 0;
  height: 76px;
  z-index: 99999;
  -webkit-transition: 0.25s fadeInDown;
  transition: 0.25s fadeInDown;
}
#branch-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  font-family: Helvetica Neue, Sans-serif;
}
#branch-banner * {
  margin-right: 4px;
  position: relative;
  line-height: 1.2em;
}
#branch-banner .content {
  background: #fff !important;
  width: 100%;
  overflow: hidden;
  height: 76px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
#branch-banner .content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
#branch-banner .content .right,
#branch-banner .content .branch-right {
  float: right;
  height: 63px;
  margin-bottom: 50px;
  padding-top: 22px;
  padding-right: 0px;
  z-index: 1;
}
#branch-banner .content .branch-right {
  position: absolute;
  top: 0;
  right: 5px;
}
#branch-banner .right > div,
#branch-banner .branch-right > div {
  float: left;
}
#branch-banner .button {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  cursor: pointer;
  margin-top: 0px;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  padding: 6px 12px;
  /*transition: all .2s ease;*/
}
#branch-banner .button:hover {
  border: 1px solid #BABABA;
  background: #E0E0E0;
  color: #000;
}
#branch-banner .button:focus {
  outline: none;
}
#branch-banner .content .left,
#branch-banner .content .branch-left {
  height: 63px;
  padding: 6px 5px 6px 5px;
}
#branch-banner .content .branch-left {
  float: left;
  max-width: 300px;
}
#branch-banner-close {
  color: #000;
  font-size: 24px;
  top: 13px;
  opacity: 0.5;
  /*transition: opacity .3s ease;*/
  font-weight: 400;
  cursor: pointer;
  float: left;
  z-index: 2;
  padding: 0 5px 0 5px;
  margin-right: 0;
}
#branch-banner-close:hover {
  opacity: 1;
}
#branch-banner .icon {
  float: left;
  padding-bottom: 40px;
  margin-right: 10px;
  margin-left: 5px;
}
#branch-banner .icon img {
  width: 63px;
  height: 63px;
  margin-right: 0;
}
#branch-banner .vertically-align-middle {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#branch-banner .title {
  color: #012542 !important;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
}
#branch-banner .reviews {
  margin: 3px 0 3px 0 !important;
  font-size: 11px;
  color: #444;
}
#branch-banner .reviews .star_box {
  float: left;
  margin-right: 10px;
  color: #e99804;
}
#branch-banner .reviews .star_box .fa-star {
  margin-right: 0;
}
#branch-banner .reviews .review-count {
  font-size: 11px;
}
#branch-banner .description {
  font-size: 11px;
  font-weight: normal;
  color: #777;
}
@media only screen and (max-device-width: 375px) {
  #branch-banner .icon {
    margin-left: 0;
  }
  #branch-banner .button {
    font-size: 12px;
    padding: 5px;
  }
  #branch-banner .content .branch-right {
    right: 0;
  }
  #branch-banner .content .branch-left {
    max-width: 255px;
  }
}
@media only screen and (max-device-width: 360px) {
  #branch-banner .icon img {
    width: 55px;
    height: 55px;
  }
  #branch-banner-close {
    padding: 0 5px 0 0;
  }
  #branch-banner .description,
  #branch-banner .reviews,
  #branch-banner .reviews .review-count {
    font-size: 10px;
  }
  #branch-banner .button {
    font-size: 11px;
  }
  #branch-banner .content .right,
  #branch-banner .content .branch-right {
    padding-right: 0px;
    height: 50px;
    margin-bottom: 8px;
  }
  #branch-banner .content .branch-left {
    max-width: 255px;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* END BRANCH BANNER */
.contact_column {
  float: left;
  width: 50%;
  margin-top: 80px;
}
.contact_column .colunm-right {
  text-align: right;
}
.contact_column .page-title h2 {
  color: #012542;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1;
}
.contact_column .contact-info {
  font-size: 24px;
  color: #012542;
  line-height: 40px;
  margin-top: 50px;
}
.contact_column .text-left {
  padding-right: 40px;
}
.contact_column .text-right {
  padding-left: 40px;
}
#contact-form {
  padding: 35px;
  box-shadow: 0px 3px 6px #cccccc;
  -webkit-box-shadow: 0px 3px 6px #cccccc;
  -moz-box-shadow: 0px 3px 6px #cccccc;
  border-radius: 12px;
}
.contact-form .button-submit {
  text-align: center;
}
.contact-form .button-submit .cmd-send {
  color: white;
  transition: all 0.5s ease;
  background: #042252 0% 0% no-repeat padding-box;
  border-radius: 25px;
  padding: 12px 130px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
}
.contact-form .button-submit .cmd-send:hover {
  transition: all 0.5s ease;
  background-color: #00548b;
}
.contact-form .form-success p {
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.contact-form .form-success a {
  color: #42a5f5;
  text-decoration: none;
}
.contact-form .form-success a:hover {
  color: #3583c3;
}
.input-content label {
  color: #04204E;
  font-size: 18px;
  font-weight: bold;
}
.input-content input {
  width: 100%;
  display: block;
  height: 100%;
  outline: none;
  color: #000;
  border: 1px solid #C9C9C9;
  border-radius: 25px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  margin: 14px 0 25px;
}
.input-content textarea {
  width: 100%;
  resize: none;
  max-width: 100%;
  max-height: 110px;
  min-height: 100px;
  height: 110px;
  outline: none;
  color: #050505;
  border: 1px solid #C9C9C9;
  border-radius: 25px;
  padding: 20px;
  font-size: 14px;
  margin: 14px 0 25px;
}
.input-row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.input-row .input-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .contact_column .text-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .contact_column {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .contact_column .text-left {
    padding-right: 0;
  }
  .contact_column .page-title h2 {
    font-size: 40px;
    margin: 0 0 20px;
  }
  .contact_column .contact-info {
    line-height: 1.5;
  }
  #contact-form {
    padding: 20px;
  }
  .contact .contact-left {
    float: none !important;
  }
  .contact_column .contact-info {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .contact_column .contact-info {
    font-size: 22px;
  }
  .contact-form .button-submit .cmd-send {
    padding: 12px 102px;
  }
  .contact .contact-left {
    padding: 0;
    float: none;
  }
}
.form-group {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.form-group label {
  width: 100%;
  color: #c0c5cb;
  padding-left: 15px;
  float: left;
  margin-bottom: 8px;
  display: block;
}
.form-group input {
  color: #383838;
  border: 0;
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  padding: 8px 15px;
  /* Firefox */
  width: -moz-calc(100% - 10px);
  /* WebKit */
  width: -webkit-calc(100% - 10px);
  /* Opera */
  width: -o-calc(100% - 10px);
  /* Standard */
  width: calc(100% - 10px);
}
.form-group div.drag-drop {
  width: 100%;
  height: 80px;
  position: relative;
  display: block;
  float: left;
  background-color: white;
}
.form-group div.drag-drop:after {
  content: 'Drag or drop here to upload';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 23px;
  margin-top: -11px;
  color: #d2d2d2;
  margin-left: -100px;
}
.form-group div.drag-drop:before {
  content: '';
  background: url("../img/drag-drop.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 14px;
  margin-left: -120px;
  margin-top: -7px;
}
.form-group div.drag-drop input {
  display: block !important;
  width: 100% !important;
  height: 80px !important;
  opacity: 0 !important;
  border: 0;
  cursor: pointer;
  overflow: hidden !important;
}
.form-group .submit-form {
  display: block;
  float: right;
  margin-top: 10px;
}
.form-group .submit-form .cmd-submit,
.form-group .submit-form .cmd-cancel {
  padding: 8px 15px;
  text-align: center;
  min-width: 80px;
  border: 0;
  transition: all 0.5s ease;
}
.form-group .submit-form .cmd-submit {
  margin-right: 10px;
  background-color: #0188e1;
  transition: all 0.5s ease;
}
.form-group .submit-form .cmd-submit:hover {
  transition: all 0.5s ease;
  background-color: #015e9b;
}
.form-group .submit-form .cmd-cancel {
  background-color: #787878;
  transition: all 0.5s ease;
}
.form-group .submit-form .cmd-cancel:hover {
  transition: all 0.5s ease;
  background-color: #525252;
}
.form-group .transparent {
  color: transparent;
}
.form-group .cmd-filter {
  border: 0;
  padding: 8px 15px;
  background-color: #0188e1;
  transition: all 0.5s ease;
}
.form-group .cmd-filter:hover {
  transition: all 0.5s ease;
  background-color: #015e9b;
}
.form-group .right-float input {
  float: right;
}
.form-group .right-float label {
  padding-left: 15px;
}
.form-group.half-form input {
  /* Firefox */
  width: -moz-calc(100% - 85px);
  /* WebKit */
  width: -webkit-calc(100% - 85px);
  /* Opera */
  width: -o-calc(100% - 85px);
  /* Standard */
  width: calc(100% - 85px);
}
.form-group.half-form .cmd-filter {
  float: right;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1126px;
}
.adsbygoogle {
  width: 100%!important;
  height: 90px!important;
  text-align: center;
}
.btn-search-radius .selectBox {
  border-radius: 25px;
}
#load_more {
  display: block;
  padding: 10px;
  color: #fff;
  background: #042252;
  width: 131px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  margin: 15px auto;
  text-decoration: none;
}
#load_more.load-none {
  opacity: 0.5;
  cursor: default;
}
#load_more:hover:not(.load-none) {
  transition: all 0.5s ease;
  background-color: #00548b;
}
.shark-details .wrapper-banner {
  margin: 0 auto;
  margin-bottom: 35px;
}
.shark-details .wrapper-banner > img {
  width: 1024px;
  margin: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .shark-details .reports-banner,
  .shark-details #map {
    display: none;
  }
}
.shark-details .filter-box {
  margin: 0 20px;
  padding-bottom: 0;
  border-top: 1px solid #e7e7e7;
}
.shark-details .reports-wrapper .shark-list #search-term {
  background: transparent;
  color: #a6a6a6;
  border: 0;
  width: 88%;
  padding-left: 1%;
  outline: 0;
  font-size: 14px;
}
.shark-details .reports-wrapper .shark-list #search-term::placeholder {
  color: #c9c9c9;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.shark-details .reports-wrapper .shark-list .filter-form {
  max-width: 953px;
  min-height: 92px;
  margin: 0 auto 30px auto;
}
.shark-details .reports-wrapper .shark-list .filter-result {
  max-height: 550px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}
.shark-details .reports-wrapper .shark-list .filter-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li {
  padding: 10px 15px;
  cursor: pointer;
  overflow: hidden;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li .shark-photo {
  width: 36px;
  height: 36px;
  float: left;
  background-color: #087ac0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li .shark-info {
  padding-left: 50px;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li .shark-info .shark-name {
  font-size: 14px;
  margin: 0;
  margin-bottom: 2px;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li .shark-info .shark-report-date {
  float: left;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li .shark-info .shark-length {
  float: right;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li:hover {
  background-color: #f0f3f5;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li.active {
  background-color: #f0f3f5;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li.active .shark-photo.no-image {
  background-image: url(/img/icons/no_image_selected.png) !important;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li.active .shark-name {
  font-weight: 500;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li.active .shark-report-date {
  color: #535353;
}
.shark-details .reports-wrapper .shark-list .filter-result ul li.active .shark-length {
  color: #535353;
}
.shark-details .reports-wrapper .selectBox-dropdown {
  height: 40px;
  background: #fafafa;
}
.shark-details .reports-wrapper .selectBox-dropdown .selectBox-label {
  line-height: 36px;
  height: 100%;
  padding: 0 0 0 20px;
  color: #042252;
  font-weight: bold;
}
.shark-details .reports-wrapper .search-box {
  border: 1px solid #dadde2;
}
.shark-details .reports-wrapper .search-box .btn-search {
  border: none;
  width: 33%;
  height: 40px;
  color: #fff;
  line-height: 38px;
  border-radius: 25px;
  float: right;
  background: #042252 0% 0% no-repeat padding-box;
  font-weight: bold;
}
.shark-details .reports-wrapper .search-box .btn-search:focus {
  outline: unset;
}
.shark-details .reports-wrapper .search-box .btn-search:hover {
  transition: all 0.5s ease;
  background-color: #00548b;
}
.shark-details .shark-details-footer {
  background-color: #eaf2fa;
  margin-top: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  background: url(../img/report-footer.png) no-repeat;
  background-size: cover;
}
.shark-details .shark-details-footer__content {
  padding-top: 45px;
  padding-bottom: 35px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.shark-details .shark-details-footer__content--title {
  font-size: 38px;
  color: #042252;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.shark-details .shark-details-footer__content--describe {
  font-size: 16px;
  line-height: 20px;
  color: #042252;
  font-weight: bold;
}
.shark-details .shark-details-footer__content--app {
  margin-top: 32px;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.shark-details .shark-details-footer__content .footer-content {
  width: 60%;
  text-align: right;
}
.shark-details .shark-details-footer__content--app > img {
  cursor: pointer;
}
@media (max-width: 640px) {
  .shark-details .shark-details-footer__content--app {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .shark-details .shark-details-footer__content .footer-content {
    width: 100%;
    text-align: left;
  }
}
.introduction .contact-info {
  background: #042252 0% 0% no-repeat padding-box;
  height: 60px;
}
.introduction .contact-info > .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction .contact-info > .container .text-left {
  padding: 0;
}
.introduction .contact-info > .container .social-links {
  margin: 0;
}
.report-detail {
  display: flex;
  flex-wrap: wrap;
  color: #042252;
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
}
.report-detail .back-report-all {
  flex: 0 0 100%;
  margin: 35px 0 0;
  text-align: center;
}
.report-detail .back-report-all h3 {
  font-size: 24px;
  color: #042252;
  font-weight: 500;
}
.report-detail__species {
  flex: 0 0 100%;
  border-bottom: 2px solid #70707038;
  margin-bottom: 20px;
}
.report-detail__species h1,
.report-detail__species .shark-length {
  text-transform: uppercase;
  font-weight: bold;
}
.report-detail__species h1 {
  font-size: 26px;
  color: #042252;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 500;
}
.report-detail__species .shark-length,
.report-detail__species .user-name {
  font-size: 15px;
  color: #242424;
  font-weight: bold;
}
.report-detail__species .species-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.report-detail__species .species-info .shark-length {
  margin-bottom: 10px;
}
.report-detail__species .species-info .user-time {
  margin-bottom: 10px;
}
.report-detail__species .species-info .user-name {
  display: block;
}
.report-detail__species .species-info .detail-report-time {
  font-size: 13px;
  font-weight: bold;
  color: #bebebe;
}
.report-detail--title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.report-detail--content {
  color: #242424;
}
.report-detail__distance {
  flex: 0 0 25%;
  margin-bottom: 10px;
  padding-right: 15px;
}
.report-detail__location {
  flex: 0 0 25%;
  margin-bottom: 10px;
  padding: 0 25px;
}
.report-detail__type {
  flex: 0 0 25%;
  padding-right: 15px;
}
.report-detail__num-sharks {
  flex: 0 0 25%;
}
.report-detail__comment {
  flex: 0 0 50%;
  margin-bottom: 10px;
}
.report-detail__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.report-detail__media h3 {
  display: inline-block;
  margin-right: 40px;
}
.report-detail__media .icon-camera {
  margin-right: 25px;
}
.report-detail__media--icon {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 21px;
}
.report-detail__media--garelly {
  padding: 5px 0;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.report-detail__media--garelly .garelly-item {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 170px;
}
.report-detail__media--garelly > button.btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}
.report-detail__media--garelly .image-thumb {
  background: transparent;
  padding: 0;
}
.report-detail__media--garelly img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 170px;
}
.report-detail__media--garelly img.garelly-item:nth-child(2) {
  margin: 0 6px;
}
.report-detail__media--garelly .video-thumb {
  padding: 0;
  background: transparent;
}
.report-detail__media--garelly > button:nth-child(2) {
  margin: 0 10px;
}
#report-detail--garelly .video-thumb {
  border: none;
  position: relative;
  outline: none;
}
#report-detail--garelly .video-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 45px;
  color: #ffffffc2;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%;
  width: 45px;
  background: #c1bcbc99;
  line-height: 44px;
  height: 45px;
}
#modal-media .modal-dialog {
  max-width: 800px;
  max-height: 480px;
  margin: 6.75rem auto;
}
#modal-media .modal-header {
  padding-bottom: 0;
  border: none;
  padding-top: 5px;
}
#modal-media .modal-body {
  text-align: center;
  padding: 10px 30px 0px;
  margin-bottom: 20px;
  max-width: 800px;
  max-height: 480px;
  box-sizing: content-box;
  overflow: hidden;
}
#modal-media .modal-body .lg-video-object {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 480px;
}
#modal-media .modal-body .garelly-item {
  width: 100%;
  height: 100%;
  max-width: 800px;
  object-fit: contain;
  max-height: 480px;
}
#modal-media .modal-footer {
  border: none;
  padding-top: 0;
}
@media (max-width: 1126px) {
  .introduction .contact-info > .container {
    padding: 0 25px;
  }
  .shark-details .shark-details-footer__content::before {
    left: 45px;
  }
  .shark-details .shark-details-footer__content {
    padding-left: 45px;
  }
  .heading .header > .container .logo {
    width: 15%;
    margin-top: 47px;
  }
  .heading .header > .container .logo > img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .filter-result > ul > li > .shark-info .shark-length {
    top: unset !important;
  }
  .shark-details #search-form {
    margin-bottom: 10px;
  }
  .shark-details .reports-wrapper .search-box .btn-search {
    margin-bottom: 15px;
  }
  .shark-details .reports-wrapper .shark-list #search-term {
    width: 68%;
  }
  .shark-details .reports-wrapper {
    padding: 0;
  }
  .shark-details .reports-wrapper .report-detail {
    padding: 0 15px;
  }
  .shark-details .reports-wrapper .report-detail__media,
  .shark-details .reports-wrapper .report-detail__comment {
    flex: 0 0 100%;
  }
  .shark-details .reports-wrapper .report-detail__comment {
    margin-bottom: 5px;
  }
  .shark-details .shark-details-footer__content {
    padding-left: 20px;
  }
}
@media (max-width: 678px) {
  .shark-details .reports-wrapper .filter .select-wrapper {
    width: 100%;
  }
  .shark-details .map,
  .shark-details .shark-list {
    float: none;
    width: 100%;
  }
  .report-detail__location,
  .report-detail__distance,
  .report-detail__type,
  .report-detail__num-sharks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .report-detail__location {
    padding-left: 0;
    padding-right: 15px ;
  }
}
@media (max-width: 425px) {
  .shark-details > .container {
    padding: 0;
  }
  .shark-details .reports-wrapper .shark-list .filter-form {
    margin-bottom: 5px;
  }
  .shark-details .reports-wrapper .shark-list .filter-result > ul > li .shark-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    min-width: 36px;
  }
  .shark-details .reports-wrapper .shark-list .filter-result > ul > li .shark-info .shark-name {
    margin-bottom: 5px;
  }
  .shark-details .reports-wrapper .shark-list .filter-result > ul > li .shark-info .shark-report-date {
    float: unset;
    margin-bottom: 5px;
  }
  .shark-details .reports-wrapper .shark-list .filter-result > ul > li .shark-info .shark-length {
    float: unset;
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .shark-details .reports-wrapper .search-box {
    padding-left: 0;
  }
  .shark-details .reports-wrapper .search-box #search-term {
    margin-left: 0;
  }
  .shark-details .reports-wrapper .search-box .btn-search {
    width: 100%;
  }
  .report-detail__media--garelly {
    justify-content: space-around;
  }
  .report-detail__media--garelly > button.btn {
    margin-top: 10px;
    flex: 0 0 45% !important;
  }
  .shark-details .shark-details-footer {
    margin-top: 0;
  }
  .shark-details .shark-details-footer__content {
    padding-top: 10px;
  }
  .shark-details .shark-details-footer__content--title {
    font-size: 1.5em;
  }
  .shark-details .shark-details-footer__content--app a > img {
    height: 40px;
    margin-bottom: 15px;
  }
}
.about-page-content .box-content p b {
  font-weight: 500;
}
.about-page-content .box-content .page-title h2 {
  color: #012542;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0 25px;
}
.about-page-content .box-content .social-links {
  text-align: center;
  margin-top: 40px;
}
.about-page-content .box-content .social-links .text-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-page-content .box-content .social-links .text-center .social-link {
  color: #012542;
  border: 2px solid #012542;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 20px;
  position: relative;
}
.about-page-content .box-content .social-links .text-center .social-link i {
  color: #012542;
  font-size: 32px;
}
.about-page-content .box-content .social-links .text-center .social-link i.fa-envelope {
  font-size: 28px;
}
.about-page-content .box-content .social-links .text-center .social-link ul {
  z-index: 999;
  position: absolute;
  width: 80px;
  left: -10px;
}
.about-page-content .box-content .social-links .text-center .social-link:hover {
  color: #4a90e2;
  border: 2px solid #4a90e2;
}
.about-page-content .box-content .social-links .text-center .social-link:hover i {
  color: #4a90e2;
}
@media (max-width: 767px) {
  .about-page-content .box-content {
    padding: 20px;
    line-height: 1.5;
  }
  .about-page-content .box-content .social-links .text-center .social-link {
    margin: 0 15px 15px;
  }
}
@media (max-width: 540px) {
  .about-page-content .box-content .social-links .text-center .social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .about-page-content .box-content .social-links .text-center .social-link i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-page-content .box-content .social-links .text-center .social-link i.fa-envelope {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .about-page-content .box-content .social-links .text-center .social-link {
    margin: 0 25px 15px;
  }
}
.premium-bg {
  color: #fff;
}
.premium-bg .heading .header ul.nav li ul.dropdown-menu {
  box-shadow: 0px 1px 3px #104d7d;
  -webkit-box-shadow: 0px 1px 3px #104d7d;
  -moz-box-shadow: 0px 1px 3px #104d7d;
}
.premium-bg .heading .header ul.nav li a {
  color: #fff;
}
.premium-bg .heading .header ul.nav li .icon_user {
  background: url(../img/icons/user-white.png) no-repeat left center !important;
  width: 26px;
  height: 26px;
  background-size: 100% !important;
}
.premium-page-content {
  padding: 60px 0 0;
  color: #fff;
  font-size: 24px;
}
.premium-page-content .premium-left {
  width: 60%;
  float: left;
}
.premium-page-content .premium-left h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  line-height: 65px;
  margin: 25px 0;
  padding: 0;
  text-shadow: 0px 3px 6px #00000029;
}
.premium-page-content .premium-left h2 span {
  color: #ebd67b;
}
.premium-page-content .premium-left .logo {
  vertical-align: revert;
}
.premium-page-content .premium-left p {
  margin-bottom: 30px;
}
.premium-page-content .premium-left ul {
  margin: 0;
  padding-left: 30px;
}
.premium-page-content .premium-right {
  width: 40%;
  float: left;
}
.premium-page-content .premium-right .img1 {
  text-align: center;
}
.premium-page-content .premium-right .img1 img {
  max-width: 100%;
}
@media (max-width: 768px) and (min-width: 640px) {
  .premium-page-content .premium-right .img1 img {
    margin-top: 150px;
  }
}
.premium-page-content .premium-content {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 80px;
}
.premium-page-content .premium-content .premium-info-img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.premium-page-content .premium-content .premium-info-img .img-info {
  max-width: 100%;
}
@media (max-width: 425px) {
  .premium-page-content .premium-content {
    margin-top: 80px;
  }
}
.premium-page-content .app-links {
  margin: 30px 0 20px;
}
.premium-page-content .app-links a {
  display: inline-block;
  margin: 0 8px;
}
.premium-page-content .app-links a:first-child {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .premium-page-content {
    padding: 0;
  }
  .premium-page-content .premium-left h2 {
    line-height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .premium-page-content {
    font-size: 20px;
  }
  .premium-page-content .premium-left {
    width: 100%;
  }
  .premium-page-content .premium-left h2 {
    line-height: 45px;
    font-size: 34px;
    margin-top: 10px;
  }
  .premium-page-content .premium-right {
    width: 100%;
  }
  .premium-page-content .premium-right .img1 img {
    max-height: 450px;
  }
  .premium-page-content .app-links {
    margin: 30px 0;
  }
  .premium-page-content .app-links img {
    width: 160px;
  }
}
@media (max-width: 425px) {
  .premium-page-content .app-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 320px) {
  .premium-page-content {
    padding: 25px 0 0;
  }
  .premium-page-content .app-links a {
    margin: 8px;
  }
  .premium-page-content .app-links img {
    width: 125px;
  }
}
.signin-modal .form-group,
.signin-modal input {
  float: unset;
}
.signin-modal .modal-dialog {
  max-width: 573px;
  margin-top: 78px;
}
@media (min-width: 600px) {
  .signin-modal .modal-dialog {
    max-width: 573px;
  }
}
.signin-modal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff url(../img/signup-bg.png) no-repeat right bottom;
}
.signin-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 20px;
}
.signin-modal .modal-dialog .modal-content .modal-header .close {
  color: #797979;
  opacity: 1;
  font-weight: normal;
  padding: 7px 12px;
}
.signin-modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #000;
}
.signin-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 60px 0px;
  color: #012542;
  font-size: 14px;
}
.signin-modal .modal-dialog .modal-content .modal-body .logo {
  text-align: center;
  margin-bottom: 40px;
}
.signin-modal .modal-dialog .modal-content .modal-body .logo img {
  height: 45px;
  margin: auto;
}
.signin-modal .modal-dialog .modal-content .modal-body .line-or {
  position: relative;
  text-align: center;
  margin: 15px 0;
}
.signin-modal .modal-dialog .modal-content .modal-body .line-or::before {
  content: "";
  border-top: 1px solid #9c9c9c;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.signin-modal .modal-dialog .modal-content .modal-body .line-or span {
  background-color: #fff;
  height: 40px;
  padding: 0 8px;
  position: relative;
  z-index: 10;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group label {
  color: #012542;
  font-weight: bold;
  font-size: 14px;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group input[type='text'],
.signin-modal .modal-dialog .modal-content .modal-body .form-group input[type='password'] {
  color: #012542;
  border: 1px solid #C9C9C9;
  border-radius: 25px;
  box-shadow: unset;
  height: 42px;
  line-height: 42px;
  background: transparent;
  padding: 0 24px;
  width: 100%;
  margin: 0;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group input[type='password'] {
  -webkit-text-security: disc;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group input[type='radio'] {
  width: 30px;
  box-shadow: unset;
  margin: 3px;
  height: auto;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .remember-box {
  color: #C9C9C9;
  padding-left: 24px;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .remember-box input {
  width: auto;
  box-shadow: unset;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .remember-box label {
  width: auto;
  color: #C9C9C9;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  padding-left: 10px;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .forgot-text a {
  color: #1976D2;
  text-decoration: underline;
  text-transform: capitalize;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .auth-submit-btn {
  background: #042252;
  width: 302px;
  height: 41px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 25px;
  display: inline-block;
  margin: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  float: none;
  position: relative;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .auth-submit-btn:hover {
  background: #0e397f;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .login-fb-btn {
  line-height: 41px;
  background: #1976D2;
  margin-bottom: 10px;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .login-fb-btn:hover {
  background: #1464b3;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .login-fb-btn .fa {
  position: absolute;
  left: 26px;
  top: 10px;
  font-size: 20px;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .signup-text {
  color: #C9C9C9;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group .signup-btn {
  color: #042252;
  text-decoration: underline;
  font-weight: bold;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group ul.term {
  margin: 55px 0 0;
  padding: 0;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group ul.term li {
  list-style: none;
  display: inline-block;
}
.signin-modal .modal-dialog .modal-content .modal-body .form-group ul.term li a {
  color: #1976D2;
  padding: 0 15px;
}
.signin-modal .slogan-login {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .signin-modal .modal-dialog .modal-content .modal-body {
    padding: 10px 30px 10px;
  }
}
@media screen and (max-width: 320px) {
  .signin-modal .modal-dialog .modal-content .modal-body {
    padding: 10px 15px 10px;
  }
  .signin-modal .modal-dialog .modal-content .modal-body .form-group .remember-box {
    padding-left: 0;
  }
  .signin-modal .modal-dialog .modal-content .modal-body .form-group .forgot-text a {
    padding-right: 0;
  }
  .signin-modal .modal-dialog .modal-content .modal-body .form-group input[type='radio'] {
    width: 20px;
  }
  .signin-modal .modal-dialog .modal-content .modal-body .form-group .auth-submit-btn {
    width: 100%;
  }
  .signin-modal .modal-dialog .modal-content .modal-body .form-group ul.term li a {
    padding: 0 9px;
  }
}
.modal {
  overflow: auto !important;
}
@media screen and (min-width: 1200px) {
  #signUpModal .modal-dialog {
    max-width: 1128px;
    display: flex;
  }
  #signUpModal .modal-dialog .modal-content {
    width: 50%;
  }
  #signUpModal .modal-dialog .signup-img {
    width: 50%;
    text-align: center;
  }
  #signUpModal .modal-dialog .signup-img img {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  #signUpModal .modal-dialog {
    max-width: 1000px;
    display: flex;
  }
}
#signUpModal .modal-dialog .modal-content .modal-body {
  padding: 20px 60px 0;
}
@media screen and (max-width: 600px) {
  #signUpModal .modal-dialog .modal-content .modal-body {
    padding: 10px 30px 10px;
  }
}
#signUpModal .modal-dialog .modal-content .modal-body .logo {
  margin-bottom: 30px;
  margin-top: -40px;
}
#signUpModal .modal-dialog .modal-content .modal-body .signin-btn {
  color: #042252;
  text-decoration: underline;
}
#signUpModal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
#signUpModal .modal-dialog .modal-content .modal-body .g-recaptcha {
  text-align: center;
}
#signUpModal .modal-dialog .modal-content .modal-body .g-recaptcha > div {
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .signup-img {
    display: none;
  }
}
#forgotPassModal .modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-width: 574px;
}
#forgotPassModal .modal-dialog .modal-content .modal-header {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
#forgotPassModal .modal-dialog .modal-content .modal-body {
  padding: 0 60px 30px;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .logo {
  text-align: center;
  margin-bottom: 30px;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .input-content label {
  color: #012542;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 15px;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .input-content input {
  box-shadow: none;
  border: 1px solid #C9C9C9;
  margin: 0;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .return-btn {
  border: 2px solid #042252;
  border-radius: 25px;
  color: #042252;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 49%;
  line-height: 40px;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .return-btn:hover {
  border: 2px solid #185abc;
  color: #185abc;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .reset-btn {
  background: #042252;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: right;
  width: 49%;
  line-height: 44px;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .reset-btn:hover {
  background: #0e397f;
}
#forgotPassModal .modal-dialog .modal-content .modal-body .error-text {
  text-align: center;
  color: #EF4836;
}
#forgotNotifyModal .modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-width: 574px;
}
#forgotNotifyModal .modal-dialog .close-btn {
  background: #042252;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 49%;
  line-height: 40px;
  padding: 12px 100px;
}
#changePassModal .modal-dialog .modal-content .modal-body .logo {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -25px;
}
.reset-password {
  position: relative;
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  margin-top: -moz-calc((100vh - 650px)/2);
  margin-top: -webkit-calc((100vh - 650px)/2);
  margin-top: calc((100vh - 650px)/2);
}
@media screen and (min-width: 1366px) {
  .reset-password {
    margin-top: -moz-calc((100vh - 500px)/2);
    margin-top: -webkit-calc((100vh - 500px)/2);
    margin-top: calc((100vh - 500px)/2);
  }
}
@media screen and (min-width: 1440px) {
  .reset-password {
    margin-top: -moz-calc((100vh - 650px)/2);
    margin-top: -webkit-calc((100vh - 650px)/2);
    margin-top: calc((100vh - 650px)/2);
  }
}
@media screen and (max-height: 750px) {
  .reset-password {
    margin-top: -moz-calc(50px);
    margin-top: -webkit-calc(50px);
    margin-top: calc(50px);
  }
}
#reset-form fieldset legend {
  color: #04204e;
  font-size: 18px;
  font-weight: bold;
}
#reset-form fieldset .form-control {
  color: #000;
  border: 1px solid #c9c9c9;
  border-radius: 25px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
#reset-form .auth-submit-btn {
  color: white;
  transition: all 0.5s ease;
  background: #042252;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  height: 40px;
  width: 100%;
  box-shadow: unset;
}
#reset-form .auth-submit-btn:hover {
  background: #0e397f;
}
#changePassword {
  margin-top: 30px;
}
@media screen and (max-width: 425px) {
  #changePassword {
    padding: 10px;
  }
}
#changePassword .title-changepassword {
  color: #04204E;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#changePassword .change-password {
  background: #fff;
  margin: 0 auto;
  padding: 35px;
  min-width: 320px;
  max-width: 480px;
  padding-bottom: 0;
  box-shadow: 0px 3px 6px #cccccc;
  -webkit-box-shadow: 0px 3px 6px #cccccc;
  -moz-box-shadow: 0px 3px 6px #cccccc;
  border-radius: 12px;
  background: #fff url(../img/signup-bg.png) no-repeat right bottom;
}
#changePassword .form-group input[type='password'] {
  color: #012542;
  border: 1px solid #C9C9C9;
  border-radius: 25px;
  box-shadow: unset;
  height: 42px;
  line-height: 42px;
  background: transparent;
  padding: 0 24px;
  width: 100%;
  display: block;
  outline: none;
  font-size: 14px;
  margin: 0;
}
#changePassword .form-group input[type='password']::placeholder {
  font-family: "DINOT";
  font-size: 14px;
  color: #C9C9C9;
}
#changePassword .form-group .auth-submit-btn {
  background: #042252;
  max-width: 302px;
  height: 41px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 25px;
  display: inline-block;
  margin: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  float: none;
  position: relative;
}
#changePassword .form-group .input-group label {
  color: #04204E;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.recover_account .logo img {
  width: 220px;
}
.recover_account.home-bg {
  background-size: cover;
  height: 100vh;
}
.recover_account .content_ {
  text-align: center;
  padding: 100px 0 0;
}
.recover_account .msg {
  padding: 20px 0;
}
.recover_account .msg p {
  font-size: 22px;
}
.recover_account .gotohomepage {
  background: #00adef;
  padding: 8px 50px;
  color: white;
  text-decoration: none;
}
