/*
Theme Name: MichaelHarding
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: michaelharding
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .container:after, .main-info-sec .post:after, .form-info .group-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #222;
  font-weight: 300;
  background: #eaeaea;
  font: 14px/2 "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 17px;
      line-height: 32px; } }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 2em; }

blockquote {
  border-left: 4px solid #959595;
  padding-left: .5em;
  margin-left: 2em; }

th, td {
  border: 1px solid #959595;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0; }

ol {
  padding: 0;
  overflow: hidden;
  line-height: 28px;
  counter-reset: item; }
  @media (min-width: 1024px) {
    ol {
      font-size: 15px;
      line-height: 31px; } }

ol ol {
  margin: 0 0 10px; }

ol > li {
  margin: 0 0 5px;
  padding: 0 0 0 22px; }
  @media (min-width: 1024px) {
    ol > li {
      padding: 0 0 0 18px;
      margin: 0 0 8px; } }
  ol > li:before {
    float: left;
    width: 22px;
    font-weight: 700;
    margin: 0 0 0 -22px;
    content: counters(item, ".") ". ";
    counter-increment: item; }
    @media (min-width: 1024px) {
      ol > li:before {
        margin: 0 0 0 -18px;
        width: 18px; } }
  ol > li ol > li {
    padding: 0 0 8px 40px; }
    ol > li ol > li:before {
      float: left;
      width: 40px;
      margin: 0 0 0 -40px;
      content: counters(item, ".") ". ";
      counter-increment: item; }
    ol > li ol > li ol > li {
      padding: 0 0 8px 50px; }
      ol > li ol > li ol > li:before {
        float: left;
        width: 50px;
        margin: 0 0 0 -50px;
        content: counters(item, ".") ". ";
        counter-increment: item; }

ul ol > li {
  padding: 0 0 8px 40px; }
  ul ol > li:before {
    float: left;
    width: 40px;
    margin: 0 0 0 -40px;
    content: counters(item, ".") ". ";
    counter-increment: item; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

img {
  display: block;
  width: 100%; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #aaa;
  padding: 12px 16px;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 37px;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 10px;
  color: #222;
  background: #f7f7f7;
  margin: 0 0 19px;
  border-radius: 1px; }
  @media (min-width: 1024px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      height: 48px;
      font-size: 15px;
      line-height: 17px;
      padding: 14px 18px;
      margin: 0 0 41px; } }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #222; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #222; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #222; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #222; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #222; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 175px;
  height: 175px;
  max-height: 175px;
  resize: none; }
  @media (min-width: 1024px) {
    textarea {
      height: 248px;
      height: 248px;
      max-height: 248px;
      margin: 0 0 30px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  border: none;
  height: 47px;
  background: #ff942e;
  padding: 0 10px;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font: 700 16px/18px "Roboto Condensed"; }
  @media (min-width: 1024px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'] {
      min-width: 113px; } }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    background: #718d26; }

@media (min-width: 1024px) {
  .wp-page #content {
    padding: 0 0 0 30px; } }

.widget {
  margin-bottom: 2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'],
.comment-form input[type='email'] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
  height: auto;
  padding: 7px 15px; }

.search-form input {
  float: left;
  height: auto;
  padding: 6px 18px; }
  .search-form input[type='search'] {
    margin: 0 4px 10px 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #ff942e;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  position: relative;
  vertical-align: middle;
  margin: 0 0 2em; }
  .navigation .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #ff942e;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev {
        padding: .2em; } }

.wp-caption {max-width: 100%; clear: both; }
  .wp-caption img {margin: 0; vertical-align: top; }
  .wp-caption p {margin: 6px 0 6px 0; font-size:13px; line-height:20px;}

iframe {display: block; margin: 0 auto 20px; max-width: 500px; }

blockquote {color: #000; margin: 0 0 20px; }

div.aligncenter {margin: 0 auto 2em; }

img.aligncenter {display: block; margin: 0 auto; width: auto; }

.alignleft {
  float: left;
  width: auto;
  margin: 0 2em 4px 0; }

.alignright {
  width: auto;
  float: right;
  margin: 0 0 4px 2em; }

.mejs-container {
  margin-bottom: 2em; }

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 300;
  margin: 0 0 20px;
  color: #333; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 22px;
  font-family: "grad";
  line-height: 25px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 32px;
      line-height: 36px; } }

h3, .h3 {
  font-size: 24px;
  font-family: "grad"; }

h4, .h4 {
  font-size: 21px;
  font-family: "grad"; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 20px; }

a {
  color: #537bbd;
  text-decoration: none; }
  a:hover,
  a:focus {
    text-decoration: none; }

.btn {
  color: #fff;
  border-radius: 2px;
  padding: 12px 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  min-width: 113px;
  text-align: center;
  background: #ff942e;
  font: 700 13px/15px "Roboto Condensed"; }
  @media (min-width: 768px) {
    .btn {
      font-size: 16px;
      line-height: 19px;
      min-width: 152px;
      padding: 16px;
      border-radius: 2px; } }
  .btn:hover {
    background: #fc8615; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px; }
  @media (min-width: 1226px) {
    .container {
      padding: 0; } }

@media (min-width: 768px) {
  .hidden-md {
    display: none; } }

@media (max-width: 1023px) {
  .hidden {
    display: none; } }

#main {
  padding: 30px 0 0; }
  @media (min-width: 1024px) {
    #main {
      padding: 60px 0 0; } }

.img-mobile {
  display: none; }
  @media (max-width: 767px) {
    .img-mobile {
      display: block; } }

@media (max-width: 767px) {
  .img-desktop {
    display: none; } }

@media (min-width: 768px) {
  .main-info-sec {
    position: relative; } }

@media (min-width: 1024px) {
  .main-info-sec {
    padding: 0 64px 0 67px; } }

.main-info-sec .post {
  margin: 0 0 55px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .main-info-sec .post {
      font-size: 17px;
      line-height: 32px;
      margin: 0 0 99px; } }
  .main-info-sec .post .info {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .main-info-sec .post .info {
        overflow: hidden;
        padding: 0 0 0 25px; } }
  @media (min-width: 768px) {
    .main-info-sec .post .align-left {
      float: left; }
      .main-info-sec .post .align-left.hidden-xs {
        width: 203px; } }
  @media (min-width: 1024px) {
    .main-info-sec .post .align-left.hidden-xs {
      width: 406px;
      margin: -132px 0 0 0; } }
  .main-info-sec .post .align-right {
    margin: 0 0 0 -25px;
    width: 294px; }
    @media (min-width: 768px) {
      .main-info-sec .post .align-right {
        margin: 0 -25px 0 0;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 400px; } }
    @media (min-width: 1024px) {
      .main-info-sec .post .align-right {
        width: 993px;
        margin: 0 -104px 0px 0; } }
  .main-info-sec .post.add {
    margin: 0 0 7px;
    position: relative; }
    @media (min-width: 768px) {
      .main-info-sec .post.add {
        margin: 0; }
        .main-info-sec .post.add .info {
          position: relative;
          z-index: 2;
          padding: 0 350px 20px 0;
          margin: 0; } }
    @media (min-width: 1024px) {
      .main-info-sec .post.add {
        min-height: 441px; }
        .main-info-sec .post.add .info {
          padding: 0 422px 0 31px; } }

.main-info-sec p {
  margin: 0 0 13px; }
  @media (min-width: 768px) {
    .main-info-sec p {
      margin: 0 0 20px; } }

.main-info-sec h2 {
  margin: 0 0 6px; }
  @media (min-width: 768px) {
    .main-info-sec h2 {
      margin: 0 0 11px; } }
  .main-info-sec h2 a {
    color: #333; }
    .main-info-sec h2 a:hover {
      color: #000; }

.company-work {
  background: #222;
  padding: 24px 0 0; }
  @media (min-width: 768px) {
    .company-work {
      padding: 63px 0 0;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .company-work .container {
      max-width: 600px; } }
  .company-work .head {
    margin: 0 0 36px;
    text-align: center; }
    @media (min-width: 768px) {
      .company-work .head {
        margin: 0 0 55px; } }
  .company-work h1 {
    color: #fff;
    margin: 0;
    font: 22px/28px "grad"; }
    @media (min-width: 768px) {
      .company-work h1 {
        font-size: 25px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .company-work h1 {
        font-size: 32px;
        line-height: 35px; } }
  .company-work .video {
    margin: 0 -5px 25px; }
    @media (min-width: 768px) {
      .company-work .video {
        margin: 0 0 95px;
        padding: 0 5px; } }
  .company-work .info-sec {
    padding: 26px 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    background: url(images/bg-pattern.jpg); }
    @media (min-width: 768px) {
      .company-work .info-sec {
        font-size: 17px;
        line-height: 32px;
        padding: 50px 0 55px;
        min-height: 318px; } }
    @media (min-width: 1024px) {
      .company-work .info-sec {
        overflow: visible; } }
    @media (min-width: 768px) {
      .company-work .info-sec .container {
        max-width: 1000px;
        position: relative;
        padding-bottom: 15px; } }
    .company-work .info-sec .img {
      width: 107px;
      float: left;
      margin: 6px -6px -57px -13px; }
      @media (min-width: 1024px) {
        .company-work .info-sec .img {
          width: 240px;
          position: absolute;
          left: 0;
          top: 0;
          margin: -77px 0 0 113px; } }
    .company-work .info-sec .info {
      overflow: hidden; }
      @media (min-width: 1024px) {
        .company-work .info-sec .info {
          float: right;
          width: 600px; } }
      .company-work .info-sec .info p {
        margin: 0 -5px 11px 0; }
        @media (min-width: 1024px) {
          .company-work .info-sec .info p {
            margin: 0 0 20px; } }
      .company-work .info-sec .info .btn {
        min-width: 99px; }
        @media (min-width: 768px) {
          .company-work .info-sec .info .btn {
            min-width: 153px; } }
    .company-work .info-sec h2 {
      margin: 0 0 7px; }
      @media (min-width: 1024px) {
        .company-work .info-sec h2 {
          float: right;
          width: 600px;
          margin: 0 0 10px; } }
      .company-work .info-sec h2 a {
        color: #fff; }
  .company-work iframe {
    width: 100%;
    max-width: inherit; }

.aside {
  background: #363636;
  text-transform: uppercase;
  font: 700 16px/18px "Roboto Condensed";
  padding: 47px 0;
  min-height: 231px; }
  .aside .nav ul {
    letter-spacing: -5px; }
  .aside .nav li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 25%;
    margin: 0 0 12px 8.3%; }
  .aside .nav a {
    color: #e5e9e7; }
    .aside .nav a:hover {
      color: #537bbd; }

.visual-area {
  overflow: hidden;
  position: relative;
  margin: 0 0 3px; }
  .visual-area .caption {
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%; }
    .visual-area .caption .container {
      display: table;
      width: 100%;
      height: 100%;
      padding: 0 20px 21px; }
      @media (min-width: 1024px) {
        .visual-area .caption .container {
          padding-bottom: 43px; } }
  .visual-area h1 {
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    margin: 0;
    display: table-cell;
    vertical-align: bottom; }
    @media (min-width: 1024px) {
      .visual-area h1 {
        font-size: 42px;
        line-height: 45px; } }
  .visual-area.inner-visual .caption {
    height: 115px; }
    @media (min-width: 1024px) {
      .visual-area.inner-visual .caption {
        height: 132px; } }
  .visual-area.inner1-visual .caption {
    height: 115px; }
    @media (min-width: 1024px) {
      .visual-area.inner1-visual .caption {
        height: 132px; } }
  .visual-area.inner1-visual:after {
    background: url(images/shape1.png) repeat-x 50% 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 32px;
    margin: 0 0 -5px; }
    @media (min-width: 1024px) {
      .visual-area.inner1-visual:after {
        height: 47px;
        background: url(images/shape2.png) repeat-x 50% 0; } }
  @media (min-width: 1024px) {
    .visual-area.about-visual {
      margin: 0 0 7px; }
      .visual-area.about-visual:after {
        height: 107px;
        background: url(images/shape3.png) repeat-x; } }
  .visual-area.about-visual h1 {
    font-size: 27px; }
    @media (min-width: 1024px) {
      .visual-area.about-visual h1 {
        font-size: 42px; } }

#sidebar {
  margin: 0 0 42px; }
  @media (min-width: 1024px) {
    #sidebar {
      float: left;
      width: 25%; } }
  #sidebar .side-info {
    font-size: 15px;
    line-height: 29px; }
    @media (min-width: 1024px) {
      #sidebar .side-info {
        font-size: 17px;
        line-height: 32px;
        margin: -8px 0 90px;
        padding: 0 31px 0 0; } }

#content {
  margin: 0 0 37px; }
  @media (min-width: 1024px) {
    #content {
      float: right;
      width: 75%; } }

.painting-area {
  letter-spacing: -5px;
  text-align: center;
  margin: 0 -15px; }
  @media (min-width: 1024px) {
    .painting-area {
      text-align: left;
      margin: 0 -4.6%; } }
  .painting-area .post {
    margin: 0 15px 36px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 268px; }
    @media (min-width: 768px) {
      .painting-area .post {
        width: 200px; } }
    @media (min-width: 1024px) {
      .painting-area .post {
        width: 24.9%;
        margin: 0 4.2% 46px; } }
    .painting-area .post .img-area {
      width: 100%;
      height: 265px;
      border: 1px solid #cfcfcf;
      margin: 0 0 16px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .painting-area .post .img-area {
          height: 200px; } }
      @media (min-width: 1024px) {
        .painting-area .post .img-area {
          height: auto;
          margin: 0 0 18px; } }
      @media (min-width: 1200px) {
        .painting-area .post .img-area {
          height: 246px; } }
      .painting-area .post .img-area:hover {
        opacity: 0.9; }
  .painting-area h2 {
    font: 17px/20px "grad"; }
    @media (min-width: 1024px) {
      .painting-area h2 {
        font-size: 16px; } }
    .painting-area h2 a {
      color: #333; }
      .painting-area h2 a:hover {
        color: #537bbd; }
  .painting-area .btn-area {
    letter-spacing: 0; }
    .painting-area .btn-area .btn {
      background: #444; }
      .painting-area .btn-area .btn:hover {
        background: #2f2f2f; }
  .painting-area.colours-area {
    margin: 0 -5.6% 0 -6.4%; }
    @media (min-width: 768px) {
      .painting-area.colours-area {
        margin: 0 -2.1%; } }
    .painting-area.colours-area .post {
      display: inline-block;
      vertical-align: top;
      width: 39.1%;
      margin: 0 5.4% 13px; }
      @media (min-width: 768px) {
        .painting-area.colours-area .post {
          width: 21.1%;
          margin: 0 1.9% 63px; } }
      .painting-area.colours-area .post h2 {
        font-size: 12px; }
        @media (min-width: 768px) {
          .painting-area.colours-area .post h2 {
            font-size: 16px; } }
      .painting-area.colours-area .post .img-area {
        height: auto;
        margin: 0 0 5px; }
        @media (min-width: 768px) {
          .painting-area.colours-area .post .img-area {
            margin: 0 0 13px; } }
    .painting-area.colours-area .btn {
      background: #959595; }
      .painting-area.colours-area .btn:hover {
        background: #908f8f; }

.widgets-area {
  padding: 0 49px 0 0; }

.widget {
  background: #f4f4f4;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 1200px) {
    .widget {
      padding: 28px 18px 31px;
      font-size: 15px;
      line-height: 27px; } }
  .widget h2 {
    text-align: center;
    font: 20px/25px "grad";
    padding: 0 2px;
    margin: 0 0 5px; }
    @media (min-width: 1200px) {
      .widget h2 {
        font-size: 26px;
        line-height: 30px; } }
  .widget p {
    margin: 0 0 22px; }
  .widget .btn-area {
    text-align: center; }
  .widget .btn {
    min-width: 160px;
    padding-bottom: 18px; }
  .widget .img-area {
    margin: 0 0 18px; }
  .widget.add {
    padding: 22px 18px 31px; }
    .widget.add h2 {
      text-align: left; }

.testimonial-area {
  padding: 149px 0 27px;
  background: url(/wp-content/uploads/2016/01/footer-testimonial-image.png) no-repeat;
  background-size: cover; }
  /*.testimonial-area:after { position: absolute; left: 0; right: 0; top: 0; content: ''; height: 116px; background: url(images/shape.png) repeat-x; }*/
  .testimonial-area .container {
    max-width: 1005px; }
  .testimonial-area blockquote {
    margin: 0;
    color: #fff; }

blockquote {
  margin: 0 0 20px;
  border: none;
  padding: 0 65px;
  text-align: center;
  font-size: 20px;
  font-style: italic; }
  blockquote q {
    display: block;
    color: #fff;
    quotes: none;
    margin: 0 0 16px;
    font: 42px/48px "grad"; }

.form-info {
  padding: 9px 0 0; }
  @media (min-width: 1024px) {
    .form-info {
      padding: 0;
      margin: 0 0 79px; } }
  .form-info h2 {
    font-size: 26px;
    color: #ff942e;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .form-info h2 {
        margin: 0 0 10px; } }
  .form-info .holder,
  .ygp_sl_form_filter {
    padding: 19px 16px 12px;
    background: #f7f7f7; }
    @media (min-width: 1024px) {
      .form-info .holder,
	  .ygp_sl_form_filter {
        padding: 25px 20px 20px; } }
  .form-info label,
  .ygp_sl_form_title,
  .ygp_sl_distance_filter_label {
    display: block;
    color: #444;
    margin: 0 0 6px;
    font: 16px/18px "grad"; }
    @media (min-width: 1024px) {
      .form-info label,
	  .ygp_sl_form_title,
	  .ygp_sl_distance_filter_label {
        font-size: 18px;
        line-height: 20px; } }
  .form-info .form-group {
    margin: 0 0 18px; }
    @media (min-width: 1024px) {
      .form-info .form-group {
        margin: 0 0 21px; } }
  .form-info .input,
  .ygp_sl_input_text {
    background: #898989 !important;
    border-radius: 3px !important; }
    .form-info .input input,
	.ygp_sl_input_text {
      border: none;
      background: none;
      height: 44px;
      width: 100%;
      padding: 14px 9px;
      font-size: 13px;
      line-height: 15px;
      font-style: italic;
      color: #fff !important;
      margin: 0; }
      @media (min-width: 1024px) {
        .form-info .input input,
		.ygp_sl_input_text {
          height: 48px;
          font-size: 15px;
          line-height: 18px;
          padding: 14px 19px; } }
      .form-info .input input::-webkit-input-placeholder {
        color: #fff; }
      .form-info .input input::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .form-info .input input:-moz-placeholder {
        color: #fff; }
      .form-info .input input:-ms-input-placeholder {
        color: #fff; }
      .form-info .input input.placeholder {
        color: #fff; }
  .form-info .group-holder .select,
  .ygp_sl_category_distance_box {
    float: left;
    width: 46%;
    margin: 0; }
    @media (min-width: 1024px) {
      .form-info .group-holder .select,
	  .ygp_sl_category_distance_box {
        width: 45%; } }
  .form-info .select {
    margin: 0 0 48px; }
  .form-info .btn,
  .ygp_sl_input_button {
    float: right;
    height: 44px;
    font-size: 16px;
    background: #ff942e;
    min-width: inherit;
    width: 47%;
    padding: 0;
    border-radius: 2px; }
    .form-info .btn:hover,
	.ygp_sl_input_button:hover {
      background: #718d26; }
    @media (min-width: 1024px) {
      .form-info .btn,
	  .ygp_sl_input_button {
        height: 48px;
        width: 45%;
        font-size: 14px; } }

.address-area {
  padding: 0 15px 0;
  margin: -8px 0  0; }
  @media (min-width: 1024px) {
    .address-area {
      padding: 41px 0 0 0;
      margin: 0; } }
  .address-area .block,
  .ygp_sl_stores_list_box {
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .address-area .block,
  .ygp_sl_stores_list_box {
        display: inline-block;
        vertical-align: top;
        width: 33.3%; } }
    @media (min-width: 1024px) {
      .address-area .block,
  .ygp_sl_stores_list_box {
        padding: 0 5.7% 0 0 !important;
        width: 33%; } }
  .address-area address {
    font-size: 12px;
    line-height: 19px;
    font-style: normal;
    margin: 0 0 43px;
    display: block; }
    @media (max-width: 767px) {
      .address-area address br {
        display: none; } }
    @media (min-width: 1024px) {
      .address-area address {
        font-size: 13px;
        line-height: 21px;
        margin: 0 0 46px; } }
    .address-area address .tell {
      display: block; }
    .address-area address .email {
      display: block; }
    .address-area address strong,
	.ygp_sl_stores_list_name,
	.ygp_sl_stores_list_distance,
	.ygp_sl_stores_list_more_info_box a {
       color: #222 !important; }
    .address-area address a {
      color: #222; }
      .address-area address a:hover {
        color: #333; }

.color-select {
  padding: 6px 0 0;
  margin: 0 0 39px; }
  @media (min-width: 1024px) {
    .color-select {
      position: absolute;
      right: 0;
      top: 0;
      margin: 118px 46px 0 0;
      width: 250px;
      z-index: 2; } }
  .color-select .jcf-select {
    border: 2px solid #fff;
    height: 37px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-style: normal; }
    .color-select .jcf-select .jcf-select-text {
      padding: 10px 9px; }
    @media (min-width: 1024px) {
      .color-select .jcf-select {
        height: 48px;
        font-size: 18px; }
        .color-select .jcf-select .jcf-select-opener {
          margin: -8px 15px 0 0; } }

@media (min-width: 1024px) {
  .contact-area {
    margin: -14px 0 0; } }

.contact-area h2 {
  font-size: 23px;
  line-height: 25px;
  margin: 0 0 11px;
  color: #ff942e; }
  @media (min-width: 1024px) {
    .contact-area h2 {
      font-size: 28px;
      line-height: 30px;
      margin: 5px 0 20px; } }

.contact-area .contact-info {
  padding: 17px 18px 24px;
  background: #f4f4f4;
  font-weight: 400;
  margin: 0 0 59px; }
  @media (min-width: 1024px) {
    .contact-area .contact-info {
      padding: 34px 32px 22px; } }
  .contact-area .contact-info a {
    color: #333; }
    .contact-area .contact-info a:hover {
      color: #78cdf0; }
  .contact-area .contact-info .email {
    display: block;
    margin: 0 0 4px; }
    @media (min-width: 1024px) {
      .contact-area .contact-info .email {
        margin: 0 0 10px; } }

.contact-area dl {
  margin: 0; }
  .contact-area dl dt {
    font-weight: 400;
    margin: 0 0 4px;
    padding: 0 4px 0 0; }
    @media (min-width: 1024px) {
      .contact-area dl dt {
        margin: 0 0 12px; } }
  .contact-area dl dd {
    margin: 0 0 4px 26px; }
    @media (min-width: 1024px) {
      .contact-area dl dd {
        margin: 0 0 12px 31px; } }

@media (min-width: 768px) {
  .contact-area #sidebar {
    float: right;
    width: 35%; } }

@media (min-width: 1024px) {
  .contact-area #sidebar {
    width: 30%; } }

@media (min-width: 1200px) {
  .contact-area #sidebar {
    width: 25.2%; } }

.contact-area #content {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .contact-area #content {
      overflow: hidden;
      padding: 0 50px 0 0; } }
  @media (min-width: 1024px) {
    .contact-area #content {
      float: none;
      width: auto;
      font-size: 21px;
      line-height: 28px;
      padding: 0 103px 0 0; } }
  .contact-area #content p {
    margin: 0 0 17px; }
    @media (min-width: 1024px) {
      .contact-area #content p {
        margin: 0 0 30px; } }
  .contact-area #content h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 0; }
    @media (min-width: 1024px) {
      .contact-area #content h2 {
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 15px; } }
  .contact-area #content .post-area .post {
    padding: 0 0 16px;
    margin: 0 0 41px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #e4e4e4; }
    @media (min-width: 1024px) {
      .contact-area #content .post-area .post {
        font-size: 17px;
        line-height: 34px;
        padding: 0 0 59px;
        margin: 0 0 68px; }
        .contact-area #content .post-area .post br {
          display: none; } }
    .contact-area #content .post-area .post:last-child {
      margin: 0; }
    .contact-area #content .post-area .post p {
      margin: 0 0 21px; }
    .contact-area #content .post-area .post .video-sec {
      margin: -7px 0 11px; }
      @media (min-width: 1024px) {
        .contact-area #content .post-area .post .video-sec {
          margin: 0 0 32px; } }
    .contact-area #content .post-area .post .btn-more {
      color: #222;
      text-transform: uppercase;
      font: 700 14px/16px "Roboto Condensed"; }
      @media (min-width: 1024px) {
        .contact-area #content .post-area .post .btn-more {
          font-size: 17px;
          line-height: 19px; } }
      .contact-area #content .post-area .post .btn-more:hover {
        color: #ff942e; }
    .contact-area #content .post-area .post h2 {
      margin: 0 0 4px;
      font-size: 21px; }
      @media (min-width: 1024px) {
        .contact-area #content .post-area .post h2 {
          font-size: 32px;
          line-height: 34px;
          margin: 0 0 10px; } }
      .contact-area #content .post-area .post h2 a {
        color: #333; }
        .contact-area #content .post-area .post h2 a:hover {
          color: #ff942e; }
    .contact-area #content .post-area .post .head {
      margin: 0 0 16px; }
      @media (min-width: 1024px) {
        .contact-area #content .post-area .post .head {
          margin: 0 0 25px; } }
    .contact-area #content .post-area .post .meta {
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .contact-area #content .post-area .post .meta {
          font-size: 14px;
          line-height: 16px; } }
      .contact-area #content .post-area .post .meta a {
        color: #555; }
        .contact-area #content .post-area .post .meta a:hover {
          color: #ff942e; }
        .contact-area #content .post-area .post .meta a.link {
          color: #ff942e; }
          .contact-area #content .post-area .post .meta a.link:hover {
            color: #555; }
    .contact-area #content .post-area .post .bypostauthor {
      display: block; }
      @media (min-width: 768px) {
        .contact-area #content .post-area .post .bypostauthor {
          display: inline-block;
          vertical-align: top; } }

