/*!
Theme Name: longtail
Theme URI: http://longtail.gr
Author: Stratis Laloutsos
Author URI: http://laloutsos.gr
Description: Modern design for a web design and development agency 
Version: 1.1
License: Proprietary
License URI: http://longtail.gr/license
Tags: one-column, two-columns, right-sidebar
Text Domain: longtail
*/
/* Compass Susy */
/* BASE */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, sass/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, sass/base/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, sass/base/_normalize.scss */
figcaption,
figure {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 71, sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 80, sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 91, sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, sass/base/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 114, sass/base/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 124, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 134, sass/base/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 143, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 153, sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 164, sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 172, sass/base/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 181, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 190, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 198, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 202, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 213, sass/base/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 222, sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 231, sass/base/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 239, sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 251, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 267, sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 277, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 288, sass/base/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 299, sass/base/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 311, sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 322, sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 335, sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 349, sass/base/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 358, sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 367, sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 377, sass/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 387, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 396, sass/base/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 406, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 419, sass/base/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 428, sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 439, sass/base/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 447, sass/base/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 458, sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* Site wide Variables */
/*
* ----------------------------------------------------
* Default Styles
* ----------------------------------------------------
*/
/* GENERAL WEBSITE SETTINGS */
/* line 8, sass/base/_base.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, sass/base/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 23, sass/base/_base.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 100%/1.61803399;
  line-height: 1.61803399;
  font-size: 100%;
  color: #333333;
  background-color: #fff;
}

/* line 33, sass/base/_base.scss */
.container {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*
* ----------------------------------------------------
* Styles for Internet Explorer 8
* ----------------------------------------------------
*/
/* UTILITIES */
/*
* ----------------------------------------------------
* Site-wide Styles
* Here we define the website styles
* Color pallettes, fonts, typography etc
* ----------------------------------------------------
*/
/* line 9, sass/utilities/_settings.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* TYPOGRAPHY */
/* line 20, sass/utilities/_settings.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 27, sass/utilities/_settings.scss */
h1 {
  font-size: 3.6rem !important;
}

/* line 31, sass/utilities/_settings.scss */
h2 {
  font-size: 3rem;
}

/* line 35, sass/utilities/_settings.scss */
h3 {
  font-size: 2.4rem;
}

/* line 39, sass/utilities/_settings.scss */
h4 {
  font-size: 1.8rem;
}

/* line 43, sass/utilities/_settings.scss */
h5 {
  font-size: 1.4rem;
}

/* line 47, sass/utilities/_settings.scss */
h6 {
  font-size: 1.2rem;
}

/* line 51, sass/utilities/_settings.scss */
p, a, li, div {
  font-size: 1.6rem;
}

/* line 55, sass/utilities/_settings.scss */
a {
  color: #5c2482;
}

/* COLORS */
/* Positioning, Margins, Paddings etc */
/* line 62, sass/utilities/_settings.scss */
ul {
  padding-left: 0;
}

/*
* ----------------------------------------------------
* Utility Styles
* ----------------------------------------------------
*/
/* line 7, sass/utilities/_utilities.scss */
.block {
  display: block;
}

/* line 11, sass/utilities/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 15, sass/utilities/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 19, sass/utilities/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 23, sass/utilities/_utilities.scss */
.align-left {
  float: left;
}

/* line 27, sass/utilities/_utilities.scss */
.align-right {
  float: right;
}

/* line 31, sass/utilities/_utilities.scss */
.caps {
  text-transform: uppercase;
}

/* line 35, sass/utilities/_utilities.scss */
.text-bold {
  font-weight: bold;
}

/* line 39, sass/utilities/_utilities.scss */
.text-light {
  font-weight: 300;
}

/* line 43, sass/utilities/_utilities.scss */
.clearfix {
  display: block;
}

/* start commented backslash hack \*/
/* line 45, sass/utilities/_utilities.scss */
* html .clearfix {
  height: 1%;
}

/* line 46, sass/utilities/_utilities.scss */
.clearfix {
  display: block;
}
/* line 48, sass/utilities/_utilities.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* close commented backslash hack */
/* HELPER CLASSES */
/* line 61, sass/utilities/_utilities.scss */
.text-muted {
  color: #777;
}

/* line 65, sass/utilities/_utilities.scss */
.text-primary {
  color: #337ab7;
}

/* line 69, sass/utilities/_utilities.scss */
.text-success {
  color: #3c763d;
}

/* line 73, sass/utilities/_utilities.scss */
.text-info {
  color: #31708f;
}

/* line 77, sass/utilities/_utilities.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 81, sass/utilities/_utilities.scss */
.text-small {
  font-size: 75%;
}

/* line 85, sass/utilities/_utilities.scss */
.text-danger {
  color: #a94442;
}

/* line 89, sass/utilities/_utilities.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 94, sass/utilities/_utilities.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 98, sass/utilities/_utilities.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 102, sass/utilities/_utilities.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 106, sass/utilities/_utilities.scss */
.bg-danger {
  background-color: #f2dede;
}

/* QUICK FLOATS */
/* line 112, sass/utilities/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 116, sass/utilities/_utilities.scss */
.pull-right {
  float: right !important;
}

/* CENTER CONTENT BLOCKS */
/* line 122, sass/utilities/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* SHOW - HIDE */
/* line 130, sass/utilities/_utilities.scss */
.show {
  display: block !important;
}

/* line 134, sass/utilities/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 138, sass/utilities/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* RESPONSIVE UTILITIES */
/* IMAGE UTILITIES */
/* line 146, sass/utilities/_utilities.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 151, sass/utilities/_utilities.scss */
img, figure {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 157, sass/utilities/_utilities.scss */
.img-rounded {
  border-radius: .6rem;
}

/* line 161, sass/utilities/_utilities.scss */
.img-circle {
  border-radius: 50%;
}

/* line 165, sass/utilities/_utilities.scss */
.img-block {
  display: block;
}

/* line 169, sass/utilities/_utilities.scss */
.img-left {
  float: left;
}

/* line 173, sass/utilities/_utilities.scss */
.img-right {
  float: right;
}

/* line 189, sass/utilities/_utilities.scss */
.collapse {
  display: none;
}

/* line 193, sass/utilities/_utilities.scss */
.show {
  display: block;
}

/* line 197, sass/utilities/_utilities.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 204, sass/utilities/_utilities.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* LAYOUT */
/* Header Styles */
/* line 3, sass/layout/_header.scss */
#status {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(assets/img/loaders/AjaxLoader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  /* line 16, sass/layout/_header.scss */
  #header-home {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 1rem;
  }
  /* line 21, sass/layout/_header.scss */
  #header-home .header {
    display: flex;
    justify-content: space-between;
  }
  /* line 25, sass/layout/_header.scss */
  #header-home .header #logo {
    flex: 1;
  }
  /* line 27, sass/layout/_header.scss */
  #header-home .header #logo a {
    display: block;
  }
  /* line 31, sass/layout/_header.scss */
  #header-home .header #navigation {
    flex: 2;
  }
  /* line 34, sass/layout/_header.scss */
  #header-home .header .site-title, #header-home .header .site-description {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 0;
  }
  /* line 41, sass/layout/_header.scss */
  #header-home.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #000;
    color: #f2f2f2;
    margin-top: 0;
  }
  /* line 49, sass/layout/_header.scss */
  #header-home.sticky img {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  /* line 55, sass/layout/_header.scss */
  #header-home.sticky #navigation .navbar {
    margin: 0;
  }
  /* line 57, sass/layout/_header.scss */
  #header-home.sticky #navigation .navbar ul.nav.navbar-nav {
    display: flex;
  }
  /* line 59, sass/layout/_header.scss */
  #header-home.sticky #navigation .navbar ul.nav.navbar-nav > li {
    flex: 0 1 auto;
  }
  /* line 62, sass/layout/_header.scss */
  #header-home.sticky #navigation .navbar ul.nav.navbar-nav > li > a:hover, #header-home.sticky #navigation .navbar ul.nav.navbar-nav > li > a:focus {
    color: #f0d101;
  }
  /* line 66, sass/layout/_header.scss */
  #header-home.sticky #navigation .navbar ul.nav.navbar-nav > li ul {
    margin-top: 2rem;
  }
  /* line 72, sass/layout/_header.scss */
  #header-home.sticky #navigation a {
    font-weight: 300;
  }
}
/* line 80, sass/layout/_header.scss */
#header-home {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding-top: 1rem;
}
/* line 85, sass/layout/_header.scss */
#header-home .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 89, sass/layout/_header.scss */
#header-home .header #logo {
  flex: 1;
}
/* line 91, sass/layout/_header.scss */
#header-home .header #logo a {
  display: block;
}
/* line 95, sass/layout/_header.scss */
#header-home .header #navigation {
  flex: 2;
}
/* line 98, sass/layout/_header.scss */
#header-home .header #navigation .navbar-nav > li > a:hover, #header-home .header #navigation .navbar-nav > li > a:focus {
  color: #f0d101;
}
/* line 103, sass/layout/_header.scss */
#header-home .header .site-title, #header-home .header .site-description {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

