/*
Theme Name: Westend Mechanical
Theme URI:
Author: Insight Digital Marketing
Author URI: http://insightdigital.com.au/
Description: This theme was developed for <em>Westend Mechanical</em>, by <a href="http://insightdigital.com.au/" target="_blank">Insight Digital Marketing</a>
Version: 0
License:
License URI:
Text Domain: Westend Mechanical
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Modules
	0.1 Normalize Style Sheet
	0.2 Print Style Sheet
	0.3 Lightbox Style Sheet
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Media
	5.1 Captions
	5.2 Galleries
	5.3 Alignments
	5.4 Carousels
	5.5 Maps
6.0 Navigation
	6.1 Links
	6.2 Menus
7.0 Site
	7.1 Posts and pages
	7.2 Asides
	7.3 Comments
	7.4 Widgets
	8.1 Print Style Sheet
8.0 Layout
9.0 Breakpoints
--------------------------------------------------------------*/
/* $open-sans: "open-sans"; */
@font-face {
  font-family: 'OpenSansregular';
  src: url("/content/themes/westendmechanical/fonts/OpenSansregular.eot");
  src: url("/content/themes/westendmechanical/fonts/OpenSansregular.eot") format("embedded-opentype"), url("/content/themes/westendmechanical/fonts/OpenSansregular.woff") format("woff"), url("/content/themes/westendmechanical/fonts/OpenSansregular.ttf") format("truetype"), url("/content/themes/westendmechanical/fonts/OpenSansregular.svg#OpenSansregular") format("svg");
}
@font-face {
  font-family: 'OpenSans700';
  src: url("/content/themes/westendmechanical/fonts/OpenSans700.eot");
  src: url("/content/themes/westendmechanical/fonts/OpenSans700.eot") format("embedded-opentype"), url("/content/themes/westendmechanical/fonts/OpenSans700.woff") format("woff"), url("/content/themes/westendmechanical/fonts/OpenSans700.ttf") format("truetype"), url("/content/themes/westendmechanical/fonts/OpenSans700.svg#OpenSans700") format("svg");
}
/*--------------------------------------------------------------
Susy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Vertical Rhythm
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Background Size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Text Shadow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Box Shadow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Border Radius
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Center block
Centers element horizontally
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Span Per Row
Spans columns accordiong to total columns per row
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Padding Center
Centers element content with padding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Grid Background
Generates pseudo element with gradient background
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FontAwesome
Default
--------------------------------------------------------------*/
/*--------------------------------------------------------------
FontAwesome
FontAwesome fixed width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Triangles
Generates CSS triangles in 8 directions
--------------------------------------------------------------*/
/*
 * Triangles
 *
 * @link https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_triangle.scss
 */
/*--------------------------------------------------------------
1.0 Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 Normalize Style Sheet
--------------------------------------------------------------*/
/* line 1, sass/modules/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/modules/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/modules/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/modules/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/modules/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/modules/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/modules/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/modules/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/modules/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/modules/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/modules/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/modules/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/modules/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/modules/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/modules/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/modules/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/modules/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/modules/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/modules/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/modules/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/modules/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/modules/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/modules/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/modules/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/modules/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/modules/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/modules/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/modules/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/modules/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/modules/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/modules/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/modules/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/modules/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 183, sass/modules/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/modules/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/modules/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/modules/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/modules/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/modules/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/modules/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
1.2 Print Style Sheet
--------------------------------------------------------------*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
   ========================================================================== */
@media print {
  /* line 9, sass/modules/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 19, sass/modules/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 24, sass/modules/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 28, sass/modules/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 37, sass/modules/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 42, sass/modules/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 53, sass/modules/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 57, sass/modules/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 62, sass/modules/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 66, sass/modules/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 73, sass/modules/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*--------------------------------------------------------------
1.3 Lightbox Style Sheet
--------------------------------------------------------------*/
/* Magnific Popup CSS */
/* line 78, sass/modules/_lightbox.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 95, sass/modules/_lightbox.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 107, sass/modules/_lightbox.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 122, sass/modules/_lightbox.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 133, sass/modules/_lightbox.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 140, sass/modules/_lightbox.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 150, sass/modules/_lightbox.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, sass/modules/_lightbox.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, sass/modules/_lightbox.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 167, sass/modules/_lightbox.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 174, sass/modules/_lightbox.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 179, sass/modules/_lightbox.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 190, sass/modules/_lightbox.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 209, sass/modules/_lightbox.scss */
.mfp-hide {
  display: none !important;
}

/* line 220, sass/modules/_lightbox.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 230, sass/modules/_lightbox.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 232, sass/modules/_lightbox.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 240, sass/modules/_lightbox.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 247, sass/modules/_lightbox.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 254, sass/modules/_lightbox.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 268, sass/modules/_lightbox.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, sass/modules/_lightbox.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 297, sass/modules/_lightbox.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 305, sass/modules/_lightbox.scss */
.mfp-close:active {
  top: 1px;
}

/* line 310, sass/modules/_lightbox.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 316, sass/modules/_lightbox.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 326, sass/modules/_lightbox.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 338, sass/modules/_lightbox.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 351, sass/modules/_lightbox.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 354, sass/modules/_lightbox.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 361, sass/modules/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 377, sass/modules/_lightbox.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 385, sass/modules/_lightbox.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 394, sass/modules/_lightbox.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 397, sass/modules/_lightbox.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 402, sass/modules/_lightbox.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 409, sass/modules/_lightbox.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 411, sass/modules/_lightbox.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 416, sass/modules/_lightbox.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 427, sass/modules/_lightbox.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 430, sass/modules/_lightbox.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 435, sass/modules/_lightbox.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 439, sass/modules/_lightbox.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 444, sass/modules/_lightbox.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 464, sass/modules/_lightbox.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 479, sass/modules/_lightbox.scss */
.mfp-figure {
  line-height: 0;
}
/* line 481, sass/modules/_lightbox.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 495, sass/modules/_lightbox.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 501, sass/modules/_lightbox.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 505, sass/modules/_lightbox.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 513, sass/modules/_lightbox.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 522, sass/modules/_lightbox.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 529, sass/modules/_lightbox.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 542, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 547, sass/modules/_lightbox.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 553, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 557, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 562, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 572, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 576, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 580, sass/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 600, sass/modules/_lightbox.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 604, sass/modules/_lightbox.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 608, sass/modules/_lightbox.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 612, sass/modules/_lightbox.scss */
  .mfp-container {
    padding-left: false;
    padding-right: false;
  }
}
/* line 624, sass/modules/_lightbox.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 627, sass/modules/_lightbox.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 634, sass/modules/_lightbox.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 637, sass/modules/_lightbox.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 640, sass/modules/_lightbox.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*--------------------------------------------------------------
1.3 object-fit polyfill
--------------------------------------------------------------*/
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *


x-object-fit {
	position: relative !important;
	display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
	position: absolute !important;
	left: -100% !important;
	right: -100% !important;
	top: -100% !important;
	bottom: -100% !important;
	margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
	width: auto !important;
	height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
	width: 100% !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
	width: auto !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
	width: 100% !important;
	height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
	max-width: none !important;
	max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
	top: 0 !important;
	bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
	left: auto !important;
	right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
	top: auto !important;
	bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
	left: 0 !important;
	right: auto !important;
}

*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 Headings
--------------------------------------------------------------*/
/* line 7, sass/typography/_headings.scss */
h1, .site-header .site-branding .site-brand .site-title {
  font-size: 2.25em;
  line-height: 1.33333em;
  margin: 0.66667em 0 0.66667em 0;
  font-weight: bold;
  font-family: "nimbus-sans";
}

/* line 13, sass/typography/_headings.scss */
h2 {
  font-size: 1.625em;
  line-height: 1.38462em;
  margin: 0.92308em 0 0.92308em 0;
  font-weight: bold;
  font-family: "proxima-nova";
  font-weight: bold;
}

/* line 20, sass/typography/_headings.scss */
h3, .site-header .site-branding .site-contact .phone {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 1em 0 1em 0;
  font-weight: bold;
}

/* line 24, sass/typography/_headings.scss */
h4 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 1.33333em 0 1.33333em 0;
  font-weight: bold;
}

/* line 28, sass/typography/_headings.scss */
h5 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 1.71429em 0 1.71429em 0;
  font-weight: bold;
}

/* line 32, sass/typography/_headings.scss */
h6 {
  font-size: 0.75em;
  line-height: 2em;
  margin: 2em 0 2em 0;
  font-weight: bold;
}

