/*** Fonts ****/
@import url('https://fonts.googleapis.com/css?family=Alegreya|Roboto');
@import url('https://fonts.googleapis.com/css?family=Rouge+Script'); /*** For the Logo ***/


/**** Resets Typography ***/
.reset {

}
body {
  color: #5c4b51;
  font-family:  'Roboto', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
 /* font-size-adjust: 0.5; */
  font-family: 'Alegreya', serif;
  color:#120901;
}
h1, h2, h3, h4, h5 {
  color:#3797c6;
  margin-bottom: 20px;
  margin-top:35px;
}
h6 {

}
h1 {
  font-size: 2em;
  font-weight: 400;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
div#sp-component h1:first-of-type, div#sp-main h1:first-of-type {
  margin-top: 0px;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
  }
}
h2 {
  font-size: 1.625em;
  font-weight: 400;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}
h3 {
  font-size: 1.375em;
  font-weight: 400;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}
h4 {
  font-size: 1.125em;
  font-weight: 400;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}
h5 {
  font-size: 1.1em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  font-weight: 400;
}

@media (min-width: 43.75em) {
  h5 {
    line-height: 1em;
    /* (22px / 18px */
  }
}
h6 {
  font-size: 1em;
  line-height: 1.11111111;
  font-weight: 400;
}

@media (min-width: 43.75em) {
  h5 {
    line-height: 1em;
  }
}
p, ul {
  font-family:  'Roboto', sans-serif;
  font-weight: 400;
}
p, ul, li, table {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}
li > ol > li, li > ul > li {
  font-size: 1em;
}
@media (min-width: 43.75em) {
p, ul, li, table {
    font-size: 1.125em;
    /* equivalent to 18px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}
p strong {
  font-family:  'Roboto', sans-serif;
  font-weight: 700;
}
a {
  color: #3797c6; 
  text-decoration: none; 
}
a:hover {
  color: #134f6e;
  text-decoration: none; 
}
a:active {
  color: #134f6e;
  text-decoration: none; 
}
a:focus {
  color: #134f6e;
  text-decoration: none; 
}
b, strong {
  font-family:  'Roboto', sans-serif;
  font-weight: 600;
}
/**** Primary Colors and Resets ****/
.text-body {
  color: #021017!important;
}
.text-dark {
  color: #000d13!important;
}
.text-white {
  color: #ffffff!important;
}
.text-primary {
  color:#215b7c!important;
}
.text-primary-light {
  color: #3797c6!important;
}
.text-primary-dark {
  color: #134f6e!important;
}
.text-secondary {
  color:#53def9!important;
}
.text-secondary-dark {
  color: #215b7c!important;
}
.text-complimentary {
  color: #8c6658!important;
}
.text-complimentary-dark {
  color: #cc750f!important;
}

/****** Backgrounds ******/
.bg-dark {
  background-color: #134f6e!important;
}
.bg-white {
  background-color: #ffffff!important;
}
.bg-primary {
  background-color:#215b7c!important;
}
.bg-primary-light {
  background-color: #3797c6!important;
}
.bg-primary-dark {
  background-color: #134f6e!important;
}
.bg-secondary {
  background-color:#53def9!important;
}
.bg-secondary-dark {
  background-color: #215b7c!important;
}
.bg-complimentary {
  background-color: #8c6658!important;
}
.bg-complimentary-dark {
  background-color: #3c2922!important;
}
/***** Borders *****/
.border-primary {
  border-color: #215b7c!important;
}
.border-secondary {
  border-color: #53def9!important;
}
.border-light {
  border-color: #3797c6!important;
}
.border-dark {
  border-color: #134f6e!important;
}
.border-white {
  border-color: #fff!important;
}

.border-success {
  border-color: #28a745!important;
}
.border-danger {
  border-color: #dc3545!important;
}
.border-info {
  border-color: #17a2b8!important;
}


/**** Buttons ****/
.btn-primary, a .btn-primary, .formResponsive input[type="submit"], .formResponsive button[type="submit"] {
  padding: 0 50px;
  background-color: #3797c6;
  background-image: none;
  position: relative;
  display: inline-block;
  line-height: 38px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  text-decoration: none;
  border-color: #134f6e;
}
.btn-primary:before, a .btn-primary:before,.formResponsive input[type="submit"]:before, .formResponsive button[type="submit"]:before {
  content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #134f6e;
}
.btn-primary:hover, a .btn-primary:hover, .formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
  color: #fff;
  background-color: #134f6e;
  border-color: #134f6e;
}
.btn-primary.focus, .btn-primary:focus,.formResponsive input[type="submit"]:focus, .formResponsive button[type="submit"]:focus {
  color: #fff;
  background-color: #134f6e;
  border-color: #134f6e;
}
.btn-secondary, a .btn-secondary {
  padding: 0 50px;
  background: #53def9;
  position: relative;
  display: inline-block;
  line-height: 38px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  text-decoration: none;
}
.btn-secondary:before, a .btn-secondary:before {
  content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #215b7c;
    text-decoration: none;
}
.btn-secondary:hover, a .btn-secondary:hover {
  color: #FFF;
  background-color: #215b7c!important;
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #FFF;
  background-color: #215b7c!important;
}
.btn-complimentary, a .btn-complimentary {
  padding: 0 50px;
  background: #f1a954;
  position: relative;
  display: inline-block;
  line-height: 38px;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  text-decoration: none;
}
.btn-complimentary:before, a .btn-complimentary:before {
  content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #cc750f;
    text-decoration: none;
}
.btn-complimentary:hover, a .btn-complimentary:hover {
  color: #FFF;
  background-color: #cc750f!important;
}
.btn-complimentary.focus, .btn-complimentary:focus {
  color: #FFF;
  background-color: #cc750f!important;
}
/**** Labels ****/
.label-primary {
  background-color: #ea6953;
}
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #911505;
}
/**** List Resets ****/
.sp-module ul > li {
  display: block;
  border: none;
  padding: 1px 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a::before {
  content: none;
}
/**** Sections Resets ****/
section {
  padding: 60px 0px;
}
section#sp-main-body {
  padding: 70px 0px 100px 0px;
}
/**** FAQs ****/

