/* 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 */
/* Default Paragraph Less Settings */
/* Header Less Settings */
/********************
		CUSTOM
*********************/
/* font and border for footer */
body > footer {
  font-family: Quicksand!important;
  font-weight: 400!important;
  border-top-style: dotted;
  border-top-color: #76380C;
}
.body-contents {
  margin: 0 0 0 0;
  width: 100%;
  font-family: Quicksand!important;
  font-weight: 400!important;
}
/* Body Font */
body {
  font-family: Quicksand!important;
}
.row.footer-contact {
  text-align: center!important;
}
.navbar-inner.sticky [data-rel="logo"] {
  width: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* footer contact text */
.txtC {
  text-align: center!important;
}
.btn {
  display: inline-block;
  padding: 18px 50px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  background-color: #f2f2f2;
  color: #337ab7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-large {
  padding: 18px 60px;
  font-size: 25px;
  font-family: Quicksand;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
.btn-med {
  padding: 20px 45px;
  font-size: 25px;
  font-family: Quicksand;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
.btn-round {
  border-radius: 40px;
}
.wdS2 {
  word-spacing: 2px;
}
.wdS4 {
  word-spacing: 4px;
}
.wdS7 {
  word-spacing: 7px;
}
.sbsTop .span12 {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid white 2px;
  border-radius: 40px;
  padding: 40px 0px 30px 0px;
  text-align: center;
  color: white;
  margin: 130px 0 130px 0;
}
.sbsMid {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid white 2px;
  border-radius: 40px;
  padding: 60px 10px 60px 10px;
  text-align: center;
  color: white;
}
.sbsTop h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 45px;
}
.lineH30 {
  line-height: 30px!important;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb60 {
  padding-bottom: 60px;
  border-top-style: dotted;
  border-top-color: #54ABAC;
  border-bottom-style: dotted;
  border-bottom-color: #D73204;
  border-right-style: none;
  border-left-style: none;
  border-radius: 2px;
}
.uC {
  text-transform: uppercase;
}
.nav li a {
  text-transform: uppercase;
  font-family: Quicksand;
  font-size: 20px;
  color: #616161;
}
.navbar-inner .brand {
  margin-top: 0px;
}
.navbar-inner .brand img {
  max-height: 80px;
}
.canvas {
  background-color: #333333!important;
}
.sticky li a {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.canvas {
  background-color: black;
}
/********************
		Small Screen
*********************/
@media screen and (max-width: 520px) {
  .btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .sbsTop .span12 {
    border-radius: 20px;
    padding: 60px 10px 60px 10px;
    text-align: center;
    color: white;
    margin: 100px 0 100px 0;
  }
}
/********************
		END CUSTOM
*********************/
html {
  margin: 0;
}
body {
  position: relative;
  background: #dddce2 ;
  -webkit-font-smoothing: antialiased;
  /*font-family: @FontFamily !important;*/

  padding-top: 107px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0 !important;
  }
}
a:hover {
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  font-family: 'Quicksand', sans-serif;
}
p {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: normal;
  font-family: Quicksand;
}
.body-contents {
  margin-top: 100px;
}
/* Navbar
-------------------------------------------------- */
body.pull_top {
  padding-top: 0px !important;
}
header {
  background: #ffffff !important;
}
.nav.pull-right {
  padding-top: 20px;
}
.sticky .pull-right {
  padding-top: 0px;
}
/*
.sticky .pull-right a {
    color:white!important;
}*/
.navbar.transparent.navbar-inverse .navbar-inner {
  background: #ffffff;
  border-bottom: 1px solid #585858;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {
  padding: 10px 0px 10px 0px;
  background: #ffffff;
}
.navbar.navbar-inverse .navbar-inner.sticky {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navbar-inverse .navbar-inner.sticky .container {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.navbar-inverse .brand {
  color: black;
  margin-top: 0px;
}
.navbar-inverse .nav > li {
  margin-right: 0px;
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-inverse .nav > li > a {
  /*color: rgb(177, 177, 177);*/

  font-size: 24px;
  font-family: Quicksand;
  font-weight: 700;
  color: #633419;
  background: #ffffff;
  /*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/

  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 0px;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
  color: #633419;
  opacity: 0.8;
  background-color: #ffffff;
  filter: alpha(opacity=80);
}
.navbar-inverse .dropdown-menu {
  background: #222222;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
  border-bottom: 6px solid #ffffff;
}
.navbar-inverse .dropdown-menu li > a {
  color: #ffffff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}
.section_header {
  width: 100%;
  margin-bottom: 60px;
}
.section_header h3 {
  color: #646464;
  font-weight: 300;
  font-style: italic;
  font-size: 27px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0px;
  display: inline-block;
  margin: 0;
}
.navbar-inner .brand {
  color: #ffffff;
  background: transparent;
  padding: 0em;
  font-size: 1.5em;
  line-height: auto;
  letter-spacing: 0em;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.navbar-inner .brand:hover {
  color: #ffffff;
}
/* Footer
-------------------------------------------------- */
#footer {
  min-height: 260px;
  margin-top: 140px;
  background-color: #ffffff;
  color: #ffffff;
  padding-top: 35px;
}
#footer .footer_header {
  color: #c4c4c4;
  font-style: italic;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 40px;
  margin-left: 15px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #eeeeee;
}
/* recent posts */
#footer .recent_posts {
  margin-left: 0px;
}
#footer .recent_posts .post {
  margin-bottom: 70px;
  width: 93%;
}
#footer .recent_posts .post img {
  float: left;
  margin-right: 20px;
}
#footer .recent_posts .post .date {
  font-weight: bold;
  font-style: italic;
}
#footer .recent_posts .post .title {
  display: block;
  color: #b5b5b6;
  font-size: 14px;
}
/* testimonials */
#footer .testimonials .wrapper {
  margin: 0 auto;
  width: 82%;
}
#footer .testimonials .footer_header {
  margin-left: 30px;
}
#footer .testimonials .quote {
  color: #bfbfc0;
}
#footer .testimonials .quote span {
  font-size: 32px;
  font-style: italic;
  position: relative;
  top: 5px;
  font-family: Georgia !important;
  float: left;
  margin-right: 8px;
}
#footer .testimonials .author {
  margin-top: 40px;
}
#footer .testimonials .author img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: -6px;
}
#footer .testimonials .name {
  font-size: 13px;
  font-weight: bold;
}
#footer .testimonials .info {
  font-style: italic;
  color: #ccc;
}
/* contact */
#footer .contact {
  text-align: right;
  margin-left: 35px;
}
#footer .contact .footer_header {
  text-align: left;
  margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
  border: none;
  background-color: #1f1f21;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 14px;
  font-family: Lato !important;
  width: 80%;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
  border: none;
  box-shadow: none;
  background-color: #000;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
  background-color: #3e3e40;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
}
#footer .contact input[type="submit"]:hover {
  background-color: #2190DB;
}
#footer .credits {
  border-top: 1px solid #343437;
  padding: 10px 0px 60px 0px;
}
#footer .credits .social {
  margin-top: 30px;
  text-align: center;
}
#footer .credits .social a {
  margin: 10px;
}
#footer .credits .copyright {
  color: #a6a6a7;
  font-style: italic;
  text-align: center;
  margin-top: 30px;
}
#footer .credits .social a {
  margin: 10px;
}
#footer .credits .social a span {
  display: inline-block;
  width: 33px;
  height: 33px;
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h {
  background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h {
  background-position: -37px -1px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h {
  background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h {
  background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h {
  background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h {
  background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h {
  background-position: -226px -1px;
}
#footer .credits .social span.ico8,
#footer .credits .social span.ico8h {
  background-position: -262px 0px;
}
#footer .credits .social span.ico9,
#footer .credits .social span.ico9h {
  background-position: -308px 0px;
}
#footer .credits .social span.ico10,
#footer .credits .social span.ico010h {
  background-position: -335px 0px;
}
#footer .credits .social a:hover span.socialicons {
  display: none;
}
#footer .credits .social a:hover span.socialicons_h {
  display: inline-block !important;
}
#footer .credits .social span.socialicons_h {
  display: none;
}
.socialicons {
  background: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/socialicons.png') no-repeat;
  width: 265px;
  height: 36px;
}
.socialicons_h {
  background: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/socialicons_h.png') no-repeat;
  width: 265px;
  height: 36px;
}
/*Inner Footer*/
#footer .info {
  margin-bottom: 10px;
  margin-left: 0;
}
#footer .info .residence {
  margin-left: 0;
}
#footer .info ul {
  margin: 0;
  padding: 0;
}
#footer .info ul li {
  list-style: none;
  font-size: 16px;
  color: #777E83;
  line-height: 23px;
}
#footer .info ul a {
  color: #777E83;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#footer .info ul a:hover {
  color: #A9B4BB;
}
#footer .info .touch {
  float: right;
}
#footer .info .touch ul li {
  display: inline-block;
  margin-left: 30px;
}
/* Global
-------------------------------------------------- */
.page_header {
  background-color: #000;
  color: #ffffff;
  font-size: 23px;
  display: inline-block;
  padding: 0px 18px;
}
.social_icon {
  background: transparent;
  width: 110px;
  height: 18px;
}
.contact_social {
  background: transparent;
  width: 180px;
  height: 34px;
}
/* Responsive
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  #footer .sections .contact > * {
    /*margin-left: 80px;*/
  
  }
}
@media (min-width: 980px) {
  
}
@media (max-width: 979px) {
  .navbar.transparent.navbar-fixed-top,
  .navbar.home.navbar-fixed-top {
    margin-bottom: 0px;
  }
  .navbar.transparent.navbar-inverse .navbar-inner {
    background: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #76380C;
    opacity: 0.7;
  }
  .navbar-inner .brand {
    margin-left: 50px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar.transparent.navbar-fixed-top,
  .navbar.home.navbar-fixed-top {
    margin-bottom: -70px;
    position: relative;
    top: 999;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  body {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .container {
    padding: 0px 20px;
  }
  /*Index Footer*/
  #footer .footer_header {
    margin-left: 0;
  }
  #footer .footer_header h3 {
    margin-left: 0;
  }
  #footer .testimonials {
    overflow: hidden;
    margin-bottom: 40px;
  }
  #footer .testimonials .footer_header {
    margin-left: 0;
  }
  #footer .testimonials .wrapper {
    float: left;
    width: 90%;
  }
  #footer .contact {
    margin: 0;
  }
  #footer .contact .footer_header {
    margin-left: 0;
  }
  #footer .contact input[type="text"],
  #footer .contact textarea {
    float: left;
    width: 100%;
  }
  /*Inner Footer*/
  #footer .info .touch ul li {
    margin: 0 30px 0 0;
  }
  #footer .info .touch ul {
    margin: 15px 0 15px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/*===============================================
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: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/search.png') #ffffff no-repeat 5px;
  padding-left: 28px;
  width: 18%;
  border-radius: 5px;
}
#blog .post_row {
  margin-left: 0;
  margin-bottom: 40px;
  height: 495px;
}
#blog .lastpost_row {
  margin-bottom: 0;
}
#blog .post_row .post {
  background: #fff;
  margin-left: 0;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px #E0E0E0;
  height: 450px;
}
#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;
}
#blog .post_row .post .img img {
  min-height: 186px;
}
#blog .post_row .post .text {
  margin: 18px auto 0;
  width: 83%;
  height: 300px;
  overflow: hidden;
}
#blog .post_row .post .text h5 {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 23px;
}
#blog .post_row .post .text h5 a {
  color: #333;
}
#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%;
  padding-top: 12px;
}
#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 .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: #1189D9;
  font-size: 30px;
  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: #1189D9;
}
#blog .post_row .post a.plus_wrapper:hover span{
	color: #fff;
}*/
#blog .post_row .post:hover {
  box-shadow: 0px 1px 5px 1px #d8d8d8;
}
#blog .post_row .post:hover .text h5 a {
  color: #1189D9;
}
/*pagination*/
#blog .pagination {
  margin: 35px auto 0;
  width: 26%;
  padding-bottom: 100px;
}
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
/* ubounce blog styling */
.blog-content {
  background-color: #FFF;
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 3em;
  margin-bottom: 2em;
}
.blog-sidebar {
  border: 1px solid #cfd9e5;
  background: none repeat scroll 0% 0% #eff6fd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-sidebar > h4 {
  font-weight: 400;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0px;
}
.blog-sidebar ul > li a {
  display: block;
  font-weight: 200;
  border-bottom: 1px dotted #aaa;
  padding: 10px 0px;
}
.blog-sidebar ul > li a:hover {
  text-decoration: underline;
}
.blog-sidebar ul > li:last-child a {
  border-bottom: none;
}
ul.blog-tags {
  list-style: none outside none;
  margin: 0px 0px 25px;
  float: left;
}
ul.blog-tags li {
  float: left;
  display: inline-block;
}
ul.blog-tags a {
  display: block;
  float: left;
  margin: 0px 20px 0px 0px;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  height: 30px;
  font-style: normal;
  font-weight: 500;
}
ul.blog-tags a:hover {
  text-decoration: underline;
}
ul.blog-tags li.active a {
  font-weight: bold;
  color: #49afcd;
}
.post h4 {
  margin-bottom: 0.5em;
}
.post .date {
  color: #9F9F9F;
}
.post .date a {
  color: #9F9F9F;
}
/* 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%;
  }
  .pagination ul > li {
    display: none;
  }
  .pagination ul > li.prev,
  .pagination ul > li.next {
    display: block;
  }
}
/*==================================
Blogpost.css
====================================*/
#blog_post {
  margin-top: 70px;
}
#blog_post .section_header input[type="text"] {
  float: right;
  margin-top: 9px;
  background: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/search.png') #ffffff no-repeat 5px;
  padding-left: 28px;
  width: 18%;
  border-radius: 5px;
}
#blog_post .post_pic {
  border: 7px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px #cfcfcf;
}
#blog_post .post_content {
  margin-top: 40px;
  padding-bottom: 90px;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0px 1px 0px 0px white;
}
#blog_post .post_content h2 {
  font-size: 32px;
  color: #3F3F3F;
  margin-bottom: 15px;
}
#blog_post .post_content span.date {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 42px;
  display: block;
  color: #9C9C9C;
}
#blog_post .post_content p {
  line-height: 24px;
  margin-bottom: 15px;
}
#blog_post .post_content .author_box {
  margin-top: 50px;
}
#blog_post .post_content .author_box .author {
  margin-top: 45px;
  font-weight: bold;
  font-size: 15px;
  color: #1189D9;
}
#blog_post .post_content .author_box .area {
  font-size: 15px;
  font-style: italic;
  margin-top: 5px;
  color: #9C9C9C;
}
#blog_post .comments {
  margin-top: 3px;
  padding-top: 50px;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0px 1px 0px 0px white;
  padding-bottom: 3px;
}
#blog_post .comments h4 {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 25px;
}
#blog_post .comments .comment {
  margin-bottom: 60px;
  margin-top: 30px;
}
#blog_post .comments .comment.reply_to {
  margin-top: -10px;
}
#blog_post .comments .comment .author_pic {
  max-width: 55px;
  float: right;
}
#blog_post .comments .comment .name {
  font-weight: bold;
  color: #3F3F3F;
  font-size: 14px;
}
#blog_post .comments .comment a.reply {
  color: #1189D9;
  text-decoration: underline;
  margin-left: 20px;
  font-size: 14px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#blog_post .comments .comment a.reply:hover {
  color: #252528;
}
#blog_post .comments .comment .date {
  font-size: 13px;
  font-weight: bold;
  color: #747B85;
}
#blog_post .comments .comment .response {
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
}
/* new comment */
#blog_post .new_comment {
  padding-top: 30px;
  margin-top: 3px;
}
#blog_post .new_comment h4 {
  font-size: 23px;
  color: #3F3F3F;
}
#blog_post .new_comment form {
  margin-top: 35px;
}
#blog_post .new_comment form input[type="text"] {
  height: 25px;
  border-radius: 3px;
  width: 95.7%;
}
#blog_post .new_comment form textarea {
  margin-top: 10px;
  width: 97.9%;
}
#blog_post .new_comment form a.send {
  float: right;
  color: #fff;
  border: 0 none;
  background: #187CCC;
  text-shadow: none;
  padding: 4px 15px 4px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  -webkit-transition: background linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: background linear 0.2s, box-shadow linear 0.2s;
  -o-transition: background linear 0.2s, box-shadow linear 0.2s;
  transition: background linear 0.2s, box-shadow linear 0.2s;
}
#blog_post .new_comment form a.send:hover {
  background: #252528;
}
#blog_post .sidebar {
  margin: 0;
  padding: 40px 19px 40px 28px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px #cfcfcf;
  float: right;
}
#blog_post .sidebar .box {
  padding-bottom: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#blog_post .sidebar .last {
  border: 0 none;
  padding: 0;
  margin-bottom: 0;
}
#blog_post .sidebar .box .recent {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
#blog_post .sidebar .box .recent span img {
  float: left;
  margin-right: 10px;
}
#blog_post .sidebar .box .recent p {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}
#blog_post .sidebar .sidebar_header {
  margin-bottom: 20px;
}
#blog_post .sidebar .sidebar_header h4 {
  font-size: 19px;
  margin: 0;
}
#blog_post .sidebar .sidebar_menu {
  list-style-type: none;
  margin-left: 0px;
}
#blog_post .sidebar .sidebar_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog_post .sidebar .sidebar_menu li {
  margin-bottom: 6px;
}
#blog_post .sidebar .sidebar_menu li a {
  color: #333;
  font-size: 14px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#blog_post .sidebar .sidebar_menu li a:hover {
  color: #1187D8;
}
#blog_post .sidebar .recent_posts {
  list-style-type: none;
  margin-top: 30px;
  margin-left: 0px;
}
#blog_post .sidebar .recent_posts li {
  margin-bottom: 20px;
  font-size: 15px;
}
#blog_post .sidebar .recent_posts .thumb {
  border: 3px solid #fff;
  box-shadow: 0px 0px 1px 1px #bdbdbd;
}
#blog_post .sidebar .recent_posts a.link {
  color: #333;
  display: block;
  margin-top: 10px;
}
#blog_post .sidebar .recent_posts a:hover {
  color: #87a46e;
  text-decoration: underline;
}
#blog_post .sidebar ul.recent_photos {
  list-style-type: none;
  margin-left: 0px;
  padding-top: 18px;
}
#blog_post .sidebar ul.recent_photos li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 11px;
}
#blog_post .sidebar ul.recent_photos li a img {
  max-width: 55px;
  margin-right: 9px;
  border-radius: 3px;
}
/* Responsive
-------------------------------------------------- */
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #blog_wrapper .header hr {
    width: 70%;
  }
  #blog_wrapper .post .main_pic {
    display: block;
    margin: 0 auto;
  }
  #blog_wrapper .sidebar .recent_posts .thumb {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  #blog_wrapper .sidebar .search-query {
    width: 85%;
  }
  #blog_post .sidebar .box .recent p {
    font-size: 13px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 979px) {
  
}
@media (min-width: 980px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  #blog_wrapper .post .info {
    width: 420px;
  }
}
/*=================================================
index.css
====================================================*/
/* Main Slider
-------------------------------------------------- */
#feature_slider {
  height: 720px;
  height: 480px;
  background: #262626;
  z-index: 1;
  margin-bottom: 40px;
}
#feature_slider h1 {
  font-weight: 100;
  color: #ccc;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  top: 180px;
  width: 100%;
}
#feature_slider h1 strong {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px;
}
#pagination {
  position: absolute;
  top: 505px;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: none;
  list-style-type: none;
}
#pagination li {
  text-indent: -99999em;
  float: left;
  padding: 0 6px;
  cursor: pointer;
}
#pagination li a {
  width: 7px;
  height: 7px;
  box-shadow: 0px 0px 1px 2px #ccc;
  background: #000000;
  border-radius: 10px;
  display: block;
  /*border: 1px solid #fff;*/

  opacity: .7;
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
#pagination li.active a {
  background: #2e5cb1;
  box-shadow: none;
  width: 8px;
  height: 8px;
}
#pagination li:hover a {
  opacity: 1;
}
.slide {
  width: 100%;
  /*height: 720px;*/

  height: 480px;
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.slide.previous {
  z-index: 1;
}
.slide.active {
  z-index: 2;
}
.slide.hiddden {
  display: none;
}
/* Custom styles for each slide */
/* Default Slide */
.slide .info {
  position: absolute;
  top: 160px;
  left: 13%;
  width: 30%;
  display: none;
  z-index: 10;
}
.slide .info h2,
.slide .info p {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  line-height: 56px;
  text-shadow: 1px 1px 1px #31393d;
}
/* Slide 1 */
.slide#showcasing .info {
  position: absolute;
  top: 160px;
  left: 13%;
  width: 30%;
  display: none;
  z-index: 10;
}
.slide#showcasing .info h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  line-height: 56px;
  text-shadow: 1px 1px 1px #31393d;
}
/* Slide 2 */
.slide#ideas .info {
  position: relative;
  top: 110px;
  text-align: center;
}
.slide#ideas .info h2 {
  color: #ffffff;
  font-weight: normal;
}
/* Slide 3 */
.slide#tour .info {
  position: absolute;
  top: 150px;
  right: 6%;
  width: 24%;
}
.slide#tour .info h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #3b3262;
  line-height: 57px;
}
.slide#tour .info a {
  color: #ffffff;
  font-weight: bold;
  background-color: #2a205d;
  padding: 13px 30px;
  font-size: 19px;
  border-radius: 5px;
  margin-top: 40px;
  display: inline-block;
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
/* Slide 4 */
.slide#responsive .info {
  position: absolute;
  top: 170px;
  right: 9%;
  width: 25%;
}
.slide#responsive .info h2 {
  color: #fff;
  font-size: 47px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #3b3262;
  line-height: 56px;
}
.slide#responsive .info h2 strong {
  font-size: 42px;
}
.slide .info {
  z-index: 10;
}
.slide .info a:hover {
  opacity: .8;
}
.asset,
.fade {
  position: absolute;
  display: none;
}
#slide-left,
#slide-right {
  width: 31px;
  height: 37px;
  display: block;
  position: absolute;
  top: 250px;
  left: 0;
  background: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/leftright-arrows.png') no-repeat;
  opacity: .5;
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  transition: opacity .1s linear;
  display: none;
  z-index: 2;
}
#slide-right {
  left: auto;
  right: 0;
  background-position: -31px 0;
}
#slide-left:hover,
#slide-right:hover {
  opacity: 1;
}
/* Call to Action
-------------------------------------------------- */
#call_action {
  margin-top: 50px;
  text-align: center;
}
#call_action p {
  font-size: 24px;
  color: #3F3F3F;
  font-style: italic;
  display: inline-block;
}
#call_action a {
  background-color: #282828;
  color: #ffffff;
  padding: 9px 17px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 17px;
  margin-left: 20px;
  position: relative;
  top: -5px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
}
#call_action a:hover {
  background-color: #6776b1;
}
#call_action a:active {
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.95) 0 1px 4px;
}
/* Responsive
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  
}
@media (max-width: 979px) {
  #showcase .features_op1_row .feature .img_box span.circle {
    top: 35%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #in_pricing .plan a.order {
    width: 64%;
  }
  .slide .info h2,
  .slide .info h2 * {
    font-size: 30px !important;
  }
  .slide#responsive .info {
    position: absolute;
    top: 170px;
    right: 6%;
    width: 25%;
  }
  .slide#responsive .info .slide#tour .info a {
    font-size: 15px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #partner-slider,
  #feature_slider {
    display: none;
  }
  #showcase .features_op1_row .feature {
    margin-bottom: 60px;
  }
  #showcase .features_op1_row .last {
    margin-bottom: 0;
  }
  #showcase .features_op1_row .feature .img_box {
    text-align: center;
  }
  #showcase .features_op1_row .feature .text h6 {
    text-align: center;
  }
  #showcase .features_op1_row .feature .img_box span.circle {
    top: 38%;
    left: 48%;
  }
  #showcase .features_op1_row .feature:hover .img_box {
    box-shadow: none;
  }
  #in_pricing .charts_wrapp {
    margin-left: 0;
  }
  #in_pricing .charts_wrapp .plan {
    margin: 0 auto 30px;
    width: 95%;
  }
  #in_pricing .plan .wrapper {
    margin: 0 auto;
    text-align: center;
  }
  #in_pricing .pro .plan {
    top: 0;
    width: 95%;
  }
  #in_pricing .standar .plan {
    float: none;
  }
  #in_pricing .start p {
    margin-bottom: 20px;
  }
  #in_pricing .start a {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  #clients .row {
    text-align: center;
  }
  #clients .client {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    width: auto;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #showcase .features_op1_row .feature {
    margin-bottom: 60px;
  }
  #showcase .features_op1_row .last {
    margin-bottom: 0;
  }
  #showcase .features_op1_row .feature .img_box {
    text-align: center;
  }
  #showcase .features_op1_row .feature .text h6 {
    text-align: left;
  }
  #showcase .features_op1_row .feature .img_box span.circle {
    left: 44%;
  }
  #showcase .features_op1_row .feature:hover .img_box {
    box-shadow: none;
  }
}
/*======================================================
Portfolio.css
========================================================*/
#portfolio {
  margin-top: 60px;
}
#portfolio #filters {
  list-style-type: none;
  height: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: -20px;
}
#portfolio #filters li {
  display: inline-block;
  font-size: 20px;
  margin: 0px 6px;
}
#portfolio #filters li.separator {
  color: #c0c0c0;
  font-weight: lighter;
}
#portfolio #filters li a {
  color: #3f3f3f;
  font-style: italic;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  transition: color .2s;
}
#portfolio #filters li a:hover,
#portfolio #filters li a.active {
  color: #1189d9;
}
#portfolio #gallery_container {
  margin-bottom: 50px;
}
#portfolio #gallery_container .photo {
  width: 285px;
  margin: 5px;
  float: left;
  position: relative;
}
#portfolio #gallery_container .photo:hover .mask {
  display: block;
  opacity: 1;
}
#portfolio #gallery_container .photo .mask {
  position: absolute;
  opacity: 0;
  box-shadow: 0px 1px 6px 2px #b1b1b1;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  height: 100%;
  padding: 0px 20px;
  width: 245px;
  background: rgba(17, 137, 217, 0.5);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#portfolio #gallery_container .photo .mask h3 {
  color: #ffffff;
  font-size: 22px;
  position: relative;
  top: 39%;
}
#portfolio #gallery_container .photo .mask small {
  color: #f0f0f0;
  font-size: 15px;
  font-style: italic;
  position: relative;
  top: 35%;
  display: block;
}
#portfolio #gallery_container .photo .mask .more {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 7%;
  left: 47%;
}
/* 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) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #portfolio #filters li {
    margin: 0px 4px;
  }
  #portfolio #filters li a {
    font-size: 18px;
  }
  #portfolio #gallery_container .photo {
    margin-left: 35px;
  }
  #portfolio #gallery_container .photo img {
    left: 10%;
  }
}
/*=======================================================
Portfolioitem.css
========================================================*/
#portfolio_tem {
  margin-top: 70px;
}
#portfolio_tem .left_box {
  margin-left: 0;
}
#portfolio_tem .left_box .big {
  margin-bottom: 40px;
  position: relative;
  height: 431px;
}
#portfolio_tem .left_box .big img {
  position: absolute;
  border-radius: 5px;
}
#portfolio_tem .thumbs .thumb {
  float: left;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}