/*--------------------------------------------------------------
2.2 Copy
--------------------------------------------------------------*/
/* line 1, sass/typography/_copy.scss */
p {
  margin: 1.5em 0;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote, q {
  quotes: "" "";
}
/* line 12, sass/typography/_copy.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
/* line 17, sass/typography/_copy.scss */
blockquote.review, q.review {
  margin: 1.5em 0;
}

/* line 22, sass/typography/_copy.scss */
blockquote {
  margin: 1.5em;
}

/* line 26, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}
/* line 31, sass/typography/_copy.scss */
address.contact-details ul {
  padding: 0;
  list-style-type: none;
}
/* line 38, sass/typography/_copy.scss */
address.contact-details a.phone:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f095";
}
/* line 44, sass/typography/_copy.scss */
address.contact-details a.mobile:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f10b";
}
/* line 50, sass/typography/_copy.scss */
address.contact-details a.fax:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f1ac";
}
/* line 57, sass/typography/_copy.scss */
address.contact-details a.email:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f0e0";
}
/* line 66, sass/typography/_copy.scss */
address.contact-details a.address:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f041";
}
/* line 72, sass/typography/_copy.scss */
address.contact-details a.facebook:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f09a";
}
/* line 78, sass/typography/_copy.scss */
address.contact-details a.googleplus:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f0d5";
}
/* line 84, sass/typography/_copy.scss */
address.contact-details a.twitter:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f099";
}
/* line 90, sass/typography/_copy.scss */
address.contact-details a.instagram:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f16d";
}
/* line 96, sass/typography/_copy.scss */
address.contact-details a.pinterest:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f231";
}
/* line 102, sass/typography/_copy.scss */
address.contact-details a.youtube:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f167";
}
/* line 108, sass/typography/_copy.scss */
address.contact-details a.linkedin:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f0e1";
}

/* line 117, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}

/* line 127, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 131, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 136, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 141, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 31, sass/typography/_accessibility.scss */
.screen-reader-text, div.wpcf7 .screen-reader-response, div.wpcf7 label, .attachment.single .entry-header .entry-title, .site-header .site-branding .site-brand .site-title, .site-header .site-branding .site-brand .site-description, body.home .desktop-view .main-slider #featured h2, .site-footer .section-group div .footer-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 10, sass/typography/_accessibility.scss */
.screen-reader-text:hover, div.wpcf7 .screen-reader-response:hover, div.wpcf7 label:hover, .attachment.single .entry-header .entry-title:hover, .site-header .site-branding .site-brand .site-title:hover, .site-header .site-branding .site-brand .site-description:hover, body.home .desktop-view .main-slider #featured h2:hover, .site-footer .section-group div .footer-title:hover, .screen-reader-text:active, div.wpcf7 .screen-reader-response:active, div.wpcf7 label:active, .attachment.single .entry-header .entry-title:active, .site-header .site-branding .site-brand .site-title:active, .site-header .site-branding .site-brand .site-description:active, body.home .desktop-view .main-slider #featured h2:active, .site-footer .section-group div .footer-title:active, .screen-reader-text:focus, div.wpcf7 .screen-reader-response:focus, div.wpcf7 label:focus, .attachment.single .entry-header .entry-title:focus, .site-header .site-branding .site-brand .site-title:focus, .site-header .site-branding .site-brand .site-description:focus, body.home .desktop-view .main-slider #featured h2:focus, .site-footer .section-group div .footer-title:focus {
  background-color: #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0.375em;
  line-height: normal;
  padding: 0.75em 1.5em;
  text-decoration: none;
  top: 0.375em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 General Elements
--------------------------------------------------------------*/
/* line 106, ../../../../../../../../home/vikas/.gem/ruby/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 8, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
  margin-right: 0 !important;
}

/* line 14, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 26, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
3.2 Lists
--------------------------------------------------------------*/
/* line 1, sass/elements/_lists.scss */
ul, ol {
  list-style-position: inside;
  margin: 0 0 1.5em 0;
}

/* line 12, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 17, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 21, sass/elements/_lists.scss */
dd {
  margin: 0 0 1.5em 0;
}

