/*
Theme Name: Eventica WP
Theme URI: http://www.toko.press
Author: TokoPress
Author URI: http://www.toko.press/support
Description: Events and Ecommerce WordPress Theme.
Version: 1.9.0
Text domain: tokopress;
License: GPL LicensePahang_state_mosque.jpg
License URI: license.txt
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Vendor
	2.1 BootStrap Grid
	2.2 Font Awesome
	2.3 Superfish
	2.3 Slidebars
	2.5 OwlCarousel
	2.6 Magnific Popup
3.0 Global
4.0 Header
5.0 Content
6.0 Comments
7.0 Widgets
8.0 Footer
9.0 Events
10.0 Plugins
11.0 Home
--------------------------------------------------------------*/
/* 1.0 NORMALIZE
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

body, button, input, select, textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0 35px;
  padding: 0;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _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: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* 2.1 BOOTSTRAP GRID
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after {
  content: "";
  clear: both;
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  content: "";
  clear: both;
  display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 2.2 FONT AWESOME
-------------------------------------------------------------- */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* 2.3 SUPERFISH
-------------------------------------------------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 19em;
  /* allow long menu items to determine submenu width */
  *width: 19em;
  height:150px;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* 2.4 SLIDEBARS
-------------------------------------------------------------- */
/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* 2.5 OWL CAROUSEL
-------------------------------------------------------------- */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.no-js .owl-carousel > * {
  display: none;
}

.no-js .owl-carousel > *:first-child {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url("img/owl.video.play.png") no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(img/AjaxLoader.gif) no-repeat center center;
}

/* 2.6 MAGNIFIC POPUP
-------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 3. GLOBAL
-------------------------------------------------------------- */
body {
  background: #e5eff0;
  color: #6a7a7c;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
}

p {
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

a {
  color: #3ec9ce;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

embed, video, iframe {
  max-width: 100%;
}

select {
  max-width: 100%;
  margin: 0;
  padding: 1px 10px;
  border: 1px solid #cccccc;
  color: #6a7a7c;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

/* Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* WP Required */
.wp-caption {
  text-decoration: none;
}
.wp-caption .wp-caption-text {
  margin: 0;
  display: inline-block;
  border-bottom: 1px dotted #6b6b6b;
}

.wp-caption-text {
  text-decoration: none;
}

.sticky {
  text-decoration: none;
}

.gallery-caption {
  text-decoration: none;
}

.bypostauthor {
  text-decoration: none;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignnone {
  text-align: none;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Layout */
#sidebar {
  margin-top: 30px;
}

/* Pagination */
.pagination {
  background: white;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  margin-top: 30px;
}
.pagination .page-numbers {
  color: #6a7a7c;
  border-bottom: none;
  display: inline-block;
  padding: 11px 15px 11px 5px;
  position: relative;
}
.pagination .page-numbers a {
  color: #6a7a7c;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers:after {
  content: "/";
  position: absolute;
  right: 0;
}
.pagination .page-numbers:last-child:after {
  content: "";
}
.pagination .page-numbers.next {
  font-size: 12px !important;
  float: right !important;
  padding: 10px 25px 10px 10px;
  border: 2px solid #6a7a7c;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
}
.pagination .page-numbers.next:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: 9px;
}
.pagination .page-numbers.prev {
  font-size: 12px !important;
  float: left !important;
  padding: 10px 10px 10px 25px;
  border: 2px solid #6a7a7c;
  text-transform: uppercase;
  font-weight: 700;
  width: auto !important;
}
.pagination .page-numbers.prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  left: 10px;
  font-size: 14px;
  top: 9px;
}
.pagination .page-numbers.prev:after {
  content: "";
}
.pagination .page-numbers.current {
  font-weight: 700;
}

/* Button */
input[type="submit"]#submit,
input[type="submit"].button,
button[type="submit"].button,
.btn,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input,
#tribe-events .tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type=submit],
.post-password-form input[type="submit"] {
  background: none;
  border: 1px solid #6a7a7c;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 10px;
  line-height: 1em;
  cursor: pointer;
  color: #2e3e40;
  box-shadow: none;
  text-shadow: none;
}
input[type="submit"]#submit:hover,
input[type="submit"].button:hover,
button[type="submit"].button:hover,
.btn:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover, .woocommerce-page #review_form #respond .form-submit input:hover,
#tribe-events .tribe-events-button:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.post-password-form input[type="submit"]:hover {
  text-shadow: none;
  background: none;
  color: #2e3e40;
}

input[type="submit"]#submit.alt,
input[type="submit"].button.alt,
button[type="submit"].button.alt,
.btn.alt,
.button-primary,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
#tribe-events .tribe-events-button.alt {
  background: none;
  border: 2px solid #6a7a7c;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 10px;
  line-height: 1em;
  cursor: pointer;
  color: #2e3e40;
  box-shadow: none;
  text-shadow: none;
}
input[type="submit"]#submit.alt:hover,
input[type="submit"].button.alt:hover,
button[type="submit"].button.alt:hover,
.btn.alt:hover,
.button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
#tribe-events .tribe-events-button.alt:hover {
  text-shadow: none;
  background: none;
  color: #2e3e40;
}

/* MaterializeCSS: Vertical Align Wrapper */
.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.valign-wrapper .valign {
  display: block;
}

