/* Generated by less 2.2.0 */
/*!
 * Layout v0.1
*/
/* Table of Content
==================================================
	#Default Styles
	#Variables
	#Font Styles
	#Navigation Styles
	#Animation Effects
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Default Styles
================================================== */
.left,
.alignleft {
  float: left;
}
.alignleft {
  margin: 0 20px 20px 0;
}
.right,
.alignright {
  float: right;
}
.alignright {
  margin: 0 0 20px 20px;
}
.full {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.half {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.hide {
  display: none;
}
.mobile-hide,
.tablet-hide {
  display: block;
}
.mobile-show,
.tablet-show {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
.button {
  background: #000000;
  color: #ffffff;
  position: relative;
  font-size: 33px;
  line-height: 51px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 6px #000000;
  -webkit-box-shadow: 2px 2px 6px #000000;
  box-shadow: 2px 2px 6px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.button:hover {
  background-color: #ffffff;
  color: #000000;
}
/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover,
.float-shadow:focus,
.float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.float-shadow:hover:before,
.float-shadow:focus:before,
.float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Josefin Sans', sans-serif;
}
body,
p,
span,
b,
strong,
i,
em,
li,
a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  font-style: normal;
  line-height: 20px;
}
h1 {
  font-size: 5.000em;
  font-weight: 600;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
h1::before {
  border-bottom: 3px solid #8c806b;
  bottom: 25px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}
h2 {
  font-size: 3em;
  font-weight: 600;
  line-height: 140%;
  color: #666666;
  text-align: center;
  position: relative;
  border-bottom: 6px double #8c806b;
}
h2:after {
  content: '\0025C6';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -29px;
  padding: 0 20px;
  line-height: 10px;
  background: #fff;
  color: #8C806B;
  font-size: 18px;
}
h3 {
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 160%;
  color: #666666;
  border-bottom: 2px solid #8c806b;
}
h3:after {
  content: '\0025C6';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -29px;
  padding: 0 20px;
  line-height: 10px;
  background: #fff;
  color: #8C806B;
  font-size: 18px;
}
.sidebar-interior-outline h3 {
  margin-top: 30px;
}
.sidebar-interior-outline h3:first-child {
  margin-top: 0px;
}
h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666666;
}
p,
p a {
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
p b,
p strong,
b,
strong {
  font-weight: 700;
}
p i,
p em,
i,
em {
  font-style: italic;
}
img {
  display: block;
}
hr {
  border-color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.hero-subhead {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #FFF;
  line-height: 160%;
}
.phone-num {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #FFF;
  line-height: 160%;
  z-index: 3;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3em;
  font-weight: 600;
}
.phone-num p {
  color: #FFF;
}
#nav-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-container {
  width: 30%;
}
.nav-container {
  width: 70%;
  padding: 55px 0;
}
nav.navbar {
  margin: 0;
  padding: 0 50px;
  min-height: 85px;
  z-index: 1000;
}
nav.navbar .navbar-brand {
  width: 275px;
  transition: all 0.3s ease 0s;
  padding: 0;
  margin-top: 16px;
}
nav.navbar .navbar-toggle {
  margin: 26px 0 13px 0;
}
nav.navbar a {
  transition: all 0.3s ease;
  text-decoration: none;
}
nav.navbar .navbar-toggle {
  border: 1px solid #ffffff;
}
nav.navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-collapse.collapse {
  float: none;
}
nav.navbar.shrink {
  background-color: rgba(0, 0, 0, 0.7) !important;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
nav.navbar.shrink .navbar-brand {
  width: 175px;
}
nav.navbar.shrink a {
  font-size: .85em;
}
nav.navbar.shrink .navbar-toggle {
  margin: 0px 15px 8px 0;
  padding: 10px;
}
/* padding for shrink nav around nav container */
.shrink .nav-container {
  padding: 30px 0 !important;
}
#header .primary-menu {
  text-transform: uppercase;
  font-size: 1em;
  z-index: 100;
}
#header .primary-menu li {
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
}
#header .primary-menu li:hover,
#header .primary-menu li :active,
#header .primary-menu li :focus {
  border-bottom: 2px solid #8c806b;
}
#header .primary-menu li:hover ul.sub-menu {
  width: 100%;
  position: fixed;
  background-color: #8c806b;
  margin: 0;
  padding: 30px;
  top: 115px;
  left: 0;
  text-align: center;
}
#header .primary-menu li a {
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
}
#header .primary-menu li ul {
  display: none;
}
#header .primary-menu li li {
  border: none;
  padding: 0px 10px;
}
#header .primary-menu li li:hover {
  border-bottom: none;
}
#header .primary-menu li li a:hover {
  color: #000000;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #8c806b transparent transparent;
}
/* Shrink */
.shrink {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0 50px;
  z-index: 100;
}
.shrink #header .primary-menu {
  padding: 0 !important;
}
.navbar-toggle {
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/* #Site Styles
================================================== */
body {
  font-size: 14px;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}
ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 1em;
}
header {
  height: 586px;
  background-color: #000;
  overflow: hidden;
  postition: relative;
}
section {
  margin-bottom: 50px;
}
header .textwidget p {
  margin: 0 !important;
}
.btn {
  border: 2px solid #8c806b;
  color: #8c806b;
  margin: 15px 0;
  padding: 13px 30px;
  border-radius: 0px;
}
.btn:hover {
  transition: background-color 0.5s ease;
  background-color: #8c806b;
  color: #ffffff;
}
.btn:focus {
  transition: background-color 0.5s ease;
  background-color: #8c806b;
  color: #ffffff;
}
.hero-btn:hover {
  background-color: #8c806b;
  transition: background-color 0.5s ease;
}
input.wpcf7-submit.footer-btn {
  color: #666666;
  background-color: #ffffff;
  transition: background-color 0.5s ease;
}
input.wpcf7-submit.footer-btn:hover {
  background-color: #666666;
  color: #ffffff;
}
.button-row {
  color: #fff;
  position: relative;
  z-index: 2;
}
.button-row button {
  min-width: 100%;
  margin: 0;
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  min-height: 587px;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
.hero-txt {
  z-index: 3;
  color: #ffffff;
}
.hero-subhead {
  z-index: 3;
}
.hero-subhead p {
  color: #FFF;
}
.poster {
  display: none;
}
input[type="text"],
input[type="phone"],
input[type="tel"],
input[type="email"],
input[type="textarea"] {
  width: 100%;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: 'Josefin Sans', sans-serif;
  padding: 15px 17px 14px 15px;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  text-transform: uppercase;
  margin: 15px 0;
}
.row-info {
  margin-bottom: -45px;
}
.info-block {
  height: 95px;
  background-color: #ddd9d4;
  padding: 15px;
  margin-top: -52px;
  z-index: 4;
}
#info-section {
  margin-bottom: 60px;
}
.info-section {
  border-right: 1px solid #666666;
  position: relative;
}
.info-section p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1.3em;
}
.info-section {
  height: 68px;
}
.info-sec1,
.info-sec2,
.info-sec3,
.info-sec4 {
  padding: 0 12px;
}
.info-sec4 {
  font-size: .75em;
  line-height: .85em;
  height: auto;
}
table.address-info,
table.address-info tr,
table.address-info td,
table.address-info th,
table.address-info thead {
  vertical-align: middle !important;
}
table,
table tr,
table td,
table th,
table thead {
  vertical-align: middle !important;
}
table.address-info {
  margin: auto;
}
.map-marker {
  display: inline;
}
.info-section:last-child {
  border: none;
}
.info-address {
  text-align: left;
  padding: 0 15px;
  line-height: 1.2em;
}
img.quote {
  width: 50px;
  margin: 0 auto;
}
.bx-viewport {
  width: 80% !important;
  margin: 0 auto;
}
.testimonial {
  font-style: italic;
  margin-bottom: 40px;
}
.photo-wrap {
  display: inline-block;
  position: relative;
  margin-top: 25px;
}
.photo-wrap:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  border: 2px solid #8c806b;
}
.photo-wrap:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 15px;
  left: 15px;
  border: 2px solid #8c806b;
}
img.profile-pic {
  width: 100%;
  height: auto;
}
.profile-pic {
  float: left;
  outline: 2px solid #8c806b;
  outline-offset: 5px;
}
.sidebar-interior-outline {
  background-color: #ffffff;
  outline: 2px solid #8c806b;
  outline-offset: 5px;
  border: 2px solid #8c806b;
  padding: 30px;
}
.sidebar-interior-outline input[type="submit"] {
  width: 100%;
}
.sidebar-interior-outline a:hover {
  text-decoration: underline;
}
p.home-intro {
  margin-bottom: 0;
}
.four-feat-blocks {
  min-height: 567px;
}
.feature-box {
  padding: 30px 25px;
}
.feature-dg p,
.feature-lg p {
  margin-bottom: 70px;
}
.feature-dg {
  padding: 30px 25px;
  background-color: #e8e8e8;
}
.feature-lg {
  padding: 30px 25px;
  background-color: #efefef;
}
img.feature-icon {
  width: 116px;
  height: 116px;
  margin: auto;
  display: block;
  border-radius: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}
