/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset */
.dcsns ul,
.dcsns li {
  padding: 0;
  margin: 0;
  list-style: none!important;
  background: none;
}
/* Main styles */
/* Feeds */
.dcsns {
  background: #555555 url(../images/noize.png) repeat;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: #F0F0F0;
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}
.dcsns-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dcsns-loading {
  background: url(/wp-content/themes/default/assets/images/../images/loading_dark.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.stream p {
  margin: 0;
  padding: 0;
}
.stream li a {
  color: #9BDFE4;
}
.stream li {
  padding: 0;
  position: relative;
  font-size: 11px;
  color: #fff;
  background: #333333 url(../images/noize.png) repeat;
  border: 1px solid #292929;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}
.stream li .inner {
  padding: 10px 10px 0 10px;
  margin: 0;
  position: relative;
  line-height: 1.4em;
}
.stream li .icon {
  position: absolute;
  left: 8px;
  bottom: 2px;
  z-index: 2;
}
.stream li .clear {
  clear: both;
}
/* Content blocks */
.stream li .section-intro {
  clear: both;
  display: block;
  font-style: italic;
  padding: 8px 0 5px 35px;
  margin: 0;
  height: 19px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.stream li .section-intro a {
  text-decoration: underline;
  margin-right: 3px;
  color: #fff;
}
.stream li .section-title {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 12px;
  color: #f0f0f0;
}
.stream li .section-title a {
  color: #FCFBEA;
}
.stream li .section-title a:hover {
  color: #9BDFE4;
}
.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
  max-width: 99%;
}
.stream li .section-thumb img {
  border: 1px solid #222;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}
.stream li .section-text br {
  display: block;
}
.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 5px 0 5px 15px;
  line-height: 12px;
  background: url(/wp-content/themes/default/assets/images/../images/profile.png) no-repeat 0 5px;
}
.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}
.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}
.meta span.shares {
  background: url(/wp-content/themes/default/assets/images/../images/shares.png) no-repeat 0 0;
  padding-left: 20px;
}
.meta span.views {
  background: url(/wp-content/themes/default/assets/images/../images/views.png) no-repeat 0 0;
  padding-left: 18px;
}
.meta span.likes {
  background: url(/wp-content/themes/default/assets/images/../images/likes.png) no-repeat 0 0;
  padding-left: 16px;
}
.meta span.comments {
  background: url(/wp-content/themes/default/assets/images/../images/comments.png) no-repeat 0 0;
}
.meta span.users {
  background: url(/wp-content/themes/default/assets/images/../images/users.png) no-repeat 0 0;
}
.meta span.videos {
  background: url(/wp-content/themes/default/assets/images/../images/videos.png) no-repeat 0 0;
  padding-left: 16px;
}
.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px 0;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}
.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-error {
  color: #990000;
}
.stream li .section-share {
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 0 0;
  float: right;
}
.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(/wp-content/themes/default/assets/images/../images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}
.stream li .section-share a.share-google {
  background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}
/* Toolbar */
.dcsns-toolbar {
  padding: 5px 80px 5px 0;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* Filter */
.dcsns .filter {
  padding: 0;
  margin: 0;
}
.dcsns .filter li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0 2px 0 0;
  height: 24px;
}
.dcsns .filter li a {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 24px;
}
.dcsns .filter li img {
  margin: 0;
  padding: 1px;
  height: 22px;
}
/* Controls */
.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}
.dcsns .controls li {
  display: inline;
  background: none;
}
.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(/wp-content/themes/default/assets/images/../images/controls1.png) no-repeat 0 0;
}
.dcsns .controls .prev {
  background-position: -44px 0;
}
.dcsns .controls .next {
  background-position: -66px 0;
}
.dcsns .controls .play {
  background-position: 0 0;
}
.dcsns .controls .pause {
  background-position: -22px 0;
}
.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}
.dcsns .controls .next:hover {
  background-position: -66px -22px;
}
.dcsns .controls .play:hover {
  background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}
/* feeds network specific styles */
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
  background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
  background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
  background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
  background-color: #3b5998;
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
  background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
  background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
  background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
  background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
  background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
  background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
  background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
  background-color: #365472;
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
  background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}
.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
  display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}
.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: none;
}
.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li.dcsns-twitter a {
  color: #4EC2DC;
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
  color: #4EC2DC;
  text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}
.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong {
  color: #fff;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #4EC2DC;
  text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}
.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}
/* vimeo */
.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}
.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}
/** Flickr **/
.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
  display: block;
}
.stream li.dcsns-pinterest .section-text {
  clear: both;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
  background: url(/wp-content/themes/default/assets/images/../images/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
  max-width: 250px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}
.stream li.dcsns-tumblr .track {
  display: block;
  background: url(/wp-content/themes/default/assets/images/../images/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram .section-title {
  font-weight: normal;
  clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
  margin-bottom: 5px;
}
.stream li.dcsns-instagram .section-meta {
  clear: both;
  margin-bottom: 10px;
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px 0;
  padding-top: 5px;
  background-position: 0px 5px;
  float: none;
  font-size: 100%;
  font-weight: bold;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 *
 */
/* ====================================================================================================================
 * 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,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.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: "\0020";
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-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;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-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;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-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';
}
.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;
}
.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);
  -moz-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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  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;
}
.home .flex-control-nav {
  bottom: 0;
  z-index: 100;
  text-align: right;
}
.home .flex-control-paging {
  display: none;
}
.home .flex-control-paging li a {
  border: 1px solid #fff;
  text-indent: 9999px;
}
.home .flex-control-paging li a.flex-active {
  background: #fff;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-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;
  }
}
/* based on sidr's default jquery.sidr.dark.css theme */
#sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}
#sidr .sidr-inner {
  padding: 0 0 15px;
}
#sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
#sidr.right {
  left: auto;
  right: -260px;
}
#sidr.left {
  left: -260px;
  right: auto;
}
#sidr h1,
#sidr h2,
#sidr h3,
#sidr h4,
#sidr h5,
#sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
#sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
#sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
#sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
#sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
#sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
#sidr ul li:hover,
#sidr ul li.active,
#sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
#sidr ul li:hover > a,
#sidr ul li:hover > span,
#sidr ul li.active > a,
#sidr ul li.active > span,
#sidr ul li.sidr-class-active > a,
#sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
#sidr ul li a,
#sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
#sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
#sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
#sidr ul li ul li:last-child {
  border-bottom: none;
}
#sidr ul li ul li:hover,
#sidr ul li ul li.active,
#sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
#sidr ul li ul li:hover > a,
#sidr ul li ul li:hover > span,
#sidr ul li ul li.active > a,
#sidr ul li ul li.active > span,
#sidr ul li ul li.sidr-class-active > a,
#sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
#sidr ul li ul li a,
#sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
#sidr form {
  margin: 0 15px;
}
#sidr label {
  font-size: 13px;
}
#sidr input[type="text"],
#sidr input[type="password"],
#sidr input[type="date"],
#sidr input[type="datetime"],
#sidr input[type="email"],
#sidr input[type="number"],
#sidr input[type="search"],
#sidr input[type="tel"],
#sidr input[type="time"],
#sidr input[type="url"],
#sidr textarea,
#sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
#sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
#sidr input[type=button],
#sidr input[type=submit] {
  color: #333;
  background: #fff;
}
#sidr input[type=button]:hover,
#sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/wp-content/themes/default/assets/images/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pseudo {
  position: absolute;
  content: '';
  display: block;
}
.button {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 25px;
  border: 2px solid #333333;
  display: inline-block;
  color: #333333;
  width: auto;
  line-height: 40px;
  padding: 5px 15px;
}
.button:hover {
  opacity: 0.75;
}
.divider {
  display: block;
  padding: 5px 20px 8px;
  margin-bottom: 12px;
  color: #eee;
  text-decoration: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
}
/** Colors **/
/** Fonts **/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font: 700 13px/1.5 proxima-nova;
  margin: 0 auto;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
  color: #343434;
  -webkit-transition: all 0.1s linear all ease;
  -moz-transition: all 0.1s linear all ease;
  -ms-transition: all 0.1s linear all ease;
  -o-transition: all 0.1s linear all ease;
  transition: all 0.1s linear all ease;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
em {
  font-style: italic;
}
p {
  margin: 0 0 .5em 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em 0;
  font-weight: normal;
  line-height: 1.2;
}
.media {
  margin: 0;
}
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.media .img img {
  display: block;
}
.media .imgExt {
  float: right;
  margin-left: 10px;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
small {
  font-size: .75em;
}
.flexslider {
  border-radius: 0;
  border: 0;
}
b,
strong {
  font-weight: 800;
}
.page #main {
  width: 75%;
  float: left;
  margin-right: 3em;
}
.subpage_header img {
  width: 100%;
  height: auto;
}
.subpage_header {
  max-height: 378px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.subpage_header h1 {
  position: absolute;
  left: 0;
  font-size: 85px!important;
  width: 100%;
  text-align: center;
  line-height: 0.8em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content ul {
  list-style-type: disc;
  margin-left: 2.5em;
}
.owl-item:hover {
  opacity: 0.9;
}
.page img.alignleft {
  float: left;
}
.page img.alignright {
  float: right;
}
.page aside#sidebar {
  width: 20%;
  float: right;
}
.textwidget {
  line-height: 1.5em;
}
h2.widgettitle {
  font-size: 1.75em;
}
.page h2 {
  font-size: 1.75em;
}
.page h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.page li.widget {
  margin-bottom: 1.5em;
}
.page #sidebar .widget_nav_menu a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-form {
  font-family: proxima-nova;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  background: #b0b0b0;
  padding: 12px;
  font-size: 16px;
  width: 380px;
  margin-right: 10px;
  border: 0;
  border-radius: 2px;
}
.wpcf7 input[type="submit"] {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 2px solid #333333;
  color: #333333;
  width: auto;
  line-height: 40px;
  padding: 5px 15px;
  border: 0;
  color: #f0f0f0;
  text-transform: uppercase;
  width: 100px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
}
.wpcf7 input[type="submit"]:hover {
  opacity: 0.75;
}
.wpcf7 select.wpcf7-select {
  height: 42px !important;
}
#events {
  clear: both;
  background-color: #f4f4f4;
  width: 100%;
  height: auto;
  padding: 0;
  text-transform: uppercase;
  /* single event banner */
}
#events.events-1-total ul {
  margin: 0;
  padding: 20px 40px 20px;
}
#events.events-1-total li {
  max-width: auto;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  min-height: 135px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 auto;
  align-items: center;
}
#events.events-1-total li .button {
  max-width: 200px;
  order: 100;
  line-height: normal;
  padding: 20px 40px;
}
#events.events-1-total .teams-container {
  flex-grow: 1;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}