/* 4.0 HEADER
-------------------------------------------------------------- */
.site-header {
  background: white;
  z-index: 9999;
}
.site-header:before, .site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header .container {
  height: 140px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.site-branding {
  height: 140px;
  position: relative;
  background: #1cbfc5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.site-branding a {
  color: white;
}

.site-icon {
  position: absolute;
  width: 55px;
  height: 40px;
  line-height: 40px;
  top: 10px;
  left: 10px;
  text-align: right;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 360px) {
  .site-icon {
    width: 20px;
  }
}
.site-icon img {
  max-width: 100%;
}
.site-icon img, .site-icon i {
  vertical-align: bottom;
}

.site-logo {
  padding-top: 20px;
  padding-left: 70px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 767px) {
  .site-logo {
    padding-right: 40px;
  }
}
.site-logo h1, .site-logo h2 {
  margin: 0;
  padding-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
}
.site-logo p {
  margin: 0;
  color: #eefdfb;
  text-transform: uppercase;
}
.site-logo img {
  height: 100px;
}
@media (max-width: 360px) {
  .site-logo {
    padding-left: 35px;
  }
}

.site-logo-image {
  padding: 20px 50px;
  -webkit-transition: all 1s;
  transition: all 1s;
  line-height: 100px;
}
.site-logo-image img {
  max-height: 100px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu {
  text-align: right;
}
@media (max-width: 767px) {
  .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mobile-menu i {
  font-size: 24px;
  cursor: pointer;
}
.mobile-menu a, .mobile-menu a:visited {
  cursor: pointer;
  display: inline-block;
  color: #6a7a7c;
  height: 140px;
  line-height: 140px;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 0 0 0 30px;
}
.mobile-menu a .minicart, .mobile-menu a:visited .minicart {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .mobile-menu a, .mobile-menu a:visited {
    padding: 0 30px 0 0;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .mobile-menu a, .mobile-menu a:visited {
    padding: 0 20px 0 0;
  }
  .mobile-menu a .minicart, .mobile-menu a:visited .minicart {
    display: none;
  }
}

.primary-menu {
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-top: 50px;
  text-align: right;
}

.header-menu {
  font-size: 12px;
}
.header-menu.sf-menu {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-menu.sf-menu li a {
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  border: none;
  color: #2e3e40;
  background: transparent;
}
.header-menu.sf-menu li a:hover {
  color: #758182;
}
.header-menu.sf-menu li li a {
  background: white;
}
.header-menu.sf-menu > li:last-child a {
  padding: 0 0 0 15px;
}
.header-menu.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.header-menu.sf-arrows .sf-with-ul:after {
  border: none;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f107';
  top: 3px;
  padding-right: 10px;
}
.header-menu.sf-arrows ul .sf-with-ul:after {
  border: none;
  font-family: 'FontAwesome';
  content: '\f104';
  top: 10%;
  left: 8px;
  position: absolute;
  font-weight: normal;
}
.header-menu .sub-menu {
  left: auto;
  right: 0;
}
.header-menu .sub-menu li {
  text-align: left;
}
.header-menu .sub-menu li a {
  line-height: 25px;
  padding: 0 25px;
}
.header-menu .sub-menu li a:hover {
  background: #e5eff0;
}
.header-menu .sub-menu .sub-menu {
  right: 100%;
}
.header-menu a .minicart {
  padding-left: 6px;
}

.header-small .site-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.header-small .site-header .container {
  height: 60px;
}
.header-small .site-branding {
  height: 60px;
}
.header-small .site-icon {
  top: 12px;
}
.header-small .site-icon img, .header-small .site-icon i {
  vertical-align: top;
}
.header-small .site-logo {
  padding-top: 4px;
}
.header-small .site-logo h1, .header-small .site-logo h2 {
  padding-top: 5px;
}
.header-small .site-logo img {
  height: 50px;
}
.header-small .site-logo-image {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 48px;
}
.header-small .site-logo-image img {
  max-height: 48px;
}
.header-small .primary-menu {
  padding-top: 10px;
}
.header-small .mobile-menu a, .header-small .mobile-menu a:visited {
  height: 60px;
  line-height: 60px;
}

.admin-bar.header-small .site-header {
  top: 32px;
}
.admin-bar.header-small .is-sticky .site-header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar.header-small .is-sticky .site-header {
    margin-top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.header-ubermenu-wrap:before, .header-ubermenu-wrap:after {
  content: " ";
  display: table;
}
.header-ubermenu-wrap:after {
  clear: both;
}
@media (min-width: 992px) {
  .header-ubermenu-wrap {
    padding-top: 45px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

@media (max-width: 991px) {
  .site-header-ubermenu .site-branding {
    height: 93px;
  }
  .site-header-ubermenu .site-icon {
    top: 10px;
  }
  .site-header-ubermenu .site-logo {
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  .site-header-ubermenu .site-logo h1, .site-header-ubermenu .site-logo h2 {
    padding-top: 15px;
  }
  .site-header-ubermenu .site-logo img {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .header-small .header-ubermenu-wrap {
    padding-top: 0;
  }
}
.header-small .site-header-ubermenu .container {
  height: 48px;
}
@media (min-width: 992px) {
  .header-small .site-header-ubermenu .site-branding {
    height: 48px;
  }
  .header-small .site-header-ubermenu .site-icon {
    top: 5px;
  }
  .header-small .site-header-ubermenu .site-icon img, .header-small .site-header-ubermenu .site-icon i {
    vertical-align: top;
  }
  .header-small .site-header-ubermenu .site-logo {
    padding-top: 2px;
  }
  .header-small .site-header-ubermenu .site-logo h1, .header-small .site-header-ubermenu .site-logo h2 {
    padding-top: 2px;
  }
  .header-small .site-header-ubermenu .site-logo img {
    height: 42px;
  }
  .header-small .site-header-ubermenu .site-logo-image {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 48px;
  }
  .header-small .site-header-ubermenu .site-logo-image img {
    max-height: 48px;
  }
}
@media (max-width: 991px) {
  .header-small .site-header-ubermenu .site-branding {
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
}

.page-title {
  text-align: center;
  min-height: 210px;
  padding: 65px 0;
  background-color: #1cabc5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-title h1 {
  margin: 10px 0 0 0;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.page-title .breadcrumb {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-title .breadcrumb a {
  color: white;
}

.menu-slidebar,
.menu-slidebar li,
.menu-slidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-slidebar li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-slidebar li li:last-of-type {
  border-bottom: none;
}

.menu-slidebar li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-slidebar a {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.menu-slidebar a:hover {
  color: #ddd;
}

.menu-slidebar li li a {
  padding-left: 40px;
}

.menu-slidebar li li li a {
  padding-left: 60px;
}

/* 5.0 CONTENT
-------------------------------------------------------------- */
.blog-list {
  margin-top: 30px;
}
.blog-list.first {
  clear: both;
}
.blog-list .inner-loop {
  background: white;
}
.blog-list .post-inner {
  padding: 30px;
}
.blog-list .post-inner .post-title {
  color: #2e3e40;
  text-transform: uppercase;
}
.blog-list .post-inner .post-title h2 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
}
.blog-list .post-inner .post-meta {
  padding: 5px 0 20px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-list .post-inner .post-meta .post-edit {
  padding-left: 10px;
}
.blog-list .post-inner .post-summary {
  position: relative;
  overflow: hidden;
  line-height: 1.6em;
  height: 4.8em;
}
.blog-list .post-inner .post-summary:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.6em;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
.blog-list .post-inner .post-summary p {
  margin: 0;
  line-height: 1.6em;
}
.blog-list.sticky .inner-loop {
  background: #1cbfc5;
}
.blog-list.sticky .post-inner .post-title {
  color: #fff;
}
.blog-list.sticky .post-inner .post-meta {
  color: #fff;
}
.blog-list.sticky .post-inner .post-meta a {
  color: #fff;
  text-decoration: none;
}
.blog-list.sticky .post-inner .post-summary {
  color: #fff;
}
.blog-list.sticky .post-inner .post-summary:after {
  background: -webkit-linear-gradient(left, rgba(28, 191, 197, 0), #1cbfc5 50%);
  background: linear-gradient(to right, rgba(28, 191, 197, 0), #1cbfc5 50%);
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.blog-single {
  background: white;
  margin-top: 30px;
  padding: 50px;
}
.blog-single img {
  max-width: 100%;
  height: auto;
}
.blog-single [class^="col-"] {
  padding: 0;
}
.blog-single .post-thumbnail {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .blog-single .post-summary {
    border-left: 1px solid #7fd2e0;
    padding: 0 0 0 50px;
  }
}
.blog-single .post-summary img {
  max-width: 100%;
  height: auto;
}
.blog-single .post-summary .wp-caption {
  max-width: 101%;
  height: auto;
}
.blog-single .post-summary .post-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #2e3e40;
}
.blog-single .post-meta ul {
  margin: 0;
  padding: 0;
}
.blog-single .post-meta ul li {
  list-style: none;
  border-bottom: 1px solid #7fd2e0;
  padding: 15px 0;
}
.blog-single .post-meta ul li:last-child {
  border-bottom: none;
}
.blog-single .post-meta ul li .post-date time {
  font-weight: 700;
  font-size: 14px;
  color: #6a7a7c;
}
.blog-single .post-meta ul li .post-term-tags p,
.blog-single .post-meta ul li .post-term-category p {
  margin: 0;
  font-weight: 700;
  color: #6a7a7c;
}
.blog-single .post-meta ul li .post-term-tags a,
.blog-single .post-meta ul li .post-term-category a {
  color: #6a7a7c;
}
.blog-single .post-meta ul li .post-author .avatar {
  width: 40px;
  height: 40px;
  max-width: 100%;
  margin-right: 10px;
  border-radius: 50%;
}
.blog-single .post-meta ul li .post-author .post-author-link {
  color: #6a7a7c;
  text-transform: capitalize;
}
.blog-single .post-meta ul li .share-before .sharrre {
  display: inline-block;
  font-size: 14px;
  color: #2e7783;
  margin: 0 5px;
}
.blog-single .post-meta ul li .share-before .sharrre:first-child {
  margin: 0 5px 0 0;
}

.page-single,
.page-contact {
  background: white;
  margin-top: 30px;
  padding: 50px;
}
.page-single img,
.page-contact img {
  max-width: 100%;
  height: auto;
}
.page-single .post-title,
.page-contact .post-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #2e3e40;
}
.page-single .wp-caption,
.page-contact .wp-caption {
  max-width: 101%;
  height: auto;
}

.page .no-margin {
  margin-top: 0;
}

#map {
  margin-top: 30px;
}

.contact-form {
  margin-top: 30px;
  padding: 50px;
  background: white;
}
.contact-form .section-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #2e3e40;
}

.page-template-page_visualcomposer #footer-widget {
  margin-top: 0;
}

.post-password-form input[type="text"], .post-password-form input[type="password"] {
  width: auto;
}

/* 6.0 COMMENTS
-------------------------------------------------------------- */
#comments {
  background: white;
  padding: 50px;
  margin-top: 30px;
}
#comments [class^="col-"] {
  padding: 0;
}
#comments .comments-title {
  text-transform: uppercase;
  color: #2e3e40;
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  #comments .commentslist-wrap {
    border-left: 1px solid #7fd2e0;
    padding: 0 0 0 50px;
  }
}
#comments .commentslist-wrap #comment-nav-below,
#comments .commentslist-wrap #comment-nav-above {
  overflow: hidden;
}
#comments .commentslist-wrap #comment-nav-below .nav-previous,
#comments .commentslist-wrap #comment-nav-above .nav-previous {
  float: left;
}
#comments .commentslist-wrap #comment-nav-below .nav-next,
#comments .commentslist-wrap #comment-nav-above .nav-next {
  float: right;
}
#comments .commentlist {
  padding: 0;
  margin: 0;
}
#comments .commentlist li.comment {
  border-bottom: 1px solid #7fd2e0;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#comments .commentlist li.comment .comment-reply-link {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  border-bottom: none;
}
#comments .commentlist li.comment .comment-meta {
  overflow: hidden;
}
#comments .commentlist li.comment .comment-text {
  margin-top: 15px;
  color: #6a7a7c;
}
#comments .commentlist li.comment .comment-text p {
  margin: 0;
}
#comments .commentlist li.comment .author.vcard {
  display: block;
}
#comments .commentlist li.comment .author.vcard a {
  color: #6a7a7c;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: none;
}
#comments .commentlist li.comment .published {
  display: block;
  color: #6a7a7c;
}
#comments .commentlist li.comment .author-avatar {
  float: left;
  margin-right: 15px;
}
#comments .commentlist li.comment .comment-time {
  float: left;
}