@media (min-width: 768px) {
  /* line 114, sass/layout/_header.scss */
  #header {
    background-color: #333;
    display: flex;
    padding-top: 1rem;
  }
  /* line 119, sass/layout/_header.scss */
  #header .header .site-title, #header .header .site-description {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 0;
  }
  /* line 125, sass/layout/_header.scss */
  #header .header #navigation {
    color: #333;
    flex: 1;
  }
  /* line 131, sass/layout/_header.scss */
  #header.sticky #navigation {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #000;
    color: #f2f2f2;
    margin-top: 0;
    width: 100%;
  }
  /* line 141, sass/layout/_header.scss */
  #header.sticky #navigation .navbar {
    margin: 0 auto;
    max-width: 85%;
  }
  /* line 146, sass/layout/_header.scss */
  #header.sticky #navigation .navbar ul.nav.navbar-nav > li ul {
    margin-top: 2rem;
  }
  /* line 152, sass/layout/_header.scss */
  #header.sticky #navigation a {
    font-weight: 300;
  }
}
/* line 160, sass/layout/_header.scss */
#header {
  background-color: #333;
  display: flex;
  padding-top: 1rem;
}
/* line 165, sass/layout/_header.scss */
#header .header .site-title, #header .header .site-description {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}
/* line 171, sass/layout/_header.scss */
#header .header #navigation {
  color: #333;
  flex: 1;
}

/* line 178, sass/layout/_header.scss */
#main_blog_header {
  display: flex;
  justify-content: space-between;
}
/* line 181, sass/layout/_header.scss */
#main_blog_header h2 {
  font-weight: 600;
}
/* line 184, sass/layout/_header.scss */
#main_blog_header ul.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
/* line 188, sass/layout/_header.scss */
#main_blog_header ul.breadcrumb li {
  margin: auto;
  padding-left: 1.5rem;
}
/* line 191, sass/layout/_header.scss */
#main_blog_header ul.breadcrumb li:fist-child {
  padding-left: 0;
}

/* Navigation Styles */
/* line 2, sass/layout/_nav.scss */
#navigation {
  position: relative;
}

/* line 7, sass/layout/_nav.scss */
nav.navbar {
  position: relative;
  min-height: 5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 16, sass/layout/_nav.scss */
  div.navbar-header {
    float: left;
  }

  /* line 19, sass/layout/_nav.scss */
  button.navbar-toggle {
    display: none;
  }
}
/* line 24, sass/layout/_nav.scss */
button.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

@media (min-width: 768px) {
  /* line 36, sass/layout/_nav.scss */
  .collapse.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 42, sass/layout/_nav.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 47, sass/layout/_nav.scss */
  ul.nav.navbar-nav {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
  }
  /* line 54, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li {
    position: relative;
    margin-left: 1.5rem;
  }
  /* line 57, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li:first-child {
    margin-left: 0;
  }
  /* line 60, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li a {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    color: #f2f2f2;
    padding: 1rem;
  }
  /* line 68, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li a.sf-arrows, ul.nav.navbar-nav > li a.sf-with-ul {
    padding-right: 3.5rem;
    right: 0;
  }
  /* line 73, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li ul {
    position: absolute;
    left: 0;
    min-width: 100%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
    margin-top: 2.2rem;
  }
  /* line 80, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li ul li {
    display: block;
    background-color: #3f3f3f;
    min-width: 100%;
  }
  /* line 85, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li ul li a {
    white-space: nowrap;
  }
  /* line 87, sass/layout/_nav.scss */
  ul.nav.navbar-nav > li ul li a:hover, ul.nav.navbar-nav > li ul li a:focus {
    background-color: #ddd;
    color: #333;
  }
}
@media (max-width: 767px) {
  /* line 101, sass/layout/_nav.scss */
  .navbar-collapse {
    overflow-x: visible;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  }

  /* line 109, sass/layout/_nav.scss */
  .collapse {
    display: none;
  }

  /* line 113, sass/layout/_nav.scss */
  .collapse.show {
    display: block;
  }

  /* line 117, sass/layout/_nav.scss */
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  /* line 129, sass/layout/_nav.scss */
  .navbar-collapse {
    overflow-x: visible;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }

  /* line 139, sass/layout/_nav.scss */
  .navbar-collapse.show {
    overflow-y: auto;
  }
  /* line 141, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav {
    padding-left: 0;
    list-style: none;
  }
  /* line 144, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li {
    position: relative;
    display: block;
    margin-right: 1rem;
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 149, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    background-color: #333;
    padding: 1rem;
    white-space: nowrap;
  }
  /* line 157, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li a:hover, .navbar-collapse.show ul.nav.navbar-nav > li a:focus {
    background-color: #ddd;
    color: #333 !important;
  }
  /* line 162, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li ul {
    position: relative;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    z-index: 999;
    display: block;
    margin-top: .5rem;
  }
  /* line 169, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li ul li {
    display: block;
    border-bottom: 1px solid yellow;
  }
  /* line 172, sass/layout/_nav.scss */
  .navbar-collapse.show ul.nav.navbar-nav > li ul li a {
    padding-left: 10%;
  }
}
/*** arrows (for all except IE7) **/
/*** ESSENTIAL STYLES ***/
/* line 186, sass/layout/_nav.scss */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 191, sass/layout/_nav.scss */
.sf-menu li {
  position: relative;
}

/* line 194, sass/layout/_nav.scss */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

/* line 204, sass/layout/_nav.scss */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

/* line 209, sass/layout/_nav.scss */
.sf-menu a {
  display: block;
  position: relative;
}

/* line 213, sass/layout/_nav.scss */
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* line 218, sass/layout/_nav.scss */
.sf-arrows .sf-with-ul {
  padding-right: 3rem;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
/* line 223, sass/layout/_nav.scss */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* line 236, sass/layout/_nav.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
  color: #000;
}

@media (min-width: 768px) {
  /* line 246, sass/layout/_nav.scss */
  #header ul.nav.navbar-nav {
    display: flex;
    justify-content: flex-end;
  }
  /* line 249, sass/layout/_nav.scss */
  #header ul.nav.navbar-nav > li {
    flex: 0 1 auto;
    margin-left: 1.5rem;
  }
  /* line 252, sass/layout/_nav.scss */
  #header ul.nav.navbar-nav > li a {
    font-weight: 600;
    padding: 1.5rem;
    white-space: nowrap;
  }
  /* line 256, sass/layout/_nav.scss */
  #header ul.nav.navbar-nav > li a:hover, #header ul.nav.navbar-nav > li a:focus {
    background-color: #eee;
    color: #000;
  }
  /* line 261, sass/layout/_nav.scss */
  #header ul.nav.navbar-nav > li a.sf-arrows:after, #header ul.nav.navbar-nav > li a.sf-with-ul:after {
    right: 0;
  }
}
/* line 272, sass/layout/_nav.scss */
.navigation {
  margin: 3rem 0;
}

