/* 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;
}
/*================================================
  This is where the css begins for Alejandra-----
  =================================================*/
body {
  background: url('//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/back.png') repeat;
  padding-top: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #f4ebd2;
  font-size: 25px;
  line-height: 35px;
}
.body-container {
  margin-top: 30px;
}
p {
  color: #f4ebd2;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #f2d36d;
  font-style: normal;
  text-decoration: none;
  letter-spacing: inherit;
  text-shadow: -1px -1px 1px #000000;
  margin: 5px 0px;
  padding: 5px 0px;
}
h1 {
  font-size: 70px;
  line-height: 75px;
  text-transform: uppercase;
}
h2 {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
}
h3 {
  font-size: 30px;
  line-height: 35px;
}
h4 {
  font-size: 25px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}
h6 {
  font-size: 15px;
  line-height: 20px;
}
/* Important Shortcode Classes */
/* Use this class to add space between two elements. */
.border {
  height: 20px;
}
/* Use this class to add Pink color to text */
.color,
strong {
  color: #f2d36d;
}
/* Use this class to make text uppercase */
.caps {
  text-transform: uppercase;
}
/* Use this class to make the font into Arial or Helvetica */
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
/* Use this class to make the font size small */
.small {
  font-size: 13px;
  line-height: 20px;
}
/* Use this class to make the font size medium */
.medium {
  font-size: 22px;
  line-height: 30px;
}
/* Use this class to make the font size bold */
.bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.right-p {
  margin-top: 3px;
}
.padd {
  padding: 10px;
}
.social img {
  margin-right: 5px;
}
.bot-bor {
  border-bottom: 1px dashed #f4ebd2;
}
a,
a:visited {
  color: #eae0c2;
  border-bottom: 1px dashed #f4ebd2;
}
a:hover {
  color: #f4ebd2;
  border-bottom: none;
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin-left: 0px;
  margin: 10px 0px 10px 0px;
}
ul li {
  padding: 3px 0px;
  margin: 3px 0px;
  line-height: 30px;
}
a:active,
a:focus {
  border: none;
  outline: none;
}
a:-moz-any-link:focus {
  outline: none;
}
hr {
  height: 6px;
  background: url('//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/bor.png') repeat-x;
  margin: 10px 0px;
  padding: 5px 0px;
  border: 0px;
}
::selection {
  background: #eb1a39;
}
::-moz-selection {
  background: #eb1a39;
}
.form {
  margin: 10px 0px;
}
.form-horizontal input,
.form-horizontal textarea {
  width: 90%;
}
.form-horizontal .control-label {
  width: 80px;
}
.form-horizontal .controls {
  margin-left: 100px;
}
.form-horizontal .controls:first-child {
  *padding-left: 100px;
}
.form-horizontal .form-actions {
  padding-left: 100px;
}
.form-actions {
  padding: 10px 20px 11px;
  background: transparent;
  border-top: 0px;
}
.form-success {
  margin-top: 25px;
  background: #f4ebd2;
  color: #fff;
  width: auto;
  height: auto;
  padding: 15px;
  text-align: center;
}
/* Header */
header {
  margin-top: 20px;
  margin-bottom: 0px;
  background: transparent;
  height: auto;
}
/* Logo */
.logo {
  margin-top: -30px;
}
.logo p {
  padding: 0em;
}
.logo .name {
  height: 115px;
  width: 130px;
  font-weight: 700;
  text-align: center;
  background: #f4ebd2;
  line-height: 20px;
  color: #504219;
  font-size: 25px;
  letter-spacing: 0em;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 100px;
  border: 5px solid #d62f48;
  box-shadow: 0px 0px 5px #000;
  padding-top: 15px;
  margin: 0 auto;
}
.logo .name a,
.logo .name a:visited {
  color: #504219;
  border: none;
}
.logo .name a:hover {
  color: #30270d;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.logo .namey {
  padding: 0px 0px 10px 0px;
}
.logo .namey b {
  border-top: 1px dashed #d2c49d;
  border-bottom: 1px dashed #d2c49d;
  padding: 5px 0px;
}
.logo i {
  font-size: 10px;
  text-align: center;
}
/*---------------------------------------------
 * Navigation
 *---------------------------------------------*/