#portfolio_tem .thumbs .thumb.last {
  margin: 0;
}
#portfolio_tem .thumbs .thumb:hover .mask {
  display: block;
  opacity: 1;
}
#portfolio_tem .thumbs .thumb .mask {
  position: absolute;
  opacity: 0;
  box-shadow: 0px 1px 6px 2px #b1b1b1;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background: rgba(17, 137, 217, 0.5);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#portfolio_tem .thumbs .thumb .mask .more {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 40%;
  left: 43%;
}
#portfolio_tem .right_box {
  float: right;
  margin-top: 14px;
}
#portfolio_tem .right_box h2 {
  font-size: 28px;
  line-height: 27px;
  margin: 0 0 25px 0;
}
#portfolio_tem .right_box p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #3F3F3F;
}
/* 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) {
  #portfolio_tem .left_box .big {
    height: 372px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #portfolio_tem .left_box {
    margin-bottom: 50px;
  }
  #portfolio_tem .left_box .thumbs {
    overflow: hidden;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #portfolio_tem .left_box .big {
    max-height: 350px;
  }
  #portfolio_tem .left_box .big img {
    margin-bottom: 10px;
    max-height: 350px;
  }
  #portfolio_tem .thumbs .thumb {
    margin-right: 5px;
  }
}
/*=====================================================
contact.css
========================================================*/
#contact {
  margin-top: 70px;
}
#contact .contact {
  margin: 40px 0 100px 0;
}
#contact .contact p {
  color: #939394;
  font-size: 19px;
  margin-bottom: 47px;
  font-style: italic;
  line-height: 24px;
}
#contact .form {
  margin: 0;
}
#contact .contact form {
  margin: 0;
}
#contact .form .box {
  margin: 0;
}
#contact .form .box input[type="text"] {
  padding-left: 39px;
  margin-bottom: 10px;
  color: black;
  height: 29px;
  border-radius: 3px;
  width: 89%;
}
#contact .form .box_r {
  float: right;
}
#contact .form .box textarea {
  padding: 11px;
  width: 94%;
  margin: 0;
  border-radius: 3px;
  height: 113px;
}
#contact .contact .submit {
  margin: 0;
}
#contact .contact .submit .box {
  margin: 0;
}
#contact .contact .submit label.checkbox {
  color: #394350;
  font-style: 14px;
}
#contact .contact .submit .right {
  float: right;
}
#contact .contact .submit .right input[type="submit"] {
  float: right;
  text-transform: uppercase;
  color: #ffffff;
  background: #187CCC;
  font-size: 15px;
  padding: 4px 12px;
  border: 0 none;
  border-radius: 3px;
  -webkit-transition: background linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: background linear 0.2s, box-shadow linear 0.2s;
  -o-transition: background linear 0.2s, box-shadow linear 0.2s;
  transition: background linear 0.2s, box-shadow linear 0.2s;
}
#contact .contact .submit .right input[type="submit"]:hover {
  background: #252528;
}
#contact .map {
  margin: 0;
  position: relative;
}
#contact .map iframe {
  display: block;
}
#contact .map .box_wrapp {
  position: absolute;
  margin: 0;
  box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
  padding: 33px 0 33px;
  background: white;
  top: 41%;
  border-radius: 4px;
}
#contact .map .box_wrapp .box_cont {
  margin: 0 auto;
  width: 76%;
}
#contact .map .box_wrapp .head {
  width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
}
#contact .map .box_wrapp .head h6 {
  font-size: 24px;
  margin: 0;
  font-style: italic;
  float: left;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  font-weight: normal;
}
#contact .map .box_wrapp ul.street {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact .map .box_wrapp ul.street li {
  color: #777777;
  font-size: 14px;
}
#contact .map .box_wrapp ul.street li.icon {
  margin-top: 3px;
}
#contact .map .box_wrapp ul.street li.icon span.ico1 {
  float: left;
  height: 20px;
}
#contact .map .box_wrapp ul.street li.icon span.ico2 {
  float: left;
  height: 20px;
  background-position: 0px -23px;
}
#contact .map .box_wrapp ul.street li.icon .text {
  font-size: 15px;
  color: #777777;
  margin-left: 6px;
}
#contact .map .box_wrapp ul.street li.icon a:hover {
  color: #187CCC;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