#events.events-1-total .teams-container .button {
  align-self: center;
  margin-bottom: 0;
  border-radius: 22px;
  word-spacing: 5px;
}
#events.events-1-total .teams {
  padding: 0 40px;
}
#events.events-1-total .date,
#events.events-1-total .location {
  display: inline-block;
  color: white;
  font-size: 14px;
}
#events.events-1-total .date {
  margin: 0;
}
#events.events-1-total .location {
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#events.events-1-total .additional-Info {
  display: inline-block;
  color: white;
  padding-left: 20px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#events.events-1-total .team {
  font-size: 55px;
}
#events.events-1-total .location .fa,
#events.events-1-total .additional-Info .fa {
  font-size: 20px;
}
#events.events-2-total .teams-container {
  text-align: center;
  justify-content: center;
  min-height: 70px;
}
#events.events-2-total .date {
  text-align: center;
}
#events.events-2-total .team {
  display: inline-block !important;
  justify-content: center;
}
#events.events-3-total .additional-block {
  padding: 0;
}
#events.events-3-total .location,
#events.events-3-total .additional-Info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 290px;
}
#events.events-4-total li,
#events.events-8-total li {
  flex-basis: 380px;
  max-width: 46%;
}
#events.events-0-total ul {
  padding: 0;
}
#events li.left-justify .teams-container .teams,
#events li.left-justify .date {
  text-align: left;
}
#events li.center-justify .teams-container .teams,
#events li.center-justify .date {
  text-align: center;
}
#events li.center-justify .teams .at-vs {
  display: block;
}
#events.events-1-total li.center-justify .teams {
  flex-grow: 1;
}
#events .location-button-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#events .additional-block {
  flex-grow: 1;
  min-height: 150px;
  border-top: 1px solid #E6E5E4;
  padding: 10px 20px 0 20px;
}
#events .location,
#events .additional-Info {
  display: block;
  color: #a2a1a1;
  font-size: 14px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#events .location .fa,
#events .additional-Info .fa {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 4px;
  min-width: 30px;
  text-align: center;
}
#events .date {
  margin: 0 0 10px 0;
  font-size: 14px;
  min-height: 25px;
  color: #333333;
}
#events .date.center {
  text-align: center;
}
#events .lower-section {
  background: darkgrey;
  width: 100%;
  margin: 0 auto;
  padding: 5px 30px 5px 30px;
  font-size: 14px;
  text-align: left;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  align-items: baseline;
  justify-content: flex-start;
}
#events ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 0 40px;
}
#events li {
  border: 1px solid lightgrey;
  border-radius: 25px;
  padding: 20px;
  position: relative;
  background-color: white;
  min-height: 450px;
  text-align: left;
  flex-basis: 290px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 550px;
  margin: 20px;
  width: 46%;
}
#events li .logos {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#events li .logos .at-vs {
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  color: #a2a1a1;
  display: inline;
  padding: 0 14px;
}
#events li .teams-container {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  min-height: 100px;
}
#events li .teams-container .button {
  align-self: flex-end;
  margin-bottom: 10px;
}
#events li .teams {
  color: #333333;
}
#events li .teams.teams-1-total {
  text-align: center;
}
#events li .teams.teams-1-total .team {
  display: inline;
}
#events li .teams .at-vs {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  display: inline;
  position: relative;
  bottom: 3px;
  padding-right: 10px;
}
#events li .team {
  font-weight: 800;
  font-size: 33px;
  line-height: 0.75;
  display: inline;
  margin-bottom: 6px;
}
#events li .team:first-child {
  display: block;
  line-height: 0.85;
}
#events img {
  display: inline;
  max-height: 100px;
  vertical-align: baseline;
}
#events .logos-1-total img {
  display: block;
  margin: 0 auto;
  margin-top: 6px;
}
#events .logos-1-total img:nth-child(2) {
  display: none;
}
#events .button {
  display: block;
  padding: 5px 15px;
  color: white;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}