/*--------------------------------------------------------------
3.3 Tables
--------------------------------------------------------------*/
/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
3.4 Tabs
--------------------------------------------------------------*/
/* line 2, sass/elements/_tabs.scss */
.tabgroup a[role=tab] {
  cursor: pointer;
}
/* line 5, sass/elements/_tabs.scss */
.tabgroup a[role=tab].active {
  font-weight: bold;
}
/* line 10, sass/elements/_tabs.scss */
.tabgroup .tabpanel {
  display: none;
}
/* line 13, sass/elements/_tabs.scss */
.tabgroup .tabpanel.active {
  display: block;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 Fields
--------------------------------------------------------------*/
/* line 1, sass/forms/_fields.scss */
form {
  margin: 1.5em 0;
}

/* line 8, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.5em;
  color: #666;
}
/* line 22, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  padding: 0.6875em;
  width: 100%;
  margin: 10px 0px;
}

/* line 40, sass/forms/_fields.scss */
textarea {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
4.2 Button
--------------------------------------------------------------*/
/* line 10, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"], #form-contact-toggle {
  padding: 0.75em;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  background: #e6e6e6;
}

/* line 29, sass/forms/_buttons.scss */
.red-button-slider {
  color: #fff !important;
  background-color: #cf2225;
  padding: 10px 30px !important;
  font-size: 21px;
  text-decoration: none;
  font-family: "nimbus-sans";
  font-weight: bold;
}
/* line 38, sass/forms/_buttons.scss */
.red-button-slider:visited {
  color: #fff !important;
}
/* line 42, sass/forms/_buttons.scss */
.red-button-slider:hover {
  color: #fff !important;
  background-color: #ac1c1f !important;
  text-decoration: none !important;
}

/* line 50, sass/forms/_buttons.scss */
.red-button {
  color: #fff !important;
  background-color: #cf2225;
  padding: 10px 15px !important;
  font-size: 18px;
  text-decoration: none;
  font-family: "acumin-pro";
  font-weight: bold;
}
/* line 59, sass/forms/_buttons.scss */
.red-button:visited {
  color: #fff !important;
}
/* line 63, sass/forms/_buttons.scss */
.red-button:hover {
  color: #fff !important;
  background-color: #ac1c1f !important;
  text-decoration: none !important;
}

/* line 70, sass/forms/_buttons.scss */
.white-button {
  color: #000;
  background-color: #fff;
  padding: 10px 20px !important;
  font-size: 20px;
  text-decoration: none;
  font-family: "jaf-facitweb";
  font-weight: bold;
  border-radius: 5px;
}
/* line 80, sass/forms/_buttons.scss */
.white-button:visited {
  color: #000;
}
/* line 84, sass/forms/_buttons.scss */
.white-button:hover {
  color: #000;
  background-color: #ebebeb !important;
  text-decoration: none !important;
}

/* line 92, sass/forms/_buttons.scss */
.white-button-sidebar {
  color: #000;
  background-color: #fff;
  padding: 5px 10px !important;
  font-size: 18px;
  text-decoration: none;
  font-family: "acumin-pro";
  font-weight: bold;
}
/* line 101, sass/forms/_buttons.scss */
.white-button-sidebar:visited {
  color: #000;
}
/* line 105, sass/forms/_buttons.scss */
.white-button-sidebar:hover {
  color: #000;
  background-color: #ebebeb !important;
  text-decoration: none !important;
}

/* line 113, sass/forms/_buttons.scss */
.cta-button {
  color: #000 !important;
  background-color: #fff;
  padding: 5px 20px !important;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: normal;
}
/* line 126, sass/forms/_buttons.scss */
.cta-button:visited {
  color: #000 !important;
  text-decoration: none !important;
}
/* line 131, sass/forms/_buttons.scss */
.cta-button:hover {
  color: #000 !important;
  background-color: #ebebeb !important;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
4.3 Alerts
--------------------------------------------------------------*/
/* line 9, sass/forms/_alerts.scss */
div.wpcf7 div.wpcf7-mail-sent-ok, div.wpcf7 div.wpcf7-mail-sent-ng, div.wpcf7 div.wpcf7-spam-blocked, div.wpcf7 div.wpcf7-validation-errors {
  display: inline-block;
  vertical-align: top;
  padding: 0.6875em;
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 20, sass/forms/_alerts.scss */
div.wpcf7 div.wpcf7-mail-sent-ok {
  border-color: #4fb543;
  color: #4fb543;
  background-color: #4fb543;
  background-color: rgba(79, 181, 67, 0.1);
}

/* line 28, sass/forms/_alerts.scss */
div.wpcf7 div.wpcf7-mail-sent-ng, div.wpcf7 div.wpcf7-validation-errors {
  border-color: #f46057;
  color: #f46057;
  background-color: #f46057;
  background-color: rgba(244, 96, 87, 0.1);
}

/* line 32, sass/forms/_alerts.scss */
div.wpcf7 div.wpcf7-spam-blocked {
  border-color: #6ca7db;
  color: #6ca7db;
  background-color: #6ca7db;
  background-color: rgba(108, 167, 219, 0.1);
}

/*--------------------------------------------------------------
4.4 Contact Form 7
--------------------------------------------------------------*/
/* line 1, sass/forms/_contact-form-7.scss */
div.wpcf7 {
  margin: 0;
  padding: 0;
}
/* line 15, sass/forms/_contact-form-7.scss */
div.wpcf7 div.wpcf7-mail-sent-ok {
  margin: 0 0 1.5em 0;
}
/* line 21, sass/forms/_contact-form-7.scss */
div.wpcf7 div.wpcf7-mail-sent-ng {
  margin: 0 0 1.5em 0;
}
/* line 27, sass/forms/_contact-form-7.scss */
div.wpcf7 div.wpcf7-spam-blocked {
  margin: 0 0 1.5em 0;
}
/* line 33, sass/forms/_contact-form-7.scss */
div.wpcf7 div.wpcf7-validation-errors {
  margin: 0 0 1.5em 0;
}
/* line 39, sass/forms/_contact-form-7.scss */
div.wpcf7 span.wpcf7-form-control-wrap {
  position: relative;
}
/* line 43, sass/forms/_contact-form-7.scss */
div.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}
/* line 48, sass/forms/_contact-form-7.scss */
div.wpcf7 span.wpcf7-list-item {
  margin-left: 0.75em;
}
/* line 52, sass/forms/_contact-form-7.scss */
div.wpcf7 .wpcf7-display-none {
  display: none;
}
/* line 56, sass/forms/_contact-form-7.scss */
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 0.375em;
}
/* line 62, sass/forms/_contact-form-7.scss */
div.wpcf7 div.ajax-error {
  display: none;
}
/* line 66, sass/forms/_contact-form-7.scss */
div.wpcf7 .placeheld {
  color: #666;
}
/* line 72, sass/forms/_contact-form-7.scss */
div.wpcf7 br {
  display: none;
}
/* line 80, sass/forms/_contact-form-7.scss */
div.wpcf7 .form-validation {
  position: relative;
  margin: 1.5em 0;
}
/* line 83, sass/forms/_contact-form-7.scss */
div.wpcf7 .form-validation br {
  display: none;
}
/* line 86, sass/forms/_contact-form-7.scss */
div.wpcf7 .form-validation img.wpcf7-captchac {
  position: absolute;
  z-index: 1;
  right: 0;
  width: auto;
  height: 100%;
  max-height: 2em;
  margin: 0;
  padding: 1px;
  margin-top: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 98, sass/forms/_contact-form-7.scss */
div.wpcf7 .form-validation input.wpcf7-captchar {
  width: 100%;
  padding-right: 10em;
}

/*--------------------------------------------------------------
4.5 Dynamic
--------------------------------------------------------------*/
/* line 1, sass/forms/_dynamic.scss */
#form-contact-toggle {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0.75em;
}

/* line 10, sass/forms/_dynamic.scss */
#form-contact {
  position: relative;
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  background-color: white;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#form-contact:after {
  content: " ";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
5.0 Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 17, sass/media/_media.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 22, sass/media/_media.scss */
figure {
  margin: 0;
}

/*--------------------------------------------------------------
5.1 Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
5.2 Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.gallery:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 6, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 2.85714% 0;
}
/* line 12, sass/media/_galleries.scss */
.gallery-item img {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-2 .gallery-item {
    width: 48.57143%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-2 .gallery-item:nth-child(2n + 2) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-2 .gallery-item {
    width: 47.82609%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-2 .gallery-item:nth-child(2n + 2) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-3 .gallery-item {
    width: 31.42857%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 2) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 3) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-3 .gallery-item {
    width: 30.43478%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-3 .gallery-item:nth-child(3n + 3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-4 .gallery-item {
    width: 22.85714%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 2) {
    margin-left: 25.71429%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 3) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 4) {
    margin-left: 77.14286%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-4 .gallery-item {
    width: 21.73913%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 2) {
    margin-left: 26.08696%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 3) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-4 .gallery-item:nth-child(4n + 4) {
    margin-left: 78.26087%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-5 .gallery-item {
    width: 17.71429%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 2) {
    margin-left: 20.57143%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 3) {
    margin-left: 41.14286%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 4) {
    margin-left: 61.71429%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 5) {
    margin-left: 82.28571%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-5 .gallery-item {
    width: 16.52174%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 2) {
    margin-left: 20.86957%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 3) {
    margin-left: 41.73913%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 4) {
    margin-left: 62.6087%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-5 .gallery-item:nth-child(5n + 5) {
    margin-left: 83.47826%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-6 .gallery-item {
    width: 14.28571%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 2) {
    margin-left: 17.14286%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 3) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 4) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 5) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 6) {
    margin-left: 85.71429%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-6 .gallery-item {
    width: 13.04348%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 2) {
    margin-left: 17.3913%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 3) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 4) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 5) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-6 .gallery-item:nth-child(6n + 6) {
    margin-left: 86.95652%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-7 .gallery-item {
    width: 11.83673%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 2) {
    margin-left: 14.69388%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 3) {
    margin-left: 29.38776%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 4) {
    margin-left: 44.08163%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 5) {
    margin-left: 58.77551%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 6) {
    margin-left: 73.46939%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 7) {
    margin-left: 88.16327%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-7 .gallery-item {
    width: 10.55901%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 2) {
    margin-left: 14.90683%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 3) {
    margin-left: 29.81366%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 4) {
    margin-left: 44.7205%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 5) {
    margin-left: 59.62733%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 6) {
    margin-left: 74.53416%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-7 .gallery-item:nth-child(7n + 7) {
    margin-left: 89.44099%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-8 .gallery-item {
    width: 10%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 2) {
    margin-left: 12.85714%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 3) {
    margin-left: 25.71429%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 4) {
    margin-left: 38.57143%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 5) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 6) {
    margin-left: 64.28571%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 7) {
    margin-left: 77.14286%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 8) {
    margin-left: 90%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-8 .gallery-item {
    width: 8.69565%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 2) {
    margin-left: 13.04348%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 3) {
    margin-left: 26.08696%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 4) {
    margin-left: 39.13043%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 5) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 6) {
    margin-left: 65.21739%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 7) {
    margin-left: 78.26087%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-8 .gallery-item:nth-child(8n + 8) {
    margin-left: 91.30435%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-9 .gallery-item {
    width: 8.57143%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 2) {
    margin-left: 11.42857%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 3) {
    margin-left: 22.85714%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 4) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 5) {
    margin-left: 45.71429%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 6) {
    margin-left: 57.14286%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 7) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 8) {
    margin-left: 80%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 9) {
    margin-left: 91.42857%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 72.5em) {
  /* line 18, sass/media/_galleries.scss */
  .gallery-columns-9 .gallery-item {
    width: 7.24638%;
    float: left;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 2) {
    margin-left: 11.5942%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 3) {
    margin-left: 23.18841%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 4) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 5) {
    margin-left: 46.37681%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 6) {
    margin-left: 57.97101%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 7) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 8) {
    margin-left: 81.15942%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .gallery-columns-9 .gallery-item:nth-child(9n + 9) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
}

/* line 29, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
5.3 Alignments
--------------------------------------------------------------*/
/* line 1, sass/media/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/media/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/media/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
5.4 Carousels
--------------------------------------------------------------*/
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.carousel:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 7, sass/media/_carousels.scss */
.carousel .carousel-item.carousel-active {
  z-index: 1;
}
/* line 12, sass/media/_carousels.scss */
.carousel figure {
  margin: 0;
}
/* line 19, sass/media/_carousels.scss */
.carousel .carousel-nav ol {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
/* line 28, sass/media/_carousels.scss */
.carousel .carousel-nav .prev, .carousel .carousel-nav .next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 3em;
  height: 3em;
  margin-top: -1.5em;
  text-align: center;
  display: none;
}
/* line 38, sass/media/_carousels.scss */
.carousel .carousel-nav .prev i, .carousel .carousel-nav .next i {
  font-size: 3em;
}
/* line 43, sass/media/_carousels.scss */
.carousel .carousel-nav .prev {
  left: 0;
}
/* line 47, sass/media/_carousels.scss */
.carousel .carousel-nav .next {
  right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 267, sass/media/_carousels.scss */
  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.width {
    height: 115%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 274, sass/media/_carousels.scss */
  #diez {
    color: red;
  }
}
/*--------------------------------------------------------------
5.5 Maps
--------------------------------------------------------------*/
/* line 1, sass/media/_maps.scss */
.map-canvas {
  margin: 1.5em 0;
}
/* line 3, sass/media/_maps.scss */
.map-canvas img {
  max-width: none;
}

/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  text-decoration: none;
  color: royalblue;
}
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 8, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 13, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 16, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/* line 46, sass/navigation/_links.scss */
address.contact-details a.email {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
/* line 5, sass/navigation/_menus.scss */
.site-navigation .menu-toggle {
  background: #000;
  color: #cf2225 !important;
  font-family: "OpenSansregular";
  font-weight: bold;
  text-align: left;
  box-shadow: none;
  float: left;
  width: 100%;
}
@media (min-width: 48em) {
  /* line 5, sass/navigation/_menus.scss */
  .site-navigation .menu-toggle {
    display: none;
  }
}
/* line 24, sass/navigation/_menus.scss */
.site-navigation.toggled ul {
  display: block;
}
/* line 31, sass/navigation/_menus.scss */
.site-navigation ul {
  display: none;
  list-style: none;
  padding: 0;
  /* font-family: $facit-regular; */
}
@media (min-width: 48em) {
  /* line 31, sass/navigation/_menus.scss */
  .site-navigation ul {
    display: block;
    margin: 0;
    padding-left: 0;
  }
}
/* line 45, sass/navigation/_menus.scss */
.site-navigation ul.menu > li {
  font-size: 16px;
  font-family: "nimbus-sans";
  text-align: left;
}
@media (min-width: 48em) {
  /* line 45, sass/navigation/_menus.scss */
  .site-navigation ul.menu > li {
    font-size: 20px;
  }
}
@media (min-width: 72.5em) {
  /* line 45, sass/navigation/_menus.scss */
  .site-navigation ul.menu > li {
    font-size: 24px;
  }
}
/* line 62, sass/navigation/_menus.scss */
.site-navigation ul.menu > li .vertical-bar {
  display: none;
}
@media (min-width: 48em) {
  /* line 62, sass/navigation/_menus.scss */
  .site-navigation ul.menu > li .vertical-bar {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  /* line 45, sass/navigation/_menus.scss */
  .site-navigation ul.menu > li {
    display: inline-block;
  }
}
/* line 81, sass/navigation/_menus.scss */
.site-navigation ul.menu > li.current_page_item > a, .site-navigation ul.menu > li.current-menu-item > a, .site-navigation ul.menu > li.current_page_ancestor > a {
  color: #cf2225;
}
/* line 84, sass/navigation/_menus.scss */
.site-navigation ul.menu > li.current_page_item span.dash, .site-navigation ul.menu > li.current-menu-item span.dash, .site-navigation ul.menu > li.current_page_ancestor span.dash {
  color: #fff;
}
/* line 91, sass/navigation/_menus.scss */
.site-navigation ul.menu > li:last-child {
  border-right: none;
}
/* line 102, sass/navigation/_menus.scss */
.site-navigation ul ul.sub-menu {
  margin-left: 20px;
  font-family: "nimbus-sans";
}
@media (min-width: 48em) {
  /* line 102, sass/navigation/_menus.scss */
  .site-navigation ul ul.sub-menu {
    margin-left: 0px;
  }
}
@media (min-width: 72.5em) {
  /* line 102, sass/navigation/_menus.scss */
  .site-navigation ul ul.sub-menu {
    margin-left: -30px;
  }
}
@media (min-width: 48em) {
  /* line 117, sass/navigation/_menus.scss */
  .site-navigation ul li {
    position: relative;
  }
}
@media (min-width: 48em) {
  /* line 123, sass/navigation/_menus.scss */
  .site-navigation ul li:hover > ul {
    left: auto;
  }
}
/* line 138, sass/navigation/_menus.scss */
.site-navigation ul li a {
  color: #fff;
  letter-spacing: 0.8px;
}
/* line 143, sass/navigation/_menus.scss */
.site-navigation ul li a:visited {
  color: #fff;
}
/* line 146, sass/navigation/_menus.scss */
.site-navigation ul li a:hover {
  color: #cf2225;
}
/* line 151, sass/navigation/_menus.scss */
.site-navigation ul li a:span.dash {
  color: #fff;
}
@media (min-width: 48em) {
  /* line 138, sass/navigation/_menus.scss */
  .site-navigation ul li a {
    display: block;
    text-decoration: none;
  }
}
/* line 161, sass/navigation/_menus.scss */
.site-navigation ul li a span {
  color: #fff;
}
@media (min-width: 48em) {
  /* line 168, sass/navigation/_menus.scss */
  .site-navigation ul ul {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
    float: left;
    position: absolute;
    top: 1.3em;
    left: -999em;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 48em) {
  /* line 184, sass/navigation/_menus.scss */
  .site-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
}
@media (min-width: 48em) {
  /* line 195, sass/navigation/_menus.scss */
  .site-navigation ul ul li:hover > ul {
    left: 100%;
  }
}
@media (min-width: 48em) {
  /* line 202, sass/navigation/_menus.scss */
  .site-navigation ul ul li a {
    width: 250px;
    padding: 5px 0px;
  }
  /* line 207, sass/navigation/_menus.scss */
  .site-navigation ul ul li a:hover {
    color: #cf2225;
  }
}

/* line 225, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 230, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
/* line 234, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 48.57143%;
  float: right;
  margin-right: 0;
  text-align: right;
}

/* line 243, sass/navigation/_menus.scss */
span.dash {
  padding: 0 20px;
  display: none;
}
/* line 247, sass/navigation/_menus.scss */
span.dash a {
  color: #fff;
}
/* line 249, sass/navigation/_menus.scss */
span.dash a :hover {
  color: #fff;
}
@media (min-width: 48em) {
  /* line 243, sass/navigation/_menus.scss */
  span.dash {
    font-size: 20px;
    display: inline;
  }
}

/*--------------------------------------------------------------
7.0 Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 17, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 22, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 27, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
/* line 33, sass/site/primary/_posts-and-pages.scss */
.attachment.single .page-content img, .attachment.single
.entry-content img, .attachment.single
.entry-summary img {
  display: block;
  margin: auto;
}

/* line 40, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
7.2 Asides
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
7.3 Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
7.4 Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 11, sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
8.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Global
--------------------------------------------------------------*/
/* line 3, sass/layout/_global.scss */
.section > div {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.section > div:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 72.5em) {
  /* line 12, sass/layout/_global.scss */
  .section-group > div {
    max-width: 72.5em;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  /* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .section-group > div:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 72.5em) {
  /* line 20, sass/layout/_global.scss */
  .section-group > div .section > div {
    max-width: none;
    width: auto;
  }
}

/*--------------------------------------------------------------
8.2 Header
--------------------------------------------------------------*/
/* line 3, sass/layout/_header.scss */
body {
  background: #eee !important;
}

/* line 7, sass/layout/_header.scss */
header#masthead {
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* line 22, sass/layout/_header.scss */
.site-header .site-branding > div {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.site-header .site-branding > div:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.site-header .site-branding > div:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 48em) {
  /* line 22, sass/layout/_header.scss */
  .site-header .site-branding > div {
    display: table;
    width: 96%;
    max-width: 1160px;
  }
}
@media (min-width: 80em) {
  /* line 22, sass/layout/_header.scss */
  .site-header .site-branding > div {
    width: 1160px;
  }
}
@media (min-width: 48em) {
  /* line 35, sass/layout/_header.scss */
  .site-header .site-branding .site-brand {
    display: table-cell;
    width: 50%;
    padding-right: 1.42857%;
  }
}
/* line 42, sass/layout/_header.scss */
.site-header .site-branding .site-brand .site-logo {
  display: block;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 42, sass/layout/_header.scss */
  .site-header .site-branding .site-brand .site-logo {
    text-align: left;
    display: inline-block;
  }
}
/* line 49, sass/layout/_header.scss */
.site-header .site-branding .site-brand .site-logo img {
  width: auto;
  max-height: 6em;
  min-height: auto;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 49, sass/layout/_header.scss */
  .site-header .site-branding .site-brand .site-logo img {
    text-align: left;
    display: inline-block;
    min-height: 112px;
  }
}
/* line 63, sass/layout/_header.scss */
.site-header .site-branding .site-brand .site-logo h2 {
  color: #fff;
}
/* line 74, sass/layout/_header.scss */
.site-header .site-branding .site-brand .site-description {
  margin: 0;
}
/* line 80, sass/layout/_header.scss */
.site-header .site-branding .site-contact {
  text-align: center;
}
@media (min-width: 48em) {
  /* line 80, sass/layout/_header.scss */
  .site-header .site-branding .site-contact {
    display: table-cell;
    width: 50%;
    padding-left: 1.42857%;
    vertical-align: middle;
    text-align: right;
    padding-right: 0%;
  }
}
/* line 91, sass/layout/_header.scss */
.site-header .site-branding .site-contact .phone {
  font-family: "acumin-pro";
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
@media (min-width: 48em) {
  /* line 91, sass/layout/_header.scss */
  .site-header .site-branding .site-contact .phone {
    font-size: 31px;
  }
}
/* line 102, sass/layout/_header.scss */
.site-header .site-branding .site-contact .phone:visited {
  color: #000;
}
/* line 105, sass/layout/_header.scss */
.site-header .site-branding .site-contact .phone:hover {
  color: white;
  text-decoration: underline;
}
/* line 110, sass/layout/_header.scss */
.site-header .site-branding .site-contact .phone:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  margin: 0;
  font: normal normal normal 1em FontAwesome;
  text-align: center;
  content: "\f095";
}
/* line 118, sass/layout/_header.scss */
.site-header .site-navigation {
  background: #000;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 118, sass/layout/_header.scss */
  .site-header .site-navigation {
    padding: 14px 0;
  }
}

/* line 128, sass/layout/_header.scss */
.home header#masthead {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(207, 37, 37, 0.7);
}

/* line 136, sass/layout/_header.scss */
header#masthead {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #cf2525;
}

/*--------------------------------------------------------------
8.3 Content
--------------------------------------------------------------*/
/* line 2, sass/layout/_content.scss */
body:not(.home) .site-content {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
body:not(.home) .site-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 48em) {
  /* line 8, sass/layout/_content.scss */
  .site-content .content-area:not(:only-child) {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
    margin-top: 205px;
  }
}
/* line 16, sass/layout/_content.scss */
.site-content .widget-area {
  display: none;
}
@media (min-width: 48em) {
  /* line 16, sass/layout/_content.scss */
  .site-content .widget-area {
    display: block;
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  /* line 24, sass/layout/_content.scss */
  .site-content .widget-area .sidebar-title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  /* line 10, sass/typography/_accessibility.scss */
  .site-content .widget-area .sidebar-title:hover, .site-content .widget-area .sidebar-title:active, .site-content .widget-area .sidebar-title:focus {
    background-color: #f1f1f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 0.375em;
    line-height: normal;
    padding: 0.75em 1.5em;
    text-decoration: none;
    top: 0.375em;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
}

/* line 36, sass/layout/_content.scss */
.content-area {
  font-family: "proxima-nova";
}
/* line 39, sass/layout/_content.scss */
.content-area .top-hero-image {
  margin-top: 26px;
}
/* line 42, sass/layout/_content.scss */
.content-area img.attachment-large.size-large.wp-post-image {
  width: 100%;
}
/* line 46, sass/layout/_content.scss */
.content-area a.phone {
  color: #000;
  font-weight: normal;
  white-space: nowrap;
}
/* line 52, sass/layout/_content.scss */
.content-area ul {
  margin: 0px;
  /* font-family:$tahoma; */
  font-size: 20px;
  line-height: 25px;
  padding-left: 5px;
}
/* line 59, sass/layout/_content.scss */
.content-area ul li {
  color: #cf2225;
}
/* line 61, sass/layout/_content.scss */
.content-area ul li a {
  color: #cf2225;
}
/* line 68, sass/layout/_content.scss */
.content-area a {
  color: #cf2225;
  text-decoration: none;
}
/* line 72, sass/layout/_content.scss */
.content-area a:hover {
  text-decoration: underline;
}
/* line 77, sass/layout/_content.scss */
.content-area p {
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  margin: 20px 0px;
  /*	em {
  	    padding: 10px 0px;
  	    float: left;
  			width: 100%;
  	}
  	b {
  		width: 100%;
  		float: left;
  		margin: 10px 0px;
  	} */
}
/* line 96, sass/layout/_content.scss */
.content-area h2 {
  font-weight: bold;
}
/* line 101, sass/layout/_content.scss */
.content-area h1, .content-area .site-header .site-branding .site-brand .site-title, .site-header .site-branding .site-brand .content-area .site-title {
  font-size: 2.25em;
  line-height: 1.33333em;
  margin: 0.66667em 0 0.66667em 0;
  font-weight: bold;
  font-family: "nimbus-sans";
  color: #cf2225;
}
/* line 107, sass/layout/_content.scss */
.content-area .cta {
  padding: 30px;
  padding-top: 5px;
  color: #fff;
  background: #cf2225;
  float: left;
  width: 100%;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
  padding-top: 10px;
}
/* line 120, sass/layout/_content.scss */
.content-area .cta a {
  color: #fff !important;
}
/* line 123, sass/layout/_content.scss */
.content-area .cta a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 128, sass/layout/_content.scss */
.content-area .cta a.button {
  font-size: 20px;
  float: left;
  margin-top: 10px;
}
/* line 133, sass/layout/_content.scss */
.content-area .cta h1 {
  color: #fff;
  font-family: "nimbus-sans";
  font-weight: bold;
  margin: 0px 0 10px;
  padding: 0px;
}
/* line 140, sass/layout/_content.scss */
.content-area .cta p {
  font-size: 36px;
  line-height: 36px;
  font-family: "nimbus-sans";
  font-style: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 72.5em) {
  /* line 149, sass/layout/_content.scss */
  .content-area .cta p a.button {
    position: absolute;
    padding: 20px;
    padding: 5px 10px !important;
    position: absolute;
    bottom: 15px;
  }
}
/* line 160, sass/layout/_content.scss */
.content-area .cta .cta-button a {
  color: #000 !important;
}
/* line 164, sass/layout/_content.scss */
.content-area .cta br {
  display: none;
}

/* line 176, sass/layout/_content.scss */
#secondary #services {
  margin-top: 100px;
  background: none;
}
/* line 180, sass/layout/_content.scss */
#secondary #services .section-title {
  background: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 26px;
}
/* line 189, sass/layout/_content.scss */
#secondary #services .tabgroup {
  list-style: none;
  padding: 0;
}
/* line 192, sass/layout/_content.scss */
#secondary #services .tabgroup dt {
  background: #cf2225;
  margin: 0px;
  padding: 0px;
}
/* line 196, sass/layout/_content.scss */
#secondary #services .tabgroup dt a {
  text-align: center;
  padding: 25px 0 30px;
  font-family: "acumin-pro";
  font-size: 24px;
  display: block;
  color: #fff;
  background: #cf2225;
}
/* line 205, sass/layout/_content.scss */
#secondary #services .tabgroup dt a:visited {
  color: #fff;
}
/* line 208, sass/layout/_content.scss */
#secondary #services .tabgroup dt a:hover {
  color: #e6e6e6;
}
/* line 213, sass/layout/_content.scss */
#secondary #services .tabgroup .tabpanel {
  text-align: center;
  margin: 0;
  float: left;
  width: 100%;
  margin-top: -81px;
  z-index: 2;
  position: relative;
  background-color: rgba(207, 37, 37, 0.8);
}
/* line 224, sass/layout/_content.scss */
#secondary #services .tabgroup .tabpanel p {
  text-align: left;
  margin: 1em 0 1.5em;
  font-size: 18px;
  font-family: "OpenSansregular";
}
/* line 231, sass/layout/_content.scss */
#secondary #services .tabgroup h2 {
  font-family: "acumin-pro";
  font-size: 24px;
  text-transform: capitalize;
  padding: 20px 0px;
  margin: -10px 0 0 0px;
  background: #cf2225;
}
/* line 240, sass/layout/_content.scss */
#secondary #services .tabgroup .exerpt-content {
  padding: 20px 20px;
  text-align: left;
  font-family: "OpenSansregular";
  font-size: 18px;
}
/* line 248, sass/layout/_content.scss */
#secondary #services dl {
  color: #fff;
  float: left;
  width: 100%;
  margin: 0px 0 10px;
  padding: 0px;
}
/* line 257, sass/layout/_content.scss */
#secondary #services .button {
  padding: 8px 15px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 20px;
}
/* line 269, sass/layout/_content.scss */
#secondary #services .sidebar-images img {
  width: 100%;
}
/* line 273, sass/layout/_content.scss */
#secondary #services .button-sidebar {
  float: left;
  width: 100%;
  margin: 30px 0px;
  text-align: center;
}