#contact .map .box_wrapp ul.street li.icontop {
  margin-top: 13px;
}
#contact .map .box_wrapp .headbottom {
  margin-top: 42px;
}
#contact .map .box_wrapp p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 32px;
}
#contact .map .box_wrapp a.btn {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  background: #187CCC;
  text-shadow: none;
  padding: 6px 0 6px;
  font-weight: bold;
  border: 0 none;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  width: 56%;
  -webkit-transition: background linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: background linear 0.2s, box-shadow linear 0.2s;
  -o-transition: background linear 0.2s, box-shadow linear 0.2s;
  transition: background linear 0.2s, box-shadow linear 0.2s;
}
#contact .map .box_wrapp a.btn:hover {
  background: #ffffff;
}
.contacticos {
  background: url('//cdn-west.sqhk.co/51b753fd1563b51308c381b3/contact_icos.png') no-repeat;
  width: 24px;
  height: 44px;
}
.theme-form-success,
.form-success {
  background: #fff;
  color: #646464;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25em;
  font-size: 24px;
  padding-bottom: 0px;
  margin: 0px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}
/* 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) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #contact .contact .submit .box {
    margin: 10px 0 24px;
  }
  #contact .form .box input[type="text"] {
    width: 87%;
  }
  #contact .contact .submit .right input[type="submit"] {
    margin: 0 auto;
    float: none;
    width: 53%;
    display: block;
    padding: 7px;
  }
  #contact .map .box_wrapp {
    width: 90%;
    position: relative;
    margin: 0 auto 80px;
  }
  #contact .map iframe {
    display: none;
  }
  #contact .map .box_wrapp a.btn {
    width: 65%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #contact .contact .submit .right input[type="submit"] {
    width: 60%;
  }
  #contact .map .box_wrapp {
    width: 100%;
  }
}
/*=====================================================
about.css
=======================================================*/
#aboutus {
  margin-bottom: 90px;
  margin-top: 70px;
}
#aboutus .intro h6 {
  font-size: 21px;
  font-style: italic;
  color: #252526;
  line-height: 29px;
  font-weight: normal;
  margin: 0 0 16px 0;
}
#aboutus .intro p {
  color: #3F3F3F;
  line-height: 24px;
}
#aboutus .flexslider {
  float: right;
  box-shadow: none;
  margin: 0;
  border: 0 none;
}
#aboutus .flex-control-paging li a {
  background: #666666;
  box-shadow: none;
  width: 5px;
  height: 5px;
  border: 3px solid #E6E6E6;
}
#aboutus .flex-control-paging li a.flex-active {
  box-shadow: none;
  background: #2894DC;
  border-color: #2894DC;
}
#aboutus .flex-control-nav {
  bottom: -30px;
}
#team {
  padding: 35px 0 25px;
  margin: 0;
  background: #252528;
  margin-bottom: 90px;
}
#team .section_header {
  margin-bottom: 60px;
}
#team .section_header h3 {
  color: #9D9D9E;
  border-color: #9D9D9E;
  margin: 0;
}
#team .people {
  margin: 0;
}
#team .people .row1 {
  margin: 0 0 50px 0;
}
#team .people .bio_box {
  margin: 0;
}
#team .people .bio_boxr {
  float: right;
}
#team .people .bio_box img {
  float: left;
}
#team .people .bio_boxr img {
  margin-left: 38px;
}
#team .people .bio_box .info {
  float: left;
  margin: 38px 0 0 30px;
}
#team .people .bio_box .info p {
  margin-bottom: 0;
}
#team .people .bio_box .info p.name {
  color: #ffffff;
  font-style: italic;
  margin-bottom: 4px;
  font-size: 21px;
}
#team .people .bio_box .info p.area {
  color: #98989A;
  font-style: italic;
  font-style: 16px;
  margin-bottom: 18px;
}
#team .people .bio_box .info a {
  margin-right: 10px;
}
#team .people .bio_box .info a span {
  display: inline-block;
  width: 33px;
  height: 33px;
}
#team .people .bio_box .info span.ico1,
#team .people .bio_box .info span.ico1h {
  background-position: 0px 0px;
}
#team .people .bio_box .info span.ico2,
#team .people .bio_box .info span.ico2h {
  background-position: -37px 0px;
}
#team .people .bio_box .info span.ico3,
#team .people .bio_box .info span.ico3h {
  background-position: -75px 0px;
}
#team .people .bio_box .info span.ico4,
#team .people .bio_box .info span.ico4h {
  background-position: -112px -1px;
}
#team .people .bio_box .info span.ico5,
#team .people .bio_box .info span.ico5h {
  background-position: -151px 0px;
}
#team .people .bio_box .info span.ico6,
#team .people .bio_box .info span.ico6h {
  background-position: -188px -1px;
}
#team .people .bio_box .info span.ico7,
#team .people .bio_box .info span.ico7h {
  background-position: -226px 0px;
}
#team .people .bio_box .info a:hover span.socialicons {
  display: none;
}
#team .people .bio_box .info a:hover span.socialicons_h {
  display: inline-block !important;
}
#process {
  min-height: 350px;
}
#process .section_header {
  margin-bottom: 60px;
}
#process .section_header h3 {
  margin: 0;
}
#process .description {
  position: relative;
}
#process .description .text {
  position: absolute;
  display: none;
}
#process .description .text.active {
  display: block;
}
#process .description h4 {
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 20px;
}
#process .description p {
  font-size: 15px;
  color: #3F3F3F;
  line-height: 26px;
}
#process .areas {
  margin-left: 0;
  float: right;
}
#process .areas .circle {
  height: 210px;
  cursor: pointer;
  float: left;
  margin-right: -45px;
  text-align: center;
  width: 210px;
  background: rgba(37, 37, 40, 0.9);
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#process .areas .first {
  margin-left: 0;
}
#process .areas .circle img {
  margin-top: 56px;
}
#process .areas .circle span {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  display: block;
  margin-top: 21px;
}
#process .areas .circle:hover,
#process .areas .circle.active {
  background: #1189d9;
}
/* 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) {
  #team .people .bio_box {
    text-align: center;
  }
  #team .people .bio_box img {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
  }
  #process .areas {
    text-align: center;
  }
  #team .people .bio_box .info {
    margin: 0;
    float: none;
  }
  #process .areas .last_circle {
    float: none;
    display: inline-block;
    margin-left: -75px;
    margin-top: -54px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #team {
    margin-right: -20px;
    margin-left: -20px;
  }
  #team .container {
    padding: 0px 20px;
  }
  #team .people .row1 {
    margin: 0;
  }
  #team .people .bio_box {
    overflow: hidden;
    margin-bottom: 35px;
  }
  #team .people .bio_boxr img {
    margin: 0;
  }
  #aboutus .intro {
    margin-bottom: 45px;
  }
  #aboutus {
    margin-bottom: 75px;
  }
  #process .areas {
    margin-top: 193px;
    margin-bottom: 0px;
    text-align: center;
  }
  #process .areas .circle {
    float: none;
    display: inline-block;
    margin: 0;
  }
  #process .areas .last_circle {
    margin-top: -23px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #team .people .bio_box {
    text-align: center;
  }
  #team .people .bio_box img {
    float: none;
    margin-bottom: 18px;
  }
  #aboutus .intro {
    margin-bottom: 30px;
  }
  #team .people .bio_box .info {
    float: none;
    margin: 0;
  }
  #process .areas {
    margin-top: 250px;
  }
  #process .areas .circle {
    width: 100px;
    height: 100px;
  }
  #process .areas .last_circle {
    margin-top: 0;
  }
  #process .areas .circle img {
    margin-top: 22px;
  }
  #process .areas .circle span {
    display: none;
  }
}
/* eCommerce theme styling 
=============================  */
.products-container {
  margin-top: 120px;
  width: 90vw;
}
.products-product-wrapper {
  border: 1px solid #cfd9e5;
  background: none repeat scroll 0% 0% #eff6fd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px -1px #d6d6d6;
  background-color: #ffffff;
}
.products-label .label {
  background: transparent;
  color: #ffffff;
  margin-top: 5px;
  font-size: 1.25em;
  font-weight: 400;
}
.products-label button {
  background: #ffffff;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  color: #ffffff;
}
.products-label button:hover {
  background: #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  color: #ffffff;
}
#shProdImages {
  width: 100%;
  height: 100%;
  position: relative!important;
  margin: 5vh 0px 0px 0px;
}
.carousel-inner {
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px #cfcfcf;
}
.carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel-inner .item {
  width: 100%;
  height: 100%;
}
.carousel-inner .item img {
  width: 100%;
  height: 100%;
}
.carousel-control {
  top: 50%;
}
.product-information {
  margin: 5vh 0px 0px 0px;
  padding: 40px 19px 40px 28px;
  background: none repeat scroll 0% 0% #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px #cfcfcf;
}
.product-information button {
  background: #ffffff;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  color: #ffffff;
}
.product-information button:hover {
  background: #000;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  color: #fff;
}
@charset "UTF-8";
/*
Animate.css - //daneden.me/animate
Licensed under the ☺ license (//licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinges {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.slow {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

.animated.snail {
	-webkit-animation-duration: 4s;
	   -moz-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
  }
}/**** Isotope Filtering ****/