/* line 275, sass/layout/_nav.scss */
.post-navigation {
  border-top: 4px solid #333;
  clear: both;
}
/* line 278, sass/layout/_nav.scss */
.post-navigation a {
  color: #333;
  display: block;
  padding: 1.75rem 0;
  text-decoration: none;
  font-weight: 600;
}
/* line 284, sass/layout/_nav.scss */
.post-navigation a span {
  display: block;
}
/* line 286, sass/layout/_nav.scss */
.post-navigation a span.meta-nav {
  color: #686868;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.6153846154;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
/* line 295, sass/layout/_nav.scss */
.post-navigation a span.post-title {
  font-size: 2.2rem;
  line-height: 1.5;
}
/* line 300, sass/layout/_nav.scss */
.post-navigation a:hover, .post-navigation a:focus {
  color: #007acc;
}
/* line 304, sass/layout/_nav.scss */
.post-navigation div + div {
  border-top: 4px solid #333;
}

/* line 1, sass/layout/_main.scss */
#slideshow {
  height: 65rem;
}
/* line 3, sass/layout/_main.scss */
#slideshow .flexslider {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
/* line 11, sass/layout/_main.scss */
#slideshow .flexslider ul.slides {
  flex: 1;
  height: 100%;
  background-color: #bbb;
}
/* line 15, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/* line 22, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr {
  margin-top: 20rem;
}
/* line 24, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
}
/* line 29, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr #first, #slideshow .flexslider ul.slides li .slide_descr #second, #slideshow .flexslider ul.slides li .slide_descr #third {
  font-size: 4rem;
  font-weight: 300;
}
/* line 33, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr #first, #slideshow .flexslider ul.slides li .slide_descr #second, #slideshow .flexslider ul.slides li .slide_descr #third {
  color: #f2f2f2;
}
/* line 36, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr .oh, #slideshow .flexslider ul.slides li .slide_descr .oh3, #slideshow .flexslider ul.slides li .slide_descr .oh5 {
  font-size: 4rem;
  font-weight: 600;
}
/* line 40, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li .slide_descr .oh2, #slideshow .flexslider ul.slides li .slide_descr .oh4, #slideshow .flexslider ul.slides li .slide_descr .oh6 {
  font-size: 6.5rem;
  font-weight: 800;
  text-shadow: .3rem .3rem .3rem #3f3f3f;
}
/* line 47, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li#slide_1 {
  background-image: url(assets/img/slideshow/slide_1a.jpg);
}
/* line 50, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li#slide_2 {
  background-image: url(assets/img/slideshow/slide_2a.jpg);
}
/* line 53, sass/layout/_main.scss */
#slideshow .flexslider ul.slides li#slide_3 {
  background-image: url(assets/img/slideshow/slide_3a.jpg);
}

@media (max-width: 767px) {
  /* line 61, sass/layout/_main.scss */
  #slideshow {
    display: none;
  }
}
/* line 66, sass/layout/_main.scss */
.flex-viewport {
  height: 100%;
}

/* line 71, sass/layout/_main.scss */
.oh {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 77, sass/layout/_main.scss */
.oh2 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 83, sass/layout/_main.scss */
.oh3 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  animation-delay: 8s;
}

/* line 89, sass/layout/_main.scss */
.oh4 {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  animation-delay: 9s;
}

/* line 95, sass/layout/_main.scss */
.oh5 {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  animation-delay: 15s;
}

/* line 101, sass/layout/_main.scss */
.oh6 {
  -webkit-animation-delay: 16s;
  -moz-animation-delay: 16s;
  animation-delay: 16s;
}

/* line 107, sass/layout/_main.scss */
#callout {
  background-color: #333;
  color: #f2f2f2;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
/* line 113, sass/layout/_main.scss */
#callout .jumbotron {
  display: flex;
  flex-direction: column;
}
/* line 116, sass/layout/_main.scss */
#callout .jumbotron .jumbotron_item {
  flex: 1;
}
/* line 118, sass/layout/_main.scss */
#callout .jumbotron .jumbotron_item h2, #callout .jumbotron .jumbotron_item h3 {
  color: #f2f2f2;
}

/* line 125, sass/layout/_main.scss */
#services {
  margin-bottom: 3rem;
  text-align: center;
}
/* line 131, sass/layout/_main.scss */
#services .services .service .services-icon .fa {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
/* line 137, sass/layout/_main.scss */
#services .services .service h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
/* line 141, sass/layout/_main.scss */
#services .services .service p {
  text-align: left;
}