/*--------------------------------------------------------------
8.4 Section
--------------------------------------------------------------*/
/* line 5, sass/layout/_section.scss */
.desktop-view .main-slider {
  /* position: absolute;
  top: 0px; */
}
/* line 17, sass/layout/_section.scss */
body.home .desktop-view .main-slider #featured .carousel {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
/* line 98, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figure {
  height: 30em;
}
@media (min-width: 48em) {
  /* line 98, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figure {
    height: 30em;
  }
}
@media (min-width: 72.5em) {
  /* line 98, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figure {
    height: 45em;
  }
}
@media (min-width: 80em) {
  /* line 98, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figure {
    min-height: 804px;
  }
}
/* line 117, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel x-object-fit {
  width: 100%;
  height: 100%;
}
/* line 122, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 154, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel img {
    height: 115%;
  }
}
/* line 160, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption {
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: absolute !important;
  top: 0;
  z-index: 2;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../home/vikas/.gem/ruby/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 174, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption > div {
  /* display: table-cell;
  vertical-align: middle;
  display: block !important;
  vertical-align: middle;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto; */
  display: block;
  vertical-align: middle;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  width: 96%;
  height: 100%;
}
/* line 193, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box {
  padding: 10px;
  float: right;
  max-width: 95%;
  margin-top: 62%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  color: #cf2225;
}
@media (min-width: 30em) {
  /* line 193, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box {
    margin-top: 40%;
  }
}
@media (min-width: 48em) {
  /* line 193, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box {
    margin-top: 20%;
    max-width: 85%;
  }
}
@media (min-width: 72.5em) {
  /* line 193, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box {
    margin-top: 25%;
    max-width: 65%;
  }
}
/* line 216, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-title {
  font-size: 30px;
  font-family: "nimbus-sans";
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 48em) {
  /* line 216, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (min-width: 80em) {
  /* line 216, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-title {
    font-size: 113px;
    line-height: 82px;
  }
}
/* line 232, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-content {
  font-size: 18px;
  padding: 10px 0px;
  font-family: "acumin-pro";
}
/* line 238, sass/media/_carousels.scss */
body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-content p {
  font-size: 18px;
  line-height: 20px;
  font-family: "acumin-pro";
  font-weight: bold;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 2px #5b5b5b;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 238, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-content p {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 72.5em) {
  /* line 238, sass/media/_carousels.scss */
  body.home .desktop-view .main-slider #featured .carousel figcaption .caption-box .figure-content p {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 72.5em) {
  /* line 17, sass/layout/_section.scss */
  body.home .desktop-view .main-slider #featured .carousel {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -2%;
    margin-left: -2%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
/* line 33, sass/layout/_section.scss */
.desktop-view .main-slider #featured .carousel figcaption > div .figure-content {
  /* max-width:570px; */
  padding: 20px;
}
@media (min-width: 30em) and (max-width: 72.5em) {
  /* line 33, sass/layout/_section.scss */
  .desktop-view .main-slider #featured .carousel figcaption > div .figure-content {
    margin-top: 0px;
  }
}
@media (min-width: 72.5em) {
  /* line 33, sass/layout/_section.scss */
  .desktop-view .main-slider #featured .carousel figcaption > div .figure-content {
    margin-top: 0px;
    font-size: 65px;
  }
}
/* line 45, sass/layout/_section.scss */
.desktop-view .main-slider #featured .carousel figcaption > div .figure-content p {
  margin: 0px;
}