.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:      -o-transform, 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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.ducksbanner {
 	background-image: url("//cdn-west.sqhk.co/shfm/2016/5/gc5JEhi/fairmontwithducks.png") ;
  	background-size: cover;
}

.treesbanner {
 	background-image: url("//cdn-west.sqhk.co/shfm/2016/5/cjaajdz/treespic3.png") ;
  	background-size: cover;
} 

.tree2 {
 	background-image: url("//cdn-west.sqhk.co/shfm/2016/5/chfjg6H/treespic2.png") ;
  	background-size: cover;
}.home-tile
{
  margin-top:15px;
  min-height:10px !important;
  border-radius:3px;
  background-color:none;
  text-align:center;
}

.home-tile p
{
  margin-top:-10px;
  margin-bottom:0px;
  padding-left:5px;
  padding-right:5px;
  
}
.home-tile img
{
  margin:0px 0px px 0px; 
  max-height: 90%:
    overflow:hidden;
  max-width: 92%;
}

.home-tile .tile-title
{
  background-color: rgba(0,0,0, 0.8);
  height:40px;
  width:100% !important;
  display: block;
  position:relative;
  top: -120px;
  z-index:800;
  color:white;
  text-align:center;
  line-height:30px;
  font-size:20px;
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
   
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .couple {
      background:dimgrey;  
  }
  .childTablet .span7 {
    display:none;
  }
  .childTablet .span5 {
      width:100%;  
  }
}@media (max-width: 749px) {

	footer ul
	{
  		margin-top:15px;
  		margin-bottom:15px;
	}

	footer
	{
  		padding-left:5vw;
  		
  		margin-left:-20px;
  		margin-right:-20px;
  	 	padding-bottom:20px;
	}
}

