@charset "UTF-8";
/******************************************************************

	Main Wrappers

******************************************************************/
#wp-admin-bar-_options a:before {
  font-family: FontAwesome !important;
  content: '\f0d0' !important;
  font-size: 15px !important;
  padding-top: 9px !important;
  display: inline-block; }

#wp-admin-bar-all-in-one-seo-pack,
#wp-admin-bar-delete-cache {
  display: none !important; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html.has-transparent-header.has-banner-slider body {
  padding-top: 0; }

.has-header-banner header {
  padding-top: 34px; }

.loading.has-full-height-banner,
.loading.has-full-height-banner #sb-site,
.loading.has-full-height-banner #sb-site-inner,
.loading.has-full-height-banner #banner-slider-outer {
  height: 100%; }

@media (min-width: 1025px) {
  .blog #content, .single #content, .archive #content {
    margin-top: 18px; } }
@media (max-width: 1023px) {
  /*
  	html.no-header-banner {
  		 padding-top: 50px;
  
  		}
  		
  	html.admin-bar-showing.no-header-banner {
  		
  		padding-top: 80px
  	} 
  		
  */ }
@media (max-width: 782px) {
  /*
    html.admin-bar-showing #live-edit-iframe {
  	  
      	padding-top: 43px; 
      
      } 
      
      html.admin-bar-showing.no-header-banner {
  		
  		padding-top: 95px
  	} 
  */ }
body {
  color: #58585b;
  z-index: 9;
  height: 100%; }

html.live-edit-active, html.live-edit-active body {
  overflow: visible !important; }

html.live-edit-updated body {
  position: relative; }

body.admin-bar .navbar-fixed-top {
  top: 46px; }

#sb-site, #sb-site-inner {
  background: inherit;
  position: relative;
  min-height: 100%; }

.page-template-basic #content {
  padding-top: 20px; }

/* Fixes slidebars fixed header bug.
-------------------------------------------------------------- */
#sb-site {
  min-height: 0 !important; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#page {
  background: inherit;
  overflow: hidden; }

#page.container {
  padding-left: 0;
  padding-right: 0; }

.loading.has-full-height-banner #page {
  height: 100%;
  opacity: 0; }

.has-fixed-header.has-transparent-header #page {
  padding-top: 0; }

.container {
  max-width: 1190px !important;
  width: 100% !important; }

#content {
  background: none;
  position: relative; }

.page-template-page-sales #content, .page-template-page-sales #page {
  padding-top: 0 !important; }
.page-template-page-sales #section-1 .col-content {
  padding-top: 20px !important; }

/* Page Background
-------------------------------------------------------------- */
.page-background {
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 90% !important; }

@media (min-width: 1025px) {
  .page-background {
    margin: 50px auto 60px; } }
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (max-width: 1023px) {
  html:not(.has-tiny-menu) .single #content, html:not(.has-tiny-menu) .archive #content, html:not(.has-tiny-menu) .blog #content {
    margin-top: 70px; }
  html:not(.has-tiny-menu) .admin-bar-showing .single #content, html:not(.has-tiny-menu) .admin-bar-showing .archive #content, html:not(.has-tiny-menu) .admin-bar-showing .blog #content {
    margin-top: 90px; }

  .sb-navbar, .sb-slidebar {
    display: block; }

  .sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
            transform: translate(0px);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease; }

  .has-tiny-menu #sb-site {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }
@media (max-width: 991px) {
  .container {
    width: auto; } }
/******************************************************************

	Typography

******************************************************************/
/******************************************************************
H1, H2, H3, H4, H5 and other basic STYLES
******************************************************************/
body {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px; }

h1, .h1 {
  font-size: 2.2em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 2.1em;
  line-height: 1.4; }

h3, .h3 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.4; }

h4, .h4 {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4; }

h5, .h5 {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.4; }

h6, .h6 {
  font-weight: 400;
  font-size: 1.1em;
  line-height: inherit; }

p, ol, ul, dd {
  margin-bottom: 20px;
  font-size: 1em; }

ul, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: inherit;
  color: inherit; }

ol {
  list-style-type: decimal;
  padding-left: 1.4em; }

li {
  color: inherit; }

#content li:not(.product) {
  margin-bottom: 0.5em; }

.post ul, .post ol, .col-content ol, .col-content ul {
  list-style-position: outside;
  padding-left: 1.1em;
  margin-bottom: 1.7em;
  margin-left: 2px; }

.post ul, .col-content ul {
  list-style-type: disc; }

.post ol, .col-content ol {
  list-style-type: decimal; }

.post ul li, .col-content ul li {
  margin-bottom: .4em; }

video, object {
  max-width: 100%;
  height: auto; }

input.text, input.text:focus {
  box-shadow: inset 0 0 1px; }

strong {
  font-weight: 900; }

img {
  max-width: 100%;
  height: auto; }

em {
  color: inherit !important; }

/*********************
LINK STYLES
*********************/
a {
  outline: none !important;
  color: inherit;
  font-weight: inherit;
  white-space: normal !important; }

a:hover, a:focus {
  color: inherit;
  cursor: pointer  !important;
  text-decoration: none !important; }

a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */ }

a:link, a:visited:link {
  /*
  		this highlights links on iPhones/iPads.
  		so it basically works like the :hover selector
  		for mobile devices.
  		*/ }

a:visited {
  color: inherit; }

.lb-google-map,
.contact-links a,
.social-links a {
  text-decoration: none !important;
  border-bottom: none !important; }

.btn, input.text {
  -webkit-font-smoothing: antialiased !important; }

.encompass {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  border: none !important;
  text-decoration: none !important; }

.btn-primary:focus {
  background: inherit  !important;
  color: inherit !important; }

input.btn.btn-primary {
  font-weight: bold !important; }

.btn, input.submit, .wpcf7-submit {
  border-radius: 0;
  -webkit-transition: background-color .3s !important;
  transition: background-color .3s !important;
  border: none; }

#content .btn {
  font-size: inherit;
  text-decoration: none; }

.btn:active {
  box-shadow: none; }

#content .btn:hover, .wlm_regform_container input.submit:hover {
  /* 	background:#333 !important; */ }

.btn-primary {
  display: inline-block; }

#content .btn-primary, .wpcf7-submit, .wlm_regform_container input.submit, .regform-button {
  padding: .5em 1.2em .5em 1.2em;
  border: none;
  display: inline-block; }

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .wpcf7-submit:active, .wpcf7-submit:focus, .wpcf7-submit:hover, .wlm_regform_container input.submit {
  border: none;
  /* 	background:1799; */ }

.post-accordion.has-colored-tabs h4.panel-title a {
  color: #fff !important; }

.lb-options-error {
  color: red;
  display: block; }

#content a.no-underline {
  text-decoration: none  !important;
  border-bottom: none !important; }

strong {
  font-weight: bold; }

#content .btn-lg {
  padding: 10px 16px;
  font-size: 1.2em;
  line-height: 1.3333333; }

#content .btn-sm {
  padding: 8px 15px !important;
  font-size: inherit !important;
  line-height: 1.5;
  font-weight: inherit !important; }

/******************************************************************

	Good font sizes for small screens

******************************************************************/
@media (max-width: 1024px) {
  #content br {
    display: none; }

  #content h1, #content .h1 {
    font-size: 26px !important;
    line-height: 1.3;
    margin-bottom: .4em; }

  #content h2, #content .h2 {
    font-size: 24px !important;
    line-height: 1.5;
    margin-bottom: 0.8em; }

  #content h3, #content .h3 {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.5;
    margin-bottom: 0.8em; }

  #content h4, #content .h4 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.5;
    margin-bottom: 0.8em; }

  #content h5, #content .h5, #content blockquote {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 0.8em; }

  #content h6, #content .h6 {
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.5;
    line-height: inherit; }

  #content p:not(.catalog-product-excerpt), #content li {
    font-size: 16px !important;
    line-height: 1.5; } }
/******************************************************************
	
Header

******************************************************************/
#header {
  position: relative;
  max-width: 1190px;
  z-index: 10;
  margin: 0 auto; }

#header .container {
  position: relative;
  max-width: 1190px !important;
  padding: 20px 10px 25px; }

.transparent-header #header {
  background: none; }

.has-transparent-header #header {
  position: absolute; }

.has-tiny-menu #header {
  min-height: 90px; }

@media (min-width: 1090px) {
  .has-transparent-header #header {
    left: 50%;
    margin-left: -595px;
    width: 1190px; } }
.transparent-header #header, .transparent-header #header .container {
  border-bottom: none !important; }

#header.jsFixed {
  position: fixed;
  left: 50%;
  margin-left: -595px;
  width: 100%; }

.has-full-width-header #header {
  left: 0;
  margin-left: 0;
  width: 100%;
  max-width: none; }

.has-banner-slider #page {
  padding-top: 0; }

/*
  html.admin-bar-showing #header {
	

  		margin-top: 30px; 
  		

  
  }
  
  html.has-header-banner #header {
	  
	 margin-top: 35px; 

  }
*/
#header-banner {
  padding: 8px 10px 8px;
  z-index: 11;
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%; }

#header-banner * {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5; }

#header-banner a {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 3px 0;
  color: inherit !important; }

.branding {
  float: left; }

.branding a:hover {
  text-decoration: none; }

.branding h2, .basic-footer-branding h2 {
  margin: 0;
  font-size: 18px; }

#mobile-branding {
  float: right;
  padding: 10px 15px 10px; }

#mobile-branding h2 {
  margin: 4px 0 0;
  font-size: 16px; }

#mobile-branding a:hover {
  text-decoration: none; }

#mobile-branding IMG {
  max-height: 32px;
  width: auto; }

#mobile-menu li a {
  font-size: 14px; }

#mobile-menu .current_page_item a {
  border-bottom: none;
  border-left: 3px solid !important; }

.has-header-banner .page-template-page-user-area header .container {
  margin-top: 0 !important; }

@media (max-width: 1190px) {
  #header {
    width: 100% !important;
    margin-left: 0 !important;
    left: inherit !important; }

  .has-fixed-header #header {
    margin-left: 0;
    margin-right: 0;
    width: auto !important; }

  .has-full-width-header #header, .has-fixed-header #header {
    left: 0 !important;
    right: 0 !important; } }
@media (max-width: 1023px) {
  html:not(.has-tiny-menu) #header, html:not(.has-tiny-menu) #header-banner {
    display: none; }

  .lb-in-customizer #header, .lb-in-customizer #header-banner {
    display: block; } }
@media (max-width: 767px) {
  #header .container {
    padding-left: 25px;
    padding-right: 25px; }

  .sb-navbar .branding IMG {
    padding-bottom: 10px;
    max-height: 60px; }

  #header-secondary-nav {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  #header .nav > li > a {
    margin-left: 30px; } }
/******************************************************************

	Header Navbar

******************************************************************/
#header-primary-nav {
  text-align: right;
  clear: right;
  margin-right: 0; }

#header-primary-nav ul {
  font-family: inherit;
  line-height: 1; }

#header-primary-nav li, #header-secondary-nav li {
  display: inline-block;
  margin-left: 17px;
  font-family: inherit;
  color: inherit;
  line-height: 1.3; }

#header-primary-nav li {
  font-size: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid transparent; }

#header-primary-nav li {
  color: inherit;
  font-family: inherit; }

nav li a:hover, nav li a:active, nav li a:focus {
  text-decoration: none !important; }

#header nav li a {
  padding: 0 0 3px 0; }

#header nav li:hover, #header .current-menu-item {
  text-decoration: none;
  border-bottom: 1px solid; }

.menu-item-has-children:after {
  content: ''; }

/*
.menu-item-type-custom {
	border-bottom: none;

}
*/
/*

#mobile-menu .menu-item-object-custom  a {

	color:inherit
}
*/
/* Header Seconary Nav
-------------------------------------------------------------- */
#header-secondary-nav {
  float: right;
  font-size: 13px;
  margin-bottom: 0 !important;
  margin-top: -5px; }

#header-secondary-nav li {
  display: inline-block;
  margin: 0 0 12px 8px;
  font-size: 13px;
  border-bottom: 1px solid transparent; }