/**************Show-Hide-Content Section***************/
/* line 63, sass/layout/_section.scss */
.show-hide-content {
  background: #000;
  position: relative;
  color: #fff;
  padding-bottom: 20px;
  min-height: 94px;
}
/* line 71, sass/layout/_section.scss */
.show-hide-content a {
  color: #cccccc;
}
/* line 73, sass/layout/_section.scss */
.show-hide-content a:visited {
  color: #cccccc;
}
/* line 76, sass/layout/_section.scss */
.show-hide-content a:hover {
  color: #fff;
}
/* line 80, sass/layout/_section.scss */
.show-hide-content .section-title {
  display: none;
}
/* line 83, sass/layout/_section.scss */
.show-hide-content h2 {
  text-align: center;
  font-family: "acumin-pro";
  font-size: 22px;
  margin: 0px;
  padding: 10px 0px;
}
@media (min-width: 48em) {
  /* line 83, sass/layout/_section.scss */
  .show-hide-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 72.5em) {
  /* line 83, sass/layout/_section.scss */
  .show-hide-content h2 {
    font-size: 32px;
  }
}
/* line 98, sass/layout/_section.scss */
.show-hide-content .hide-content {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 100%;
  padding-top: 20px;
}
/* line 106, sass/layout/_section.scss */
.show-hide-content .hide-content ul {
  font-size: 12px;
}
/* line 109, sass/layout/_section.scss */
.show-hide-content .hide-content ul li {
  font-size: 12px;
}
/* line 112, sass/layout/_section.scss */
.show-hide-content .hide-content ul li a {
  font-size: 14px;
  font-family: "acumin-pro";
}
@media (min-width: 48em) {
  /* line 112, sass/layout/_section.scss */
  .show-hide-content .hide-content ul li a {
    font-size: 16px;
  }
}
/* line 123, sass/layout/_section.scss */
.show-hide-content .hide-content .home-left-content {
  color: #fff;
  font-family: "acumin-pro";
}
/* line 127, sass/layout/_section.scss */
.show-hide-content .hide-content .home-left-content p {
  color: #fff;
  font-size: 14px;
  font-family: "acumin-pro";
}
@media (min-width: 48em) {
  /* line 127, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-left-content p {
    font-size: 16px;
  }
}
/* line 138, sass/layout/_section.scss */
.show-hide-content .hide-content .home-right-content {
  color: #fff;
  font-family: "acumin-pro";
}
/* line 142, sass/layout/_section.scss */
.show-hide-content .hide-content .home-right-content p {
  color: #fff;
  font-size: 14px;
  font-family: "acumin-pro";
}
@media (min-width: 48em) {
  /* line 142, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-right-content p {
    font-size: 16px;
  }
}
/* line 152, sass/layout/_section.scss */
.show-hide-content .hide-content .home-right-content a {
  color: #fff;
}
@media (min-width: 48em) {
  /* line 159, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-left-content {
    width: 50%;
    float: left;
    padding-right: 2%;
    color: #fff;
    font-family: "acumin-pro";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 168, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-left-content p {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  /* line 172, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-left-content p a {
    color: #fff;
  }
  /* line 174, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-left-content p a:hover {
    text-decoration: underline;
  }
  /* line 180, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-right-content {
    width: 50%;
    float: right;
    padding-left: 2%;
    font-family: "acumin-pro";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 188, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-right-content p {
    color: #fff;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  /* line 195, sass/layout/_section.scss */
  .show-hide-content .hide-content .home-right-content a.phone {
    color: #cf2225 !important;
  }
}
/* line 200, sass/layout/_section.scss */
.show-hide-content .hide-content .inner-li {
  padding: 0;
}
/* line 202, sass/layout/_section.scss */
.show-hide-content .hide-content .inner-li li {
  color: #cf2225;
}
/* line 204, sass/layout/_section.scss */
.show-hide-content .hide-content .inner-li li a {
  color: #cf2225;
}
/* line 211, sass/layout/_section.scss */
.show-hide-content #close_expand:visited, .show-hide-content #open_expand:visited {
  background: #fff;
  height: 37px;
  margin: 0px;
  padding: 0px 13px;
}
/* line 217, sass/layout/_section.scss */
.show-hide-content #close_expand:hover, .show-hide-content #open_expand:hover {
  background: #e6e6e6;
}

