/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* Paragraph Font Styles */
/* Header Font Styles */
/* functions */
.bootstrap-margin-correction {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
/* body styles */
body {
  font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
  font-size: 18px;
  line-height: normal;
  font-family: 'Source Sans Pro';
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro';
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: inherit;
}
a {
  color: #6b004a;
}
a:hover {
  color: #333333;
}
html,
body {
  background-color: #FFFFFF;
}
body > .container {
  padding-bottom: 5em;
  padding-top: 0;
}
/* header styles */
header {
  background-color: #ffffff;
}
header > .container {
  height: 150px;
}
header > .container .socialmedia {
  text-align: right;
  margin-top: 2em;
}
header > .container .socialmedia > span {
  margin-right: 1em;
}
header > .container .logo {
  position: absolute;
  color: #ff00ff;
  padding: 0px;
  height: 150px;
  margin-top: 0;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 1em;
  font-family: 'Source Sans Pro';
  max-width: 300px;
}
header > .container .logo img {
  height: 150px;
}
header > .container .nav {
  background-color: #c39839;
  text-align: right;
}
/* navigation */
header > .sh-nav {
  background-color: #ffffff;
  height: auto;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}
header > .sh-nav .nav {
  margin: 0;
  text-align: right;
  background-color: transparent;
}
header > .sh-nav .nav > li {
  display: inline;
  margin-right: 0px;
}
header > .sh-nav .nav > li:last-child {
  margin-right: 0;
}
header > .sh-nav .nav > li > a {
  display: inline-block;
  background: #ffffff;
  color: #2d2d2d;
  padding: 0.75em 1.2em;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
header > .sh-nav .nav > li > a:hover {
  font-weight: 700;
  background-color: #c39839;
  color: auto;
}
header > .sh-nav .nav > li.active > a {
  background-color: #ffffff;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.1em;
}
header > .sh-nav .btn-navbar {
  width: 100%;
  background-color: transparent;
  background: none;
  border: none;
  color: #2d2d2d;
  font-size: 1.1em;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
header > .sh-nav .btn-navbar i {
  color: #2d2d2d;
}
.dropdown-menu {
  background: #c39839;
  border-radius: 0px;
  border: none;
}
.dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.dropdown-menu .active > a {
  background: transparent;
}
.dropdown-menu .active > a:hover {
  background: transparent;
}
.dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: auto;
}
.sh-cart-btn a,
.sh-cart-btn a i.icon-shopping-cart {
  color: #ffffff;
}
.sh-cart-btn a:hover,
.sh-cart-btn a i.icon-shopping-cart:hover {
  text-decoration: none;
  color: auto;
  background: rgba(255, 255, 255, 0.3);
}
/* header banner */
.headerBanner {
  background: transparent url(//cdn-west.sqhk.co/51819b551563b50e50db91f9/HeaderAbout.png) no-repeat top center;
  height: 300px;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.headerBanner h1 {
  color: #ffffff;
  font-size: 2em;
  margin-top: 10px;
  line-height: 1em;
  letter-spacing: 0;
  background-color: transparent;
  padding: 50px;
  font: italic;
  font-family: 'Source Sans Pro';
}
.headerBanner h2 {
  color: #cccccc;
  font-size: 1.5em;
  margin-top: 10px;
  line-height: 1em;
  letter-spacing: 0;
  background-color: transparent;
  padding: 3px;
  font: normal;
  font-family: 'Source Sans Pro';
}
/* footer styles */
footer {
  background-color: #ffffff;
  color: #2d2d2d;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 2em;
}
footer a {
  color: #b1b3b6;
}
footer a:hover {
  color: #a7a9ac;
}
footer > .container {
  margin-top: 2em;
}
footer .nav {
  margin-top: 0.5em;
  text-align: right;
}
footer .nav > li {
  display: inline;
}
footer .nav > li > a {
  display: inline-block;
  color: #2d2d2d;
  padding: 0.5em 1em;
  font-weight: normal;
  text-transform: uppercase;
}
footer .nav > li.active > a {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 1.1em;
}
footer .nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
footer > .top-footer {
  background: #ffffff;
  color: #231F20;
  text-align: center;
  text-transform: none;
  padding-top: 10px;
}
footer > .top-footer a {
  color: #231F20;
}
footer > .top-footer a:hover {
  color: #686264;
}
footer > .top-footer address {
  border-bottom: 1px solid #2d2d2d;
  border-top: 1px solid #2d2d2d;
  padding-bottom: 1.5em;
  padding-top: 4.5em;
}
footer .socialmedia {
  text-align: right;
  text-transform: none;
}
footer .socialmedia > span {
  margin-right: 1em;
}
footer .logo img {
  max-width: 175px;
  height: auto;
}
footer .copyright a:hover {
  color: #a7a9ac;
}
/* consultation form */
#contact-form {
  margin-bottom: 1em;
  display: none;
}
label.error {
  color: #FF0000;
  text-align: left;
}
.copyright {
  margin-top: 1em;
  text-align: right;
}
/* social media icons */
.socialmedia {
  text-align: center;
}
[class^="socialmedia-"],
[class*=" socialmedia-"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-right: 0.2em;
  background-image: url(//cdn-west.sqhk.co/51819b551563b50e50db91f9/smicons.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.socialmedia-facebook {
  background-position: 0px   0px;
}
.socialmedia-twitter {
  background-position: -30px 0px;
}
.socialmedia-linkedin {
  background-position: -60px 0px;
}
.socialmedia-youtube {
  background-position: -90px 0px;
}
.socialmedia-tumblr {
  background-position: 0px -30px;
}
.socialmedia-instagram {
  background-position: -30px -30px;
}
.socialmedia-googleplus {
  background-position: -60px -30px;
}
.socialmedia-vimeo {
  background-position: -90px -30px;
}
/*.socialmedia-facebook:hover {background-position:-1px -4px;}
.socialmedia-twitter:hover {background-position:-283px -4px;}
.socialmedia-instagram:hover {background-position:-355px -4px;}
.socialmedia-youtube:hover {background-position:-213px -4px;}*/
.socialmedia-icon-last {
  padding-right: 0;
}
/* video */
.video > iframe {
  width: 100%;
  height: 40em;
  margin-bottom: 1em;
}
/* Portfolio */
.portfolio li {
  display: inline !important;
  border: none !important;
}
.portfolio li a,
.portfolio li a:visited {
  color: #000;
  padding: 5px 10px;
  margin: 5px 5px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  background: #6b004a !important;
}
.portfolio li a:hover {
  color: #000;
  background: #380017 !important;
}
#portfolio {
  text-align: center;
}
#portfolio img {
  height: auto;
  padding: 0px;
  border: 4px solid #6b004a;
  margin: 10px;
  background: #fff;
}
#portfolio a {
  border: none;
}
/* Form Success */
.theme-form-success,
.form-success {
  margin-top: 25px;
  background: #cdcdcd;
  color: #fff;
  width: auto;
  height: auto;
  padding: 15px;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
}
/* BLOG CSS */
#blog {
  margin-top: 70px;
}
#blog .header {
  margin-left: 0;
  margin-bottom: 56px;
  margin-top: 30px;
}
#blog .section_header input[type="text"] {
  float: right;
  margin-top: 9px;
  background: #ffffff no-repeat 5px;
  padding-left: 28px;
  width: 18%;
  border-radius: 5px;
}
#blog .post_row {
  margin-left: 0;
  margin-bottom: 0px;
}
#blog .text {
  max-height: 250px;
  overflow: hidden;
}
#blog .lastpost_row {
  margin-bottom: 0;
}
#blog .post_row .post {
  background: #fff;
  margin-left: 0;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 1px #d8d8d8;
  padding: 25px;
  margin-top: 10px;
}
#blog .post_row .last {
  margin-right: 0;
}
#blog .post_row .post .img {
  position: relative;
}
#blog .post_row .post .img .date {
  background: #E8554E;
  position: absolute;
  padding: 2px 5px;
  top: 0;
  left: 11px;
}
#blog .post_row .post .img .date p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  overflow: hidden;
}
#blog .post_row .post .img img {
  min-height: 186px;
}
#blog .post_row .post .text {
  margin: 18px auto 0;
  width: 83%;
}
#blog .post_row .post h5 {
  margin: 0 0 8px 0;
  font-size: 30px;
  line-height: 1.0em;
  color: #666;
}
#blog .post_row .post h5 a {
  color: #666;
}
#blog .post_row .post h5 a:hover {
  color: #333;
  text-decoration: none;
}
#blog .post_row .post .text span.date {
  color: #9F9F9F;
  display: block;
  margin-bottom: 12px;
  font-style: italic;
  font-size: 13px;
}
#blog .post_row .post .text p {
  margin: 0;
  line-height: 21px;
  font-size: 14px;
}
#blog .post_row .post .author_box {
  margin: 12px auto 20px;
  border-top: 1px solid #EDEDED;
  overflow: hidden;
  text-align: left;
  width: 85%;
}
#blog .post_row .post .author_box h6 {
  margin: 0 0 3px 0;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  font-weight: normal;
  color: #B2B2B2;
}
#blog .post_row .post .author_box p {
  color: #B2B2B2;
  font-style: italic;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
}
#blog .post_row .post .author_box img {
  float: right;
}
#blog .autohor-box a {
  color: #636466;
}
#blog .post_row .post a.plus_wrapper {
  width: 99%;
  text-align: center;
  background: #fff;
  display: none;
  border-radius: 0px 0px 4px 4px;
  padding: 6px 0px 2px;
  margin: 0 auto 1px;
}
#blog .post_row .post a.plus_wrapper span {
  color: #636466;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}