/*
 #menu-header-secondary li{
	display:inline-block;
	margin-left:12px;
	font-size:13px;
	margin-bottom: 5px

	
}

 #menu-header-secondary li{
	display:inline-block;
	margin-left:14px;
	font-size:15px;
	border-bottom: 1px solid transparent 
	
}
*/
/* Primary Dropdown
-------------------------------------------------------------- */
.dropdown-menu.visible {
  display: block; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 2px 2px 0 !important;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 2px !important; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li {
  margin: 0 5px 2px 5px !important;
  display: block !important;
  border-bottom: none !important; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 5px !important;
  clear: both;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
  text-decoration: none !important;
  border-bottom: none !important;
  font-size: 12px !important; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
  border-bottom: none !important; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #eee;
  outline: 0; }

#header-primary-nav #shop-login {
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: 0;
  text-align: right;
  font-size: 11px; }

.sb-menu .devider, .sb-menu span.logged-out {
  display: none; }

#header-secondary-nav {
  margin-bottom: 12px; }

/******************************************************************

	Centered Navigation

******************************************************************/
.has-branding-nav-center #header-primary-nav {
  width: 100%; }

#header .branding-menu-centered {
  position: absolute;
  top: 20px;
  left: 50%; }

#header .left-nav {
  text-align: right; }

#header .right-nav {
  text-align: left; }

#header .right-nav .dropdown-menu {
  left: inherit;
  right: 0; }

.left-nav li:first-child {
  margin-left: 0 !important; }

.right-nav li:last-child {
  margin-right: 0 !important; }

/*
#header .left-nav, #header .right-nav  {
	text-align: center
} 
*/
.has-branding-nav-center .no-brand {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

#header .left-nav li, #header .right-nav li {
  display: inline-block;
  float: none;
  margin: 0 7px 10px 7px; }

#header .left-nav {
  float: left !important;
  display: block;
  width: 50% !important; }

#header .right-nav {
  float: right !important;
  display: block;
  width: 50% !important; }

.sb-menu .branding-menu-centered {
  display: none; }

/******************************************************************

	Tiny Navigation

******************************************************************/
/*
.has-tiny-menu header {
	padding-top: 40px;

}
*/
#tiny-nav {
  position: absolute;
  top: 18px; }

#tiny-nav-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(14, 19, 33, 0.9);
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 9999;
  overflow: auto; }

.admin-bar-showing #tiny-nav-content {
  padding-top: 32px; }

#tiny-nav-show i {
  display: inline-block;
  font-size: 150%;
  position: relative;
  bottom: -.12em;
  padding: 6px 9px;
  min-width: 40px; }

#tiny-nav-show span {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px; }

@media (max-width: 1023px) {
  #tiny-nav-show span {
    display: none; } }
#tiny-nav-content.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

#tiny-nav-content .container {
  height: 100%; }

#tiny-nav-links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 1; }

@media (min-width: 1024px) {
  #tiny-nav-links {
    font-size: 1.7em; } }
#tiny-nav-links.no-vertical-center {
  top: 50px !important; }

#tiny-nav-links li {
  margin-bottom: .5em;
  text-align: center;
  border: none !important; }

#tiny-nav-links li a {
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent; }

#tiny-nav-links li a:hover, #tiny-nav-links li.current-menu-item a {
  border-bottom: 1px solid; }

#tiny-nav-hide {
  display: block;
  top: 20px;
  left: 20px;
  position: absolute;
  padding: 15px;
  font-size: 15px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 10;
  display: block; }

@media (max-width: 639px) {
  #tiny-nav-hide {
    left: 0;
    top: 0; } }
@media (max-width: 479px) {
  #tiny-nav-links li {
    font-size: 20px !important; } }
#tiny-nav-hide:hover, #tiny-nav-show:hover {
  text-decoration: none;
  opacity: .8; }

#tiny-nav-hide span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
  margin-left: 5px; }

/******************************************************************

	 Banner Slider

******************************************************************/
#banner-slider {
  height: 533px; }

.has-transparent-header #banner-slider {
  height: 575px; }

#banner-slider .flex-viewport,
#banner-slider .slides,
#banner-slider .slides li,
#banner-slider .centered,
#banner-slider .slider-content {
  height: 100%; }

#banner-slider {
  position: relative;
  max-width: none !important;
  width: 100%;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  padding: 0 !important;
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

.has-full-height-banner #banner-slider,
.has-full-height-banner #banner-slider-outer {
  height: 100%; }

.loading #banner-slider {
  opacity: 0; }

#banner-slider-outer {
  position: relative; }

.banner-slider-overlay {
  display: none; }

#banner-slider.container {
  max-width: 1190px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: inherit; }

.slider-loader {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  line-height: 1;
  color: #fff;
  z-index: 9999;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0; }

/*
#banner-slider,#banner-slider .flex-viewport,#banner-slider .slides,#banner-slider .slides li {
	min-height:400px;
}
*/
#banner-slider .container {
  margin-top: 0;
  margin-bottom: 0; }

.slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.slide .btn {
  background: transparent; }

#banner-slider .encompass {
  z-index: 1; }

#banner-slider .slider-content {
  position: relative;
  z-index: 10000 !important;
  overflow: hidden; }

.slider-content-inner {
  margin: 0 auto;
  padding: 20px 35px 40px;
  max-width: 1000px;
  overflow: hidden; }

@media (max-width: 767px) {
  /*
  	.slider-content-inner {
  		
  		top:inherit !important;
  		transform: none !important;
  		padding-top: 150px !important;
  	
  	}
  */ }
.slider-content-inner *:last-child {
  margin-bottom: 0; }

#banner-slider-footer {
  width: 100%;
  background: #aaa;
  line-height: 1.1;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  min-height: 70px; }

#live-edit-banner-slider-footer {
  overflow: visible !important; }

#banner-slider-footer input {
  border: none !important;
  box-shadow: none !important; }

#banner-slider-footer .count-3.number-2 {
  text-align: center; }

#banner-slider-footer .count-2.number-2, #banner-slider-footer .count-3.number-3 {
  text-align: right; }

#banner-slider .slide .btn-primary {
  margin-top: 20px; }

#banner-slider .slide .btn-primary:hover {
  background: #fff; }

#banner-slider .scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 999;
  display: block;
  margin-left: -20px;
  font-size: 50px !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  color: #fff; }

#banner-slider .fa-angle-double-down {
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0; }

#banner-slider .flex-direction-nav {
  margin-top: 0 !important; }

#banner-slider .flex-direction-nav a {
  font-size: 75px;
  line-height: 75px; }

.flex-direction-nav a {
  font-size: 40px;
  line-height: 40px; }

#slider-fadeout {
  background: #333;
  z-index: 1;
  opacity: 0; }

.slider-footer-content {
  padding-top: 15px;
  padding-bottom: 10px; }

.slider-footer-content * {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

#banner-slider-outer .live-edit-button {
  border: 1px solid red;
  top: inherit;
  bottom: 30px; }

#banner-slider .live-edit-button {
  border: 1px solid orange;
  top: 20px !important;
  bottom: inherit !important; }

/* Disable certian element transitions
-------------------------------------------------------------- */
#banner-slider div {
  -webkit-transition: height 0;
  transition: height 0; }

#banner-slider .slide .centered {
  -webkit-transition: all 0;
  transition: all 0; }

#banner-slider .slide .slider-content,
#banner-slider .slide .centered {
  -webkit-transition: all 0;
  transition: all 0; }

@media (max-width: 1023px) {
  html:not(.has-tiny-menu) #banner-slider-outer {
    margin-top: 48px; }

  #banner-slider-footer .subscribe-text * {
    margin-top: 10px; } }
@media (max-width: 991px) {
  #slider-fadeout {
    display: none !important; } }
@media (max-width: 639px) {
  #banner-slider {
    height: 340px; } }
@media (max-width: 639px) and (max-width: 479px) {
  .flex-direction-nav {
    display: none !important; } }
@media (max-width: 639px) {
  .has-transparent-header #banner-slider {
    height: 400px; }

  #banner-slider {
    font-size: 72%; }

  #banner-slider .slide .slider-content-inner {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 !important; }

  .slider-content-inner br {
    display: none; }

  #banner-slider .flex-prev, #banner-slider .flex-prev:hover, #banner-slider .flex-next, #banner-slider .flex-next:hover {
    font-size: 43px !important; } }
/******************************************************************

	Live Edit

******************************************************************/
.no-header-banner #banner-slider-outer,
.no-header-banner #banner-slider-footer {
  display: none; }

/* -----------------------------------
 * Slidebars
 * Version 0.8.1
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
.lb-in-customizer .sb-navbar {
  display: none; }

.sb-slidebar a:hover, .sb-slidebar li.current_page_item a {
  color: #9ABBC4;
  /* Link hover colour. */ }

.sb-navbar {
  background: #E6E7E8;
  /* Header Nav colour. */ }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  font-size: 90%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  visibility: hidden;
  /*Initially hide the Slidebars. */
  background-color: #222;
  /* Default Slidebars background colour, overwrite this with your own css. */ }

.sb-static {
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser 2.X. */
  position: absolute; }

.sb-left {
  left: 0;
  /* Sets Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Sets Slidebar to the right. */ }

html.sb-active-left .sb-left, html.sb-active-right .sb-right {
  visibility: visible;
  /* Makes Slidebars visibile when open. */ }

/* Slidebar Widths */
.sb-slidebar {
  width: 30%;
  /* Browsers that don't support media queries. */ }

.sb-slidebar {
  width: 135px;
  /* Slidebar width on extra small screens. */ }

/*  Second and third level */
.sb-menu li ul.children {
  margin-bottom: 0 !important;
  padding-left: 10px !important;
  font-size: 12px; }

.sb-menu li ul.children li:last-child {
  border-bottom: none !important; }

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

.admin-bar-showing .sb-menu {
  padding-top: 32px; }

.sb-menu .dropdown-menu {
  float: none !important;
  display: block; }

@media (min-width: 1024px) {
  .sb-navbar, .sb-slidebar {
    display: none; } }
@media (max-width: 1023px) {
  .sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
            transform: translate(0px);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
    /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

  .admin-bar-showing .sb-navbar {
    top: 35px; } }
@media (max-width: 788px) {
  .admin-bar-showing .sb-menu {
    padding-top: 48px; } }
@media (max-width: 782px) {
  .admin-bar-showing .sb-navbar {
    top: 45px !important; } }
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%; }

  .sb-width-thin {
    width: 55%; }

  .sb-width-wide {
    width: 85%; } }
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%; }

  .sb-width-thin {
    width: 40%; }

  .sb-width-wide {
    width: 70%; } }
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%; }

  .sb-width-thin {
    width: 25%; }

  .sb-width-wide {
    width: 55%; } }
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%; }

  .sb-width-thin {
    width: 15%; }

  .sb-width-wide {
    width: 45%; } }
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%; }

  .sb-width-thin {
    width: 5%; }

  .sb-width-wide {
    width: 35%; } }
/* Slidebars Theme
-------------------------------------------------------------- */
/* ---------------
 * Slidebars Theme
 *
 * ---------
 * CSS Index
 *
 * 001 - Box Model
 * 002 - Site
 * 003 - Slidebars
 * 004 - Slidebar Menus
 * 005 - Slidebar Widgets
 * 006 - Top Navigation Bar
 * 007 - Slidebar Controls
 *
 * ---------------
 * 001 - Box Model
 */
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  background-color: #3C3C3C;
  /* Background colour. */
  color: #e8e8e8;
  /* Text colour. */ }

.sb-slidebar a {
  color: #f2f2f2;
  /* Link colour. */
  text-decoration: none; }

/* --------------------
 * 004 - Slidebar Menus
 */
/* Main Menu */
.sb-menu {
  /* Apply to <ul> or <ol>. */
  padding: 0;
  margin: 0;
  list-style-type: none; }

.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */ }

.sb-menu .logout {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */ }

.sb-menu > li:first-child {
  border-top: none;
  /* Removes top border from first list item.. */ }

.sb-menu > li:last-child {
  border-bottom: none;
  /* Removed bottom border from last list item. */ }

.sb-menu li a {
  width: 100%;
  /* Makes links full width. */
  display: inline-block;
  padding: 1em;
  /* Creates an even padding the same size as your font. */ }

.sb-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  /* Will lighten any background colour you set. */ }

/* Borders */
.sb-left .sb-menu li a {
  border-left: 3px solid transparent; }

