/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 4, ../scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 25, ../scss/_reset.scss */
body {
  background: #fff;
  line-height: 1;
}

/* line 29, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../scss/_reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 36, ../scss/_reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 40, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 44, ../scss/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 47, ../scss/_reset.scss */
a img {
  border: 0;
}

/* line 50, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Wordpress Styles */
/* line 3, ../scss/_wordpress.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

/* line 8, ../scss/_wordpress.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

/* line 13, ../scss/_wordpress.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../scss/_structure.scss */
body {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
}

/* line 8, ../scss/_structure.scss */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 12, ../scss/_structure.scss */
.container {
  max-width: 62.5em;
  margin: 0 auto;
}

/* line 17, ../scss/_structure.scss */
img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0.5em 0;
}

/* line 25, ../scss/_structure.scss */
.layout-container {
  width: 95%;
  margin: 0 2.5%;
}
/* line 29, ../scss/_structure.scss */
.layout-container.relative {
  position: relative;
  z-index: -1;
}

/* line 35, ../scss/_structure.scss */
.tel, a[href^="tel:"] {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

/* line 42, ../scss/_structure.scss */
.breadcrumb {
  font-size: 0.75em;
  padding: 0.5em 0 1em 0;
}
/* line 45, ../scss/_structure.scss */
.breadcrumb a {
  color: #000000;
  font-weight: bold;
}
/* line 50, ../scss/_structure.scss */
.breadcrumb .delimiter {
  position: relative;
  bottom: 1px;
}

/* line 6, ../scss/_content.scss */
header .menu-gills-main-left-container:after {
  content: "";
  display: block;
  clear: both;
}
/* line 12, ../scss/_content.scss */
header .menu-gills-main-left-container li {
  float: left;
  text-align: center;
  width: 50%;
}
/* line 18, ../scss/_content.scss */
header .menu-gills-main-left-container li a {
  display: block;
  color: #FFFFFF;
  background: #000000;
  background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  text-decoration: none;
  font-weight: bold;
  padding: 0.75em 0;
}
/* line 29, ../scss/_content.scss */
header .menu-gills-main-left-container li a[href="/"] {
  color: #000000;
  background: #F9F9F9;
  background: linear-gradient(to bottom, #f9f9f9 0%, #e5e5e5 100%);
}
/* line 38, ../scss/_content.scss */
header .top-menu-container {
  background: #303030;
  background: linear-gradient(to bottom, #000000 0%, #303030 100%);
}
/* line 45, ../scss/_content.scss */
header #logo-area {
  display: block;
  width: 145px;
}
/* line 50, ../scss/_content.scss */
header .gills-logo {
  width: 145px;
  height: 55px;
  background: url("../images/gills-bathrooms-logo-2018.png") no-repeat #FFF;
  background-size: 100%;
  margin: 1em 0 1em 0.5em;
}
/* line 61, ../scss/_content.scss */
header .gills-logo span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 66, ../scss/_content.scss */
header .plumbing-heating-logo {
  background-image: url("../images/gills-plumbing-heating-logo-2018.png");
}
/* line 70, ../scss/_content.scss */
header .gills-bedrooms-logo {
  background-image: url("../images/gills-fitted-bedrooms-logo-2018.png");
}
/* line 74, ../scss/_content.scss */
header #call-us-area {
  display: none;
}
/* line 78, ../scss/_content.scss */
header .menu-container {
  position: relative;
  padding-bottom: 1em;
}
/* line 82, ../scss/_content.scss */
header .menu-container div, header .menu-container nav {
  overflow: hidden;
}
/* line 87, ../scss/_content.scss */
header .js-nav-drop {
  display: block;
  position: absolute;
  top: -3em;
  right: 1em;
  height: 24px;
  width: 23px;
  background: url("../images/nav-icon.png") no-repeat 0 -29px;
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 98, ../scss/_content.scss */
header .js-nav-drop.nav-open {
  background: url("../images/nav-icon.png") no-repeat 0 0;
}
/* line 102, ../scss/_content.scss */
header .js-nav-drop span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 107, ../scss/_content.scss */
header .menu-gills-main-menu-container, header .menu-gills-main-right-container {
  height: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 113, ../scss/_content.scss */
header .menu-gills-main-menu-container ul ul, header .menu-gills-main-right-container ul ul {
  display: none;
}
/* line 117, ../scss/_content.scss */
header .menu-gills-main-menu-container li, header .menu-gills-main-right-container li {
  background: #000000;
  border-bottom: 2px solid #222222;
  line-height: 2.5;
  font-weight: bold;
  text-indent: 1em;
  position: relative;
}
/* line 125, ../scss/_content.scss */
header .menu-gills-main-menu-container li:after, header .menu-gills-main-right-container li:after {
  content: "";
  background: url("../images/arrow-sprite.png") no-repeat 0 -14px;
  position: absolute;
  top: 14px;
  right: 1em;
  height: 14px;
  width: 9px;
}
/* line 135, ../scss/_content.scss */
header .menu-gills-main-menu-container li.current-menu-item a, header .menu-gills-main-right-container li.current-menu-item a {
  color: #FF0000;
}
/* line 139, ../scss/_content.scss */
header .menu-gills-main-menu-container li a, header .menu-gills-main-right-container li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
/* line 144, ../scss/_content.scss */
header .menu-gills-main-menu-container li a:hover, header .menu-gills-main-right-container li a:hover {
  color: #FF0000;
}

/* line 156, ../scss/_content.scss */
.page-content h1 {
  font-size: 1.75em;
  line-height: 1.3em;
  padding-bottom: 0.3em;
  font-family: 'proxima-nova', Helvetica;
  color: #000000;
}
/* line 165, ../scss/_content.scss */
.page-content h2 {
  color: #444444;
  font-size: 1.5625em;
  padding: 1.2em 0;
  font-family: 'proxima-nova', Helvetica;
}
/* line 172, ../scss/_content.scss */
.page-content h3 {
  color: #444444;
  font-weight: bold;
  font-size: 1.215em;
  padding: 0 0 1.2em 0;
  font-family: 'proxima-nova', Helvetica;
}
/* line 180, ../scss/_content.scss */
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 0 1em 0;
  font-family: 'proxima-nova', Helvetica;
}
/* line 188, ../scss/_content.scss */
.page-content p, .page-content strong, .page-content li {
  line-height: 1.5;
  padding-bottom: 1em;
  font-size: 1.0625em;
  font-family: 'proxima-nova', Helvetica;
  color: #444444;
}
/* line 196, ../scss/_content.scss */
.page-content span {
  color: #444444;
}
/* line 200, ../scss/_content.scss */
.page-content strong {
  color: #444444;
}
/* line 204, ../scss/_content.scss */
.page-content em {
  font-style: italic;
  font-family: 'proxima-nova', Helvetica;
}
/* line 209, ../scss/_content.scss */
.page-content a {
  text-decoration: none;
}
/* line 213, ../scss/_content.scss */
.page-content a.primary-btn {
  color: #FFFFFF;
}
/* line 217, ../scss/_content.scss */
.page-content .glossaryLink {
  border-bottom: dotted 1px #1050A3;
  text-decoration: none;
}
/* line 221, ../scss/_content.scss */
.page-content .glossaryLink:hover {
  cursor: help;
}
/* line 226, ../scss/_content.scss */
.page-content ul, .page-content ol {
  padding-left: 2em;
  padding-bottom: 1.5em;
  line-height: 1.5em;
  font-size: 0.9375em;
  font-family: 'proxima-nova', Helvetica;
}
/* line 234, ../scss/_content.scss */
.page-content ul {
  list-style: disc;
}
/* line 238, ../scss/_content.scss */
.page-content ol {
  list-style: decimal;
}
/* line 241, ../scss/_content.scss */
.page-content ol li {
  margin-bottom: 0.8em;
}
/* line 244, ../scss/_content.scss */
.page-content ol li ol {
  margin-top: 0.8em;
  list-style: upper-alpha;
}
/* line 251, ../scss/_content.scss */
.page-content .pdf-links ul {
  padding-left: 0.5em;
}
/* line 255, ../scss/_content.scss */
.page-content .alphaList {
  list-style: lower-alpha;
}
/* line 259, ../scss/_content.scss */
.page-content table {
  background: #FFF;
  border: solid 1px #CFD1D8;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 1em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
/* line 269, ../scss/_content.scss */
.page-content table td, .page-content table th {
  float: left;
  width: 90%;
  padding: 0.5em 5%;
}
/* line 275, ../scss/_content.scss */
.page-content table th {
  padding-top: 1em;
  font-weight: bold;
}
/* line 283, ../scss/_content.scss */
.page-content table tr:nth-child(odd) th, .page-content table tr:nth-child(odd) td {
  background: #F3F3F5;
}
/* line 289, ../scss/_content.scss */
.page-content table tr:first-child td:first-child, .page-content table tr:first-child th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.4em;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0.4em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.4em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 293, ../scss/_content.scss */
.page-content table tr:first-child td:last-child, .page-content table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 0.4em;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.4em;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 299, ../scss/_content.scss */
.page-content table tr:last-child td:first-child, .page-content table tr:last-child th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.4em;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.4em;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.4em;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 303, ../scss/_content.scss */
.page-content table tr:last-child td:last-child, .page-content table tr:last-child th:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.4em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.4em;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.4em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 311, ../scss/_content.scss */
.page-content aside h1, .page-content aside h2, .page-content aside h3, .page-content aside h4, .page-content aside h5, .page-content aside h6 {
  color: #FF0000;
  font-weight: normal;
}
/* line 317, ../scss/_content.scss */
.page-content .entry-content {
  float: left;
  width: 95%;
  padding: 0 2.5%;
}
/* line 323, ../scss/_content.scss */
.page-content #homepage-promotions {
  float: left;
}
/* line 326, ../scss/_content.scss */
.page-content #homepage-promotions .heading {
  color: #000000;
  border-bottom: 2px solid #CCCCCC;
  padding: 0.5em 0;
  margin: 0.5em 0;
}
/* line 333, ../scss/_content.scss */
.page-content #homepage-promotions .what-we-do {
  color: #000000;
  padding: 0.75em 0;
  font-size: 1.4em;
}
/* line 339, ../scss/_content.scss */
.page-content #homepage-promotions .left-third:not(:first-of-type) {
  display: none;
}
/* line 343, ../scss/_content.scss */
.page-content #homepage-promotions img {
  display: block;
  margin: 0 auto;
}
/* line 350, ../scss/_content.scss */
.page-content .nav-parent-child {
  width: 95%;
  padding: 0 2.5% 1em 2.5%;
}
/* line 354, ../scss/_content.scss */
.page-content .nav-parent-child .child-pages-heading {
  padding: 0 0 0.5em 0;
  color: #000000;
}
/* line 359, ../scss/_content.scss */
.page-content .nav-parent-child ul {
  margin-bottom: 0.25em;
}
/* line 364, ../scss/_content.scss */
.page-content .nav-parent-child li {
  line-height: 3;
  padding: 0;
  background: #F2F2F2;
  border-bottom: 3px solid #FFFFFF;
  position: relative;
  border-radius: 3px;
}
/* line 372, ../scss/_content.scss */
.page-content .nav-parent-child li li {
  border-bottom: none;
}
/* line 376, ../scss/_content.scss */
.page-content .nav-parent-child li:after {
  content: "";
  background: url("../images/arrow-sprite.png") no-repeat 0 -14px;
  position: absolute;
  top: 1.1em;
  right: 1em;
  height: 14px;
  width: 9px;
}
/* line 386, ../scss/_content.scss */
.page-content .nav-parent-child li:hover {
  background: #CFCFCF;
}
/* line 390, ../scss/_content.scss */
.page-content .nav-parent-child li ul {
  border-radius: 0;
  border: 0;
  background: #F2F2F2;
}
/* line 395, ../scss/_content.scss */
.page-content .nav-parent-child li ul li:hover {
  background: #F2F2F2;
}
/* line 398, ../scss/_content.scss */
.page-content .nav-parent-child li ul li:hover a {
  text-decoration: underline;
}
/* line 404, ../scss/_content.scss */
.page-content .nav-parent-child li a {
  display: block;
  color: #FF0000;
}
/* line 408, ../scss/_content.scss */
.page-content .nav-parent-child li a:hover {
  text-decoration: none;
}
/* line 415, ../scss/_content.scss */
.page-content .nav-parent-child li.selected a {
  font-weight: bold;
}
/* line 421, ../scss/_content.scss */
.page-content .nav-parent-child li.selected ul a {
  font-weight: normal;
}
/* line 426, ../scss/_content.scss */
.page-content .nav-parent-child li.selected ul .active a {
  color: #444444;
}
/* line 434, ../scss/_content.scss */
.page-content .nav-parent-child li ul {
  list-style: square;
  padding: 0.25em 0 0.25em 2.5em;
  text-indent: 0;
}
/* line 441, ../scss/_content.scss */
.page-content .nav-parent-child a {
  color: #000000;
}
/* line 444, ../scss/_content.scss */
.page-content .nav-parent-child a:hover {
  text-decoration: underline;
}
/* line 449, ../scss/_content.scss */
.page-content .nav-parent-child ul {
  text-indent: 1em;
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 2;
}
/* line 458, ../scss/_content.scss */
.page-content .special-offer {
  float: left;
  width: 95%;
  background: #F2F2F2;
  padding: 1em 2.5%;
  margin: 0 0 1em 0;
  border-radius: 5px;
}
/* line 466, ../scss/_content.scss */
.page-content .special-offer img {
  float: left;
  max-width: 50%;
}
/* line 471, ../scss/_content.scss */
.page-content .special-offer .information {
  float: left;
  padding-left: 5%;
  width: 45%;
}