/*#blog .post_row .post a.plus_wrapper,
#blog .post_row .post a.plus_wrapper span{
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;	
}*/
#blog .post_row .post:hover a.plus_wrapper {
  display: block;
}
/*#blog .post_row .post a.plus_wrapper:hover{
	background: #636466;
}
#blog .post_row .post a.plus_wrapper:hover span{
	color: #fff;
}*/
#blog .post_row .post:hover {
  box-shadow: 0px 2px 2px 2px #d8d8d8;
}
#blog .post_row .post:hover .text h5 a {
  text-decoration: none;
}
/*pagination*/
.pagination {
  margin: 35px auto 0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.pagination a.current {
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
}
#blog .section_header h3 {
  color: #fff;
  background: #000;
  font-size: 24px;
  width: 80px;
  font-weight: 300;
  margin-left: 10px;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 12px;
}
.blog-pic {
  max-height: 200px;
}
/* Blog Sidebar
-------------------------------------------------- */
.blog-sidebar {
  box-shadow: 0px 1px 1px 1px #d8d8d8;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-sidebar > h4 {
  font-weight: 400;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0px;
}
.blog-sidebar ul > li a {
  display: block;
  font-weight: 400;
  border-bottom: 1px dotted #aaa;
  padding: 10px 0px;
  color: #666;
}
.blog-sidebar ul > li a:hover {
  text-decoration: none;
  color: #333;
}
.blog-sidebar ul > li:last-child a {
  border-bottom: none;
}
/*Social Media Stuff
======================== */
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
/* eCommerce Styling */
.product-container {
  margin-top: 50px;
}
.product-row {
  margin-top: 50px;
}
.products {
  background: #6b004a;
  padding: 10px;
  padding-bottom: 20px;
}
.products h3 {
  color: #fff;
  text-align: left;
  line-height: .5em;
}
.products a h3:hover {
  color: #fff;
}
.products a:hover {
  text-decoration: none;
  border: none;
}
.price h3 {
  text-align: right;
  margin-top: -20px;
}
.products button {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: #c39839;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  -o-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -webkit-transition: 1.0s;
  /* ...and now for the proper property */

  transition: 1.0s;
}
.products button:hover {
  color: #c39839;
  background: #fff;
  -o-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -webkit-transition: 1.0s;
  /* ...and now for the proper property */

  transition: 1.0s;
}
.control-group .controls button {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: #c39839;
  color: #fff;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  -o-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -webkit-transition: 1.0s;
  /* ...and now for the proper property */

  transition: 1.0s;
}
.control-group .controls button:hover {
  color: #c39839;
  background: #fff;
  border: 1px solid #c39839;
  -o-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -webkit-transition: 1.0s;
  /* ...and now for the proper property */

  transition: 1.0s;
}
/* Responsive
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  
}
@media (max-width: 979px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #blog .pagination {
    width: 36%;
  }
  #blog .post_row {
    height: 545px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #blog .post_row {
    height: auto;
    margin-bottom: 0;
  }
  #blog .post_row .post {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #blog .post_row .post .img {
    float: left;
    margin-bottom: 16px;
  }
  #blog .post_row .post .author_box {
    display: none;
  }
  #blog .post_row .post .text {
    overflow: hidden;
    width: 81%;
    margin: 0 auto 20px;
    margin-top: 7px;
  }
  #blog .post_row .post a.plus_wrapper {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  /*#blog .post_row .post:hover a.plus_wrapper{
  		display: inline-block;
  		background: #1189D9;
  	}
  	#blog .post_row .post:hover a.plus_wrapper span{
  		color: #fff;
  	}*/
  #blog .pagination {
    width: 55%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #blog .post_row {
    height: auto;
    margin-bottom: 0px;
  }
  #blog .post_row .post {
    margin: 0 auto 50px;
    width: 72%;
  }
  #blog .post_row .post .img {
    float: none;
    margin: 0;
  }
  #blog .post_row .post .text {
    float: none;
    margin: 24px auto 0;
    width: 86%;
  }
  #blog .post_row .post .author_box {
    margin: 30px auto 15px;
  }
  #blog .post_row .post a.plus_wrapper {
    display: block;
    padding: 10px 0 8px;
  }
  #blog .pagination {
    width: 72%;
  }
}
/* media queries */
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  header > .sh-nav .btn-navbar {
    display: none;
  }
  .socialmedia > span {
    display: inline-block;
    position: relative;
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header > .sh-nav .nav > li > a {
    padding: 0.90em .75em;
    font-size: 0.95em;
    letter-spacing: 0.05em;
  }
  .socialmedia > span {
    display: inline-block;
    position: relative;
    line-height: 25px;
    top: -6px;
  }
}
@media (max-width: 979px) {
  /* header section */
  header {
    margin-left: -20px;
    margin-right: -20px;
  }
  header > .container {
    text-align: center;
    height: auto;
  }
  header > .container .logo {
    padding: 0;
    position: inherit;
    height: auto;
    display: inline-block;
  }
  header > .container .socialmedia {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
  }
  header > .sh-nav {
    color: #2d2d2d;
    height: auto;
    padding: 20px;
  }
  header > .sh-nav .nav > li {
    display: block;
  }
  header > .sh-nav .nav > li > a {
    display: block;
    padding: 0.5em 0;
  }
  header > .sh-nav .nav {
    text-align: center;
  }
  .headerBanner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* footer section */
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer > .top-footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer > .container {
    text-align: center;
  }
  footer .socialmedia {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  footer .nav {
    text-align: center;
  }
  footer .nav > li {
    display: block;
    width: 100%;
  }
  footer .nav > li a {
    display: block;
  }
  footer .logo {
    display: none;
  }
}
@media (max-width: 480px) {
  
}
.dropdown-backdrop {
  position: static;
}
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

@@font-face {
    font-family:"dhschnei";
    src: url("https://cdn-west.sqhk.co/pca/DfqtOjj/DHSCHNEI.TTF") /* TTF file for CSS3 browsers */
}.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }






/* Callback example */

h3 {
  font: 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("//cdn-west.sqhk.co/51819b551563b50e50db91f9/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
body .container {
  padding-left: 2vw;
  padding-right: 2vw;
}

[class*='span'] {
  max-width: 95%;
}

.sh-body h1{
  font-family: 'dhschnei'!important; 
}

.top-footer h3, .top-footer h1, .top-footer h2 {
  color: #2d2d2d!important;
}

.dropdown-backdrop {
    position: static;
}

.top-footer, .top-footer p, .top-footer a, .top-footer h4 {
  color: #2d2d2d!important;
  font-family: 'dhschnei'!important;
}

.socialmedia {
  margin-top: 10px!important; 
}

.site-description, .site-description h4{
  display: block;
  text-align: center;
  height: auto;
  margin: auto;
  color: #366634;
}

.site-description strong {
	font-size: 24px; 
}

.accordion-toggle {
  color: #366634!important;
}

.sh-body {
	min-height: 450px;
}
.sh-body .container{
	margin-right: 27vw; 
  	width: 73vw;
}

.sb-panel {
  height: 47%;
  overflow: hidden;
}

.sb-break {
	width: auto;
  	display: block;
  	height: 0%;
  	background-color: #C39839;
}

.side-bar {
  top: 195px;
  color: white;
  display: block;
  position: absolute;
  width: 23vw;
  background-color: #ffffff;
  left: 77vw;
  overflow: hidden; 
  /* border: 3px dashed #1E6C34; */
}

.sb-one{
  border-bottom: 2px solid white;
  background-color: #761501;
  width: 100%;
}

.sb-two{
  border-top: 2px solid white;
  background-color: #6b2555;
  float: right;
  width: 100%;
}

.logo {
  top: 0;
}

.side-bar a {
  color: white;
}

.side-bar a:hover {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .logo {
    left: 0;
  }
}

@media (max-width: 1176px) {
}

@media (max-width: 979px){
  .side-bar {
    top: 341px;
  }
}
@media (max-width: 767px){
  body {
    margin: 0 0 0 0;
  	padding: 0 0 0 0;
  }
  body .container {
  	margin: auto;
  	width: 100vw!important;
  }
  .side-bar {
  	top: 0px;
    color: white;
    display: block;
    position: relative;
    width: 100vw;
  	left: 0;
    height: auto;
    /* border: 3px dashed #1E6C34; */
  }
  
  .sb-panel{
  	display: inline-block;
  	width: 49%;
  	height: auto;
  	border-bottom: none;
  	border-top: none;
  	vertical-align: top;
  	margin: auto;
  }

  .sh-body {
    min-height: 0px;
  }
  
  .sb-break {
	display: inline-block;
  	width: 0%;
  	border-left: 2px solid white;
  	border-right: 2px solid white;
  }
  
}

@media (max-width: 480px){
  .sb-panel {
	width: 48%;
  }
}