.sb-left .sb-menu li a:hover {
  border-left: 3px solid !important;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

.sb-right .sb-menu li a {
  border-right: 3px solid transparent; }

.sb-right .sb-menu li a:hover {
  border-right: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

/* Submenus */
.sb-submenu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* Submenu background colour. */ }

.sb-submenu li {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

/* Caret */
span.sb-caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0 5px;
  border: 5px solid transparent; }

span.sb-caret {
  /* Caret Down */
  border-top: 5px solid;
  border-bottom: 0 solid transparent; }

.sb-submenu-active > span.sb-caret {
  /* Caret Up */
  border-top: 0 solid transparent;
  border-bottom: 5px solid; }

/* ----------------------
 * 005 - Slidebar Widgets
 */
.sb-widget {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  margin: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  /* Slight shadow. */ }

.sb-widget-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */
  padding: 14px;
  background-color: #292929;
  /* Widget title background colour. */ }

.sb-widget-title {
  margin: 0;
  /* Removes browser default margins for heading tags. */ }

.sb-widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  padding: 14px;
  background-color: #262626;
  /* Widget content background colour. */ }

/* ------------------------
 * 006 - Top Navigation Bar
 */
.sb-navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 1000;
  background-repeat: no-repeat; }

html.sb-android .sb-navbar {
  position: absolute;
  /* Fix navbar to top for old versions of Android Browser. */ }

/* Navbar Menu Items */
.sb-navbar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sb-navbar-menu-left {
  float: left; }

.sb-navbar-menu-right {
  float: right; }

.sb-navbar-menu li {
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.sb-navbar-menu li a {
  display: inline-block;
  color: #f2f2f2;
  /* Navbar link colour */
  padding: 14px;
  text-decoration: none; }

.sb-navbar-menu li a:hover {
  color: #f2f2f2;
  /* Navbar link hover colour */
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

/* -----------------------
 * 007 - Slidebar Controls
 */
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
  cursor: pointer;
  /* Help desktop users with Slidebar controls. */ }

/* Navicons */
/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
#toggle-mobile-menu {
  float: left;
  margin: 12px 14px 12px;
  font-size: 23px; }

.sb-navbar .sb-toggle-right {
  width: 52px;
  float: right;
  padding: 14px; }

.navicon-line {
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #bbb;
  /* Colour of navicon lines. */ }

.sb-navbar .sb-toggle-right:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

/******************************************************************

	general

******************************************************************/
/*

[class*='col-'] *:first-child {
	margin-top: 0;
}
*/
/******************************************************************

	Latest

******************************************************************/
/* Admin Bar
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important; }

#wp-admin-bar-wp-logo {
  display: none; }

#wp-admin-bar-hosting-account a:before {
  font-family: "dashicons" !important;
  content: "\f110" !important; }

/* 404 Page
-------------------------------------------------------------- */
.error404 #content {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center; }

/* Popovers
-------------------------------------------------------------- */
.has-popover {
  margin-top: 40px;
  font-size: 14px !important; }

.popover-container {
  position: relative;
  display: inline-block; }

.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 500px; }

.popover-content {
  padding: 9px 14px; }

.popover-content IMG {
  max-width: 300px;
  display: block;
  margin-bottom: 10px !important;
  margin-top: 5px !important; }

@media (max-width: 480px) {
  .popover {
    max-width: 300px; }

  .popover-content IMG {
    max-width: 200px; } }
/* General
-------------------------------------------------------------- */
.lb-google-map,
.contact-links a,
.social-links a {
  text-decoration: none !important;
  border-bottom: none !important; }

.fluid-width-video-wrapper {
  border: 8px solid #aaa; }

.screen-reader {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.centered {
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.display-table {
  display: table;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  border: none; }

.display-cell {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  border-collapse: collapse; }

.valign-top {
  vertical-align: top; }

.valign-top * {
  margin-top: 0 !important; }

.valign-middle {
  vertical-align: middle; }

.val-middle {
  display: inline-block;
  float: none;
  vertical-align: middle; }

.pushdown {
  margin-top: 1em; }

.inline-block {
  display: inline-block;
  float: none;
  margin: 0 -.125em;
  width: auto; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-list-style {
  margin: 0;
  padding: 0;
  list-style-type: none; }

IMG {
  -webkit-transform: translate3d(0, 0, 0); }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a i.fa, a IMG {
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

a i.fa:hover, a IMG:hover {
  opacity: .9; }

.full-width {
  width: 100%; }

.table {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }

.no-list-style {
  list-style-type: none !important;
  padding-left: 0 !important; }

a.no-border-bottom {
  border-bottom: 1px solid transparent !important; }

a.no-border-bottom:hover {
  border-bottom: 1px solid !important; }

:focus {
  outline: none !important; }

.poloroid {
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.warning-add-content {
  margin: 30px auto; }

.margin-below {
  margin-bottom: 50px;
  display: block; }

.underline {
  text-decoration: underline !important; }

.alert-warning {
  margin-top: 50px;
  width: 94% !important;
  max-width: 1100px !important; }

.stroke-under:after {
  content: '';
  display: block;
  width: 80px;
  margin-top: 18px;
  border-bottom: 2px solid; }

/******************************************************************
	
Tables

******************************************************************/
#main table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0; }

#main table th, #main table td {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  line-height: 18px; }

#main table thead:first-child tr:first-child th, #main table tbody:first-child tr:first-child th, #main table tbody:first-child tr:first-child td {
  border-top: 0; }

.lb-google-map {
  display: inline-block; }

.lb-google-map i {
  margin-right: .2em;
  display: inline-block; }

#footer-widgets .lb-google-map {
  margin-top: 10px; }

html *.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid !important; }

.inline-ul li {
  display: inline-block; }

#content .checklist-circle {
  margin-top: 2em;
  margin-bottom: 2em;
  list-style-position: outside; }

ul.checklist li, .checklist-circle li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
ul.checklist li:before, .checklist-circle li:before {
  content: "\f00c";
  font-family: fontAwesome;
  display: inline-block;
  margin-right: .3em;
  font-size: 150%; }

.checklist-circle li:before, *.checklist-circle-item:before {
  width: 2em;
  height: 2em;
  border: 1px solid;
  text-align: center;
  padding-top: 1em;
  border-radius: 50%;
  line-height: 0;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px; }

.checklist-circle li, *.checklist-circle-item {
  margin-bottom: 1.5em !important;
  margin-right: 3em !important; }

.inline-ul *, *.checklist-circle-item * {
  display: inline-block; }

/* Additional Large Font Awsome classes
-------------------------------------------------------------- */
.fa-6x {
  font-size: 6em !important; }

.fa-7x {
  font-size: 7em !important; }

.fa-8x {
  font-size: 8em !important; }

.fa-9x {
  font-size: 9em !important; }

.fa-10x {
  font-size: 10em !important; }

.fa-11x {
  font-size: 11em !important; }

.fa-12x {
  font-size: 12em !important; }

.fa-13x {
  font-size: 13em !important; }

.fa-14x {
  font-size: 14em !important; }

.fa-15x {
  font-size: 15em !important; }

.fa-16x {
  font-size: 16em !important; }

.fa-17x {
  font-size: 17em !important; }

.fa-18x {
  font-size: 18em !important; }

.fa-19x {
  font-size: 19em !important; }

.fa-20x {
  font-size: 20em !important; }

/* Animations
-------------------------------------------------------------- */
.os-animation {
  opacity: 0; }

.os-animation.animated {
  opacity: 1; }

.os-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@media (max-width: 479px) {
  .col-tiny-12 {
    width: 100%; } }
noscript span {
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  color: red;
  font-size: 17px;
  text-align: center;
  line-height: 1.7; }

/*
.wpmudev-chat-row {
	padding: 5px !important
}


div.wpmudev-chat-module.wpmudev-chat-module-messages-list{
	padding: 10px
}

div.wpmudev-chat-module.wpmudev-chat-module-messages-list {
	padding-top: 15px !important
}

textarea#wpmudev-chat-send-bottom_corner.wpmudev-chat-send {
	padding:10px 10px 10px 16px
}

div.wpmudev-chat-box.wpmudev-chat-box-site {
	z-index: 999999999 !important;
	
}
*/
/******************************************************************

	flexible Columns

******************************************************************/
.outer-wrap {
  overflow: hidden;
  width: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: relative; }

.flex-row,
.container-full-width-cols {
  overflow: hidden; }

.flex-row .container {
  padding-left: 25px;
  padding-right: 25px; }

.row-heading {
  padding: 45px 15px 0;
  float: none; }

.single-column {
  padding-left: 30px;
  margin-right: 30px; }

.col-image {
  margin-bottom: 25px; }

.row-row-of-images .row-heading,
.row-image-tiles .row-heading {
  padding-bottom: 40px; }

.border-after {
  overflow: hidden;
  position: relative; }

.border-after:after {
  content: '';
  height: 1px;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: block;
  position: absolute;
  background: #ccc; }

.col-content *:not(.col-image):last-child {
  margin-bottom: 0 !important; }

@media (min-width: 1170px) {
  .border-after:after {
    left: 50%;
    right: inherit;
    width: 1170px;
    margin-left: -585px; } }
.row-heading *:last-child {
  margin-bottom: 0 !important; }

.flex-row {
  margin: 0 auto 0;
  background-repeat: repeat;
  background-position: center center;
  position: relative; }

.col-content {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  float: left; }

.outer-wrap-thin {
  padding-top: 8px;
  padding-bottom: 0; }

.outer-wrap-thin .flex-row {
  padding-bottom: 40px; }

.no-bottom-border {
  border-bottom: none !important;
  padding-bottom: 0; }

.flex-row.no-bottom-border {
  margin-bottom: 3px; }

.row-full-height {
  padding-top: 0; }

.row-full-height .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.row-full-height section {
  display: table;
  vertical-align: middle;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: -1px;
  margin-right: -1px;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.row-full-height .flex-row {
  margin-top: 0;
  margin-bottom: 0; }

.row-full-height .container {
  height: 100%;
  width: 100% !important;
  max-width: none !important;
  padding: 0; }

.row-full-height .flexible-column {
  height: 100%;
  display: table;
  padding: 20px;
  margin: 0 !important; }

.row-full-height .col-outer {
  display: table-cell;
  vertical-align: middle;
  padding: 28px;
  width: 100%; }

.flexible-column.col-md-12 .col-content {
  max-width: 950px; }

.slanted-top .row-heading *:first-child,
.col-content h1:first-child,
.col-content h2:first-child,
.col-content h3:first-child,
.col-content h4:first-child,
.col-content h5:first-child,
.col-content h6:first-child,
.col-content p:first-child {
  margin-top: 0; }

@media (min-width: 1024px) {
  .children-no-x-padding .container,
  .children-no-x-padding .flexible-column,
  .children-no-x-padding .col-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .children-no-y-padding .container,
  .children-no-y-padding .flexible-column,
  .children-no-y-padding .col-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
/* Two Columns
-------------------------------------------------------------- */
@media (min-width: 1191px) {
  .container-full-width-cols .number-1 .col-content {
    float: right; }

  div[class*=' col-'] .col-content {
    max-width: 767px; } }
.row-1-column .col-content {
  max-width: none !important; }

/* 3 Columns
-------------------------------------------------------------- */
.col-count-3 .flexible-column {
  padding: 0 15px; }
.col-count-3 .graphic-top.text-center {
  text-align: left; }
.col-count-3 h4 {
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.5; }
.col-count-3 p {
  font-size: 15px;
  line-height: 1.5; }

/* Background Images
-------------------------------------------------------------- */
.background-expand {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none; }

.background-expand.number-1.col-count-2 {
  left: 0;
  width: 50%;
  background-position-x: 100%; }

.background-expand.number-2.col-count-2 {
  left: 50%;
  width: 50%; }

.content-no-padding-top .col-content {
  padding-top: 0 !important; }

@media (min-width: 1023px) {
  .row-2-column .graphic-top-content {
    padding-left: 30px;
    padding-right: 30px; } }
/* Graphics
-------------------------------------------------------------- */
.graphic-left {
  padding-right: 25px; }

.graphic-right {
  padding-left: 25px; }

.graphic-top {
  overflow: hidden;
  margin-bottom: 20px; }

.graphic-top .fa {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: relative;
  /*
  	top:50%;
  	-webkit-transform:  translateY(-50%);
  */ }

.graphic-top IMG {
  margin: 0 auto 12px; }

.graphic-top .fa {
  padding-top: 10px; }

.has-graphic.graphic-left IMG, .has-graphic.graphic-right IMG {
  max-width: 190px; }

.has-round-image IMG {
  border-radius: 50%; }

/* Prevents border going full width (TESTING)
-------------------------------------------------------------- */
@media (max-width: 1220px) {
  /*
  #content .container {
  max-width: 95% !important
  }
  */ }
/* Slanted Top
-------------------------------------------------------------- */
@media (min-width: 1025px) {
  .slanted-top {
    position: relative;
    overflow: visible !important;
    margin-top: 20px !important;
    padding-top: 0 !important; }

  .slanted-top .col-outer,
  .slanted-top .row-heading {
    padding-top: 0; }

  .slanted-top .col-content {
    padding-top: 20px; }

  .slanted-top:before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    background: #e6e6e0;
    height: 200px;
    -webkit-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
    background: inherit; } }
@media (min-width: 1025px) {
  html:not(.has-banner-slider) .page #section-1.slanted-top {
    margin-top: 98px !important; }

  .col-content.has-background {
    padding: 40px 40px 30px !important; } }
@media (max-width: 1024px) {
  #content .container {
    max-width: none !important; }

  .flex-row br {
    display: none; } }
@media (max-width: 1180px) {
  /*
  
  	.col-content {
  		padding-left:15px!important;
  		padding-right:15px!important;
  	}
  */ }
@media (min-width: 768px) {
  .col-md-6 .col-content {
    max-width: 600px;
    margin: 0 auto; } }
@media (max-width: 1090px) and (min-width: 768px) {
  .col-md-4 .graphic-top i {
    font-size: 120px !important;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0); } }
@media (max-width: 991px) {
  .outer-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .col-content, .row-1-column {
    padding: 30px 0 30px !important; }

  #content .col-content.has-background {
    padding: 30px 20px 40px !important; }

  .graphic-top .fa {
    font-size: 140px !important; }

  .flexible-column p IMG {
    margin: 0 auto;
    display: block; }

  .flexible-column .display-cell {
    padding-bottom: 20px; } }