footer
{
  position: relative;
  background-color:#333333;
  margin-left: auto;
  margin-right: auto;
  padding-left:10px;
  color:white;
  padding: 60px 0 60px 0;
}

.ftr-padded
{
  padding-left:100px;
}

footer ul
{
  padding-top: 10px;
  list-style-type: none; 
  font-size: 14px;
}

.sh-create
{
  visibility: hidden;
}

footer spantitle1
{

  font-weight: 400px;
  margin-right: 5px;
  font-size: 24px;
}

footer spantitle2
{
 

  font-weight: 400px;
  margin-right: 5px;
  font-size: 20px;
}

.social-network li
{
  background-color:#57585A;
  padding: .3em .3em;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.floating-span
{
  margin: 0;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 100;
  color: #57585A;
  background-color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
}

.floating-span:hover
{
  background-color: #57585A;
}

.floating-span i
{ 
  margin-top: 10px;
  font-size: 30px;
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer a, footer address, footer p {
  color: white;
}


  /*Buttons */

.clean-white
{
  background-image:none;
  background-color:rgba(255, 255, 255, 0.0);
  border-radius:3px;
  border: 1px solid white;
  color:white;
  padding:10px 40px 10px 40px;
  
}

.clean-white:hover, .clean-white:active, .clean-white a:hover, .clean-white a:focus
{
  color:white;
  background-color:rgba(255, 255, 255, 0.2);
}

.clean-black
{
  background-image:none;
  background-color:transparent;
  border-radius:3px;
  border: 1px solid black;
  color:black;
  padding:10px 40px 10px 40px;
  
}

.clean-black:hover, .clean-black:active, .clean-black a:hover, .clean-black a:focus
{
  color:black;
  background-color:rgba(0, 0, 0, 0.2);
}

.products-product-custom {
    border: 1px solid #cfd9e5;
    background: none repeat scroll 0% 0% #eff6fd;
    padding: 10px;
	margin-bottom: 6%;
    margin-left: 1%;
    border-radius: 6px;
    box-shadow: 2px 2px 2px -1px #d6d6d6;
    background-color: #ffffff;
}

.products-product-custom-padding.span3 {
    margin-left: 1.5%;
    margin-bottom: 1%;
}

.controls #qty {
  width: 70px;
}.mm-menu.mm-offcanvas {
 background:white; 
  color:#333333;
}

.blurred
{
  width:100vh;
  height:100vh;
  background:#000000;
  opacity: 0.8;
}
#my-menu .open
{
  background:none;
}
#mm-1 > ul
{
 	width:100%;
  	display:block;
  
}
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:23px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:20px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:100;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:80%;min-width:140px;max-width:440px}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu{z-index:2}
.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}
.wpmm-menu
{
  background-color: #f3f3f3 !important;
}
.wpmm-force-bg
{
  background-color: inherit;
}
html.wpmm-force-bg
{
  background-color: #fff;
}