@media (min-width: 1200px) {
  /* line 149, sass/layout/_main.scss */
  #services {
    margin-bottom: 3rem;
    text-align: center;
  }
  /* line 152, sass/layout/_main.scss */
  #services .services {
    display: flex;
    justify-content: space-between;
  }
  /* line 155, sass/layout/_main.scss */
  #services .services .service {
    flex-basis: 23%;
  }
  /* line 158, sass/layout/_main.scss */
  #services .services .service .services-icon .fa {
    display: block;
    text-align: center;
  }
  /* line 163, sass/layout/_main.scss */
  #services .services .service h3 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  /* line 167, sass/layout/_main.scss */
  #services .services .service p {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 176, sass/layout/_main.scss */
  #services {
    margin-bottom: 3rem;
    text-align: center;
  }
  /* line 179, sass/layout/_main.scss */
  #services .services {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  /* line 183, sass/layout/_main.scss */
  #services .services .service {
    flex-basis: 48%;
  }
  /* line 186, sass/layout/_main.scss */
  #services .services .service .services-icon .fa {
    display: block;
    text-align: center;
  }
  /* line 191, sass/layout/_main.scss */
  #services .services .service h3 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  /* line 195, sass/layout/_main.scss */
  #services .services .service p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 204, sass/layout/_main.scss */
  .cto {
    display: flex;
  }
  /* line 206, sass/layout/_main.scss */
  .cto .cto_wrap {
    flex: 1;
  }
  /* line 209, sass/layout/_main.scss */
  .cto #intro {
    flex: 2;
    background-image: url(assets/img/img8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    height: 500px;
    overflow: hidden;
  }
  /* line 221, sass/layout/_main.scss */
  .cto #intro .view_row {
    position: relative;
  }
  /* line 223, sass/layout/_main.scss */
  .cto #intro .view_row .square {
    position: absolute;
    color: #fff;
    display: inline-block;
    height: 18rem;
    width: 18rem;
    margin: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    transform: rotate(45deg);
  }
  /* line 235, sass/layout/_main.scss */
  .cto #intro .view_row #square_1 {
    background-color: #f0d101;
  }
  /* line 238, sass/layout/_main.scss */
  .cto #intro .view_row #square_2 {
    background-color: #0fba9e;
    top: 18rem;
    left: 19.5rem;
  }
  /* line 243, sass/layout/_main.scss */
  .cto #intro .view_row #square_3 {
    background-color: #e9344d;
    left: 35rem;
  }
}
@media (max-width: 767px) {
  /* line 253, sass/layout/_main.scss */
  #intro {
    background: url(assets/img/img8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    height: 500px;
    overflow: hidden;
    margin-top: 2rem;
  }
  /* line 265, sass/layout/_main.scss */
  #intro .view_row {
    position: relative;
  }
  /* line 267, sass/layout/_main.scss */
  #intro .view_row .square {
    position: absolute;
    color: #fff;
    display: inline-block;
    height: 18rem;
    width: 18rem;
    margin: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    transform: rotate(45deg);
  }
  /* line 279, sass/layout/_main.scss */
  #intro .view_row #square_1 {
    background-color: #f0d101;
  }
  /* line 282, sass/layout/_main.scss */
  #intro .view_row #square_2 {
    background-color: #0fba9e;
    top: 18rem;
    left: 19.5rem;
  }
  /* line 287, sass/layout/_main.scss */
  #intro .view_row #square_3 {
    background-color: #e9344d;
    left: 35rem;
  }
}
@media (min-width: 768px) {
  /* line 297, sass/layout/_main.scss */
  #features ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
  }
  /* line 301, sass/layout/_main.scss */
  #features ul li {
    flex-basis: 32%;
  }
  /* line 303, sass/layout/_main.scss */
  #features ul li h3 {
    color: #e9344d;
  }
}
@media (max-width: 767px) {
  /* line 312, sass/layout/_main.scss */
  #features {
    margin-top: 2rem;
  }
  /* line 314, sass/layout/_main.scss */
  #features ul {
    list-style: none;
  }
  /* line 316, sass/layout/_main.scss */
  #features ul h3 {
    color: #e9344d;
  }
}
@media (min-width: 1200px) {
  /* line 325, sass/layout/_main.scss */
  #services_more h2 {
    text-transform: uppercase;
    padding: 1.5rem;
    background-color: #333;
    color: #f2f2f2;
  }
  /* line 331, sass/layout/_main.scss */
  #services_more ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
  }
  /* line 335, sass/layout/_main.scss */
  #services_more ul li {
    flex-basis: 23%;
  }
  /* line 337, sass/layout/_main.scss */
  #services_more ul li .more_services_icon {
    padding: 1.5rem 0;
    background-color: aliceblue;
  }
  /* line 340, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i {
    color: #2e6da4;
    display: block;
    text-align: center;
  }
  /* line 344, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i:hover, #services_more ul li .more_services_icon i:focus {
    color: #0fba9e;
  }
  /* line 349, sass/layout/_main.scss */
  #services_more ul li p {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 359, sass/layout/_main.scss */
  #services_more h2 {
    text-transform: uppercase;
    padding: 1.5rem;
    background-color: #333;
    color: #f2f2f2;
  }
  /* line 365, sass/layout/_main.scss */
  #services_more ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    justify-content: space-between;
  }
  /* line 370, sass/layout/_main.scss */
  #services_more ul li {
    flex-basis: 48%;
  }
  /* line 372, sass/layout/_main.scss */
  #services_more ul li .more_services_icon {
    padding: 1.5rem 0;
    background-color: aliceblue;
  }
  /* line 375, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i {
    color: #2e6da4;
    display: block;
    text-align: center;
  }
  /* line 379, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i:hover, #services_more ul li .more_services_icon i:focus {
    color: #0fba9e;
  }
  /* line 384, sass/layout/_main.scss */
  #services_more ul li p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 394, sass/layout/_main.scss */
  #services_more h2 {
    text-transform: uppercase;
    padding: 1.5rem;
    background-color: #333;
    color: #f2f2f2;
  }
  /* line 400, sass/layout/_main.scss */
  #services_more ul {
    list-style: none;
  }
  /* line 403, sass/layout/_main.scss */
  #services_more ul li .more_services_icon {
    padding: 1.5rem 0;
    background-color: aliceblue;
  }
  /* line 406, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i {
    color: #2e6da4;
    display: block;
    text-align: center;
  }
  /* line 410, sass/layout/_main.scss */
  #services_more ul li .more_services_icon i:hover, #services_more ul li .more_services_icon i:focus {
    color: #0fba9e;
  }
}
@media (min-width: 1200px) {
  /* line 421, sass/layout/_main.scss */
  #portfolio {
    text-align: center;
  }
  /* line 423, sass/layout/_main.scss */
  #portfolio h2#prtfl {
    color: #e9344d;
  }
  /* line 426, sass/layout/_main.scss */
  #portfolio ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
  }
  /* line 431, sass/layout/_main.scss */
  #portfolio ul .project_item {
    flex-basis: 32%;
    position: relative;
    margin-bottom: 2.5rem;
  }
  /* line 435, sass/layout/_main.scss */
  #portfolio ul .project_item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  /* line 439, sass/layout/_main.scss */
  #portfolio ul .project_item figure img {
    transition: transform 0.4s;
    display: block;
    margin: 0 auto;
  }
  /* line 444, sass/layout/_main.scss */
  #portfolio ul .project_item figure:hover img {
    transform: translateY(-5rem);
  }
  /* line 448, sass/layout/_main.scss */
  #portfolio ul .project_item figure:hover figcaption {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s, opacity 0.1s;
  }
  /* line 454, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    background-color: #2c3f52;
    color: #ed4e6e;
    height: 10rem;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
  }
  /* line 468, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption h4 {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  /* line 473, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption span {
    display: block;
  }
  /* line 476, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption a {
    text-align: center;
    position: absolute;
    right: 2%;
    top: 55px;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background-color: #ed4e6e;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 495, sass/layout/_main.scss */
  #portfolio {
    text-align: center;
  }
  /* line 497, sass/layout/_main.scss */
  #portfolio h2#prtfl {
    color: #e9344d;
  }
  /* line 500, sass/layout/_main.scss */
  #portfolio ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
  }
  /* line 505, sass/layout/_main.scss */
  #portfolio ul .project_item {
    flex-basis: 48%;
    position: relative;
    margin-bottom: 2.5rem;
  }
  /* line 509, sass/layout/_main.scss */
  #portfolio ul .project_item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  /* line 513, sass/layout/_main.scss */
  #portfolio ul .project_item figure img {
    transition: transform 0.4s;
    display: block;
    margin: 0 auto;
  }
  /* line 518, sass/layout/_main.scss */
  #portfolio ul .project_item figure:hover img {
    transform: translateY(-5rem);
  }
  /* line 522, sass/layout/_main.scss */
  #portfolio ul .project_item figure:hover figcaption {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s, opacity 0.1s;
  }
  /* line 528, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    background-color: #2c3f52;
    color: #ed4e6e;
    height: 10rem;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
  }
  /* line 542, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption h4 {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  /* line 547, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption span {
    display: block;
  }
  /* line 550, sass/layout/_main.scss */
  #portfolio ul .project_item figure figcaption a {
    text-align: center;
    position: absolute;
    right: 2%;
    top: 55px;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background-color: #ed4e6e;
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* line 569, sass/layout/_main.scss */
  #portfolio {
    text-align: center;
  }
  /* line 570, sass/layout/_main.scss */
  #portfolio h2#prtfl {
    color: #e9344d;
  }
  /* line 574, sass/layout/_main.scss */
  #portfolio ul {
    list-style: none;
  }
}
@media (min-width: 768px) {
  /* line 582, sass/layout/_main.scss */
  #success .flex_success {
    display: flex;
    justify-content: space-between;
  }
  /* line 585, sass/layout/_main.scss */
  #success .flex_success ul {
    flex-basis: 48%;
    list-style: none;
    margin-top: 0;
  }
  /* line 591, sass/layout/_main.scss */
  #success .flex_success ul li h3, #success .flex_success ul li p, #success .flex_success ul li a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 602, sass/layout/_main.scss */
  #success ul {
    list-style: none;
  }
}
@media (min-width: 768px) {
  /* line 610, sass/layout/_main.scss */
  #newsletter h2 {
    font-weight: 700;
  }
  /* line 614, sass/layout/_main.scss */
  #newsletter form label {
    display: block;
    text-align: center;
    color: #8e8e8e;
    font-size: 2.2rem;
    font-weight: 200;
    margin-bottom: 2rem;
  }
  /* line 622, sass/layout/_main.scss */
  #newsletter form .n-signup {
    max-width: 60%;
    display: flex;
    margin: auto;
  }
  /* line 626, sass/layout/_main.scss */
  #newsletter form .n-signup input {
    flex: 1;
    height: 6.4rem;
    padding-left: .7rem;
    line-height: 1.3333333;
    font-size: 1.8rem;
    font-style: italic;
    vertical-align: middle;
  }
  /* line 635, sass/layout/_main.scss */
  #newsletter form .n-signup a {
    height: 6.4rem;
    padding: 0 1.5rem;
    line-height: 6.4rem;
    margin-left: 3%;
  }
}
/* line 648, sass/layout/_main.scss */
#main_blog {
  display: flex;
  justify-content: space-between;
}
/* line 651, sass/layout/_main.scss */
#main_blog main {
  flex-basis: 65%;
}
/* line 655, sass/layout/_main.scss */
#main_blog main .post h3 a {
  font-size: 3rem;
  text-decoration: none;
  color: #333;
  font-weight: 700;
}
/* line 660, sass/layout/_main.scss */
#main_blog main .post h3 a:hover, #main_blog main .post h3 a:focus {
  color: #337ab7;
}

