/*
Theme Name: Iris Hotels
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain:
Tags:

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
	color: #666666;
	text-decoration: none;
}
footer a {
	color: #f6f6f6;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

@-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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .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, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
	text-transform: capitalize;
	color: #666666;
}
h1 {
	font-size: 34px;
	text-transform: uppercase;
	line-height: 34px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 46px;
}
h1 span {
	display: inline-block;
	position: relative;
}
h1 span:before, h1 span:after {
	    content: "";
    position: absolute;
    height: 12px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    top: 50%;
    margin-top: -6px;
    width: 538px;
}
h1 span:before {
	right: 100%;
	margin-right: 15px;
}
h1 span:after {
	left: 100%;
	margin-left: 15px;
}
.widget-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #231f20 !important;
}
.panel-grid .widget-title, h2 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	    font-size: 20px;
    margin: 20px 10px;
    display: inline-block;
		color:#000000;
		text-transform:uppercase;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
footer h2 {
	color:#ffffff;
	text-decoration:underline;
}
footer h3 {
	font-size:16px;
	font-weight:normal;
}
p {
	line-height: 30px;
	color: #231f20;
	font-size: 18px;
	font-weight: normal;
	    padding: 15px;
    margin: 0;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.buttoncta, .button {
	display: inline-block !important;
    padding: 15px !important;
    background-color: #ffffff;
    margin:0 !important;
    color: #000000;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 23px !important;
	text-transform:uppercase;
    line-height: 40px;
    width: 100% !important;
    text-align: center;
    max-width: 300px;
	border:4px solid #000000;
}
.buttoncta:hover, .button:hover {
	cursor: pointer !important;
	background-color:#000000;
	color:#ffffff;
}
.ls-container .buttoncta {
	display: initial !important;
}

dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #000000; /* Fallback for when there is no custom background color defined. */
}
.whiteBackground {
		background: #ffffff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}



/** CUSTOM STYLES **/
.wrap {
    max-width: 1200px;
    width: 100%;
    border-left: 6px solid #000000;
    border-right: 6px solid #000000;
    margin: 0 auto;
}
.topbar {
	position: relative;
	overflow: visible;
	background-color:#000000;
	color: #666666;
	text-align:center;
}
.topbar p {
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
		padding:10px 0;
		text-transform:uppercase;
}
.social {
	float: right;
	margin-right:30px;
}
.social ul {
	    margin: 0;
}
.social li {
	height: 40px;
	width: 40px;
	float: left;
	list-style: none;
	margin-left: 10px;
	background-color: #ffffff;
	text-align: center;
	border-radius: 50%;
	padding: 5px 0;
}
.social li a {
	color: #231f20;
	font-size: 20px;
}
.social li:hover {
	opacity: 0.85;
}
.iris-cta {
	float: right;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 20px;
    border: 2px solid #ffffff;
    margin-top: 20px;
}
.iris-cta:hover {
	color:#000000;
	cursor:pointer;
	background-color:#ffffff;
}
#page {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.panel-grid-cell img {
	width: 100%;
	height: auto;
}
#masthead {
	padding: 20px;
	width: 100%;
	z-index: 99999;
	background-color: #000000;
}
#masthead p {
	margin: 0;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	max-width: 100% !important;
}
.innerContainer {
	max-width: 1200px;
	margin: 0 auto;
}
.site-title, .site-logo{
	display: block;
	width: 260px;
	height: 110px;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
}
.site-title{
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
}
.site-logo img{
	max-width: 100%;
	height: auto;
	display: block;
  max-height: 100%;
  width: auto;
}

.entry-header-feature {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 220px;
	text-align: center;
}
.entry-header-feature h1 {
	color: #fff;
	line-height: 220px;
	text-shadow: 2px 1px 2px rgba(0,0,0,1);
	margin: 0;
	font-size: 30px;
}
/** BLOG **/
.blog #content, .single-post #content, .search #content {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
}
.blog .entry-content, .search .entry-summary {
/* border-bottom: 1px solid #cccccc; */
}
.blog #primary, .single-post #primary, .search #primary {
	width: 66%;
	float: left;
}
.blog .entry-content, .single-post .entry-content, .search .entry-summary {
	padding: 0;
}
.blog #primary #main, .single-post #primary #main, .search #primary #main {
	padding: 0 30px 0 0;
}
.blog #secondary, .single-post #secondary, .search #secondary {
	float: left;
	width: 34%;
}
.blog #secondary aside, .single-post #secondary aside, .search #secondary aside {
	padding: 0 30px 30px 0;
	margin: 0;
}
.blog .entry-title a, .single-post .entry-title a, .search .entry-title a {
	color: #666666;
	text-decoration: none;
}
.widget_recent_entries ul {
	list-style: none;
	padding: 0;
}
.widget_search .search-field {
	width: 100%;
}
/** FOOTER **/
footer {
	background-color: #000000;
}