#comments-block {
  background: white;
  padding: 50px;
  margin-top: 30px;
}
#comments-block [class^="col-"] {
  padding: 0;
}
#comments-block h2 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 992px) {
  #comments-block #respond {
    border-left: 1px solid #7fd2e0;
    padding: 0 0 0 50px;
  }
}
#comments-block #respond #reply-title {
  margin: 0;
}
#comments-block #respond .logged-in-as {
  margin: 0 0 15px 0;
}
#comments-block #respond .comment-notes {
  margin: 0 0 15px 0;
}
#comments-block #respond .comment-notes .required {
  color: red;
}
#comments-block #respond a#cancel-comment-reply-link {
  color: red;
  text-transform: uppercase;
}

.alert.alert-moderation {
  background: #fcf8e3;
  padding: 10px;
}
.alert.alert-moderation p {
  margin: 0;
}

/* 7.0 WIDGET
-------------------------------------------------------------- */
.widget {
  margin-bottom: 50px;
}
.widget h3.widget-title,
.widget h2.widgettitle {
  color: #2e3e40;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.widget h3.widget-title a,
.widget h2.widgettitle a {
  color: #2e3e40;
}
.widget .widget-inner {
  color: #2e3e40;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget img {
  max-width: 100%;
  height: auto;
}
.widget.widget_archive select {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  color: #6a7a7c;
}
.widget.widget_archive ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_archive ul li a {
  float: left;
  color: #6b6b6b;
}
.widget.widget_product_categories ul li, .widget.widget_categories ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_product_categories ul li a, .widget.widget_categories ul li a {
  float: left;
  color: #6b6b6b;
}
.widget.widget_product_categories ul li ul.children, .widget.widget_categories ul li ul.children {
  padding-left: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}
.widget.widget_product_categories ul li ul.children li:last-child, .widget.widget_categories ul li ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_product_categories select, .widget.widget_categories select {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #cccccc;
  color: #6a7a7c;
}
.widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
}
.widget.widget_calendar #calendar_wrap #wp-calendar caption {
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  color: #6a7a7c;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #6a7a7c;
}
.widget.widget_calendar #calendar_wrap #wp-calendar thead {
  color: #6a7a7c;
}
.widget.widget_calendar #calendar_wrap #wp-calendar thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid #6a7a7c;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tbody {
  text-align: center;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tbody a,
