/*!
Theme Name: The Kings Singers
Theme URI: http://wovendesign.co.uk
Author: Woven Design
Author URI: http://wovendesign.co.uk
Version: 1.0
*/
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
html {
  height: 100%;
}
body {
  z-index: -3;
  height: 100%;
  padding: 0;
  margin: 0;
  height: 0;
  position: relative;
}
#IE body {
  z-index: 0;
}
#layout {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  /* 	background: white; */
  z-index: 2;
  padding: 0 14px;
  -webkit-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
#layout.layout-bg {
  background-color: #fff;
}
@media (min-width: 970px) {
  #layout {
    padding: 0 30px;
  }
}
/*
#masterBG {
	pointer-events: none;
	.transition(@transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1));
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background-color: @body-background;
}
#masterBGInner {
	position: absolute;
	top: 0;
	bottom: 0;
	left:14px;
	right:14px;
	background-color: @nav-bg-color;
}
*/
#masterBG {
  -webkit-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #6C4256;
  background-size: cover !important;
  -ms-behavior: url("/_assets/backgroundsize.min.htc");
  background-position: center center;
}
#masterBG.burgundy-background {
  background: #4d273a;
}
#masterBG.beige-background {
  background: #978c7a;
}
#masterBG.blue-background {
  background: #2f3975;
}
#masterBG.grey-background {
  background: #53565b;
}
#masterBG.green-background {
  background: #82c49c;
}
#masterBG.ltGrey-background {
  background: #d3d5d2;
}
#masterBG.olive-background {
  background: #9bad9f;
}
#masterBG.peach-background {
  background: #F1DABA;
}
#masterBG.transparent {
  background: white;
}
#masterBG.yellow-background {
  background: #F7F1B7;
}
#masterBG.salmon-background {
  background: #7890BF;
}
#masterBG.lime-background {
  background: #D7F5D3;
}
#masterBG.green-background {
  background: rgba(78, 136, 35, 0.8);
}
#IE #masterBG {
  z-index: 1;
}
#masterBG:before,
#masterBG:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 14px;
  background: #fff;
}
#masterBG:before {
  left: 0;
}
#masterBG:after {
  right: 0;
}
#masterBGInner {
  -webkit-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 970px) {
  #masterBG:before,
  #masterBG:after {
    width: 30px;
  }
}
#pageTitle {
  padding: 40px 0 35px;
}
#pageTitle h1,
#pageTitle h1 a {
  color: #fff;
  text-decoration: none;
}
#pageInfo {
  text-align: center;
  margin: 0 auto;
  /* 	padding: 14px 0; */
  padding-bottom: 60px;
  max-width: 970px;
  min-height: 400px;
  background: #fff;
}
#pageInfo.slim {
  max-width: 600px;
  min-height: 0;
}
#pageInfo .textSection {
  padding: 10px 0;
  position: relative;
}
@media (min-width: 970px) {
  #pageInfo .textSection {
    padding: 30px 50px 0;
  }
  #pageInfo .textSection.more {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  #pageInfo {
    /* 		padding: 14px; */
  }
}
.slideImage {
  /*
	margin-top: -14px;
	margin-bottom: 14px;
*/
  padding-bottom: 60%;
  background-color: #eee;
  background-size: cover;
  -ms-behavior: url("/_assets/backgroundsize.min.htc");
  background-position: center center;
  position: relative;
}
@media (min-width: 768px) {
  .slideImage {
    /* 		margin: -14px -14px 0; */
    padding-bottom: 40%;
  }
}
footer {
  -webkit-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  left: 0;
  padding: 0 14px;
  display: block;
  position: relative;
  z-index: 20;
  background-color: white;
}
@media (min-width: 970px) {
  footer {
    padding: 0 30px 40px;
  }
}
#logo {
  display: block;
  float: left;
  text-indent: -999em;
  width: 38px;
  height: 38px;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-image: url("_assets/img/logo.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo {
    background-image: url("_assets/img/logo@2x.png");
    background-size: 38px 38px;
  }
}
@media (min-width: 768px) {
  #logo {
    width: 280px;
    background-repeat: no-repeat;
    background-position: 50% 1px;
    background-size: 280px 38px;
    background-image: url("_assets/img/logo_text.png?v=2");
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  #logo {
    background-image: url("_assets/img/logo_text@2x.png?v=2");
    background-size: 280px 38px;
  }
}
#logo_text {
  display: inline-block;
  text-indent: -999em;
  width: 280px;
  height: 38px;
  line-height: 1;
  margin: 0;
  background-image: url("_assets/img/logo_text.png?v=2");
  background-repeat: no-repeat;
  background-position: 50% 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo_text {
    background-image: url("_assets/img/logo_text@2x.png?v=2");
    background-size: 280px 38px;
  }
}
/*
@media (min-width: @tablet-breakpoint) {
	#logo_text {
		width: 319px;
		height: 38px;
		.retina-image("_assets/img/logo_text.png?v=2", "_assets/img/logo_text@2x.png?v=2", 300px, 38px);	
	}
}
*/
#logo_h1 {
  display: inline;
  text-align: left;
  line-height: 33px;
  margin: 0;
  padding: 0;
}
.block-grid {
  overflow: hidden;
  margin: 0 -4px;
  width: calc(100% + 8px);
}
.block-grid:before,
.block-grid:after {
  content: " ";
  display: table;
}
.block-grid:after {
  clear: both;
}
.block-grid:before,
.block-grid:after {
  content: " ";
  display: table;
}
.block-grid:after {
  clear: both;
}
.block {
  position: relative;
  float: left;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  -webkit-box-sizing: 'box-border';
  -moz-box-sizing: 'box-border';
  box-sizing: 'box-border';
}
.block.deep {
  padding-bottom: 100%;
}
.block .block-inner {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url("/_assets/backgroundsize.min.htc");
  background-position: center center;
}
.block .block-inner.selectable {
  cursor: pointer;
}
.block .block-inner .iframe {
  /* 			.box-sizing('box-border'); */
  padding: 1px;
  background: #f50;
  height: 100%;
}
.block .block-inner .iframe iframe {
  /* 				.box-sizing('box-border'); */
}
.block.autoHeight {
  padding: 0;
  height: auto;
}
.block.autoHeight .block-inner {
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.products-block {
  height: auto;
  padding: 0;
  /*
		.block-inner {
			margin: 4px;
		}
*/
}
.block.products-block .block-inner,
.block.products-block .block-overlay {
  position: static;
}
.block.products-block .block-text .block-text-column {
  -webkit-box-sizing: 'box-border';
  -moz-box-sizing: 'box-border';
  box-sizing: 'box-border';
  width: 46%;
  margin: 0;
  padding: 0 2%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.block.products-block .block-text .block-text-column:first-child {
  width: 96%;
  padding: 0 0 30px;
}
.block.products-block .block-text h1,
.block.products-block .block-text h2,
.block.products-block .block-text h3,
.block.products-block .block-text h4,
.block.products-block .block-text h5,
.block.products-block .block-text p,
.block.products-block .block-text a,
.block.products-block .block-text a:hover {
  color: #8d8d8d;
}
.block.intro-block {
  padding-bottom: 120%;
}
.block.intro-block .block-overlay {
  background-color: #d0d0d3;
}
.block.intro-block .block-text p {
  color: #666;
}
.block-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
}
.block-overlay:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.block-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: #6C4256;
}
.block-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url("/_assets/backgroundsize.min.htc");
  background-position: center center;
}
.block-text {
  -webkit-box-sizing: 'box-border';
  -moz-box-sizing: 'box-border';
  box-sizing: 'box-border';
  min-width: 40%;
  max-width: 80%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  padding: 30px 5%;
  margin-left: auto;
  margin-right: auto;
  hyphens: auto;
}
.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text p {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
}
.block-text p:last-child {
  margin: 0;
  padding: 0;
}
.block-text h1 a,
.block-text h2 a,
.block-text h3 a,
.block-text h4 a,
.block-text h5 a,
.block-text h1 a:hover,
.block-text h2 a:hover,
.block-text h3 a:hover,
.block-text h4 a:hover,
.block-text h5 a:hover {
  text-decoration: none;
}
.block-text a,
.block-text a:hover {
  color: #fff;
}
.text-block .block-text {
  -webkit-box-sizing: 'box-border';
  -moz-box-sizing: 'box-border';
  box-sizing: 'box-border';
  max-width: 90%;
}
#youtubeFeed .block.autoHeight {
  display: block;
  float: none;
  width: auto !important;
  padding: 4px;
  margin: 0;
  position: relative;
}
#youtubeFeed .block.autoHeight .block-inner {
  padding: 0;
}
#youtubeFeed .block-text {
  max-width: none !important;
  display: block;
}
#youtubeFeed .videos .video-container {
  margin: 4px;
}
@media (min-width: 480px) {
  #youtubeFeed .videos {
    display: inline-block;
    width: 33.3%;
  }
}
.burgundy-background {
  background: rgba(111, 56, 84, 0.8);
}
.beige-background {
  background: rgba(151, 140, 122, 0.8);
}
.blue-background {
  background: rgba(47, 57, 117, 0.8);
}
.grey-background {
  background: rgba(83, 86, 91, 0.8);
}
.ltGrey-background {
  background: rgba(211, 213, 210, 0.95);
}
.olive-background {
  background: rgba(57, 100, 70, 0.5);
}
.ltBlue-background {
  background-color: #AAC8EE !important;
}
.green-background {
  background: rgba(78, 136, 35, 0.8);
}
.red-background {
  background: rgba(80, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .intro-block .block-inner {
    background-image: url("_assets/img/bg-intro6.jpg");
  }
  .intro-block .block-overlay {
    background-color: transparent !important;
    text-align: left;
  }
  .intro-block .block-text {
    text-align: left;
    min-width: auto !important;
    max-width: 33%;
  }
}
/*
&.selectable:hover,
&.selectable:active, {
	.block-text {
		&.beige-background {
			background: darken(@beige,10%)
		}
		&.burgundy-background {
			background: @burgundy
		}
	}
}
*/
@media (min-width: 480px) {
  .block {
    padding-bottom: 50%;
  }
  .block.deep {
    padding-bottom: 60%;
  }
  /*
	.block-text {
		padding: 0 1.6em;
	}
*/
}
@media (min-width: 768px) {
  .block {
    padding-bottom: 45%;
  }
  .block.shallow {
    padding-bottom: 33.33%;
  }
  .block.deep {
    padding-bottom: 60%;
  }
  .block.small {
    width: 33.33%;
  }
  .block.medium {
    width: 66.67%;
  }
  .block.large {
    width: 100%;
  }
  .block.intro-block {
    padding-bottom: 45%;
  }
  .block.products-block {
    height: 0;
    padding-bottom: 45%;
  }
  .block.products-block .block-inner,
  .block.products-block .block-overlay {
    position: absolute;
  }
  .block.products-block .block-text {
    width: 90%;
    max-width: 90%;
  }
  .block.products-block .block-text .block-text-column {
    -webkit-box-sizing: 'box-border';
    -moz-box-sizing: 'box-border';
    box-sizing: 'box-border';
    width: 23.33%;
    margin: 0;
    padding: 0 3%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .block.products-block .block-text .block-text-column:first-child {
    width: 39.33%;
    text-align: left;
    padding: 0;
    padding-right: 2%;
  }
}
@media (min-width: 970px) {
  .block,
  .block.products-block {
    padding-bottom: 40%;
  }
  .block.shallow,
  .block.products-block.shallow {
    padding-bottom: 18%;
  }
  .block.deep,
  .block.products-block.deep {
    padding-bottom: 40%;
  }
}
@media (min-width: 1020px) {
  .block,
  .block.products-block {
    padding-bottom: 33.33%;
  }
  .block.shallow,
  .block.products-block.shallow {
    padding-bottom: 18%;
  }
  .block.deep,
  .block.products-block.deep {
    padding-bottom: 40%;
  }
}
@media (min-width: 1120px) {
  .block,
  .block.products-block {
    padding-bottom: 24%;
  }
  .block.shallow,
  .block.products-block.shallow {
    padding-bottom: 18%;
  }
  .block.deep,
  .block.products-block.deep {
    padding-bottom: 40%;
  }
}
.social {
  font-size: 18px;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #8d8d8d;
  border-radius: 50%;
  margin-top: -10px;
}
.social:hover,
.social:active {
  background-color: #414141;
}
.social i {
  color: white;
}
body {
  position: relative;
}
body.is_left #layout,
body.is_left footer,
body.is_left #quickLinkNavigation,
body.is_left #masterBG,
body.is_left #masterBGInner {
  left: -260px;
}
body.is_left #masterBG,
body.is_left #masterBGInner {
  right: 260px;
}
#quickLinkNavigation {
  -webkit-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.35s cubic-bezier(0.694, 0.0482, 0.335, 1);
  left: 0;
  position: relative;
  z-index: 2;
  padding: 15px 14px;
  background: #fff;
  text-align: right;
}
#quickLinkNavigation .navLink {
  /* 		color: lighten(@nav-bg-color,30%); */
  font-size: 14px;
  margin-top: 8px;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #8d8d8d;
}
#quickLinkNavigation .navLink:hover {
  color: #414141;
}
@media (min-width: 970px) {
  #quickLinkNavigation {
    text-align: left;
    padding: 15px 30px;
  }
  #quickLinkNavigation #navLinks {
    position: absolute;
    right: 30px;
    top: 15px;
  }
}
#navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  min-height: 100%;
  background-color: #676767;
  padding: 0 40px;
  overflow: hidden;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch !important;
  z-index: -2;
}
#navigation ul {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  list-style: inside none;
}
#navigation ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
}
#navigation ul li a {
  display: block;
  color: #b3b3b3;
  line-height: 1.2;
  text-decoration: none;
}
#navigation ul li a:hover {
  color: #dadada;
}
#navigation ul li.current-menu-item a {
  color: #fff;
  cursor: default;
}
#navigation ul.mainNavigation li a {
  font-weight: bold;
  text-transform: uppercase;
}
#navigation ul.mainNavigation li.closeNavMobile {
  position: absolute;
  top: 23px;
  left: 200px;
  width: 13px;
  height: 13px;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: white;
  z-index: 1;
}
#navigation ul.mainNavigation li.closeNavMobile a:hover {
  color: #fff;
}
#navigation .socialNav {
  margin-top: 30px;
}
#navigation .socialNav .social:hover,
#navigation .socialNav .social:active {
  background-color: white;
}
#navigation .socialNav .social:hover i,
#navigation .socialNav .social:active i {
  color: #8d8d8d;
}
/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  text-align: left !important;
  font-size: 13px;
  line-height: 21px;
  display: block;
  color: #8d8d8d;
}
label.error {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #C62B4C;
}
input,
textarea,
select[multiple],
select[size],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #dadada;
  margin: 0 0 5px 0;
  padding: 10px;
  background-color: white;
  color: #8d8d8d;
  width: 100%;
  outline: none;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*
	-webkit-appearance:none;
	-moz-apperance:none;
