/* Compile Time 2019-01-21T04:17:38+00:00 */
/* 	-------------------------------------------------
 	Base Mixins
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Grayscale Filter
	------------------------------------------------- */
.grayscale {
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity=(50));
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.no-grayscale {
  opacity: 100;
  filter: alpha(opacity=10000);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
/* 	-------------------------------------------------
 	Animations
	------------------------------------------------- */
/* 	-------------------------------------------------
 	Media Wraps
	------------------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(65));
  filter: alpha(opacity=(65));
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #999999;
  border-color: #808080;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #404040;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #616161;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #808080;
  border-color: #616161;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #404040;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #999999;
  border-color: #808080;
}
.btn-primary .badge {
  color: #999999;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
html,
body {
  height: 100%;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #444444;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,
.header1,
.header2,
.header3,
.header4,
.header5 {
  font-family: inherit;
  font-weight: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.header1 strong,
.header2 strong,
.header3 strong,
.header4 strong,
.header5 strong {
  font-weight: inherit;
}
h1,
.header1 {
  font-size: 2em;
}
h2,
.header2 {
  font-size: 1.6em;
}
h3,
.header3 {
  font-size: 1.4em;
}
h4,
.header4 {
  font-size: 1.2em;
}
h5,
.header5 {
  font-size: 1.1em;
}
.site-wrap {
  min-height: 100%;
}
a {
  color: #808080;
}
a:hover,
a:focus {
  color: #999999;
}
.btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
img {
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
input,
select,
textarea {
  color: #444;
  line-height: normal;
}
button,
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  color: #ffffff;
  background-color: #999999;
  border-color: #808080;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
button.focus,
input[type="button"].focus,
input[type="submit"].focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #404040;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #616161;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.active,
input[type="button"].active,
input[type="submit"].active,
.open > .dropdown-togglebutton,
.open > .dropdown-toggleinput[type="button"],
.open > .dropdown-toggleinput[type="submit"] {
  color: #ffffff;
  background-color: #808080;
  border-color: #616161;
}
button:active:hover,
input[type="button"]:active:hover,
input[type="submit"]:active:hover,
button.active:hover,
input[type="button"].active:hover,
input[type="submit"].active:hover,
.open > .dropdown-togglebutton:hover,
.open > .dropdown-toggleinput[type="button"]:hover,
.open > .dropdown-toggleinput[type="submit"]:hover,
button:active:focus,
input[type="button"]:active:focus,
input[type="submit"]:active:focus,
button.active:focus,
input[type="button"].active:focus,
input[type="submit"].active:focus,
.open > .dropdown-togglebutton:focus,
.open > .dropdown-toggleinput[type="button"]:focus,
.open > .dropdown-toggleinput[type="submit"]:focus,
button:active.focus,
input[type="button"]:active.focus,
input[type="submit"]:active.focus,
button.active.focus,
input[type="button"].active.focus,
input[type="submit"].active.focus,
.open > .dropdown-togglebutton.focus,
.open > .dropdown-toggleinput[type="button"].focus,
.open > .dropdown-toggleinput[type="submit"].focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #404040;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.active,
input[type="button"].active,
input[type="submit"].active,
.open > .dropdown-togglebutton,
.open > .dropdown-toggleinput[type="button"],
.open > .dropdown-toggleinput[type="submit"] {
  background-image: none;
}
button.disabled:hover,
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover,
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] button:hover,
fieldset[disabled] input[type="button"]:hover,
fieldset[disabled] input[type="submit"]:hover,
button.disabled:focus,
input[type="button"].disabled:focus,
input[type="submit"].disabled:focus,
button[disabled]:focus,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] button:focus,
fieldset[disabled] input[type="button"]:focus,
fieldset[disabled] input[type="submit"]:focus,
button.disabled.focus,
input[type="button"].disabled.focus,
input[type="submit"].disabled.focus,
button[disabled].focus,
input[type="button"][disabled].focus,
input[type="submit"][disabled].focus,
fieldset[disabled] button.focus,
fieldset[disabled] input[type="button"].focus,
fieldset[disabled] input[type="submit"].focus {
  background-color: #999999;
  border-color: #808080;
}
button .badge,
input[type="button"] .badge,
input[type="submit"] .badge {
  color: #999999;
  background-color: #ffffff;
}
.form-control {
  border-radius: 0;
}
#page,
.navbar .after-footer {
  max-width: 100%;
}
.site-header {
  background: #ffffff;
  color: #444444;
}
.site-branding {
  position: relative;
  padding: 0;
  max-width: 1170px;
  margin: auto;
}
.site-branding .banner-image {
  padding: 20px 0;
}
.site-branding .hero-image {
  height: 0 !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 42.73504274%;
}
.site-branding .social-icons {
  display: inline-block;
  position: relative;
  float: none;
}
.site-branding .social-icons .search-form-wrap {
  display: none;
}
.site-branding .social-icon-wrap {
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 767px) {
  .site-branding {
    text-align: center;
  }
  .site-branding img {
    display: block;
    margin: auto;
  }
}
body:not(.mobile) .navigation-wrap,
body:not(.wp-customizer-preview) .navigation-wrap {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  min-height: 60px;
}
body:not(.mobile) .navigation-wrap.full,
body:not(.wp-customizer-preview) .navigation-wrap.full {
  min-height: 100px;
}
body:not(.mobile) .navigation-wrap .navigation-wrap-inner.affix,
body:not(.wp-customizer-preview) .navigation-wrap .navigation-wrap-inner.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
body:not(.mobile).has-banner .navbar-brand,
body:not(.wp-customizer-preview).has-banner .navbar-brand {
  display: none;
}
body:not(.mobile).has-banner .navigation-wrap-inner.affix .navbar-brand,
body:not(.wp-customizer-preview).has-banner .navigation-wrap-inner.affix .navbar-brand {
  display: block;
}
body.admin-bar .navigation-wrap .navigation-wrap-inner.affix {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 32px;
}
body.developer:not(.developer_disabled) .navigation-wrap .navigation-wrap-inner.affix {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 32px;
}
body.mobile .navigation-wrap {
  position: relative;
  z-index: 2;
}
body.wp-customizer-preview .navigation-wrap .navigation-wrap-inner {
  position: static;
}
@media (max-width: 767px) {
  body .navigation-wrap {
    min-height: initial !important;
  }
  body .navigation-wrap .navigation-wrap-inner {
    position: static !important;
  }
  body .navigation-wrap #site-navigation .social-icons {
    position: absolute;
    right: 80px;
    top: 4px;
  }
}
#site-navigation {
  background: #444444;
}
.navbar {
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 0;
}
.navbar .navbar-brand {
  position: relative;
  background: url('../images/banner_logo.png') center no-repeat;
  background-size: contain;
  font-size: 0;
  width: 250px;
  margin: 0 5px;
}
.navbar .navbar-brand .brand-alt {
  background: inherit;
  background-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.navbar .navbar-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar .navbar-nav > li > a {
  color: #ffffff;
}
.navbar .navbar-nav a:hover,
.navbar .navbar-nav a:focus,
.navbar .navbar-nav .open > a {
  background: none;
  color: #999999;
}
.navbar .navbar-nav .active > a {
  background: none;
  color: #999999;
}
.navbar .navbar-toggle {
  border-radius: 0;
  background: none;
  border: 1px solid #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background: #ffffff;
}
.navbar .navbar-toggle:hover {
  border-color: #999999;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #999999;
}
.navbar .social-icons {
  line-height: 50px;
  color: #ffffff;
}
.navbar .social-icons .search-form .form-group {
  vertical-align: top;
}
.navbar .social-icons .search-form .form-group label {
  margin: 0;
}
.navbar .dropdown-menu {
  border-radius: 0;
}
.navbar .dropdown-menu a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu {
    border-radius: 0;
  }
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    font-size: 0.8em;
  }
  .navbar .navbar-brand {
    width: 150px;
  }
  .navbar .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#sub-navigation {
  line-height: 40px;
  background: #444444;
  color: #ffffff;
}
#sub-navigation .breadcrumb {
  text-shadow: none;
}
#sub-navigation .breadcrumb > li + li:before {
  color: inherit;
}
.search-form {
  /*& .form-control:not(:focus) {
		width: 30px;
		background: none;
	}*/
}
.search-form .form-group {
  position: relative;
  margin: 0;
}
.search-form .form-group label {
  cursor: pointer;
}
.search-form .form-group label:hover {
  color: #999999;
}
.search-form .form-group .form-control {
  position: absolute;
  left: -8px;
  top: 8px;
  width: 100px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
.search-form .form-group .form-control:not(:focus) {
  width: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb {
  float: left;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > .active {
  color: inherit;
}
.nav-pagination {
  text-align: center;
}
.nav-pagination .pagination {
  border-radius: 0;
}
.nav-pagination .pagination > li > a,
.nav-pagination .pagination > li > span {
  border-radius: 0;
  color: #999999;
}
.nav-pagination .pagination > li > a:hover,
.nav-pagination .pagination > li > span:hover,
.nav-pagination .pagination > li > a:focus,
.nav-pagination .pagination > li > span:focus {
  color: #444444;
  background: #999999;
  border-color: #999999;
}
.nav-pagination .pagination > li.active > a,
.nav-pagination .pagination > li.active > span {
  color: #444444;
  background: #999999;
  border-color: #999999;
}
.site-content {
  background: rgba(68, 68, 68, 0.7);
  color: #ffffff;
  min-height: 450px;
}
.site-content .content-area {
  padding-top: 0;
  padding-bottom: 35px;
  overflow: hidden;
}
.site-footer {
  background: #666666;
  color: #ffffff;
  padding: 20px 0;
  font-size: 0.85em;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  color: #d9d9d9;
}
.site-footer .footer-links {
  position: relative;
}
.site-footer .footer-links li {
  display: inline;
}
.site-footer .footer-links li + li:before {
  content: ' | ';
}
.site-footer .footer-links li a {
  color: inherit;
}
.site-footer .footer-links li a:hover {
  text-decoration: underline;
}
.site-footer .footer-logos {
  position: relative;
  background-size: 100% auto !important;
}
.site-footer .footer-logos a {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
}
.social-icons {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.social-icons:after {
  content: '';
  display: block;
  clear: both;
}
.social-icons li {
  float: left;
}
.social-icons li a {
  display: block;
  width: 1.5em;
  text-align: center;
  color: inherit;
}
.social-icons li a:hover {
  color: #999999;
}
.social-icons li + li {
  margin-left: 5px;
}
.flexslider {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.flexslider .flex-direction-nav a {
  margin: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  text-indent: initial;
  color: #fff;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  opacity: 1;
  text-align: right;
}
.flexslider .flex-control-nav {
  bottom: 10px;
  line-height: 15px;
}
.flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.countdown {
  /* Large numbers with units underneath */
}
.countdown .digit-group {
  display: inline-block;
}
.countdown .digit-group + .digit-group {
  margin-left: 0.5em;
}
.countdown .digit-group + .digit-group:before {
  content: ':';
  padding: 0 3px;
  margin-left: -0.5em;
}
.countdown .digit-group.s:after {
  padding-left: 3px;
}
.countdown .digit:before {
  content: '0';
}
.countdown .digit.value1:before {
  content: '1';
}
.countdown .digit.value2:before {
  content: '2';
}
.countdown .digit.value3:before {
  content: '3';
}
.countdown .digit.value4:before {
  content: '4';
}
.countdown .digit.value5:before {
  content: '5';
}
.countdown .digit.value6:before {
  content: '6';
}
.countdown .digit.value7:before {
  content: '7';
}
.countdown .digit.value8:before {
  content: '8';
}
.countdown .digit.value9:before {
  content: '9';
}
.countdown .day:after {
  content: 'day';
}
.countdown .hour:after {
  content: 'hr';
}
.countdown .minute:after {
  content: 'min';
}
.countdown .second:after {
  content: 'sec';
}
.countdown .day.s:after {
  content: 'days';
}
.countdown .hour.s:after {
  content: 'hrs';
}
.countdown .minute.s:after {
  content: 'mins';
}
.countdown .second.s:after {
  content: 'secs';
}
.countdown.centered {
  text-align: center;
}
.countdown.centered .digital-group {
  text-align: left;
}
.countdown.subtitle:after {
  display: block;
  margin-top: 10px;
}
.countdown.style1 .digit-group {
  text-align: left;
  vertical-align: top;
  font-size: 3.5em;
  line-height: normal;
  margin-right: 20px;
}
.countdown.style1 .digit-group:after {
  display: block;
  font-size: 0.27em;
}
.countdown.style1 .digit-group:before {
  display: none;
}
.fancybox-skin {
  border-radius: 0;
}
.fancybox-close {
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}
.fancybox-close:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
.fancybox-close:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.embed-youtube {
  position: relative;
}
.embed-youtube iframe {
  background: #000;
  border: none;
  width: 100%;
  position: absolute;
  height: 100%;
}
.embed-youtube .image {
  position: relative;
}
.embed-youtube .image i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
/*.entry-content {
	.fl-builder-content {
		margin-left: -20px;
		margin-right: -20px;
	}
	.fl-row-fixed-width {
		max-width: none;
	}
	.fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
		//padding: 0;
		margin-left: -20px;
		margin-right: -20px;
	}
	.fl-module-content {
		margin-top: 0;
		margin-bottom: 0;
	}
}*/
.fl-row-fixed-width {
  max-width: 1170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fl-row-fixed-width {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fl-row-fixed-width {
    max-width: 750px;
  }
}
.fl-site-header {
  margin-bottom: -20px;
}
.fl-site-header .fl-row-content-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
.fl-site-header .fl-module-content {
  margin-bottom: 0;
  margin-top: 0;
}
.modal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.modal-content {
  border-radius: 0;
  border: none;
}
/*# sourceMappingURL=../css/screen.css.map */