.container-full-width-cols .flexible-column {
  padding: 0 25px 0 25px !important; }

@media (max-width: 1023px) {
  /*
  	.container-full-width-cols 	.flexible-column {
  		padding: 0 30px 0 45px!important;
  
  	}
  */ }
@media (max-width: 767px) {
  /* Fixes gap beneeth first col-content
  -------------------------------------------------------------- */
  .col-count-2 .number-1 .col-content {
    padding-bottom: 0 !important; }

  .col-count-2 .number-2 .col-content {
    padding-top: 10px !important; }

  .no-background-sm {
    background: none !important; }

  .no-background-sm IMG.centered {
    display: block;
    margin: 0 auto;
    max-height: 400px;
    width: auto !important; }

  .col-md-6 .col-content {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  /* 3 cols so no padding
  -------------------------------------------------------------- */
  .col-md-4 .col-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .col-content.has-background {
    padding: 45px !important;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 10px;
    margin-right: 10px; }

  /*
  	
  
  	.row-heading {
  		padding-left: 25px;
  		padding-right: 25px
  		
  	}
  */
  /* .flexible-column  is Padded back in to allow for the zero padding on .container-full-width-cols
  -------------------------------------------------------------- */
  .container-full-width-cols .flexible-column {
    padding: 0 25px !important; }

  /*
  		.graphic-left {
  		padding-right: 0;
  	}
  	
  	
  	.flexible-column .has-graphic, .display-cell.has-graphic {
  		margin-bottom:20px;
  		width:100% !important;
  		text-align:center;
  		display: block
  	
  	}
  
  	
  	.flexible-column .has-graphic IMG {
  // 		max-width:none!important;
  		width:auto!important;
  		display: inline-block
  	}
  
  	
  		.graphic-top .fa {
  
  		-webkit-transform: translateY(0);
  		top:0;
  		
  	}
  */ }
/******************************************************************

	Gallery

******************************************************************/
.lbs-image-gallery {
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
  padding: 0 4px; }

.lbs-image-gallery li {
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  vertical-align: top;
  margin: 5px 10px 15px 10px !important;
  max-width: 42%;
  overflow: hidden;
  box-sizing: border-box; }

.lbs-image-gallery li IMG {
  display: block;
  width: auto; }

/******************************************************************

	Flex Slider displayed in flexible content template

******************************************************************/
.flexible-content-slider {
  width: 100%;
  padding: 0 20px !important; }

ul.slides {
  padding-left: 0 !important;
  margin-left: 0 !important; }

.flex-direction-nav {
  margin-top: -30px; }

.flex-direction-nav a {
  border: none !important; }

.content-slider .slider-inner {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }
.content-slider .graphic-wrap {
  margin-bottom: 30px; }
.content-slider li .container-fluid {
  height: 100%; }
.content-slider *:last-child {
  margin-bottom: 0 !important; }
.content-slider .content-slider .graphic-top {
  margin-bottom: 30px;
  overflow: hidden; }
.content-slider .slider-content * {
  margin-top: 0; }
.content-slider .flex-prev,
.content-slider .flexslider:hover .flex-prev {
  left: 10px; }
.content-slider .flex-next,
.content-slider .flexslider:hover .flex-next {
  right: 10px; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px !important; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px !important; } }
@media (max-width: 991px) {
  .slider-inner .graphic-wrap {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  .content-slider .pull-right {
    width: 100%;
    float: none !important; } }
@media (max-width: 767px) {
  .content-slider .flex-prev,
  .content-slider .flexslider:hover .flex-prev {
    left: -2px; }
  .content-slider .flex-next,
  .content-slider .flexslider:hover .flex-next {
    right: -2px; } }
/******************************************************************

	Signup  Forms

******************************************************************/
/* Signup Inline Forms
-------------------------------------------------------------- */
.signup-form-wrap {
  padding: 30px 0 20px;
  width: 100%;
  text-align: center;
  position: relative; }

.lb-signup-name, .lb-signup-email {
  box-shadow: none !important; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0; }

.form-group input {
  text-align: left; }

.form-group.has-btn {
  margin-left: 10px;
  position: relative; }

.signup-submit-btn-image {
  height: 70px;
  margin-top: -20px;
  position: relative; }

.signup-form-wrap.has-background {
  color: #fff; }

.subscribe-text {
  padding-right: 0;
  height: 100%;
  font-family: "Open Sans", Arial, Helvetica !important;
  line-height: 1.2; }

.has-signup-image .subscribe-text * {
  font-size: 18px; }

.has-signup-image .subscribe-text {
  padding-left: 128px;
  position: relative; }

.signup-image {
  margin: 0 13px 0 0;
  max-width: 112px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

/*
#footer .subscribe-text {
	margin-bottom: 20px;

}
*/
.subscribe-text * {
  margin-top: 0; }

.has-large-button .subscribe-text {
  vertical-align: middle; }

#content form.form-inline input.your-email {
  width: 180px; }

form.form-inline input.your-name {
  width: 170px; }

.col-md-6 .col-md-7 .form-group input {
  max-width: 100px; }

.form-control, form .btn {
  padding: 7px 13px !important;
  border: none;
  border: none !important;
  border-radius: 0; }

.form-group input.btn-round {
  margin-top: -15px;
  padding: 10px 0 !important;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px !important;
  font-family: Georgia,'Times New Roman',Times,serif;
  line-height: 1; }

.input-wrap {
  padding-right: 0; }

.form-control:focus {
  border-color: #999;
  box-shadow: none !important; }

/* Content Signup Forms
-------------------------------------------------------------- */
.signup-form-wrap.layout-thin {
  margin: 10px auto;
  padding: 10px 20px 5px;
  max-width: 800px; }

.signup-form-wrap.layout-thin .subscribe-text * {
  margin-bottom: 0 !important;
  color: #fff !important;
  font-size: 1.2em; }

.signup-form-wrap.layout-thin [class*="col-"] {
  width: 100%; }

.signup-form-wrap.layout-thin .subscribe-text {
  padding-top: 9px !important;
  padding-bottom: 0 !important;
  padding-left: 15px; }

.signup-form-wrap.layout-thin .has-text-input {
  margin-right: 10px;
  max-width: 300px;
  width: 42%; }

.signup-form-wrap.layout-thin input.your-email, .signup-form-wrap.layout-thin input.your-name {
  width: 100%; }

.signup-form-wrap.layout-thin .btn-round {
  margin-top: -15px; }

.signup-form-wrap.has-background .subscribe-text * {
  color: #fff; }

.signup-form-wrap .has-btn {
  width: auto; }

.form-inline .form-control, .form-inline .form-group {
  vertical-align: top; }

.no-name-field .has-text-input,
.no-name-field .has-text-input input {
  width: 300px !important;
  max-width: 100%; }

/******************************************************************

	Make the colums full width

******************************************************************/
@media (max-width: 1139px) {
  .signup-form-wrap {
    padding-top: 14px; }

  .signup-form-wrap [class*="col-"] {
    padding-left: 0;
    width: 100%;
    text-align: center; }

  .signup-form-wrap input[type="text"],
  .signup-form-wrap input[type="email"] {
    width: 100%; }

  .subscribe-text {
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 15px; }

  .subscribe-text * {
    text-align: center !important; }

  .signup-form-wrap .text-left {
    padding-right: 0; }

  #content .form-group .your-email, #content .form-group .your-name {
    margin: 0 2% 15px !important;
    width: 97% !important; } }
@media (max-width: 991px) {
  /*
  		.signup-form-wrap.layout-thin .has-btn input {
  		margin-top:0!important;
  		
  	}
  */
  .subscribe-text * {
    font-size: 15px !important; }

  .form-inline .form-control {
    display: inline-block; }

  .signup-form .form-group {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .signup-form-wrap.layout-thin div {
    margin: 0 auto 10px !important;
    text-align: center; }

  .signup-form-wrap.layout-thin div {
    margin: 0 auto 10px !important;
    text-align: center; }

  .signup-image {
    display: none; } }
@media (max-width: 639px) {
  .signup-form-wrap {
    padding: 15px; }

  .signup-submit-btn-image {
    height: auto;
    margin-top: 0; }

  .signup-form-wrap .has-btn {
    margin-bottom: 0 !important; }

  .subscribe-text * {
    font-size: 14px !important;
    margin-bottom: 0 !important; }

  #content .form-inline .form-group {
    margin: 0 5px 0;
    width: 43%;
    font-size: 12px;
    padding: 1px 2px !important;
    line-height: 1 !important; }

  .form-inline .form-group input.your-email, .form-inline .form-group input.your-name {
    width: 100% !important; }

  #content .form-control {
    padding: 0 5px 0 5px !important;
    height: 28px !important; }

  .signup-form-wrap.layout-thin .has-text-input {
    display: block;
    float: none;
    width: 100%; }

  .signup-form-wrap.layout-thin .input-wrap, .signup-form-wrap.layout-thin .subscribe-text, .signup-form-wrap.layout-thin .form-group {
    margin-left: 0;
    padding-left: 0; }

  #content .signup-form-wrap.layout-thin .form-group input.your-name, #content .signup-form-wrap.layout-thin .form-group input.your-email {
    margin-left: 0 !important; } }
@media (max-width: 320px) {
  .form-inline .form-group {
    width: 100%; }

  .has-large-button {
    padding-top: 8px; }

  .signup-form-wrap .has-btn {
    padding-top: 10px !important;
    display: block;
    margin: 0; }

  .form-group.has-text-input {
    margin: 0 0 0px !important; }

  .slider-content-inner div {
    width: 100%; } }
/******************************************************************

	Post selector

******************************************************************/
.post-selector {
  float: left;
  margin: 30px 0 30px; }

.row-post-selector section {
  width: 100%; }

.post-selector > [class*='col-'] *:first-child {
  margin-top: 0 !important; }

.post-selector .col-md-3 {
  padding-top: 9px !important; }

.post-selector .col-md-3 IMG {
  margin-bottom: 0 !important; }

.post-selector h4 {
  margin-bottom: 10px !important; }

.post-selector .col-md-3 {
  padding-top: 10px; }

.post-selector .col-md-3 IMG {
  margin-bottom: 15px; }