#navigation {
  margin: auto;
  text-align: center;
  background-color: transparent;
}
#navigation > ul > li {
  display: inline-block;
  border-right: 1px solid #f6e19c;
}
#navigation > ul > li:last-child {
  border-right: none;
}
#navigation li:hover,
#navigation li#active {
  color: #d6b457;
}
#navigation a:link,
#navigation a:visited {
  color: inherit;
}
/* Autohide navbar */
.slideUp {
  top: -120px;
}
#navigation .nav > .active > a,
#navigation .nav > .active > a:hover,
#navigation .nav li a:hover {
  background: none;
  background-color: #b68f10;
  box-shadow: none;
  color: #ead9a9;
}
#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus {
  background: none;
  background-color: #876a0c;
  box-shadow: none;
  color: #f4ebd2;
}
#navigation .nav li a {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 13px;
  line-height: 2em;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  color: #ead9a9;
  text-shadow: none;
  padding: 10px 12px;
}
.dropdown-menu {
  background: #f2d36d;
  border-radius: 0px;
  padding: 10px 0px;
}
.dropdown-menu > li {
  margin-right: 0px !important;
}
.dropdown-menu > li > a {
  font-size: 1em !imporatant;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #d6b457;
  border-bottom-color: #d6b457;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #c9a131;
  border-bottom-color: #c9a131;
}
.dropdown-menu > li > a:hover {
  background: #876a0c !important;
  color: #f4ebd2 !important;
  display: block !important;
}
.nav-drop {
  float: right;
  border: 1px solid #f2d36d;
  background-color: #f2d36d;
  border-radius: 3px;
  box-shadow: none;
}
.nav-drop:hover {
  background-color: #f0cc56;
}
.nav-drop i {
  font-size: 1.5em;
  padding: 3px;
  color: #f4ebd2;
}
@media (max-width: 979px) {
  .nav-collapse,
  .nav-collapse.collapse {
    height: auto;
  }
}
@media (max-width: 767px) {
  #navigation {
    padding-bottom: 0;
  }
  #navigation > ul:before,
  #navigation > ul:after {
    height: 0px;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0px;
  }
  #navigation > ul > li {
    display: block;
  }
}
/* Important Shortcode Classes */
/* Use this class to add space between two elements. */
.border {
  height: 20px;
}
/* Use this class to add Pink color to text */
.color,
strong {
  color: #f2d36d;
}
/* Use this class to make text uppercase */
.caps {
  text-transform: uppercase;
}
/* Use this class to make the font into Arial or Helvetica */
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
/* Use this class to make the font size small */
.small {
  font-size: 13px;
  line-height: 20px;
}
/* Use this class to make the font size medium */
.medium {
  font-size: 22px;
  line-height: 30px;
}
/* Use this class to make the font size bold */
.bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
/* Header */
header {
  margin-top: 20px;
  margin-bottom: 0px;
  background: transparent;
  height: auto;
}
/* Logo */
.logo {
  margin-top: -30px;
}
.logo p {
  padding: 0em;
}
.logo .name {
  height: 115px;
  width: 130px;
  font-weight: 700;
  text-align: center;
  background: #f4ebd2;
  line-height: 20px;
  color: #504219;
  font-size: 25px;
  letter-spacing: 0em;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 100px;
  border: 5px solid #d62f48;
  box-shadow: 0px 0px 5px #000;
  padding-top: 15px;
  margin: 0 auto;
}
.logo .name a,
.logo .name a:visited {
  color: #504219;
  border: none;
}
.logo .name a:hover {
  color: #30270d;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.logo .namey {
  padding: 0px 0px 10px 0px;
}
.logo .namey b {
  border-top: 1px dashed #d2c49d;
  border-bottom: 1px dashed #d2c49d;
  padding: 5px 0px;
}
.logo i {
  font-size: 10px;
  text-align: center;
}
/* Navigation */
.lnav {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.rnav {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.lnav a,
.lnav a:visited,
.rnav a,
.rnav a:visited {
  margin: 0px 8px;
  color: #f2d36d;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 700;
  text-shadow: -1px -1px 1px #000000;
  border-bottom: 1px dashed #f4ebd2;
  border-radius: 0px;
  line-height: 50px;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.lnav a:hover,
.rnav a:hover {
  border: none;
  color: #dbd2d3;
  background: transparent;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
/* Main */
.hero {
  text-align: center;
}
.rounds {
  margin: 10px 0px;
}
.rounds a,
.rounds a:visited {
  text-align: center;
  border: none;
  color: #f4ebd2;
  font-weight: 700;
  font-size: 23px;
  text-shadow: 0px 0px 1px #000;
  text-transform: uppercase;
}
.round {
  margin: 10px 10px;
  display: inline-block;
  border: 5px solid #f4ebd2;
  line-height: 110px;
  height: 110px;
  width: 110px;
  background-color: #de0f2e;
  border-radius: 100px;
  box-shadow: 0px 0px 5px #000;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.round:hover {
  background-color: #c10622;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
/* All */
.widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.widget h3,
.widget h4,
.widget h5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
.widget ul a {
  font-weight: 700;
  border: none;
}
.widget ul a:hover {
  color: #e0d599;
}
.widget ul li {
  margin: 0px;
  padding: 5px 0px;
  line-height: 20px !important;
  border-bottom: 1px dashed #444;
}
.pics {
  margin: 10px 0px;
}
.pics img {
  margin: 10px 10px 10px 0px;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0px 0px 5px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.pics img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.pics a,
.pics a:visited {
  border: none;
}
/* Blog */
.entry h3 a,
.entry h3 a:visited,
.entry h3 a:hover {
  color: #ff405c;
}
.entry p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.entry .meta {
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
}
.entry .meta i,
.comments .c-meta i {
  color: #f2d36d;
  font-size: 14px;
  margin: 0px 3px;
}
.comments {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.comments h4,
.comments h5,
.comments h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #f2d36d;
}
.comments label,
.comments input,
.comments textarea,
.comments button {
  font-size: 13px;
}
.comments .form {
  margin-top: 20px;
}
.comment-list {
  margin-bottom: 20px;
}
.comment-entry {
  background: #222;
  padding: 10px;
  margin: 10px 0px;
}
.c-reply {
  margin-left: 20px;
}
.c-author {
  font-size: 14px;
}
.c-meta {
  font-size: 11px;
  color: #eee;
  padding: 5px 0px;
  text-transform: uppercase;
}
.entry {
  background: transparent;
}
.blog .entry h2 {
  font-size: 1em;
}
.blog .entry h2 a {
  color: #f2d36d;
  text-decoration: none;
}
.blog .entry h2 a:hover {
  text-decoration: none;
}
img.blog-pic {
  max-height: 225px;
}
.entry {
  padding: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  box-shadow: inset 0 2px 0px #111,  0 2px 5px #111;
}
.author_box a {
  padding-right: 8px;
}
article ul li {
  display: inline-block;
  margin-right: 20px;
}
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
.pagination {
  margin-bottom: 80px;
}
.pagination a {
  padding: 5px;
  border: none;
}
.pagination a.current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px dashed #f4ebd2;
}
/* Blog Sidebar
-------------------------------------------------- */
.blog-sidebar {
  box-shadow: inset 0 2px 0px #111,  0 2px 5px #111;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 100px;
  border-radius: 5px;
}
.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: #f2d36d;
}
.blog-sidebar ul > li:last-child a {
  border-bottom: none;
}
/* About */
.staffs .about-pic img {
  background: #fff;
  padding: 3px;
  border: 1px solid #000;
  box-shadow: 0px 0px 3px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.staffs .about-pic img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.staffs .about-social a,
.staffs .about-social a:visited,
.staffs .about-social a:hover {
  border: none;
}
.staffs .about-social i {
  width: 30px;
  height: 30px;
  background: #de0f2e;
  border: 2px solid #f4ebd2;
  border-radius: 100px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  box-shadow: inset 0px 0px 2px #000;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.staffs .about-social i:hover {
  background: #b40b24;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
/* Jobs */
.accordion-group {
  border-radius: 0px;
  border: none;
  margin: 10px 0px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 0px;
}
.accordion-inner {
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0px;
  background: #222;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #111;
}
.accordion li {
  line-height: 20px;
}
.accordion-heading a,
.accordion-heading a:visited,
.accordion-heading a:hover {
  border: none;
}
/* Contact us */
.contactus label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}
.contactus input,
.contactus textarea,
.contactus button {
  font-size: 13px !important;
}
.contactus .gmap iframe {
  width: 100%;
  margin-top: 15px;
}
.contactus .address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
/* Portfolio */
.portfolio li {
  display: inline !important;
  border: none !important;
}
.portfolio li a,
.portfolio li a:visited {
  color: #fff;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: Arial, Helvetica, sans-serif;
  background: #e52731 !important;
  border: 1px solid #f4ebd2;
  box-shadow: 0px 0px 3px #000;
}
.portfolio li a:hover {
  color: #fff;
  background: #d31c26 !important;
}
#portfolio {
  text-align: center;
}
#portfolio img {
  height: auto;
  padding: 4px;
  border: 1px solid #aaa;
  margin: 10px;
  background: #fff;
  box-shadow: 0px 0px 3px #000;
}
#portfolio a {
  border: none;
}
/* Footer */
footer {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background: #f2d36d;
  color: #f4ebd2;
  padding: 20px 10px;
  border-top: 5px solid #bfbfbf;
  text-shadow: 0px 0px 1px #000;
  box-shadow: 0px -1px 5px #000000;
}
footer p {
  margin: 0px;
}
footer a,
footer a:visited {
  color: #f4ebd2;
  border: none;
  font-weight: 700;
  border-bottom: 1px dashed #f4ebd2;
}
footer a:hover {
  color: #f4ebd2;
}
footer .socials {
  margin: 10px 0px 0px 0px;
}
footer .socials a,
footer .socials a:visited {
  border: none;
  font-size: 20px;
  text-shadow: none;
  margin: 5px 3px;
}
footer .socials i {
  height: 35px;
  width: 35px;
  background: #cccccc;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #f4ebd2;
  box-shadow: 0px 0px 2px #333;
}
.cta .tagline {
  color: #f4ebd2;
  background: transparent;
  margin-top: 0;
  padding: auto;
  font-size: auto;
  line-height: auto;
  letter-spacing: auto;
  font-style: none;
  font-family: 'Open Sans Condensed', sans-serif;
}
.headerdescription {
  /* Header Description Less Settings */

  color: #f4ebd2;
  font-size: auto;
  margin-top: auto;
  line-height: auto;
  letter-spacing: 0;
  background: transparent;
  padding: auto;
  font-style: normal;
  font-family: 'Open Sans Condensed', sans-serif;
}
address a {
  line-height: 2em;
}
/* eCommerce theme styling */
.product-row {
  margin-top: 40px;
  background: #222;
  border: 1px solid #000;
  height: auto;
  border-radius: 10px;
}
.product-info {
  padding: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.product-image img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-info h4 {
  text-transform: uppercase;
}
.product-info button {
  background: #f2d36d;
  color: #f4ebd2;
}
.product-info button:hover {
  background: #f2d36d;
  color: #f4ebd2;
}
.control-group .controls button {
  background: #f2d36d;
  color: #f4ebd2;
  border: none;
  text-shadow: none;
}
.product-container {
  margin-top: 100px;
}
.sh-cart-table {
  color: #000;
  font-size: .75em;
}
/* Responsive */
@media (max-width: 480px) {
  body {
    font-size: 22px;
    line-height: 35px;
    padding-top: 30px !important;
  }
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  h4 {
    font-size: 23px;
    line-height: 28px;
  }
  footer {
    text-align: center;
  }
  .pics {
    text-align: center;
  }
  .pics img {
    max-width: 100% !important;
  }
  .all h3,
  .all p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 30px !important;
  }
  footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pics img {
    max-width: 200px;
  }
  .aboutus {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding-top: 30px !important;
  }
  .pics img {
    max-width: 200px;
  }
}
@media (max-width: 979px) {
  
}
.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;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}/*
 * jquery.popeye.style.css 2.1
 *
 * Example styles for jQuery.popeye
 *
 * Copyright (C) 2011 Christoph Schuessler (schreib@herr-schuessler.de)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* fallback styles for image list */
.ppy-imglist {
    width:         100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
   
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
  width:auto;
}




/* popeye example 3 */
#ppy3.ppy-active {
    width:          360px;
    margin:         0 20px 10px 0;
}

