/* OPTIONS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  height: 100%;
}
body {
  font-family: "futura-pt", sans-serif;
  color: #4c4c4c;
  font-weight: 500;
  background: url('#fff');
}
.overlay {
  background: #ffffff;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
a {
  color: #cfcfcf;
  text-decoration: none;
}
h1,
.h1,
.sq-invoice .sq-box h3 {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2,
.h2 {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #4c4c4c;
}
p,
ul,
dl {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
input,
button {
  font-family: inherit;
  font-size: inherit;
}
table {
  width: 100%;
}
table th {
  text-align: left;
  padding-bottom: 10px;
}
table td {
  padding-bottom: 10px;
}
.nb-posts img,
.nb-page img {
  max-width: 100%;
  height: auto !important;
}
/* -- @component FORMS */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
textarea {
  color: inherit;
  border: 1px solid #4c4c4c;
  background: #ffffff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus {
  border-color: #50c39e;
  outline: none;
}
.nb-meta-fields label,
.nb-content-fields label,
.sq-buttons label,
.sq-shoot-form .sq-address label,
.sq-shoot-form .sq-details label {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding-left: 10px;
  color: #a7acb4;
  color: #4c4c4c;
}
.nb-meta-fields input[type="text"],
.nb-content-fields input[type="text"],
.sq-buttons input[type="text"],
.sq-shoot-form .sq-address input[type="text"],
.sq-shoot-form .sq-details input[type="text"],
.nb-meta-fields input[type="email"],
.nb-content-fields input[type="email"],
.sq-buttons input[type="email"],
.sq-shoot-form .sq-address input[type="email"],
.sq-shoot-form .sq-details input[type="email"],
.nb-meta-fields input[type="password"],
.nb-content-fields input[type="password"],
.sq-buttons input[type="password"],
.sq-shoot-form .sq-address input[type="password"],
.sq-shoot-form .sq-details input[type="password"],
.nb-meta-fields input[type="url"],
.nb-content-fields input[type="url"],
.sq-buttons input[type="url"],
.sq-shoot-form .sq-address input[type="url"],
.sq-shoot-form .sq-details input[type="url"],
.nb-meta-fields input[type="tel"],
.nb-content-fields input[type="tel"],
.sq-buttons input[type="tel"],
.sq-shoot-form .sq-address input[type="tel"],
.sq-shoot-form .sq-details input[type="tel"],
.nb-meta-fields input[type="number"],
.nb-content-fields input[type="number"],
.sq-buttons input[type="number"],
.sq-shoot-form .sq-address input[type="number"],
.sq-shoot-form .sq-details input[type="number"],
.nb-meta-fields input[type="date"],
.nb-content-fields input[type="date"],
.sq-buttons input[type="date"],
.sq-shoot-form .sq-address input[type="date"],
.sq-shoot-form .sq-details input[type="date"],
.nb-meta-fields input[type="time"],
.nb-content-fields input[type="time"],
.sq-buttons input[type="time"],
.sq-shoot-form .sq-address input[type="time"],
.sq-shoot-form .sq-details input[type="time"],
.nb-meta-fields textarea,
.nb-content-fields textarea,
.sq-buttons textarea,
.sq-shoot-form .sq-address textarea,
.sq-shoot-form .sq-details textarea {
  display: block;
  position: relative;
  z-index: 2;
  background: transparent;
  top: -28px;
}
.nb-meta-fields input[type="text"].filled,
.nb-content-fields input[type="text"].filled,
.sq-buttons input[type="text"].filled,
.sq-shoot-form .sq-address input[type="text"].filled,
.sq-shoot-form .sq-details input[type="text"].filled,
.nb-meta-fields input[type="email"].filled,
.nb-content-fields input[type="email"].filled,
.sq-buttons input[type="email"].filled,
.sq-shoot-form .sq-address input[type="email"].filled,
.sq-shoot-form .sq-details input[type="email"].filled,
.nb-meta-fields input[type="password"].filled,
.nb-content-fields input[type="password"].filled,
.sq-buttons input[type="password"].filled,
.sq-shoot-form .sq-address input[type="password"].filled,
.sq-shoot-form .sq-details input[type="password"].filled,
.nb-meta-fields input[type="url"].filled,
.nb-content-fields input[type="url"].filled,
.sq-buttons input[type="url"].filled,
.sq-shoot-form .sq-address input[type="url"].filled,
.sq-shoot-form .sq-details input[type="url"].filled,
.nb-meta-fields input[type="tel"].filled,
.nb-content-fields input[type="tel"].filled,
.sq-buttons input[type="tel"].filled,
.sq-shoot-form .sq-address input[type="tel"].filled,
.sq-shoot-form .sq-details input[type="tel"].filled,
.nb-meta-fields input[type="number"].filled,
.nb-content-fields input[type="number"].filled,
.sq-buttons input[type="number"].filled,
.sq-shoot-form .sq-address input[type="number"].filled,
.sq-shoot-form .sq-details input[type="number"].filled,
.nb-meta-fields input[type="date"].filled,
.nb-content-fields input[type="date"].filled,
.sq-buttons input[type="date"].filled,
.sq-shoot-form .sq-address input[type="date"].filled,
.sq-shoot-form .sq-details input[type="date"].filled,
.nb-meta-fields input[type="time"].filled,
.nb-content-fields input[type="time"].filled,
.sq-buttons input[type="time"].filled,
.sq-shoot-form .sq-address input[type="time"].filled,
.sq-shoot-form .sq-details input[type="time"].filled,
.nb-meta-fields textarea.filled,
.nb-content-fields textarea.filled,
.sq-buttons textarea.filled,
.sq-shoot-form .sq-address textarea.filled,
.sq-shoot-form .sq-details textarea.filled {
  background: #ffffff !important;
}
.nb-meta-fields input:focus,
.nb-content-fields input:focus,
.sq-buttons input:focus,
.sq-shoot-form .sq-address input:focus,
.sq-shoot-form .sq-details input:focus,
.nb-meta-fields .focus,
.nb-content-fields .focus,
.sq-buttons .focus,
.sq-shoot-form .sq-address .focus,
.sq-shoot-form .sq-details .focus,
.nb-meta-fields textarea:focus,
.nb-content-fields textarea:focus,
.sq-buttons textarea:focus,
.sq-shoot-form .sq-address textarea:focus,
.sq-shoot-form .sq-details textarea:focus {
  background: #ffffff;
  border-color: #50c39e;
  outline: none;
}
.nb-meta-fields textarea,
.nb-content-fields textarea,
.sq-buttons textarea,
.sq-shoot-form .sq-address textarea,
.sq-shoot-form .sq-details textarea {
  width: 100%;
  min-height: 120px;
}
.ui-datepicker {
  display: none;
  background: #FFF;
}
.ui-datepicker-trigger {
  display: none;
}
.ui-datepicker-prev {
  background: url("../images/date-prev.gif") no-repeat;
  cursor: pointer;
}
.ui-datepicker-next {
  background: url("../images/date-next.gif") no-repeat top right;
  cursor: pointer;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  display: none !important;
}
/* -- LAYOUT */
.container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .container {
    width: 95%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.pull-l {
  float: left;
}
.pull-r {
  float: right;
}
.grid-3 {
  width: 75%:
  float: left;
  margin-right: 1.5%;
}
.grid-1 {
  width: 23.5%;
  float: left;
}
/* -- @module BUTTON */
.btn,
.nb-buttons #nb-search,
input[type="submit"],
button {
  padding: 10px 13px;
  background: #4d4d4d;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn:hover,
.nb-buttons #nb-search:hover,
input[type="submit"]:hover,
button:hover {
  background: #333333;
}
.btn-alt {
  background: #50c39e;
  color: #ffffff;
}
.btn-alt:hover {
  background: #39a784;
}
/* -- @component HEADER */
.site-header {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-header {
    padding-top: 15px;
  }
}
.site-header h1 img {
  max-height: 160px;
}
@media screen and (max-width: 960px) {
  .site-header h1 {
    margin-bottom: 15px;
  }
}
/* -- @component MAIN NAV */
#menu-toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  #menu-toggle {
    display: inline-block;
  }
}
.site-nav {
  background: #ffffff;
  margin-top: 15px;
  position: relative;
}
.site-nav:before {
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  position: absolute;
  top: -5px;
  left: 0;
  content: '';
}
.site-nav:after {
  background: #ffffff;
  width: 100%;
  height: 3px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
}
.site-nav ul {
  margin-bottom: 0;
  margin: 5px 0;
}
.site-nav ul li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
}
.site-nav ul li.nb-active a,
.site-nav ul li.sq-active a {
  color: #000000;
}
.site-nav ul li:last-child {
  padding-right: 10px;
}
.site-nav ul li:hover .nb-submenu {
  display: block!important;
}
.site-nav ul li .nb-submenu {
  position: absolute;
  z-index: 2000!important;
  margin: 0!important;
}
.site-nav ul li .nb-submenu li {
  padding-left: 0!important;
  text-align: left;
  display: block;
}
.site-nav ul li .nb-submenu a {
  display: block;
  width: 17em;
}
.site-nav ul a {
  font-size: 14px;
  display: block;
  color: #4c4c4c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
}
.site-nav ul a:hover {
  color: #000000;
}
.return-link {
  display: block;
  margin: 15px 0;
}
.no-nav .site-nav {
  height: 40px;
}
.no-nav .site-nav ul {
  display: none;
}
.no-nav .return-link {
  z-index: 1000;
  position: relative;
  width: 200px;
  margin: -30px auto 30px auto;
  color: #000000;
}
.no-nav #menu-toggle {
  display: none!important;
}
@media screen and (max-width: 960px) {
  .site-nav ul li .nb-submenu {
    position: relative;
    width: 100%;
  }
  .site-nav ul li .nb-submenu a {
    text-align: center;
  }
  .site-nav .nb-menu {
    display: none;
    left: 0;
    position: absolute;
    z-index: 30;
    width: 100%;
    padding: 0;
  }
  .site-nav .nb-menu li {
    display: block;
    padding: 0!important;
    margin-left: 0;
  }
  .site-nav .nb-menu a {
    display: block;
    background: #4d4d4d;
    color: #ffffff;
    padding: 10px 0;
  }
  .site-nav .nb-menu li.nb-active a {
    background: #50c39e;
    color: #ffffff;
  }
}
/* -- @component CONTENT */
.main {
  margin-bottom: 20px;
}
.content {
  margin-top: 15px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.content-home {
  padding: 10px;
}
.content-home .nb-gallery {
  display: none;
}
.content-home-body {
  display: none;
  margin-top: 1em;
}
.content-blog {
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .content-blog {
    padding: 20px;
  }
}
.content-gallery {
  padding: 15px;
}
@media screen and (max-width: 960px) {
  .content-gallery {
    padding: 20px!important;
  }
}
.content-galleries {
  padding: 50px;
}
.content-page {
  padding: 30px;
}
.content-client {
  padding: 30px 50px;
  overflow: hidden;
}
.content-pricing {
  padding: 50px;
}
.nb-page .nb-social {
  display: none;
}
/* -- @component FOOTER */
.site-footer {
  position: relative;
}
.social-links {
  list-style: none;
}
.social-links li {
  float: left;
  margin-right: 8px;
}
/* -- @component BLOG */
.nb-post-blog h1,
.nb-post-blog h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.nb-post-full {
  position: relative;
}
.nb-post-full:after {
  display: block;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #4c4c4c;
  bottom: -10px;
  left: 0;
  content: " ";
}
.nb-post-full .nb-social {
  border-bottom: none;
}
.nb-posts .nb-primary-header {
  display: none;
}
.nb-posts .nb-post-gallery > header > h3 {
  display: none;
}
.nb-posts .nb-social {
  text-align: right;
}
.nb-posts h2 a {
  color: #4c4c4c;
}
.nb-post-blog,
.nb-post-gallery {
  margin-bottom: 50px;
  padding-bottom: 4px;
  border-bottom: 1px solid #4c4c4c;
}
.nb-post-blog time,
.nb-post-gallery time {
  font-size: 13px;
  margin-bottom: 1.5em;
  display: block;
  color: #cfcfcf;
}
.nb-post-gallery.nb-post-preview .nb-body a {
  overflow: hidden;
  display: inline-block;
}
.nb-meta {
  margin-bottom: 1em;
}
.nb-meta a {
  color: #cfcfcf;
}
span.nb-tag a {
  color: #cfcfcf;
  padding: 3px 5px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  section.blog,
  .blog-sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.blog-sidebar {
  overflow: hidden;
  padding-top: 30px;
}
/* -- @component SIDEBAR */
.widget-col {
  width: 31%;
  float: left;
  margin-left: 3%;
}
.widget-col:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .widget-col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.nb-widget {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 40px!important;
}
.nb-widget h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #4c4c4c;
}
.nb-widget a {
  color: #cfcfcf !important;
}
.nb-widget ul {
  list-style: none;
}
.nb-widget span.nb-tag a {
  margin-bottom: 10px;
}
.nb-widget-archive,
.nb-recently-updated {
  text-transform: uppercase;
}
.nb-popular li a {
  font-weight: bold;
  color: #cfcfcf;
}
.nb-widget-tweets li {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.nb-search-widget p {
  margin-bottom: 10px;
}
.nb-search-widget label {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding-left: 10px;
  color: #7f7f7f;
  text-transform: uppercase;
}
.nb-search-widget input,
.nb-search-widget textarea {
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  background: transparent;
  top: -26px;
  -webkit-transition: background-color 0.1s ease;
}
.nb-search-widget input:focus,
.nb-search-widget input.filled {
  background: #ffffff;
}
.nb-search-widget textarea {
  width: 70%;
}
.nb-search-widget #nb-search {
  padding: 6px 15px;
}
/* -- @component COMMENTS */
section.nb-comments {
  padding: 30px 0;
}
section.nb-comments h2 {
  font-size: 14px;
}
section.nb-comments h2 a {
  color: #cfcfcf;
}
section.nb-comments h1 {
  font-size: 12px;
}
.nb-comment {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
.nb-comment a {
  color: #cfcfcf;
}
.nb-comment .nb-avatar {
  display: none;
}
.nb-comment .nb-meta {
  overflow: hidden;
  font-size: 13px;
}
.nb-comment .nb-meta .nb-author {
  font-weight: normal;
  float: left;
  border-right: 1px solid #4c4c4c;
  padding-right: 7px;
  margin-right: 7px;
}
.nb-comment .nb-meta .nb-author a {
  color: #4c4c4c;
}
.nb-comment .nb-meta time {
  font-weight: normal;
  display: block;
  float: left;
  font-size: 13px;
  margin-bottom: 0;
}
.nb-comment-form p {
  margin-bottom: 0;
}
/* -- @module .nb-social */
.nb-social {
  margin-top: 10px;
  border-bottom: 1px solid #4c4c4c;
  font-size: 12px;
  padding-bottom: 15px;
}
.nb-social .nb-comments {
  color: #cfcfcf;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
.nb-tweet,
.nb-like {
  background-color: #f9f9f9;
  padding: 4px 7px;
  color: #4c4c4c;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 7px;
  padding-left: 24px;
  margin-right: 5px;
}
.nb-tweet {
  background-image: url("../images/twitter_small.png");
}
.nb-like {
  background-image: url("../images/facebook_small.png");
}
/* -- @component CONTACT FORM */
.sq-contact-form p {
  margin-bottom: 0;
}
.sq-contact-form fieldset p {
  min-height: 65px;
}
.sq-contact-form label {
  display: block;
}
.sq-contact-form .sq-buttons {
  margin-top: 15px;
  clear: both;
  margin-bottom: 1em;
}
.sq-contact-form .sq-general {
  width: 25.487012987%;
  float: left;
  margin-right: 3.4090909091%;
}
.sq-contact-form .sq-shoot-details {
  width: 71.1038961039%;
  float: left;
  position: relative;
}
.sq-contact-form .sq-shoot-details p {
  width: 36.0730593607%;
}
.sq-contact-form .sq-shoot-details .sq-remarks {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.5178497302%;
}
.sq-contact-form textarea {
  max-width: 100%;
}
.sq-contact-form > fieldset {
  *zoom: 1;
}
.sq-contact-form > fieldset:before,
.sq-contact-form > fieldset:after {
  content: " ";
  display: table;
}
.sq-contact-form > fieldset:after {
  clear: both;
}
.sq-contact-form-message {
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .sq-contact-form .sq-general,
  .sq-contact-form .sq-shoot-details,
  .sq-contact-form .sq-shoot-details p,
  .sq-contact-form .sq-remarks {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sq-contact-form .sq-shoot-details .sq-remarks {
    position: static;
    width: 100%;
  }
  .sq-contact-form p input[type="text"],
  .sq-contact-form p input[type="email"],
  .sq-contact-form p input[type="password"],
  .sq-contact-form p input[type="url"],
  .sq-contact-form p input[type="tel"],
  .sq-contact-form p input[type="number"],
  .sq-contact-form p textarea {
    width: 100%;
  }
}
/* -- @component PRICING PAGE */
.sq-pricing-page ul {
  padding-left: 1.5em;
}
.sq-packages {
  overflow: hidden;
}
.sq-packages > .sq-package-header {
  border-top: 1px solid #4c4c4c;
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
}
.content-pricing .sq-packages section.sq-package {
  border-top: 1px solid #4c4c4c;
}
.sq-packages section.sq-package {
  line-height: 1.25;
  width: 47%;
  float: left;
  margin-bottom: 40px;
  margin-right: 6%;
  padding-top: 10px;
}
.sq-packages section.sq-package:nth-of-type(even) {
  margin-right: 0;
}
.sq-packages section.sq-package .sq-package-header {
  font-weight: bold;
  font-size: 14px;
  color: #4c4c4c;
}
.sq-packages section.sq-package .sq-package-header h3,
.sq-packages section.sq-package .sq-package-header h4 {
  color: #4c4c4c;
}
.sq-packages section.sq-package .sq-description {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.sq-packages section.sq-package .sq-description ul {
  margin-top: 10px;
  padding-left: 1.5em;
  list-style: circle;
}
.sq-packages section.sq-package ul {
  list-style: none;
  padding-left: 0;
  color: #666666;
}
.sq-packages section.sq-package li {
  margin-bottom: 8px;
}
.sq-packages section.sq-package.sq-active button {
  background: #50c39e;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .sq-packages section.sq-package {
    width: 100%;
    float: none;
    margin-right: 0;
    border-top: 1px solid #4c4c4c;
    padding-top: 10px;
  }
}
.sq-package-header {
  margin-bottom: 20px;
}
.sq-add-on-header {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 700;
}
div.sq-add-on,
section.sq-add-on {
  border-top: 1px solid #4c4c4c;
  padding-top: 10px;
  padding-left: 20%;
  position: relative;
  margin-bottom: 40px;
}
div.sq-add-on > header,
section.sq-add-on > header {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 15px;
}
div.sq-add-on > header h3,
section.sq-add-on > header h3,
div.sq-add-on > header h4,
section.sq-add-on > header h4 {
  color: #4c4c4c;
}
div.sq-add-on .sq-description,
section.sq-add-on .sq-description {
  font-size: 13px;
  line-height: 1.5em;
  color: #666666;
}
div.sq-add-on .sq-quantity,
section.sq-add-on .sq-quantity {
  margin-top: 10px;
}
.sq-thumbnail {
  position: absolute;
  left: 0;
  display: block;
  top: 10px;
  width: 16%;
  overflow: hidden;
}
.sq-thumbnail img {
  max-width: 100%;
}
.sq-addon-options {
  font-size: 13px;
  margin-top: 10px;
}
.sq-addon-options table {
  width: 100%;
}
.sq-addon-options p {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sq-addon-options .sq-addon-option-subtotal {
  border-top: 1px solid #4c4c4c;
}
.sq-addon-options td {
  padding: 4px;
}
.sq-estimate-amounts h2 {
  font-size: 16px;
  padding-top: 10px;
}
.sq-estimate-amounts dd {
  margin-bottom: 7px;
  color: #7f7f7f;
}
.sq-estimate-amounts button {
  background: #50c39e;
  color: #ffffff;
}
#slides .nb-gallery-image {
  width: 77%;
}
.image-cycle {
  height: 490px;
}
.image-cycle li {
  background-size: cover;
}
.gallery-top {
  overflow: hidden;
}
.gallery-top ul {
  list-style: none;
}
.gallery-top #gallery-images {
  width: 77%;
  float: left;
}
.gallery-top #gallery-images img {
  max-width: 100%;
  max-height: 600px;
}
.gallery-top #gallery-images #gallery-image {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .gallery-top #gallery-images {
    width: 100%;
    float: none;
  }
}
.gallery-top #gallery-nav {
  width: 21.5%;
  margin-left: 1.5%;
  float: right;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .gallery-top #gallery-nav {
    display: none;
  }
}
.gallery-top #gallery-nav #thumblist {
  overflow: hidden;
  position: relative;
  left: 0;
  margin-bottom: 0;
}
.gallery-top #gallery-nav .thumb-section {
  overflow: hidden;
  float: left;
}
.gallery-top #gallery-nav li li {
  max-width: 48%;
  max-height: 70px;
  overflow: hidden;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
}
.gallery-top #gallery-nav li li:nth-child(odd) {
  margin-right: 4%;
}
.gallery-top #gallery-nav img {
  max-width: 100%;
}
.gallery-volume {
  background: url(../images/volume.png) no-repeat;
  cursor: pointer;
  display: none;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -10px;
}
.gallery-volume.muted {
  background-position: -16px 0;
}
.gal-nav {
  position: relative;
}
.gal-nav a {
  color: #808080;
  display: inline-block;
  font-size: 18px;
  top: 0;
  position: absolute;
}
.gal-nav a:first-child {
  left: 0;
}
.gal-nav a:last-child {
  right: 0;
}
.gal-nav span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#image-nav {
  margin-top: 10px;
  min-height: 8px;
}
.ie8 #image-nav-next,
.ie8 #thumb-nav-next {
  right: 0;
}
.nb-gallery-full {
  border-top: 1px solid #4c4c4c;
  margin-top: 10px;
  clear: both;
  position: relative;
}
.nb-gallery-full header {
  overflow: hidden;
}
.nb-gallery-full header h1,
.nb-gallery-full header .nb-tags {
  padding-top: 20px;
  width: 27%;
}
.nb-gallery-full header .nb-meta {
  padding-bottom: 15px;
  width: 27%;
}
.nb-gallery-full .nb-gallery-description {
  padding-left: 20px;
  display: block;
  position: absolute;
  width: 70%;
  top: 0;
  padding-top: 20px;
  right: 0;
  border-left: 1px solid #4c4c4c;
}
#gallery-bottom .nb-comments {
  padding: 20px 0 0 20px;
  margin-left: 27%;
}
@media screen and (max-width: 960px) {
  #gallery-bottom .nb-comments {
    margin-left: 0;
    padding: 0;
  }
}
div.nb-galleries {
  overflow: hidden;
}
div.nb-galleries .nb-gallery-preview {
  margin-bottom: 15px;
  position: relative;
  width: 32.333333333%;
  float: left;
  overflow: hidden;
  margin-right: 1.5%;
  max-height: 190px;
}
div.nb-galleries .nb-gallery-preview:nth-of-type(3n+3) {
  margin-right: 0;
}
div.nb-galleries .nb-gallery-preview > .nb-body {
  text-align: center;
}
div.nb-galleries .nb-gallery-preview:hover > header {
  display: block;
  pointer-events: none;
}
div.nb-galleries .nb-gallery-preview > header {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  text-align: center;
}
div.nb-galleries .nb-gallery-preview > header h2,
div.nb-galleries .nb-gallery-preview > header h3 {
  padding-top: 20px;
}
div.nb-galleries .nb-gallery-preview > header .nb-meta,
div.nb-galleries .nb-gallery-preview > header h2,
div.nb-galleries .nb-gallery-preview > header h3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #4c4c4c;
}
div.nb-galleries .nb-gallery-preview > header .nb-meta a,
div.nb-galleries .nb-gallery-preview > header h2 a,
div.nb-galleries .nb-gallery-preview > header h3 a {
  color: #4c4c4c;
}
div.nb-galleries .nb-gallery-preview > header .nb-tags {
  display: none;
}
div.nb-galleries .nb-gallery-preview > time {
  display: none;
}
@media screen and (max-width: 960px) {
  div.nb-galleries .nb-gallery-preview {
    width: 47%;
  }
  div.nb-galleries .nb-gallery-preview:nth-of-type(3n+3) {
    margin-right: 1.5%;
  }
  div.nb-galleries .nb-gallery-preview:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  div.nb-galleries .nb-gallery-preview {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.sq-login .content-client {
  text-align: center;
}
.sq-login .content-client h1 {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 25px;
  width: 60%;
  margin: 0 auto 25px auto;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: 490px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_tabs {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
  text-align: center;
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs a {
  width: 8px;
  height: 8px;
  padding: 0 5px;
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/dot.png) no-repeat top left;
}
.rslides1_nav {
  background-image: url(../images/slides-nav.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 18px;
  height: 35px;
  position: absolute;
  top: 50%;
  z-index: 20;
  text-indent: -9999px;
  display: block;
  margin-top: -9px;
}
.rslides1_nav.prev {
  left: 20px;
}
.rslides1_nav.next {
  right: 20px;
  background-position: top right;
}
.sq-pricing-page aside.sq-estimate {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.sq-pricing-page aside.sq-estimate h2,
.sq-pricing-page aside.sq-estimate p {
  margin-bottom: 0;
}
.sq-pricing-page aside.sq-estimate:before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 4px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  position: absolute;
  top: -4px;
  left: 0;
}
.sq-pricing-page aside.sq-estimate:after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sq-pricing-page aside.sq-estimate .sq-no-package {
  overflow: hidden;
  padding: 15px 0;
}
.sq-pricing-page aside.sq-estimate .sq-no-package h2 {
  float: left;
}
.sq-pricing-page aside.sq-estimate .sq-no-package p {
  float: right;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts {
  padding: 6px 0;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts h2 {
  float: left;
  width: 20%;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts dl {
  width: 60%;
  margin: 10px 0;
  float: left;
  text-align: center;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts dt,
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts dd {
  display: inline-block;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts dd {
  padding-right: 15px;
}
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts button {
  float: right;
  width: 20%;
  padding: 5px 13px;
}
.sq-pricing-page aside.sq-estimate .sq-no-package,
.sq-pricing-page aside.sq-estimate .sq-estimate-amounts {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .sq-pricing-page aside.sq-estimate .sq-no-package,
  .sq-pricing-page aside.sq-estimate .sq-estimate-amounts {
    width: 95%;
  }
}
.contact-info {
  display: block;
  color: #4c4c4c;
}
.contact-info h4 {
  font-weight: 700;
}
.sq-error-explanation,
.nb-error-explanation {
  color: #ff0000 !important;
}
.sq-scheduler .ui-datepicker {
  display: block;
  max-width: 100%;
}
.sq-scheduler .ui-datepicker a {
  color: #4c4c4c;
}
.sq-scheduler .ui-datepicker .ui-state-disabled {
  opacity: 0.7;
}
.sq-scheduler .sq-time-selection {
  margin-top: 1em;
}
.sq-scheduler .sq-time-selection ul {
  list-style: none;
  float: left;
}
.sq-scheduler .sq-time-partitions {
  width: 40%;
}
.sq-scheduler .sq-confirmation {
  clear: left;
}