.widget.widget_calendar #calendar_wrap #wp-calendar tbody #today {
  color: #6a7a7c;
  font-weight: bold;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tfoot a {
  color: #6a7a7c;
  font-weight: 700;
  text-transform: uppercase;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tfoot #prev {
  text-align: left;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tfoot #next {
  text-align: right;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tfoot td {
  padding-top: 10px;
  border-top: 1px solid #6a7a7c;
}
.widget.widget_pages ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_pages ul li a {
  color: #6b6b6b;
}
.widget.widget_pages ul li ul.children {
  padding-left: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}
.widget.widget_pages ul li ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_meta ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_meta ul li a {
  color: #6b6b6b;
}
.widget.widget_meta ul li ul.children {
  padding-left: 20px;
}
.widget.widget_meta ul li ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_recent_comments ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: capitalize;
}
.widget.widget_recent_comments ul li a {
  border-bottom: 1px dotted #3ec9ce;
  font-weight: normal;
}
.widget.widget_recent_comments ul li span.comment-author-link {
  text-transform: uppercase;
  font-weight: normal;
}
.widget.widget_recent_comments ul li span.comment-author-link a {
  border-bottom: none;
  color: #6b6b6b;
}
.widget.widget_recent_comments ul li ul.children {
  padding-left: 20px;
}
.widget.widget_recent_comments ul li ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_recent_entries ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_recent_entries ul li a {
  color: #6b6b6b;
}
.widget.widget_recent_entries ul li ul.children {
  padding-left: 20px;
}
.widget.widget_recent_entries ul li ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_recent_entries ul li img {
  float: left;
  width: 30px;
  height: 30px;
}
.widget.widget_recent_posts h3.widget-title,
.widget.widget_recent_posts h2.widgettitle, .widget.widget_upcoming_events h3.widget-title,
.widget.widget_upcoming_events h2.widgettitle, .widget.widget_past_events h3.widget-title,
.widget.widget_past_events h2.widgettitle {
  margin-bottom: 10px;
}
.widget.widget_recent_posts ul li, .widget.widget_upcoming_events ul li, .widget.widget_past_events ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 15px 0 0;
}
.widget.widget_recent_posts ul li img, .widget.widget_upcoming_events ul li img, .widget.widget_past_events ul li img {
  float: left;
  width: 40px;
  padding: 5px 10px 10px 0;
}
.widget.widget_recent_posts ul li .tp-entry-title, .widget.widget_upcoming_events ul li .tp-entry-title, .widget.widget_past_events ul li .tp-entry-title {
  display: block;
  color: #6b6b6b;
}
.widget.widget_recent_posts ul li .tp-entry-date, .widget.widget_upcoming_events ul li .tp-entry-date, .widget.widget_past_events ul li .tp-entry-date {
  display: block;
  padding-bottom: 8px;
  font-size: 11px;
  color: #888;
}
.widget.widget_recent_posts ul li .tp-entry-date .recurringinfo, .widget.widget_upcoming_events ul li .tp-entry-date .recurringinfo, .widget.widget_past_events ul li .tp-entry-date .recurringinfo {
  display: none;
}
.widget.widget_rss ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_rss ul li a.rsswidget {
  text-transform: uppercase;
}
.widget.widget_text .textwidget img {
  max-width: 100%;
}
.widget.widget_nav_menu ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 5px 0;
}
.widget.widget_nav_menu ul li a {
  color: #6b6b6b;
}
.widget.widget_nav_menu ul li ul.sub-menu {
  padding-left: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
}
.widget.widget_nav_menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget.widget_product_tag_cloud a, .widget.widget_tag_cloud a {
  border: 2px solid #6b6b6b;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #6a7a7c;
}
.widget.widget_search .search-form {
  position: relative;
}
.widget.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget.widget_search .search-form input.search-field {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 70px 10px 10px;
}
.widget.widget_search .search-form input.search-submit {
  display: none;
}
.widget.widget_product_search #searchform {
  position: relative;
  border-bottom: 1px solid #6b6b6b;
}
.widget.widget_product_search #searchform .screen-reader-text {
  display: none;
}
.widget.widget_product_search #searchform input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 70px 10px 10px;
}
.widget.widget_product_search #searchform input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #2e3e40;
}
.widget.widget_recently_viewed_products ul.product_list_widget li, .widget.widget_recent_reviews ul.product_list_widget li, .widget.widget_top_rated_products ul.product_list_widget li, .widget.widget_products ul.product_list_widget li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 5px 50px;
  position: relative;
  min-height: 50px;
  font-size: 12px;
}
.widget.widget_recently_viewed_products ul.product_list_widget li a, .widget.widget_recent_reviews ul.product_list_widget li a, .widget.widget_top_rated_products ul.product_list_widget li a, .widget.widget_products ul.product_list_widget li a {
  display: block;
  color: #6b6b6b;
  font-weight: normal;
  text-transform: capitalize;
}
.widget.widget_recently_viewed_products ul.product_list_widget li a img, .widget.widget_recent_reviews ul.product_list_widget li a img, .widget.widget_top_rated_products ul.product_list_widget li a img, .widget.widget_products ul.product_list_widget li a img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
  box-shadow: none;
  margin: 0;
}
.widget.widget_recently_viewed_products ul.product_list_widget li ins, .widget.widget_recent_reviews ul.product_list_widget li ins, .widget.widget_top_rated_products ul.product_list_widget li ins, .widget.widget_products ul.product_list_widget li ins {
  text-decoration: none;
}
.widget.widget_recently_viewed_products ul.product_list_widget li .amount, .widget.widget_recent_reviews ul.product_list_widget li .amount, .widget.widget_top_rated_products ul.product_list_widget li .amount, .widget.widget_products ul.product_list_widget li .amount {
  color: #6b6b6b;
  font-weight: bold;
}
.widget.widget_recently_viewed_products ul.product_list_widget li .star-rating, .widget.widget_recent_reviews ul.product_list_widget li .star-rating, .widget.widget_top_rated_products ul.product_list_widget li .star-rating, .widget.widget_products ul.product_list_widget li .star-rating {
  margin: 3px 0;
}
.widget.widget_recently_viewed_products ul.product_list_widget li .star-rating span, .widget.widget_recent_reviews ul.product_list_widget li .star-rating span, .widget.widget_top_rated_products ul.product_list_widget li .star-rating span, .widget.widget_products ul.product_list_widget li .star-rating span {
  color: #6b6b6b;
}
.widget.widget_recently_viewed_products ul.product_list_widget li .star-rating:before, .widget.widget_recent_reviews ul.product_list_widget li .star-rating:before, .widget.widget_top_rated_products ul.product_list_widget li .star-rating:before, .widget.widget_products ul.product_list_widget li .star-rating:before {
  color: #cccccc;
}
.widget.widget_recently_viewed_products ul.product_list_widget li:last-child, .widget.widget_recent_reviews ul.product_list_widget li:last-child, .widget.widget_top_rated_products ul.product_list_widget li:last-child, .widget.widget_products ul.product_list_widget li:last-child {
  border-bottom: none;
}
.widget.widget_layered_nav ul li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
  font-size: 12px;
}
.widget.widget_layered_nav ul li a {
  color: #6b6b6b;
  text-transform: capitalize;
}
.widget.widget_layered_nav ul li:last-child {
  border-bottom: none;
}
.widget.widget_layered_nav select {
  width: 100%;
}
.widget.widget_price_filter .price_slider_amount input[type="text"] {
  width: 36%;
  float: left;
  margin-right: 2%;
}
.widget.widget_price_filter .price_slider_amount button.button {
  float: left;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 5px 50px;
  position: relative;
  min-height: 50px;
  font-size: 12px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a {
  display: block;
  color: #6b6b6b;
  font-weight: normal;
  text-transform: capitalize;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
  box-shadow: none;
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .amount {
  color: #6b6b6b;
  font-weight: bold;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .star-rating {
  margin: 3px 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .star-rating span {
  color: #6b6b6b;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .star-rating:before {
  color: #cccccc;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li dl.variation {
  line-height: normal;
  margin: 3px 0;
  color: #758182;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li dl.variation dd {
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li dl.variation dd p {
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li:last-child {
  border-bottom: none;
}
.widget.widget_shopping_cart .widget_shopping_cart_content p.total {
  overflow: hidden;
  border-color: #cccccc;
  padding-top: 10px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content p.total strong {
  float: left;
  text-transform: uppercase;
}
.widget.widget_shopping_cart .widget_shopping_cart_content p.total span.amount {
  float: right;
  font-weight: bold;
}
.widget.widget_shopping_cart .widget_shopping_cart_content p.buttons {
  text-align: center;
}
.widget.tribe-events-list-widget {
  color: #6b6b6b;
}
.widget.tribe-events-list-widget ol.vcalendar {
  margin: 0;
  padding: 0;
}
.widget.tribe-events-list-widget ol.vcalendar li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 5px 0;
}
.widget.tribe-events-list-widget ol.vcalendar li a {
  color: #6b6b6b;
}
.widget.tribe-events-list-widget ol.vcalendar li h4.entry-title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.widget.tribe-events-list-widget ol.vcalendar li .duration {
  font-size: 12px;
  font-weight: normal;
  color: #6b6b6b;
}
.widget.tribe-events-list-widget p.tribe-events-widget-link a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

.search-form {
  position: relative;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input.search-field {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 70px 10px 10px;
}
.search-form input.search-submit {
  display: none;
}

article.page-none .search-form {
  max-width: 300px;
}

/* Widget: Search */
.widget_search form,
.widget_product_search form {
  position: relative;
}

.widget_search form:before,
.widget_product_search form:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
}

.widget_search #s,
.widget_product_search .search-field {
  width: 100%;
  height: 30px;
}

.widget_search #searchsubmit,
.widget_product_search input[type="submit"] {
  display: none;
}

.widget_featured_event .tp-event-title {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.widget_featured_event .tp-event-date {
  margin: 0 0 10px;
}
.widget_featured_event .tp-event-content {
  margin: 10px 0 20px;
}
.widget_featured_event .btn {
  display: inline-block;
}

/* 8.0 FOOTER
-------------------------------------------------------------- */
#footer-widget {
  background: white;
  margin-top: 0px;
  padding: 40px 0 30px;
}
#footer-widget .widget .widget-title {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 30px;
  line-height: 12px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  #footer-widget .widget {
    margin-bottom: 60px;
  }
}
#footer-widget .widget.widget_recent_posts .widget-title, #footer-widget .widget.widget_upcoming_events .widget-title, #footer-widget .widget.widget_past_events .widget-title {
  margin-bottom: 15px;
}
#footer-widget .widget.widget_recent_posts .tp-entry-title,
#footer-widget .widget.widget_recent_posts .tp-entry-date, #footer-widget .widget.widget_upcoming_events .tp-entry-title,
#footer-widget .widget.widget_upcoming_events .tp-entry-date, #footer-widget .widget.widget_past_events .tp-entry-title,
#footer-widget .widget.widget_past_events .tp-entry-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer-widget + #footer-block {
  margin-top: 0;
}

#footer-block {
  padding: 15px 0;
  margin-top: 30px;
  background: #3ec9ce;
}
#footer-block .footer-credit {
  text-align: center;
  line-height: 40px;
}
@media (min-width: 992px) {
  #footer-block .footer-credit {
    text-align: left;
  }
}
#footer-block .footer-credit p {
  margin: 0;
  color: white;
  font-weight: bold;
}
#footer-block .footer-credit p a {
  color: white;
  text-decoration: dotted;
}
#footer-block #footer-menu {
  text-align: center;
  line-height: 0;
}
@media (min-width: 992px) {
  #footer-block #footer-menu {
    text-align: right;
  }
}
#footer-block #footer-menu #secondary-menu {
  display: inline-block;
}
#footer-block #footer-menu #secondary-menu ul.footer-menu {
  margin: 0;
  padding: 0;
}
#footer-block #footer-menu #secondary-menu ul.footer-menu li {
  display: inline-block;
  list-style: none;
}
#footer-block #footer-menu #secondary-menu ul.footer-menu li a {
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 0 10px;
}
#footer-block #footer-menu #secondary-menu ul.footer-menu li a:hover {
  color: #758182;
}
#footer-block #footer-menu #secondary-menu ul.footer-menu li:last-child a {
  padding: 0 0 0 10px;
}
#footer-block #footer-menu ul#social-icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
#footer-block #footer-menu ul#social-icon li {
  display: inline-block;
  list-style: none;
}
#footer-block #footer-menu ul#social-icon li a {
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: white;
  padding: 0 10px;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-facebook {
  color: #3360ba;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-twitter {
  color: #35b9df;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-rss {
  color: #dfa535;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-envelope-o {
  color: black;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-deviantart {
  color: #4C615C;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-behance {
  color: #532C61;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-soundcloud {
  color: #FF5800;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-instagram {
  color: #3F729B;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-tumblr {
  color: #00225F;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-vimeo-square {
  color: #162221;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-github {
  color: #171516;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-dribbble {
  color: #F46899;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-pinterest {
  color: #c8232c;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-linkedin {
  color: #4875B4;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-flickr {
  color: #0062DD;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-youtube {
  color: #CF1F21;
}
#footer-block #footer-menu ul#social-icon li a:hover .fa-google-plus {
  color: #DA2713;
}
#footer-block #footer-menu ul#social-icon li:last-child a {
  padding: 0 0 0 10px;
}