#events .button.no-link {
  background-color: #a2a1a1;
  color: lightgrey;
  cursor: default;
}
.post-content a.full_button,
.post-content a.half_button {
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
}
.post-content a.full_button:hover,
.post-content a.half_button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-event .header-tab:before {
  bottom: -14px;
}
.single-event .header-tab img {
  height: auto;
  max-height: 100px;
}
.single-event .no-header {
  margin-top: 50px;
}
.single-event .post-content .the-post-content .message h1 {
  font-weight: 800!important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2.35em!important;
  padding-top: 0;
}
.single-event .message p {
  margin-top: 5px!important;
}
.single-event .visible aside#sidebar {
  margin-top: 11px;
}
.single-event #content.visible {
  margin: 40px auto 50px auto !important;
  font-weight: 400;
  font-size: 16px;
}
.single-event #content.visible .package-gallery {
  position: relative;
}
.single-event #content.visible .flex-direction-nav {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: 0;
  width: 100%;
  list-style: none;
}
.single-event #content.visible .flex-direction-nav a {
  opacity: 1;
  text-indent: -9999px;
  width: 25px;
  height: 57px;
  text-align: left;
}
.single-event #content.visible .flex-direction-nav a:before {
  content: '';
  background: url(/wp-content/themes/default/assets/images/gallery-nav-arrows.png) no-repeat 0 0;
  height: 57px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-event #content.visible .flex-direction-nav a.flex-prev {
  left: 10px;
}
.single-event #content.visible .flex-direction-nav a.flex-next {
  right: 10px;
}
.single-event #content.visible .flex-direction-nav a.flex-next:before {
  background-position: 100% 100%;
}
.single-event #content.visible ul.slides {
  width: 100%;
  margin: 0;
}
.single-event #content.visible ul.slides img {
  display: block;
}
.single-event .image_wrapper.sold-out {
  position: relative;
}
.single-event .image_wrapper.sold-out:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/default/assets/images/package-sold-out.png) no-repeat;
  width: 115px;
  height: 96px;
  display: block;
  z-index: 100;
}
.single-event .header .subpage_header p {
  position: static!important;
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  padding-top: 21px;
  width: 41%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
.single-event .subpage_header img {
  max-height: 425px;
}
.single-event .subpage_header {
  position: relative;
  display: flex;
  max-height: 300px;
}
.single-event .subpage_header:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
}
.single-event .subpage_header h1 {
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  top: 35%;
  width: 100%;
}
.single-event .header .subpage_header .header_position {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.single-event .post-content .subpage_header h1 {
  position: static;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feffff), to(#ebeef2), color-stop(0.6, #ebeef2));
  font-weight: 800 !important;
  color: #fff;
  font-size: 85px!important;
  width: auto;
  padding: 0 10px;
  text-align: center;
  line-height: 0.8em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.single-event .event_article-header strong {
  text-transform: uppercase;
  font-weight: 700;
}
.single-event .image_wrapper {
  position: relative;
  width: auto;
}
.single-event .image_wrapper img {
  width: auto;
  max-width: 100%!important;
  height: auto;
}
.single-event .image_wrapper img:hover {
  opacity: 0.8;
}
.single-event .announcement_bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 5px;
  z-index: 100;
  text-transform: uppercase;
}
.single-event .message img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-event .post-content .package_title {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2.35em!important;
}
.single-event .package_date {
  padding-top: 0px;
  margin-top: 0;
  font-size: 1.1em;
}
.single-event .package-additional-info {
  display: flex;
  flex-wrap: wrap;
}
.single-event .location {
  font-weight: 700;
  font-size: 13px;
  padding: 2px;
}
.single-event .location,
.single-event .additional-Info {
  flex-basis: 50%;
  font-weight: 700;
  color: #a2a1a1;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 5px;
}
.single-event .package_price {
  float: right;
  text-align: right;
  max-width: 120px;
  color: #454546;
  font-size: 14px;
  margin: 0px 0 0 10px;
  font-weight: 400;
}
.single-event .package_price-mobile {
  display: none;
}
.single-event .post-content a.full_button,
.single-event .post-content a.half_button {
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
}
.single-event .post-content a.full_button:hover,
.single-event .post-content a.half_button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-event .news-page {
  position: relative;
  z-index: 100;
}
.single-event #js-package-filtering {
  display: flex;
  margin: 20px 0;
}
.single-event #js-package-filtering li {
  font-size: 1.4em;
  list-style-type: none;
  margin-right: 40px;
}
.single-event #js-package-filtering li.active,
.single-event #js-package-filtering li:hover {
  color: red;
  text-decoration: underline;
}
.single-event #js-package-filtering li:hover {
  cursor: pointer;
}
.single-event .full-width #main {
  width: 100%;
}
.single-event .full-width .ve_chimpy {
  float: right;
  width: 35%;
  margin-bottom: 20px;
  margin-top: 50px;
}
.single-event .full-width .content-2 {
  clear: both;
}
.single-event .full-width .content-2.has_chimpy,
.single-event .full-width .the-post-content.has_chimpy {
  width: 60%;
  float: left;
}
.single-event .full-width .post-content .package_title {
  font-size: 2em!important;
  padding-top: 0;
}
.single-event .full-width .package_wrapper {
  width: 100%;
  margin-bottom: 2em;
  float: none;
  display: inline-block;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 400ms, max-height 400ms;
  /* This value is used to help with the filter animation. Change it if you need the packages to allow more content. */
  max-height: 3000px;
}
.single-event .full-width .package_wrapper .content_wrapper {
  padding: 10px 10px 10px 30px;
  float: left;
  width: 65%;
}
.single-event .full-width .package_wrapper a.full_button {
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  display: inline-block;
  margin-top: 5px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 5px 50px;
}
.single-event .full-width .package_wrapper.hide {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.single-event .full-width .image_wrapper {
  float: left;
  width: 35%;
}
.single-event .sidebar-page #main {
  width: 100%;
}
.single-event .sidebar-page #sidebar {
  width: 27.5%;
  display: none;
}
.single-event .sidebar-page .package_wrapper {
  display: inline-block;
  clear: both;
  margin-bottom: 2em;
  position: relative;
  padding: 20px;
  border-radius: 6px;
}
.single-event .sidebar-page .image_wrapper {
  display: inline-block;
}
.single-event .sidebar-page a.half_button {
  padding: 15px 40px;
  margin: 1em 0;
  font-size: 15px;
  border-radius: 6px;
  display: inline-block;
}
.single-event .sidebar-page .ve_chimpy {
  display: none;
}
.single-event .sidebar-page .content_wrapper {
  display: inline-block;
  width: 50%;
  float: left;
}
.single-event .sidebar-page .left_wrapper {
  display: inline-block;
  width: 40%;
  float: left;
  margin-right: 27px;
}
.single-event .sidebar-page .location {
  padding: 15px 0;
}
.single-event .sidebar-page .package_title {
  padding-top: 0;
  margin-top: 0;
  line-height: 1;
}
body.single-packages .subpage_header {
  max-height: 250px;
}
body.single-packages .subpage_header img {
  max-height: 250px;
  object-fit: cover;
}
body.single-packages #inner-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
body.single-packages #header-bottom .navigation nav > ul > li > a > .text {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}
body.single-packages .subpage_header {
  position: relative;
  display: flex;
}
body.single-packages .subpage_header:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
}
body.single-packages .subpage_header h1 {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
body.single-packages .mobile-header {
  display: none;
}
body.single-packages #main {
  width: 100%;
  float: none;
}
body.single-packages .news-page {
  position: relative;
  z-index: 100;
}
body.single-packages #tab-content-wrapper.ui-tabs {
  border: 0;
  border-radius: 0;
}
body.single-packages #content h3 {
  text-transform: none;
  padding-top: 0;
  line-height: 1;
}
body.single-packages #content .back-link {
  color: #a2a1a1;
  position: relative;
  top: -15px;
}
body.single-packages #content.visible {
  margin: 25px auto 50px auto !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0 15px;
}
body.single-packages #content .package-header .left {
  float: left;
}
body.single-packages #content .package-header .right {
  float: right;
}
body.single-packages #content .package-header h1,
body.single-packages #content .package-header h2 {
  color: #383838;
  padding-top: 0;
  font-weight: 800 !important;
}
body.single-packages #content .package-header h1 {
  font-weight: 800;
}
body.single-packages #content .package-header h2 {
  font-weight: 400;
  font-size: 18px !important;
  text-transform: uppercase;
}
body.single-packages #content .full_button {
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 20px 85px;
  display: inline-block;
  margin-top: 5px;
}
body.single-packages #content .addthis_toolbox {
  margin-top: 15px;
}
body.single-packages #content .addthis_toolbox .at300b,
body.single-packages #content .addthis_toolbox .at300m {
  float: right;
}
body.single-packages #content p,
body.single-packages #content ul,
body.single-packages #content ol,
body.single-packages #content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #444545;
}
body.single-packages #content .tab-content {
  opacity: 0;
  height: 0;
}
body.single-packages #content .tab-content.active-panel {
  opacity: 1;
  height: auto;
}
body.single-packages #content .tab-navigation {
  margin-left: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #dedede !important;
  margin-bottom: 20px;
}
body.single-packages #content .tab-navigation li {
  background: none;
  border: 0;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
}
body.single-packages #content .tab-navigation li a {
  color: #8b8b8b;
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
body.single-packages #content .tab-navigation li.active {
  border-bottom: 4px solid #1d3d70;
}
body.single-packages #content .tab-navigation li.active a {
  color: #1d3d70;
}
body.single-packages #content .tab-navigation li:first-of-type a {
  padding-left: 0;
}
body.single-packages #content .flex-direction-nav {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: 0;
  width: 100%;
  list-style: none;
}
body.single-packages #content .flex-direction-nav a {
  opacity: 1;
  text-indent: -9999px;
  width: 25px;
  height: 57px;
  text-align: left;
}
body.single-packages #content .flex-direction-nav a:before {
  content: '';
  background: url(/wp-content/themes/default/assets/images/gallery-nav-arrows.png) no-repeat 0 0;
  height: 57px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-packages #content .flex-direction-nav a.flex-prev {
  left: 10px;
}
body.single-packages #content .flex-direction-nav a.flex-next {
  right: 40px;
}
body.single-packages #content .flex-direction-nav a.flex-next:before {
  background-position: 100% 100%;
}
body.single-packages #content .slides {
  margin: 0;
  width: 100%;
}
body.single-packages #content .slides img {
  width: 100%;
  height: auto;
  max-width: none;
}
body.single-packages #content .slide-nav {
  list-style: none;
  margin: 0;
}
body.single-packages #content .slide-nav li {
  display: inline-block;
  width: 25%;
  padding: 0 5px 0 0;
}
body.single-packages #content .slide-nav li img {
  width: 100%;
  height: auto;
}
body.single-packages #content .tab-content {
  overflow: auto;
}
body.single-packages #content .overview-sidebar {
  width: 25%;
  float: right;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #dddbdb;
}
body.single-packages #content .overview-sidebar p {
  font-size: 16px;
}
body.single-packages #content .overview-sidebar strong {
  font-family: proxima-nova, sans-serif;
}
body.single-packages #content .overview-sidebar hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}
body.single-packages #content .overview-sidebar .activity-wrapper .activity-level {
  background: url(/wp-content/themes/default/assets/images/activity-ranking-inactive.png ) no-repeat;
  display: inline-block;
  height: 41px;
  width: 26px;
}
body.single-packages #content .overview-sidebar .activity-wrapper .activity-level.active {
  background: url(/wp-content/themes/default/assets/images/activity-ranking-active.png ) no-repeat;
}
body.single-packages #content .overview-sidebar .host-info,
body.single-packages #content .overview-sidebar .host-image {
  width: 50%;
  float: left;
}
body.single-packages #content .overview-sidebar .host-image {
  text-align: right;
}
body.single-packages #content .overview-sidebar .host-image img {
  max-width: 70px;
}
body.single-packages #content .overview-sidebar .host-info a {
  text-decoration: underline;
}
body.single-packages #content .overview-sidebar .host div.host-quote {
  font-style: italic;
  margin-top: 10px;
  font-size: 16px;
  color: #444545;
  line-height: 1.35;
}
body.single-packages #content .package-gallery {
  width: 75%;
  float: right;
  box-sizing: border-box;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
}
body.single-packages #content .overview-summary ul {
  margin: 0 0 20px 0;
  column-count: 2;
  break-inside: avoid;
  page-break-inside: avoid;
}
body.single-packages #content .overview-summary ul ul {
  margin: 0;
  column-count: 1;
}
body.single-packages #content .overview-summary li {
  padding-left: 30px;
  background: url(/wp-content/themes/default/assets/images/checkbox.png) no-repeat 0 0;
  margin-top: 10px;
  list-style: none;
}
body.single-packages #content #overview h3 {
  letter-spacing: 3px;
  margin: 30px 0 20px;
}
body.single-packages #content #overview .sidebar-pricing strong {
  font-size: 20px;
}
body.single-packages #content #overview .sidebar-pricing a {
  text-decoration: underline;
}
body.single-packages #content #overview .pricing-overview table {
  min-width: 50%;
}
body.single-packages #content #overview .pricing-overview table th,
body.single-packages #content #overview .pricing-overview table td {
  padding-right: 30px;
  text-align: left;
  font-weight: 400;
}
body.single-packages #content #overview .pricing-overview table th {
  font-weight: 600;
}
body.single-packages #content #overview .pricing-overview table tr:nth-of-type(even) {
  background: #FFF;
}
body.single-packages #content #overview .pricing-overview table tr:nth-of-type(odd) {
  background: #ebebeb;
}
body.single-packages #content #hotel .hotel-gallery-slider {
  position: relative;
}
body.single-packages #content #hotel .hotel-gallery {
  width: 25%;
  float: left;
  padding-right: 30px;
}
body.single-packages #content #hotel .hotel-info {
  width: 75%;
  float: left;
}
body.single-packages #content #hotel .hotel-title {
  padding-top: 0;
  line-height: 1;
}
body.single-packages #content #hotel .flex-direction-nav a {
  height: 28px;
  width: 12px;
}
body.single-packages #content #hotel .flex-direction-nav a:before {
  height: 28px;
  width: 12px;
  background-size: cover;
}
body.single-packages #content #hotel .flex-direction-nav a.flex-next {
  right: 10px;
}
body.single-packages #content #hotel .hotel_address,
body.single-packages #content #hotel .hotel_phone {
  color: rgba(68, 69, 69, 0.5);
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
}
body.single-packages #content #hotel .hotel_address {
  background: url(/wp-content/themes/default/assets/images/hotels/map-icon.png) no-repeat 0 50%;
}
body.single-packages #content #hotel .hotel_phone {
  background: url(/wp-content/themes/default/assets/images/hotels/telephone.png) no-repeat 0 50%;
  margin-left: 20px;
}
body.single-packages #content #hotel .room {
  border-top: 3px solid rgba(215, 215, 215, 0.3);
  padding: 30px 0;
}
body.single-packages #content #hotel .room-image {
  float: left;
  margin: 0 25px 0 0;
  max-width: 200px;
}
body.single-packages #content #hotel .room-image img {
  width: 100%;
}
body.single-packages #content #hotel .hotel-info-title {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 2px;
}
body.single-packages #content #hotel .hotel-info-list {
  list-style: none;
  margin: 30px 0;
}
body.single-packages #content #hotel .hotel-info-list li {
  color: #444545;
  padding-left: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