.fbpContent_root, .fbpContent_popQuestions li a, .topic_faqToggleQuestion {
  font-size: 1.125em;
  line-height: 1.375;
}
.fbpLeftNavigation_root {
  color: #020219;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.13636364;
}

.fbpLeftNavigation_root .li_selected > a, .fbpLeftNavigation_root .li_selected > a:hover, .fbpLeftNavigation_root .li_selected > a:focus, .fbpLeftNavigation_root a.NavLeftUL_anchor:hover, .fbpLeftNavigation_root a.NavLeftUL_anchor:focus, .fbpLeftNavigation_root a.NavLeftUL_anchor:active {
  background: #02BBA1; /*** Link Background ***/
  border-bottom: 1px solid #02BBA1;
  color: #fff;
  text-shadow: none;
}
@media (min-width: 43.75em) {
  .fbpLeftNavigation_root {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
.topic_faqToggleLink {
  color: #02BBA1; /*** Question title color ***/
}
.faq_open .topic_faqToggleLink {
  color: #02BBA1; /*** Question title color when question is open ***/
}
/**** Pagination ****/
div.pagination {
  width: 100%;
  text-align:center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
   border-top-left-radius: 50px; 
   border-bottom-left-radius: 50px; 
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 50px; 
   border-bottom-right-radius: 50px; 
}

.pagination > li > a, .pagination > li > span {
  border-color: none;
  background-color: none;
  color: #3797c6;3797c6
  border-radius: 50px;
  margin: 0px 5px;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  border-color: none;
  background-color: none;
  color: #134f6e;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #911505;
  background-color: #911505;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #22b8f0;
  background-color: #22b8f0;
}
/**** Menu ****/
.sp-megamenu-parent  {
  text-align: center;
  width: 100%;
}
.sp-megamenu-parent > li > a {
  font-size: 0.80em;
  color: #fff;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: none;
}
.sp-megamenu-parent .sp-dropdown-inner ul.sp-dropdown-items li.sp-menu-item a {
	font-size: 0.7em;
	text-decoration: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: #FFF;
  border-left: double 20px #3797c6;
  border-right: solid 10px #3797c6;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #3797c6;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #3797c6;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: #fff;
}
#sp-menu .sp-column {
  float: none;
}
.sp-megamenu-wrapper {
  float: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 0px;
}
/**** Module Reset ****/
#sp-top-bar .sp-module {
  margin: 0px;
}
.sp-module ul >li >a {
  color: #5c4c52;
}
.sp-module ul >li >a:hover {
  color: #911505;
}
.sp-module .latestnews >div >a {
  color: #5c4c52;
}
.sp-module .latestnews >div >a:hover {
  color: #911505;
}
.sp-module .tagscloud .tag-name:hover {
  background: #911505;
}
@media screen and (max-width: 768px) {
  #sp-main-body {
    padding-top: 30px;
  }
}
/**** Lists Styling ****/
ul.disc  {
  padding: 0px;
}
ul.disc li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-weight: 700;
  font-size: 0.50em;
  margin-right: 15px;
  margin-left: 5px;
  color: #3797c6;
  bottom: 0.5em;
  position: relative;
}
ul.no-padding {
  padding: 0px;
}
ul.no-type::before, ul.no-type li::before {
  content: "";
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns-2
{   
    -moz-column-width: 25em; /* Firefox */
    -webkit-column-width: 25em; /* webkit, Safari, Chrome */
    column-width: 25em;
}
.columns-5
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.columns-2 ul, .columns-5 ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns-2 ul li:first-child, .columns-5 ul li:first-child
{
    margin-top:0px;
}
/**** Regular Tools ****/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
/**** Other ****/
#offcanvas-toggler >i {
  color: #000000;
}
#offcanvas-toggler >i:hover {
  color: #22b8f0;
}
.sppb-btn-primary {
  border-color: #0faae4;
  background-color: #22b8f0;
}
.sppb-btn-primary:hover {
  border-color: #0d8ab9;
  background-color: #0e9cd1;
}
ul.social-icons >li a:hover {
  color: #22b8f0;
}
.sp-page-title {
  background: #22b8f0;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #22b8f0;
}
.search .btn-toolbar button {
  background: #22b8f0;
}
.post-format {
  background: #22b8f0;
}
.voting-symbol span.star.active:before {
  color: #22b8f0;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #0e9cd1;
}
.entry-link,
.entry-quote {
  background: #22b8f0;
}
blockquote {
  border-color: #22b8f0;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #22b8f0;
}
#sp-footer {
  background: #f5f5f6;
  color: #444;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0px 5px;
}
#sp-footer ul.menu.footer-menu-vertical li {
  display: block;
  margin: 0px;
}
#sp-footer ul.menu.footer-menu-vertical li a {
  line-height: 22px;
}
#sp-footer h3 {
  color: #FFF;
  margin-bottom: 5px;
}
.sp-comingsoon body {
  background-color: #22b8f0;
}
/*** End Default / Other ****/