/* Back To Top */
#back-top {
  border-radius: 4px;
  bottom: 70px;
  background: #3ec9ce;
  color: #FFFFFF;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  right: 20px;
  z-index: 1;
  opacity: 0.6;
}
#back-top:hover {
  background: #3ec9ce;
  opacity: 1;
}
#back-top i {
  line-height: inherit;
}

/* 9.0 EVENTS
-------------------------------------------------------------- */
#events-calendar-plugins {
  padding-top: 28px;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}

#tribe-events-bar {
  margin: 0;
}

.notitle #tribe-events-bar {
  margin-top: 28px;
}

#tribe-bar-form {
  background: #fff;
}

.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #fff;
  border-left: 1px solid #ddd;
}

#tribe-bar-collapse-toggle {
  background: #fff;
}

#tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}

.tribe-events-page-title-wrap {
  background: white;
  margin: 0 0 30px;
  padding: 20px;
}
.tribe-events-page-title-wrap .tribe-events-page-title {
  color: #2e3e40;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 !important;
}
.tribe-events-page-title-wrap .tribe-events-user-recurrence-toggle {
  margin: 5px 0 0;
}

.tribe-events-notices {
  font-size: 14px;
  padding: 15px 30px;
}

#tribe-events-footer {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#tribe-events-footer .tribe-events-sub-nav li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#tribe-events-footer .tribe-events-sub-nav li a, #tribe-events-footer .tribe-events-sub-nav li a:visited, #tribe-events-footer .tribe-events-sub-nav li a:hover {
  color: #6a7a7c;
}