.post-selector h4 {
  margin-bottom: 5px;
  font-size: 20px; }

.post-selector h5 {
  margin-top: 0;
  font-size: 18px; }

.contact-links {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }

.contact-links li {
  display: inline-block;
  margin-right: .2em;
  font-size: 1.6em !important;
  list-style-type: none !important; }

.contact-links li i {
  margin-right: .5em;
  font-weight: bold; }

.contact-links li a {
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.contact-links li a:hover {
  opacity: .8; }

#sub-headings {
  margin-bottom: 20px;
  padding-left: 0 !important;
  font-size: 14px; }

#sub-headings li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

@media (min-width: 480px) and (max-width: 767px) {
  .post-selector .col-md-3 .wp-post-image {
    max-width: 300px !important;
    margin-bottom: 15px !important; } }
@media (max-width: 767px) {
  .post-selector {
    padding-left: 0;
    padding-right: 0; }

  .post-selector .col-md-3 .wp-post-image {
    margin-bottom: 15px !important; } }
/******************************************************************

	Social Media Links ( font awesome icons )

******************************************************************/
ul.lb-socials {
  margin: 0;
  margin-right: 15px;
  margin-left: 10px;
  padding: 0;
  list-style: none;
  display: block; }

ul.lb-socials.inline-block {
  display: inline-block;
  width: auto; }

.lb-socials li {
  display: inline-block;
  padding: 0 !important;
  border: none !important;
  -webkit-transition: all .4s;
  font-size: inherit;
  transition: all .4s;
  position: relative; }

.lb-socials li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1 !important;
  border: none !important; }

.lb-socials i {
  font-family: FontAwesome !important;
  line-height: 1 !important; }

.lb-socials.text-left li {
  margin: 0 1em 12px 0 !important; }

.lb-socials.text-center li {
  margin: 0 .5em 12px; }

.lb-socials.text-right li {
  margin: 0 0 5em 12px; }

.lb-socials li a:hover {
  text-decoration: none;
  opacity: .7;
  filter: alpha(opacity=70); }

.lb-socials li.has-fa-stack a:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100); }

.lb-socials li.has-fa-stack a i {
  -webkit-transition: all .4s;
  transition: all .4s; }

/* Brand Colors */
.facebook-icon {
  color: #3b5998; }

.twitter-icon {
  color: #00aced; }

.google-plus-icon {
  color: #dd4b39; }

.pinterest-icon {
  color: #cb2027; }

.linkedin-icon {
  color: #007bb6; }

.youtube-icon {
  color: #bb0000; }

.vimeo-icon {
  color: #aad450; }

.instagram-icon {
  color: #517fa4; }

@media (min-width: 1190px) {
  #banner-slider-footer .signup-form-wrap .lb-socials {
    float: left;
    padding-right: 20px; } }
@media (max-width: 1189px) {
  #banner-slider-footer .signup-form-wrap .lb-socials li a i {
    font-size: 25px !important;
    margin-top: 0; } }
/******************************************************************

	Quotes

******************************************************************/
blockquote {
  overflow: hidden;
  padding: 0;
  font-size: inherit; }

.quote {
  margin-bottom: 20px; }

.flexible-column .quote:last-child {
  margin-bottom: 0; }

.quote .image-on-top {
  margin-bottom: 25px; }

.quote IMG.img-circle {
  display: inline-block;
  margin-bottom: 10px; }

.quote .col-sm-2 {
  text-align: center; }

blockquote {
  border-left: none; }

blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
  quotes: "“" "”"; }

blockquote p:first-child:before, blockquote p:last-of-type:after, blockquote h1:first-child:before, blockquote h1:last-of-type:after, blockquote h2:first-child:before, blockquote h2:last-of-type:after, blockquote h3:first-child:before, blockquote h3:last-of-type:after, blockquote h4:first-child:before, blockquote h4:last-of-type:after {
  vertical-align: -.4em;
  font-size: 270%;
  line-height: .1em; }

blockquote p:first-child:before, blockquote h1:first-child:before, blockquote h2:first-child:before, blockquote h3:first-child:before, blockquote h4:first-child:before {
  margin-right: .25em;
  content: open-quote;
  font-family: Georgia, "Times New Roman", Times, serif; }

blockquote p:last-of-type:after, blockquote h1:last-of-type:after, blockquote h2:last-of-type:after, blockquote h3:last-of-type:after, blockquote h4:last-of-type:after {
  margin-left: .25em;
  content: close-quote;
  font-family: Georgia, "Times New Roman", Times, serif; }

cite {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: normal;
  font-size: 90%; }

/******************************************************************

	Accordion

******************************************************************/
.panel {
  padding: 0 0 13px;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 65px; }

.has-excerpt .panel {
  min-height: 140px !important;
  border: 1px solid red; }

.panel-group.has-excerpt .panel {
  border: none !important; }

.panel-group {
  clear: both; }

/*
.panel-default > .panel-heading {
	background:inherit;
}
*/
.panel-heading {
  position: relative; }

h4.panel-title {
  font-size: 17px !important; }

.panel-heading, .panel-title {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important; }

.panel-heading {
  border: none !important; }

.panel-heading a {
  padding: 12px 10px 12px 25px !important;
  text-decoration: none !important; }

.has-colored-tabs .panel-heading a {
  color: #fff !important; }

.has-colored-tabs .panel-heading .fa-circle {
  display: none; }

.panel-heading .more-link {
  position: absolute;
  top: 11px;
  right: 33px;
  padding: 0; }

.panel-excerpt {
  overflow: hidden;
  padding: 1.1em 20px 15px;
  width: 100%; }

.panel-excerpt h6 {
  margin-bottom: 5px;
  font-weight: 700; }

.panel-title a.toggle,
.panel-title a.toggle:hover {
  border: none !important; }

.toggle-accordion {
  border: none !important; }

.panel-excerpt .toggle-accordion {
  display: block;
  padding-top: 10px; }

.has-excerpt .panel-collapse {
  padding: 0 20px; }

.has-excerpt .panel-collapse {
  padding-top: 0; }

div#evp-5PQJKYY7G5 {
  max-width: 97%;
  overflow: hidden; }

.panel-body {
  padding: 10px 20px 15px !important;
  border: none !important; }

.panel-title, .panel-title a {
  display: block;
  padding-bottom: 15px; }

.has-colored-tabs .panel-title a {
  padding: 0 15px; }

.panel-collapse {
  padding-left: 2px; }

.panel-collapse footer {
  padding: 15px 32px 30px !important;
  text-align: right; }

.has-excerpt .panel-collapse footer {
  padding: 15px 15px 30px !important; }

h4.panel-title {
  padding-right: 120px !important;
  font-weight: 700;
  font-size: 1.3em; }

.has-excerpt h4.panel-title {
  padding-right: 10px !important; }

h4.panel-title a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none !important; }

h4.panel-title a:hover, a.toggle-accordion:hover {
  text-decoration: none;
  opacity: .7;
  filter: alpha(opacity=70); }

.has-colored-tabs h4.panel-title, .has-colored-tabs h4.panel-title a:hover {
  color: #fff; }

a.toggle {
  text-decoration: none; }

a.toggle-accordion {
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none !important; }

.panel-collapse footer {
  padding-right: 15px; }

a.toggle-accordion .fa-chevron-up {
  margin-top: -1px; }

a.toggle-both .fa-stack, .toggle-close .fa-stack {
  margin-left: .8em; }

.post-accordion a.toggle-both:before {
  content: 'see more'; }

.post-accordion a.toggle-both[aria-expanded="true"]:before {
  content: 'close'; }

@media (max-width: 767px) {
  .post-accordion .more-link {
    right: 0 !important; }
  .post-accordion .more-link a:before {
    display: none; }
  .post-accordion .panel-heading {
    padding-right: 22px !important; }
  .post-accordion .panel-collapse footer {
    padding-right: 10px !important; }

  .post-accordion.has-excerpt .panel-collapse footer {
    padding-right: 0 !important; } }
.post-accordion div[data-role="evp-video"] {
  left: 0 !important; }

.panel-height-fix {
  display: block !important;
  margin-top: -999999px;
  position: relative;
  /*
  	height: auto !important;
  	position: relative
  */ }

.media-accordion .panel-collapse div, .media-accordion .panel-collapse object {
  width: 100%; }

@media (max-width: 767px) {
  .panel-body, .has-excerpt .panel-body {
    padding-right: 15px !important;
    padding-left: 15px !important; } }
/* Downloads
-------------------------------------------------------------- */
.downloads {
  margin: 0;
  text-align: left;
  padding-left: 0 !important;
  width: 100%; }

.downloads td {
  vertical-align: top;
  font-size: 1.1em;
  width: 25%;
  padding: 0 15px 15px 0; }

#content .downloads a {
  border: none !important;
  -webkit-transition: background .3s;
  transition: background .3s; }

#content .downloads IMG {
  padding: 2px;
  border: 1px solid #ddd;
  width: 70px; }

#content .downloads i, #content .downloads IMG {
  display: block;
  vertical-align: middle;
  margin-bottom: 10px; }

@media (max-width: 479px) {
  .downloads, .downloads tr {
    display: block !important; }

  .downloads td {
    width: 50%;
    float: left; } }
/******************************************************************

	Tiles

******************************************************************/
.image-tiles .row-heading {
  padding-bottom: 35px; }

.tiles {
  width: 100%;
  margin-bottom: 0;
  display: block; }

#content .tiles li {
  position: relative;
  float: left;
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 0; }

.tiles li.col-md-3, .tiles li.col-md-4 {
  padding: 0 7px 14px; }

.tiles li .inner {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  width: 100%;
  height: 100%;
  z-index: 1; }

.tiles li a.encompass {
  z-index: 3; }

.tiles li .overlay {
  -webkit-transition: opacity .9s;
  transition: opacity .9s;
  z-index: 1; }

.tiles li a:hover .overlay {
  opacity: 1 !important; }

/*

.tiles li .show-on-hover * {
	color:#fff !important
}
*/
.tiles li .tile-content {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }

.tile-content.pos-middle {
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 22px 25px;
  font-weight: 500;
  font-size: 17px;
  -webkit-transition: all .4s;
  transition: all .4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (min-width: 1025px) {
  .tile-content.pos-middle {
    padding: 12px 10%; } }
.tiles li .tile-content.pos-bottom {
  bottom: 0; }

.tiles li .tile-content.pos-top {
  top: 0; }

.tile-content {
  padding: 20px;
  -webkit-transition: all .6s;
  transition: all .6s; }

.tile-content *:last-child {
  margin-bottom: 0 !important; }

.tiles li:hover .pos-middle {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.tiles li:hover .tile-content {
  opacity: 1 !important; }

.tile-content *:first-of-type {
  margin-top: 0 !important; }

#sidebar .tiles li {
  margin: 0 0 35px;
  padding: 0; }

.tiles li a {
  z-index: 2; }

.tiles a {
  -webkit-transition: opacity 4.4s;
  transition: opacity 4.4s; }

.tiles a:hover {
  opacity: .97; }

.tiles a:hover {
  text-decoration: none; }

.tiles li .inner {
  height: 100%;
  width: 100%;
  /* Fixes high issues with white borders*/
  overflow: hidden; }

.tiles .background {
  z-index: 1;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all .7s;
  transition: all .7s; }

.opacity-hover .inner {
  -webkit-transition: all .7s;
  transition: all .7s; }

.opacity-hover .inner:hover .background {
  opacity: 0.8; }

li.zoom-hover .background {
  -webkit-transition: all .8s;
  transition: all .8s; }

.zoom-hover .inner:hover .background {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0) scale(1.05);
      -ms-transform: translate(0, 0) scale(1.05);
          transform: translate(0, 0) scale(1.05); }

.tile-lower-content {
  padding: 20px 25px 20px; }

.height-auto {
  height: auto; }

.tiles .col-md-6.tile-1 {
  clear: left;
  border: 1px solid red; }

/* Clear float on the start of each row.
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .tiles .col-md-4.three-1,
  .tiles .col-md-3.four-1 {
    clear: left; } }
@media (max-width: 991px) {
  .tiles .two-1 {
    clear: left; } }
/******************************************************************

	Payment gateway pages 

******************************************************************/
/* Stripe Waiting button */
.regform-waiting {
  color: inherit !important; }

.userAgreement {
  font-size: 11px; }

#user-submitted-posts {
  padding: 20px;
  border: 1px solid #ccc; }

#user-submitted-posts iframe {
  border: 1px solid #ccc; }

#usp-success-message {
  font-size: 2.3em;
  text-align: center; }

