/*!
Theme Name: Buccaneer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buccaneer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Buccaneer is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
  font-weight: 300;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0;
  padding: 10px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px #d5d4d4;
          box-shadow: 1px 1px 5px #d5d4d4;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d6d6d6;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d6d6d6;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #d6d6d6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #d6d6d6;
}

select {
  border: 1px solid #d2d2d2;
}

textarea {
  width: 100%;
}

#fileuploadfield1,
#fileuploadfield2 {
  display: none;
}

.uploadfields br {
  display: none;
}

.form_titles {
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 600;
}

.uploadfields {
  position: relative;
}
.uploadfields .square_button {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  border: 0;
  border-radius: 0;
  min-width: 110px;
  color: #fff;
  background-color: #509AAB;
}
.uploadfields .uploadtextfield input[type=text] {
  padding-left: 125px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #576f79;
}
a:visited {
  color: #0a2b30;
}
a:hover, a:focus, a:active {
  color: #509AAB;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 1px;
  font-size: 1em;
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 0;
}
.main-navigation:before, .main-navigation:after {
  content: "";
  background: transparent url(images/buccaneer_heart.svg) no-repeat scroll left top;
  width: 17px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-size: 100%;
}
.main-navigation:before {
  left: 0;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.main-navigation:after {
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 40px;
  position: relative;
}
.main-navigation a:hover:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30px;
  margin: 3px auto 0 auto;
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
  font-weight: 500;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30px;
  margin: 3px auto 0 auto;
  display: block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: none;
}

.menu-toggle {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 0;
  height: 0;
  padding: 50px 50px 0 0;
  overflow: hidden;
}
.menu-toggle:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e601";
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "simple-line-icons";
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav_mask {
  background-color: #000;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 0;
  z-index: 100;
}

.nav_mask.active_mask {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

button.close {
  display: none;
}

@media screen and (max-width: 1700px) {
  .main-navigation {
    font-size: 1em;
  }
}
@media screen and (max-width: 1250px) {
  .main-navigation {
    font-size: 0.8em;
  }
  .main-navigation .current-menu-item a:before, .main-navigation .current-menu-item a:after,
  .main-navigation a:hover:before,
  .main-navigation a:hover:after {
    top: 6px;
    background-size: 100%;
  }
  .main-navigation .current-menu-item a:before,
  .main-navigation a:hover:before {
    background: transparent url(images/nail_left_white.svg) no-repeat scroll 5px top;
  }
  .main-navigation .current-menu-item a:after,
  .main-navigation a:hover:after {
    background: transparent url(images/nail_right_white.svg) no-repeat scroll 15px top;
  }
}
@media screen and (max-width: 1000px) {
  .main-navigation {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .main-navigation:before, .main-navigation:after {
    display: none;
  }
  .main-navigation button.close {
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 45px;
    height: 45px;
    background: transparent url(images/minimise_nav.svg) no-repeat scroll left 10px;
    background-size: 60%;
    border: 0;
  }
  .main-navigation .current-menu-item a:before, .main-navigation .current-menu-item a:after,
  .main-navigation a:hover:before,
  .main-navigation a:hover:after {
    display: none;
  }
  .main-navigation ul {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 85px 0 0 0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    display: block;
    z-index: 3;
    bottom: auto;
    background: #576f79;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-navigation ul li {
    float: none;
    margin: 0;
  }
  .main-navigation ul li a {
    width: 100%;
    color: #fff;
    padding: 15px 20px 15px 30px;
    font-size: 1em;
    margin: 0;
  }
  .main-navigation ul li a:hover, .main-navigation ul li a:active {
    background-color: #0a2b30;
    color: #fff;
  }
  .main-navigation ul[aria-expanded=true] {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #fff;
    background-color: #0a2b30;
    border-bottom: 0;
  }
  .menu-toggle {
    display: block;
    outline: none;
    border: 0;
    background-color: #509AAB;
    border-radius: 100%;
    color: #fff;
  }
  .menu-toggle[aria-expanded=true] {
    background-color: #576f79;
  }
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 1045;
}
.mfp-content .popup {
  background-color: #fff;
  padding: 40px 60px;
  max-width: 600px;
  margin: 0 auto;
  border: 4px solid #576f79;
  text-align: center;
}
.mfp-content .popup .popup_content {
  display: block;
}
.mfp-content .popup h2 {
  margin-bottom: 10px;
}
.mfp-content .popup form {
  margin-top: 40px;
}
.mfp-content .popup form p {
  margin: 10px 0;
}
.mfp-content .popup input {
  border: 1px solid grey;
}
.mfp-content .popup input[type=submit] {
  border: 0;
  color: #fff;
  background-color: #509AAB;
  width: 100%;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 54px;
  height: 54px;
  line-height: 44px;
  position: absolute;
  right: -28px;
  top: -28px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  background-color: #576f79;
  border-radius: 50%;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 600px) {
  .mfp-container {
    padding-left: 26px;
    padding-right: 26px;
  }
  .mfp-content .popup {
    padding: 20px;
  }
  .mfp-content .popup h2 {
    margin-bottom: 0;
  }
  .mfp-close {
    width: 44px;
    height: 44px;
    right: -22px;
    top: -22px;
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# Cookiebar
--------------------------------------------------------------*/
#cookie-bar {
  background: rgba(87, 111, 121, 0.9);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  padding: 5px;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar .cookie_content_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
  width: 80%;
}