/* body.itemid-145 {
  background-image: url("../images/bg-contact-us.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
} 

body.itemid-145 form#contactMe label {
  color: #FFF;
}
body.itemid-145 form#contactMe .form-control {
  background-color: rgba(255,255,255,0.5);
} */
section#sp-section-1 {
  padding: 0px;
}
section#sp-fluid-top-1 {
  padding: 0px;
}
.mnwall_more_results .more-results.disabled {
  display: none !important;
}
body.view-productdetails .productdetails .vm-product-container .vm-product-details-container {
	padding: 0px 20px;
}
.btn-productprice {
	background-color: #8c6658;
	color: #FFF;
}
.btn-productprice a.ask-a-question {
	background-color: green;
	background: none;
	border: none;
	color: inherit;
}
.product-neighbours a.previous-page {
  background: url(../images/ui-left.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.product-neighbours a.next-page {
  background: url(../images/ui-right.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.layout-blog  .blog .article-body h5.category-title {
  margin-bottom:0px;
}
.layout-blog  .blog .article-body .article-header {
  text-align: center;
}
.layout-blog  .blog .article-body .article-header h2 a {
  text-decoration: none;
  color:#222222;
  font-size: 2em;
}
.layout-blog  .blog .article-body h5.date {
  color:#9a9a9a;
  margin-top:0px;
  margin-bottom: 20px;
}
.layout-blog  .blog .article-body div.blog-icon{
  background-image: url(../images/icon-blog-100w.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.layout-blog  .blog .article-body .article-introtext {
  margin-top: 60px;
}
.layout-blog  .blog .article-body h4.author-name {
  margin-top: 20px;
  margin-bottom: 50px;
}
nav#off-menu_90 {
  background-image: url(../images/bg-mobile-menu.png);
  background-size: cover;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#sp-bottom-1 {
  padding: 0PX;
}
.pager > li a:hover, .tags > li a:hover {
  background-color: #3797c6;
  color: #FFF;
}
.tags > li a {
  text-decoration: none;
}
.mnwall_more_results {
  display: none;
}
#off-menu_123 div.sm-top {
  padding: 20px;
}
div.sm-top div.top-icons {
  margin-top:30px;
}
div.sm-top div.top-icon {
  width: 50%;
  text-align: center;
  float: left;
}
#off-menu_123 div.sm-top ul {
  list-style: none
}
#off-menu_123 div.sm-top a.login {
  background-color: #215b7c;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  border-radius: 40px;
  font-size: 0.8em;
}
#off-menu_123 div.sm-top ul li a.login:hover {
  background-color:#3797c6; 
}
#off-menu_123 div.sm-top ul li a.login::after {
  content: "\f2f6";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
}
#off-menu_123 div.sm-top a.logout {
  background-color: #215b7c;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  border-radius: 40px;
  font-size: 0.8em;
}
#off-menu_123 div.sm-top ul li a.logout:hover {
  background-color:#3797c6; 
}
#off-menu_123 div.sm-top ul li a.logout::after {
  content: "\f2f5";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px;
}
#off-menu_123 div.latest-article {
  margin-top: 20px;
}
#off-menu_123 p.copyright {
  margin-top: 30px;
  font-size: 0.7em;
}
div.spacer-buy-area div[id^="productPrice"] {
  max-width: 50%;
  float: left;
}
div.spacer-buy-area div.ask-a-question {
  max-width: 50%;
  float: left;
  margin-top: 0px;
  margin-left: 5px;
}
div.spacer-buy-area > div > a {
  -webkit-appearance: none;
}
.tags > li a {
  -moz-transform: skew(-5deg, -3deg);
  -webkit-transform: skew(-5deg, -3deg);
  -o-transform: skew(-5deg, -3deg);
  -ms-transform: skew(-5deg, -3deg);
  transform: skew(-5deg, -3deg);
  border-radius: 0px;
  color: #134f6e;
}
.view-productdetails .vm-price-value {
    padding: 14px 12px;
    background-color: #215b7c;
    border-radius: 5px;
    line-height: 1em;
    margin-top: 3px;
    color: #FFF;
}
fieldset.vm-payment-shipment-select.vm-payment-select div.vm-payment-plugin-single label span.vmpayment span:nth-of-type(2), table.cart-summary tbody tr.sectiontableentry1 td span:nth-of-type(2) {
  display: none;
}
header#sp-header {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header#sp-header.header-sticky {
  background-color: #3797c6;
}
header#sp-header div#sp-logo a, header#sp-header div#sp-logo {
  color: #fff;
  text-decoration: none;
} 
.minitek-homepage-columns .light-text h3.mnwall-title a, .minitek-homepage-columns .light-text h3.mnwall-title span  {
  color: #3797c6;
  font-size: 2em;
}
.minitek-homepage-columns .mnwall-item-category, .minitek-homepage-columns .mnwall-item-location, .mnwall-item-type, .minitek-homepage-columns .mnwall-item-author {
  color: #3797c6;
  font-size: 1em;
}
.minitek-homepage-columns .light-text .mnwall-item-info a {
  color: #3797c6;
  font-size: 1em;
}
.minitek-homepage-columns h3.mnwall-title, .minitek-homepage-columns .dark-text h3.mnwall-title a, .minitek-homepage-columns .light-text h3.mnwall-title a, .minitek-homepage-columns .light-text h3.mnwall-title span  {
  text-align: center;
  text-decoration: none;
  color: #3797c6;
}