.feature-question {
  margin-bottom: 30px;
}
.feature-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 30px 0 30px 0;
}
.avatar {
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-right: 15px;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 0px solid #000000;
}
#articles-single table {
  width: 100%;
  margin-bottom: 20px;
}
#articles-single table,
#articles-single tr,
#articles-single td {
  vertical-align: top !important;
}
#articles-single .td-avatar {
  width: 80px;
}
#articles-single .td-title {
  width: 100%;
}
#articles-single h2 {
  text-align: left;
  text-decoration: none;
  margin-bottom: 14px;
  display: block;
}
#articles-single h2 a {
  text-decoration: none !important;
}
#articles-sidebar h3 {
  line-height: 191%;
  border-bottom: 2px solid #8b7f6b;
}
#articles-sidebar h4 {
  margin: 0;
}
.post-info,
.post-info a {
  font-style: italic;
}
#articles-sidebar .post-info,
#articles-sidebar .post-info a {
  display: inline-block;
  margin-bottom: 5px;
}
.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.breadcrumb-col {
  margin-bottom: 30px;
}
.trail-browse {
  display: none !important;
}
footer {
  color: #ffffff;
  background-color: #8c806b;
}
footer ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 10px;
}
footer ul li,
footer ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #ffffff;
}
.footer-awards {
  padding: 30px 0;
  background-color: #e3e3e3;
}
.footer-awards img {
  width: auto;
}
.footer-nav-sec {
  margin-bottom: 15px;
}
.footer-contact {
  margin-bottom: 0;
}
.contact-widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
/*********** CONTACT FORM STYLES **********/
footer.wpcf7-form p {
  display: inline-block;
  color: #ffffff;
}
form.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form p:last-of-type {
  display: block ;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
textarea {
  padding: 10px;
  border-radius: 0px;
  line-height: inherit;
  border: none;
}
.wpcf7-form input[type="text"]:placeholder,
.wpcf7-form input[type="email"]:placeholder,
.wpcf7-form input[type="tel"]:placeholder,
textarea:placeholder {
  font-size: 13px;
  color: #777;
}
#contact-form .wpcf7-form input[type="email"],
#contact-form .wpcf7-form input[type="tel"],
#contact-form .wpcf7-form input[type="text"],
#contact-form .wpcf7-form textarea {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #8c806b;
}
input.wpcf7-submit,
input#searchsubmit {
  border: 2px solid #8c806b;
  border-radius: 0;
  color: #8c806b;
  margin: 15px 0;
  padding: 13px 30px;
}
input.wpcf7-submit:hover,
input#searchsubmit:hover {
  color: #ffffff;
  background-color: #8c806b;
  border: 2px solid #8c806b;
}
footer div.wpcf7 .ajax-loader,
#contact-form div.wpcf7 .ajax-loader {
  width: auto;
  display: block !important;
}
section#footer-disclaimer,
section#footer-disclaimer p,
section#footer-disclaimer p a {
  font-size: 0.857em;
  color: #ffffff;
  margin: 15px 0;
  line-height: normal;
}
#svcs-nav ul {
  margin: 0 !important;
}
#svcs-nav ul li {
  font-size: 1em;
}
a #svcs-nav ul li:hover {
  color: #8c806b;
  text-decoration: underline;
}
#svcs-nav ul li::before {
  content: '\0025C6';
  margin-right: 5px;
}
.footer-disclaimer a {
  color: #ffffff;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #8c806b;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}
.highContrastDetect {
  background: url("../images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
}
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}
div.selector.active {
  background-position: 0 -156px;
}
div.selector.active span {
  background-position: right -26px;
}
div.selector.hover,
div.selector.focus {
  background-position: 0 -182px;
}
div.selector.hover span,
div.selector.focus span {
  background-position: right -52px;
}
div.selector.hover.active,
div.selector.focus.active {
  background-position: 0 -208px;
}
div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -234px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -104px;
}
div.checker {
  position: relative;
}
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.hover span,
div.checker.focus span {
  background-position: -38px -260px;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
  background-position: -114px -260px;
}
div.checker.hover.active span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
  background-position: -133px -260px;
}
div.checker.disabled,
div.checker.disabled.active {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
div.radio {
  position: relative;
}
div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.radio.active span {
  background-position: -18px -18px -279px;
}
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.hover span,
div.radio.focus span {
  background-position: -36px -36px -279px;
}
div.radio.hover span.checked,
div.radio.focus span.checked {
  background-position: -108px -279px;
}
div.radio.hover.active span,
div.radio.focus.active span {
  background-position: -54px -279px;
}
div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
div.uploader.active span.action {
  background-position: right -465px;
}
div.uploader.hover,
div.uploader.focus {
  background-position: 0 -353px;
}
div.uploader.hover span.action,
div.uploader.focus span.action {
  background-position: right -437px;
}
div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
  background-position: right -493px;
}
div.uploader.disabled,
div.uploader.disabled.active {
  background-position: 0 -325px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
div.button a,
div.button button,
div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px;
}
div.button.active {
  background-position: 0 -671px;
}
div.button.active span {
  background-position: right -551px;
  cursor: default;
}
div.button.hover,
div.button.focus {
  background-position: 0 -701px;
}
div.button.hover span,
div.button.focus span {
  background-position: right -581px;
}
div.button.disabled,
div.button.disabled.active {
  background-position: 0 -731px;
}
div.button.disabled span,
div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999999;
}
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.button.hover span,
div.button.focus span {
  color: #555555;
}
div.button.disabled span,
div.button.disabled.active span {
  color: #bbbbbb;
}
div.selector {
  font-size: 12px;
}
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #ffffff;
}
div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbbbbb;
}
div.checker {
  margin-right: 5px;
}
div.radio {
  margin-right: 3px;
}
div.uploader span.action {
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  color: #aaaaaa;
}
div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaaaaa;
}
input.uniform-input,
input.uniform-input:focus {
  background-color: #ffffff;
}
div.selector {
  min-width: 225px;
  background: none;
  line-height: 136px;
  height: 116px;
}
div.selector span {
  width: 100% !important;
  height: 70px;
  background: #000000;
  color: #ffffff;
  position: relative;
  font-size: 33px;
  line-height: 51px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 6px #000000;
  -webkit-box-shadow: 2px 2px 6px #000000;
  box-shadow: 2px 2px 6px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
div.selector span:hover {
  background-color: #ffffff;
  color: #000000;
}
div.selector span:hover {
  background-color: #ffffff;
  color: #000000;
}
div.selector span:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/bg-dropdown.png) center center;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
div.selector select {
  width: 100% !important;
  height: 100%;
}
div.uploader {
  min-width: 350px;
  background: none;
  line-height: 136px;
  height: 116px;
  overflow: visible;
}
div.uploader span.filename {
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 40px;
  overflow: visible;
}
div.uploader span.action {
  min-width: 225px;
  height: 70px;
  background: #000000;
  position: relative;
  font-size: 33px;
  line-height: 51px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 6px #000000;
  -webkit-box-shadow: 2px 2px 6px #000000;
  box-shadow: 2px 2px 6px #000000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
div.uploader span.action:hover {
  background-color: #ffffff;
  color: #000000;
}
div.uploader span.action:hover {
  background-color: #ffffff;
  color: #000000;
}
/* #Magnific Popups
================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  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: 10003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004;
}
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10005;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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: 10006;
  -webkit-box-shadow: none;
  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: white;
  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: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.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: rgba(0, 0, 0, 0);
}
.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 white;
  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 white;
  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: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-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;
}
.video-inner {
  background: #EBE8E8;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-bg.mfp-ready {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
/* #Media Queries
================================================== */
@media only screen and (max-width: 1450px) {
  h1 {
    font-size: 4em !important;
  }
}
/* Smaller Than Large Screens */
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 3.5em !important;
  }
  img {
    width: 100%;
  }
  img.attachement-full {
    width: auto !important;
  }
}
/* standard 960 to Large Screen */
/* standard 992 and Up */
@media screen and (min-width: 992px) {
  h2 {
    display: inline-block;
  }
}
/* Tablet on Downwards */
@media only screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
  .nav-container {
    padding-top: 0 !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh !important;
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    max-height: none !important;
    padding-top: 25% !important;
  }
  .navbar-collapse ul li {
    margin: 50px !important;
    text-transform: uppercase !important;
  }
  .navbar-collapse ul li a {
    font-weight: bold !important;
    font-size: 3.5em !important;
  }
  .navbar-collapse ul li a:hover {
    color: #8c806b;
  }
  .collapse {
    display: none !important;
  }
  .navbar-brand {
    margin-bottom: 0;
  }
  .navbar-toggle {
    display: block !important;
    z-index: 11;
  }
  .row-info {
    margin-top: -45px;
  }
  #featured-section h4 {
    line-height: 120%;
  }
  .featured-sec {
    margin-bottom: 0;
  }
  .info-block {
    height: auto !important;
  }
  .info-section:first-child {
    margin-top: 30px !important;
  }
  .info-section {
    margin-top: 45px !important;
    border: none !important;
    border-bottom: 1px solid #666666 !important;
  }
  .info-section:last-child {
    border-bottom: none !important;
    padding-top: 2px !important;
    margin: 45px 0 30px 0 !important;
  }
  .breadcrumb-col {
    text-align: center !important;
  }
  img {
    margin: auto;
  }
  .testimonial-left {
    margin-top: 0 !important;
  }
  .photo-wrap {
    display: table !important;
    margin: 0 auto !important;
  }
  img.profile-pic {
    width: auto !important;
  }
  .profile-pic-col {
    margin-bottom: 50px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 14px !important;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  h1 {
    font-size: 3em !important;
  }
  .navbar {
    padding: 0 !important;
  }
  .row.button-row button {
    min-width: auto !important;
    max-width: 240px !important;
  }
  .row-info {
    margin-top: 15px !important;
  }
  .header-or {
    margin-top: 0 !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body {
    font-size: 14px !important;
  }
  #info-section p {
    font-size: 14px !important;
  }
  h2 {
    font-size: 1.8em !important;
  }
  h3 {
    font-size: 1.4em !important;
  }
  img.navbar-brand {
    width: 200% !important;
  }
  .hero-video {
    display: none !important;
  }
  .poster {
    display: block !important;
  }
  #header .primary-menu li {
    display: block !important;
    line-height: 3em;
  }
  #header .primary-menu li:hover {
    border-bottom: none !important;
  }
  #header .primary-menu li:hover a {
    color: #8c806b;
  }
  .navbar-collapse ul li {
    margin: 20px 0 !important;
  }
  .navbar-collapse ul li a {
    font-size: 2em !important;
  }
  header {
    height: 586px;
  }
  .info-section {
    font-size: 1.3em !important;
  }
}
/* @font-face {
    font-family: 'interstate';
    src: url('../fonts/interstate-regular.eot');
    src: url('../fonts/interstate-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/interstate-regular.woff') format('woff'),
         url('../fonts/interstate-regular.ttf') format('truetype'),
         url('../fonts/interstate-regular.svg#interstate-regular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