/*********** Service Section *********/
/* line 225, sass/layout/_section.scss */
#services {
  background-image: url("/shared/content/uploads/2016/04/servicebg.png");
  background-size: cover;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 80px 0px 0px;
  min-height: 1154px;
}
/* line 234, sass/layout/_section.scss */
#services h2 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  /* line 234, sass/layout/_section.scss */
  #services h2 {
    text-align: center;
  }
}
/* line 246, sass/layout/_section.scss */
#services .service {
  width: 100%;
  float: left;
  padding: 0px 15px;
  text-align: center;
  font-size: 15px;
  min-height: 420px;
  /*		@include susy-breakpoint($breakpoint__xsmall $breakpoint__small) {
  			width: 50%;
  			min-height: 450px;
  		} */
}
@media (min-width: 30em) {
  /* line 246, sass/layout/_section.scss */
  #services .service {
    width: 50%;
    min-height: 450px;
  }
}
@media (min-width: 72.5em) {
  /* line 246, sass/layout/_section.scss */
  #services .service {
    width: 25%;
    margin-top: 2%;
  }
}
/* line 282, sass/layout/_section.scss */
#services .entry-header a h3 {
  text-align: center;
  font-size: 20px;
  font-family: "tablet-gothic";
  padding: 0px 2px;
  margin: 5px 0px;
}
@media (min-width: 48em) {
  /* line 282, sass/layout/_section.scss */
  #services .entry-header a h3 {
    padding: 5px 0px;
    font-size: 24px;
  }
}
/* line 311, sass/layout/_section.scss */
#services .entry-content {
  min-height: 0px;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-family: "acumin-pro";
  float: left;
  width: 100%;
  min-height: 100px;
}
@media (min-width: 30em) {
  /* line 311, sass/layout/_section.scss */
  #services .entry-content {
    min-height: 100px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 48em) {
  /* line 311, sass/layout/_section.scss */
  #services .entry-content {
    min-height: 120px;
    float: initial;
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 72.5em) {
  /* line 311, sass/layout/_section.scss */
  #services .entry-content {
    min-height: 160px;
    width: 100%;
    text-align: left;
  }
}
/* line 346, sass/layout/_section.scss */
#services .entry-footer {
  width: 100%;
  float: right;
}
@media (min-width: 30em) {
  /* line 346, sass/layout/_section.scss */
  #services .entry-footer {
    width: 100%;
  }
}
@media (min-width: 72.5em) {
  /* line 346, sass/layout/_section.scss */
  #services .entry-footer {
    margin-bottom: 50px;
  }
}
/* line 358, sass/layout/_section.scss */
#services .entry-footer a {
  margin: 0px;
}
/* line 361, sass/layout/_section.scss */
#services .entry-footer a h3 {
  margin: 0px;
}

/*********** Second Service Section  *********/
/* line 372, sass/layout/_section.scss */
section#services-two {
  background: url("/shared/content/uploads/2016/04/West-End-Mechanical-Homepage-4wdlight-commercial-background.png");
  padding: 50px 0px;
  background-size: cover;
  float: left;
  width: 100%;
}