@media (min-width: 1024px) {
  .contact-area.blog-area {
    margin: -11px 0 0; } }

.contact-area.blog-area #sidebar {
  margin: -10px 0 33px;
  border-top: 1px solid #e7e7e7; }
  @media (min-width: 768px) {
    .contact-area.blog-area #sidebar {
      border: none; } }
  @media (min-width: 1024px) {
    .contact-area.blog-area #sidebar {
      width: 24%;
      margin: 4px 0 33px; } }

@media (min-width: 768px) {
  .contact-area.blog-area .open-close {
    margin: 0 0 73px; } }

.contact-area.blog-area .contact-info {
  margin: 0;
  padding: 30px 41px 30px; }
  @media (min-width: 768px) {
    .contact-area.blog-area .contact-info {
      display: block !important;
      position: static !important;
      height: auto !important;
      margin: 0 !important; } }
  .contact-area.blog-area .contact-info ul {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase; }
    .contact-area.blog-area .contact-info ul li {
      margin: 0 0 18px; }
      .contact-area.blog-area .contact-info ul li:last-child {
        margin: 0; }
    .contact-area.blog-area .contact-info ul a {
      color: #222; }
      .contact-area.blog-area .contact-info ul a:hover {
        color: #ff942e; }

.contact-area.blog-area .open-close {
  border-bottom: 1px solid #e7e7e7; }
  @media (min-width: 768px) {
    .contact-area.blog-area .open-close {
      border: none; } }
  .contact-area.blog-area .open-close h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0;
    padding: 13px 14px 12px; }
    @media (min-width: 1024px) {
      .contact-area.blog-area .open-close h2 {
        font-size: 28px;
        line-height: 30px;
        padding: 0;
        margin: 0 0 15px; } }
    .contact-area.blog-area .open-close h2 a {
      color: #333;
      display: block;
      position: relative; }
      @media (min-width: 768px) {
        .contact-area.blog-area .open-close h2 a {
          color: #ff942e;
          cursor: auto; } }
      .contact-area.blog-area .open-close h2 a:after {
        position: absolute;
        right: 0;
        top: 0;
        margin: 1px 2px 0 0;
        color: #333;
        font-size: 14px;
        font-family: 'FontAwesome';
        content: "\f0d7"; }
        @media (min-width: 768px) {
          .contact-area.blog-area .open-close h2 a:after {
            display: none; } }

.product-area {
  margin: -10px 0 46px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    .product-area {
      margin: -14px 0 0; } }
  .product-area h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 25px; }
    @media (min-width: 1024px) {
      .product-area h2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 14px; }
        .product-area h2 br {
          display: none; } }
  .product-area .product-detail {
    margin: 0 0 56px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .product-area .product-detail {
        margin: 0 0 95px; } }
    .product-area .product-detail .img-area {
      max-width: 246px;
      margin: 0 auto 36px; }
      @media (min-width: 768px) {
        .product-area .product-detail .img-area {
          max-width: 450px; } }
      @media (min-width: 1024px) {
        .product-area .product-detail .img-area {
          margin: 0;
          float: left;
          max-width: inherit;
          width: 35%; } }
    @media (min-width: 1024px) {
      .product-area .product-detail h2 {
        float: right;
        width: 62%; } }
  @media (min-width: 1024px) {
    .product-area .info {
      float: right;
      width: 62%; }
      .product-area .info p {
        margin: 0 0 21px; } }
  .product-area .product-list h3 {
    font: 600 18px/22px "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #333;
    margin: 0 0 16px; }
  .product-area .product-list .holder {
    font-size: 17px;
    line-height: 28px;
    padding: 23px 20px 14px;
    font-weight: 300;
    background: #f4f4f4;
    margin: 0 0 30px;
    border-radius: 3px; }
    @media (min-width: 1024px) {
      .product-area .product-list .holder {
        padding: 14px 33px 14px;
        letter-spacing: -5px; }
        .product-area .product-list .holder ul {
          width: 40%;
          letter-spacing: 0;
          display: inline-block;
          vertical-align: top; } }
    .product-area .product-list .holder li {
      margin: 0 0 7px; }
      .product-area .product-list .holder li strong {
        font-size: 14px; }
  .product-area .product-list .btn-area {
    text-align: center; }
    @media (min-width: 1024px) {
      .product-area .product-list .btn-area {
        text-align: left; } }
  .product-area .list-product {
    letter-spacing: -5px;
    margin: 0 -33px 0 -15px; }
    @media (min-width: 1024px) {
      .product-area .list-product {
        text-align: center;
        margin: 0 42px -34px -33px; } }
    .product-area .list-product li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0;
      width: 50%;
      padding: 0 15px 0;
      margin: 0 0 23px; }
      @media (min-width: 768px) {
        .product-area .list-product li {
          width: 25%; } }
      @media (min-width: 1024px) {
        .product-area .list-product li {
          margin: 0 0 77px; } }
      .product-area .list-product li .img-area {
        width: 90px;
        margin: 0 0 14px; }
        @media (min-width: 1024px) {
          .product-area .list-product li .img-area {
            width: 141px;
            margin: 0 auto 26px; } }
      .product-area .list-product li h3 {
        font: 16px/18px "grad"; }
        @media (min-width: 1024px) {
          .product-area .list-product li h3 {
            font-size: 17px;
            line-height: 19px; } }
        .product-area .list-product li h3 a {
          color: #333; }
          .product-area .list-product li h3 a:hover {
            color: #ff942e; }
  @media (min-width: 1024px) {
    .product-area .related-product p {
      margin: 0 0 49px; } }
  .product-area .related-product h2 {
    margin: 0 0 22px; }
    @media (min-width: 1024px) {
      .product-area .related-product h2 {
        margin: 0 0 12px; } }
  .product-area .btn {
    min-width: 143px;
    height: 47px;
    font-size: 16px;
    padding: 16px;
    line-height: 16px; }
    @media (min-width: 1024px) {
      .product-area .btn {
        min-width: 162px;
        height: 53px;
        padding: 20px;
        border-radius: 3px; } }
  .product-area .footer {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300; }
    @media (min-width: 1024px) {
      .product-area .footer {
        font-size: 28px;
        line-height: 35px;
        max-width: 522px;
        margin: 0 auto; } }
    .product-area .footer p {
      margin: 0 0 23px; }

.paging {
  letter-spacing: -5px;
  padding: 15px 0 3px; }
  @media (min-width: 1024px) {
    .paging {
      padding: 29px 0 0; } }
  .paging li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0 9px 0 0; }
    @media (min-width: 1024px) {
      .paging li {
        margin: 0 14px 0 0; } }
  .paging a, .paging strong {
    display: block;
    background: #ccc;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #222;
    font: 700 14px/28px "Roboto Condensed"; }
    @media (min-width: 1024px) {
      .paging a, .paging strong {
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px; } }
  .paging a:hover {
    background: #ff942e;
    color: #fff; }
  .paging strong {
    background: #ff942e;
    color: #fff; }

.wpcf7 {
  padding: 0 0 39px; }
  @media (min-width: 1024px) {
    .wpcf7 {
      padding: 0; } }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block; }
  .wpcf7 .textarea-required {
    padding: 15px 0 0; }
    @media (min-width: 1024px) {
      .wpcf7 .textarea-required {
        padding: 17px 0 0; } }
  .wpcf7 label {
    display: block;
    margin: 0 0 15px;
    color: #333; }
    @media (min-width: 1024px) {
      .wpcf7 label {
        margin: 0 0 8px; } }
  @media (min-width: 1024px) {
    .wpcf7 .form-group .wpcf7-form-control-wrap {
      float: right;
      width: 46.3%; }
      .wpcf7 .form-group .wpcf7-form-control-wrap:first-child {
        float: left; } }

@media (min-width: 1024px) {
  .resources-area {
    margin: -14px 0 0; } }

.resources-area .color-select {
  padding: 0;
  margin: -8px 0 0; }
  .resources-area .color-select h2 {
    display: none; }
  @media (min-width: 1024px) {
    .resources-area .color-select {
      position: static; }
      .resources-area .color-select .select {
        padding: 15px 0 0; }
        .resources-area .color-select .select .jcf-select {
          display: none !important; }
        .resources-area .color-select .select h2 {
          font-size: 26px;
          line-height: 28px;
          color: #ff942e;
          margin: 0 0 25px;
          display: block; } }

.resources-area .side-nav {
  display: none; }
  @media (min-width: 1024px) {
    .resources-area .side-nav {
      display: block;
      padding: 20px 15px 12px 35px;
      font-size: 13px;
      background: #f0f0f0; } }
  .resources-area .side-nav li {
    margin: 0 0 18px;
    font-weight: 400;
    text-transform: uppercase; }
    .resources-area .side-nav li a {
      color: #222; }
      .resources-area .side-nav li a:hover {
        color: #ff942e;
        font-weight: 700;
        position: relative; }
        .resources-area .side-nav li a:hover:after {
          position: absolute;
          left: 0;
          top: 0;
          content: '';
          margin: -7px 0 0 -15px;
          content: "\f0da";
          font-family: 'FontAwesome'; }

@media (min-width: 1022px) {
  .resources-area #content {
    padding: 0 0 0 40px; } }

@media (min-width: 1200px) {
  .resources-area #content {
    padding: 0; } }

.resources-area #content h2 {
  margin: 0 0 17px;
  font: 300 29px/31px "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .resources-area #content h2 {
      font-size: 32px;
      line-height: 35px;
      margin: 0 0 28px; } }

.resources-area .accordion {
  padding: 0 0 6px; }
  @media (min-width: 1024px) {
    .resources-area .accordion {
      padding: 0 0 33px; } }
  .resources-area .accordion > li {
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .resources-area .accordion > li {
        margin: 0 0 20px; } }
    .resources-area .accordion > li.active .opener-slide {
      color: #fff;
      background: #ff942e; }
    .resources-area .accordion > li.active .arrows:after {
      color: #333;
      content: "\f068"; }
  .resources-area .accordion .opener-slide {
    display: block;
    overflow: hidden;
    padding: 21px 50px 16px 10px;
    position: relative;
    background: #f4f4f4;
    font: 18px/20px "grad";
    color: #333;
    min-height: 57px;
    border-radius: 3px; }
    @media (min-width: 1024px) {
      .resources-area .accordion .opener-slide {
        font-size: 26px;
        min-height: 84px;
        line-height: 30px;
        padding: 25px 80px 29px 31px; } }
  .resources-area .accordion .arrows {
    background: #fff;
    position: absolute;
    right: 14px;
    text-align: center;
    width: 31px;
    height: 31px;
    top: 50%;
    margin: -15px 0 0;
    line-height: 31px;
    border-radius: 3px; }
    @media (min-width: 1024px) {
      .resources-area .accordion .arrows {
        width: 44px;
        height: 44px;
        margin: -22px 0 0;
        right: 25px; } }
    .resources-area .accordion .arrows:after {
      font-size: 14px;
      color: #ff942e;
      content: "\f067";
      font-weight: 100;
      font-family: 'FontAwesome'; }
      @media (min-width: 1024px) {
        .resources-area .accordion .arrows:after {
          font-size: 23px;
          line-height: 47px; } }

.resources-area p {
  margin: 0 0 6px; }
  @media (min-width: 1024px) {
    .resources-area p {
      margin: 0 0 10px; } }

.resources-area .note {
  display: block;
  line-height: 25px;
  margin: 0 0 2px; }

.resources-area h3 {
  color: #ff942e;
  margin: 26px 0 0;
  font: 700 15px/18px "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .resources-area h3 {
      margin: 34px 0 0; } }

.resources-area .slide-holder {
  padding: 15px 0; }
  @media (min-width: 1024px) {
    .resources-area .slide-holder {
      font-size: 15px;
      line-height: 31px;
      padding: 26px 0 36px; } }

@media (min-width: 1024px) {
  .resources-area #sidebar {
    padding: 0 10px 0 0; } }

.about-area {
  padding: 0 0 25px; }
  @media (min-width: 1024px) {
    .about-area {
      padding: 0 0 49px; } }
  @media (min-width: 1024px) {
    .about-area .main-info-sec {
      padding: 0 46px 81px 189px; } }
  .about-area .main-info-sec .container {
    padding: 0 23px; }
    @media (min-width: 1024px) {
      .about-area .main-info-sec .container {
        padding: 0; } }
  .about-area .main-info-sec h2 {
    font-size: 22px;
    line-height: 24px;
    color: #333; }
    @media (min-width: 1024px) {
      .about-area .main-info-sec h2 {
        font-size: 32px;
        line-height: 35px;
        width: 53%; } }
  .about-area .main-info-sec .post {
    font-size: 12px;
    line-height: 23px;
    margin: 0 0 35px; }
    @media (min-width: 1024px) {
      .about-area .main-info-sec .post {
        font-size: 17px;
        line-height: 32px;
        margin: 0 0 141px; } }
    .about-area .main-info-sec .post p {
      margin: 0 0 5px; }
      @media (min-width: 1024px) {
        .about-area .main-info-sec .post p {
          margin: 0 0 10px; } }
    .about-area .main-info-sec .post .align-right {
      margin: 23px -9px 0 10px;
      float: right;
      width: 109px; }
      @media (min-width: 768px) {
        .about-area .main-info-sec .post .align-right {
          margin: -50px 0 0 66px;
          position: static; } }
      @media (min-width: 1024px) {
        .about-area .main-info-sec .post .align-right {
          width: 217px;
          margin: -100px 140px 0 66px; } }
      @media (min-width: 1200px) {
        .about-area .main-info-sec .post .align-right {
          margin: -100px 163px 0 66px; } }
    .about-area .main-info-sec .post .info {
      overflow: hidden; }
      @media (min-width: 768px) {
        .about-area .main-info-sec .post .info {
          padding: 0; } }
    .about-area .main-info-sec .post.add {
      margin: 0 0 25px;
      position: relative; }
      @media (min-width: 1024px) {
        .about-area .main-info-sec .post.add {
          min-height: inherit; } }
      @media (min-width: 768px) {
        .about-area .main-info-sec .post.add .info {
          float: none;
          width: auto;
          padding: 0 0 0 267px; } }
      @media (min-width: 1024px) {
        .about-area .main-info-sec .post.add .info {
          padding: 0 0 0 440px; } }
      .about-area .main-info-sec .post.add .align-left {
        width: 273px;
        margin: -14px -10px 0 -23px; }
        @media (min-width: 768px) {
          .about-area .main-info-sec .post.add .align-left {
            position: absolute;
            left: 0;
            top: 0; } }
        @media (min-width: 1024px) {
          .about-area .main-info-sec .post.add .align-left {
            width: 561px;
            position: absolute;
            left: 0;
            margin: 4px -100px 0 -190px; } }
  .about-area .color-area {
    font-size: 12px;
    line-height: 23px; }
    @media (min-width: 1024px) {
      .about-area .color-area {
        font-size: 17px;
        line-height: 32px; }
        .about-area .color-area .container {
          position: relative;
          margin: 0;
          padding: 0 0 0 189px; }
          .about-area .color-area .container .holder {
            padding: 0 404px 0 0; } }
    .about-area .color-area p {
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .about-area .color-area p {
          margin: 0 0 12px; } }
    .about-area .color-area .img {
      margin: 0 auto 17px;
      max-width: 300px; }
      @media (min-width: 1024px) {
        .about-area .color-area .img {
          position: absolute;
          right: 0;
          top: 0;
          max-width: 326px;
          margin: 49px 0 0 0; } }
    .about-area .color-area .img-area {
      margin: 0 0 38px; }
      @media (min-width: 1024px) {
        .about-area .color-area .img-area {
          margin: 0 0 144px; } }
    .about-area .color-area h2 {
      margin: 0 0 5px; }
      @media (min-width: 1024px) {
        .about-area .color-area h2 {
          margin: 0 0 10px; } }
  .about-area .signature {
    width: 170px; }
    @media (min-width: 1024px) {
      .about-area .signature {
        width: 335px;
        padding: 23px 0 0 0; } }

/* custom select styles */
.jcf-select {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  background: #898989;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-radius: 2px; }
  @media (min-width: 1024px) {
    .jcf-select {
      height: 48px;
      font-size: 15px;
      line-height: 18px; } }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 14px 9px; }
    @media (min-width: 1024px) {
      .jcf-select .jcf-select-text {
        padding: 14px 0 14px 19px; } }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    margin: -6px 17px 0 0;
    font-style: normal;
    font-size: 14px;
    font-family: 'FontAwesome'; }
    .jcf-select .jcf-select-opener:after {
      content: "\f0d7"; }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
    .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border: 1px solid #f00; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  line-height: 14px;
  font-size: 16px;
  border: 2px solid #fff;
  width: 100%; }
  @media (min-width: 1024px) {
    .jcf-list {
      font-size: 17px;
      line-height: 19px; } }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block;
      padding: 10px 7px;
      border-top: 1px solid #4c4c4c; }
      .jcf-list ul li:first-child {
        border: none; }
  .jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 8px;
    color: #fff;
    height: 1%;
    font-weight: 300; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #363636;
  width: 8px;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 0 3px; }
  .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #111;
    height: 1px;
    width: 8px;
    border-radius: 10px; }