/* line 670, sass/layout/_main.scss */
#main_page_header {
  margin-bottom: 3rem;
}
/* line 672, sass/layout/_main.scss */
#main_page_header h2.page-title {
  font-size: 3.5rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  /* line 678, sass/layout/_main.scss */
  #main_page {
    display: flex;
    justify-content: space-between;
  }
  /* line 681, sass/layout/_main.scss */
  #main_page main {
    flex-basis: 65%;
  }
  /* line 684, sass/layout/_main.scss */
  #main_page main h3 a {
    font-size: 3rem;
    text-decoration: none;
    color: #333;
  }
  /* line 688, sass/layout/_main.scss */
  #main_page main h3 a:hover, #main_page main h3 a:focus {
    text-decoration: underline;
  }
  /* line 694, sass/layout/_main.scss */
  #main_page main p:first-child {
    margin-top: 0;
  }
  /* line 699, sass/layout/_main.scss */
  #main_page #sidebar {
    flex-basis: 32%;
  }
  /* line 702, sass/layout/_main.scss */
  #main_page #sidebar .sidepanel ul {
    list-style: none;
  }
}
/* line 712, sass/layout/_main.scss */
#main_full_page_header h2.page-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0;
}
/* line 718, sass/layout/_main.scss */
#main_full_page_header h3.page-title-projects a {
  padding: 1rem 1.5rem;
  color: #f2f2f2;
  background-color: #333;
  font-size: 2.2rem;
  text-decoration: none;
}

/* line 727, sass/layout/_main.scss */
#main_full_page {
  display: flex;
  justify-content: space-between;
}
/* line 730, sass/layout/_main.scss */
#main_full_page .projects {
  flex-basis: 32%;
}
/* line 733, sass/layout/_main.scss */
#main_full_page h3.page-title-projects {
  background-color: #333;
}
/* line 735, sass/layout/_main.scss */
#main_full_page h3.page-title-projects a {
  display: block;
  text-align: center;
  padding: 1rem 1.5rem;
  color: #f2f2f2;
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 2;
}

/* line 749, sass/layout/_main.scss */
#main_projects .type-projects {
  padding: .5rem;
}
/* line 751, sass/layout/_main.scss */
#main_projects .type-projects h3.page-title-projects {
  text-align: center;
}
/* line 753, sass/layout/_main.scss */
#main_projects .type-projects h3.page-title-projects a {
  color: #204d74;
  font-size: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 759, sass/layout/_main.scss */
#main_projects .type-projects h3.page-title-projects a:hover, #main_projects .type-projects h3.page-title-projects a:focus {
  text-decoration: underline;
}
/* line 765, sass/layout/_main.scss */
#main_projects .type-projects .project_feat img.attachment-post-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 15px 10px #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
}
/* line 774, sass/layout/_main.scss */
#main_projects .type-projects .proj_wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
/* line 781, sass/layout/_main.scss */
#main_projects .type-projects .proj_wrapper .proj_img {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
}
/* line 784, sass/layout/_main.scss */
#main_projects .type-projects .proj_wrapper .proj_sum {
  -webkit-flex-basis: 53%;
  flex-basis: 53%;
}
/* line 789, sass/layout/_main.scss */
#main_projects .type-projects:nth-child(odd) .proj_img {
  order: 1;
}
/* line 792, sass/layout/_main.scss */
#main_projects .type-projects:nth-child(odd) .proj_sum {
  order: 2;
}
/* line 797, sass/layout/_main.scss */
#main_projects .type-projects:nth-child(even) .proj_img {
  order: 2;
}
/* line 800, sass/layout/_main.scss */
#main_projects .type-projects:nth-child(even) .proj_sum {
  order: 1;
}

/* line 810, sass/layout/_main.scss */
#main_full_contact .contact_info {
  display: flex;
  justify-content: space-between;
}

/* line 819, sass/layout/_main.scss */
.contact_page_info {
  list-style: none;
}
/* line 821, sass/layout/_main.scss */
.contact_page_info .fa {
  color: #333333;
}
/* line 825, sass/layout/_main.scss */
.contact_page_info .fa-facebook:hover {
  color: #3b5998;
}
/* line 830, sass/layout/_main.scss */
.contact_page_info .fa-twitter:hover {
  color: #1da1f2;
}
/* line 835, sass/layout/_main.scss */
.contact_page_info .fa-google-plus:hover {
  color: #db4437;
}
/* line 840, sass/layout/_main.scss */
.contact_page_info .fa-rss:hover {
  color: #f69536;
}

/* line 849, sass/layout/_main.scss */
.web_dev_text {
  background-color: #eee;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
/* line 853, sass/layout/_main.scss */
.web_dev_text h3 {
  text-align: center;
}
/* line 856, sass/layout/_main.scss */
.web_dev_text .fa-file-code-o, .web_dev_text .fa-wordpress, .web_dev_text .fa-cart-plus, .web_dev_text .fa-cloud-upload {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 863, sass/layout/_main.scss */
  .web_dev_text_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 867, sass/layout/_main.scss */
  .web_dev_text_container .web_dev_text {
    flex-basis: 48%;
  }
  /* line 870, sass/layout/_main.scss */
  .web_dev_text_container .web_dev_text:hover .fa-file-code-o, .web_dev_text_container .web_dev_text:hover .fa-wordpress, .web_dev_text_container .web_dev_text:hover .fa-cart-plus, .web_dev_text_container .web_dev_text:hover .fa-cloud-upload {
    color: #e9344d;
  }
}
/* line 880, sass/layout/_main.scss */
.web_des_text {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(156, 156, 158, 0.5);
  -moz-box-shadow: 5px 5px 10px 0px rgba(156, 156, 158, 0.5);
  box-shadow: 5px 5px 10px 0px rgba(156, 156, 158, 0.5);
}
/* line 888, sass/layout/_main.scss */
.web_des_text i.fa, .web_des_text h3 {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 894, sass/layout/_main.scss */
  .web_des_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 898, sass/layout/_main.scss */
  .web_des_container .web_des_text {
    flex-basis: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 905, sass/layout/_main.scss */
  .web_des_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 909, sass/layout/_main.scss */
  .web_des_container .web_des_text {
    flex-basis: 48%;
  }
}
/* line 916, sass/layout/_main.scss */
h4.panel-title {
  margin-top: 0;
  margin-bottom: .2rem;
}
/* line 919, sass/layout/_main.scss */
h4.panel-title a {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  background-color: #333;
  color: #f2f2f2;
}
/* line 925, sass/layout/_main.scss */
h4.panel-title a:hover, h4.panel-title a:focus {
  text-decoration: underline;
}

/* line 932, sass/layout/_main.scss */
.format-link {
  display: flex;
  align-items: stretch;
  background-color: #f2f2f2;
}
/* line 936, sass/layout/_main.scss */
.format-link i {
  margin-right: 2rem;
}
/* line 939, sass/layout/_main.scss */
.format-link a {
  flex: 1;
  text-decoration: none;
  font-size: 2.5rem;
  color: #333;
}

/* line 949, sass/layout/_main.scss */
#related_posts h2 {
  padding: 1rem;
  background-color: #f2f2f2;
  font-size: 2.5rem;
  font-weight: 300;
}
/* line 955, sass/layout/_main.scss */
#related_posts ul.related_post_items_wrapper {
  list-style: none;
}
/* line 957, sass/layout/_main.scss */
#related_posts ul.related_post_items_wrapper figure.rel_post_thumbnail {
  height: 15rem;
  overflow: hidden;
  margin-bottom: .7rem;
}
/* line 962, sass/layout/_main.scss */
#related_posts ul.related_post_items_wrapper a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
/* line 966, sass/layout/_main.scss */
#related_posts ul.related_post_items_wrapper a:hover, #related_posts ul.related_post_items_wrapper a:focus {
  color: #337ab7;
  text-decoration: underline;
}