*/
}
input:focus,
textarea:focus,
select[multiple]:focus,
select[size]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
}
input.xWide,
textarea.xWide,
select[multiple].xWide,
select[size].xWide,
input[type="text"].xWide,
input[type="password"].xWide,
input[type="datetime"].xWide,
input[type="datetime-local"].xWide,
input[type="date"].xWide,
input[type="month"].xWide,
input[type="time"].xWide,
input[type="week"].xWide,
input[type="number"].xWide,
input[type="email"].xWide,
input[type="url"].xWide,
input[type="search"].xWide,
input[type="tel"].xWide,
input[type="color"].xWide {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
input:disabled,
textarea:disabled,
select[multiple]:disabled,
select[size]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
  color: #ccc;
  cursor: not-allowed;
}
@media (min-width: 480px) {
  .half {
    float: left;
    width: 49.4%;
  }
  .half.last {
    float: right;
  }
}
input[type="image"] {
  width: auto;
  border: 0;
  padding: 0;
}
.invisble {
  width: 100%;
  border: 0;
}
textarea {
  height: 110px;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  width: 24px;
  margin-right: 5px;
  margin-top: 3px;
}
:-moz-placeholder {
  color: #8d8d8d;
}
::-moz-placeholder {
  color: #8d8d8d;
}
:-ms-input-placeholder {
  color: #8d8d8d;
}
::-webkit-input-placeholder {
  color: #8d8d8d;
}
/*-----------------------------------------------------------------------------------*/
/*	Spam
/*-----------------------------------------------------------------------------------*/
.spamWords {
  background: #eeeeee;
  font-size: 12px;
  padding: 12px;
  text-align: left;
  color: #8d8d8d;
}
.spamWords i {
  color: #C62B4C;
}
.spamWords ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: inside none;
  display: block;
}
.spamWords ul li {
  display: inline;
}
.spamWords ul li a {
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
  background: #dadada;
  color: #676767;
  margin-right: 5px;
  font-weight: bold;
  text-decoration: none;
}
.spamWords ul li a:hover {
  background: #8d8d8d;
  color: white;
}
.spamWords ul li.active a {
  background: #8d8d8d;
  color: white;
}
/*-----------------------------------------------------------------------------------*/
/*	Password Strength Checker
/*-----------------------------------------------------------------------------------*/
#password-strength {
  position: relative;
  display: block;
  text-align: left;
}
#password-strength .password-strength {
  font-size: 10px;
  text-transform: uppercase;
  color: #c0c0c0;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-top: 2px;
  margin-left: 1%;
}
#password-strength .divider1,
#password-strength .divider2,
#password-strength .divider3,
#password-strength .divider4 {
  width: 24%;
  float: left;
  height: 4px;
  overflow: hidden;
  background-color: #e6e6e6;
  margin-left: 1%;
}
#password-strength.bad .divider1,
#password-strength.short .divider1 {
  background-color: #C62B4C;
}
#password-strength.bad .password-strength,
#password-strength.short .password-strength {
  color: #C62B4C;
}
#password-strength.weak .divider1,
#password-strength.weak .divider2 {
  background-color: #75306E;
}
#password-strength.weak .password-strength {
  color: #75306E;
}
#password-strength.good .divider1,
#password-strength.good .divider2,
#password-strength.good .divider3 {
  background-color: #5B59AC;
}
#password-strength.good .password-strength {
  color: #5B59AC;
}
#password-strength.strong .divider1,
#password-strength.strong .divider2,
#password-strength.strong .divider3,
#password-strength.strong .divider4 {
  background-color: #28B26B;
}
#password-strength.strong .password-strength {
  color: #28B26B;
}
#password-strength.wrong .divider1,
#password-strength.wrong .divider2,
#password-strength.wrong .divider3,
#password-strength.wrong .divider4 {
  background-color: #C62B4C;
}
#password-strength.wrong .password-strength {
  color: #C62B4C;
}
/*-----------------------------------------------------------------------------------*/
/*	Buttons
/*-----------------------------------------------------------------------------------*/
.btn,
#submit {
  border: 0;
  display: inline-block;
  -webkit-box-sizing: 'box-border';
  -moz-box-sizing: 'box-border';
  box-sizing: 'box-border';
  margin: 7px 0 0 0;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #532C3F;
  border: 2px solid #532C3F;
  text-transform: uppercase;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.btn:hover,