.tribe-events-list .tribe-events-loop {
  overflow: hidden;
  max-width: 100%;
}
.tribe-events-list .tribe-events-loop .tribe-events-list-separator-month, .tribe-events-list .tribe-events-loop .tribe-events-day-time-slot h5 {
  clear: both;
  padding: 0 20px;
  margin: 0 0 30px;
  line-height: 70px;
  background: #3ec9ce;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}
.tribe-events-list .tribe-events-loop .tribe-events-list-separator-month span, .tribe-events-list .tribe-events-loop .tribe-events-day-time-slot h5 span {
  background: none;
  padding: 0;
}
.tribe-events-list .tribe-events-loop .tribe-events-list-separator-month:after, .tribe-events-list .tribe-events-loop .tribe-events-day-time-slot h5:after {
  border: none;
}
.tribe-events-list .even-list-wrapper {
  background: white;
}
.tribe-events-list .tribe-events-event-date {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 90px;
  padding: 15px 0 0 20px;
  background: rgba(62, 201, 206, 0.64);
  color: white;
  font-weight: bold;
}
.tribe-events-list .tribe-events-event-date .dd {
  display: block;
  font-size: 24px;
}
.tribe-events-list .tribe-events-event-date .mm, .tribe-events-list .tribe-events-event-date .yy {
  font-size: 12px;
  display: block;
  text-transform: lowercase;
}
.tribe-events-list .tribe-events-event-cost {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 25%;
  background: rgba(62, 201, 206, 0.64);
}
.tribe-events-list .tribe-events-event-cost span {
  font-size: 24px;
  color: white;
  font-weight: 700;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  border: none;
  text-align: center;
}
.tribe-events-list .event-list-wrapper-top {
  position: relative;
}
.tribe-events-list .event-list-wrapper-bottom {
  position: relative;
  height: 120px;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left {
  padding: 30px 100px 10px 30px;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left h2.tribe-events-list-event-title {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 0 0 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left h2.tribe-events-list-event-title a {
  color: #2e3e40;
  border-bottom: none;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .tribe-events-event-meta {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 12px;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author,
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author.location {
  text-transform: uppercase;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author .time-details,
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author.location .time-details {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author .tribe-events-venue-details,
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-left .author.location .tribe-events-venue-details {
  border: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-right {
  background: #3ec9ce;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 90px;
  padding: 10px 5px;
  text-align: center;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-right a.more-link {
  color: white;
  text-transform: uppercase;
  border-bottom: none;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-right a.more-link i {
  font-size: 20px;
}
.tribe-events-list .event-list-wrapper-bottom .wraper-bottom-right a.more-link .cost {
  display: inline-block;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.tribe-events-list .tribe-events-event-image {
  float: none;
  width: 100%;
  margin: 0;
}
.tribe-events-list .tribe-events-event-image img {
  width: 100%;
}
.tribe-events-list .hentry, .tribe-events-list .type-tribe_events {
  padding: 0 15px 30px !important;
  margin: 0 !important;
}
.tribe-events-list .hentry.tribe-events-first, .tribe-events-list .type-tribe_events.tribe-events-first {
  padding: 0 15px 30px !important;
}
.tribe-events-list .hentry.tribe-events-last, .tribe-events-list .type-tribe_events.tribe-events-last {
  padding: 0 15px 30px !important;
}

#tribe-bar-form input[type=text] {
  font-size: 12px;
}

.tribe-bar-views-inner {
  padding: 15px 0 37px;
}

.tribe-bar-submit, .tribe-events-uses-geolocation .tribe-bar-submit {
  padding: 20px 14px;
}

#tribe-bar-views .tribe-bar-views-list {
  z-index: 10;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  border-bottom: none;
}

#tribe-events-content.tribe-events-single {
  background: white;
  margin: 0 0 30px;
  padding: 50px;
}
#tribe-events-content.tribe-events-single .events-single-left {
  padding: 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #tribe-events-content.tribe-events-single .events-single-left {
    min-height: 200px !important;
  }
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .events-single-left {
    border-right: 1px solid #3ec9ce;
  }
}
#tribe-events-content.tribe-events-single .events-single-right {
  padding: 0;
}
@media (max-width: 767px) {
  #tribe-events-content.tribe-events-single .events-single-right {
    min-height: 200px !important;
  }
}
#tribe-events-content.tribe-events-single .entry-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
}
#tribe-events-content.tribe-events-single .tribe-events-notices {
  margin: 0 0 30px;
  border-radius: 0;
  font-size: 14px;
}
#tribe-events-content.tribe-events-single .tribe-events-cost {
  padding: 0 50px 15px 0;
  border-bottom: 1px solid #3ec9ce;
  font-size: 60px;
  font-weight: 700;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule {
  margin: 10px 0;
  display: block;
  font-size: 14px;
  white-space: initial;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule h3 {
  margin: 0;
  display: block;
  font-size: 14px;
  white-space: initial;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule h3 span {
  display: inline-block;
}
#tribe-events-content.tribe-events-single .tribe-events-cta {
  padding: 0 0 40px 0;
  font-weight: bold;
}
#tribe-events-content.tribe-events-single .tribe-events-cta:before, #tribe-events-content.tribe-events-single .tribe-events-cta:after {
  content: " ";
  display: table;
}
#tribe-events-content.tribe-events-single .tribe-events-cta:after {
  clear: both;
}
@media (max-width: 767px) {
  #tribe-events-content.tribe-events-single .tribe-events-cta {
    padding-top: 40px;
    border-top: 1px solid #3ec9ce;
  }
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe-events-cta {
    padding-right: 20px;
  }
}
#tribe-events-content.tribe-events-single .tribe-events-cta .tribe-events-cta-date {
  float: left;
  text-align: center;
  max-width: 40%;
  max-width: calc( 80px );
}
#tribe-events-content.tribe-events-single .tribe-events-cta .tribe-events-cta-date .dd {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
#tribe-events-content.tribe-events-single .tribe-events-cta .tribe-events-cta-date .mm {
  display: block;
  text-transform: lowercase;
}
#tribe-events-content.tribe-events-single .tribe-events-cta .tribe-events-cta-date .yy {
  display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
}
#tribe-events-content.tribe-events-single .tribe-events-cta .tribe-events-cta-btn {
  float: right;
  max-width: 60%;
  max-width: calc( 100% - 80px );
}
#tribe-events-content.tribe-events-single .tribe-events-cta .btn {
  display: inline-block;
  min-width: 100px;
  max-width: 100%;
  font-size: 15px;
  margin-top: 27px;
  padding: 12px 10px;
  border-width: 2px;
  text-align: center;
}
#tribe-events-content.tribe-events-single .tribe-events-cta .btn:hover {
  background: #2e3e40;
  border-color: #2e3e40;
  color: #fff;
}
#tribe-events-content.tribe-events-single .tribe-events-single-section-title {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group table {
  text-align: left;
  width: 100%;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group table th {
  width: 45%;
  padding: 7px 0;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group table td {
  padding: 7px 0;
  width: 55%;
  color: #2e3e40;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group table td abbr {
  border: none;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group table td a {
  border-bottom: none;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue {
  position: relative;
  word-break: break-word;
  padding: 40px 0 20px 0;
  border-top: 1px solid #3ec9ce;
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-venue {
    padding-right: 50px;
  }
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue .meta-inner {
  position: relative;
  padding-left: 30px;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue .meta-inner:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f041';
  font-size: 18px;
  line-height: 1em;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue p.author.fn.org {
  margin: 0;
  font-style: normal;
  font-weight: bold;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue p.location {
  margin: 0;
  font-style: normal;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue .tribe-events-address {
  font-style: normal;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue p.label {
  margin: 10px 0 5px;
  font-weight: 700;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-venue p.tel {
  margin: 0;
  font-weight: 700;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-gmap .tribe-events-venue-map {
  margin: 0 0 50px;
  padding: 0;
  height: 200px;
  border: none;
  border-radius: none;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-gmap .tribe-events-venue-map > div {
  max-height: 100%;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-details {
  padding: 40px 0 40px 0;
  border-top: 1px solid #3ec9ce;
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-details {
    padding-right: 20px;
  }
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule {
  padding: 40px 0 40px 0;
  border-top: 1px solid #3ec9ce;
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule {
    padding-right: 20px;
  }
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule ul .item {
  position: relative;
  padding: 10px 0;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule ul .item:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f111';
  color: #c8dcde;
  font-size: 13px;
  padding-right: 20px;
  line-height: 1em;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule ul .timeline {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #c8dcde;
  top: 0;
  left: 5px;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group-custom,
#tribe-events-content.tribe-events-single .tribe-events-meta-group-organizer {
  border-top: 1px solid #3ec9ce;
  padding: 40px 0 40px 0;
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-custom,
  #tribe-events-content.tribe-events-single .tribe-events-meta-group-organizer {
    padding-right: 20px;
  }
}
#tribe-events-content.tribe-events-single .tribe_events {
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  #tribe-events-content.tribe-events-single .tribe_events {
    padding-left: 50px;
  }
}
#tribe-events-content.tribe-events-single .tribe_events .tribe-events-event-image {
  margin-bottom: 40px;
}
#tribe-events-content.tribe-events-single .tribe_events .tribe-events-event-image img {
  max-width: 100%;
}
#tribe-events-content.tribe-events-single .tribe_events .tribe-events-content {
  width: 100%;
  max-width: 100%;
  float: none;
}
#tribe-events-content.tribe-events-single .tribe_events .tribe-events-cal-links {
  margin-bottom: 30px;
}
#tribe-events-content.tribe-events-single .tribe_events .tribe-events-cal-links .tribe-events-button {
  margin: 0 20px 0 0;
}
#tribe-events-content.tribe-events-single #tribe-events-footer {
  margin: 0;
  padding: 0;
  border: none;
}
#tribe-events-content.tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.event-attendees-wrap {
  margin: 0 0 30px;
}
.event-attendees-wrap:before, .event-attendees-wrap:after {
  content: " ";
  display: table;
}
.event-attendees-wrap:after {
  clear: both;
}
.event-attendees-wrap .event-attendees-title h2 {
  padding: 25px 30px;
  margin: 0;
  background: #3ec9ce;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.event-attendees-wrap .event-attendees-list {
  padding: 30px;
  background: #fff;
}
.event-attendees-wrap .event-attendees-list table {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.event-attendees-wrap .event-attendees-list table th {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 8px 5px 8px 0;
}
.event-attendees-wrap .event-attendees-list table td {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 8px 5px 8px 0;
}

.event-gallery-wrap {
  margin: 0 0 30px;
}
.event-gallery-wrap:before, .event-gallery-wrap:after {
  content: " ";
  display: table;
}
.event-gallery-wrap:after {
  clear: both;
}
.event-gallery-wrap .event-gallery-title h2 {
  padding: 25px 30px;
  margin: 0;
  background: #3ec9ce;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.event-gallery-wrap .event-gallery-images {
  padding: 30px 30px 20px;
  background: #fff;
}
.event-gallery-wrap .event-gallery-images .row {
  margin: 0 -5px;
}
.event-gallery-wrap .event-gallery-images .gallery-image {
  padding: 0 5px 10px;
}
.event-gallery-wrap .event-gallery-images .gallery-image img {
  width: 100%;
}

.related-event-wrap .related-event-title h2 {
  padding: 25px 30px;
  margin: 0 0 30px;
  background: #3ec9ce;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.related-event-wrap dd {
  margin: 0;
}

.tribe-events-calendar {
  margin-bottom: 30px !important;
}
.tribe-events-calendar thead th {
  background: #1cbfc5;
  border-left: 1px solid #1cbfc5;
  border-right: 1px solid #1cbfc5;
}
.tribe-events-calendar td {
  background: #fff;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
  color: #2e3e40;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] a {
  color: #2e3e40;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #1cbfc5;
}

.tribe-events-pagination {
  margin-top: 0;
}
.tribe-events-pagination a span {
  display: none;
}
.tribe-events-pagination ul.tribe-events-sub-nav a {
  font-size: 12px;
}

#tribe-events .tribe-events-button {
  margin-top: 30px !important;
}

#tribe-events #tribe-events-bar .tribe-events-button {
  margin-top: 0 !important;
}

.single-tribe_events #footer-widget {
  margin-top: 0;
}

.tribe-grid-header {
  background: #1cbfc5;
  border-left: 1px solid #1cbfc5;
  border-right: 1px solid #1cbfc5;
}

.tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
  border-color: #1cbfc5;
}

.tribe-week-grid-wrapper {
  background: #fff;
}

.tribe-mobile-day {
  background: #fff;
  margin: 0 0 30px;
}

.tribe-mobile-day-date {
  background: #1cbfc5;
  text-align: center;
  padding: 20px;
}

.tribe-events-week #tribe-mobile-container .type-tribe_events, .tribe-events-week #tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
  padding: 20px;
}

.tribe-grid-allday .type-tribe_events > div, .tribe-grid-allday .type-tribe_events > div:hover, .tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single, .tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single:hover {
  background: #1cabc5;
  border: none;
  border-radius: none;
}

#tribe-geo-map-wrapper {
  margin: 0;
  border: none;
  padding: 0;
}