/* line 975, sass/layout/_main.scss */
ul.wp_service_list {
  list-style: none;
}
/* line 978, sass/layout/_main.scss */
ul.wp_service_list li:before {
  content: "\f14a";
  font-family: FontAwesome;
  margin-right: 1rem;
}

/* line 986, sass/layout/_main.scss */
.wpservices main .page-title {
  text-align: center;
  font-weight: bold;
}

@media (min-width: 992px) {
  /* line 992, sass/layout/_main.scss */
  .wp_service_desc {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
  }
  /* line 997, sass/layout/_main.scss */
  .wp_service_desc .wp_service_desc_item {
    flex-basis: 31%;
    padding: .6rem 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1005, sass/layout/_main.scss */
  .wp_service_desc {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
  }
  /* line 1010, sass/layout/_main.scss */
  .wp_service_desc .wp_service_desc_item {
    flex-basis: 48%;
    padding: .6rem 1.2rem;
  }
}
/* line 1017, sass/layout/_main.scss */
.wpcf7 {
  display: flex;
}
/* line 1019, sass/layout/_main.scss */
.wpcf7 .wpcf7-form {
  margin: auto;
}
/* line 1021, sass/layout/_main.scss */
.wpcf7 .wpcf7-form label {
  display: block;
  color: #286090;
  font-weight: 300;
  margin-bottom: .5rem;
}
/* line 1027, sass/layout/_main.scss */
.wpcf7 .wpcf7-form .wpcf7-text {
  width: 100%;
  height: 4rem;
  line-height: 1.3333333;
  font-size: 1.8rem;
  font-style: italic;
  vertical-align: middle;
  padding: .6rem 1.2rem;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  -moz-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  box-shadow: 0.5rem 0.5rem 0.5rem;
}
/* line 1044, sass/layout/_main.scss */
.wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%;
  height: 18rem;
  line-height: 1.3333333;
  font-size: 1.8rem;
  font-style: italic;
  vertical-align: middle;
  padding: .6rem 1.2rem;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  -moz-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  box-shadow: 0.5rem 0.5rem 0.5rem;
}
/* line 1061, sass/layout/_main.scss */
.wpcf7 .wpcf7-form .wpcf7-submit {
  float: right;
  color: #f2f2f2;
  background-color: #337ab7;
  border: 0;
  padding: .8rem 1.2rem;
  cursor: pointer;
}

/* line 1072, sass/layout/_main.scss */
.subpage-title {
  display: block;
  font-size: 3rem;
  margin-top: 2rem;
}

/* line 1078, sass/layout/_main.scss */
.subsubpage-title {
  font-size: 2.5rem;
  margin-top: 3rem;
  font-weight: 300;
}

/* line 1085, sass/layout/_main.scss */
.best_value {
  position: relative;
}
/* line 1087, sass/layout/_main.scss */
.best_value .best_value_img {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 1092, sass/layout/_main.scss */
.best_value .plan_item_header {
  background-color: #44575c !important;
}
/* line 1094, sass/layout/_main.scss */
.best_value .plan_item_header h2 {
  font-size: 2.8rem !important;
  font-weight: 600 !important;
}

/* line 1101, sass/layout/_main.scss */
.plan_item_header {
  background: #64787D;
  padding: 1rem 2rem 3rem;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  border-bottom: 1px solid #e2ecf1;
}
/* line 1107, sass/layout/_main.scss */
.plan_item_header h2 {
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  color: #f2f2f2;
}
/* line 1113, sass/layout/_main.scss */
.plan_item_header p.price {
  color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: 300;
}
/* line 1117, sass/layout/_main.scss */
.plan_item_header p.price .price_num {
  font-size: 2.4rem;
  font-weight: bold;
}

/* line 1123, sass/layout/_main.scss */
.plan_item_body {
  background-color: #fff;
  padding: 1rem 1.6rem;
}
/* line 1126, sass/layout/_main.scss */
.plan_item_body .service_type_header {
  padding: 1rem 1.6rem;
  background-color: #c3c3c3;
  color: #f2f2f2;
}

@media (min-width: 992px) {
  /* line 1134, sass/layout/_main.scss */
  .price_plans {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 1138, sass/layout/_main.scss */
  .price_plans .plan_item {
    flex-basis: 31%;
    box-shadow: 0 5px 5px #d4d8da;
    border: 1px solid #ddd;
    border-radius: .4rem;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1149, sass/layout/_main.scss */
  .price_plans {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 1153, sass/layout/_main.scss */
  .price_plans .plan_item {
    flex-basis: 48%;
    box-shadow: 0 5px 5px #d4d8da;
    border: 1px solid #ddd;
    border-radius: .4rem;
    position: relative;
  }
}
@media (min-width: 992px) {
  /* line 1164, sass/layout/_main.scss */
  .related_post_items_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 1168, sass/layout/_main.scss */
  .related_post_items_wrapper .related_post_item {
    flex-basis: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1176, sass/layout/_main.scss */
  #related_posts .related_post_items_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 1180, sass/layout/_main.scss */
  #related_posts .related_post_items_wrapper .related_post_item {
    flex-basis: 48%;
  }
}
/* line 1186, sass/layout/_main.scss */
#carousel_wrapper {
  max-width: 100%;
}
/* line 1188, sass/layout/_main.scss */
#carousel_wrapper .owl-carousel {
  margin: 2rem 0;
}
/* line 1191, sass/layout/_main.scss */
#carousel_wrapper .owl-carousel .owl-stage {
  display: flex;
  flex-flow: row wrap;
}
/* line 1194, sass/layout/_main.scss */
#carousel_wrapper .owl-carousel .owl-stage .owl-item {
  flex: 1;
  padding: .5rem;
}

/* line 1201, sass/layout/_main.scss */
.jcarousel-wrapper {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
/* line 1206, sass/layout/_main.scss */
.jcarousel-wrapper .jcarousel ul li {
  background-color: #f2f2f2;
}
/* line 1208, sass/layout/_main.scss */
.jcarousel-wrapper .jcarousel ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
/* line 1216, sass/layout/_main.scss */
.jcarousel-wrapper .jcarousel-pagination {
  margin: 2rem 0;
  bottom: -6rem;
}

/* line 1224, sass/layout/_main.scss */
ul#schema_types ul {
  margin-left: 1rem;
}
/* line 1226, sass/layout/_main.scss */
ul#schema_types ul .tbranch {
  background-color: azure;
}
/* line 1229, sass/layout/_main.scss */
ul#schema_types ul .tleaf {
  background-color: beige;
}
/* line 1232, sass/layout/_main.scss */
ul#schema_types ul ul {
  display: none;
  list-style-type: lower-greek;
}
/* line 1236, sass/layout/_main.scss */
ul#schema_types ul ul ul {
  list-style-type: lower-latin;
}
/* line 1238, sass/layout/_main.scss */
ul#schema_types ul ul ul ul {
  list-style-type: upper-roman;
}
/* line 1240, sass/layout/_main.scss */
ul#schema_types ul ul ul ul ul {
  list-style-type: upper-alpha;
}