body.single-packages #content #hotel .hotel-info-list li a {
  color: #444545;
}
body.single-packages #content #hotel .hotel-info-list li:after {
  content: '';
  border-right: 1px solid #e6e6e5;
  padding-right: 18px;
  margin-right: 18px;
}
body.single-packages #content #hotel .hotel-info-list li.dining {
  background: url(/wp-content/themes/default/assets/images/hotels/knife-fork.png) no-repeat 0 50%;
}
body.single-packages #content #hotel .hotel-info-list li.amenities {
  background: url(/wp-content/themes/default/assets/images/hotels/wifi.png) no-repeat 0 50%;
}
body.single-packages #content #hotel .hotel-info-list li.attractions {
  background: url(/wp-content/themes/default/assets/images/hotels/attractions.png) no-repeat 0 50%;
}
body.single-packages #content #hotel .room-occupancy {
  color: rgba(68, 69, 69, 0.5);
  text-transform: uppercase;
  font-size: 14px;
}
body.single-packages #content #transportation .airline {
  margin-bottom: 60px;
}
body.single-packages #content #transportation .airline strong {
  font-weight: 400;
}
body.single-packages #content #transportation .airline .airline-image {
  width: 25%;
  float: left;
  padding-right: 30px;
}
body.single-packages #content #transportation .airline .airline-image img {
  max-width: 100%;
}
body.single-packages #content #transportation .airline .airline-info {
  width: 75%;
  float: left;
}
body.single-packages #content #transportation .airline .flight {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dededd;
}
body.single-packages #content #transportation .airline .flight-price {
  color: #444545;
  float: right;
  text-align: right;
}
body.single-packages #content #transportation .airline .flight-price strong {
  color: #7c7c7c;
  display: block;
  font-size: 14px;
}
body.single-packages #content #ticket .location-gallery-wrapper {
  width: 25%;
  float: left;
}
body.single-packages #content #ticket .location-info-wrapper {
  width: 75%;
  float: left;
  padding: 0 15px;
}
body.single-packages #content #ticket .location-main-info h3 {
  padding-top: 0;
}
body.single-packages #content #ticket h3 {
  text-transform: none;
  font-size: 18px;
}
body.single-packages #content #ticket .location-address {
  background: url(/wp-content/themes/default/assets/images/hotels/map-icon.png) no-repeat 0 50%;
  padding-left: 20px;
  color: rgba(68, 69, 69, 0.5);
  text-transform: uppercase;
  font-size: 14px;
}
body.single-packages #content #ticket .location-gallery {
  position: relative;
}
body.single-packages #content #ticket .flex-direction-nav a {
  height: 28px;
  width: 12px;
}
body.single-packages #content #ticket .flex-direction-nav a:before {
  height: 28px;
  width: 12px;
  background-size: cover;
}
body.single-packages #content #ticket .flex-direction-nav a.flex-next {
  right: 10px;
}
body.single-packages #content #ticket .ticket {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dededd;
}
body.single-packages #content #ticket .ticket-info {
  width: 80%;
  float: left;
}
body.single-packages #content #ticket .ticket-info h3 {
  padding-top: 0;
}
body.single-packages #content #ticket .price-info {
  width: 15%;
  float: right;
  text-align: right;
}
body.single-packages #content #ticket .price-info .price {
  color: #444545;
  float: right;
  text-align: right;
}
body.single-packages #content #ticket .price-info .price strong {
  color: #7c7c7c;
  display: block;
  font-size: 14px;
  font-weight: 200;
  font-weight: 400;
}
body.single-packages #content #misc .item {
  border-bottom: 3px solid rgba(215, 215, 215, 0.3);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
body.single-packages #content #misc .item-image {
  float: left;
  width: 25%;
  padding-right: 15px;
  box-sizing: border-box;
}
body.single-packages #content #misc .item-image img {
  max-width: 100%;
}
body.single-packages #content #misc .item-info {
  float: left;
  width: 56%;
  padding-left: 15px;
  box-sizing: border-box;
}
body.single-packages #content #misc .item-info h3 {
  padding-top: 0;
}
body.single-packages #content #misc .item-price {
  float: right;
  width: 15%;
  text-align: right;
}
body.single-packages #content #misc .item-price .price {
  color: #444545;
}
body.single-packages #content #misc .item-price .fineprint {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
}
body.single-packages #content #itinerary .faq {
  margin-bottom: 5px;
}
body.single-packages #content #itinerary .faq .faq-title {
  color: #444445;
  padding: 15px;
  font-weight: 400;
  position: relative;
  margin: 0;
  font-size: 18px !important;
  font-weight: 700;
}
body.single-packages #content #itinerary .faq .faq-title:hover {
  cursor: pointer;
}
body.single-packages #content #itinerary .faq .faq-title:before {
  content: "";
  color: #444445;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #444445;
  border-radius: 50%;
  display: inline-block;
  line-height: 7px;
  padding: 0;
  width: 20px;
  height: 20px;
  padding: 5px 5px 5px 3px;
  box-sizing: border-box;
  position: relative;
  top: 3px;
}
body.single-packages #content #itinerary .faq .faq-title:after {
  content: "\002b";
  color: #444445;
  font-size: 20px;
  font-weight: 700;
  left: 20px;
  position: absolute;
  top: 16px;
}
body.single-packages #content #itinerary .faq .faq-info {
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
}
body.single-packages #content #itinerary .faq .faq-info .alignleft {
  padding-right: 20px;
}
body.single-packages #content #itinerary .faq .faq-info .alignright {
  padding-left: 20px;
}
body.single-packages #content #itinerary .faq.active {
  background: #fff;
}
body.single-packages #content #itinerary .faq.active .faq-info {
  max-height: none;
  padding: 15px 15px 30px 15px;
}
body.single-packages #content #itinerary .faq.active .faq-title:after {
  content: '\00af';
  left: 22px;
  top: 22px;
}
body.single-packages #content .simple-package .over-top-section {
  float: right;
  width: 25%;
}
body.single-packages #content .simple-package .overview-sidebar {
  width: auto;
  float: none;
}
.single-packages #mailing-list,
.single-event #mailing-list {
  margin-top: 30px;
}
.single-packages .post-content > .wrap,
.single-event .post-content > .wrap {
  max-width: 1080px;
}
.single-packages #slider-caption .wrap,
.single-event #slider-caption .wrap {
  max-width: 1080px;
}
@supports (-ms-ime-align: auto) {
  body.single-packages #content .overview-summary ul {
    column-count: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.single-packages #content .overview-summary ul {
    column-count: 1;
  }
}
footer {
  clear: both;
  width: 100%;
  color: #f0f0f0;
}
#footer-top {
  padding-top: 30px;
  padding-bottom: 40px;
}
#footer-top .wrap {
  display: flex;
}
#footer-top .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.mobile-footer-divider {
  display: block;
  padding: 5px 20px 8px;
  margin-bottom: 12px;
  color: #eee;
  text-decoration: none;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  margin-left: 5%;
  margin-right: 5%;
  display: none;
}
#footer-logo {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#footer-logo img {
  width: 110px;
}
/* These styles belong to the footer area */
#footer-events {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}
#footer-events .divider {
  box-shadow: none;
}
/* And these belong to the events widget that we drop into the space */
li.widget_events_widget {
  list-style: none;
  text-transform: uppercase;
}
li.widget_events_widget a {
  color: #f0f0f0;
}
li.widget_events_widget .date {
  background-color: white;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: super;
  border-radius: 5px;
  padding: 7px 4px;
  margin: 0 15px 0 0 !important;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  font-size: 15px;
}
li.widget_events_widget .date .day {
  font-size: 22px;
}
li.widget_events_widget .date .month {
  line-height: 18px;
  font-size: 14px;
}
li.widget_events_widget .right-block {
  display: inline-block;
  width: 200px;
}
li.widget_events_widget .right-block:hover {
  text-decoration: underline;
}
li.widget_events_widget .no-date .right-block {
  margin-left: 60px;
}
li.widget_events_widget .teams-1-total .team {
  display: inline!important;
}
li.widget_events_widget .team {
  font-weight: 800;
  font-size: 19px;
  display: inline;
  line-height: 100%;
}
li.widget_events_widget .at-vs {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  display: inline;
  padding-right: 10px;
}
/* These styles belong to the footer area */
#footer-testimonials {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}
/* And these belong to the testimonials widget that we drop into the space */
li.widget_testimonials_widget {
  list-style: none;
}
li.widget_testimonials_widget .title {
  font-weight: 700;
}
li.widget_testimonials_widget .flexslider {
  background: transparent;
  border: 0;
  margin: 0;
}
li.widget_testimonials_widget .flex-direction-nav a {
  display: none;
}
li.widget_testimonials_widget li {
  width: 265px;
}
li.widget_testimonials_widget li .top {
  font-weight: 400;
  color: #f0f0f0;
  border-radius: 5px 5px 0 0;
  height: 115px;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}
li.widget_testimonials_widget li .top p {
  margin: 0;
}
li.widget_testimonials_widget li .bottom {
  font-weight: 700;
  color: #f0f0f0;
  line-height: 100%;
  text-transform: uppercase;
}
li.widget_testimonials_widget li .bottom .location {
  margin-top: 2px;
  font-weight: 400;
  color: #fff;
}
/* Clean up styles for other widgets dropped into our footer sidebars */
li.widget {
  list-style: none;
}
li.widget em {
  font-style: italic;
}
li.widget b {
  font-style: bold;
}
#footer-contact {
  display: inline-block;
  vertical-align: top;
  padding: 0 4%;
}
#footer-contact .title {
  padding-bottom: 5px;
}
#footer-contact .phone {
  font-size: 24px;
  font-weight: 700;
}
#footer-contact .phone a {
  color: inherit;
}
#footer-contact i:hover {
  color: grey;
}
#footer-contact .fa-lg {
  font-size: 1.1em;
}
#footer-contact .fa-stack {
  margin-right: 2px;
}
#footer-contact .menu {
  font-weight: 400;
}
#footer-contact .menu a:hover {
  text-decoration: underline;
}
#footer-contact .menu {
  margin-top: 20px;
  line-height: 175%;
}
#footer-contact .menu a {
  color: #f0f0f0;
}
#footer-bottom {
  clear: both;
  width: 100%;
  height: 90px;
  background-color: #f4f4f4;
}
#footer-bottom img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.footer-no-events {
  text-transform: none;
  font-size: 18px;
}
#header {
  color: white;
}
#header-top {
  display: none;
  position: relative;
  height: 50px;
}
#mobile-menu-icon {
  display: inline-block;
  padding-left: 5%;
  margin-top: 13px;
  cursor: pointer;
}
.header-tab-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.header-tab-wrap .header-tab {
  margin-right: 5%;
  right: 0;
}
.off-canvas .header-tab,
#header-top {
  background: #333333;
}
.home .header-tab {
  display: inline-block;
}
.single-event .header-tab {
  display: inline-block;
}
.header-tab {
  display: none;
  position: absolute;
  margin-left: 9%;
  padding: 0 30px;
  z-index: 1;
  right: 10%;
}
.header-tab:before {
  content: '';
  position: absolute;
  background: #333333;
  top: 0;
  right: 0;
  bottom: -9px;
  left: 0;
  border-bottom: none;
  border-radius: 0 0 25px 25px;
  transform-origin: bottom;
}
.header-tab img {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 12px -7px;
  top: 10px;
  max-height: 100px;
}
#header-phone {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  margin-right: 3%;
  align-self: center;
  margin-left: 10%;
}
#header-phone i {
  font-size: 20px;
  position: relative;
  right: 10px;
  bottom: 2px;
}
#header-phone a {
  color: inherit;
}
#header-social {
  color: #333333;
  margin-right: 120px;
  display: inline-block;
  margin-right: 5%;
  float: right;
  z-index: 200;
  margin-top: 12px;
}
#header-social .fa-lg {
  font-size: 1em;
}
#header-social i:hover {
  color: grey;
}
#header-bottom {
  height: 100px;
  display: flex;
  justify-content: space-between;
}
#header-bottom .navigation {
  float: right;
  align-self: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  width: 25%;
  border-bottom: 0;
  display: inline-block;
  /* submenu items */
  /* top level items */
  /* highlight for all items when hovered */
  /* highlights on dropdown items */
  /* drop down menu reveal */
  /* drop down arrow for items with a submenu */
}
#header-bottom .navigation #inner-header {
  margin-right: 10%;
}
#header-bottom .navigation a {
  color: #f0f0f0;
}
#header-bottom .navigation .sub-menu {
  border-radius: 0;
}
#header-bottom .navigation .sub-menu a {
  width: 250px;
  line-height: 0.9em;
  white-space: inherit;
}
#header-bottom .navigation li {
  border: 0;
  display: inline-block;
  line-height: 48px;
  position: relative;
  width: 100%;
}
#header-bottom .navigation a {
  display: inline-block;
  padding: 0 12px;
  white-space: nowrap;
}
#header-bottom .navigation li li {
  border: 0;
  display: block;
  height: auto;
}
#header-bottom .navigation nav > ul > li > a {
  border-radius: 5px;
  margin-right: 30px;
  padding: 0px 20px 0px 20px;
  width: 100%;
}
#header-bottom .navigation nav > ul > li > a br {
  display: none;
}
#header-bottom .navigation nav > ul > li:last-child a {
  margin-right: 90px;
}
#header-bottom .navigation li:hover > a,
#header-bottom .navigation li.focus > a {
  color: #fff;
}
#header-bottom .navigation .menu-item-has-children > a,
#header-bottom .navigation .page_item_has_children > a {
  padding-right: 45px;
}
#header-bottom .navigation li .menu-item-has-children > a,
#header-bottom .navigation li .page_item_has_children > a {
  padding-right: 45px;
  width: 168px;
}
#header-logo {
  display: inline-block;
  margin: 0 5px 5px 2%;
  width: 56%;
}
#header-logo img {
  width: 100%;
}
/* Vertical centering for header logo */
#header-bottom .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: revert;
}
#header-bottom #header-logo {
  height: 100%;
  padding-left: 40px;
  font: 0/0 a;
}
#header-bottom #header-logo:before {
  content: " ";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