#header {
  position: relative;
  background: #000;
  padding: 24px 0 26px;
  z-index: 99; }
  @media (min-width: 1024px) {
    #header {
      padding-bottom: 0; } }

.logo {
  position: absolute;
  display: block;
  width: 92px;
  z-index: 99; }
  @media (min-width: 1024px) {
    .logo {
      width: 113px;
      margin: -6px 0 0 68px; } }
  @media (min-width: 1024px) {
    .home-page .logo {
      width: 164px; } }

#footer {
  background: #111;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  padding: 18px 0; }
  @media (min-width: 768px) {
    #footer {
      font-size: 13px;
      line-height: 15px;
      padding: 18px 0 14px; } }
  #footer .container {
    padding: 0 16px; }
    @media (min-width: 1024px) {
      #footer .container {
        padding: 0;
        max-width: 995px; } }
  #footer p {
    margin: 0;
    overflow: hidden; }
    @media (min-width: 1024px) {
      #footer p {
        padding: 10px 0 0; } }
    #footer p .link {
      display: block; }
      @media (min-width: 768px) {
        #footer p .link {
          display: inline-block;
          vertical-align: top; } }
    #footer p a {
      color: #fff; }
      #footer p a:hover {
        color: #537bbd; }

.social-networks {
  float: right;
  width: 58px;
  margin: 1px -2px 0 5px;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .social-networks {
      font-size: 14px;
      width: 200px;
      margin: 1px 128px 0 0; } }
  .social-networks li {
    float: left; }
     .social-networks li a {
      color: #fff;
      display: block;
      text-align: center;
      line-height: 26px;
      width: 26px;
      height: 26px; }
      .social-networks li a:hover {
        opacity: 0.9; }
      @media (min-width: 1024px) {
        .social-networks li a {
          width: 31px;
          height: 31px;
          line-height: 31px;
          margin-left: 10px } }
    .social-networks li.facebook a {
      background: #537bbd; }
    .social-networks li.twitter a {
      background: #78cdf0; }
    .social-networks li.instagram a {
      background: #fb3958; }
    .social-networks li.youtube a {
      background: #ff0000; }
        

.resize-active * {
  transition: none !important; }

.drop {
  max-height: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%; }
  @media (min-width: 1024px) {
    .drop {
      position: static;
      max-height: inherit;
      overflow: visible; } }
  .nav-active .drop {
    max-height: 4000px; }
  .drop .drop-holder {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(17, 17, 17, 0.96);
    padding: 61px 0 24px; }
    @media (min-width: 1024px) {
      .drop .drop-holder {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: none;
        padding: 0 0 26px; } }
    .nav-active .drop .drop-holder {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

#nav {
  text-align: center; }
  @media (min-width: 1024px) {
    #nav {
      padding: 0 0 0 258px;
      position: relative; } }
  #nav ul {
    letter-spacing: 1px;
    text-transform: uppercase;
    font: 700 16px/18px "Roboto Condensed"; }
    @media (min-width: 1024px) {
      #nav ul {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -5px;
        text-align: right;
        padding: 10px 49px 3px 0; } }
    #nav ul li {
      margin: 0 0 37px; }
      @media (min-width: 1024px) {
        #nav ul li {
          display: inline-block;
          vertical-align: top;
          letter-spacing: 1px;
          margin: 0 0 0 3.2%; } }
      #nav ul li.active a {
        color: #fdca01; }
    #nav ul a {
      color: #fff; }
      #nav ul a:hover {
        color: #fdca01; }
  @media (min-width: 1024px) {
    #nav .open-close {
      position: absolute;
      right: 0;
      text-align: left;
      top: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .nav-active #nav .open-close {
        max-height: inherit; }
      #nav .open-close ul {
        text-align: left;
        width: 275px;
        padding: 57px 50px 5px;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        background: rgba(17, 17, 17, 0.96); }
        .nav-active #nav .open-close ul {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
      #nav .open-close li {
        display: block;
        margin: 0 0 54px; } }