.site-footer .widget-title {
font-size:22px;
margin:0 0 20px;
display:inline-block;
}
.site-footer .widget {margin:0;}
.site-footer p {
	font-size:14px;
	font-weight:normal;
	margin:0;
}
.site-footer .social {
	padding:0;margin:20px 10px 0 0;
}
.site-footer .social a {color:#231f20;}
.site-info {
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
}
#sb_instagram .sb_instagram_header {
	display: none;
}
.site-footer .one_third {
  width: 40%;
	float: left;
	margin-top:30px;
}
.site-footer .one_half {
	float: left;
	margin-top:30px;
	width:50%
}
.site-footer .one_quarter {
	float: left;
	margin-top:30px;
	width:25%
}
.site-footer .one_third aside {
}
#sb_instagram #sbi_images {
	padding: 0 5px 0 0 !important;
}
#sb_instagram #sbi_load {
	text-align: left;
	margin-top: 10px;
}
#pgc-w55d92b735fe35-0-0, #pgc-w55d92b735fe35-2-0, #pgc-w55d92b735fe35-7-0 {
	padding: 0 !important;
}
.gform_body ul {
	list-style: none;
	padding: 0;
}




/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #666666;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background-color: #fffbe8;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.main-navigation li {
	display: inline;
	padding: 0;
	margin: 0 10px;
}
.main-navigation a {
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #231f20;
	text-decoration: none;
	display: inline-block;
}
.main-navigation a:hover {
	text-decoration:underline;
}
.current_page_item a {
	text-decoration:underline;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}



ul#menu-footer-links li {
    width: 33%;
    float: left;
    list-style: none;
}
ul#menu-footer-links li a {
	color:#7c7c7c;
	font-family: 'Montserrat', sans-serif;
}
ul#menu-footer-links li a:hover {
	color:#ffffff;
}

.accordion-content {
	margin-left: 40px;
}
.accordion-title {
	padding-left: 40px;
	cursor: pointer
}
.accordion-title:before {
	font-family: FontAwesome;
	content: "\f0fe";
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: block;
	line-height: 26px;
	float: left;
	margin-left: -40px;
}
.accordion-title.open:before {
	content: "\f146" !important;
}
#mc_embed_signup {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto;
}
.emailRight {
	width: 50%;
	float: left;
}
.emailLeft {
	width: 40%;
	float: left;
}
.mc-field-group {
	width: 70%;
	float: left;
}
.mc-button-group {
	width: 30%;
	float: left;
}
#mc_embed_signup h3 {
	color: #231f20;
	margin: 10px 0;
	text-align: right;
	margin-right: 20px;
}
#mce-EMAIL {
	background-color: #ceeae4;
	border: none;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	width: 100%;
	float: left;
	height: 40px;
}
#mc-embedded-subscribe {
	border: none;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
	padding: 10px 0;
	height: 40px;
	color: #231f20 !important;
	margin: 0;
}
#pg-11-0, #pg-11-1, #pg-11-2, #pg-11-3, #pg-11-4, #pl-11 .panel-grid-cell .so-panel {
	margin: 0 !important;
}



/** GRAVITY FOMRS STYLES **/
.iris-form input, .iris-form textarea, .iris-form select{
    border: 2px solid #666666;
		background-color:#666666;
		color:#ffffff;
		    font-size: 18px !important;
    font-weight: normal !important;
    border-radius: 0;
    width: 100% !important;
    padding: 10px !important;
		margin-bottom:10px !important;
		max-width: 100%;
}

.iris-form input[type="checkbox"]{
	width: auto !important;
}

.gform_wrapper .gform_footer {
    padding: 10px 0 0 0 !important;
    margin: 0  !important;
}

@media only screen and (min-width: 641px){
	.iris-form .gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0px;
	}
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #ffffff;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 400;
}
.iris-form div.MGLLabel{
	font-weight: normal;
	text-align: left;
}
.iris-form div.MGLLabel, .iris-form div.MGLField {
   width: 100%;
   float: none;
   margin-left: 0;
}
div.MGLRow {
	  padding-bottom: 0 !important;
} 

form h2 {
	color:#000000;
	padding:0;
	margin:20px 0;
	text-decoration:underline;
}

#DOB_dd, #DOB_mm, #MGLDOB {
	width:30% !important;
	border: 2px solid #000000;
    border-radius: 0;
		padding-left: 10px !important;
    padding-right: 10px !important;
    height: 30px;
}
.MGLPoweredBy {display:none;}

.gallery {text-align: center;}
.FooterHeading {float:left;}


@media screen and (max-width: 1200px) {
.main-navigation a {
	padding: 10px 20px;
	font-size: 16px
}
.entry-content {
	margin: 0 10px 20px !important;
}
}

@media screen and (max-width: 1000px) {
.main-navigation li {
	margin: 0;
}
.main-navigation a {
	font-size: 14px;
}
}

@media screen and (min-width: 820px) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
.hidemap {
	display: none;
}



}