#header-bottom #header-logo a {
  vertical-align: middle;
  display: inline-block;
}
#header-bottom .header-bottom-divider {
  display: flex;
  flex-direction: row;
  width: 44%;
  align-content: center;
  justify-content: end;
}
#header-bottom .navigation ul.sub-menu li.menu-item a {
  margin: 0 10px;
}
#header-bottom .navigation ul.sub-menu li.menu-item a span.nav-menu-style {
  font-weight: 400;
  font-style: italic;
  margin-right: 1px;
  font-size: 13px;
  vertical-align: top;
}
.toggle-nav {
  padding: 15px;
  margin: 15px;
  display: inline-block !important;
}
.toggle-nav:hover,
.toggle-nav.active {
  text-decoration: none;
}
#main-nav,
.menu-header-container,
.menu-main-navigation-container {
  display: inline-block;
  position: relative;
}
#main-nav ul,
.menu-header-container ul,
.menu-main-navigation-container ul {
  display: none;
  position: absolute;
  background: #333333;
  top: 80%;
  right: -90px;
  padding: 15px;
  z-index: 200;
  margin-top: 37px;
  border-radius: 0 0 10px 10px;
}
#main-nav ul .sub-menu,
.menu-header-container ul .sub-menu,
.menu-main-navigation-container ul .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
#main-nav li,
.menu-header-container li,
.menu-main-navigation-container li {
  display: block;
  float: none;
}
#main-nav li :hover,
.menu-header-container li :hover,
.menu-main-navigation-container li :hover {
  background: #444444;
}
#mailing-list {
  clear: both;
  width: 100%;
  min-height: 115px;
  color: #f0f0f0;
}
#mailing-list .wrap {
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  max-width: 1080px;
}
#mailing-list .total-0-event,
#mailing-list .hide-event-section {
  top: -80px;
  border-radius: 25px;
  max-width: 1200px;
}
#mailing-list .total-1-event {
  max-width: 1120px;
}
#mailing-list .mc_custom_border_hdr {
  text-transform: uppercase;
  width: 50%;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  margin: 50px 30px;
  padding-left: 60px;
  text-align: right;
}
#mailing-list #mc_mv_EMAIL::-webkit-input-placeholder {
  color: #232020;
}
#mailing-list #mc_mv_EMAIL::-ms-input-placeholder {
  color: #232020;
}
#mailing-list #mc_mv_EMAIL::-moz-placeholder {
  color: #232020;
  opacity: 1;
}
#mailing-list label,
#mailing-list #mc_mv_FNAME,
#mailing-list #mc_mv_LNAME,
#mailing-list #mc-indicates-required {
  display: none;
}
#mailing-list #mc_subheader,
#mailing-list label.mc_header_email,
#mailing-list .mergeRow {
  display: none;
}
#mailing-list #mc_signup {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 55%;
}
#mailing-list #mc_signup .mc_input {
  background: #f4f4f4;
  padding: 15px;
  font-size: 12px;
  width: 225px;
  margin-right: 10px;
  border: 0;
  border-radius: 20px;
}
#mailing-list #mc_signup #mc_signup_form {
  margin-top: 0;
}
#mailing-list #mc_signup #mc_signup_form .mc_form_inside {
  margin-bottom: 30px;
}
#mailing-list #mc_signup #mc_message {
  height: 25px;
}
#mailing-list #mc_signup #mc_message strong {
  font-weight: normal;
}
#mailing-list #mc_signup .mc_merge_var {
  display: inline-block;
}
#mailing-list .mc_signup_submit {
  display: inline-block;
}
#mailing-list #mc_signup_submit {
  color: #f0f0f0;
  text-transform: uppercase;
  font-family: proxima-nova;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  line-height: 40px;
  padding: 5px 50px;
  color: white;
  border: 0;
  font-size: 14px;
  width: 100%;
}
#mc_display_rewards {
  display: none;
}
.mc_error_msg a {
  color: #f0f0f0;
}
.event-template-default #mailing-list .wrap,
.single #mailing-list .wrap,
.single-event #mailing-list .wrap {
  border-radius: 25px;
}
.event-template-default #mailing-list .total-0-event,
.single #mailing-list .total-0-event,
.single-event #mailing-list .total-0-event,
.event-template-default #mailing-list .hide-event-section,
.single #mailing-list .hide-event-section,
.single-event #mailing-list .hide-event-section {
  top: 0;
}
body.error404 #content {
  font-weight: 400;
  background-color: #ECEAEB;
  border-top: 1px solid black;
  padding-top: 22px;
}
body.error404 #content h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 64px;
  margin-bottom: 20px;
  color: #003b73;
}
body.error404 #content h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 20px;
}
body.error404 #content img {
  width: 40%;
  padding-left: 100px;
  top: 5px;
  position: relative;
}
body.error404 #content .ref-mobile {
  display: none;
}
body.error404 #content a {
  color: #003b73;
  text-decoration: underline;
}
body.error404 #content #right {
  width: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 25px 0 40px;
}
body.error404 #content div.phone {
  display: inline;
}
body.error404 #content div.phone a {
  text-decoration: none;
  color: inherit;
}
body.page-template-page-fullwidth #content,
body.page-template-default #content {
  margin: 50px 10%;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