#ppy3 .ppy-outer {
}

#ppy3 .ppy-stage {
    width:          360px;
    height:         240px;
    overflow:       hidden;
    cursor:         pointer;
}

#ppy3 .ppy-stagewrap {
    background:     #333;
}

#ppy3 .ppy-caption {
    margin:         10px 0 0 0;
    padding:        0 5px 3px 0;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #666;
    height:         60px;
    overflow:       auto;
    border-bottom:  1px solid #ddd;
}

#ppy3.ppy-expanded .ppy-caption {
    margin:         0;
    padding:        10px;
    color:          #fff;
    border-bottom:  1px solid #333;
    background:     #666;
}

#ppy3 .ppy-counter {
    background:     #333;
    color:          #fff;
    padding:        0 5px;
    font-size:      0.8em;
    position:       absolute;
    bottom:         0;
    left:           0;
    opacity:        0.7;
}

#ppy3 .ppy-loading {
    background:     #333 url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/loading3.gif") no-repeat center !important;
}

#ppy3 .ppy-nav {
    background:     #333;
    background:     rgba(51,51,51,0.7);
    background:     -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgba(51,51,51,1)),
        color-stop(0.4, rgba(51,51,51,0.7)),
        color-stop(0.6, rgba(51,51,51,0.7)),
        color-stop(1, rgba(51,51,51,1))
    );
    background:     -moz-linear-gradient(
        center bottom,
        rgba(51,51,51,1) 0%,
        rgba(51,51,51,0.7) 40%,
        rgba(51,51,51,0.7) 60%,
        rgba(51,51,51,1) 100%
    );
    width:          100%;
    height:         100%;
    text-align:     center;
}
#ppy3 .nav-wrap {
    width:          104px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#ppy3 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#ppy3 .ppy-prev {
    width:          22px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/prev3.png") no-repeat center;
}

