/*
Theme Name: Nickfletcher
Author: Anonymous
Author URI:
Version: 1
Description: Nickfletcher theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Nickfletcher
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, .navigation-single: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: #fff;
  background: #242728;
  font: 17px/1.5294117647 "Open Sans", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1359px) {
    body {
      font-size: 16px; } }
  @media (max-width: 767px) {
    body {
      font-size: 16px;
      line-height: 26px; } }

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

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

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

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

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

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

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

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

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

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 56px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  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,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #676767; }
  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,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #676767; }
  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,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #676767; }
  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,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #676767; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #676767; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #242728; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px; }

.select2-container--default .select2-selection--single {
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 22px;
  border-radius: 0;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #fff;
  background-color: #fff; }

.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1) !important; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 120px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  padding: 12px 35px;
  min-height: 46px;
  text-align: center;
  border-radius: 10px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #000;
  background: #D2AC2A;
  border: 0;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  transition: linear 0.4s;
  background-size: 150% 100%;
  text-decoration: none;
  letter-spacing: 1px;
  z-index: 1;
  position: relative; }
  @media (min-width: 1024px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 24px;
      line-height: 26px;
      padding: 15px 35px; } }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #D2AC2A;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paging .nav-links .prev, .paging .nav-links .next {
      padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0; }

.paging .nav-links a, .paging .nav-links span {
  color: #fff !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  margin: 2px 4px;
  border-radius: 100%;
  font-family: "Open Sans", sans-serif;
  border: solid 1px #D2AC2A;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.paging .nav-links span.current {
  background: #f2f2f2;
  border-color: #f2f2f2; }
  .bg-gray .paging .nav-links span.current {
    background: #fff;
    border-color: #fff; }

.paging .nav-links a:hover {
  background: none;
  color: #D2AC2A !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: #D2AC2A;
  color: #fff !important;
  border-color: #D2AC2A; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.5294117647em; }
  .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'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

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

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #f2f2f2;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #242728; }

.commentlist {
  margin: 0 0 1.5294117647em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5294117647em 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: 1.5294117647em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5294117647em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #f2f2f2;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #242728; }

.navigation-single {
  margin-bottom: 1.5294117647em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #f2f2f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #242728; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #f2f2f2;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
      .navigation-single .next a:hover,
      .navigation-single .prev a:hover {
        background: #242728; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5294117647em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

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

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

.alignleft {
  float: left;
  margin: 0 1.5294117647em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5294117647em; }

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

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

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 60px; } }

h2, .h2 {
  font-size: 35px;
  line-height: 1.2; }
  @media (min-width: 576px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 50px; } }

h3, .h3 {
  font-size: 30px; }
  @media (min-width: 576px) {
    h3, .h3 {
      font-size: 35px; } }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 45px; } }

h4, .h4 {
  font-size: 20px; }

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

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

p {
  margin: 0 0 1em; }

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

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map:before {
  content: "\e93c"; }

.icon-phone:before {
  content: "\e93d"; }

.icon-email:before {
  content: "\e93e"; }

.icon-play:before {
  content: "\e93b"; }

.icon-certificate:before {
  content: "\e939"; }

.icon-hat:before {
  content: "\e93a"; }

.icon-currency:before {
  content: "\e900"; }

.icon-calender:before {
  content: "\e901"; }

.icon-logout:before {
  content: "\e902"; }

.icon-user:before {
  content: "\e903"; }

.icon-x:before {
  content: "\e904"; }

.icon-triangle-up:before {
  content: "\e905"; }

.icon-triangle-right:before {
  content: "\e906"; }

.icon-triangle-left:before {
  content: "\e907"; }

.icon-triangle-down:before {
  content: "\e908"; }

.icon-utilities:before {
  content: "\e909"; }

.icon-construction:before {
  content: "\e90a"; }

.icon-consultants:before {
  content: "\e90b"; }

.icon-contractors:before {
  content: "\e90c"; }

.icon-data-center:before {
  content: "\e90d"; }

.icon-education:before {
  content: "\e90e"; }

.icon-enduser:before {
  content: "\e90f"; }

.icon-facilities:before {
  content: "\e910"; }

.icon-healthcare:before {
  content: "\e911"; }

.icon-info:before {
  content: "\e912"; }

.icon-militry:before {
  content: "\e913"; }

.icon-sales:before {
  content: "\e914"; }

.icon-search:before {
  content: "\e915"; }

.icon-target:before {
  content: "\e916"; }

.icon-icon-call:before {
  content: "\e917"; }

.icon-clock:before {
  content: "\e918"; }

.icon-icon-email:before {
  content: "\e919"; }

.icon-icon-quote:before {
  content: "\e91a"; }

.icon-icon-quote2:before {
  content: "\e91b"; }

.icon-icon-send:before {
  content: "\e91c"; }

.icon-icon-user:before {
  content: "\e91d"; }

.icon-arrow_right_alt:before {
  content: "\e91e"; }

.icon-long-arrow-right:before {
  content: "\e91f"; }

.icon-long-arrow-left:before {
  content: "\e920"; }

.icon-long-arrow-up:before {
  content: "\e921"; }

.icon-long-arrow-down:before {
  content: "\e922"; }

.icon-check_circle:before {
  content: "\e923"; }

.icon-location:before {
  content: "\e924"; }

.icon-download:before {
  content: "\e925"; }

.icon-arrow-right:before {
  content: "\e926"; }

.icon-arrow-left:before {
  content: "\e927"; }

.icon-envelope1:before {
  content: "\e928"; }

.icon-home:before {
  content: "\e929"; }

.icon-watch_later:before {
  content: "\e92a"; }

.icon-youtube1:before {
  content: "\e92b"; }

.icon-location1:before {
  content: "\e92c"; }

.icon-arrow-bottom:before {
  content: "\e92d"; }

.icon-arrow-top:before {
  content: "\e92e"; }

.icon-info1:before {
  content: "\e92f"; }

.icon-check_circle1:before {
  content: "\e930"; }

.icon-paperplane:before {
  content: "\e931"; }

.icon-search1:before {
  content: "\e932"; }

.icon-search2:before {
  content: "\e933"; }

.icon-phone1:before {
  content: "\e934"; }

.icon-facebook:before {
  content: "\e935"; }

.icon-telecomms:before {
  content: "\e936"; }

.icon-events:before {
  content: "\e937"; }

.icon-manufacturing:before {
  content: "\e938"; }

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search3:before {
  content: "\f002"; }

.icon-user1:before {
  content: "\f007"; }

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

.icon-times:before {
  content: "\f00d"; }

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

.icon-check1:before {
  content: "\f00f"; }

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

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

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

.icon-list1:before {
  content: "\f03b"; }

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

.icon-check-circle1:before {
  content: "\f059"; }

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

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

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

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

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

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

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

.icon-envelope2:before {
  content: "\f0e2"; }

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

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

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

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

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

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

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

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

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

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

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

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

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

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

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

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

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

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 100vh; }

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto; }

#header {
  padding: 35px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
  #header h1 {
    margin: 0;
    font-weight: 400;
    font-size: 50px; }
    @media (min-width: 576px) {
      #header h1 {
        font-size: 55px; } }
    @media (min-width: 1024px) {
      #header h1 {
        font-size: 63px; } }
  #header h3 {
    color: #D2AC2A;
    margin: 0;
    font-weight: 400;
    font-size: 25px; }
    @media (min-width: 576px) {
      #header h3 {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      #header h3 {
        font-size: 33px; } }

.main {
  padding: 40px 0 30px; }
  .main h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      .main h2 {
        font-size: 34px; } }
    @media (min-width: 1024px) {
      .main h2 {
        font-size: 38px; } }
  .main .btn {
    margin: 0 0 30px; }
  .main .image {
    display: block;
    margin: 0; }
    .main .image img {
      display: block;
      width: 100%; }

#footer {
  padding: 0 0 40px; }
  #footer p {
    margin: 0; }
/*# sourceMappingURL=style.css.map */