/* line 480, ../scss/_content.scss */
.sidebars {
  float: left;
  width: 100%;
}

/* line 485, ../scss/_content.scss */
aside {
  padding: 1em 0;
}

/* line 489, ../scss/_content.scss */
.homepage-container {
  position: relative;
  z-index: 0;
}

/* line 494, ../scss/_content.scss */
.homepage-sidebar, .main-sidebar, .app-sidebar {
  background: #F2F2F2;
  padding: 0.75em 0.5em;
  margin-bottom: 0.25em;
  float: left;
}
/* line 502, ../scss/_content.scss */
.homepage-sidebar p, .main-sidebar p, .app-sidebar p {
  line-height: 1.4;
}
/* line 506, ../scss/_content.scss */
.homepage-sidebar .sidebar-button, .main-sidebar .sidebar-button, .app-sidebar .sidebar-button {
  display: block;
  width: 100%;
  max-width: 18em;
  margin: 0 auto;
  padding: 0.75em 0;
  text-align: center;
  background: #5D5D5D;
  border-radius: 5px;
  color: #FFFFFF;
}
/* line 517, ../scss/_content.scss */
.homepage-sidebar .sidebar-button:hover, .main-sidebar .sidebar-button:hover, .app-sidebar .sidebar-button:hover {
  background: #6D6D6D;
}
/* line 522, ../scss/_content.scss */
.homepage-sidebar h3, .main-sidebar h3, .app-sidebar h3 {
  padding: 0 0 0.5em 0;
}
/* line 526, ../scss/_content.scss */
.homepage-sidebar img, .main-sidebar img, .app-sidebar img {
  margin: 0.25em 0;
  border-radius: 5px;
  width: 100%;
}