#tribe-events-photo-events {
  margin: 0 -15px;
  width: auto !important;
  max-width: none !important;
}
#tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
  margin: 0;
  padding: 0 15px;
  width: 100% !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .nosidebar #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    width: 33.33333333% !important;
  }
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
  padding: 30px;
  background: #fff;
  overflow: hidden;
}

.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 a {
  color: #2e3e40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
  padding: 5px 0 20px 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}
.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta:before, .tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta:after {
  content: " ";
  display: table;
}
.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta:after {
  clear: both;
}
.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta .dtstart {
  float: left;
}
.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta .recurringinfo {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
}

.tribe-events-list .tribe-events-loop .tribe-events-content {
  position: relative;
  overflow: hidden;
  line-height: 1.6em;
  height: 4.8em;
}
.tribe-events-list .tribe-events-loop .tribe-events-content:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 1.6em;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
.tribe-events-list .tribe-events-loop .tribe-events-content p {
  margin: 0;
  line-height: 1.6em;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
  line-height: 1.7em;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today, .tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
  background: #1cbfc5;
}

.tribe-mini-calendar-event {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tribe-mini-calendar-event:before, .tribe-mini-calendar-event:after {
  content: " ";
  display: table;
}
.tribe-mini-calendar-event:after {
  clear: both;
}

.tribe-mini-calendar-event.first {
  margin-top: 0;
}

.tribe-mini-calendar-event .list-date {
  width: 40px;
}

.tribe-mini-calendar-event .list-info {
  display: block;
  width: auto;
  float: none;
}
.tribe-mini-calendar-event .list-info h2 {
  margin: 0;
}
.tribe-mini-calendar-event .list-info .duration {
  font-size: 11px;
  line-height: 12px;
  padding-bottom: 10px;
}

.tribe-venue-widget-venue-name {
  color: #2e3e40;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.tribe-venue-widget-venue-name a {
  color: #2e3e40;
}

.tribe-events-venue .pagination,
.tribe-events-organizer .pagination {
  margin: 0 0 30px;
}

.tribe-events-venue .tribe-events-venue-meta,
.tribe-events-organizer .tribe-events-organizer-meta {
  padding: 30px 30px 10px;
  margin: 0 0 30px;
  background: #fff;
  max-width: 100%;
}

.tribe-events-venue .tribe-events-map-wrap {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}

.tribe-events-organizer .tribe-events-organizer-meta h2 {
  margin-top: 0;
}

#tribe-community-events {
  padding: 50px;
  background: #fff;
}
#tribe-community-events form {
  padding-top: 20px;
}
#tribe-community-events .events-community-post-title, #tribe-community-events .events-community-post-content {
  padding-top: 20px;
}
#tribe-community-events .events-community-post-title label, #tribe-community-events .events-community-post-content label {
  padding-bottom: 10px;
  font-weight: bold;
}
#tribe-community-events .eventForm.bubble {
  padding: 20px;
}
#tribe-community-events .eventForm.bubble .tribe-community-event-info {
  padding: 0;
  margin: 0;
}
#tribe-community-events .events-community {
  width: 100%;
}
#tribe-community-events .events-community th {
  background: #1cbfc5;
  padding: 10px;
  color: #fff;
  text-align: left;
}
#tribe-community-events .events-community td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.return-to-events,
.return-to-shop {
  float: left;
  padding-right: 20px;
}

#tribe-events #comments, #tribe-events #comments-block {
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 999;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control {
    position: absolute;
    top: 38px;
    right: 10px;
    text-align: right;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content {
    position: absolute;
    top: 100px;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control {
    position: absolute;
    top: 38px;
    right: 27%;
    text-align: right;
  }

  #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content {
    position: absolute;
    top: 28px;
    right: 0;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    margin-top: 30px;
    margin-bottom: 0;
  }

  #tribe_events_filter_control a + a {
    margin: 0;
  }

  .tribe-filters-open #tribe_events_filters_wrapper, .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    top: 140px;
  }
}
.cmb-success {
  padding: 15px;
  margin: 0 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.cmb-error {
  padding: 15px;
  margin: 0 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.cmb-th {
  width: 30% !important;
  padding: 0 0 30px !important;
}

.cmb-td {
  width: 70% !important;
  padding: 0 0 30px !important;
}
.cmb-td .wp-editor-container {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 991px) {
  .cmb-th {
    width: 100% !important;
    padding: 0 !important;
  }

  .cmb-td {
    width: 100% !important;
    padding: 0 0 20px !important;
  }
}
.cmb-form .button-primary {
  margin-top: 20px;
}

.tribe-ticket-quantity {
  width: 4em !important;
  text-align: center;
  padding: 7px 0 7px 10px !important;
}

.tribe-rsvp-messages {
  padding: 0 0 15px 0;
}

.tribe-rsvp-message {
  padding: 10px;
}

.cmb-type-multicheck .cmb-td .cmb-multicheck-toggle {
  cursor: pointer;
}
.cmb-type-multicheck .cmb-td p {
  margin-top: 5px;
}
.cmb-type-multicheck .cmb-td ul.cmb2-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

table.tribe-events-tickets .tickets_price {
  min-width: 80px !important;
}

@media (max-width: 700px) {
  #tribe-community-events {
    padding: 10px;
  }

  #tribe-community-events .eventForm.bubble {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .tribe_community_edit #main-content > .container {
    padding: 0;
  }
}
#tribe-community-events #event-categories ul {
  padding: 0;
}

.tribe-events-list-widget ol {
  padding: 0;
  margin: 0;
}
.tribe-events-list-widget ol li {
  margin-bottom: 15px;
}
.tribe-events-list-widget ol h4 {
  margin: 0;
}

table.tribe-events-tickets .tickets_price {
  font-style: italic;
  color: #000;
  font-weight: bold;
}

.single-tribe_events #tribe-events-content form.cart,
.single-tribe_events #tribe-events-content div.cart {
  margin: 20px 0;
}

.home-featured-event #tribe-events-content div.cart, .home-featured-event #tribe-events-content form.cart {
  margin: 30px 0 40px;
}

table.tribe-events-tickets {
  margin: 0;
  width: 100%;
  border-bottom: 0;
}

table.tribe-events-tickets td {
  border-top: 1px solid #ddd;
  padding: 8px 10px 8px 0;
  vertical-align: middle;
}

table.tribe-events-tickets td.woocommerce {
  border-bottom: 0;
}

table.tribe-events-tickets td.woocommerce.add-to-cart {
  padding-top: 20px;
}

table.tribe-events-tickets .tickets_nostock {
  display: inline-block;
  text-align: center;
}

h2.tribe-events-tickets-title {
  margin: 20px 0 15px;
  font-size: 1.4em;
  font-weight: bold;
}