.wpmm-menu .mm-navbar .dashicons
{
  font-size: 20px;
  line-height: 20px;
  height: 20px
}

.wpmm-menu .mm-listview > li > .dropdown-toggle
{
  display: none;
}
/*======================================================
Portfolio.css
========================================================*/
#portfolio {
	margin-top:50px;
}
#portfolio #filters {
	list-style-type: none;
	height: 30px;
	margin-bottom: 40px;
	text-align: center;
	margin-top: -20px;
}
#portfolio #filters li {
	display: inline-block;
	font-size: 20px;
	margin: 0px 6px;
}
#portfolio #filters li.separator {
	color: #c0c0c0;
	font-weight: lighter;
}
#portfolio #filters li a {
	color: #3f3f3f;
	font-style: italic;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#portfolio #filters li a:hover,
#portfolio #filters li a.active {
	color: #1189d9;
}

#portfolio .section_header {
  color:#789e9b;  
  margin-top:0px;
  margin-bottom:20px;
  margin-right:20px;
}

#portfolio .work-header {
  margin-bottom:60px;
}

#portfolio .work-header p {
  width:100%; 
}

#portfolio #gallery_container {
	margin-bottom: 50px;
}
#portfolio #gallery_container .photo {
	width: 260px;
	margin: 15px;
	float: left;
	position: relative;
}
#portfolio #gallery_container .photo:hover .mask {
	display: block;

}