#ppy3 .ppy-next {
    width:          22px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/next3.png") no-repeat center;
}

#ppy3 .ppy-switch-enlarge {
    width:          30px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/enlarge3.png") no-repeat center;
}

#ppy3 .ppy-switch-compact {
    width:          30px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/compact3.png") no-repeat center;
}

#ppy3 .ppy-play {
    width:          22px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/play3.png") no-repeat center;
}

#ppy3 .ppy-pause {
    width:          22px;
    background:     url("//cdn-west.sqhk.co/519bee4a1563b513e8b9c955/pause3.png") no-repeat center;
}

#ppy3 .ppy-nav a:hover {
    background-color:   #333;
    cursor:         pointer;
}


.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

/* Responsive */

@media (max-width: 480px){

#ppy3.ppy-active {
    width:          270px;
    margin:         0 20px 10px 0;
}

#ppy3 .ppy-outer {
}

#ppy3 .ppy-stage {
    width:          270px;
    height:         180px;
    overflow:       hidden;
    cursor:         pointer;
}
  
}

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

@media (min-width: 768px) and (max-width: 979px){
 
}

@media (max-width: 979px){

}
#instagram {
  list-style: none;
  margin: 0;
  padding: 0;
}

#instagram li {
  display: inline-block;
  width: 19.5352%;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#instagram li > a {
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

#instagram li > a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

#instagram li img {
  width: 100%;
}#blackFooter > a {
  color:#4B4B4B;
  margin-right:8px;
  text-shadow: none;
}

.icon-instagram:before {
  content: /f16d
}

.review-spacer {
  margin-top:45px;
}

#blackFooter > a {
  color:#4B4B4B;
  margin-right:8px;
  text-shadow: none;
}

.icon-yelp:before {
  content: /f16d
}

.review-spacer {
  margin-top:45px;  
}

.dropdown-menu a{
  color: #2d2d2d!important; 
}

.dropdown-menu a:hover {
  color: #ffffff!important; 
}