/* line 543, ../scss/_content.scss */
.app-sidebar .try_now {
  color: #FF0000;
  position: relative;
  line-height: 3;
  text-decoration: none;
  float: left;
  width: 50%;
}
/* line 553, ../scss/_content.scss */
.app-sidebar .try_now:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 9px;
  top: 1.05em;
  left: 4em;
  background: url("../images/arrow-sprite.png") 0 -13px;
}
/* line 566, ../scss/_content.scss */
.app-sidebar .download_the_app img {
  width: auto;
}
/* line 570, ../scss/_content.scss */
.app-sidebar .download_the_app a {
  float: left;
  width: 50%;
}

/* line 578, ../scss/_content.scss */
.paged-testimonials {
  float: left;
  width: 95%;
  padding: 0 2.5%;
}
/* line 583, ../scss/_content.scss */
.paged-testimonials h1 {
  padding: 0.25em 0 0.5em 0;
}
/* line 587, ../scss/_content.scss */
.paged-testimonials ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 595, ../scss/_content.scss */
.paged-testimonials li {
  width: 95%;
  padding: 1.25em 2.5%;
  background: #F2F2F2;
  border-radius: 5px;
  margin: 1em 0;
}
/* line 602, ../scss/_content.scss */
.paged-testimonials li img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
/* line 608, ../scss/_content.scss */
.paged-testimonials li .before, .paged-testimonials li .after {
  position: relative;
}
/* line 612, ../scss/_content.scss */
.paged-testimonials li .before span, .paged-testimonials li .after span {
  display: block;
  background: #F2F2F2;
  color: #FF0000;
  border-radius: 10px;
  border: 1px #FFFFFF solid;
  box-shadow: 0 1px 3px #444444;
  width: 50%;
  max-width: 12em;
  line-height: 2.5;
  text-align: center;
  position: relative;
  bottom: 1.25em;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  font-weight: bold;
}
/* line 636, ../scss/_content.scss */
.paged-testimonials .pagination {
  width: 100%;
}
/* line 639, ../scss/_content.scss */
.paged-testimonials .pagination ul {
  margin: 0 auto;
  width: 300px;
  float: none;
}
/* line 645, ../scss/_content.scss */
.paged-testimonials .pagination li {
  float: left;
  width: 15%;
  padding: 1em 0;
  margin: 0 2.5%;
  border-radius: 0;
  text-align: center;
  line-height: 2.5;
  background: none;
}
/* line 655, ../scss/_content.scss */
.paged-testimonials .pagination li span, .paged-testimonials .pagination li a {
  display: block;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.125em;
}
/* line 661, ../scss/_content.scss */
.paged-testimonials .pagination li span:hover, .paged-testimonials .pagination li span.current, .paged-testimonials .pagination li a:hover, .paged-testimonials .pagination li a.current {
  background: #F2F2F2;
  color: #FF0000;
}
/* line 666, ../scss/_content.scss */
.paged-testimonials .pagination li span.last, .paged-testimonials .pagination li span.first, .paged-testimonials .pagination li a.last, .paged-testimonials .pagination li a.first {
  height: 2.5em;
  position: relative;
}
/* line 671, ../scss/_content.scss */
.paged-testimonials .pagination li span.last:before, .paged-testimonials .pagination li span.first:before, .paged-testimonials .pagination li a.last:before, .paged-testimonials .pagination li a.first:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 33%;
  height: 25px;
  width: 16px;
  background: url("../images/arrow-sprite02.png") no-repeat;
}
/* line 681, ../scss/_content.scss */
.paged-testimonials .pagination li span.last span, .paged-testimonials .pagination li span.first span, .paged-testimonials .pagination li a.last span, .paged-testimonials .pagination li a.first span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 686, ../scss/_content.scss */
.paged-testimonials .pagination li span.first:before, .paged-testimonials .pagination li a.first:before {
  background-position: -11px 0;
}
/* line 690, ../scss/_content.scss */
.paged-testimonials .pagination li span.first:hover:before, .paged-testimonials .pagination li a.first:hover:before {
  background-position: -11px -35px;
}
/* line 694, ../scss/_content.scss */
.paged-testimonials .pagination li span.last:before, .paged-testimonials .pagination li a.last:before {
  background-position: -46px 0;
}
/* line 698, ../scss/_content.scss */
.paged-testimonials .pagination li span.last:hover:before, .paged-testimonials .pagination li a.last:hover:before {
  background-position: -46px -35px;
}