#portfolio #gallery_container .photo-expanded
{
	z-index:100000;
  	opacity:1;
}



#portfolio #gallery_container .photo:hover img
{
  	-webkit-transition: transform .35s ease-out;
    -moz-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
	transform:scale(1.2, 1.2);
}

#portfolio #gallery_container .photo
{
	overflow:hidden;
}

#portfolio #gallery_container .photo img { }

#portfolio #gallery_container .photo .mask {
	position: absolute;
	opacity: 0;

	box-shadow: 0px 1px 6px 2px #b1b1b1;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	height: 100%;
	padding: 0px 20px;
	width: 220px;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#portfolio #gallery_container .photo .mask h3 {
	color: #FFF;
	font-size: 22px;
	position: relative;
	top: 20%;
}
#portfolio #gallery_container .photo .mask small {
	color: rgb(240, 240, 240);
	font-size: 15px;
	font-style: italic;
	position: relative;
	top: 15%;
	display: block;
}
#portfolio #gallery_container .photo .mask .more {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	bottom: 7%;
	left:10%;
}



/*
#expanded-image
{
	
  	position:fixed;
  	top:10%;
  	left:10%;
  	z-index:1000;

}
*/

#expanded-image {

    min-height: 70vh;
    z-index: 1000;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#expanded-description
{
	
  	display:inline-block;
  	position:absolute;
  	bottom:10px;
  	left:10px;
  	padding:5px 15px 5px 15px;
  	color:white;
  	height:50px;
}