/* Sidebars Styles */
/* line 2, sass/layout/_sidebar.scss */
#sidebar {
  background-color: #eee;
  padding: 0 1.5rem;
  flex-basis: 32%;
}
/* line 7, sass/layout/_sidebar.scss */
#sidebar .sidepanel:first-child {
  margin-top: 3rem;
}
/* line 10, sass/layout/_sidebar.scss */
#sidebar .sidepanel h3.sidebar_header {
  font-weight: 600;
}
/* line 13, sass/layout/_sidebar.scss */
#sidebar .sidepanel ul {
  list-style: none;
}
/* line 16, sass/layout/_sidebar.scss */
#sidebar .sidepanel ul li {
  margin-bottom: .5rem;
}
/* line 18, sass/layout/_sidebar.scss */
#sidebar .sidepanel ul li:before {
  content: "\f14a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
/* line 25, sass/layout/_sidebar.scss */
#sidebar .sidepanel ul li a {
  text-decoration: none;
  color: #333;
  margin-left: .5rem;
}
/* line 29, sass/layout/_sidebar.scss */
#sidebar .sidepanel ul li a:hover, #sidebar .sidepanel ul li a:focus {
  text-decoration: underline;
}

/* Footer Sidebars */
/* line 41, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets, #footer-home #footer-widgets, #footer #home-footer-widgets, #footer #footer-widgets {
  list-style: none;
}
/* line 43, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets > li .custom-html-widget, #footer-home #footer-widgets > li .custom-html-widget, #footer #home-footer-widgets > li .custom-html-widget, #footer #footer-widgets > li .custom-html-widget {
  overflow: hidden;
}
/* line 47, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets .widget_text h3, #footer-home #home-footer-widgets .widget_custom_html h3, #footer-home #footer-widgets .widget_text h3, #footer-home #footer-widgets .widget_custom_html h3, #footer #home-footer-widgets .widget_text h3, #footer #home-footer-widgets .widget_custom_html h3, #footer #footer-widgets .widget_text h3, #footer #footer-widgets .widget_custom_html h3 {
  color: #f0d101;
  font-weight: 700;
}
/* line 52, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets .widget_text .textwidget p, #footer-home #home-footer-widgets .widget_custom_html .textwidget p, #footer-home #footer-widgets .widget_text .textwidget p, #footer-home #footer-widgets .widget_custom_html .textwidget p, #footer #home-footer-widgets .widget_text .textwidget p, #footer #home-footer-widgets .widget_custom_html .textwidget p, #footer #footer-widgets .widget_text .textwidget p, #footer #footer-widgets .widget_custom_html .textwidget p {
  color: #f2f2f2;
}
/* line 57, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #contact_info, #footer-home #footer-widgets #contact_info, #footer #home-footer-widgets #contact_info, #footer #footer-widgets #contact_info {
  list-style: none;
}
/* line 59, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #contact_info li, #footer-home #footer-widgets #contact_info li, #footer #home-footer-widgets #contact_info li, #footer #footer-widgets #contact_info li {
  color: #f2f2f2;
}
/* line 63, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info, #footer-home #footer-widgets #social_info, #footer #home-footer-widgets #social_info, #footer #footer-widgets #social_info {
  display: flex;
  list-style: none;
}
/* line 66, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li, #footer-home #footer-widgets #social_info li, #footer #home-footer-widgets #social_info li, #footer #footer-widgets #social_info li {
  flex: 1;
}
/* line 68, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li a, #footer-home #footer-widgets #social_info li a, #footer #home-footer-widgets #social_info li a, #footer #footer-widgets #social_info li a {
  color: #eeeeee;
  padding: .7rem;
}
/* line 71, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li a.facebook:hover, #footer-home #footer-widgets #social_info li a.facebook:hover, #footer #home-footer-widgets #social_info li a.facebook:hover, #footer #footer-widgets #social_info li a.facebook:hover {
  background-color: #3b5998;
}
/* line 74, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li a.twitter:hover, #footer-home #footer-widgets #social_info li a.twitter:hover, #footer #home-footer-widgets #social_info li a.twitter:hover, #footer #footer-widgets #social_info li a.twitter:hover {
  background-color: #1da1f2;
}
/* line 77, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li a.google-plus:hover, #footer-home #footer-widgets #social_info li a.google-plus:hover, #footer #home-footer-widgets #social_info li a.google-plus:hover, #footer #footer-widgets #social_info li a.google-plus:hover {
  background-color: #db4437;
}
/* line 80, sass/layout/_sidebar.scss */
#footer-home #home-footer-widgets #social_info li a.rss:hover, #footer-home #footer-widgets #social_info li a.rss:hover, #footer #home-footer-widgets #social_info li a.rss:hover, #footer #footer-widgets #social_info li a.rss:hover {
  background-color: #f69536;
}

/* Footer Styles */
/* line 2, sass/layout/_footer.scss */
footer h3 {
  color: #f0d101;
}

/* line 6, sass/layout/_footer.scss */
#footer-home {
  margin-top: 2rem;
  padding: 3.5rem 0 2.5rem;
  background-image: url(assets/img/footer_bg_01.jpg);
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, sass/layout/_footer.scss */
  #footer-home #home-footer-widgets, #footer-home #footer-widgets, #footer #home-footer-widgets, #footer #footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  /* line 18, sass/layout/_footer.scss */
  #footer-home #home-footer-widgets > li, #footer-home #footer-widgets > li, #footer #home-footer-widgets > li, #footer #footer-widgets > li {
    flex-basis: 48%;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  /* line 28, sass/layout/_footer.scss */
  #footer-home #home-footer-widgets, #footer-home #footer-widgets, #footer #home-footer-widgets, #footer #footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  /* line 32, sass/layout/_footer.scss */
  #footer-home #home-footer-widgets > li, #footer-home #footer-widgets > li, #footer #home-footer-widgets > li, #footer #footer-widgets > li {
    flex-basis: 23%;
    align-items: flex-end;
  }
}
/* line 41, sass/layout/_footer.scss */
#footer {
  background-color: #555555;
  color: #eeeeee;
  margin-top: 2rem;
  padding: 3.5rem 0 2.5rem;
}
/* line 46, sass/layout/_footer.scss */
#footer .footer_contents {
  display: flex;
}
/* line 48, sass/layout/_footer.scss */
#footer .footer_contents #copyright {
  flex: 1;
}
/* line 51, sass/layout/_footer.scss */
#footer .footer_contents #comp_info {
  flex: 1;
}
/* line 53, sass/layout/_footer.scss */
#footer .footer_contents #comp_info ul {
  list-style: none;
}

/* line 62, sass/layout/_footer.scss */
#wp-live-chat {
  right: 7rem !important;
}
/* line 64, sass/layout/_footer.scss */
#wp-live-chat #wp-live-chat-header {
  margin-bottom: .2rem !important;
}

/* MODULES */
/* line 1, sass/modules/_btn.scss */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: .4rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
}

/* line 13, sass/modules/_btn.scss */
.btn-group {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-top: 3.5rem;
  text-align: center;
}
/* line 19, sass/modules/_btn.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 23, sass/modules/_btn.scss */
.btn-group > .btn:last-child:not(:first-child):not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 27, sass/modules/_btn.scss */
.btn-group > .btn {
  position: relative;
}