.usp-error {
  color: red;
  font-size: 1.2em; }

#user-submitted-posts .wp-editor-tabs {
  display: none; }

.user-submitted-captcha {
  max-width: 120px; }

/******************************************************************
	
Post

******************************************************************/
/* Prevents margins breaking on phones
-------------------------------------------------------------- */
#content section {
  max-width: 100%; }

.centered-blog {
  float: none;
  margin: 0 auto;
  max-width: 1015px !important; }

.centered-blog #main {
  width: 100% !important;
  float: none; }

#post-1 {
  padding-top: 25px; }

/*******************************
02. ARTICLE WRAPPER
(background, borders etc for individual posts/pages)
********************************/
.hentry, #comments, .respond-form {
  margin: 0 0 20px;
  border-radius: 0; }

.search h1, .search-results h1, .archive h1 {
  font-size: 1.5em; }

.search h1.page-title, .search-results h1.page-title, .archive h1.page-title {
  margin-bottom: 20px;
  padding-left: 20px; }

/*******************************
03. ENTRY HEADER
********************************/
.article-header {
  margin-bottom: 15px;
  padding: 0 20px; }

.article-header h1, .article-header h2, .article-header h3, .article-header h4, .article-header h5, .article-header h6 {
  margin-top: 0; }

h1.entry-title {
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.9em; }

.entry-title a, .entry-title a:visited {
  color: inherit !important;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none !important; }

.entry-title a:hover, .entry-title a:active {
  color: #888;
  text-decoration: none; }

.archive .post-title {
  font-size: 1.6em; }

.archive-title {
  margin: 10px 0 20px 20px;
  font-size: 2em !important; }

.byline {
  margin: 0;
  color: #999;
  font-size: 14px; }

.post-info {
  margin-bottom: 25px;
  font-size: 13px; }

.post-info * {
  color: #888; }

.post-info a {
  margin-left: 5%; }

.post-info a, .post-info a:hover :before {
  -webkit-transition: color .4s;
  transition: color .4s; }

.post-info a:hover, .post-info a:hover :before {
  color: #000;
  text-decoration: none; }

.post-info .fa:before {
  margin-right: 10px; }

/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.sticky-ind {
  display: none; }

.sticky .sticky-ind {
  display: inline !important; }

/*******************************
04. FEATURED IMAGE
********************************/
.featured-content {
  margin-bottom: 25px; }

.featured-img-bg {
  height: 300px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-width: 100% !important; }

.featured-img img {
  margin: 0 auto; }

/*******************************
05. ENTRY CONTENT
********************************/
.entry-content div[class^="col-"]:first-of-type {
  padding-left: 0; }

.entry-content .col-md-6:nth-of-type(2),
.entry-content .col-md-4:nth-of-type(3),
.entry-content .col-md-3:nth-of-type(4) {
  padding-right: 0; }

#content .btn.btn-primary,
#content .wpcf7-submit,
#content .wlm_regform_container input.submit,
#content .regform-button,
#content .comment-reply-link,
#wlm_submit_button,
#content button.regform-button,
.submit, .comments-logged-in-as a,
.post-info a {
  text-decoration: none !important; }

/*



.entry-content a:not(.btn-primary):not(.read-more):not(.add_to_cart_button):not(.read-more):not(.add_to_cart_button),
.col-content a:not(.btn-primary):not(.read-more):not(.add_to_cart_button):not(.read-more):not(.add_to_cart_button),
.underlined {
	
	text-decoration: none;
	border-bottom: 1px solid
}

.entry-content a:not(.btn-primary):not(.read-more):not(.add_to_cart_button):not(.read-more):not(.add_to_cart_button):hover,
.col-content a:not(.btn-primary):not(.read-more):not(.add_to_cart_button):not(.read-more):not(.add_to_cart_button):hover, 
.underlined:hover  {
	
	text-decoration: none !important;
	border-bottom: 1px solid
	
}
*/
.sbi_photo {
  border-bottom: none !important; }

.col-content a.add_to_cart_button:hover,
.button:hover {
  border-bottom: none !important; }

.read-more {
  padding-left: 0;
  border-bottom: none !important; }

.read-more i {
  margin-right: .3em;
  padding-left: 8px; }

.entry-content {
  padding: 0 20px; }

.entry-content pre {
  padding: 10px;
  border: 1px solid #cecece;
  background: #eee; }

.wp-audio-shortcode {
  margin-bottom: 20px; }

/* EVS
-------------------------------------------------------------- */
.evs-flash-prompt {
  background: #000 !important;
  color: #fff;
  z-index: 9999;
  position: absolute; }

div[data-role="evp-video"] {
  margin: 0 auto;
  background: #000 !important;
  left: -10px;
  max-width: 100%; }

#div[data-role="evp-video"] div {
  background: #000; }

div[data-role="evp-video"] object {
  width: 100%;
  height: 100%; }

/* S3 Bubble
-------------------------------------------------------------- */
.s3bubble-media-main-audio {
  margin-bottom: 24px; }

.s3bubble-media-main-playlist li div a:not(.s3bubble-media-main-playlist-current) {
  color: #d2d6db !important; }

.s3bubble-media-main-playlist li div a {
  font-size: 15px !important; }

/* issuu embed
-------------------------------------------------------------- */
.issuuembed {
  max-width: 100%; }

/* end #content */
/*******************************
06. ENTRY FOOTER
********************************/
.article-footer {
  margin: 10px 20px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 12px; }

.article-footer .commentnum {
  width: 30%;
  text-align: right; }

.article-footer .commentnum a {
  color: #999;
  text-decoration: none !important;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }

.article-footer .commentnum a:hover {
  color: #333; }

.article-footer .tags {
  width: 50%; }

@media (max-width: 639px) {
  .article-footer .tags {
    float: none !important;
    width: 100%;
    margin-bottom: 10px;
    text-align: left !important;
    display: block;
    margin-bottom: 20px; } }
.article-footer .post-link {
  margin-top: -1px;
  text-decoration: none !important; }

.article-footer .post-link:hover {
  text-decoration: none; }

.back-single {
  color: #934599;
  font-size: 1.2em; }

.input-group-btn {
  font-size: inherit; }

.post iframe, .post video, .outer-wrap video, .outer-wrap iframe {
  display: block;
  margin: 0 auto 30px; }

.fluid-width-video-wrapper {
  margin-bottom: 40px;
  z-index: 1;
  overflow: hidden; }

.fluid-width-video-wrapper:after {
  content: '\f1ce';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  font-family: fontAwesome;
  font-size: 30px;
  color: inherit;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.hide-loader:after {
  display: none; }

.fluid-width-video-wrapper iframe {
  background: #000; }

.colored-background:last-child {
  margin-bottom: 0 !important; }

/***********************************
Next/Previous buttons under posts
***********************************/
#single-post-nav .pager span {
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  text-align: center; }

.pager .previous-page {
  margin-bottom: 20px; }

.pager a, .previous-page a, .next-page a {
  color: #999; }

.pager a:hover, .previous-page a:hover, .next-page a:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer; }

/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px; }

#author-info h4 {
  margin-top: 0; }

.author-img {
  float: left;
  margin-right: 20px; }

.author-social-links {
  float: left;
  margin: 0;
  padding: 0; }

.author-social-links li {
  float: left;
  list-style: none;
  text-decoration: none; }

.author-social-links a {
  padding-right: 15px;
  color: #999;
  font-size: 1.4em;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }

/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding: 4px 17px;
  background: #f9f9f9; }

/*********************
PAGINATION
*********************/
.pagination {
  margin-left: 20px;
  width: 100%;
  padding-top: 25px;
  border-radius: 0 !important; }

.pagination li {
  display: inline-block !important;
  margin-right: 5px !important; }

.pagination li a {
  /*
  	background-color:inherit !important;
  	color:inherit;
  	font-family:inherit;
  */ }

.pagination li a:hover, .pagination li a:focus {
  color: #fff; }

.pagination li .active, .pagination li span:hover {
  color: #fff; }

.pagination li a, .pagination li span {
  padding: 8px 12px;
  line-height: 1; }

.pagination li a {
  -webkit-transition: background .2s;
  transition: background .2s;
  text-decoration: none !important; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0 !important; }

@media (min-width: 992px) {
  #single-post-nav .pager span {
    padding: 5px 10px;
    width: auto; }

  .pager .previous-page {
    float: left;
    margin-bottom: 0; }

  .pager .next-page {
    float: right; }

  .featured {
    margin-bottom: 0; }

  .copyright {
    text-align: left; }

  .attribution {
    text-align: right; } }
@media (min-width: 480px) {
  .author-desc {
    overflow: hidden;
    overflow: visible;
    zoom: 1; } }
/******************************************************************
	
Sidebars

******************************************************************/
#sidebar {
  overflow: hidden;
  padding-left: 22px;
  padding-right: 22px; }

#sidebar ol {
  list-style-type: decimal;
  padding-left: 1.4em; }

#sidebar li {
  padding-left: 0;
  font-size: 13px; }
#sidebar .image-tiles li {
  max-width: 100%; }
#sidebar a {
  border-bottom: none !important;
  text-decoration: none !important; }
#sidebar .widget {
  margin-bottom: 30px; }
#sidebar .widgettitle {
  margin-bottom: 10px;
  padding: 9px 8px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 1; }
#sidebar .widget ul {
  margin: 0;
  padding: 0;
  padding: 0 10px 0; }
#sidebar .widget ul li {
  padding: 5px 0 0;
  margin-bottom: 5px !important;
  list-style: none;
  /* deep nesting */ }
#sidebar #search {
  border: 1px solid #ddd !important;
  box-shadow: none; }
#sidebar .textwidget {
  overflow: hidden; }
#sidebar .image-links {
  padding: 0 !important; }
#sidebar .image-links li {
  position: relative;
  padding-bottom: 0 !important; }
#sidebar .image-links h6 {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  margin: 0;
  text-align: center; }

/******************************************************************

	Horizontal Sidebar

******************************************************************/
.horizontal-sidebar {
  width: 100%;
  float: none;
  padding-left: 0 !important;
  padding-right: 5px !important;
  text-align: left !important; }

@media (min-width: 1190px) {
  .top-sidebar {
    width: 1190px;
    margin: 0 auto !important; } }
@media (min-width: 992px) {
  #sidebar:not(.horizontal-sidebar) {
    border-top: none !important; }

  #sidebar.horizontal-sidebar .widget:not(.widget_product_categories):not(.widget_nav_menu) {
    padding: 10px 15px 0;
    float: left;
    width: 25% !important; }

  /*
  #sidebar.horizontal-sidebar {
  	width: auto;
  	float:none;
  	padding-left: 5px !important;
  	padding-right: 5px !important;
  	margin-left: 15px !important;
  	margin-right: 15px !important;
  	text-align: left !important;
  
  	
  	}
  */ }
@media (max-width: 991px) {
  #sidebar .widget {
    padding: 10px 15px 0;
    float: left;
    width: 25% !important; }

  _post
  #sidebar {
    width: auto;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    text-align: left !important; } }
@media (max-width: 639px) {
  #sidebar .widget {
    width: 50% !important; }

  #sidebar.horizontal-sidebar .widget:nth-child(3n) {
    clear: both; } }
@media (max-width: 479px) {
  #sidebar {
    text-align: center !important;
    float: none !important;
    padding-bottom: 40px; }

  #sidebar .widget {
    width: auto !important;
    float: none;
    display: inline-block !important;
    vertical-align: top;
    margin-bottom: 0; }

  #sidebar .widgettitle {
    display: inline-block !important;
    padding-left: 3em !important;
    padding-right: 3em !important; } }
/* Sidebar Widgets
******************************************************************/
#sidebar li {
  line-height: 1.3; }

#sidebar li a {
  color: #58585b;
  font-size: 13px; }

#sidebar .fb-page {
  margin-left: -4px; }

@media (max-width: 991px) {
  #sidebar-affixed {
    position: relative; }

  #sidebar li, #footer-nav li {
    display: inline-block;
    float: none;
    vertical-align: top; } }