.modal.portfolio {
  width:800px !important;
  margin-left:-400px !important;
}

.portfolio .linkPDF a{
  margin-top:5px;
}

#expanded-image img
{
	max-height:600px;
}


#portfolio .fa-times
{
	font-size:30px;
  	border:1px solid #0088cc;
  	
  	position:absolute;
  	right:15px;
  	top:15px
}

#portfolio .fa-arrow-left
{
	font-size:30px;
  	border:1px solid #F7941E;
  	color:#F7941E;
  	position:absolute;
  	left:15px;
  	top:50%;
}

#portfolio .fa-arrow-right
{
	font-size:30px;
  	border:1px solid #F7941E;
  	color:#F7941E;
  	position:absolute;
  	right:15px;
  	top:50%;
}

#portfolio .fa-times:hover, #portfolio .plus:hover, 
#portfolio .fa-arrow-left:hover, #portfolio .fa-arrow-right:hover
{
	cursor:pointer;
  	color:white;
}

#portfolio .fa-times:hover
{
	border-color:white;
}
#portfolio .plus
{
  padding:120px 50px 30px 100px; 
  font-size:30px;
}




/* 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) { 

}	
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	

}
/* Landscape phones and down */
@media (max-width: 480px) {
	#portfolio #filters li{
		margin: 0px 4px;
	}
	#portfolio #filters li a{
		font-size: 18px;
	}	
	#portfolio #gallery_container{
		margin-top: 10px;
	}
	#portfolio #gallery_container .photo{
		margin-left: 35px;
	}
	#portfolio #gallery_container .photo img{
		left: 10%;
	}

}
/*=======================================================
Portfolioitem.css
========================================================*/
#portfolio_tem{
	margin-top: 70px;
}
#portfolio_tem .left_box{
	margin-left: 0;
}
#portfolio_tem .left_box .big{
	margin-bottom: 40px;
	position: relative;
	height: 431px;
}
#portfolio_tem .left_box .big img{
	position: absolute;
	border-radius: 5px;
}
#portfolio_tem .thumbs .thumb{
	float: left;
	position: relative;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 10px;
}
#portfolio_tem .thumbs .thumb.last{
	margin: 0;
}
#portfolio_tem .thumbs .thumb:hover .mask {
	display: block;
	opacity: 1;
	
}
#portfolio_tem .thumbs .thumb .mask {
	position: absolute;
	opacity: 0;
	
	box-shadow: 0px 1px 6px 2px #b1b1b1;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	background: rgba(17, 137, 217, 0.5);
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#portfolio_tem .thumbs .thumb .mask .more {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	bottom: 40%;
	left: 43%;
}
#portfolio_tem .right_box{
	float: right;
	margin-top: 14px;
}
#portfolio_tem .right_box h2{
	font-size: 28px;
	line-height: 27px;
	margin: 0 0 25px 0;
}
#portfolio_tem .right_box p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #3F3F3F;
}

/* 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) { 
	#portfolio_tem .left_box .big{
		height: 372px;
	}
}	
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#portfolio_tem .left_box{
		margin-bottom: 50px;
	}
	#portfolio_tem .left_box .thumbs{
		overflow: hidden;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#portfolio_tem .left_box .big {
		max-height: 350px;
	}
	#portfolio_tem .left_box .big img {
		margin-bottom: 10px;
		max-height: 350px;
	}
	#portfolio_tem .thumbs .thumb{
		margin-right: 5px;
	}
}



#profile-modal {
  display:none;
  width:50%;
  top:80%;
   background: url("//cdn-west.sqhk.co/5222778a1563b512943aee97/nav_bg.jpg") 0 0 repeat;
  color:#fff;
  padding:10px 30px;
}

#profile-modal img {
	max-width:300px;
  height:auto;
  float:left;
  margin-right:25px;
  margin-bottom:15px;
}

#profile-modal .plainmodal-close {
  text-align:center;
  position:absolute;
  bottom:10px;
  right:10px;
  background:#ff0000;
  width:25px;
  cursor:pointer;
}/**** Isotope Filtering ****/

.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:      -o-transform, 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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* Kevin - Accordion stuff*/

.accordion-node {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  	margin-bottom: 2px;
  	padding: 8px 15px;
  
}

.accordion-node a {
	font-size: 18px;
  	font-weight: 700;
}

.accordion-node a:hover {
	cursor: pointer;
}

.node-data {
	height: 0;
  	overflow: hidden;
	font-size: 18px;
  	
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.node-data p {
	font-family: Quicksand!important;
  	font-weight: 400;
  	color: #76380C;
}