/* line 706, ../scss/_content.scss */
#gallery {
  background: #F2F2F2;
  border-radius: 5px;
}
/* line 734, ../scss/_content.scss */
#gallery .gallery-container {
  border: 7px solid #F2F2F2;
  border-radius: 5px;
  max-width: 64em;
  margin: 0 auto;
  position: relative;
  margin-bottom: 57.5px;
}
/* line 755, ../scss/_content.scss */
#gallery img {
  float: left;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  max-width: none;
  width: 100%;
}
/* line 765, ../scss/_content.scss */
#gallery .caption {
  color: #888888;
  display: block;
  clear: both;
  background: #F2F2F2;
  padding: 0.5em 0 0.25em 0;
}
/* line 773, ../scss/_content.scss */
#gallery .close-gallery {
  position: absolute;
  top: -7px;
  right: -7px;
  background: url("../images/cross.png") no-repeat 11px #F2F2F2;
  padding: 0.75em;
  border-radius: 5px;
  display: block;
  width: 14px;
  height: 14px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 787, ../scss/_content.scss */
#gallery .gallery-next, #gallery .gallery-prev {
  display: block;
  height: 45px;
  width: 49.5%;
  position: absolute;
  top: 105%;
  background: #000000;
}
/* line 798, ../scss/_content.scss */
#gallery .gallery-next span, #gallery .gallery-prev span {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/banner-arrows-sprite.png") no-repeat;
  background-size: 60px;
  width: 30px;
  height: 30px;
  margin: 8px auto 0 auto;
}
/* line 810, ../scss/_content.scss */
#gallery .gallery-next {
  right: 0;
}
/* line 813, ../scss/_content.scss */
#gallery .gallery-next span {
  background-position: -30px 0px;
}
/* line 817, ../scss/_content.scss */
#gallery .gallery-next:hover span {
  background-position: -30px -60px;
}
/* line 822, ../scss/_content.scss */
#gallery .gallery-prev {
  left: 0;
}
/* line 825, ../scss/_content.scss */
#gallery .gallery-prev:hover span {
  background-position: 0 -60px;
}

/* line 832, ../scss/_content.scss */
.sidebar-area {
  float: left;
  width: 100%;
}

/* line 840, ../scss/_content.scss */
.contact-form-page label {
  display: block;
  font-weight: bold;
  padding: 1em 0 0 0;
}
/* line 845, ../scss/_content.scss */
.contact-form-page label.error {
  font-weight: normal;
  color: #FF0000;
  padding: 1em 0;
}
/* line 852, ../scss/_content.scss */
.contact-form-page input, .contact-form-page textarea {
  margin: 0.5em 0 0 0;
  padding: 0 0.5em;
  display: block;
  background: #F2F2F2;
  border: 1px solid #B1B1B1;
  box-shadow: inset 1px 1px 2px #E5E5E5;
  width: 100%;
  box-sizing: border-box;
  font-family: 'proxima-nova', Helvetica;
  font-size: 1em;
}
/* line 864, ../scss/_content.scss */
.contact-form-page input:hover, .contact-form-page textarea:hover {
  border: solid 2px #CCCCCC;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* line 869, ../scss/_content.scss */
.contact-form-page input:focus, .contact-form-page textarea:focus {
  outline-color: #444444;
}
/* line 874, ../scss/_content.scss */
.contact-form-page input {
  height: 2.5em;
}
/* line 878, ../scss/_content.scss */
.contact-form-page textarea {
  height: 10em;
  padding: 0.75em 0.5em;
}
/* line 883, ../scss/_content.scss */
.contact-form-page button {
  display: block;
  width: 100%;
  max-width: 18em;
  font-size: 1em;
  margin: 1.5em auto;
  padding: 0.75em 0;
  text-align: center;
  background: #5D5D5D;
  border-radius: 5px;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}
/* line 897, ../scss/_content.scss */
.contact-form-page button:hover {
  background: #6D6D6D;
}

/* line 907, ../scss/_content.scss */
.careers-page {
  float: left;
  width: 95%;
  padding: 0 2.5%;
}

/* line 913, ../scss/_content.scss */
ul.gills-career-list {
  padding: 0 0 40px 0;
}

/* line 917, ../scss/_content.scss */
li.gills-career-list-item {
  background: #F2F2F2;
  list-style: none;
  padding: 20px 30px;
  margin-bottom: 10px;
}
/* line 924, ../scss/_content.scss */
li.gills-career-list-item h3 {
  transition: 0.5s all ease;
  position: relative;
}
/* line 928, ../scss/_content.scss */
li.gills-career-list-item h3:after {
  position: absolute;
  top: 3px;
  right: 0;
  color: #FF0000;
}
/* line 936, ../scss/_content.scss */
li.gills-career-list-item .details {
  transition: 0.5s all ease;
  overflow: hidden;
}
/* line 943, ../scss/_content.scss */
li.gills-career-list-item.closed h3 {
  padding-bottom: 0;
}
/* line 946, ../scss/_content.scss */
li.gills-career-list-item.closed h3:after {
  content: '\25bc';
}
/* line 959, ../scss/_content.scss */
li.gills-career-list-item.open h3:after {
  content: '\25b2';
}

/* line 974, ../scss/_content.scss */
footer {
  float: left;
  width: 100%;
}
/* line 979, ../scss/_content.scss */
footer .widget-area {
  padding: 1.5em 0;
}
/* line 982, ../scss/_content.scss */
footer .widget-area.layout-container {
  padding: 1.5em 2.5%;
}
/* line 986, ../scss/_content.scss */
footer .widget-area.about-us {
  float: left;
  width: 95%;
  background: none;
  padding: 1.25em 2.5%;
  margin: 0;
}
/* line 996, ../scss/_content.scss */
footer .widget-area .col-group-third-left {
  background: #F2F2F2;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 3px;
}
/* line 1001, ../scss/_content.scss */
footer .widget-area .col-group-third-left a {
  text-decoration: none;
}
/* line 1005, ../scss/_content.scss */
footer .widget-area .col-group-third-left img, footer .widget-area .col-group-third-left p {
  display: none;
}
/* line 1009, ../scss/_content.scss */
footer .widget-area .col-group-third-left h2 {
  color: #FF0000;
  position: relative;
  padding: 1em 0;
  text-indent: 1em;
}
/* line 1015, ../scss/_content.scss */
footer .widget-area .col-group-third-left h2:after {
  content: "";
  background: url("../images/arrow-sprite.png") no-repeat 0 -14px;
  position: absolute;
  top: 17px;
  right: 1em;
  height: 14px;
  width: 9px;
}
/* line 1026, ../scss/_content.scss */
footer .widget-area .col-group-third-left a > h2:hover {
  background: #CFCFCF;
}
/* line 1035, ../scss/_content.scss */
footer .second-footer-area {
  float: left;
  width: 100%;
  background: #000000;
  background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  color: #FFFFFF;
  padding: 1em 0 0 0;
}
/* line 1043, ../scss/_content.scss */
footer .second-footer-area a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 1048, ../scss/_content.scss */
footer .second-footer-area ul li {
  font-weight: bold;
  line-height: 2.5;
  padding: 0.5em 0 1em 0;
}
/* line 1053, ../scss/_content.scss */
footer .second-footer-area ul li a:hover {
  text-decoration: none;
}
/* line 1057, ../scss/_content.scss */
footer .second-footer-area ul li ul li {
  font-weight: normal;
  padding: 0;
}
/* line 1061, ../scss/_content.scss */
footer .second-footer-area ul li ul li a:hover {
  text-decoration: underline;
}
/* line 1067, ../scss/_content.scss */
footer .second-footer-area .footer-menu-right-one-quarter {
  line-height: 1.5;
}
/* line 1070, ../scss/_content.scss */
footer .second-footer-area .footer-menu-right-one-quarter #footer-area-two-title {
  font-weight: bold;
  line-height: 2.5;
}
/* line 1075, ../scss/_content.scss */
footer .second-footer-area .footer-menu-right-one-quarter .tel-email {
  padding-top: 2em;
  line-height: 2.5;
}
/* line 1082, ../scss/_content.scss */
footer .second-footer-area .social-links {
  float: left;
  width: 100%;
  padding-top: 1em;
}
/* line 1087, ../scss/_content.scss */
footer .second-footer-area .social-links li {
  height: 44px;
  width: 44px;
  float: left;
  padding-right: 0.5em;
}
/* line 1093, ../scss/_content.scss */
footer .second-footer-area .social-links li:last-child {
  padding-right: 0;
}
/* line 1099, ../scss/_content.scss */
footer .second-footer-area .social-links li.twitter:hover a {
  background-position: 0 -56px;
}
/* line 1106, ../scss/_content.scss */
footer .second-footer-area .social-links li.facebook a {
  background-position: -54px 0;
}
/* line 1110, ../scss/_content.scss */
footer .second-footer-area .social-links li.facebook:hover a {
  background-position: -54px -56px;
}
/* line 1116, ../scss/_content.scss */
footer .second-footer-area .social-links li.instagram a {
  background-position: -107px 0;
}
/* line 1120, ../scss/_content.scss */
footer .second-footer-area .social-links li.instagram:hover a {
  background-position: -107px -55px;
}
/* line 1125, ../scss/_content.scss */
footer .second-footer-area .social-links li a {
  display: block;
  height: 44px;
  width: 44px;
  background: url("../images/social-sprite.png?v=2") no-repeat #F2F2F2;
}
/* line 1132, ../scss/_content.scss */
footer .second-footer-area .social-links li a span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 2, ../scss/_banner.scss */
.banner-slider-container {
  clear: both;
  width: calc(100% - 1px);
  z-index: -1;
}