/* line 382, sass/layout/_section.scss */
#services-two h2 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  /* line 382, sass/layout/_section.scss */
  #services-two h2 {
    text-align: center;
  }
}
/* line 394, sass/layout/_section.scss */
#services-two .service {
  width: 100%;
  float: left;
  padding: 20px 15px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 48em) {
  /* line 394, sass/layout/_section.scss */
  #services-two .service {
    width: 50%;
  }
}
@media (min-width: 72.5em) {
  /* line 394, sass/layout/_section.scss */
  #services-two .service {
    width: 50%;
  }
}
@media (min-width: 48em) {
  /* line 412, sass/layout/_section.scss */
  #services-two .service:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 72.5em) {
  /* line 412, sass/layout/_section.scss */
  #services-two .service:nth-child(2) {
    width: 50%;
    padding-right: 3%;
  }
}
@media (min-width: 48em) {
  /* line 423, sass/layout/_section.scss */
  #services-two .service:nth-child(3) {
    width: 50%;
  }
}
@media (min-width: 72.5em) {
  /* line 423, sass/layout/_section.scss */
  #services-two .service:nth-child(3) {
    width: 50%;
    padding-left: 3%;
  }
}
/* line 440, sass/layout/_section.scss */
#services-two .entry-header a h3 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  font-family: "nimbus-sans";
  padding: 0px 2px;
}
/* line 448, sass/layout/_section.scss */
#services-two .entry-header a h3:a {
  color: #cf2225;
}
@media (min-width: 48em) {
  /* line 440, sass/layout/_section.scss */
  #services-two .entry-header a h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 72.5em) {
  /* line 440, sass/layout/_section.scss */
  #services-two .entry-header a h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 472, sass/layout/_section.scss */
#services-two .entry-header a h3.entry-title {
  color: #cf2225;
  margin: 10px 0 10px;
}
@media (min-width: 48em) {
  /* line 472, sass/layout/_section.scss */
  #services-two .entry-header a h3.entry-title {
    margin: 10px 0 10px;
  }
}
@media (min-width: 72.5em) {
  /* line 472, sass/layout/_section.scss */
  #services-two .entry-header a h3.entry-title {
    margin: 10px 0 20px;
  }
}
/* line 491, sass/layout/_section.scss */
#services-two .entry-content {
  min-height: 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "acumin-pro";
  float: left;
  width: 100%;
}
@media (min-width: 30em) {
  /* line 491, sass/layout/_section.scss */
  #services-two .entry-content {
    min-height: 50px;
    text-align: center;
    float: left;
    width: 100%;
  }
}
@media (min-width: 48em) {
  /* line 491, sass/layout/_section.scss */
  #services-two .entry-content {
    min-height: 60px;
    float: initial;
    text-align: left;
    font-size: 22px;
  }
}
@media (min-width: 72.5em) {
  /* line 491, sass/layout/_section.scss */
  #services-two .entry-content {
    min-height: 145px;
    width: 100%;
    text-align: left;
    font-size: 22px;
  }
}
/* line 525, sass/layout/_section.scss */
#services-two .entry-footer {
  width: 100%;
  float: right;
}
@media (min-width: 30em) {
  /* line 525, sass/layout/_section.scss */
  #services-two .entry-footer {
    width: 100%;
  }
}
/* line 533, sass/layout/_section.scss */
#services-two .entry-footer a {
  margin: 0px;
}
/* line 536, sass/layout/_section.scss */
#services-two .entry-footer a h3 {
  margin: 0px;
}

/* line 57, sass/media/_carousels.scss */
body.home #associations .carousel figure {
  position: relative;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 57, sass/media/_carousels.scss */
  body.home #associations .carousel figure {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 27, sass/mixins/_mixins.scss */
  body.home #associations .carousel figure:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  /* line 57, sass/media/_carousels.scss */
  body.home #associations .carousel figure {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 27, sass/mixins/_mixins.scss */
  body.home #associations .carousel figure:nth-of-type(4n) {
    float: right;
    margin-right: 0;
  }
}
/* line 70, sass/media/_carousels.scss */
body.home #associations .carousel figure:hover .caption .caption-link {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 81, sass/media/_carousels.scss */
body.home #associations .carousel figure .caption .caption-link {
  display: none;
}

@media (min-width: 72.5em) {
  /* line 559, sass/layout/_section.scss */
  body.home #reviews {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media (min-width: 72.5em) {
  /* line 567, sass/layout/_section.scss */
  body.home #galleries {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

/* new css */
/* line 579, sass/layout/_section.scss */
.read-more {
  text-align: center;
  margin: 40px 0px 0px;
  float: left;
  width: 100%;
}
/* line 585, sass/layout/_section.scss */
.read-more a {
  color: #fff;
}

/* line 592, sass/layout/_section.scss */
button#close_expand {
  border-radius: 0px;
  padding: 0px 20px;
  position: relative;
  bottom: -55px;
  z-index: 1;
  background: #fff;
  font-family: "jaf-facitweb";
  font-size: 19px;
  	/*@include susy-breakpoint($breakpoint__xsmall $breakpoint__small) {
  			left: 30%;
  	}
  
  	@include susy-breakpoint($breakpoint__medium $breakpoint__large ) {
  			left: 45%;
  	} */
}

/* line 612, sass/layout/_section.scss */
button#open_expand {
  border-radius: 0px;
  padding: 0px 20px;
  position: relative;
  bottom: -18px;
  z-index: 1;
  background: #fff;
  font-family: "jaf-facitweb";
  font-size: 19px;
  	/*	@include susy-breakpoint($breakpoint__xsmall $breakpoint__small) {
  				left: 30%;
  		}
  
  		@include susy-breakpoint($breakpoint__small $breakpoint__medium) {
  				left: 30%;
  		}
  
  		@include susy-breakpoint($breakpoint__medium $breakpoint__large ) {
  				left: 45%;
  		} */
}

/* line 638, sass/layout/_section.scss */
p.hide-button {
  margin-bottom: -20px;
  width: 100%;
  float: left;
  text-align: center;
}

/* line 648, sass/layout/_section.scss */
.hero-img img {
  margin-top: 220px;
}
@media (min-width: 48em) {
  /* line 648, sass/layout/_section.scss */
  .hero-img img {
    margin-top: 0px;
  }
}

/* line 658, sass/layout/_section.scss */
span.cta-arrow {
  font-size: 19px;
  margin-top: 3px;
  float: left;
  width: 140px;
  min-height: 20px;
  margin-right: 7px;
  font-family: "jaf-facitweb";
}

/* line 669, sass/layout/_section.scss */
i.fa.fa-angle-double-up {
  font-size: 35px;
}

/* line 673, sass/layout/_section.scss */
i.fa.fa-angle-double-down {
  font-size: 35px;
}

/*--------------------------------------------------------------
8.5 Footer
--------------------------------------------------------------*/
/*****************services-repairs-Section***************/
/* line 2, sass/layout/_footer.scss */
#services-info {
  background-color: #000;
  color: #fff;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/shared/content/uploads/2016/04/get10transparent.png");
}
@media (min-width: 72.5em) {
  /* line 2, sass/layout/_footer.scss */
  #services-info {
    min-height: 497px;
  }
}
@media (min-width: 48em) {
  /* line 31, sass/layout/_footer.scss */
  #services-info #service-text {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 80em) {
  /* line 31, sass/layout/_footer.scss */
  #services-info #service-text {
    width: 48.57143%;
    float: right;
    margin-right: 0;
    margin-right: 34px !important;
  }
}
/* line 41, sass/layout/_footer.scss */
#services-info #service-text .service-inner h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "nimbus-sans";
  color: #cf2225;
  text-align: center;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 41, sass/layout/_footer.scss */
  #services-info #service-text .service-inner h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 72.5em) {
  /* line 41, sass/layout/_footer.scss */
  #services-info #service-text .service-inner h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
/* line 61, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-content {
  font-size: 16px;
  font-family: "acumin-pro";
}
@media (min-width: 48em) {
  /* line 61, sass/layout/_footer.scss */
  #services-info #service-text .service-inner .entry-content {
    font-size: 22px;
  }
}
/* line 71, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-content span {
  width: 100%;
  text-align: center;
  float: left;
  margin: 10px 0px 30px;
  font-weight: bold;
}
/* line 78, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-content span a {
  color: #cf2225;
}
/* line 80, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-content span a:hover {
  text-decoration: underline;
}
/* line 84, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-content span a:hover {
  text-decoration: underline;
}
/* line 93, sass/layout/_footer.scss */
#services-info #service-text .service-inner .entry-footer p {
  text-align: center;
}
@media (min-width: 48em) {
  /* line 40, sass/layout/_footer.scss */
  #services-info #service-text .service-inner {
    max-width: 33em;
    float: left;
  }
}