/******************************************************************

	Forms

******************************************************************/
input[type="text"],
input[type="email"],
input[type="password"],
div.wpcf7 textarea {
  border: 1px solid #ccc;
  margin-bottom: 10px; }

.colored-background #content input[type="text"],
.colored-background #content input[type="email"],
.colored-background #content input[type="password"],
.colored-background #content div.wpcf7 textarea {
  border: none; }

input[type="submit"] {
  border: none; }

.wpcf7 {
  margin: 0 auto !important; }

.wpcf7-response-output {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.wpcf7 input:not(.wpcf7-submit):not([type="checkbox"]), .wpcf7 textarea {
  padding: 3px 10px 6px;
  width: 100%;
  line-height: 1.5; }

.wpcf7-response-output {
  clear: both; }

div.wpcf7-mail-sent-ok {
  border: none;
  color: inherit;
  text-align: center; }

.wpcf7-submit {
  -webkit-transition: background .3s;
  transition: background .3s; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
  font-family: inherit; }

address p {
  margin-bottom: 2px; }

.wlm_form_group.wlm_required_field .wlm_form_label {
  color: #555 !important; }

input.submit {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

ul.no-list-style {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  list-style-position: outside; }

div.wpcf7-validation-errors, .wpcf7-not-valid-tip {
  border: none;
  color: red;
  font-size: 12px !important;
  /*
  	position: absolute;
  	top: -27px;
  	left:-100px !important;
  */
  width: 200px; }

/* Wishlist Stripe buttons
-------------------------------------------------------------- */
#content .regform-button {
  display: inline-block !important;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

/******************************************************************

	Contact Form 7

******************************************************************/
#form-wrap ul {
  padding-left: 0; }

#form-wrap li {
  list-style-type: none !important; }

#form-wrap input:not(.wpcf7-submit) {
  padding: 12px 10px 10px; }

@media (max-width: 479px) {
  #form-wrap li {
    width: 100% !important; } }
.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
  height: 0 !important;
  clear: both; }

/******************************************************************

	Plain cf7 Form

******************************************************************/
#form-wrap.plain {
  float: left; }

.wpcf7-form-control-wrap {
  position: static; }

#form-wrap.plain br {
  display: none; }

#form-wrap.plain input[type="text"], #form-wrap.plain input[type="email"], #form-wrap.plain textarea {
  float: right;
  width: 66%;
  border: none !important;
  background: none;
  font-size: 13px;
  padding-bottom: 10px !important; }

#form-wrap.plain label {
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-left: 0;
  width: 31%;
  color: inherit;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400 !important; }

#form-wrap.plain textarea {
  width: 100%;
  padding: 12px 10px 12px 0;
  height: 134px !important; }

#form-wrap.plain input:not(.btn-primary):focus, #form-wrap.plain textarea:focus {
  background: rgba(100, 100, 100, 0.1) !important; }

#form-wrap.plain li {
  float: left;
  clear: left;
  margin: 0 0 30px;
  padding: 0;
  width: 48%;
  border-bottom: 1px solid #999;
  vertical-align: top;
  position: relative; }

#form-wrap.plain input {
  margin-bottom: 0; }

#form-wrap.plain #message_li {
  float: right;
  padding-right: 0 !important;
  margin-right: 0 !important; }

#form-wrap.plain #message_li label {
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid #999;
  float: none;
  width: 100%; }

#form-wrap.plain #input-btn-li {
  border: none !important;
  width: 100%;
  text-align: right;
  margin-right: 0 !important; }

#form-wrap.plain #input-btn-li input {
  display: inline-block !important;
  width: auto !important; }

.isIE #form-wrap.plain #message_li label {
  padding-bottom: 17px !important; }

.isIE #form-wrap.plain textarea {
  height: 145px !important; }

#form-wrap.plain .ajax-loader {
  margin-right: -20px !important; }

#form-wrap.plain div.wpcf7-validation-errors,
#form-wrap.plain .wpcf7-not-valid-tip {
  border: none;
  color: red;
  font-size: 12px !important;
  position: absolute;
  top: -25px;
  left: 0 !important;
  width: 200px; }

#form-wrap.plain .cf-7-datepicker label {
  width: auto !important;
  padding-bottom: 10px; }

#form-wrap.plain .cf-7-datepicker input {
  background: none !important;
  border: none !important; }

/******************************************************************

	User Area

******************************************************************/
.page-template-page-user-area #header-navigation-wrap .branding {
  float: left !important; }

/* Tabs
	
-------------------------------------------------------------- */
.page-template-page-user-area #content {
  padding-top: 0; }

#user-area-nav li a {
  text-transform: uppercase; }

.page-template-page-user-area .nav-tabs {
  margin-top: 35px; }

#logout {
  padding-top: 40px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  color: inherit; }

li#logout a {
  margin-left: 0 !important;
  color: inherit; }

.flexible-tabs {
  margin: 30px 0; }

.nav-tabs li a {
  padding-right: 2em;
  padding-left: 2em;
  font-weight: 700;
  font-size: .9em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.nav-tabs.colored-tabs li a, .nav-tabs.colored-tabs li a:hover {
  border: none;
  color: #fff; }

.nav-tabs.colored-tabs {
  border-bottom: none;
  overflow: hidden; }

.nav-tabs.colored-tabs li a:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.collapsing #user-area-nav, .in #user-area-nav {
  padding-top: 0 !important; }

#content.user-area {
  padding-top: 40px; }

.nav-tabs.colored-tabs li a.disabled:hover {
  cursor: default;
  opacity: 1 !important; }

.nav-tabs {
  margin-top: 0;
  text-align: center; }

.nav-tabs li {
  display: inline-block;
  float: none; }

#content.narrow-content {
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 950px; }

#user-area-tab-heading {
  padding: 28px 0 12px;
  font-family: inherit !important; }

#user-area-tab-heading .container {
  max-width: 1080px !important; }

#user-area-tab-heading .container * {
  margin-top: 0;
  color: #fff;
  line-height: 1.3; }

#user-area-tab-heading .col-md-3 h1 {
  margin: 0 0 14px;
  font-weight: 700;
  line-height: 1.1; }

#user-area-tabs-wrap {
  margin: 2% 0 30px;
  padding: 2.1%;
  max-width: 980px !important;
  background: #f1f1f2; }

#user-area-tab-heading h1 {
  font-family: inherit; }

@media (max-width: 1023px) {
  #user-area-tab-heading {
    padding: 13px 0 10px; }

  .nav-tabs {
    display: none; }

  #user-area-tab-heading .container {
    font-size: inherit; }

  #user-area-tab-heading .container * {
    line-height: inherit !important; }

  #user-area-tab-heading .col-md-3 {
    text-align: left; }

  .page-template-page-user-area #content {
    padding-top: 20px; } }
/******************************************************************
	
Comments

******************************************************************/
#comments {
  margin: 0 0 20px;
  padding-top: 10px; }

#comments .alert-info {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  border: none !important; }

#comments > h5 {
  margin: 0;
  line-height: 1; }

#comments .comment-container {
  padding: 20px;
  border-bottom: 1px solid #eee; }

.comment-content {
  float: left;
  margin-left: 2%;
  width: 88%; }

.comment-nav {
  padding: 10px 20px; }

.comment-nav ul li {
  list-style-type: none; }

.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
  font-size: 98%; }

.commentlist ol {
  margin: 0; }

.commentlist li {
  /* end .commentlist li ul.children */ }

.commentlist li:last-child {
  margin-bottom: 0; }

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */ }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-top: 0;
  margin-left: 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .odd {
  background: rgba(0, 0, 0, 0.05); }

.commentlist .even {
  background: rgba(0, 0, 0, 0.1); }

.commentlist .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none; }

.commentlist .comment img, .commentlist .comment iframe {
  max-width: 100%; }

.commentlist .children article {
  border-left: 1px solid #eee; }

/*
.commentlist .bypostauthor {
	background:#eee;
}
*/
.commentlist .comment-author {
  float: left;
  width: 10%; }

.commentlist .comment-author img {
  width: 100%;
  height: auto; }

.commentlist .alert {
  margin: 10px 0 0 82px; }

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal; }

.commentlist .vcard time {
  float: right; }

.commentlist .vcard time a {
  color: #999;
  text-decoration: none; }

.commentlist .vcard time a:hover {
  text-decoration: underline; }

.commentlist .vcard img.avatar {
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff; }

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right;
  margin-bottom: 10px;
  padding: 5px 9px 7px !important;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: .9em; }

/* end .commentlist */
.comment-prev {
  float: left; }

.comment-next {
  float: right; }

#respond {
  padding: 20px 11px; }

#pings {
  padding: 20px; }

#pings h5 {
  margin-top: 0;
  margin-bottom: 20px; }

.havecomments > h5 {
  padding: 20px; }

.closed h5 {
  margin: 0;
  padding: 20px; }

.nocomments > p {
  padding: 0 20px 10px; }

.nocomments > h5 {
  padding: 20px 20px 20px;
  margin: 0;
  line-height: 1; }

#comment-form-elements {
  margin-bottom: 0; }

#comment-form-elements li:last-child {
  display: none; }

/******************************************************************
	
Comment Form Styles

******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }

.respond-form ul {
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0; }

.respond-form form {
  margin: .75em 0; }

.respond-form form li {
  clear: both;
  margin-bottom: .7335em;
  border: none;
  list-style-type: none; }

.respond-form form li label, .respond-form form li small {
  display: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5em;
  /* form validation */ }

.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  box-shadow: none;
  -ms-box-shadow: none; }

.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  min-width: 250px;
  max-width: 400px; }

.respond-form form textarea {
  width: 97.3%;
  height: 150px;
  resize: none;
  max-width: 600px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px .7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/******************************************************************

	Page Links

******************************************************************/
.page-links {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.page-links li {
  margin-bottom: 15px;
  max-width: 400px;
  list-style-type: none; }

.page-links li IMG {
  width: 100%; }

.page-links li .content {
  position: relative;
  overflow: hidden; }

.page-links .rollover {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(100%); }

.page-links li:hover .rollover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) scale(1.05); }

.page-links li IMG {
  -webkit-transition: all .7s;
  transition: all .7s; }

.page-links li:hover IMG {
  -webkit-transition: all 4.7s;
  transition: all 4.7s;
  -webkit-transform: translateY(0) scale(1.1); }

@media (max-width: 767px) {
  .page-links li {
    font-size: 90%; } }
@media (max-width: 479px) {
  .page-links li {
    font-size: 100%; } }
/******************************************************************

	Plugins and Calander

******************************************************************/
.wlm_regform_improved {
  padding: 40px !important; }

.tweet-details {
  border: none; }

.latest-tweets {
  text-align: center; }

.latest-tweets li {
  background: #fff;
  margin: 0 2% 0 20px;
  padding: 40px 30px !important;
  width: 28%;
  display: inline-block !important;
  float: none !important;
  text-align: left;
  color: #000 !important;
  vertical-align: top; }

.tweet-text {
  color: inherit !important;
  word-break: break-all;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6 !important; }

.tweet-text a {
  margin-top: 9px !important;
  font-weight: bold !important; }

.tweet-details time {
  font-size: 12px; }

.addthis_toolbox a {
  text-decoration: none !important;
  border-bottom: none !important; }

@media (max-width: 990px) {
  .latest-tweets li {
    width: 80%; } }
/******************************************************************

	Share Icons

******************************************************************/
#social-likes {
  padding: 35px 0 15px;
  clear: both; }

#social-likes h4 {
  margin-bottom: 10px; }

ul.wpfai-list {
  padding-top: 20px;
  margin-left: 0 !important;
  padding-left: 0 !important; }

ul.wpfai-list li {
  margin-left: 0 !important; }

.simple-icon {
  margin-right: 24px !important; }

ul.wpfai-list a {
  border-bottom: none !important; }

a.wpfai-link {
  opacity: 1 !important; }

/******************************************************************
	
Calendar widget

******************************************************************/
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  font-size: 12px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  padding: 8px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px; }

#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px; }

@media (max-width: 479px) {
  .col-tiny-12 {
    width: 100%; } }
/******************************************************************

 Row of Images

******************************************************************/
.row-of-images {
  overflow: hidden;
  line-height: 0; }

.row-of-images .col {
  padding: 0;
  line-height: 0; }