body.page-template-page-fullwidth h1,
body.page-template-default h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 38px;
}
body.windows-safari #header-bottom #header-logo {
  height: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  body.windows-safari #header-bottom #header-logo {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  body.windows-safari #header-bottom #header-logo {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 700px) {
  body.windows-safari #header-bottom #header-logo {
    margin-top: 0;
  }
}
body.single h1,
body.category h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 0;
}
body.single b,
body.category b,
body.single strong,
body.category strong {
  font-weight: 800;
}
body.single #container,
body.category #container {
  background-color: #fff;
}
body.single #content ul,
body.category #content ul {
  margin-left: 2.5em;
  list-style: disc;
}
body.single .owl-item:hover,
body.category .owl-item:hover {
  opacity: 0.9;
}
body.single img.alignleft,
body.category img.alignleft {
  float: left;
}
body.single img.alignright,
body.category img.alignright {
  float: right;
}
body.single .textwidget,
body.category .textwidget {
  line-height: 1.5em;
}
body.single h2.widgettitle,
body.category h2.widgettitle {
  font-size: 1.75em;
}
body.single h2,
body.category h2 {
  font-size: 1.75em;
  padding-top: 1em;
}
body.single h3,
body.category h3 {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 1em;
}
body.single #sidebar ul,
body.category #sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
body.single #sidebar .widget_testimonials_widget,
body.category #sidebar .widget_testimonials_widget {
  padding-top: 2em;
}
body.single #sidebar .widget_nav_menu a:hover,
body.category #sidebar .widget_nav_menu a:hover {
  text-decoration: underline;
}
body.single .post-content h1,
body.category .post-content h1 {
  font-weight: 100 !important;
  font-size: 45px!important;
  padding-top: 20px;
}
body.single .post-content h2,
body.category .post-content h2 {
  font-weight: 100;
  font-size: 2em!important;
}
body.single #sidebar .widgettitle,
body.category #sidebar .widgettitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
body.single .stButton .stButton_gradient,
body.category .stButton .stButton_gradient {
  height: 24px !important;
}
body.single .stButton .stFb,
body.category .stButton .stFb,
body.single .stButton .stTwbutton,
body.category .stButton .stTwbutton,
body.single .stButton .stMainServices,
body.category .stButton .stMainServices {
  height: 24px !important;
}
body.single .st_fblike_hcount,
body.category .st_fblike_hcount {
  position: relative;
  top: -5px;
}
body.single .image-wrapper,
body.category .image-wrapper {
  float: left;
  margin-top: 1em;
  margin-right: 2em;
}
body.single .message p,
body.category .message p {
  margin-top: 1.25em;
}
body.single .go-back,
body.category .go-back {
  margin-top: -28px;
  margin-bottom: 8px;
}
body.single .date,
body.category .date {
  margin-bottom: 1.25em;
  margin-top: 1em;
}
#home-slider {
  position: relative;
}
#home-slider .flexslider {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 0;
}
#home-slider .flexslider:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 80%);
}
#home-slider .slides li {
  position: relative;
}
#home-slider .flexslider .flex-direction-nav a {
  color: #808080;
  height: 60px;
}
#home-slider .flexslider .flex-direction-nav a:before {
  font-size: 45px;
}
#home-slider .flex-caption {
  z-index: 2;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 55px;
  color: white;
  font-weight: 800;
  line-height: 30px;
}
#home-slider .flex-caption.no-button {
  top: 90px;
}
#home-slider .flex-caption p {
  margin: 0;
}
#home-slider .flex-caption h1 {
  font-weight: 900;
  font-style: italic;
  font-size: 80px;
  line-height: 75%;
}
#home-slider .flex-caption h2 {
  font-size: 50px;
  line-height: 80%;
}
#home-slider .flex-caption h3 {
  font-size: 25px;
  line-height: 90%;
}
#home-slider .flex-caption h1,
#home-slider .flex-caption h2,
#home-slider .flex-caption h3 {
  margin-bottom: 5px;
}
#home-slider .clone .flex-caption {
  display: none;
}
#home-slider .button {
  border: 0;
  border-radius: 25px;
  padding: 10px 50px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#home-slider .flex-direction-nav a:before {
  font-size: 34px;
}
#home-slider #slider-caption {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 190px;
  top: 0;
  display: none;
}
#home-slider #slider-caption .wrap {
  top: 240px;
}
#home-slider #slider-caption .text-block {
  position: relative;
  bottom: 0;
  color: #f0f0f0;
  margin-left: 5%;
  width: 90%;
  padding-right: 5%;
  padding-bottom: 130px;
  z-index: 2;
}
#home-slider #slider-caption .text-block .slider-caption-title {
  font-size: 56px;
  padding-bottom: 17px;
  font-weight: 800;
  font-style: italic;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.8;
}
#home-slider #slider-caption .text-block .slider-caption-title * {
  color: #fff;
}
#home-slider #slider-caption .text-block .text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
}
#home-slider #slider-caption .text-block #slider-caption-text1 {
  width: 35%;
  left: 0;
  font-weight: 700;
}
#home-slider #slider-caption .text-block #slider-caption-text1 a {
  color: #fff;
  text-decoration: underline;
}
#home-slider #slider-caption .text-block #slider-caption-text2 {
  width: 59%;
  margin-left: 4%;
  font-weight: 400;
}
#home-slider #slider-caption .text-block #slider-caption-text2 a {
  color: #fff;
  text-decoration: underline;
}
#home-slider .flex-active-slide #slider-caption {
  display: inherit;
}
.single-packages #slider-caption {
  top: unset !important;
}
.single-packages #slider-caption .text-block {
  padding-bottom: 30px !important;
}
.single-event #slider-caption,
.single-packages #slider-caption {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.single-event #slider-caption .text-block,
.single-packages #slider-caption .text-block {
  position: relative;
  bottom: 0;
  color: #f4f4f4;
  margin: 0;
  width: 100%;
  padding-right: 2%;
  padding-bottom: 65px;
  z-index: 2;
}
.single-event #slider-caption .text-block .slider-caption-title,
.single-packages #slider-caption .text-block .slider-caption-title {
  font-size: 56px;
  padding-bottom: 17px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: left;
}
.single-event #slider-caption .text-block .text,
.single-packages #slider-caption .text-block .text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
}
.single-event #slider-caption .text-block #slider-caption-text1,
.single-packages #slider-caption .text-block #slider-caption-text1 {
  width: 35%;
  left: 0;
  font-weight: 700;
}
.single-event #slider-caption .text-block #slider-caption-text2,
.single-packages #slider-caption .text-block #slider-caption-text2 {
  width: 59%;
  margin-left: 4%;
  font-weight: 400;
}
.single-event .with-tab #slider-caption,
.single-packages .with-tab #slider-caption {
  align-items: flex-end;
}
.single-event .with-tab #slider-caption .text-block,
.single-packages .with-tab #slider-caption .text-block {
  padding-right: 290px;
  padding-bottom: 10px;
}
.single-event .subpage_header img,
.single-packages .subpage_header img {
  height: 100%;
  max-height: none;
}
.single-packages #slider-caption {
  align-items: end;
}
.single-packages #slider-caption .text-block {
  padding-bottom: 0 !important;
}
#social-media {
  clear: both;
  width: 100%;
  min-height: 220px;
}
#social-stream {
  display: none;
}
.social-feed {
  height: 220px;
  background: url(/wp-content/themes/default/assets/images/../images/ajax.gif) center center no-repeat;
  display: block !important;
}
.social-feed .owl-wrapper-outer,
.social-feed .owl-stage-outer {
  overflow-x: scroll;
}
.social-feed .feed-item {
  display: block;
  width: 225px;
  height: 225px;
  overflow: hidden;
  position: relative;
  color: #f0f0f0;
  font-weight: 700;
  padding: 1em;
  font-size: 15px;
}
.social-feed .feed-item.youtube .link {
  background: url(/wp-content/themes/default/assets/images/../images/play_button.png) center center no-repeat rgba(0, 0, 0, 0.4);
}
.social-feed .feed-item.youtube .title {
  position: relative;
  z-index: 100;
}
.social-feed .feed-item.youtube .background {
  width: auto;
  height: 136%;
  margin: -17% -5% 0 -29%;
}
.social-feed .feed-item a {
  color: darkgray!important;
}
.social-feed .feed-item.twitter {
  font-family: proxima-nova;
  font-weight: 400;
}
.social-feed .feed-item.twitter .twitter-user {
  display: none;
}
.social-feed .feed-item.twitter,
.social-feed .feed-item.facebook {
  background: url(/wp-content/themes/default/assets/images/../images/pattern_overlay_58.png) #767676;
}
.social-feed .feed-item.facebook:before {
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  height: 35px;
  display: block;
  content: " ";
  background: transparent;
  background-image: -moz-linear-gradient(top, rgba(118, 118, 118, 0) 0%, #767676 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(118, 118, 118, 0)), color-stop(100%, #767676));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(118, 118, 118, 0) 0%, #767676 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(118, 118, 118, 0) 0%, #767676 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(118, 118, 118, 0) 0%, #767676 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(118, 118, 118, 0) 0%, #767676 100%);
  /* W3C */
}
.social-feed .feed-item.facebook .text {
  overflow: hidden;
  max-height: 80%;
  position: relative;
}
.social-feed .feed-item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.social-feed .feed-item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.social-feed .feed-item .title {
  position: relative;
  z-index: 99;
  line-height: 1.2;
}
.social-feed .feed-item .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.social-feed .feed-item .time,
.social-feed .feed-item .social-icon {
  position: absolute;
  bottom: 12px;
  opacity: 0.6;
  text-transform: uppercase;
  color: white;
}
.social-feed .feed-item .social-icon {
  right: 12px;
  font-size: 20px;
}
.social-feed .feed-item .time {
  left: 12px;
  font-size: 10px;
}
.fa-stack-1x {
  background: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 36px !important;
}
#sponsors-logos {
  clear: both;
  background-color: #ffffff;
  width: 100%;
  height: 160px;
  padding: 50px 0;
  display: table;
}
#sponsors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
  position: relative;
  text-align: center;
}
.sponsor {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.sponsor img {
  max-width: 200px;
}
@media only screen and (min-width: 1201px) {
  .single-event .full-width .package_wrapper {
    display: flex;
  }
  .single-event .full-width .package_wrapper .content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .single-event .full-width .package_wrapper .content_wrapper a.full_button {
    width: 50%;
    margin-bottom: 10px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header-bottom #header-logo {
    padding-left: 17px;
  }
  .social-feed .owl-wrapper-outer {
    overflow: hidden;
  }
  body #welcome-note .welcome-text-wrapper,
  body #welcome-note .text-block {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  body #welcome-note .text-block {
    padding: 10px 15px 15px;
  }
  body #welcome-note .welcome-text-wrapper .cta_icon {
    display: none;
  }
  body #welcome-note .welcome-text-wrapper * {
    margin: 10px 0;
  }
  .single-event .header-tab-wrap {
    display: none;
  }
  .single-event .with-tab #slider-caption .text-block {
    padding-right: 0;
  }
  .single-event #content.visible {
    margin: 15px 15px 50px 15px !important;
  }
  .single-event .header .subpage_header img {
    max-height: 150px;
    display: block;
  }
  .single-event .header .subpage_header .header_position {
    top: 20%;
  }
  .single-event .header .subpage_header .header_position p {
    display: block;
    font-size: 13px;
    width: 100%;
  }
  .single-event .package_description,
  .single-event .package-additional-info {
    margin: 15px 0;
  }
  .single-event .full-width .package_wrapper .image_wrapper,
  .single-event .full-width .package_wrapper .content_wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
  .single-event .full-width .package_wrapper .content_wrapper {
    padding: 0 15px 15px;
  }
  .single-event .full-width .package_wrapper .content_wrapper .package_price {
    max-width: none;
    text-align: left;
    float: none;
    margin: 10px 0;
  }
  body.single-packages .news-page {
    padding-top: 40px;
  }
  body.single-packages #tab-content-wrapper {
    margin-top: 30px;
  }
  body.single-packages #content {
    padding: 0px 15px 0;
  }
  body.single-packages #content.visible {
    margin: 0px auto 50px auto !important;
  }
  body.single-packages #content .tab-navigation {
    display: none;
  }
  body.single-packages #content .package-header .right {
    float: left;
  }
  body.single-packages #content .content .subpage_header h1 {
    top: 130px;
  }
  body.single-packages #content .package_booking {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-radius: 0;
    padding: 20px 0;
  }
  body.single-packages #content .mobile-header {
    display: block;
    border-top: 1px solid #d8d8d8;
    position: relative;
  }
  body.single-packages #content .mobile-header:after {
    content: "\002b";
    position: absolute;
    right: 20px;
    top: 30%;
    color: #444445;
    font-size: 26px;
    font-weight: 700;
    display: block;
    line-height: 7px;
    padding: 0;
    width: 26px;
    height: 26px;
    padding: 9px 5px 5px 4px;
    box-sizing: border-box;
  }
  body.single-packages #content .mobile-header h3 {
    margin: 0 !important;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: normal !important;
  }
  body.single-packages #content .slide-nav {
    display: none;
  }
  body.single-packages #content .mobile-active-panel .mobile-header:after {
    content: "\00af";
    top: 40%;
  }
  body.single-packages #content .mobile-content {
    height: 0;
    overflow: hidden;
  }
  body.single-packages #content .tab-content {
    opacity: 1;
    height: auto;
  }
  body.single-packages #content .tab-content.mobile-active-panel .mobile-content {
    height: auto;
  }
  body.single-packages #content .overview-sidebar,
  body.single-packages #content .package-gallery,
  body.single-packages #content .overview-summary li {
    width: 100%;
    float: none;
  }
  body.single-packages #content .overview-summary ul {
    column-count: 1;
  }
  body.single-packages #content .overview-summary ul ul {
    margin-top: 10px;
  }
  body.single-packages #content .package-gallery {
    padding: 0;
    margin-top: 20px;
  }
  body.single-packages #content .package-gallery img {
    max-width: none;
  }
  body.single-packages #content #overview .pricing-overview table td {
    padding-right: 0;
  }
  body.single-packages #content #ticket .location-gallery-wrapper,
  body.single-packages #content #ticket .location-info-wrapper,
  body.single-packages #content #ticket .ticket-info,
  body.single-packages #content #ticket .price-info {
    width: 100%;
    float: none;
  }
  body.single-packages #content #ticket .mobile-header h3 {
    text-transform: uppercase;
  }
  body.single-packages #content #hotel .hotel-gallery,
  body.single-packages #content #hotel .hotel-info {
    width: 100%;
    float: none;
    padding: 0;
  }
  body.single-packages #content #transportation .airline .airline-image {
    margin-bottom: 15px;
  }
  body.single-packages #content #transportation .airline .airline-info,
  body.single-packages #content #transportation .airline .airline-image {
    width: 100%;
    float: none;
  }
  body.single-packages #content #map .mobile-content img {
    width: 100%;
    height: auto;
  }
  body.single-packages #content #misc .item-image,
  body.single-packages #content #misc .item-info,
  body.single-packages #content #misc .item-price {
    width: 100%;
    padding: 0;
  }
  body.single-packages #content #misc .item-info {
    margin-top: 15px;
  }
  body.single-packages #content .simple-package .mobile-header::after {
    content: none;
  }
  body.single-packages #content .simple-package .mobile-content {
    height: auto;
    overflow: visible;
  }
  body.single-packages #content .simple-package .over-top-section {
    float: none;
    width: auto;
  }
  body.single-packages #content .simple-package .overview-sidebar {
    width: auto;
    float: none;
  }
  #home-slider #slider-caption .text {
    display: none;
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #events {
    padding: 40px 7% 40px 7%;
  }
  #events.events-4-total li,
  #events.events-8-total li {
    max-width: none;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  /** header **/
  #header-bottom #header-logo {
    margin-left: 5%;
    margin-top: 0px;
  }
  #header-bottom .navigation {
    width: 38%;
  }
  #header-bottom .navigation nav > ul > li > a {
    font-size: 16px;
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
  }
  #header-bottom .navigation nav > ul > li > a:last-child {
    margin-right: 30px;
  }
  #header-bottom .navigation ul li:hover > ul,
  #header-bottom .navigation ul li.focus > ul {
    margin-right: 0;
  }
  /** slider **/
  #home-slider .flex-caption {
    top: 30px;
  }
  #home-slider .flex-caption.no-button {
    top: 30px;
  }
  #home-slider .flex-caption p {
    height: 10px;
  }
  #home-slider .flex-caption h1 {
    font-size: 70px;
  }
  #home-slider .flex-caption h2 {
    font-size: 30px;
  }
  #home-slider .flex-caption h3 {
    font-size: 25px;
  }
  #home-slider .flex-caption .button {
    padding: 5px 25px;
    margin-top: 25px;
    font-size: 16px;
  }
  /** events **/
  #events {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #events.events-1-total li {
    padding-left: 15px;
  }
  #events.events-1-total li .team {
    font-size: 35px;
  }
  #events.events-2-total li {
    width: 45%;
  }
  #events.events-4-total li:last-child {
    height: 155px;
  }
  #events.events-4-total li:last-child .team {
    font-size: 35px;
  }
  #events.events-4-total li:last-child .logos {
    padding-left: 15px;
  }
  /** Mailing list **/
  #mailing-list {
    padding: 24px 5% 20px 5%;
  }
  #mailing-list #mc_signup {
    width: 55%;
  }
  /** Footer **/
  #footer-logo {
    display: none;
  }
  #footer-events {
    width: 36%;
  }
  .page #main {
    width: 74%;
  }
}
/* Special cases that otherwise don't look good just above 800px, but
 * wouldn't want to keep these styles all the way up to 1200px */
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  /** Sponsors **/
  #sponsors-logos {
    padding: 35px 0;
  }
  #sponsors-logos .logos-4-total .sponsor {
    width: 215px;
  }
  #sponsors-logos .logos-4-total .sponsor img {
    max-width: 190px;
  }
  #footer-testimonials {
    width: 25%;
  }
  li.widget_testimonials_widget li .top {
    height: 190px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  #events.events-1-total li .team {
    font-size: 30px;
  }
  /** Sponsors **/
  #sponsors-logos {
    padding: 25px 0;
  }
  #sponsors-logos .logos-4-total .sponsor {
    width: 180px;
  }
  #sponsors-logos .logos-4-total .sponsor img {
    max-width: 170px;
  }
  #footer-testimonials {
    width: 25%;
  }
  li.widget_testimonials_widget li .top {
    height: 200px;
  }
}
@media only screen and (max-width: 850px) {
  #events .wrap {
    top: 0;
  }
  #home-slider #slider-caption .text-block .slider-caption-title {
    font-size: 38px;
  }
  body.error404 #content .ref-desktop {
    display: none;
  }
  body.error404 #content .ref-mobile {
    display: inline;
  }
  body.error404 #content img {
    width: 80%;
  }
  body.error404 #content #right {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  body.error404 #content h1 {
    font-size: 10vw;
  }
  body.error404 #content h3 {
    font-size: 6vw;
  }
  body.error404 #content .text {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  /** header **/
  #header-top .header-tab {
    margin-left: 5%;
  }
  #header-bottom #header-logo {
    margin-left: 4%;
    margin-top: 0;
  }
  #header-bottom .navigation {
    width: 39%;
  }
  #header-bottom .navigation nav > ul > li > a {
    font-size: 16px;
    margin-right: 20px;
    padding: 0px 10px 0px 10px;
  }
  #header-bottom .navigation nav > ul > li > a:last-child {
    margin-right: 30px;
  }
  #header-bottom .navigation ul li:hover > ul,
  #header-bottom .navigation ul li.focus > ul {
    margin-right: 0;
  }
  /** slider **/
  #home-slider .flex-caption {
    top: 10px;
  }
  #home-slider .flex-caption.no-button {
    top: 20px;
  }
  #home-slider .flex-caption p {
    height: 5px;
  }
  #home-slider .flex-caption h1 {
    font-size: 36px;
  }
  #home-slider .flex-caption h2 {
    font-size: 30px;
  }
  #home-slider .flex-caption h3 {
    font-size: 20px;
  }
  #home-slider .flex-caption .button {
    padding: 0px 20px;
    margin-top: 15px;
    font-size: 16px;
  }
  /** events **/
  #events {
    height: auto;
    padding: 40px 4% 20px 4%;
  }
  #events.events-1-total li {
    padding-left: 15px;
  }
  #events.events-1-total li .team {
    font-size: 35px;
  }
  #events.events-1-total li .button {
    order: 0;
  }
  #events.events-2-total li {
    width: 80%;
    margin: 0 auto 20px;
  }
  #events.events-2-total li .button {
    width: auto;
  }
  #events.events-4-total li:last-child {
    height: 160px;
  }
  #events.events-4-total li:last-child .logos {
    padding-left: 10px;
  }
  #events.events-4-total li:last-child .team {
    font-size: 35px;
  }
  #events.events-3-total {
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #events.events-3-total li {
    margin-top: 20px;
  }
  #events.events-3-total li .button {
    width: auto;
  }
  /** Mailing list **/
  #mailing-list {
    padding: 24px 5% 20px 5%;
  }
  #mailing-list .mc_form_inside,
  #mailing-list #mc_message {
    width: 100%;
  }
  /** Sponsors **/
  #sponsors-logos {
    padding: 25px 0;
  }
  #sponsors-logos .logos-4-total .sponsor {
    width: 165px;
  }
  #sponsors-logos .logos-4-total .sponsor img {
    max-width: 160px;
  }
  /** Footer **/
  #footer-logo {
    display: none;
  }
  #footer-events {
    width: 36%;
  }
  #footer-testimonials {
    width: 25%;
  }
  li.widget_testimonials_widget li .top {
    height: 210px;
  }
  .page #main {
    width: 70%;
    margin-right: 2em;
  }
  .page aside#sidebar {
    width: 24%;
  }
  .subpage_header h1 {
    font-size: 77px!important;
  }
}
@media only screen and (min-width: 501px) {
  .social-feed .mobile-link {
    display: none;
  }
  .social-feed .owl-item {
    width: 225px !important;
  }
}
/* Need to adjust the header height a lot to keep banner looking good */
@media only screen and (max-width: 360px) {
  #header-bottom {
    height: 46px;
  }
  .wpcf7 button,
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    width: 259px;
  }
  .events-4-total li,
  .events-5-total li,
  .events-6-total li {
    padding: 20px 15px!important;
  }
}
@media only screen and (min-width: 361px) and (max-width: 400px) {
  #header-bottom {
    height: 52px;
  }
  .wpcf7 button,
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    width: 259px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #header-bottom {
    height: 60px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  #header-bottom {
    height: 70px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #header-bottom {
    height: 80px;
  }
}
@media only screen and (max-width: 800px) {
  #events.events-1-total li {
    height: auto;
    flex-direction: column;
  }
  #events.events-1-total li .logos {
    display: block;
    height: auto;
  }
  #events.events-1-total li .logos img {
    width: 80px;
  }
  #events.events-1-total li .teams-container {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  #events.events-1-total li .teams {
    width: auto;
    position: static;
    padding: 0;
    top: auto;
    transform: none;
  }
  #events.events-1-total li .team {
    font-size: 33px;
  }
  #events.events-1-total li .button {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    order: 0;
  }
  #events.events-1-total .date {
    display: block;
    padding-top: 10px;
    margin: 0;
  }
  #events.events-1-total .location {
    padding-left: 0;
    padding-bottom: 15px;
  }
  #events ul {
    padding: 10px 10px 0 10px;
  }
  #events li {
    margin: 20px;
  }
  .single-event #js-package-filtering {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 10px !important;
    justify-content: space-between;
  }
  .single-event #js-package-filtering li {
    font-size: 18px;
    text-align: center;
    width: 46%;
    border: 1px solid #000;
    margin: 10px 2%;
  }
  .single-event #js-package-filtering li.active,
  .single-event #js-package-filtering li:hover {
    border: 1px solid red;
  }
  /** package landing **/
  #home-slider #slider-caption .text-block,
  .single-event #slider-caption .text-block,
  #home-slider #slider-caption_clone .text-block,
  .single-event #slider-caption_clone .text-block {
    padding-right: 0;
    padding-bottom: 45px;
    width: 100%;
  }
  #home-slider #slider-caption .text-block .slider-caption-title,
  .single-event #slider-caption .text-block .slider-caption-title,
  #home-slider #slider-caption_clone .text-block .slider-caption-title,
  .single-event #slider-caption_clone .text-block .slider-caption-title {
    font-size: 28px;
    text-align: center;
  }
  #home-slider #slider-caption .text-block #slider-caption-text1,
  .single-event #slider-caption .text-block #slider-caption-text1,
  #home-slider #slider-caption_clone .text-block #slider-caption-text1,
  .single-event #slider-caption_clone .text-block #slider-caption-text1 {
    width: 100%;
    text-align: center;
  }
  #home-slider #slider-caption .text-block #slider-caption-text2,
  .single-event #slider-caption .text-block #slider-caption-text2,
  #home-slider #slider-caption_clone .text-block #slider-caption-text2,
  .single-event #slider-caption_clone .text-block #slider-caption-text2 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  /** Mobile menu **/
  #header-top {
    display: block;
  }
  #header-top #mobile-menu-icon {
    display: inline-block;
  }
  body .nav {
    float: left;
    margin-left: -100%;
    width: 300px;
    z-index: 2;
  }
  #container {
    float: left;
    margin-left: 0;
    width: 100%;
  }
  body.mobile-active #container::before {
    background-color: #333333 !important;
  }
  body.mobile-active .nav {
    margin-left: 0;
  }
  body.mobile-active #container {
    margin-right: -100%;
  }
  /** header **/
  .off-canvas .header-tab-mobile {
    display: inline-block;
    position: relative;
    margin-left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .off-canvas .header-tab-mobile img {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    margin: 0 -7px;
    top: 10px;
    height: 36px;
  }
  .off-canvas .header-tab-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -9px;
    left: 0;
    border-bottom: none;
    border-radius: 25px 25px 0 0;
  }
  .header-tab {
    display: none !important;
  }
  .header-tab-mobile {
    display: none;
  }
  #header-top .header-tab {
    display: none;
  }
  #header-phone {
    margin-right: 6%;
    margin-top: 14px;
    font-size: 16px;
    float: right;
  }
  #header-phone a {
    color: #fff;
  }
  #header-logo {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #main-nav {
    display: none;
  }
  #header-bottom #header-phone {
    display: none;
  }
  #inner-header {
    display: none;
  }
  /** slider **/
  #home-slider .flex-caption {
    top: 10px;
  }
  #home-slider .flex-caption.no-button {
    top: 20px;
  }
  #home-slider .flex-caption p {
    height: 10px;
  }
  #home-slider .flex-caption h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #home-slider .flex-caption h2 {
    font-size: 24px;
  }
  #home-slider .flex-caption h3 {
    font-size: 20px;
  }
  #home-slider .flex-caption .button {
    padding: 0px 15px;
    margin-top: 10px;
    font-size: 16px;
  }
  #home-slider #slider-caption .wrap {
    top: 0;
  }
  #home-slider #slider-caption .text-block {
    margin-left: 0;
  }
  .single-event #slider-caption .text-block .slider-caption-title,
  .single-packages #slider-caption .text-block .slider-caption-title {
    position: relative;
    top: 15px;
  }
  #home-slider .flex-control-paging {
    display: inherit;
  }
  #home-slider .flex-direction-nav {
    display: none;
  }
  #home-slider .flex-caption {
    height: 100%;
  }
  #home-slider #slider-caption {
    height: auto;
    top: inherit;
    bottom: 0;
  }
  #home-slider #slider-caption .wrap {
    top: auto;
    bottom: 0;
    position: absolute;
    padding: 0 15px;
  }
  #home-slider #slider-caption .text-block .slider-caption-title {
    font-weight: 800;
    font-size: 32px;
  }
  #home-slider #slider-caption #slider-caption-text1 {
    width: 100%;
    font-size: 16px;
  }
  .single-event .location,
  .single-event .additional-Info {
    flex-basis: 100%;
  }
  .single-packages .slider-caption-title {
    font-size: 28px !important;
    text-align: center !important;
    top: 45px;
    position: relative;
  }
  .package_price-mobile {
    display: block !important;
    max-width: none;
    text-align: left;
    float: none;
    margin: 10px 0;
  }
  .package_price {
    display: none;
  }
  .package_title {
    margin-top: 10px;
  }
  /** social stream **/
  .social-feed .feed-item.youtube:before {
    display: none;
  }
  .social-feed .feed-item.youtube:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
  }
  .social-feed .feed-item.youtube .link {
    display: block;
    width: 79px;
    height: 54px;
    position: absolute;
    margin-left: -39.5px;
    margin-top: -27px;
    left: 50%;
    top: 50%;
    z-index: 105;
    background-color: transparent;
  }
  .social-feed .feed-item .link {
    display: none;
  }
  /** events **/
  #events,
  #events.events-1-total {
    padding: 40px 5% 20px 5%;
    height: auto;
  }
  #events .wrap,
  #events.events-1-total .wrap {
    top: 0;
  }
  #events.events-4-total li:last-child {
    position: relative;
    height: auto;
  }
  #events.events-4-total li:last-child .logos {
    display: block;
  }
  #events.events-4-total li:last-child .logos img {
    width: 80px;
  }
  #events.events-4-total li:last-child .lower-section {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #events.events-4-total li:last-child .team {
    font-size: 33px;
  }
  #events.events-4-total li:last-child .date {
    display: block;
    padding-top: 10px;
    margin: 0;
  }
  #events.events-4-total li:last-child .location {
    padding-left: 0;
    padding-bottom: 15px;
  }
  #events.events-2-total li {
    width: 100%;
    margin: 0 auto 20px;
  }
  #events.events-2-total li .teams,
  #events.events-2-total li .date,
  #events.events-2-total li .location {
    text-align: left;
  }
  #events.events-3-total li {
    margin: 0 auto 20px;
  }
  /** mailing list **/
  #mailing-list {
    padding: 0;
  }
  #mailing-list .wrap {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
  }
  #mailing-list #mc_signup .mc_merge_var {
    display: block;
    margin: 0;
  }
  #mailing-list #mc_signup {
    float: none;
    width: 100%;
    padding-right: 25px;
  }
  #mailing-list #mc_signup .mc_input,
  #mailing-list #mc_signup .mc_signup_submit {
    width: 100%;
  }
  #mailing-list #mc_signup #mc_signup_submit {
    width: 100%;
    margin-top: 20px;
  }
  #mailing-list .mc_custom_border_hdr {
    width: 90%;
    margin: 30px 0 10px 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
  }
  #mailing-list #mc_signup .mc_input {
    border-radius: 5px;
  }
  /** Sponsors **/
  #sponsors {
    flex-direction: column;
  }
  #sponsors-logos {
    padding: 25px 0;
  }
  #sponsors-logos .sponsor {
    width: 90%;
    display: block;
    margin: 5%;
  }
  /** footer **/
  #footer-top .wrap {
    display: block;
  }
  .mobile-footer-divider {
    display: block;
  }
  #footer-logo {
    display: none;
  }
  #footer-events {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  li.widget_events_widget .divider {
    margin-left: 15%;
    margin-right: 15%;
  }
  #footer-testimonials {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #footer-contact {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #footer-nav {
    display: none;
  }
  #footer-bottom img {
    width: 95%;
  }
  .subpage_header {
    position: relative;
  }
  .subpage_header img {
    max-height: 200px;
  }
  .subpage_header h1 {
    margin: 0px;
    font-size: 28px!important;
    width: 100%;
    line-height: 1;
    margin-left: 0;
    top: 46%;
    transform: translateY(-50%);
  }
  .page .content img {
    width: 255px;
    height: auto;
  }
  .page #main {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .page aside#sidebar {
    float: none;
    width: 100%;
    display: block;
  }
}
/** Mobile menu styles **/
#mobile-menu-icon {
  display: none;
}
.off-canvas {
  display: none;
}
.off-canvas .header-tab {
  margin-left: 0;
  width: 100%;
}
.off-canvas a.indent {
  padding-left: 30px;
}
.mobile-active .off-canvas {
  display: block;
}
.nav {
  padding: 0.6em 0;
  border: none;
  padding: 0;
}
.nav ul {
  text-align: left;
  font-weight: normal;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.nav ul li {
  display: block;
  text-align: left;
  top: 9px;
  position: relative;
}
.nav ul li a {
  border-bottom: 1px solid #3E3E3E;
  border-top: 1px solid #717171;
  color: #ffffff;
  padding: 12px;
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 16px;
}
.nav ul li a:hover {
  background-color: #5C5C5C;
}
#container,
.off-canvas.nav {
  transition: .2s margin ease;
  position: relative;
}
body.mobile-active #container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
}
#welcome-note .text-block {
  display: flex;
  color: #fff;
  padding: 20px 60px;
  align-items: center;
  justify-content: space-between;
}
#welcome-note .text-block.no-button .welcome-text-wrapper {
  max-width: 100%;
  width: 100%;
}
#welcome-note .text-block.no-button .cta_title {
  min-width: inherit;
}
#welcome-note .cta-icon {
  font-size: 20px;
  margin-right: 20px;
}
#welcome-note .cta-headline {
  font-size: 20px;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#welcome-note .cta-sub-headline {
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
#welcome-note .cta-sub-headline a {
  color: #fff;
  text-decoration: underline;
}
#welcome-note .button {
  border: none;
  padding: 15px 40px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-left: auto;
}
#welcome-note .welcome-text-wrapper {
  display: flex;
  align-items: center;
}