#submit:hover,
.btn:active,
#submit:active {
  background-color: transparent;
  color: #532C3F;
  border-color: #532C3F;
  text-decoration: none;
}
.btn.darkBG:hover,
#submit.darkBG:hover,
.btn.darkBG:active,
#submit.darkBG:active {
  color: white;
  border-color: white;
}
.btn.btnLight,
#submit.btnLight {
  background-color: white;
  border: 2px solid white;
  color: #8d8d8d;
}
.btn.btnLight:hover,
#submit.btnLight:hover,
.btn.btnLight:active,
#submit.btnLight:active {
  background-color: transparent;
  color: white !important;
  border-color: white !important;
}
.btn.btnLight.btnLightAlt:hover,
#submit.btnLight.btnLightAlt:hover,
.btn.btnLight.btnLightAlt:active,
#submit.btnLight.btnLightAlt:active {
  background-color: transparent;
  color: #8d8d8d !important;
  border-color: #8d8d8d !important;
}
.btn:active,
#submit:active {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}
.btn i,
#submit i {
  margin-right: 5px;
  font-size: 14px;
}
.btn.alt,
#submit.alt {
  background-color: transparent;
  border-color: #532C3F;
  color: #532C3F;
}
.btn.alt:hover,
#submit.alt:hover,
.btn.alt:active,
#submit.alt:active {
  background-color: #532C3F;
  border-color: #532C3F;
  color: #fff;
  text-decoration: none;
}
.btn.greyBtn,
#submit.greyBtn {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #8d8d8d;
}
.btn.greyBtn:hover,
#submit.greyBtn:hover,
.btn.greyBtn:active,
#submit.greyBtn:active {
  background-color: transparent;
  color: #8d8d8d;
  border-color: #e8e8e8;
}
.btn.btn-small,
#submit.btn-small {
  padding: 4px 10px;
  font-size: 12px;
  margin-bottom: 1px;
}
.btn.btn-small i,
#submit.btn-small i {
  margin: 0;
  font-size: 12px;
}
.btn.btn-mini,
#submit.btn-mini {
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
}
.btn.btn-large,
#submit.btn-large {
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  font-weight: bold;
}
.btn.btn-block,
#submit.btn-block {
  display: block;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-close,