@media screen and (max-width: 820px) {
.main-navigation {
	float: none;
	padding: 10px 0;
}
.menu nav-menu {
	width: 100%;
	clear: both;
}
.one_half, .one_quarter {
	width:100% !important;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
.main-navigation li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.main-navigation li a {
	width: 100%;
}
.main-navigation li a:hover {
	text-decoration:underline;
}
.menu-toggle {
	border: none;
	background-color: transparent;
	color: #231f20;
	font-size: 20px;
	margin: 0 auto;
}
.menu-toggle span {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-toggle:hover {
	background-color: none;
}
.menu-main-menu-container {
	clear: both;
}
.emailRight {
	width: 100%;
	float: none;
}
.emailLeft {
	width: 100%;
	float: none;
}
#mce-EMAIL {
	background-color: #ffffff;
}
#mc_embed_signup {
	padding: 0 10px
}
#mc_embed_signup h3 {
	text-align: center;
}
.FooterHeading {float:none;text-align: center;width: 100%;}
.site-footer .one_third {
	width:100% !important;float:none;
}
#menu-footer-links {padding:0;margin:0;}
ul#menu-footer-links li {
    width: 50%;
    float: left;
    text-align: center;
		border-top:1px solid #2E2E2E;
		padding:4px 0;
}



} @media screen and (max-width: 780px) {
.mc-field-group, .mc-button-group {
	width: 100%;
	float: none;
}
#mce-EMAIL {
	text-align: center;
}
#masthead {
	background-image: none;
}
.one_third {float:none;width:100%;}

.row div[class^="col-"], div[class*=" col-"]{
	padding-bottom: 10px;
}

} @media screen and (max-width: 580px) {

.site-title, .site-logo {
	float:none;
	margin:0 auto;
}
.content-block{
	padding-bottom: 0px;
}
.social ul {display:none;}
.social {width:100%;margin:0;}
.iris-cta {width:100%;padding:5px 0;display:block;text-align:center}
p {text-align:center !important;}
.buttoncta {width:100%;max-width:100%;}
#panel-49-0-1-0 {text-align:center;}
.gform_button {max-width: 100%;}

.MGLField select {
	float:none;
	margin-right:0%;
	width:100% !important
}

} @media screen and (max-width: 430px) {
.site-branding {width:100%;}
#masthead {
    padding: 10px;
}

}


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.sbi_photo_wrap {
	padding-bottom: 11px;
}
#sbi_load {
	display: none;
}
#sbi_images {
	padding: 0px;
}
.widget_sp_image-title h2 {
	margin: 0;
	padding: 0;
	color: #013300;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.widget_sp_image-title {
	background-color: #66cc99;
	padding: 10px 0;
	margin-top: -8px;
}
.widget_sp_image-description {
	background-color: #ffffff;
	padding: 10px 0;
	margin-top: -8px;
	height: 100px;
}
.widget_sp_image-description p {
	margin: 0;
	padding: 0;
	color: #013300;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}
.featureImage, .wp-post-image {
	border-bottom: 4px solid #000000;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.site-content {background-color:#fffbe8;}
.page-content, .entry-content, .entry-summary, .entry-footer {
	margin: 20px 30px;
	max-width: 1200px;
	overflow: hidden;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/** LAYOUTS **/
#pg-26-0, #pg-26-1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


/* 2016 Edits */

.bannerContainer .flexslider{
	border: 0;
}
.flexslider .slider-item{
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-text{
    text-align: center;
}

.footer-text p{
	font-size: 16px;
	line-height: 24px;
    font-weight: normal;
    color: #666666;
    max-width: 100%;
}

.text-center{
	text-align: center;
}
.content-block{
	padding-bottom: 20px;
}

.iris-form{
	max-width: 520px;
	margin: 0 auto;
}

.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item img{
	display: block;
}

.gallery-item:hover .gallery-item-overlay{
	background: rgba(0,0,0,0.8);
}

.gallery-item-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	color: white;
	text-align: center;
	transition: background .3s ease;
	opacity: 1;
}

.gallery-item-overlay span{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0px 20px;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 24px;
	width: 100%;
}

.gallery-thumb{
	display: inline-block;
	padding: 10px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0,0,0,0.85);
  display: none;
}

.modal.is-active{
  display: block;
}

.modal-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 460px;
  background: #ffffff;
  margin-left: -240px;
  margin-top: -230px;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 0px;
}

@media screen and (max-width: 540px){
  .modal-inner{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: auto;
    height: auto;
  }
}

.modal-header{
  border-bottom: 1px solid #eee;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.modal-body{
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 15px 20px;
  text-align: left;
  overflow: auto;
  height: 100%;
}

.modal-body p{
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.modal-body p:last-of-type{
  margin-bottom: 0;
}

.modal-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 15px 20px;
  cursor: pointer;
  color: #666;
}

.footer-logo{
	max-width: 140px;
	display: block;
	margin: 0 auto;
}

.footer-logo img{
	height: auto;
	display: block;
	width: 100%;
}