.opener {
  float: right;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 18px; }
  @media (min-width: 1024px) {
    .opener {
      position: absolute;
      right: 0;
      top: 9px;
      z-index: 99; } }
  .opener:before,
  .opener:after,
  .opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .nav-active .opener:before,
    .nav-active .opener:after,
    .nav-active .opener span {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px;
      left: 0;
      right: 0; }
  .nav-active .opener span {
    opacity: 0; }
  .opener:before,
  .opener:after {
    content: '';
    top: 7px; }
  .opener:after {
    top: 0; }
    .nav-active .opener:after {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.carousel {
  position: relative; }
  .carousel:after {
    background: url(images/shape1.png) repeat-x 50% 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 32px;
    margin: 0 0 -5px; }
    @media (min-width: 1024px) {
      .carousel:after {
        height: 107px;
        margin: 0 0 -42px 0;
        background: url(images/shape3.png) repeat-x 50% 0; } }
  @media (min-width: 1024px) {
    .carousel {
      margin: 0 0 9px; } }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .carousel .slideset {
    width: 99999px;
    float: left; }
  .carousel .slide {
    float: left; }
  .carousel .img-area {
    overflow: hidden; }
  .carousel .caption {
    position: absolute;
    width: 100%;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px 0; }
    @media (min-width: 1024px) {
      .carousel .caption {
        padding: 125px 0; } }
    .carousel .caption .container {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
    .carousel .caption .head {
      margin: 23px 0 10px; }
      @media (min-width: 768px) {
        .carousel .caption .head {
          margin: 5px 0; } }
      @media (min-width: 1024px) {
        .carousel .caption .head {
          margin: -20px 0 14px; } }
    .carousel .caption .img {
      width: 169px;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .carousel .caption .img {
          width: 335px; } }
    .carousel .caption h1 {
      margin: 0;
      color: #fff;
      font: 32px/38px "grad"; }
      @media (min-width: 768px) {
        .carousel .caption h1 {
          font-size: 67px;
          line-height: 75px; } }
  .carousel .pagination {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    letter-spacing: -5px;
    padding: 0 0 15px; }
    @media (min-width: 1024px) {
      .carousel .pagination {
        padding: 0 0 58px; } }
    .carousel .pagination li {
      letter-spacing: 0;
      padding: 0 4px;
      display: inline-block;
      vertical-align: top; }
      .carousel .pagination li.active a {
        background: #fff; }
    .carousel .pagination a {
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      border-radius: 100%;
      width: 10px;
      height: 10px;
      background: #959595; }
      @media (min-width: 1024px) {
        .carousel .pagination a {
          width: 12px;
          height: 12px; } }
      .carousel .pagination a:hover {
        background: #fff; }

.news-letter {
  min-height: 436px;
  padding: 52px 0;
  background: url(images/img7-small.jpg) repeat-x 50% 100%; }
  @media (min-width: 768px) {
    .news-letter {
      padding: 58px 0; } }
  @media (min-width: 1024px) {
    .news-letter {
      min-height: 450px;
      background: url(images/img7.jpg) repeat-x 50% 100%; } }
  .news-letter .form-news {
    text-align: center;
    margin: 0 auto;
    max-width: 300px; }
    @media (min-width: 768px) {
      .news-letter .form-news {
        max-width: 665px; } }
    .news-letter .form-news .form-group {
      position: relative; }
      @media (min-width: 768px) {
        .news-letter .form-news .form-group {
          width: 465px;
          float: right;
          padding: 0 135px 0 0;
          margin: 0 3px 0 0; } }
    .news-letter .form-news .input {
      background: #252525;
      padding: 0 16px;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .news-letter .form-news .input {
          margin: 0; } }
      .news-letter .form-news .input input {
        border: none;
        background: none;
        height: 46px;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
        margin: 0;
        width: 100%;
        padding: 14px 0;
        font-weight: 300; }
        @media (min-width: 768px) {
          .news-letter .form-news .input input {
            height: 53px;
            font-size: 14px;
            line-height: 16px;
            padding: 18px 0; } }
        .news-letter .form-news .input input::-webkit-input-placeholder {
          color: #fff; }
        .news-letter .form-news .input input::-moz-placeholder {
          opacity: 1;
          color: #fff; }
        .news-letter .form-news .input input:-moz-placeholder {
          color: #fff; }
        .news-letter .form-news .input input:-ms-input-placeholder {
          color: #fff; }
        .news-letter .form-news .input input.placeholder {
          color: #fff; }
    .news-letter .form-news input[type="submit"] {
      background: #ff942e;
      min-width: 106px;
      padding: 13px 16px; }
      .news-letter .form-news input[type="submit"]:hover {
        background: #718d26; }
      @media (min-width: 768px) {
        .news-letter .form-news input[type="submit"] {
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 2px;
          height: 53px;
          min-width: 115px; } }
    .news-letter .form-news label {
      display: block;
      color: #555;
      margin: 0 0 16px;
      font: 18px/20px "grad"; }
      @media (min-width: 768px) {
        .news-letter .form-news label {
          float: left;
          margin: 17px 0 0; } }

/*# sourceMappingURL=style.css.map */

span.wpcf7-form-control-wrap{
	position:static;
}
.messageLebel{
	padding:17px 0 0;
}

span.wpcf7-not-valid-tip{
	margin:0 0 10px;
}
.ygp_sl_input_button{
	margin:32px 0 0;
}
@media (max-width: 768px) {
		 .wpcf7-form{
			 padding:0 0 39px;
			}
			.messageLebel{
				padding:15px 0 0;
			}
			.ygp_sl_input_button{
				margin:28px 0 0;
			}
		}
		
.ygp_sl_distance_filter_label{
	margin-left:0 !important;
	display:inline-block;
}	
.ygp_sl_form_filter{
	overflow:hidden;
	margin:45px 0 20px;
}		

.ygp_sl_category_distance_box{
	margin:0 !important;
}
.page-template-template-where-to-buy .visual-area{
		height:115px;
}
@media (min-width: 1024px) {
	.page-template-template-where-to-buy .visual-area{
		height:135px;
	}
	.page-template-template-where-to-buy .visual-area.inner-visual .caption{
		height:135px;
	}
}
.page-template-template-where-to-buy .address-area{padding:0;}

.store_locator_list{
	letter-spacing:-5px;
}
.ygp_sl_stores_list_box{
	display:inline-block !important;
	vertical-align:top !important;
	border:none !important;
	 font-size: 13px;
    line-height: 21px;
    margin: 0 0 46px !important;
}

.ygp_sl_stores_list_box img{ display:none;}

.page-id-5 #wrapper {background:#EAEAEA;}

.responsive-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 10px;
}
.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