#submit.btn-close {
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100;
  padding: 0;
  line-height: 29px;
  width: 29px;
  height: 29px;
  margin: 0;
  text-align: center;
}
.btn.btn-close i,
#submit.btn-close i {
  margin: 0;
  line-height: 29px;
}
.btn:disabled,
#submit:disabled,
.btn.disabled,
#submit.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #fff;
  background-color: #532C3F;
  border: 2px solid #532C3F !important;
  box-shadow: 0;
  cursor: default;
}
.btn.opacity,
#submit.opacity {
  opacity: 0.5;
}
.greenBtn .btn {
  background-color: #82c49c;
  border: 2px solid #82c49c;
  color: white;
}
.greenBtn .btn:hover,
.greenBtn .btn:active {
  background-color: transparent;
  color: #489867;
  border-color: #82c49c;
}
.blueBtn .btn {
  background-color: #AAC8EE;
  border: 2px solid #AAC8EE;
  color: white;
}
.blueBtn .btn:hover,
.blueBtn .btn:active {
  background-color: transparent;
  color: #5591dd;
  border-color: #AAC8EE;
}
.beigeBtn .btn {
  background-color: #c8c49e;
  border: 2px solid #c8c49e;
  color: white;
}
.beigeBtn .btn:hover,
.beigeBtn .btn:active {
  background-color: transparent;
  color: #a39c5d;
  border-color: #c8c49e;
}
.peachBtn .btn {
  background-color: #F1DABA;
  border: 2px solid #F1DABA;
  color: white;
  margin: 0;
}
.peachBtn .btn:hover,
.peachBtn .btn:active {
  background-color: transparent;
  color: #e0ad65;
  border-color: #F1DABA;
}
.yellowBtn .btn {
  background-color: #eddf5b;
  border: 2px solid #eddf5b;
  color: white;
  margin: 0;
}
.yellowBtn .btn:hover,
.yellowBtn .btn:active {
  background-color: transparent;
  color: #e8d62d;
  border-color: #eddf5b;
}
/*
.salmonBtn .btn {
	background-color: #DEB6AA;
	border: 2px solid #DEB6AA;
	color: white;
	margin: 0;
	&:hover,
	&:active {
		background-color: transparent;
		color: darken(#DEB6AA,20%);
		border-color: #DEB6AA;
	}
}
*/
.salmonBtn .btn {
  background-color: #7890BF;
  border: 2px solid #7890BF;
  color: white;
  margin: 0;
}
.salmonBtn .btn:hover,
.salmonBtn .btn:active {
  background-color: transparent;
  color: #435c8e;
  border-color: #7890BF;
}
.limeBtn a.link {
  color: #85AA7F;
  text-decoration: none;
}
.limeBtn .btn {
  background-color: #85AA7F;
  border: 2px solid #85AA7F;
  color: white;
  margin: 0;
}
.limeBtn .btn:hover,
.limeBtn .btn:active {
  background-color: transparent;
  color: #85AA7F;
  border-color: #85AA7F;
}
.dkGreyBtn .btn {
  background-color: #6b6b6b;
  border: 2px solid #6b6b6b;
  color: white;
  margin: 0;
}
.dkGreyBtn .btn:hover,
.dkGreyBtn .btn:active {
  background-color: transparent;
  color: #6b6b6b;
  border-color: #6b6b6b;
}
#videoLinkBtn {
  margin-right: 4px;
}
.btn.backBtn {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btn-right {
    float: right;
    margin-top: -30px;
  }
  .btn.backBtn {
    position: absolute;
    right: 0;
    top: -10px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Type - extends editor-style.less to override TinyMCE colours
/*-----------------------------------------------------------------------------------*/
body {
  color: #8d8d8d;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #6C4256;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
h2.alt,
.h2.alt,
h3.alt,
.h3.alt {
  color: #8d8d8d;
}
h4.small {
  font-size: 16px;
}
.textColor,
.textColor a {
  color: #8d8d8d !important;
}
/*
.text-block h2 {
  font-size: 22px;	
}
*/
h5,
h6 {
  color: #6C4256;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: left;
}
h5.lora,
h6.lora {
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}
h5.grey,
h6.grey {
  color: #8d8d8d;
}
h5 span.price {
  font-size: 20px;
  line-height: 20px;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #6C4256;
}
p {
  color: #8d8d8d;
}
a {
  color: #676767;
}
a:hover {
  color: #414141;
}
a.nodecoration {
  text-decoration: none;
}
p.small {
  text-align: left;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
}
p.large {
  font-size: 16px;
}
.content-text h1,
.content-text .h1,
.content-text h2,
.content-text .h2,
.content-text h3,
.content-text .h3,
.content-text h4,
.content-text .h4,
.content-text h5,
.content-text .h5,
.content-text h6,
.content-text .h6 {
  color: #8d8d8d;
}
/*-----------------------------------------------------------------------------------*/
/*	Responsive Videos
/*-----------------------------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#map img {
  max-width: inherit;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader("src=http://chart.apis.google.com/chart?chst=d_map_pin");
}
#mapCanvas {
  height: 100%;
  background: #76435e !important;
}
#googleMap .block-overlay {
  pointer-events: none;
}
.pac-container {
  z-index: 1500;
}
#mapFilter {
  padding: 25px 20px;
  background: #532C3F;
  margin: -4px 0 4px;
  color: white;
  text-align: center;
}
#mapFilter a {
  color: white;
  text-decoration: none;
}
#mapFilter a.active {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #mapFilter {
    text-align: left;
  }
  #mapFilter #key {
    float: right;
    margin-top: -10px;
  }
  #mapFilter #key .keyItem {
    margin-left: 10px;
  }
}
/*  
*  -----------------------
*  MESSAGES
*  -----------------------
*/
#ajaxMessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
}
#ajaxMessage a,
#ajaxMessage a:hover {
  color: #fff;
  text-decoration: underline;
}
.ajaxMessage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 1000;
  /* text-shadow:1px 1px 0 rgba(0,0,0,.25); */
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
}
.ajaxMessage.show {
  display: block;
}
.ajaxMessage .close_btn {
  position: absolute;
  right: 24px;
  top: 10px;
  height: 22px;
  width: 22px;
  display: block;
  background: url("_assets/img/notifications/close_btn.png") no-repeat;
}
.ajaxMessage .message {
  display: inline-block;
  padding: 3px 22px 4px;
}
.ajaxMessage.success {
  /* background-color:#4BC57A; */
  background-color: #128deb;
}
.ajaxMessage.success .message {
  background: url("_assets/img/notifications/success_alert.png") no-repeat;
}
.ajaxMessage.error {
  /* background-color:#BE1616; */
  background-color: #ff0046;
}
.ajaxMessage.error .message {
  background: url("_assets/img/notifications/error_alert.png") no-repeat;
}
.ajaxMessage.processing {
  /* background-color:#676F74; */
  background-color: #8d8d8d;
}
.ajaxMessage.processing .message {
  /* background: url("_assets/img/notifications/processing_2.gif") no-repeat left center; */
}
.dialog {
  position: fixed;
  display: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E8E8E8;
  background: #fff;
  width: 520px;
  margin-left: -260px;
  top: 110px;
  left: 50%;
  z-index: 30050;
}
.dialog .dialog-content {
  padding: 30px 60px;
}
.dialog h1 {
  margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Postcard
/*-----------------------------------------------------------------------------------*/
.postcards .postcard {
  background: #E9E9E9;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .postcards .postcard .postcard-left {
    float: left;
    /* 				width: 30em; */
    width: 55%;
  }
  .postcards .postcard .postcard-right {
    /* 				padding-left: 31.5em; */
    padding-left: 58%;
  }
}
.postcards .postcard .postcard-media {
  background: white;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.postcards .postcard .postcard-media .postcard-media-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.postcards .postcard .postcard-media img {
  position: relative;
  display: block;
}
.postcards .postcard .postcard-media img.move {
  cursor: move;
}
.postcards .postcard .postcard-media .postcard-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postcards .postcard .postcard-media .postcard-media-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
}
.postcards .postcard .postcard-media .postcard-media-options {
  position: absolute;
  top: 50%;
  display: block;
  width: 80%;
  padding: 0 10%;
  margin-top: -35px;
}
.postcards .postcard .postcard-media .embed-container {
  position: relative;
  top: 50%;
  text-align: center;
  margin-top: -28.125%;
}
.postcards .postcard .postcard-info {
  text-align: left;
  position: relative;
}
.postcards .postcard .postcard-info .postcard-message {
  overflow: auto;
}
.postcards .postcard .postcard-info textarea.postcard-message {
  overflow: hidden;
  min-height: 160px;
  margin-bottom: 0;
  display: block;
}
.postcards .postcard .postcard-info .charsRemaining {
  background: #c3c3c3;
  margin: 0 -10px;
  padding: 6px 10px;
  color: white;
}
@media (min-width: 768px) {
  .postcards .postcard div.postcardMessage {
    min-height: 160px;
  }
}
.postcards .postcard .postcardTitle {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0px;
  font-weight: bold;
}
.addthis_toolbox {
  display: inline-block;
  margin-left: 5px;
}
.avatar {
  float: left;
  width: 92px;
  margin-right: 15px;
  height: 116px;
  padding: 7px 8px 15px;
  background: url("_assets/img/stamp.png");
}
.avatar.right {
  float: right;
  margin-left: 15px;
}
.avatar.small {
  width: 46px;
  height: 58px;
  padding: 3px 4px 7px;
  background: url("_assets/img/stamp-small.png");
}
/*-----------------------------------------------------------------------------------*/
/*	iosSlider
/*-----------------------------------------------------------------------------------*/
.stdSlider {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iosSlider {
  width: 100% !important;
}
.iosSlider .slider {
  width: 100%;
  height: 100%;
}
.iosSlider .slider .item {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
}
.iosSliderPrev,
.iosSliderNext {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 0px;
  /* 	margin-top: -17px; */
  z-index: 200;
  background: url('_assets/img/left_arrow-white.png') 50% 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  color: white !important;
}
.iosSliderNext {
  right: 0px;
  left: auto;
  background-image: url('_assets/img/right_arrow-white.png');
}
.iosSliderPrev.pagerbtn,
.iosSliderNext.pagerbtn {
  bottom: 0;
  height: auto;
  z-index: 999999;
}
.iosSliderNext.pagerbtn {
  left: 0px;
  right: auto;
  background-image: url('_assets/img/left_arrow-white.png');
}
.iosSliderPrev.pagerbtn {
  left: auto;
  right: 0px;
  background-image: url('_assets/img/right_arrow-white.png');
}
.fullPageSlider {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fullPageSlider .iosSliderPrev,
.fullPageSlider .iosSliderNext {
  /*
		top: 100px;
		left:15px;
*/
  background-image: url('_assets/img/left_arrow-white.png');
}
.fullPageSlider .iosSliderNext {
  right: 0px;
  left: auto;
  background-image: url('_assets/img/right_arrow-white.png');
}
.fullPageSlider .iosSlider {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .fullPageSlider .fullPageSlider .iosSliderPrev,
  .fullPageSlider .fullPageSlider .iosSliderNext {
    left: 40px;
  }
  .fullPageSlider .fullPageSlider .iosSliderNext {
    right: 40px;
    left: auto;
  }
  .fullPageSlider .fullPageSlider .iosSlider .item {
    left: -14px !important;
    right: -14px !important;
  }
}
/* COMMENTS */
#comments {
  text-align: left;
}
#comments ul,
#comments ol {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#comments ul.children,
#comments ol.children {
  margin: 0 0 0 70px;
}
#comments .reply {
  margin-left: 70px;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 60px;
  text-decoration: underline;
}
#comments .reply a.comment-reply-link {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}
#comments .comments-title,
#comments .comment-reply-title {
  border-bottom: 2px solid #000;
  /*border-top:1px solid #ccc;*/
  padding: 10px 0;
  margin: 0 0 20px 0;
  line-height: 1.5em;
}
#comments .comment-author cite {
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  padding: 0 15px 0 0;
  color: #222;
  border-top: 0;
  display: inline;
  vertical-align: middle;
}
#comments .comment-content {
  padding: 0 0 0 70px;
}
#comments .form-allowed-tags {
  display: none;
}
#comments .comment-meta {
  float: right;
}
#comments .comment-meta a {
  line-height: 30px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