/* line 8, ../scss/_banner.scss */
.homepage-slider {
  height: 4em;
  margin-bottom: 1.5em;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
}
/* line 15, ../scss/_banner.scss */
.homepage-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 22, ../scss/_banner.scss */
.js-showcase-banner-container {
  position: relative;
  overflow: hidden;
}

/* line 30, ../scss/_banner.scss */
.js-showcase-banner {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 39, ../scss/_banner.scss */
.js-showcase-banner img {
  width: 100%;
  margin: 0;
}

/* line 45, ../scss/_banner.scss */
.left-to-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 58, ../scss/_banner.scss */
.next a, .prev a {
  top: 33.33333%;
  position: absolute;
  width: 33.33333px;
  height: 36.66667px;
  background: url("../images/slider-nav.png") no-repeat;
  background-size: 62.66667px 76.66667px;
}

/* line 73, ../scss/_banner.scss */
.prev a {
  left: 1em;
  background-position: 0 0;
}
/* line 77, ../scss/_banner.scss */
.prev a:hover {
  background-position: 0 -40px;
}

/* line 82, ../scss/_banner.scss */
.next a {
  right: 1em;
  background-position: -33.33333px 0;
}
/* line 86, ../scss/_banner.scss */
.next a:hover {
  background-position: -33.33333px -40px;
}

/* line 1, ../scss/components/_dm-announcement.scss */
dm-announcement {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 850px) {
  /* line 1, ../scss/components/_dm-announcement.scss */
  dm-announcement {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
/* line 21, ../scss/components/_dm-announcement.scss */
dm-announcement.red {
  background-color: rgba(255, 49, 34, 0.75);
}
/* line 25, ../scss/components/_dm-announcement.scss */
dm-announcement dm-announcement-content {
  color: #fff;
  position: relative;
  max-width: 75%;
  font-weight: bold;
  padding-left: 30px;
}
/* line 33, ../scss/components/_dm-announcement.scss */
dm-announcement dm-announcement-content.icon:before {
  content: '';
  height: 24px;
  width: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
/* line 43, ../scss/components/_dm-announcement.scss */
dm-announcement dm-announcement-content.icon.bday-cake:before {
  background: url(../images/birthday-cake.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 360px) {
  /* line 1, ../scss/_360.scss */
  .homepage-slider {
    height: 6em;
  }
}
@media only screen and (min-width: 500px) {
  /* line 8, ../scss/_500.scss */
  .homepage-sidebar, .main-sidebar {
    padding: 0.75em 0;
    float: left;
    width: 100%;
  }
  /* line 13, ../scss/_500.scss */
  .homepage-sidebar aside, .main-sidebar aside {
    float: left;
    width: 45%;
    padding: 0 2.5%;
    position: relative;
  }
  /* line 19, ../scss/_500.scss */
  .homepage-sidebar aside:last-child:after, .main-sidebar aside:last-child:after {
    content: "";
    position: absolute;
    top: -0.75em;
    left: -1.75%;
    border-left: 3px solid #FFFFFF;
    height: 110%;
    height: calc(100% + (0.75em*2));
  }

  /* line 33, ../scss/_500.scss */
  .app-sidebar {
    float: left;
    width: 100%;
    padding: 0.75em 0;
  }
  /* line 50, ../scss/_500.scss */
  .app-sidebar .image-container, .app-sidebar .text-content {
    float: left;
    width: 45%;
    padding: 0 2.5%;
  }
  /* line 55, ../scss/_500.scss */
  .app-sidebar .image-container .app_alt, .app-sidebar .text-content .app_alt {
    float: left;
  }

  /* line 63, ../scss/_500.scss */
  header .menu-gills-main-left-container li {
    width: 20%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 8, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third:not(:first-of-type) {
    display: block;
  }
  /* line 12, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third {
    float: left;
    width: 45%;
    padding: 0 2.5%;
  }
  /* line 18, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third:nth-child(odd) {
    width: 47.5%;
    padding: 0 0 0 2.5%;
  }
  /* line 23, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third:nth-child(even) {
    width: 47.5%;
    padding: 0 2.5% 0 0;
  }
  /* line 28, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third:last-child {
    margin: 0 auto;
    float: none;
    clear: both;
    width: 75%;
    padding-top: 1.5em;
  }
  /* line 39, ../scss/_600.scss */
  .page-content #homepage-promotions .left-third h2 {
    text-align: center;
  }

  /* line 66, ../scss/_600.scss */
  .homepage-slider {
    height: 10em;
  }

  /* line 72, ../scss/_600.scss */
  .next a, .prev a {
    top: 33%;
    width: 50px;
    height: 55px;
    background-size: auto;
  }

  /* line 81, ../scss/_600.scss */
  .prev a:hover {
    background-position: 0 -60px;
  }

  /* line 86, ../scss/_600.scss */
  .next a {
    background-position: -50px 0;
  }
  /* line 89, ../scss/_600.scss */
  .next a:hover {
    background-position: -50px -60px;
  }

  /* line 97, ../scss/_600.scss */
  .paged-testimonials li {
    float: left;
  }
  /* line 100, ../scss/_600.scss */
  .paged-testimonials li .before, .paged-testimonials li .after {
    float: left;
    width: 47.5%;
  }
  /* line 105, ../scss/_600.scss */
  .paged-testimonials li .before {
    padding-right: 2.5%;
  }
  /* line 109, ../scss/_600.scss */
  .paged-testimonials li .after {
    padding-left: 2.5%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 4, ../scss/_768.scss */
  header .menu-gills-main-left-container {
    float: left;
    width: 40%;
    font-size: 0.875em;
  }
  /* line 10, ../scss/_768.scss */
  header .menu-gills-main-left-container li:hover a, header .menu-gills-main-left-container li.current-menu-item a, header .menu-gills-main-left-container li.current-menu-parent a {
    color: #000000;
    background: #E3E3E3;
    background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 50%, #e3e3e3 50%, #ffffff 100%);
  }
  /* line 18, ../scss/_768.scss */
  header .top-menu-container {
    float: left;
    width: 100%;
    background: #000000;
    background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  }
  /* line 27, ../scss/_768.scss */
  header #logo-area {
    clear: none;
    width: 229px;
    max-width: 50%;
    float: left;
  }
  /* line 34, ../scss/_768.scss */
  header .gills-logo {
    float: left;
    width: 229px;
    height: 85px;
    margin: 1.5em 0 0 1em;
  }
  /* line 51, ../scss/_768.scss */
  header #call-us-area {
    display: block;
    float: right;
    max-width: 50%;
  }
  /* line 56, ../scss/_768.scss */
  header #call-us-area h2 {
    padding-top: 1.75em;
    font-size: 1.25em;
  }
  /* line 61, ../scss/_768.scss */
  header #call-us-area a {
    font-size: 2.125em;
  }
  /* line 66, ../scss/_768.scss */
  header .js-nav-drop {
    display: none;
  }
  /* line 70, ../scss/_768.scss */
  header .menu-container {
    clear: both;
    position: static;
  }
  /* line 76, ../scss/_768.scss */
  header .menu-container div, header .menu-container nav {
    overflow: visible;
  }
  /* line 81, ../scss/_768.scss */
  header .menu-gills-main-menu-container, header .menu-gills-main-right-container {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    height: auto;
  }
  /* line 86, ../scss/_768.scss */
  header .menu-gills-main-menu-container ul ul, header .menu-gills-main-right-container ul ul {
    display: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  /* line 91, ../scss/_768.scss */
  header .menu-gills-main-menu-container li, header .menu-gills-main-right-container li {
    background: #000000;
    border-bottom: none;
    text-indent: 0;
  }
  /* line 96, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:after, header .menu-gills-main-right-container li:after {
    content: none;
  }
  /* line 104, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover a, header .menu-gills-main-menu-container li.current-menu-item a, header .menu-gills-main-menu-container li.current-menu-parent a, header .menu-gills-main-right-container li:hover a, header .menu-gills-main-right-container li.current-menu-item a, header .menu-gills-main-right-container li.current-menu-parent a {
    color: #000000;
    background: #E3E3E3;
    background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 50%, #e3e3e3 50%, #ffffff 100%);
  }
  /* line 110, ../scss/_768.scss */
  header .menu-gills-main-menu-container li a, header .menu-gills-main-right-container li a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
  }
  /* line 115, ../scss/_768.scss */
  header .menu-gills-main-menu-container li a:hover, header .menu-gills-main-right-container li a:hover {
    color: #FF0000;
  }
  /* line 122, ../scss/_768.scss */
  header .menu-gills-main-menu-container {
    float: left;
    padding: 1.5em 0 1em 0;
    width: 100%;
  }
  /* line 128, ../scss/_768.scss */
  header .menu-gills-main-menu-container ul {
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #000000;
    background: linear-gradient(to bottom, #000000 0%, #323232 50%, #000000 50%, #323232 100%);
  }
  /* line 136, ../scss/_768.scss */
  header .menu-gills-main-menu-container li {
    float: left;
    width: auto;
    padding: 0 0.3em;
    text-align: center;
    background: linear-gradient(to bottom, #000000 0%, #323232 50%, #000000 50%, #323232 100%);
    font-weight: normal;
    line-height: 3;
    position: relative;
    font-size: 0.9em;
  }
  /* line 148, ../scss/_768.scss */
  header .menu-gills-main-menu-container li a {
    width: auto;
    margin: 0;
    padding: 0 0.8em;
    background: linear-gradient(to bottom, #000000 0%, #323232 50%, #000000 50%, #323232 100%);
    height: 3em;
    overflow: hidden;
    font-size: 0.85rem;
  }
  /* line 160, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul {
    display: block;
    padding: 0;
    position: absolute;
    left: 5px;
    top: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    border-radius: 0;
    z-index: 1;
  }
  /* line 174, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li {
    position: relative;
    width: 172px;
    padding: 0;
    background: #F8F8F8;
    border-radius: 0;
    line-height: 2.5;
    text-align: left;
    text-indent: 1em;
  }
  /* line 187, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li:hover, header .menu-gills-main-menu-container li:hover > ul li:hover > a, header .menu-gills-main-menu-container li:hover > ul li.current-menu-item {
    background: #EEEEEE;
  }
  /* line 191, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li:after {
    content: none;
  }
  /* line 195, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li a {
    height: 2.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000000;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    border-bottom: 1px dotted #DDDDDD;
  }
  /* line 207, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li > ul {
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    z-index: 2;
  }
  /* line 216, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li > ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    height: 100%;
    border-left: 1px solid rgba(221, 221, 221, 0.2);
  }
  /* line 225, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li > ul li {
    position: relative;
    left: -5%;
    width: 100%;
  }
  /* line 231, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover > ul li > ul li a {
    padding-left: 5%;
  }
  /* line 240, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:hover a, header .menu-gills-main-menu-container li.current-menu-item a, header .menu-gills-main-menu-container li.current-menu-parent a {
    color: #000000;
    background: #E3E3E3;
    background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 50%, #e3e3e3 50%, #ffffff 100%);
  }
  /* line 246, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 251, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:after {
    content: "";
    border: 3px solid #EEEEEE;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 1.3em;
    left: 97.5%;
    height: 0;
    width: 0;
    z-index: 1;
  }
  /* line 265, ../scss/_768.scss */
  header .menu-gills-main-menu-container li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 274, ../scss/_768.scss */
  header .menu-gills-main-menu-container li a {
    color: #EEEEEE;
  }
  /* line 280, ../scss/_768.scss */
  header .container {
    position: relative;
    clear: both;
  }
  /* line 298, ../scss/_768.scss */
  header .menu-gills-main-right-container {
    position: absolute;
    top: -2.5em;
    right: 2.5%;
    float: left;
    font-size: 0.875em;
  }
  /* line 314, ../scss/_768.scss */
  header .menu-gills-main-right-container li {
    float: left;
    text-align: center;
    background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  }
  /* line 321, ../scss/_768.scss */
  header .menu-gills-main-right-container li a {
    padding: 0 1em;
  }
  /* line 325, ../scss/_768.scss */
  header .menu-gills-main-right-container li:hover {
    background: linear-gradient(to bottom, #f9f9f9 0%, #e5e5e5 100%);
  }
  /* line 328, ../scss/_768.scss */
  header .menu-gills-main-right-container li:hover a {
    color: #000000;
  }

  /* line 339, ../scss/_768.scss */
  .page-content .entry-content.homepage {
    float: left;
    width: 55%;
    padding: 0 2.5%;
    margin: 0;
  }
  /* line 346, ../scss/_768.scss */
  .page-content .homepage-sidebar {
    float: left;
    width: 35%;
    padding: 0 2.5%;
    margin: 0;
    background: none;
  }
  /* line 355, ../scss/_768.scss */
  .page-content .homepage-sidebar aside {
    width: 90%;
    padding: 1em 5%;
    margin: 0 0 0.5em 0;
    background: #F2F2F2;
    border-radius: 5px;
    z-index: 1;
  }
  /* line 370, ../scss/_768.scss */
  .page-content .homepage-sidebar aside:after {
    content: "";
    border: 1px solid #e5e5e5;
    height: 99%;
    width: 99.9%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
  }
  /* line 385, ../scss/_768.scss */
  .page-content .entry-content {
    float: right;
    width: 65%;
    padding: 0 2.5% 3em 2.5%;
    margin: 0;
  }
  /* line 392, ../scss/_768.scss */
  .page-content .sidebars {
    float: left;
    padding: 0;
    width: 23.5%;
    margin: 0 0 0 2.5%;
    z-index: -1;
  }
  /* line 403, ../scss/_768.scss */
  .page-content .sidebars .main-sidebar {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }
  /* line 410, ../scss/_768.scss */
  .page-content .sidebars aside {
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0 0 1em 0;
    background: #F2F2F2;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
  }
  /* line 419, ../scss/_768.scss */
  .page-content .sidebars aside:last-child:after {
    content: none;
    border: none;
  }
  /* line 426, ../scss/_768.scss */
  .page-content .app-sidebar {
    padding: 0;
    background: none;
  }
  /* line 430, ../scss/_768.scss */
  .page-content .app-sidebar .image-container, .page-content .app-sidebar .text-content {
    width: 90%;
    padding: 0 5%;
  }
  /* line 436, ../scss/_768.scss */
  .page-content .main-sidebar {
    float: left;
    width: 90%;
    padding: 0.5em 5%;
  }
  /* line 442, ../scss/_768.scss */
  .page-content #homepage-promotions {
    float: left;
  }
  /* line 446, ../scss/_768.scss */
  .page-content #homepage-promotions .left-third:not(:first-of-type) {
    display: block;
  }
  /* line 450, ../scss/_768.scss */
  .page-content #homepage-promotions .left-third {
    float: left;
    width: 45%;
    padding: 0 2.5%;
  }
  /* line 457, ../scss/_768.scss */
  .page-content #homepage-promotions .left-third:nth-child(odd), .page-content #homepage-promotions .left-third:nth-child(even) {
    width: 30.83%;
    padding: 0 1.25%;
  }
  /* line 464, ../scss/_768.scss */
  .page-content #homepage-promotions .left-third:first-of-type {
    float: left;
    width: 30.83%;
    padding: 0 2.5% 0 0;
  }
  /* line 472, ../scss/_768.scss */
  .page-content #homepage-promotions .left-third:last-of-type {
    margin: 0;
    float: left;
    clear: none;
    width: 30.83%;
    padding: 0 0 0 2.5%;
  }
  /* line 484, ../scss/_768.scss */
  .page-content .nav-parent-child {
    width: 100%;
    padding: 0;
    margin-bottom: 0.75em;
  }
  /* line 489, ../scss/_768.scss */
  .page-content .nav-parent-child ul {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
  }
  /* line 495, ../scss/_768.scss */
  .page-content .nav-parent-child li {
    border-bottom: none;
    border-radius: 0;
  }

  /* line 528, ../scss/_768.scss */
  #gallery .gallery-next, #gallery .gallery-prev {
    display: block;
    height: 61px;
    width: 53px;
    position: absolute;
    top: 40%;
    background: none;
  }
  /* line 536, ../scss/_768.scss */
  #gallery .gallery-next span, #gallery .gallery-prev span {
    background-size: auto;
    height: 61px;
    width: 53px;
    background-position: 0 0;
    margin: 0 auto;
  }
  /* line 545, ../scss/_768.scss */
  #gallery .gallery-next {
    right: 0.5em;
  }
  /* line 548, ../scss/_768.scss */
  #gallery .gallery-next span {
    background-position: -65px 0;
  }
  /* line 552, ../scss/_768.scss */
  #gallery .gallery-next:hover span {
    background-position: -65px -64px;
  }
  /* line 560, ../scss/_768.scss */
  #gallery .gallery-prev:hover span {
    background-position: 0 -64px;
  }

  /* line 567, ../scss/_768.scss */
  .homepage-slider {
    height: 13.5em;
  }

  /* line 573, ../scss/_768.scss */
  .next a, .prev a {
    top: 6em;
  }

  /* line 584, ../scss/_768.scss */
  footer .widget-area.about-us {
    background: #F2F2F2;
    background: linear-gradient(#e1e1e1 0%, #f7f7f7 100%);
    padding: 0 2.5%;
  }
  /* line 590, ../scss/_768.scss */
  footer .widget-area .col-group-third-left {
    float: left;
    min-height: 22em;
    width: 28.33%;
    padding: 0 2.5%;
    background: linear-gradient(#e1e1e1 0%, #f7f7f7 100%);
    border: 0;
    border-radius: 0;
  }
  /* line 599, ../scss/_768.scss */
  footer .widget-area .col-group-third-left:hover {
    background: linear-gradient(#cfcfcf 0%, #f7f7f7 100%);
  }
  /* line 603, ../scss/_768.scss */
  footer .widget-area .col-group-third-left img, footer .widget-area .col-group-third-left p {
    display: block;
  }
  /* line 607, ../scss/_768.scss */
  footer .widget-area .col-group-third-left img {
    margin: 0 auto;
    border-radius: 5px;
  }
  /* line 612, ../scss/_768.scss */
  footer .widget-area .col-group-third-left p {
    color: #000000;
    padding: 1em 0em;
    line-height: 1.5;
  }
  /* line 618, ../scss/_768.scss */
  footer .widget-area .col-group-third-left h2 {
    padding: 1em 0;
    text-indent: 0;
    text-align: center;
    font-size: 1.25em;
  }
  /* line 624, ../scss/_768.scss */
  footer .widget-area .col-group-third-left h2:after {
    content: none;
  }
  /* line 629, ../scss/_768.scss */
  footer .widget-area .col-group-third-left a > h2:hover {
    background: none;
  }
  /* line 637, ../scss/_768.scss */
  footer .second-footer-area {
    float: left;
    width: 100%;
    padding: 1em 0 1.5em 0;
  }
  /* line 642, ../scss/_768.scss */
  footer .second-footer-area .footer-menu-left-three-quarters {
    float: left;
    width: 50%;
  }
  /* line 647, ../scss/_768.scss */
  footer .second-footer-area a {
    color: #FFFFFF;
    text-decoration: none;
  }
  /* line 652, ../scss/_768.scss */
  footer .second-footer-area ul {
    float: left;
    width: 100%;
  }
  /* line 656, ../scss/_768.scss */
  footer .second-footer-area ul li {
    float: left;
    width: 48%;
    line-height: 1.5;
  }
  /* line 661, ../scss/_768.scss */
  footer .second-footer-area ul li li {
    width: 100%;
  }
  /* line 669, ../scss/_768.scss */
  footer .second-footer-area .menu > li:nth-child(odd) {
    clear: left;
    margin-right: 2%;
  }
  /* line 674, ../scss/_768.scss */
  footer .second-footer-area .menu > li:nth-child(even) {
    margin-left: 2%;
  }
  /* line 680, ../scss/_768.scss */
  footer .second-footer-area .footer-menu-right-one-quarter {
    float: right;
    width: 25%;
  }
  /* line 684, ../scss/_768.scss */
  footer .second-footer-area .footer-menu-right-one-quarter .tel-email {
    line-height: 1.5;
  }
  /* line 688, ../scss/_768.scss */
  footer .second-footer-area .footer-menu-right-one-quarter #footer-area-two-title {
    padding: 0.5em 0 0 0;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 900px) {
  /* line 5, ../scss/_900.scss */
  header .menu-gills-main-menu-container li {
    padding: 0 1em;
  }
  /* line 8, ../scss/_900.scss */
  header .menu-gills-main-menu-container li:hover > ul {
    left: 15px;
  }

  /* line 19, ../scss/_900.scss */
  .page-content .entry-content.homepage {
    width: 60%;
  }
  /* line 25, ../scss/_900.scss */
  .page-content .homepage-sidebar {
    width: 30%;
  }

  /* line 33, ../scss/_900.scss */
  .homepage-slider {
    height: 16em;
  }

  /* line 45, ../scss/_900.scss */
  footer .widget-area .col-group-third-left h2 {
    padding: 1em 0 0.25em 0;
  }
  /* line 49, ../scss/_900.scss */
  footer .widget-area .col-group-third-left img {
    float: left;
    width: 24%;
    margin: 1.5em 2%;
  }
  /* line 55, ../scss/_900.scss */
  footer .widget-area .col-group-third-left p {
    float: left;
    width: 65%;
    padding: 1em 2.5%;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /*
  
  header {
  	.gills-logo {
  		background: url('../images/gills-mobile-logoX2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  	.plumbing-heating-logo {
  		background: url('../images/gills-plumbing-heating-mobile-logoX2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  
  	.gills-bedrooms-logo {
  		background: url('../images/gills-fitted-bedrooms-mobile-logoX2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  }
  
  
  // 768px
  @media only screen and (min-width: 768px) {
  	.gills-logo {
  		background: url('../images/gills-logo-x2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  
  	.plumbing-heating-logo {
  		background: url('../images/gills-plumbing-heating-logo-x2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  
  	.gills-bedrooms-logo {
  		background: url('../images/gills-fitted-bedrooms-logoX2.png') no-repeat #FFF;
  		background-size:100%;
  	}
  }
  
  */
}
@media only screen and (min-width: 768px) {
  /* line 6, ../scss/_ie.scss */
  .ie7 .menu-gills-main-left-container li, .ie7 .menu-gills-main-right-container li {
    width: 33%;
  }
  /* line 12, ../scss/_ie.scss */
  .ie7 .menu-gills-main-menu-container ul {
    position: relative;
    z-index: 100;
  }
  /* line 23, ../scss/_ie.scss */
  .ie7 aside, .ie7 .homepage-slider {
    z-index: -1;
  }
  /* line 27, ../scss/_ie.scss */
  .ie7 .pagination .last {
    display: none;
  }
}