.row-of-images .background-cover {
  min-height: 300px;
  background-position: 50% top; }

@media (max-width: 768px) {
  /*
  	.row-of-images .background-cover{
  		margin: 0 0 20px;
  		
  	}
  */
  .row-of-images .col {
    padding: 0 !important; } }
/******************************************************************

	Retina

******************************************************************/
/******************************************************************

	Utilities

******************************************************************/
.edit-link {
  color: inherit;
  position: absolute;
  bottom: -15px;
  right: -15px; }

a.post-edit-link {
  color: inherit;
  font-size: 1.3em; }

.edit-link {
  padding: 10px; }

.edit-link:before {
  padding-right: .3em;
  font-size: 1.4em; }

.stopAffix {
  position: relative !important; }

noscript div {
  padding: 30px 12px 10px;
  background: #fff;
  color: red;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }

/* Cookie Disclaimer fix */
#epd {
  position: relative;
  z-index: 99999 !important; }

#impliedsubmit {
  color: #555 !important;
  background: #fff !important;
  border: none !important;
  padding: 3px 10px !important;
  margin-top: 8px;
  margin-bottom: 8px; }

/* Development Workers */
#lbpr {
  z-index: 9999;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  background: #eee !important;
  box-shadow: 5px 5px 10px -4px #ccc;
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  font-family: helvetica;
  line-height: 1.4; }

#lbpr * {
  color: #000 !important; }

span#post-info {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  padding: 8px;
  border-radius: 3px;
  background: gray;
  color: #fff;
  font-size: 14px; }

/* Fixes firefox footer bug caused by facebook iframe */
#dp_swf_engine {
  display: none; }

.clear-left {
  clear: left;
  border: 1px solid red; }

.clear-right {
  clear: right; }

/******************************************************************

	Masonry

******************************************************************/
.masonry-post {
  -webkit-transition: opacity .9s;
  transition: opacity .9s; }

#masonry-loader {
  font-size: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  top: 120px;
  opacity: .9;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

/******************************************************************

	Spacings

******************************************************************/
.line-height-1 {
  line-height: 1 !important; }

.line-height-1-1 {
  line-height: 1.1 !important; }

.line-height-1-2 {
  line-height: 1.2 !important; }

.line-height-1-3 {
  line-height: 1.3 !important; }

.hideOnLoad {
  opacity: 0; }

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.no-vertical-center {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  top: 0 !important; }

.spacer {
  clear: both;
  float: none;
  display: block;
  width: 100%; }

@media (min-width: 769px) {
  .spacer-medium-10 {
    height: 10px; }

  .spacer-medium-20 {
    height: 20px; }

  .spacer-medium-30 {
    height: 30px; }

  .spacer-medium-40 {
    height: 40px; }

  .spacer-medium-50 {
    height: 50px; }

  .spacer-medium-60 {
    height: 60px; }

  .spacer-medium-70 {
    height: 70px; }

  .spacer-medium-80 {
    height: 80px; }

  .spacer-medium-90 {
    height: 90px; }

  .spacer-medium-100 {
    height: 100px; }

  .spacer-medium-200 {
    height: 200px; }

  .spacer-medium-300 {
    height: 300px; }

  .spacer-medium-400 {
    height: 400px; }

  .spacer-medium-500 {
    height: 500px; } }
@media (max-width: 768px) {
  .spacer-small-10 {
    height: 10px; }

  .spacer-small-20 {
    height: 20px; }

  .spacer-small-30 {
    height: 30px; }

  .spacer-small-40 {
    height: 40px; }

  .spacer-small-50 {
    height: 50px; }

  .spacer-small-60 {
    height: 60px; }

  .spacer-small-70 {
    height: 70px; }

  .spacer-small-80 {
    height: 80px; }

  .spacer-small-90 {
    height: 90px; }

  .spacer-small-100 {
    height: 100px; }

  .spacer-small-200 {
    height: 200px; }

  .spacer-small-300 {
    height: 300px; }

  .spacer-small-400 {
    height: 400px; }

  .spacer-small-500 {
    height: 500px; } }
.no-max-width {
  max-width: none !important;
  width: auto !important;
  padding-bottom: 10px; }

.margin-top-0 {
  margin-top: 0; }

.margin-top-20 {
  margin-top: 20px !important;
  display: block; }

.margin-top-30 {
  margin-top: 30px !important;
  display: block; }

.margin-top-40 {
  margin-top: 40px !important;
  display: block; }

@media (min-width: 1025px) {
  .margin-top-50 {
    margin-top: 50px !important;
    display: block; }

  .margin-top-60 {
    margin-top: 60px !important;
    display: block; }

  .margin-top-70 {
    margin-top: 70px !important;
    display: block; }

  .margin-top-80 {
    margin-top: 80px  !important;
    display: block; }

  .margin-top-90 {
    margin-top: 90px !important;
    display: block; }

  .margin-top-100 {
    margin-top: 90px !important;
    display: block; } }
.margin-bottom-0 {
  margin-bottom: 0 !important;
  display: block; }

.margin-bottom-10 {
  margin-bottom: 0 !important;
  display: block; }

.margin-bottom-20 {
  margin-bottom: 20px;
  display: block; }

.margin-bottom-30 {
  margin-bottom: 30px;
  display: block; }

.margin-bottom-40 {
  margin-bottom: 40px;
  display: block; }

@media (min-width: 1025px) {
  .margin-bottom-50 {
    margin-bottom: 50px;
    display: block; }

  .margin-bottom-60 {
    margin-bottom: 60px;
    display: block; }

  .margin-bottom-70 {
    margin-bottom: 70px;
    display: block; }

  .margin-bottom-80 {
    margin-bottom: 80px;
    display: block; }

  .margin-bottom-90 {
    margin-bottom: 90px;
    display: block; }

  .margin-bottom-100 {
    margin-bottom: 90px;
    display: block; } }
/******************************************************************

	Short Codes

******************************************************************/
.display-block {
  display: block; }

/******************************************************************

	Plugins

******************************************************************/
@media (max-width: 767px) {
  .cff-date, .cff-post-links {
    width: 100% !important;
    text-align: center !important; } }
/******************************************************************

	Footer

******************************************************************/
#footer {
  background-color: #f5f5f5;
  margin: 0 auto;
  max-width: 1190px;
  clear: both; }

.loading #footer {
  opacity: 0; }

.has-full-width-footer #footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: none; }

.has-full-height-banner #footer {
  position: relative;
  bottom: inherit;
  height: auto; }

#footer.container {
  padding-left: 0;
  padding-right: 0; }

#footer .row {
  margin-bottom: 0; }

#footer-wrapper {
  margin-bottom: 30px; }

#sub-floor {
  padding: 10px 0;
  background: #292929;
  color: #aaa; }

.copyright {
  text-align: center; }

.attribution {
  text-align: center; }

#footer .widget_search {
  margin: 0 auto !important;
  max-width: 380px; }

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0; }

#footer-nav-wrap {
  padding: 30px 0 20px;
  background: #404041; }

#footer-nav {
  color: #fff;
  text-align: center; }

#footer-nav ul {
  width: 100%;
  text-align: center; }

#footer-nav ul > li {
  display: inline-block;
  float: none;
  margin: 0 12px 10px; }

/******************************************************************

	Footer Navigation

******************************************************************/
#footer-nav a {
  padding: 0 3 2px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

#footer-nav a:hover {
  text-decoration: none !important;
  border-bottom: 1px solid; }

#footer-nav ul .dropdown li a {
  font-size: 12px; }

#footer-nav ul .dropdown li a:hover {
  color: #000 !important; }

#footer-nav .nav .open > a, #footer-nav .nav .open > a:hover, #footer-nav .nav .open > a:focus, #footer-nav .nav .open > a:active {
  border-bottom-color: transparent !important; }

#footer-copyright {
  font-size: 11px;
  clear: both; }

#footer-copyright div, #footer-copyright div p {
  margin-bottom: 0; }

#footer #wp-calendar tbody td {
  padding: 5px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center; }

.widget_nav_menu a:hover {
  text-decoration: underline !important; }

/******************************************************************

	Footer Copyright

******************************************************************/
#footer-copyright {
  padding: 0 15px; }

#footer-copyright .container {
  padding: 15px 0 10px 0;
  margin-bottom: 0; }

#under-copyright {
  margin-top: 15px;
  max-width: 430px;
  opacity: .8;
  font-size: 11px !important; }

/******************************************************************

Footer Widgets

******************************************************************/
#footer-widgets {
  padding-top: 30px;
  font-size: 12px;
  margin-bottom: 30px;
  overflow: hidden; }

@media (min-width: 1025px) {
  #footer-widgets {
    padding-top: 50px; } }
#footer-widgets .widget {
  margin-bottom: 10px; }

#footer-widgets .widgettitle {
  font-size: 16px; }

#footer .widget ul {
  margin-left: 0;
  padding-left: 0; }

#footer .widget ul li {
  margin-bottom: 10px; }

#footer-widgets .widget .menu li {
  margin-bottom: 5px; }

#footer-widgets .widget .menu li a {
  font-size: inherit; }

#footer-top {
  padding-bottom: 30px;
  padding-top: 30px; }

#footer-widgets .textwidget div[class*='col-'] {
  float: none !important;
  width: 100% !important; }

#footer .textwidget li {
  margin-left: 0; }

#footer .widgettitle {
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 2px; }

#footer .textwidget .form-horizontal .col-md-7 {
  padding-left: 0; }

.widgetFooter .signup-form-wrap {
  padding: 0 !important; }

[class*=' col-'] .widget li {
  margin-bottom: 8px; }

[class*=' col-'] .widget input {
  margin-bottom: 0; }

.lb-widget-title h4 {
  margin-bottom: 23px !important; }

.col-md-4 .widget [class*=' col-'], .col-md-3 .widget [class*=' col-'] {
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  padding-left: 0; }

.col-md-4 .widget [class*=' col-'] .form-group.has-btn, .col-md-3 .widget [class*=' col-'] .form-group.has-btn {
  margin-left: 0; }

.col-md-4 .widget div, .col-md-3 .widget div {
  text-align: left !important; }

.col-md-4 .widget [class*=' col-'] .form-group, .col-md-3 .widget [class*=' col-'] .form-group {
  margin: 0 0 10px !important; }

@media (min-width: 992px) {
  .col-md-4 .widget .has-text-input,
  .col-md-4 .widget .has-text-input input,
  .col-md-3 .widget .has-text-input,
  .col-md-3 .widget .has-text-input input {
    width: 100%; } }
.col-md-4 .widget .subscribe-text, .col-md-3 .widget .subscribe-text {
  margin-bottom: 10px; }

#footer-copyright-links {
  text-align: center; }

#footer-copyright-links li {
  display: inline-block;
  margin: 0 10px 10px; }

/* Footer Basic
-------------------------------------------------------------- */
footer.basic .branding {
  width: auto !important; }

footer.basic .branding, footer.basic .branding IMG {
  height: 50px !important; }

footer.basic {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 1180px) {
  /*
  	#footer {
  		margin-left: 15px;
  		margin-right: 15px
  	}
  	
  	.has-full-width-footer #footer {
  		
  		margin-left:0;
  		margin-right:0
  		
  		}
  */ }
@media (max-width: 991px) {
  #footer-top-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .has-sticky-footer #footer {
    height: auto; }

  #footer .form-group {
    margin: 10px auto 8px !important;
    vertical-align: top; }

  #footer-copyright div {
    margin-bottom: 14px; }

  #footer .widget {
    overflow: hidden;
    margin-bottom: 30px; }

  #footer-nav {
    padding-bottom: 10px;
    text-align: center; }

  #footer-widgets IMG {
    float: none;
    display: inline-block; } }
@media (max-width: 768px) {
  footer.basic #branding, footer.basic .branding IMG {
    max-height: 100px !important;
    height: auto !important; }

  #footer [class*='col-'] {
    width: 100% !important;
    float: none; }

  #footer * {
    text-align: center !important; }

  #footer ul, #footer .alignnone {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  footer.basic .branding {
    display: block !important;
    margin-top: 10px; }

  .basic .navbar-brand {
    display: none !important; }

  #under-copyright {
    margin-top: 8px;
    max-width: none;
    font-size: 11px;
    opacity: 0.8; } }

/*# sourceMappingURL=style.css.map */