/* /COMMENTS */
/*-----------------------------------------------------------------------------------*/
/*	Products
/*-----------------------------------------------------------------------------------*/
.listings {
  text-align: left;
}
@media (min-width: 768px) {
  .listings .list_item {
    margin-bottom: 10px;
  }
  .listings .list_item p {
    padding-left: 50px;
  }
  .listings .list_item img {
    float: left;
  }
}
table {
  background-color: white;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dadada;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dadada;
}
.table .table {
  background-color: white;
}
.table-bordered {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dadada;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dadada;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	track-listing
/*-----------------------------------------------------------------------------------*/
ol.track-listing {
  list-style: inside decimal;
  margin: 0;
  padding: 0;
}
ol.track-listing li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #f3f3f3;
}
ol.track-listing li:before,
ol.track-listing li:after {
  content: " ";
  display: table;
}
ol.track-listing li:after {
  clear: both;
}
ol.track-listing li:before,
ol.track-listing li:after {
  content: " ";
  display: table;
}
ol.track-listing li:after {
  clear: both;
}
ol.track-listing li .track-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  ol.track-listing li .track-title {
    display: block;
    float: left;
    width: 45%;
  }
  ol.track-listing li .track-author {
    display: block;
    float: left;
    width: 45%;
  }
  ol.track-listing li .track-time {
    display: block;
    float: left;
    width: 10%;
    text-align: right;
  }
}
.blog-loop {
  display: block;
  border: 1px solid #f3f3f3;
  border-bottom-width: 2px;
  text-decoration: none;
}
.blog-loop .slideImage {
  margin: 0;
  margin-bottom: 5px;
}
.blog-loop p.small {
  padding: 0 10px;
}
.blog-loop p.large {
  line-height: 20px;
  text-align: left;
  padding: 10px;
  display: block;
  overflow: hidden;
  height: 40px;
}
.filterBtn {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.filterBtn:hover,
.filterBtn:active,
.filterBtn.active {
  background-color: #8d8d8d;
  color: white;
}
/*-----------------------------------------------------------------------------------*/
/*	Agents
/*-----------------------------------------------------------------------------------*/
ul.agents {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
ul.agents li {
  display: block;
}
ul.agents li:before,
ul.agents li:after {
  content: " ";
  display: table;
}
ul.agents li:after {
  clear: both;
}
ul.agents li:before,
ul.agents li:after {
  content: " ";
  display: table;
}
ul.agents li:after {
  clear: both;
}
ul.agents li .agent {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #D7F5D3;
}
@media (min-width: 768px) {
  ul.agents li {
    padding: 10px 10px;
    text-align: left;
  }
  ul.agents li .agent {
    border: 0;
    display: block;
    float: left;
    width: 31%;
    padding: 1%;
  }
  ul.agents li .agent.double {
    width: 64%;
  }
  ul.agents li:nth-child(even) {
    background-color: #f5fdf4;
  }
  ul.agents li .agent:nth-child(3) {
    float: right;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Concerts
/*-----------------------------------------------------------------------------------*/
ul.concerts {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
ul.concerts li {
  display: block;
  padding: 5px 10px;
}
ul.concerts li:before,
ul.concerts li:after {
  content: " ";
  display: table;
}
ul.concerts li:after {
  clear: both;
}
ul.concerts li:before,
ul.concerts li:after {
  content: " ";
  display: table;
}
ul.concerts li:after {
  clear: both;
}
ul.concerts li .concert-location {
  font-weight: bold;
}
ul.concerts li:nth-child(even) {
  background-color: #fcf8f1;
}
ul.concerts li .concert-date_time,
ul.concerts li .concert-link {
  display: block;
}
@media (min-width: 768px) {
  ul.concerts li {
    text-align: left;
  }
  ul.concerts li .concert-date_time {
    display: block;
    float: left;
    width: 25%;
    padding-top: 10px;
  }
  ul.concerts li .concert-location {
    display: block;
    float: left;
    width: 25%;
    padding-top: 10px;
  }
  ul.concerts li .concert-venue {
    display: block;
    float: left;
    width: 40%;
    padding-top: 10px;
  }
  ul.concerts li .concert-link {
    display: block;
    float: left;
    width: 10%;
    text-align: right;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	maps
/*-----------------------------------------------------------------------------------*/
#map_canvas label {
  width: auto;
  display: inline;
}
#map_canvas img {
  max-width: none;
  max-height: none;
}
/*-----------------------------------------------------------------------------------*/
/*	Video
/*-----------------------------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 20px;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .video-container {
    margin-top: 0px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Portrait image
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .product-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }
  .product-image img {
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  .product-image.portrait .portrait-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .product-image.portrait .portrait-inner img {
    width: auto;
    height: 100%;
  }
}
.history-photo {
  display: block;
  border: 1px solid #eee;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.history-photo img {
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Accordion
/*-----------------------------------------------------------------------------------*/
.ss_accordion {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.ss_accordion .accordion-title {
  background-color: #ccc;
  display: block;
  margin-top: 2px;
}
.ss_accordion .accordion-title.active {
  background-color: #666;
  border-bottom: 1px solid white;
}
.ss_accordion .accordion-title a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
.ss_accordion .accordion-title a span {
  font-weight: normal;
  float: right;
  display: block;
  width: 20px;
  height: 20px;
}
.ss_accordion .accordion-title a span.close {
  display: none;
}
.ss_accordion .accordion-title.active a span.close {
  display: inline;
}
.ss_accordion .accordion-title.active a span.open {
  display: none;
}
.ss_accordion .accordion-inner {
  background-color: #666;
  padding: 10px 20px 30px;
  display: none;
  font-size: 13px;
  line-height: 1.7em !important;
  color: #fff;
}
.ss_accordion .accordion-inner h1,
.ss_accordion .accordion-inner h2,
.ss_accordion .accordion-inner h3,
.ss_accordion .accordion-inner h4,
.ss_accordion .accordion-inner h5,
.ss_accordion .accordion-inner p,
.ss_accordion .accordion-inner a {
  color: #fff;
}
.ss_accordion .accordion-inner:even {
  background-color: #666;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: white;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Styles for dialog window */
.burgundy-popup {
  background: #77455E;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.burgundy-popup h1,
.burgundy-popup h2,
.burgundy-popup h3,
.burgundy-popup h4,
.burgundy-popup h5,
.burgundy-popup p,
.burgundy-popup a,
.burgundy-popup a:hover {
  color: #fff;
}
.burgundy-popup .needAccount {
  margin: 20px -30px -20px;
  padding: 20px 30px;
  background: #532C3F;
  text-align: center;
}
.burgundy-popup .forgotPasswordLink {
  float: right;
  padding-top: 15px;
}
.burgundy-popup label {
  color: white !important;
}
.white-popup {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 560px;
  margin: 40px auto;
  position: relative;
}
.white-popup .mfp-close,
.white-popup .mfp-close-btn-in .mfp-close,
.white-popup .mfp-image-holder .mfp-close,
.white-popup .mfp-iframe-holder .mfp-close {
  color: #532C3F;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media (min-width: 768px) {
  .white-popup.wide-popup {
    max-width: 940px;
    padding: 20px 60px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Box Sizing
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
}
/*-----------------------------------------------------------------------------------*/
/*	Clearfix
/*-----------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*-----------------------------------------------------------------------------------*/
/*	Dividers & Spacers
/*-----------------------------------------------------------------------------------*/
.divClear {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.divClear.height5 {
  padding: 3px 0 2px;
}
.divClear.height10 {
  padding: 5px 0;
}
.divClear.height20 {
  padding: 10px 0;
}
.divClear.height30 {
  padding: 15px 0;
}
.divClear.height40 {
  padding: 20px 0;
}
.divClear.height50 {
  padding: 25px 0;
}
.divClear.height60 {
  padding: 30px 0;
}
.divClear.height70 {
  padding: 35px 0;
}
.divClear.height80 {
  padding: 40px 0;
}
.divClear.height90 {
  padding: 45px 0;
}
.divClear.height100 {
  padding: 50px 0;
}
.divClear.line {
  border-top: 1px solid #dadada;
  height: 0;
}
.divClear.line.height5 {
  margin: 3px 0 2px;
  padding: 0;
}
.divClear.line.height10 {
  margin: 5px 0;
  padding: 0;
}
.divClear.line.height20 {
  margin: 10px 0;
  padding: 0;
}
.divClear.line.height30 {
  margin: 15px 0;
  padding: 0;
}
.divClear.line.height40 {
  margin: 20px 0;
  padding: 0;
}
.divClear.line.height50 {
  margin: 25px 0;
  padding: 0;
}
.divClear.line.height60 {
  margin: 30px 0;
  padding: 0;
}
.divClear.line.height70 {
  margin: 35px 0;
  padding: 0;
}
.divClear.line.height80 {
  margin: 40px 0;
  padding: 0;
}
.divClear.line.height90 {
  margin: 45px 0;
  padding: 0;
}
.divClear.line.height100 {
  margin: 50px 0;
  padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Visibility Utilities
/*-----------------------------------------------------------------------------------*/
.hidden {
  display: none;
  visibility: hidden;
}
.hide-on-mobile {
  display: none !important;
}
.hide-on-tablet {
  display: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	Responsive Visibility Utilities
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
  .hide-on-mobile {
    display: inherit !important;
  }
}
@media (min-width: 970px) {
  .show-on-tablet {
    display: none !important;
  }
  .hide-on-tablet {
    display: inherit !important;
  }
}
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.0.1 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff !important;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
  color: inherit !important;
  text-align: inherit;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  color: inherit !important;
  text-align: inherit;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 180px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}
#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
}