@media (max-width: 600px) {
  td.woocommerce {
    width: 60px;
  }

  td.tickets_name {
    font-size: 14px;
  }

  table.tribe-events-tickets,
  table.tribe-events-tickets tbody {
    display: block;
  }

  table.tribe-events-tickets tr {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 8px;
    position: relative;
  }

  table.tribe-events-tickets td {
    display: block;
    border: 0;
    padding: 0 0 5px 60px;
  }

  table.tribe-events-tickets td.woocommerce {
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
  }

  table.tribe-events-tickets td.woocommerce.add-to-cart {
    border-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
/* 10.0 PLUGINS
-------------------------------------------------------------- */
form.mc4wp-form, .mc4wp-form form {
  position: relative;
  margin: 7px 0 0;
}
form.mc4wp-form label, .mc4wp-form form label {
  display: none;
}
form.mc4wp-form input[type="email"], .mc4wp-form form input[type="email"] {
  border: none;
  padding: 10px 60px 10px 10px;
  border-bottom: 1px solid #3ec9ce;
  background: none;
}
form.mc4wp-form input[type="submit"], .mc4wp-form form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #6a7a7c;
  font-weight: 700;
  background: none;
  border: none;
  line-height: 34px;
  padding: 0;
}
form.mc4wp-form .mc4wp-alert p, .mc4wp-form form .mc4wp-alert p {
  padding-top: 10px;
  color: inherit;
}

/* 11.0 HOME
-------------------------------------------------------------- */
.home-slider-events .slide-event {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 520px;
  display: none;
}
.home-slider-events .slide-event:first-child {
  display: block;
}
.home-slider-events .owl-item .slide-event {
  display: block;
}
.home-slider-events .slide-event-detail {
  background: rgba(28, 171, 197, 0.85);
  padding: 60px 50px;
  height: 520px;
  color: #fff;
}
.home-slider-events .slide-event-title {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
}
.home-slider-events .slide-event-title a {
  color: #fff;
}
.home-slider-events .slide-event-cta {
  padding: 20px 0;
  margin: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
}
.home-slider-events .slide-event-cta:before, .home-slider-events .slide-event-cta:after {
  content: " ";
  display: table;
}
.home-slider-events .slide-event-cta:after {
  clear: both;
}
.home-slider-events .slide-event-cta .slide-event-cta-date {
  float: left;
  text-align: center;
}
.home-slider-events .slide-event-cta .slide-event-cta-date .dd {
  display: block;
  font-size: 60px;
  line-height: 60px;
}
.home-slider-events .slide-event-cta .slide-event-cta-date .mm {
  display: block;
  text-transform: lowercase;
}
.home-slider-events .slide-event-cta .slide-event-cta-date .yy {
  display: block;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
}
.home-slider-events .slide-event-cta .btn {
  float: right;
  font-size: 18px;
  margin-top: 27px;
  padding: 10px 30px;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}
.home-slider-events .slide-event-venue {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.home-slider-events .slide-event-venue:before {
  position: absolute;
  top: 0;
  left: 4px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f041';
  font-size: 18px;
  line-height: 1em;
}
.home-slider-events .slide-event-venue-name {
  font-weight: bold;
}
.home-slider-events .slide-event-venue-address .country-name {
  display: block;
}
.home-slider-events .slide-event-datetime {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.home-slider-events .slide-event-datetime:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f073';
  font-size: 18px;
  line-height: 1em;
}
.home-slider-events .slide-event-recurring {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.home-slider-events .slide-event-recurring:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: '\f021';
  font-size: 18px;
  line-height: 1em;
}
.home-slider-events.owl-theme .owl-nav {
  margin: 0 !important;
}
.home-slider-events.owl-theme .owl-nav [class*=owl-],
.home-slider-events .owl-prev,
.home-slider-events .owl-next {
  color: #fff !important;
  position: absolute !important;
  top: 50% !important;
  margin: -40px 0 0 0 !important;
  width: 30px !important;
  height: 80px !important;
  line-height: 80px !important;
  text-align: center !important;
  font-size: 18px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 0 !important;
}
.home-slider-events .owl-prev {
  left: 0 !important;
}
.home-slider-events .owl-next {
  right: 0 !important;
}
.home-slider-events.owl-theme:hover .owl-nav [class*=owl-], .home-slider-events:hover .owl-prev, .home-slider-events:hover .owl-next {
  opacity: 1 !important;
}

.home-search-box .search-form {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.home-search-box .search-field,
.home-search-box input[type="search"].search-field {
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border: 0;
  color: #adc0c2;
  font-size: 18px;
  font-style: normal;
  padding: 32px 65px 32px 50px;
}
.home-search-box .search-field::-webkit-input-placeholder, .home-search-box .search-field::-moz-placeholder,
.home-search-box input[type="search"].search-field::-webkit-input-placeholder,
.home-search-box input[type="search"].search-field::-moz-placeholder {
  color: #adc0c2;
  font-size: 18px;
  font-style: normal;
}
.home-search-box .search-submit {
  color: #adc0c2;
  border: none;
  padding: 0 2px;
  background: none;
  font-size: 22px;
  position: absolute;
  top: 32px;
  right: 30px;
}

.home-upcoming-events {
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.home-upcoming-events .upcoming-event-title {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 30px;
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.home-upcoming-events .upcoming-event-nav {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.home-upcoming-events .row {
  clear: both;
}

.page-template-page_home_event-php .home-upcoming-events {
  padding: 30px 0 0;
  background-color: #222;
  background-image: url(img/event-bg.png);
}
.page-template-page_home_event-php .home-upcoming-events .upcoming-event-title {
  color: white;
}

.home-recent-posts .recent-post-title {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 30px;
  color: #758182;
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.home-recent-posts .recent-post-nav {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}
.home-recent-posts .blog-list {
  margin: 0 0 30px;
}

.page-template-page_home_event-php .home-recent-posts {
  padding: 30px 0;
}

.home-featured-event {
  margin: 0 0 30px;
  background: white;
}
.home-featured-event .featured-event-title {
  background: #1cbfc5;
  padding: 30px 30px 30px 50px;
  color: white;
}
.home-featured-event .featured-event-title h2 {
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  margin: 0;
  color: inherit;
  line-height: 12px;
  letter-spacing: 2px;
}
.home-featured-event #tribe-events-content.tribe-events-single {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.home-featured-event #tribe-events-content.tribe-events-single .events-single-right {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .home-featured-event #tribe-events-content.tribe-events-single .events-single-right {
    padding-bottom: 20px;
  }
}
.home-featured-event #tribe-events-content.tribe-events-single .events-single-left {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .home-featured-event #tribe-events-content.tribe-events-single .events-single-left {
    padding-top: 0;
  }
}
.home-featured-event #tribe-events-content.tribe-events-single .entry-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.home-featured-event #tribe-events-content.tribe-events-single .entry-title a {
  color: #000;
}
.home-featured-event #tribe-events-content.tribe-events-single .tribe-events-meta-group-schedule {
  padding-top: 33px;
  padding-bottom: 35px;
}

.home-subscribe-form {
  margin: 0 0 30px;
  background: white;
  padding: 50px 50px;
}
.home-subscribe-form h2 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #2e3e40;
}
.home-subscribe-form p {
  margin: 0;
  color: #2e3e40;
  text-transform: uppercase;
}

.home-testimonials {
  padding: 40px 0 30px;
}
.home-testimonials .testimonial-title {
  margin: 0 0 30px;
  text-align: center;
}
.home-testimonials .testimonial-title h2 {
  margin: 0;
  text-transform: uppercase;
  color: #2e3e40;
  font-size: 12px;
  letter-spacing: 2px;
}
.home-testimonials .testimonial-loop .testimonial-field {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .home-testimonials .testimonial-loop .testimonial-field {
    width: 100%;
  }
}
.home-testimonials .testimonial-loop .testimonial-field:first-child {
  display: block;
}
.home-testimonials .testimonial-loop .testimonial-field .testimonial-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}
.home-testimonials .testimonial-loop .testimonial-field .testimonial-name {
  padding: 10px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #2e3e40;
}
.home-testimonials .testimonial-loop .testimonial-field .testimonial-name:before {
  content: "-";
}
.home-testimonials .testimonial-loop .owl-item .testimonial-field {
  display: block;
}

.home-sponsors {
  padding: 40px 0 30px;
  overflow: hidden;
  text-align: center;
}
.home-sponsors h3.section-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #2e3e40;
  font-size: 12px;
  letter-spacing: 2px;
}
.home-sponsors .sponsor {
  width: 12.5%;
  margin-right: -4px;
  /* remove unwanted space */
  display: inline-block;
  text-align: center;
}
@media (max-width: 992px) {
  .home-sponsors .sponsor {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .home-sponsors .sponsor {
    width: 50%;
  }
}
.home-sponsors .sponsor a {
  display: inline-block;
  padding: 0 5px;
  line-height: 100px;
  width: 100%;
}
.home-sponsors .sponsor a img {
  max-width: 100%;
}

.vc_empty-placeholder {
  margin: 0;
}

.vc_row.vc_row-no-padding .vc_vc_column,
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