/* line 32, sass/modules/_btn.scss */
.btn-lg {
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3333333;
  border-radius: .6rem;
}

/* line 38, sass/modules/_btn.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
}
/* line 41, sass/modules/_btn.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #2e6da4;
}

/* line 46, sass/modules/_btn.scss */
.btn-post {
  padding: .5rem 1rem;
}

/* line 50, sass/modules/_btn.scss */
.post_button_more {
  margin-top: 1.5rem;
}

/* Divider Styles */
/* line 2, sass/modules/_dividers.scss */
hr {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* line 8, sass/modules/_dividers.scss */
hr.post_divider {
  border-top: 1px solid #ccc;
}

/* line 14, sass/modules/_dividers.scss */
.sep hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* line 2, sass/modules/_forms.scss */
#newsletter {
  margin-bottom: 3.5rem;
}
/* line 4, sass/modules/_forms.scss */
#newsletter form {
  margin: auto;
}
/* line 6, sass/modules/_forms.scss */
#newsletter form label {
  text-align: center;
}
/* line 9, sass/modules/_forms.scss */
#newsletter form #input_fields {
  width: 50%;
  margin: auto;
  color: #8e8e8e;
  display: flex;
  justify-content: space-between;
}
/* line 15, sass/modules/_forms.scss */
#newsletter form #input_fields #mce-EMAIL {
  flex: 1;
  height: 6rem;
  line-height: 1.3333333;
  font-size: 1.8rem;
  font-style: italic;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-style: solid;
  padding-left: 1rem;
}
/* line 26, sass/modules/_forms.scss */
#newsletter form #input_fields #mc-embedded-subscribe {
  margin-left: 2%;
}

/* line 33, sass/modules/_forms.scss */
.contact-form {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
/* line 37, sass/modules/_forms.scss */
.contact-form label {
  display: block;
  color: #286090;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 42, sass/modules/_forms.scss */
.contact-form label input[type="checkbox"] {
  margin-right: .5rem;
}
/* line 46, sass/modules/_forms.scss */
.contact-form .wpcf7-form-control-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
/* line 50, sass/modules/_forms.scss */
.contact-form .wpcf7-form-control-wrap .form-control {
  width: 100%;
  height: 6.5rem;
  line-height: 1.3333333;
  font-size: 1.8rem;
  font-style: italic;
  vertical-align: middle;
  padding: .6rem 1.2rem;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .4rem;
  -moz-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  box-shadow: 0.5rem 0.5rem 0.5rem #eee;
}
/* line 65, sass/modules/_forms.scss */
.contact-form .wpcf7-form-control-wrap textarea.form-control {
  height: 15rem;
}

/* line 71, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
/* line 75, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 label {
  display: block;
  color: #286090;
  font-weight: 700;
  margin-bottom: .5rem;
}
/* line 80, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 label input[type="checkbox"] {
  margin-right: .5rem;
}
/* line 84, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 .wpcf7-form-control-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
/* line 88, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 .wpcf7-form-control-wrap .form-control {
  width: 100%;
  height: 6.5rem;
  line-height: 1.3333333;
  font-size: 1.8rem;
  font-style: italic;
  vertical-align: middle;
  padding: .6rem 1.2rem;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .4rem;
  -moz-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem #eee;
  box-shadow: 0.5rem 0.5rem 0.5rem #eee;
}
/* line 103, sass/modules/_forms.scss */
#wpcf7-f884-p889-o1 .wpcf7-form-control-wrap textarea.form-control {
  height: 15rem;
}

/* line 110, sass/modules/_forms.scss */
#wpcf7-f882-o1 form.wpcf7-form p {
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 118, sass/modules/_forms.scss */
  form.wpcf7-form label.footer-label {
    display: block;
  }
}
/* line 125, sass/modules/_forms.scss */
#respond {
  background-color: #f2f2f2;
  padding: 2rem;
}
/* line 128, sass/modules/_forms.scss */
#respond .comment-notes {
  font-size: 1.4rem;
  font-weight: 300;
}
/* line 132, sass/modules/_forms.scss */
#respond label {
  display: block;
  font-weight: 600;
}
/* line 136, sass/modules/_forms.scss */
#respond textarea, #respond input[type="text"] {
  border: none;
}
/* line 139, sass/modules/_forms.scss */
#respond textarea#comment {
  width: 100%;
  padding: 1.5rem;
}
/* line 144, sass/modules/_forms.scss */
#respond .form-submit input#submit {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: .4rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  padding: 1rem 1.6rem;
  font-size: 1.8rem;
  border-radius: .6rem;
}

/* line 161, sass/modules/_forms.scss */
#___gcse_0 {
  box-sizing: content-box;
}
/* line 165, sass/modules/_forms.scss */
#___gcse_0 .gsc-control-searchbox-only table.gsc-search-box td.gsc-input {
  border: none;
  height: 3rem;
}
/* line 172, sass/modules/_forms.scss */
#___gcse_0 .gsc-control-searchbox-only table.gsc-search-box td.gsc-input div.gsc-input-box table#gs_id50 tr td#gs_tti50 {
  padding: 0;
  background-color: #ccc;
}
/* line 176, sass/modules/_forms.scss */
#___gcse_0 .gsc-control-searchbox-only table.gsc-search-box td.gsc-input div.gsc-input-box table#gs_id50 tr td#gs_tti50 input.gsc-input {
  padding: 1rem;
}

/* line 189, sass/modules/_forms.scss */
.gsc-search-button-v2 {
  padding: 1rem;
  margin: .3rem 0 0 0;
  border: 0;
  height: 3.5rem;
  width: 3.5rem;
}

/* line 196, sass/modules/_forms.scss */
input.gsc-search-button {
  background-color: #cecece;
}
/* line 198, sass/modules/_forms.scss */
input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #333;
}

/* Miscellaneous Styles */
/* line 4, sass/modules/_misc.scss */
.wp-caption {
  white-space: inherit;
}

/* line 8, sass/modules/_misc.scss */
.wp-caption-text {
  white-space: inherit;
}

/* line 12, sass/modules/_misc.scss */
.screen-reader-text {
  white-space: inherit;
}

/* line 16, sass/modules/_misc.scss */
.gallery-caption {
  white-space: inherit;
}

/* line 20, sass/modules/_misc.scss */
.bypostauthor {
  white-space: inherit;
}

/* line 24, sass/modules/_misc.scss */
.alignleft {
  text-align: left;
}

/* line 28, sass/modules/_misc.scss */
.alignright {
  text-align: right;
}

/* line 32, sass/modules/_misc.scss */
.aligncenter {
  text-align: center;
}

/* line 36, sass/modules/_misc.scss */
.post_meta {
  background-color: #eee;
  padding: 1.5rem;
}
/* line 42, sass/modules/_misc.scss */
.post_meta #comment_number {
  margin-left: 1.5rem;
}

/* line 47, sass/modules/_misc.scss */
.post_img {
  margin: 2rem auto;
}

/* line 52, sass/modules/_misc.scss */
.jumbotron2 {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
/* line 57, sass/modules/_misc.scss */
.jumbotron2 h2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}
/* line 63, sass/modules/_misc.scss */
.jumbotron2 p.lead {
  font-size: 1.75rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 69, sass/modules/_misc.scss */
.jumbotron2 hr {
  border-top: 1px solid #ccc;
}

/* line 74, sass/modules/_misc.scss */
.card_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* line 78, sass/modules/_misc.scss */
.card_container .card {
  flex-basis: 25%;
  margin: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}
/* line 89, sass/modules/_misc.scss */
.card_container .card .card_top .card_title {
  text-align: center;
  margin-bottom: .75rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  color: #f2f2f2;
  background-color: #333;
}