/* line 109, sass/layout/_footer.scss */
body.home #associations .carousel figure {
  text-align: center;
}

/*********** Why Us Section *********/
/* line 115, sass/layout/_footer.scss */
#why-us {
  background: #cf2225;
  width: 100%;
  float: left;
  color: #fff;
  padding: 0% 0% 3%;
}
/* line 121, sass/layout/_footer.scss */
#why-us h2.section-title {
  font-size: 35px;
  font-family: "nimbus-sans";
  float: left;
  width: 100%;
  color: #fff;
  margin: 15px 0px;
  padding: 0 0 30px;
  text-align: center;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 121, sass/layout/_footer.scss */
  #why-us h2.section-title {
    font-size: 35px;
  }
}
@media (min-width: 72.5em) {
  /* line 121, sass/layout/_footer.scss */
  #why-us h2.section-title {
    font-size: 38px;
  }
}
/* line 138, sass/layout/_footer.scss */
#why-us .entry-content .custom-fields {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 20px;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 138, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields {
    width: 50%;
  }
}
@media (min-width: 48em) and (max-width: 72.5em) {
  /* line 138, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 138, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields {
    width: 50%;
  }
}
@media (min-width: 72.5em) {
  /* line 138, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields {
    width: 25%;
  }
}
@media (min-width: 80em) {
  /* line 138, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields {
    width: 25%;
  }
}
/* line 160, sass/layout/_footer.scss */
#why-us .entry-content .custom-fields img {
  width: 50%;
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 160, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields img {
    width: 30%;
  }
}
@media (min-width: 672px) and (max-width: 1023px) {
  /* line 160, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields img {
    width: 25%;
  }
}
@media (min-width: 72.5em) {
  /* line 160, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields img {
    width: 35%;
  }
}
@media (min-width: 80em) {
  /* line 160, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields img {
    width: 35%;
  }
}
/* line 175, sass/layout/_footer.scss */
#why-us .entry-content .custom-fields p {
  color: #fff;
  min-height: 78px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 25px;
  margin: 10px 0px;
  margin-bottom: 25px;
  font-family: "jaf-facitweb";
}
@media (min-width: 30em) and (max-width: 48em) {
  /* line 175, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields p {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media (min-width: 672px) and (max-width: 1023px) {
  /* line 175, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields p {
    font-size: 25px;
  }
}
@media (min-width: 72.5em) {
  /* line 175, sass/layout/_footer.scss */
  #why-us .entry-content .custom-fields p {
    font-size: 25px;
    padding: 0 10px;
  }
}
/* line 196, sass/layout/_footer.scss */
#why-us .entry-content .custom-fields p i.fa {
  font-size: 80px;
}

/* line 206, sass/layout/_footer.scss */
#why-us {
  padding: 40px 0px 50px;
}
/* line 210, sass/layout/_footer.scss */
#why-us h2.section-title {
  text-align: center;
  width: 100%;
}
/* line 215, sass/layout/_footer.scss */
#why-us .entry-content {
  text-align: center;
  margin: 25px 0px;
  padding: 8px;
  width: 100%;
}
/* line 223, sass/layout/_footer.scss */
#why-us .entry-content .custom-fields-text {
  font-size: 25px;
  text-align: center;
  width: 100%;
  line-height: 100%;
}

/* line 241, sass/layout/_footer.scss */
.site-footer {
  background: #000;
  float: left;
  width: 100%;
  min-height: 624px;
}
/* line 247, sass/layout/_footer.scss */
.site-footer .section-group div {
  text-align: center;
}
@media (min-width: 30em) {
  /* line 247, sass/layout/_footer.scss */
  .site-footer .section-group div {
    text-align: center;
  }
}
@media (min-width: 48em) {
  /* line 247, sass/layout/_footer.scss */
  .site-footer .section-group div {
    text-align: left;
    padding-bottom: 20px;
  }
}
@media (min-width: 72.5em) {
  /* line 247, sass/layout/_footer.scss */
  .site-footer .section-group div {
    text-align: left;
    padding-bottom: 31px;
  }
}
/* line 260, sass/layout/_footer.scss */
.site-footer .section-group div h3.section-title {
  font-size: 30px;
  font-family: "acumin-pro";
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 260, sass/layout/_footer.scss */
  .site-footer .section-group div h3.section-title {
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 72.5em) {
  /* line 260, sass/layout/_footer.scss */
  .site-footer .section-group div h3.section-title {
    text-align: left;
    font-size: 30px;
  }
}
@media (min-width: 80em) {
  /* line 260, sass/layout/_footer.scss */
  .site-footer .section-group div h3.section-title {
    text-align: left;
    font-size: 30px;
  }
}
/* line 281, sass/layout/_footer.scss */
.site-footer .section-group div span.dash {
  display: none;
}
/* line 289, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 30em) {
  /* line 289, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  /* line 289, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 10px !important;
  }
}
@media (min-width: 72.5em) {
  /* line 289, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}
/* line 303, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap .menu ul {
  padding: 0px;
  margin: 0px;
}
/* line 309, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul#secondary-menu {
  padding: 0px;
  margin: 0px;
}
/* line 312, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul#secondary-menu li {
  list-style-type: none;
}
/* line 314, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul#secondary-menu li a {
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  font-family: "OpenSansregular";
  font-weight: bold;
}
/* line 320, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul#secondary-menu li a:hover {
  text-decoration: underline;
}
/* line 327, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul.sub-menu li {
  margin-left: 15px;
}
/* line 330, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap ul.sub-menu li a {
  font-family: "OpenSansregular";
  font-weight: normal !important;
}
/* line 338, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap-featured {
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 341, sass/layout/_footer.scss */
.site-footer .section-group div .site-sitemap-featured h3.section-title {
  text-align: center;
  padding: 0 0%;
}
@media (min-width: 72.5em) {
  /* line 341, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap-featured h3.section-title {
    padding: 0 16%;
  }
}
@media (min-width: 30em) {
  /* line 338, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap-featured {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  /* line 338, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap-featured {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 10px !important;
  }
}
@media (min-width: 72.5em) {
  /* line 338, sass/layout/_footer.scss */
  .site-footer .section-group div .site-sitemap-featured {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
    padding-right: 30px;
    padding-left: 3%;
  }
}
/* line 367, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact {
  font-size: 20px;
  /* font-family:$OpenSansregular; */
  color: #fff;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 372, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details a.phone:before, .site-footer .section-group div .site-contact a.address:before, .site-footer .section-group div .site-contact a.email:before {
  display: none;
}
/* line 376, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact h3 {
  margin: 0px 0 0 0px;
  padding: 0px;
}
@media (min-width: 48em) {
  /* line 376, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact h3 {
    margin: 1em 0 1em 0em;
  }
}
/* line 384, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact ul li {
  line-height: 30px;
  font-family: "OpenSansregular";
  font-size: 20px;
}
@media (min-width: 30em) {
  /* line 367, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  /* line 367, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 10px !important;
  }
}
@media (min-width: 72.5em) {
  /* line 367, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
}
/* line 401, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul {
  font-style: normal;
  color: #fff;
  float: left;
  width: 100%;
}
/* line 406, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul li {
  margin: 0px 0px 15px;
}
@media (min-width: 48em) {
  /* line 406, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact address.contact-details ul li {
    margin: 0px 0px 40px;
  }
}
/* line 413, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul li a {
  color: #fff;
  /* font-family:$OpenSansregular; */
  font-size: 20px;
}
/* line 420, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul li span {
  color: #fff;
  font-size: 18px;
}
/* line 424, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul li h3 {
  font-size: 24px;
  /* font-family:$OpenSans; */
  color: #fff;
  text-align: center;
}
@media (min-width: 72.5em) {
  /* line 424, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact address.contact-details ul li h3 {
    padding-top: 50px;
    text-align: left;
  }
}
/* line 436, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact address.contact-details ul li p {
  font-size: 20px;
  line-height: 30px;
}
/* line 444, sass/layout/_footer.scss */
.site-footer .section-group div .site-contact h2.opening {
  margin-top: 0px;
  font-size: 30px;
  font-family: "acumin-pro";
}
@media (min-width: 48em) {
  /* line 444, sass/layout/_footer.scss */
  .site-footer .section-group div .site-contact h2.opening {
    margin-top: 150px;
  }
}

/* line 460, sass/layout/_footer.scss */
#copyright {
  background: #cf2225;
  color: #fff;
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: center;
}
/* line 469, sass/layout/_footer.scss */
#copyright p {
  margin: 0px;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
/* line 476, sass/layout/_footer.scss */
#copyright a {
  text-decoration: none;
  color: #fff;
  width: 100%;
  text-align: center;
}
/* line 481, sass/layout/_footer.scss */
#copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
9.0 Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Breakpoint xsmall
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.2 Breakpoint small
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.3 Breakpoint medium
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.4 Breakpoint large
--------------------------------------------------------------*/