.quark-gallery {
  position: relative;
}
.quark-gallery -wrap > .header {
  padding-bottom: 136px;
}
.quark-gallery .nspArts {
  float: right !important;
  width: 50% !important;
}
.quark-gallery .nspArts.no-hover .nspArt:first-child .nspImageWrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}
.quark-gallery .nspArt h4.nspHeader {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 40px 0;
  text-transform: uppercase;
}
.quark-gallery .nspArt p.nspText {
  color: #444;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.quark-gallery .nspArt .readon {
  clear: both;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 0;
}
.quark-gallery .nspArt .readon:before,
.quark-gallery .nspArt .readon:after {
  content: "";
  display: block;
  position: absolute;
}
.quark-gallery .nspArt .readon:before {
  background: #215b7c;
  height: 1px;
  top: 4px;
  width: 11px;
}
.quark-gallery .nspArt .readon:after {
  border-top: 1px solid #215b7c;
  border-right: 1px solid #215b7c;
  height: 9px;
  left: 2px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
}
.quark-gallery .nspArt .readon:hover:before {
  background: #444;
}
.quark-gallery .nspArt .readon:hover:after {
  border-top-color: #444;
  border-right-color: #444;
}
.quark-gallery .nspArt:hover .nspImageWrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 11;
}
.quark-gallery .nspArt:hover .nspImageWrapper:hover img {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}
.quark-gallery .nspImageWrapper {
  left: 0;
  opacity: 0;
  position: absolute!important;
  top: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 0;
}
.quark-gallery .nspArts.no-hover .nspArt:first-child .nspImageWrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 10;
}
#sp-footer-2 {
  background: #f5f5f6;
  color: #444;
  text-align: center;
  padding: 20px 0px;
}
#sp-footer {
  padding: 20px 0px 0px 0px;
}
#sp-footer1 a {
  text-decoration: none;
  color: #444; 
}
#sp-footer1 a:hover {
  color: #3797c6;
}
#sp-footer1 div.social i {
  font-size: 2em;
  color: #444;
  margin-left: 10px;
}