#cookie-bar a {
  color: #E9D22F;
  text-decoration: underline;
}

.cookie_controls {
  min-width: 250px;
  position: relative;
  padding-right: 40px;
}
.cookie_controls a:first-child {
  margin-left: 0;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
  padding: 12px;
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#cookie-bar .cookie_close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  right: 2px;
  top: 10px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  outline: 0;
}
#cookie-bar .cookie_close:hover {
  color: #E9D22F;
}

#cookie-bar .cb-enable {
  background: #509AAB;
  margin-left: 0;
}
#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #509AAB;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #509AAB;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

#cookie_options_corner {
  border: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #6DA3B2;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  outline: 0;
  z-index: 999;
}
#cookie_options_corner:hover {
  border-bottom: 40px solid #42808E;
}

#cookie_icon {
  outline: 0;
  fill: #fff;
  width: 15px;
  position: absolute;
  left: 4px;
  bottom: -35px;
}

@media screen and (max-width: 800px) {
  #cookie-bar p {
    width: 65%;
  }
}
@media screen and (max-width: 420px) {
  #cookie-bar .cookie_content_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cookie-bar p,
  #cookie-bar .cookie_controls {
    width: 100%;
  }
  #cookie-bar .cookie_controls {
    padding-top: 10px;
  }
  #cookie-bar p {
    font-size: 0.9em;
  }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable,
  #cookie-bar .cb-policy {
    padding: 8px;
  }
  #cookie-bar .cookie_close {
    top: 16px;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/
.subpage .content-area {
  background-color: #f5f5f5;
}
.subpage .sub_banner {
  height: 60vh;
}
.subpage .sub_banner .godown {
  height: 70px;
}
.subpage .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subpage article {
  padding-top: 10px;
  width: calc(100% - 340px);
}
.subpage .widget-area {
  width: 300px;
  margin-left: 40px;
}
.subpage h1 {
  font-size: 2.2em;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .subpage h1 {
    font-size: 1.5em;
    margin: 20px 0 0 0;
  }
  .subpage h2 {
    font-size: 1.2em;
  }
  .subpage .entry-content {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
# Contact Page General
--------------------------------------------------------------*/
.subpage .address {
  padding-bottom: 10px;
}
.subpage .address span {
  display: block;
}
.subpage .email {
  text-decoration: none;
  color: #404040;
}
.subpage .email:hover {
  color: #576f79;
}
.subpage i {
  color: #576f79;
  padding-right: 8px;
}
.subpage .device_contact_but {
  display: none;
}

/*--------------------------------------------------------------
# Contact Page: Pubs List
--------------------------------------------------------------*/
.contact_pubs_list,
.post_list {
  list-style: none;
  margin: 0;
  padding: 40px 0 0 0;
}
.contact_pubs_list li,
.post_list li {
  margin: 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px #d5d4d4;
          box-shadow: 1px 1px 5px #d5d4d4;
}
.contact_pubs_list li h3,
.post_list li h3 {
  margin-top: 0;
  color: #576f79;
}
.contact_pubs_list li .pub_image,
.post_list li .pub_image {
  width: 300px;
  height: 250px;
  background-size: cover;
  margin-right: 30px;
}
.contact_pubs_list li .pub_contact,
.post_list li .pub_contact {
  font-size: 0.9em;
  padding: 30px 0;
}
.contact_pubs_list li .pub_name,
.post_list li .pub_name {
  color: #576f79;
}
.contact_pubs_list li .pub_address,
.post_list li .pub_address {
  width: 250px;
  margin-bottom: 15px;
}
.contact_pubs_list li .pub_phone,
.post_list li .pub_phone {
  padding-bottom: 5px;
}
.contact_pubs_list li a,
.post_list li a {
  display: block;
  text-decoration: none;
  color: #404040;
  padding-bottom: 5px;
}
.contact_pubs_list li a:hover,
.post_list li a:hover {
  color: #576f79;
}

@media screen and (max-width: 1000px) {
  .contact_pubs_list li,
  .post_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_pubs_list li .pub_image,
  .post_list li .pub_image {
    width: 100%;
  }
  .contact_pubs_list li .pub_contact,
  .post_list li .pub_contact {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact_pubs_list li,
  .post_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact_pubs_list li .pub_image,
  .post_list li .pub_image {
    width: 300px;
  }
  .contact_pubs_list li .pub_contact,
  .post_list li .pub_contact {
    padding: 30px 0;
  }
  .subpage .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage article {
    padding-top: 10px;
    width: 100%;
  }
  .subpage .widget-area {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .subpage .device_contact_but {
    display: block;
    margin-top: 20px;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .contact_pubs_list,
  .post_list {
    padding: 0;
  }
  .contact_pubs_list li,
  .post_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_pubs_list li .pub_image,
  .post_list li .pub_image {
    width: 100%;
    height: 200px;
  }
  .contact_pubs_list li .pub_contact,
  .post_list li .pub_contact {
    padding: 20px;
  }
  .subpage .device_contact_but {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Jobs Page: Jobs List
--------------------------------------------------------------*/
.jobs_list {
  padding: 5px 0 0 0;
}
.jobs_list li {
  display: block;
}
.jobs_list li h2 {
  margin: 0;
  color: #576f79;
}
.jobs_list li .subline {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 4px;
  font-size: 1em;
  letter-spacing: 1px;
}
.jobs_list li .subline .venue {
  font-weight: 600;
  color: #576f79;
}
.jobs_list li .job_dates {
  font-size: 0.9em;
}
.jobs_list li .job_dates .job_date {
  line-height: 25px;
}
.jobs_list li .job_dates strong {
  color: #576f79;
}
.jobs_list li .job_details {
  margin-top: 30px;
}
.jobs_list li .square_button {
  display: inline-block;
  color: #fff;
  padding-bottom: 20px;
  margin-top: 40px;
  min-width: 100%;
  text-align: center;
}
.jobs_list li .square_button:hover {
  color: #fff;
}
.jobs_list li .pub_name {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.jobs_list li .address {
  padding-bottom: 10px;
  display: block;
  margin: 10px 0 5px 0;
  font-size: 0.9em;
}
.jobs_list li .pub_phone,
.jobs_list li .pub_email {
  font-size: 0.9em;
}
.jobs_list li h3 {
  color: #576f79;
  margin-top: 40px;
}
.jobs_list li .pub_image {
  width: 100%;
  height: 350px;
}
.jobs_list li .job_information {
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .jobs_list li .pub_image {
    height: 200px;
  }
  .jobs_list li .job_information {
    padding: 20px;
  }
  .jobs_list li .subline {
    font-size: 0.7em;
  }
  .jobs_list li .subline .venue {
    display: block;
    margin-bottom: 2px;
  }
  .jobs_list li .job_dates .job_date {
    font-size: 0.8em;
    line-height: 20px;
  }
  .jobs_list li .job_details {
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 24px;
  }
  .jobs_list li h3 {
    margin-top: 20px;
  }
  .jobs_list li .square_button {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# Our Story Page
--------------------------------------------------------------*/
.our_story .site-main {
  overflow: hidden;
}
.our_story h1 {
  text-align: center;
}
.our_story .container {
  background: transparent url(images/background_pattern.svg) repeat-y scroll center top;
  background-size: 60%;
}
.our_story article {
  width: 100%;
}
.our_story .widget-area {
  display: none;
}
.our_story .story_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 0 0 -470px;
  padding: 80px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.our_story .story_row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 -530px 0 auto;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.our_story .story_row:nth-child(even) .story_image {
  margin: 0 0 0 60px;
}
.our_story .story_row:nth-child(even) .next {
  left: -220px;
  right: auto;
}
.our_story .story_row.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.our_story .story_row .story_image {
  width: 1000px;
  height: 600px;
  margin: 0 60px 0 0;
  background-size: cover;
}
.our_story .story_row .story_text {
  width: 530px;
  color: #6F6A6A;
  font-size: 1.2em;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.our_story .story_row .story_anchor {
  position: absolute;
  left: 0;
  top: -80px;
}
.our_story .story_row .next {
  width: 80px;
  height: 80px;
  border: 4px solid #DEDEDE;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 40px);
  right: -220px;
  color: #DEDEDE;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.our_story .story_row .next:after {
  position: absolute;
  width: 74px;
  line-height: 74px;
  left: 0;
  top: 0;
  content: "\f107";
  font-size: 2em;
  text-align: center;
  font-family: "fontAwesome";
}
.our_story .story_row .next:hover {
  color: #576f79;
  border: 4px solid #576f79;
}
.our_story .story_second h2 {
  font-size: 2.5em;
}
.our_story .story_second p {
  font-size: 1.2em;
  line-height: 35px;
}
.our_story .story_second .pub_tile_holder {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our_story .story_second .pub_tile_holder .pub_tile {
  margin: 1rem;
  width: calc(25% - 2rem);
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.our_story .story_second .pub_tile_holder .pub_tile.show_tiles {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.our_story .story_second .pub_tile_holder .pub_tile a {
  display: block;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our_story .story_second .pub_tile_holder .pub_tile a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.our_story .story_third .square_button {
  width: 300px;
  display: block;
}

@media screen and (max-width: 1800px) {
  .our_story .story_row {
    margin: 0 0 0 -350px;
  }
  .our_story .story_row:nth-child(even) {
    margin: 0 -350px 0 auto;
  }
}
@media screen and (max-width: 1350px) {
  .our_story .story_row {
    margin: 0 0 0 -270px;
  }
  .our_story .story_row:nth-child(even) {
    margin: 0 -270px 0 auto;
  }
  .our_story .story_row:nth-child(even) .next {
    left: -160px;
  }
  .our_story .story_row .story_image {
    width: 1000px;
    height: 520px;
  }
  .our_story .story_row .next {
    right: -160px;
  }
}
@media screen and (max-width: 1000px) {
  .our_story .story_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 40px 0;
  }
  .our_story .story_row:nth-child(even) {
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our_story .story_row:nth-child(even) .story_image {
    margin: 0 0 20px 0;
  }
  .our_story .story_row:nth-child(even) .next {
    right: -160px;
    left: auto;
  }
  .our_story .story_row .story_image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .our_story .story_second .pub_tile_holder {
    padding-bottom: 20px;
  }
  .our_story .story_second .pub_tile_holder .pub_tile {
    margin: 0.5rem;
    width: calc(33.3333% - 1rem);
  }
}
@media screen and (max-width: 500px) {
  .our_story .story_row .story_image {
    height: 230px;
  }
  .our_story .story_row .story_text {
    width: 100%;
    font-size: 0.9em;
    line-height: 28px;
    display: block;
  }
  .our_story .story_row .next {
    position: relative;
    border: 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 0;
    left: 0;
  }
  .our_story .story_row .next:after {
    width: 100%;
    line-height: 50px;
    text-align: center;
  }
  .our_story .story_row .next:hover {
    color: #DEDEDE;
    border-top: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
  }
  .our_story .story_row:nth-child(even) .next {
    right: 0;
  }
  .our_story .story_second .pub_tile_holder {
    padding-bottom: 20px;
  }
  .our_story .story_second .pub_tile_holder .pub_tile {
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }
}
/*--------------------------------------------------------------
# Gender Pay Gap page
--------------------------------------------------------------*/
.gpg_page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gpg_page article {
  width: 700px;
}
.gpg_page .table_heading {
  color: #509AAB;
  font-weight: 700;
}
.gpg_page .gpg_table {
  padding-bottom: 20px;
}
.gpg_page .gpg_table.bonus_table {
  padding-bottom: 40px;
}
.gpg_page .gpg_table .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.8;
}
.gpg_page .gpg_table .table_row.table_head {
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  color: #509AAB;
  line-height: 2.2;
  border-bottom: 1px solid #509AAB;
  margin-bottom: 10px;
}
.gpg_page .gpg_table .table_row.table_head .table_col:first-child {
  font-weight: 400;
}
.gpg_page .gpg_table .table_row .table_col {
  width: 25%;
}
.gpg_page .gpg_table .table_row .table_col:first-child {
  font-weight: 700;
}
.gpg_page .gpg_table .table_divider {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #509AAB;
  opacity: 0.2;
}

@media screen and (max-width: 700px) {
  .gpg_page article {
    width: 100%;
  }
  .gpg_page .gpg_table .table_row {
    font-size: 0.8em;
  }
  .gpg_page .gpg_table .table_row .table_col:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 450px) {
  .gpg_page .gpg_table {
    padding-bottom: 40px;
  }
  .gpg_page .gpg_table .table_row {
    font-size: 0.8em;
  }
  .gpg_page .gpg_table .table_row.table_head {
    font-size: 0.9em;
  }
  .gpg_page .gpg_table .table_row .table_col:first-child {
    width: 30%;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(87, 111, 121, 0.5);
}
.site-header:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #576f79;
  opacity: 0.5;
  left: 0;
  bottom: -4px;
}
.site-header.header_show {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.site-header.header_show:after {
  opacity: 0.5;
}
.site-header.header_hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header.header_hide:after {
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .site-header {
    background-color: transparent;
    position: absolute;
  }
  .site-header:after {
    display: none;
  }
  .site-header.header_show {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .site-header.header_show:after {
    display: none;
  }
}
.site-footer {
  color: #fff;
  background-color: #0a2b30;
}
.site-footer .footer_top {
  padding: 40px 0;
}
.site-footer .footer_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer_top .footer_col {
  width: 33.333%;
  margin-right: 20px;
}
.site-footer .office {
  font-size: 0.9em;
  line-height: 24px;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: 300;
}
.site-footer ul li {
  line-height: 24px;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #576f79;
}
.site-footer h3 {
  color: #509AAB;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.site-footer .footer_bottom {
  padding: 50px 0 40px 0;
  background-color: #576f79;
  position: relative;
}
.site-footer .footer_bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer_bottom .footer_logo {
  width: 200px;
  height: 100px;
  padding-right: 40px;
  margin-left: 60px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.site-footer .footer_bottom .company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer_bottom:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #0a2b30;
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -25px;
}
.site-footer .social_icon_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .social_icon_wrapper .social_icon {
  display: block;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 10px;
  outline: 0;
}
.site-footer .social_icon_wrapper .social_icon:hover, .site-footer .social_icon_wrapper .social_icon:focus {
  background-color: #509AAB;
}
.site-footer .social_icon_wrapper .social_icon:last-child {
  margin-right: 0;
}
.site-footer .social_icon_wrapper .social_icon svg {
  color: #0a2b30;
}

@media screen and (max-width: 500px) {
  .site-footer .footer_top {
    text-align: center;
  }
  .site-footer .footer_top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer_top .footer_col {
    width: 100%;
  }
  .site-footer .footer_bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer_bottom .footer_logo {
    padding: 0 0 0 0;
    margin: 0 auto 20px auto;
    width: 150px;
    height: 100px;
    border-right: 0;
  }
  .site-footer .footer_bottom .company_info span {
    text-align: center;
    display: block;
    width: 100%;
  }
  .site-footer h3 {
    margin-top: 20px;
  }
  .site-footer .social_icon_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widget-area {
  padding-top: 125px;
  position: relative;
}
.widget-area .subpage_form p {
  margin-bottom: 8px;
}
.widget-area h2 {
  margin-bottom: 40px;
}
.widget-area .job_anchor {
  top: 60px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .widget-area .job_anchor {
    position: static;
  }
}
body {
  overflow-x: hidden;
  min-height: 100%;
}
body.active_menu {
  overflow: hidden !important;
  position: fixed;
  height: 100%;
  width: 100%;
}

.site {
  position: relative;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 1000px) {
  .container {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}
.rounded_button {
  display: inline-block;
  border-radius: 100px;
  background-color: #509AAB;
  color: #fff;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  padding: 15px;
  font-size: 0.9em;
  letter-spacing: 2px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rounded_button:hover {
  background-color: #576f79;
  color: #fff;
}
.rounded_button:visited, .rounded_button:active {
  color: #fff;
}

.buccaneer_icon_but {
  border-radius: 100%;
  background-color: #509AAB;
  color: #fff;
  font-family: "simple-line-icons";
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.buccaneer_icon_but:after {
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.buccaneer_icon_but:hover {
  background-color: #576f79;
  color: #fff;
}

.square_button,
.square_button:visited,
input[type=submit] {
  background-color: #509AAB;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 20px 15px;
  min-width: 150px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-size: 0.9em;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
}
.square_button:hover,
.square_button:visited:hover,
input[type=submit]:hover {
  color: #fff;
  background-color: #576f79;
}

.buccaneer_map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.buccaneer_map img {
  max-width: inherit !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  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;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

.icon-phone:before {
  content: "\e600";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-map:before {
  content: "\e033";
}

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

.icon-directions:before {
  content: "\e041";
}

.icon-compass:before {
  content: "\e045";
}

.icon-layers:before {
  content: "\e034";
}

.icon-menu:before {
  content: "\e601";
}

.icon-list:before {
  content: "\e067";
}

.icon-options-vertical:before {
  content: "\e602";
}

.icon-options:before {
  content: "\e603";
}

.icon-arrow-down:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e607";
}

.icon-arrow-up-circle:before {
  content: "\e078";
}

.icon-arrow-left-circle:before {
  content: "\e07a";
}

.icon-arrow-right-circle:before {
  content: "\e079";
}

.icon-arrow-down-circle:before {
  content: "\e07b";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-plus:before {
  content: "\e095";
}

.icon-minus:before {
  content: "\e615";
}

.icon-close:before {
  content: "\e082";
}

.icon-event:before {
  content: "\e619";
}

.icon-exclamation:before {
  content: "\e617";
}

.icon-organization:before {
  content: "\e616";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglass:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-folder:before {
  content: "\e089";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-loop:before {
  content: "\e064";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-chart:before {
  content: "\e077";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-paypal:before {
  content: "\e608";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-instagram:before {
  content: "\e609";
}

.icon-social-linkedin:before {
  content: "\e60a";
}

.icon-social-pinterest:before {
  content: "\e60b";
}

.icon-social-github:before {
  content: "\e60c";
}

.icon-social-google:before {
  content: "\e60d";
}

.icon-social-reddit:before {
  content: "\e60e";
}

.icon-social-skype:before {
  content: "\e60f";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-social-behance:before {
  content: "\e610";
}

.icon-social-foursqare:before {
  content: "\e611";
}

.icon-social-soundcloud:before {
  content: "\e612";
}

.icon-social-spotify:before {
  content: "\e613";
}

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-vkontakte:before {
  content: "\e618";
}

.icon-social-steam:before {
  content: "\e620";
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.home_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100vh;
  width: 100%;
}
.home_banner .logo_container {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_banner .logo_container a {
  display: block;
}
.home_banner .logo_container a img {
  width: 400px;
  margin-bottom: 30px;
}
.home_banner .opening_text {
  color: #fff;
  line-height: 35px;
  font-size: 1em;
  text-align: center;
  width: 500px;
}
.home_banner .opening_text h1 {
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2em;
  letter-spacing: 1px;
}
.home_banner .opening_text p {
  letter-spacing: 1px;
  margin: 20px 0 60px 0;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
}
.home_banner .godown {
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
}
.home_banner .godown:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.home_banner .godown:hover .buccaneer_icon_but:after {
  background-color: #576f79;
  border-radius: 50%;
}
.home_banner .godown .find_pub {
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.home_banner .godown .buccaneer_icon_but:after {
  content: "\e604";
}

@media screen and (max-width: 1920px) {
  .home_banner .logo_container a img {
    margin-bottom: 10px;
  }
  .home_banner .opening_text p {
    margin: 20px 0 40px 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 1400px) {
  .home_banner .logo_container a img {
    width: 300px;
  }
  .home_banner .opening_text h1 {
    font-size: 2em;
  }
  .home_banner .opening_text p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 800px) {
  .home_banner {
    height: calc(100vh - 55px);
  }
}
@media screen and (max-width: 520px) {
  .home_banner .logo_container a img {
    width: 240px;
    margin-bottom: 0;
  }
  .home_banner .opening_text {
    width: 90%;
    font-size: 0.9em;
  }
  .home_banner .opening_text h1 {
    font-size: 1.4em;
    margin-bottom: 0;
  }
  .home_banner .opening_text p {
    font-size: 0.85em;
    line-height: 1.7;
    margin: 10px 0 20px 0;
  }
}
/*--------------------------------------------------------------
# Pub Finder
--------------------------------------------------------------*/
.fullwidth_map_container {
  position: relative;
}
.fullwidth_map_container .pub_list_device {
  display: none;
}
.fullwidth_map_container .pub_list_container {
  position: absolute;
  width: 300px;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullwidth_map_container .pub_list_container .pub_list {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 50px 30px;
  position: relative;
  width: 100%;
}
.fullwidth_map_container .pub_list_container .pub_list h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.fullwidth_map_container .pub_list_container .pub_list a {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 10px;
  font-weight: 300;
  cursor: pointer;
  color: #404040;
  display: block;
}
.fullwidth_map_container .pub_list_container .pub_list a:hover {
  background-color: #CDE0EE;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament .line_left,
.fullwidth_map_container .pub_list_container .pub_list .ornament .line_right {
  width: 45%;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament .heart {
  background: transparent url(images/buccaneer_heart.svg) no-repeat scroll left top;
  background-size: 100%;
  width: 10%;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament.top {
  left: 0;
  top: -42px;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament.top .line_left,
.fullwidth_map_container .pub_list_container .pub_list .ornament.top .line_right {
  border-bottom: 1px solid #fff;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament.top .heart {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fullwidth_map_container .pub_list_container .pub_list .ornament.bottom {
  left: 0;
  bottom: -42px;
}
.fullwidth_map_container .pub_list_container .pub_list .ornament.bottom .line_left,
.fullwidth_map_container .pub_list_container .pub_list .ornament.bottom .line_right {
  border-top: 1px solid #fff;
}

.buccaneer_map {
  width: 100%;
  height: 100vh;
  border: 0;
  /*style the box*/
}
.buccaneer_map .gm-ui-hover-effect {
  display: none !important;
}
.buccaneer_map .gm-style-iw {
  width: 400px !important;
  top: 1px !important;
  padding: 16px;
  font-family: "Raleway", sans-serif;
}
.buccaneer_map .gm-style-iw .phone_links {
  display: none;
}
.buccaneer_map .gm-style-iw .pub_image {
  width: 100%;
  height: 200px;
  position: relative;
}
.buccaneer_map .gm-style-iw .pub_image .get_directions,
.buccaneer_map .gm-style-iw .pub_image .view_website {
  position: absolute;
  background-color: rgba(80, 154, 171, 0.8);
  width: 49%;
  color: #fff;
  bottom: 0;
  text-align: center;
  height: 45px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
}
.buccaneer_map .gm-style-iw .pub_image .get_directions:hover,
.buccaneer_map .gm-style-iw .pub_image .view_website:hover {
  background-color: #509AAB;
  color: #fff;
}
.buccaneer_map .gm-style-iw .pub_image .get_directions i,
.buccaneer_map .gm-style-iw .pub_image .view_website i {
  font-size: 1.4em;
  margin-right: 10px;
}
.buccaneer_map .gm-style-iw .pub_image .get_directions .small_title,
.buccaneer_map .gm-style-iw .pub_image .view_website .small_title {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 46px;
}
.buccaneer_map .gm-style-iw .pub_image .view_website {
  left: 0;
}
.buccaneer_map .gm-style-iw .pub_image .get_directions {
  right: 0;
}
.buccaneer_map .gm-style-iw h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
}
.buccaneer_map .gm-style-iw p {
  line-height: 22px;
}
.buccaneer_map .gm-style-iw .address {
  font-weight: 300;
}
.buccaneer_map .gm-style-iw span,
.buccaneer_map .gm-style-iw a {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  color: #404040;
}
.buccaneer_map .gm-style-iw span i,
.buccaneer_map .gm-style-iw a i {
  margin-right: 10px;
}
.buccaneer_map .gm-style-iw + div {
  display: none;
}

@media screen and (max-width: 1100px) {
  .fullwidth_map_container .buccaneer_map {
    height: calc(100vh - 55px);
  }
  .fullwidth_map_container .pub_list_container {
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    position: absolute;
  }
  .fullwidth_map_container .pub_list_container.active {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .fullwidth_map_container .pub_list_container .pub_list {
    padding: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    overflow-y: scroll;
  }
  .fullwidth_map_container .pub_list_container .pub_list .ornament {
    display: none;
  }
  .fullwidth_map_container .pub_list_container .pub_list h2 {
    font-size: 1.4em;
    margin-bottom: 0;
  }
  .fullwidth_map_container .pub_list_container .pub_list h2, .fullwidth_map_container .pub_list_container .pub_list a {
    padding: 15px 0 15px 40px;
  }
  .fullwidth_map_container .pub_list_container .pub_list a {
    border-bottom: 1px solid #d5d5d5;
  }
  .fullwidth_map_container .device_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .fullwidth_map_container .device_mask.active {
    opacity: 1;
    z-index: 1;
  }
  .fullwidth_map_container .pub_list_device {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(80, 154, 171, 0.8);
    color: #fff;
    width: 100%;
    padding: 20px;
    font-size: 1em;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    letter-spacing: 1px;
  }
  .fullwidth_map_container .pub_list_device i {
    background-color: #509AAB;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .buccaneer_map .gm-style-iw {
    width: 300px !important;
    max-width: 300px !important;
  }
  .buccaneer_map .gm-style-iw .gm-style-iw-d {
    width: 100% !important;
    max-width: 100% !important;
  }
  .buccaneer_map .gm-style-iw h3 {
    margin-bottom: 10px;
  }
  .buccaneer_map .gm-style-iw .pub_info {
    display: none;
  }
  .buccaneer_map .gm-style-iw .address {
    font-size: 1em;
  }
  .buccaneer_map .gm-style-iw .pub_image {
    width: 100%;
    height: 120px;
    background-position: center center !important;
  }
  .buccaneer_map .gm-style-iw .pub_image a {
    display: none;
  }
  .buccaneer_map .gm-style-iw .details_container {
    min-height: 300px;
    font-size: 0.9em;
  }
  .buccaneer_map .gm-style-iw .phone_links {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .buccaneer_map .gm-style-iw .phone_links a {
    width: 80px;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 0.8em;
    padding-top: 8px;
    display: block;
  }
  .buccaneer_map .gm-style-iw .phone_links a i {
    margin-right: 0;
    font-size: 2.8em;
    padding-bottom: 8px;
    display: block;
    color: #b4d3db;
  }
  .buccaneer_map .gm-style-iw .phone_links a span {
    margin-bottom: 0;
    color: #000000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
/*--------------------------------------------------------------
# Home Slider
--------------------------------------------------------------*/
.slider_holder {
  background: transparent url(images/buccaneer_slider_bg.jpg) no-repeat scroll left top;
  background-size: cover;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.slider_holder .ornament {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
}
.slider_holder .ornament .line_left,
.slider_holder .ornament .line_right {
  width: 50%;
}
.slider_holder .ornament .heart {
  background: transparent url(images/buccaneer_heart.svg) no-repeat scroll left top;
  background-size: 100%;
  width: 40px;
  margin: 0 8px;
}
.slider_holder .ornament.top {
  left: 0;
  top: 8px;
}
.slider_holder .ornament.top .line_left,
.slider_holder .ornament.top .line_right {
  border-top: 1px solid #fff;
}
.slider_holder .ornament.bottom {
  left: 0;
  bottom: 8px;
}
.slider_holder .ornament.bottom .line_left,
.slider_holder .ornament.bottom .line_right {
  border-bottom: 1px solid #fff;
}
.slider_holder .ornament.bottom .heart {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider_holder .flexslider {
  background: transparent;
  border: 0;
  padding: 0 80px;
  margin-bottom: 0;
}
.slider_holder .flexslider .slides .slide {
  text-align: center;
  text-transform: uppercase;
}
.slider_holder .flexslider .flex-control-nav {
  display: none;
}
.slider_holder .flexslider .flex-direction-nav a {
  opacity: 1;
  padding: 70px 70px 0 0;
  background-color: #509AAB;
  border-radius: 50%;
  margin: -35px 0 0;
  outline: 0;
}
.slider_holder .flexslider .flex-direction-nav a:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-family: "fontAwesome";
  font-size: 2.2em;
}
.slider_holder .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.slider_holder .flexslider .flex-direction-nav .flex-next:before {
  content: "\f178";
}
.slider_holder .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.slider_holder .flexslider .flex-direction-nav .flex-prev:before {
  content: "\f177";
}
.slider_holder .flexslider .slide_main {
  color: #E9D22F;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2em;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.slider_holder .flexslider .slide_sub {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .slider_holder .flexslider {
    margin-bottom: 40px;
    padding: 0;
  }
  .slider_holder .flexslider .slide_main {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .slider_holder .flexslider .slide_sub {
    font-size: 1em;
  }
  .slider_holder .flexslider .flex-control-nav {
    display: block;
    bottom: -55px;
  }
  .slider_holder .flexslider .flex-control-paging li a {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .slider_holder .flexslider .flex-control-paging li a.flex-active {
    background-color: #509AAB;
  }
  .slider_holder .flexslider .flex-direction-nav {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .slider_holder .flexslider {
    margin-bottom: 45px;
  }
  .slider_holder .flexslider .slide_main {
    font-size: 2em;
    line-height: 38px;
  }
  .slider_holder .flexslider .slide_sub {
    width: 90%;
  }
  .slider_holder .flexslider .flex-control-nav {
    bottom: -45px;
  }
}
/*--------------------------------------------------------------
# Become a Buccaneer
--------------------------------------------------------------*/
.jobs_panel {
  background: #000 url(images/buccaneer_job_bg.jpg) no-repeat scroll left top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.jobs_panel .become_buccaneer .text_holder {
  padding: 100px 0;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: transparent url(images/buccaneer_guns.svg) no-repeat scroll center center;
  background-size: contain;
}
.jobs_panel .become_buccaneer .text_holder .title_small {
  font-size: 1.5em;
  display: block;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}
.jobs_panel .become_buccaneer .text_holder .title_large {
  font-size: 3em;
  font-family: "Libre Baskerville", serif;
  display: block;
  line-height: 70px;
  letter-spacing: 1px;
}
.jobs_panel .become_buccaneer .rounded_button {
  margin: 40px auto 0 auto;
  display: block;
  max-width: 200px;
}
.jobs_panel .logo {
  background-size: contain;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.jobs_panel .logo.left {
  -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
          transform: translateX(-500px);
}
.jobs_panel .logo.left.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.jobs_panel .logo.right {
  -webkit-transform: translateX(500px);
      -ms-transform: translateX(500px);
          transform: translateX(500px);
}
.jobs_panel .logo.right.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.jobs_panel .logo_right1 {
  width: 120px;
  height: 140px;
  background: transparent url(images/logos/wa_logo.svg) no-repeat scroll left top;
  right: 40px;
  top: 30px;
}
.jobs_panel .logo_right2 {
  width: 120px;
  height: 140px;
  background: transparent url(images/logos/boc_logo.svg) no-repeat scroll left top;
  right: 240px;
  top: 200px;
}
.jobs_panel .logo_right3 {
  width: 170px;
  height: 100px;
  background: transparent url(images/logos/tgd_logo.svg) no-repeat scroll left top;
  right: 40px;
  top: 350px;
}
.jobs_panel .logo_right4 {
  width: 210px;
  height: 50px;
  background: transparent url(images/logos/pot_logo.svg) no-repeat scroll left top;
  right: 150px;
  top: 540px;
}
.jobs_panel .logo_right5 {
  width: 160px;
  height: 80px;
  background: transparent url(images/logos/tsi_logo.svg) no-repeat scroll left top;
  right: 40px;
  top: 660px;
}
.jobs_panel .logo_left1 {
  width: 100px;
  height: 100px;
  background: transparent url(images/logos/spi_logo.svg) no-repeat scroll left top;
  left: 40px;
  top: 30px;
}
.jobs_panel .logo_left2 {
  width: 140px;
  height: 80px;
  background: transparent url(images/logos/dhw_logo.svg) no-repeat scroll left top;
  left: 180px;
  top: 180px;
}
.jobs_panel .logo_left3 {
  width: 150px;
  height: 80px;
  background: transparent url(images/logos/thh_logo.svg) no-repeat scroll left top;
  left: 40px;
  top: 340px;
}
.jobs_panel .logo_left4 {
  width: 140px;
  height: 120px;
  background: transparent url(images/logos/tca_logo.svg) no-repeat scroll left top;
  left: 230px;
  top: 480px;
}
.jobs_panel .logo_left5 {
  width: 120px;
  height: 140px;
  background: transparent url(images/logos/boc_logo.svg) no-repeat scroll left top;
  left: 40px;
  top: 630px;
}

@media screen and (max-width: 1000px) {
  .jobs_panel {
    height: 100vh;
  }
  .jobs_panel .logo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .jobs_panel .become_buccaneer {
    width: 90%;
  }
  .jobs_panel .become_buccaneer .text_holder .title_large {
    font-size: 1.5em;
    line-height: 40px;
  }
  .jobs_panel .become_buccaneer .text_holder .title_small {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=style.css.map */