#sp-footer1 div.social i:hover {
  color:#3797c6;
}

header#sp-header div#sp-menu ul li.sp-menu-item.menu-login a {
  padding: 10px;
  background-color: #3797c6;
  line-height: 10px;
  border-radius: 30px;
}

header#sp-header div#sp-menu ul li.sp-menu-item.menu-login a:hover {
  padding: 10px;
  background-color: #134f6e;
  line-height: 10px;
  border-radius: 30px;
}
header#sp-header.header-sticky div#sp-menu ul li.sp-menu-item.menu-login a {
  background-color: #fff;
  color:#3797c6;
}

header#sp-header.header-sticky div#sp-menu ul li.sp-menu-item.menu-login a:hover {
  background-color: #134f6e;
  color: #FFF;
}
header#sp-header div#sp-menu ul li.sp-menu-item.menu-myaccount a {
  padding: 10px;
  background-color: #3797c6;
  line-height: 10px;
  border-radius: 30px;
}

header#sp-header div#sp-menu ul li.sp-menu-item.menu-myaccount a:hover {
  padding: 10px;
  background-color: #134f6e;
  line-height: 10px;
  border-radius: 30px;
}

header#sp-header.header-sticky div#sp-menu ul li.sp-menu-item.menu-myaccount a {
  background-color: #fff;
  color:#3797c6;
}

header#sp-header.header-sticky div#sp-menu ul li.sp-menu-item.menu-myaccount a:hover {
  background-color: #134f6e;
  color: #FFF;
}

header#sp-header nav.sp-megamenu-wrapper ul li.sp-menu-item.sp-has-child div.sp-dropdown-inner ul.sp-dropdown-items li.sp-menu-item a {
  background-color: #FFF !important;
  border:0px!important;
  border-radius: 0px !important;
  color: #134f6e !important;
}
header#sp-header nav.sp-megamenu-wrapper ul li.sp-menu-item.sp-has-child div.sp-dropdown-inner ul.sp-dropdown-items li.sp-menu-item a:hover {
  border-top: 1px solid #134f6e!important;
  border-bottom: 1px solid #134f6e!important;
}

header#sp-header .fa {
  font-family: "Fontawesome";
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
    color: #3797c6;
}