@charset "UTF-8";

/* normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined in IE 8/9.

 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

  display: block; }



/**

 * Correct `inline-block` display not defined in IE 8/9.

 */

audio,

canvas,

video {

  display: inline-block; }



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {

  display: none;

  height: 0; }



/**

 * Address styling not present in IE 8/9.

 */

[hidden] {

  display: none; }



/* ==========================================================================

   Base

   ========================================================================== */

/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */

html {

  font-family: sans-serif;

  /* 1 */

  -webkit-text-size-adjust: 100%;

  /* 2 */

  -ms-text-size-adjust: 100%;

  /* 2 */ }



/**

 * Remove default margin.

 */

body {

  margin: 0; }



/* ==========================================================================

   Links

   ========================================================================== */

/**

 * Address `outline` inconsistency between Chrome and other browsers.

 */

a:focus {

  outline: thin dotted; }



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */

a:active,

a:hover {

  outline: 0; }



/* ==========================================================================

   Typography

   ========================================================================== */

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari 5, and Chrome.

 */

h1 {

  font-size: 2em;

  margin: 0.67em 0; }



/**

 * Address styling not present in IE 8/9, Safari 5, and Chrome.

 */

abbr[title] {

  border-bottom: 1px dotted; }



/**

 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

 */

b,

strong {

  font-weight: bold; }



/**

 * Address styling not present in Safari 5 and Chrome.

 */

dfn {

  font-style: italic; }



/**

 * Address differences between Firefox and other browsers.

 */

hr {

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  height: 0; }



/**

 * Address styling not present in IE 8/9.

 */

mark {

  background: #ff0;

  color: #000; }



/**

 * Correct font family set oddly in Safari 5 and Chrome.

 */

code,

kbd,

pre,

samp {

  font-family: monospace, serif;

  font-size: 1em; }



/**

 * Improve readability of pre-formatted text in all browsers.

 */

pre {

  white-space: pre-wrap; }



/**

 * Set consistent quote types.

 */

q {

  quotes: "\201C" "\201D" "\2018" "\2019"; }



/**

 * Address inconsistent and variable font size in all browsers.

 */

small {

  font-size: 90%; }



/**

 * 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.

 */

img {

  border: 0; }



/**

 * Correct overflow displayed oddly in IE 9.

 */

svg:not(:root) {

  overflow: hidden; }



/* ==========================================================================

   Figures

   ========================================================================== */

/**

 * Address margin not present in IE 8/9 and Safari 5.

 */

figure {

  margin: 0; }



/* ==========================================================================

   Forms

   ========================================================================== */

/**

 * 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.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

 * 1. Correct font family not being inherited in all browsers.

 * 2. Correct font size not being inherited in all browsers.

 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.

 */

button,

input,

select,

textarea {

  font-family: inherit;

  /* 1 */

  font-size: 100%;

  /* 2 */

  margin: 0;

  /* 3 */ }



/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

button,

input {

  line-height: normal; }



/**

 * 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 Chrome, Safari 5+, and IE 8+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */

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; }



/**

 * 1. Address box sizing set to `content-box` in IE 8/9.

 * 2. Remove excess padding in IE 8/9.

 */

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */

input[type="search"] {

  -webkit-appearance: textfield;

  /* 1 */

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  /* 2 */

  box-sizing: content-box; }



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none; }



/**

 * Remove inner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0; }



/**

 * 1. Remove default vertical scrollbar in IE 8/9.

 * 2. Improve readability and alignment in all browsers.

 */

textarea {

  overflow: auto;

  /* 1 */

  vertical-align: top;

  /* 2 */ }



/* ==========================================================================

   Tables

   ========================================================================== */

/**

 * Remove most spacing between table cells.

 */

table {

  border-collapse: collapse;

  border-spacing: 0; }



/*

 *  Font Awesome 3.2.1

 *  the iconic font designed for Bootstrap

 *  ------------------------------------------------------------------------------

 *  The full suite of pictographic icons, examples, and documentation can be

 *  found at http://fontawesome.io.  Stay up to date on Twitter at

 *  http://twitter.com/fontawesome.

 *

 *  License

 *  ------------------------------------------------------------------------------

 *  - The Font Awesome font is licensed under SIL OFL 1.1 -

 *    http://scripts.sil.org/OFL

 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -

 *    http://opensource.org/licenses/mit-license.html

 *  - Font Awesome documentation licensed under CC BY 3.0 -

 *    http://creativecommons.org/licenses/by/3.0/

 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:

 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *

 *  Author - Dave Gandy

 *  ------------------------------------------------------------------------------

 *  Email: dave@fontawesome.io

 *  Twitter: http://twitter.com/davegandy

 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com

 */

/* FONT PATH

 * -------------------------- */

@font-face {

  font-family: 'FontAwesome';

  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=3.2.1");

  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");

  font-weight: normal;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: 'FontAwesome';

    src: url("fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");

    font-weight: normal;

    font-style: normal; } }

/* FONT AWESOME CORE

 * -------------------------- */

[class^="icon-"],

[class*=" icon-"] {

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  text-decoration: inherit;

  -webkit-font-smoothing: antialiased;

  *margin-right: .3em; }



[class^="icon-"]:before,

[class*=" icon-"]:before {

  text-decoration: inherit;

  display: inline-block;

  speak: none; }



/* makes the font 33% larger relative to the icon container */

.icon-large:before {

  vertical-align: -10%;

  font-size: 1.33333em; }



/* makes sure icons active on rollover in links */

a [class^="icon-"],

a [class*=" icon-"] {

  display: inline; }



/* increased font size for icon-large */

[class^="icon-"].icon-fixed-width,

[class*=" icon-"].icon-fixed-width {

  display: inline-block;

  width: 1.14286em;

  text-align: right;

  padding-right: 0.28571em; }

  [class^="icon-"].icon-fixed-width.icon-large,

  [class*=" icon-"].icon-fixed-width.icon-large {

    width: 1.42857em; }



.icons-ul {

  margin-left: 2.14286em;

  list-style-type: none; }

  .icons-ul > li {

    position: relative; }

  .icons-ul .icon-li {

    position: absolute;

    left: -2.14286em;

    width: 2.14286em;

    text-align: center;

    line-height: inherit; }



[class^="icon-"].hide,

[class*=" icon-"].hide {

  display: none; }



.icon-muted {

  color: #eeeeee; }



.icon-light {

  color: white; }



.icon-dark {

  color: #333333; }



.icon-border {

  border: solid 1px #eeeeee;

  padding: .2em .25em .15em;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px; }



.icon-2x {

  font-size: 2em; }

  .icon-2x.icon-border {

    border-width: 2px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px; }



.icon-3x {

  font-size: 3em; }

  .icon-3x.icon-border {

    border-width: 3px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px; }



.icon-4x {

  font-size: 4em; }

  .icon-4x.icon-border {

    border-width: 4px;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px; }



.icon-5x {

  font-size: 5em; }

  .icon-5x.icon-border {

    border-width: 5px;

    -webkit-border-radius: 7px;

    -moz-border-radius: 7px;

    border-radius: 7px; }



.pull-right {

  float: right; }



.pull-left {

  float: left; }



[class^="icon-"].pull-left,

[class*=" icon-"].pull-left {

  margin-right: .3em; }

[class^="icon-"].pull-right,

[class*=" icon-"].pull-right {

  margin-left: .3em; }



/* BOOTSTRAP SPECIFIC CLASSES

 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */

[class^="icon-"],

[class*=" icon-"] {

  display: inline;

  width: auto;

  height: auto;

  line-height: normal;

  vertical-align: baseline;

  background-image: none;

  background-position: 0% 0%;

  background-repeat: repeat;

  margin-top: 0; }



/* more sprites.less reset */

.icon-white,

.nav-pills > .active > a > [class^="icon-"],

.nav-pills > .active > a > [class*=" icon-"],

.nav-list > .active > a > [class^="icon-"],

.nav-list > .active > a > [class*=" icon-"],

.navbar-inverse .nav > .active > a > [class^="icon-"],

.navbar-inverse .nav > .active > a > [class*=" icon-"],

.dropdown-menu > li > a:hover > [class^="icon-"],

.dropdown-menu > li > a:hover > [class*=" icon-"],

.dropdown-menu > .active > a > [class^="icon-"],

.dropdown-menu > .active > a > [class*=" icon-"],

.dropdown-submenu:hover > a > [class^="icon-"],

.dropdown-submenu:hover > a > [class*=" icon-"] {

  background-image: none; }



/* keeps Bootstrap styles with and without icons the same */

.btn [class^="icon-"].icon-large,

.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,

.nav [class*=" icon-"].icon-large {

  line-height: .9em; }

.btn [class^="icon-"].icon-spin,

.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,

.nav [class*=" icon-"].icon-spin {

  display: inline-block; }



.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,

.nav-tabs [class*=" icon-"],

.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,

.nav-pills [class*=" icon-"],

.nav-pills [class*=" icon-"].icon-large {

  line-height: .9em; }



.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,

.btn [class*=" icon-"].pull-left.icon-2x,

.btn [class*=" icon-"].pull-right.icon-2x {

  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,

.btn [class*=" icon-"].icon-spin.icon-large {

  line-height: .8em; }



.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,

.btn.btn-small [class*=" icon-"].pull-left.icon-2x,

.btn.btn-small [class*=" icon-"].pull-right.icon-2x {

  margin-top: .25em; }



.btn.btn-large [class^="icon-"],

.btn.btn-large [class*=" icon-"] {

  margin-top: 0; }

  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,

  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,

  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {

    margin-top: .05em; }

  .btn.btn-large [class^="icon-"].pull-left.icon-2x,

  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {

    margin-right: .2em; }

  .btn.btn-large [class^="icon-"].pull-right.icon-2x,

  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {

    margin-left: .2em; }



/* Fixes alignment in nav lists */

.nav-list [class^="icon-"],

.nav-list [class*=" icon-"] {

  line-height: inherit; }



/* EXTRAS

 * -------------------------- */

/* Stacked and layered icon */

.icon-stack {

  position: relative;

  display: inline-block;

  width: 2em;

  height: 2em;

  line-height: 2em;

  vertical-align: -35%; }

  .icon-stack [class^="icon-"],

  .icon-stack [class*=" icon-"] {

    display: block;

    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%;

    font-size: 1em;

    line-height: inherit;

    *line-height: 2em; }

  .icon-stack .icon-stack-base {

    font-size: 2em;

    *line-height: 1em; }



/* Animated rotating icon */

.icon-spin {

  display: inline-block;

  -moz-animation: spin 2s infinite linear;

  -o-animation: spin 2s infinite linear;

  -webkit-animation: spin 2s infinite linear;

  animation: spin 2s infinite linear; }



/* Prevent stack and spinners from being taken inline when inside a link */

a .icon-stack,

a .icon-spin {

  display: inline-block;

  text-decoration: none; }



@-moz-keyframes spin {

  0% {

    -moz-transform: rotate(0deg); }



  100% {

    -moz-transform: rotate(359deg); } }



@-webkit-keyframes spin {

  0% {

    -webkit-transform: rotate(0deg); }



  100% {

    -webkit-transform: rotate(359deg); } }



@-o-keyframes spin {

  0% {

    -o-transform: rotate(0deg); }



  100% {

    -o-transform: rotate(359deg); } }



@-ms-keyframes spin {

  0% {

    -ms-transform: rotate(0deg); }



  100% {

    -ms-transform: rotate(359deg); } }



@keyframes spin {

  0% {

    transform: rotate(0deg); }



  100% {

    transform: rotate(359deg); } }



/* Icon rotations and mirroring */

.icon-rotate-90:before {

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }



.icon-rotate-180:before {

  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  -o-transform: rotate(180deg);

  transform: rotate(180deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }



.icon-rotate-270:before {

  -webkit-transform: rotate(270deg);

  -moz-transform: rotate(270deg);

  -ms-transform: rotate(270deg);

  -o-transform: rotate(270deg);

  transform: rotate(270deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }



.icon-flip-horizontal:before {

  -webkit-transform: scale(-1, 1);

  -moz-transform: scale(-1, 1);

  -ms-transform: scale(-1, 1);

  -o-transform: scale(-1, 1);

  transform: scale(-1, 1); }



.icon-flip-vertical:before {

  -webkit-transform: scale(1, -1);

  -moz-transform: scale(1, -1);

  -ms-transform: scale(1, -1);

  -o-transform: scale(1, -1);

  transform: scale(1, -1); }



/* ensure rotation occurs inside anchor tags */

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {

  display: inline-block; }



/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen

 * readers do not read off random characters that represent icons */

.icon-glass:before {

  content: "\f000"; }



.icon-music:before {

  content: "\f001"; }



.icon-search:before {

  content: "\f002"; }



.icon-envelope-alt:before {

  content: "\f003"; }



.icon-heart:before {

  content: "\f004"; }



.icon-star:before {

  content: "\f005"; }



.icon-star-empty:before {

  content: "\f006"; }



.icon-user:before {

  content: "\f007"; }



.icon-film:before {

  content: "\f008"; }



.icon-th-large:before {

  content: "\f009"; }



.icon-th:before {

  content: "\f00a"; }



.icon-th-list:before {

  content: "\f00b"; }



.icon-ok:before {

  content: "\f00c"; }



.icon-remove:before {

  content: "\f00d"; }



.icon-zoom-in:before {

  content: "\f00e"; }



.icon-zoom-out:before {

  content: "\f010"; }



.icon-power-off:before,

.icon-off:before {

  content: "\f011"; }



.icon-signal:before {

  content: "\f012"; }



.icon-gear:before,

.icon-cog:before {

  content: "\f013"; }



.icon-trash:before {

  content: "\f014"; }



.icon-home:before {

  content: "\f015"; }



.icon-file-alt:before {

  content: "\f016"; }



.icon-time:before {

  content: "\f017"; }



.icon-road:before {

  content: "\f018"; }



.icon-download-alt:before {

  content: "\f019"; }



.icon-download:before {

  content: "\f01a"; }



.icon-upload:before {

  content: "\f01b"; }



.icon-inbox:before {

  content: "\f01c"; }



.icon-play-circle:before {

  content: "\f01d"; }



.icon-rotate-right:before,

.icon-repeat:before {

  content: "\f01e"; }



.icon-refresh:before {

  content: "\f021"; }



.icon-list-alt:before {

  content: "\f022"; }



.icon-lock:before {

  content: "\f023"; }



.icon-flag:before {

  content: "\f024"; }



.icon-headphones:before {

  content: "\f025"; }



.icon-volume-off:before {

  content: "\f026"; }



.icon-volume-down:before {

  content: "\f027"; }



.icon-volume-up:before {

  content: "\f028"; }



.icon-qrcode:before {

  content: "\f029"; }



.icon-barcode:before {

  content: "\f02a"; }



.icon-tag:before {

  content: "\f02b"; }



.icon-tags:before {

  content: "\f02c"; }



.icon-book:before {

  content: "\f02d"; }



.icon-bookmark:before {

  content: "\f02e"; }



.icon-print:before {

  content: "\f02f"; }



.icon-camera:before {

  content: "\f030"; }



.icon-font:before {

  content: "\f031"; }



.icon-bold:before {

  content: "\f032"; }



.icon-italic:before {

  content: "\f033"; }



.icon-text-height:before {

  content: "\f034"; }



.icon-text-width:before {

  content: "\f035"; }



.icon-align-left:before {

  content: "\f036"; }



.icon-align-center:before {

  content: "\f037"; }



.icon-align-right:before {

  content: "\f038"; }



.icon-align-justify:before {

  content: "\f039"; }



.icon-list:before {

  content: "\f03a"; }



.icon-indent-left:before {

  content: "\f03b"; }



.icon-indent-right:before {

  content: "\f03c"; }



.icon-facetime-video:before {

  content: "\f03d"; }



.icon-picture:before {

  content: "\f03e"; }



.icon-pencil:before {

  content: "\f040"; }



.icon-map-marker:before {

  content: "\f041"; }



.icon-adjust:before {

  content: "\f042"; }



.icon-tint:before {

  content: "\f043"; }



.icon-edit:before {

  content: "\f044"; }



.icon-share:before {

  content: "\f045"; }



.icon-check:before {

  content: "\f046"; }



.icon-move:before {

  content: "\f047"; }



.icon-step-backward:before {

  content: "\f048"; }



.icon-fast-backward:before {

  content: "\f049"; }



.icon-backward:before {

  content: "\f04a"; }



.icon-play:before {

  content: "\f04b"; }



.icon-pause:before {

  content: "\f04c"; }



.icon-stop:before {

  content: "\f04d"; }



.icon-forward:before {

  content: "\f04e"; }



.icon-fast-forward:before {

  content: "\f050"; }



.icon-step-forward:before {

  content: "\f051"; }



.icon-eject:before {

  content: "\f052"; }



.icon-chevron-left:before {

  content: "\f053"; }



.icon-chevron-right:before {

  content: "\f054"; }



.icon-plus-sign:before {

  content: "\f055"; }



.icon-minus-sign:before {

  content: "\f056"; }



.icon-remove-sign:before {

  content: "\f057"; }



.icon-ok-sign:before {

  content: "\f058"; }



.icon-question-sign:before {

  content: "\f059"; }



.icon-info-sign:before {

  content: "\f05a"; }



.icon-screenshot:before {

  content: "\f05b"; }



.icon-remove-circle:before {

  content: "\f05c"; }



.icon-ok-circle:before {

  content: "\f05d"; }



.icon-ban-circle:before {

  content: "\f05e"; }



.icon-arrow-left:before {

  content: "\f060"; }



.icon-arrow-right:before {

  content: "\f061"; }



.icon-arrow-up:before {

  content: "\f062"; }



.icon-arrow-down:before {

  content: "\f063"; }



.icon-mail-forward:before,

.icon-share-alt:before {

  content: "\f064"; }



.icon-resize-full:before {

  content: "\f065"; }



.icon-resize-small:before {

  content: "\f066"; }



.icon-plus:before {

  content: "\f067"; }



.icon-minus:before {

  content: "\f068"; }



.icon-asterisk:before {

  content: "\f069"; }



.icon-exclamation-sign:before {

  content: "\f06a"; }



.icon-gift:before {

  content: "\f06b"; }



.icon-leaf:before {

  content: "\f06c"; }



.icon-fire:before {

  content: "\f06d"; }



.icon-eye-open:before {

  content: "\f06e"; }



.icon-eye-close:before {

  content: "\f070"; }



.icon-warning-sign:before {

  content: "\f071"; }



.icon-plane:before {

  content: "\f072"; }



.icon-calendar:before {

  content: "\f073"; }



.icon-random:before {

  content: "\f074"; }



.icon-comment:before {

  content: "\f075"; }



.icon-magnet:before {

  content: "\f076"; }



.icon-chevron-up:before {

  content: "\f077"; }



.icon-chevron-down:before {

  content: "\f078"; }



.icon-retweet:before {

  content: "\f079"; }



.icon-shopping-cart:before {

  content: "\f07a"; }



.icon-folder-close:before {

  content: "\f07b"; }



.icon-folder-open:before {

  content: "\f07c"; }



.icon-resize-vertical:before {

  content: "\f07d"; }



.icon-resize-horizontal:before {

  content: "\f07e"; }



.icon-bar-chart:before {

  content: "\f080"; }



.icon-twitter-sign:before {

  content: "\f081"; }



.icon-facebook-sign:before {

  content: "\f082"; }



.icon-camera-retro:before {

  content: "\f083"; }



.icon-key:before {

  content: "\f084"; }



.icon-gears:before,

.icon-cogs:before {

  content: "\f085"; }



.icon-comments:before {

  content: "\f086"; }



.icon-thumbs-up-alt:before {

  content: "\f087"; }



.icon-thumbs-down-alt:before {

  content: "\f088"; }



.icon-star-half:before {

  content: "\f089"; }



.icon-heart-empty:before {

  content: "\f08a"; }



.icon-signout:before {

  content: "\f08b"; }



.icon-linkedin-sign:before {

  content: "\f08c"; }



.icon-pushpin:before {

  content: "\f08d"; }



.icon-external-link:before {

  content: "\f08e"; }



.icon-signin:before {

  content: "\f090"; }



.icon-trophy:before {

  content: "\f091"; }



.icon-github-sign:before {

  content: "\f092"; }



.icon-upload-alt:before {

  content: "\f093"; }



.icon-lemon:before {

  content: "\f094"; }



.icon-phone:before {

  content: "\f095"; }



.icon-unchecked:before,

.icon-check-empty:before {

  content: "\f096"; }



.icon-bookmark-empty:before {

  content: "\f097"; }



.icon-phone-sign:before {

  content: "\f098"; }



.icon-twitter:before {

  content: "\f099"; }



.icon-facebook:before {

  content: "\f09a"; }



.icon-github:before {

  content: "\f09b"; }



.icon-unlock:before {

  content: "\f09c"; }



.icon-credit-card:before {

  content: "\f09d"; }



.icon-rss:before {

  content: "\f09e"; }



.icon-hdd:before {

  content: "\f0a0"; }



.icon-bullhorn:before {

  content: "\f0a1"; }



.icon-bell:before {

  content: "\f0a2"; }



.icon-certificate:before {

  content: "\f0a3"; }



.icon-hand-right:before {

  content: "\f0a4"; }



.icon-hand-left:before {

  content: "\f0a5"; }



.icon-hand-up:before {

  content: "\f0a6"; }



.icon-hand-down:before {

  content: "\f0a7"; }



.icon-circle-arrow-left:before {

  content: "\f0a8"; }



.icon-circle-arrow-right:before {

  content: "\f0a9"; }



.icon-circle-arrow-up:before {

  content: "\f0aa"; }



.icon-circle-arrow-down:before {

  content: "\f0ab"; }



.icon-globe:before {

  content: "\f0ac"; }



.icon-wrench:before {

  content: "\f0ad"; }



.icon-tasks:before {

  content: "\f0ae"; }



.icon-filter:before {

  content: "\f0b0"; }



.icon-briefcase:before {

  content: "\f0b1"; }



.icon-fullscreen:before {

  content: "\f0b2"; }



.icon-group:before {

  content: "\f0c0"; }



.icon-link:before {

  content: "\f0c1"; }



.icon-cloud:before {

  content: "\f0c2"; }



.icon-beaker:before {

  content: "\f0c3"; }



.icon-cut:before {

  content: "\f0c4"; }



.icon-copy:before {

  content: "\f0c5"; }



.icon-paperclip:before,

.icon-paper-clip:before {

  content: "\f0c6"; }



.icon-save:before {

  content: "\f0c7"; }



.icon-sign-blank:before {

  content: "\f0c8"; }



.icon-reorder:before {

  content: "\f0c9"; }



.icon-list-ul:before {

  content: "\f0ca"; }



.icon-list-ol:before {

  content: "\f0cb"; }



.icon-strikethrough:before {

  content: "\f0cc"; }



.icon-underline:before {

  content: "\f0cd"; }



.icon-table:before {

  content: "\f0ce"; }



.icon-magic:before {

  content: "\f0d0"; }



.icon-truck:before {

  content: "\f0d1"; }



.icon-pinterest:before {

  content: "\f0d2"; }



.icon-pinterest-sign:before {

  content: "\f0d3"; }



.icon-google-plus-sign:before {

  content: "\f0d4"; }



.icon-google-plus:before {

  content: "\f0d5"; }



.icon-money:before {

  content: "\f0d6"; }



.icon-caret-down:before {

  content: "\f0d7"; }



.icon-caret-up:before {

  content: "\f0d8"; }



.icon-caret-left:before {

  content: "\f0d9"; }



.icon-caret-right:before {

  content: "\f0da"; }



.icon-columns:before {

  content: "\f0db"; }



.icon-sort:before {

  content: "\f0dc"; }



.icon-sort-down:before {

  content: "\f0dd"; }



.icon-sort-up:before {

  content: "\f0de"; }



.icon-envelope:before {

  content: "\f0e0"; }



.icon-linkedin:before {

  content: "\f0e1"; }



.icon-rotate-left:before,

.icon-undo:before {

  content: "\f0e2"; }



.icon-legal:before {

  content: "\f0e3"; }



.icon-dashboard:before {

  content: "\f0e4"; }



.icon-comment-alt:before {

  content: "\f0e5"; }



.icon-comments-alt:before {

  content: "\f0e6"; }



.icon-bolt:before {

  content: "\f0e7"; }



.icon-sitemap:before {

  content: "\f0e8"; }



.icon-umbrella:before {

  content: "\f0e9"; }



.icon-paste:before {

  content: "\f0ea"; }



.icon-lightbulb:before {

  content: "\f0eb"; }



.icon-exchange:before {

  content: "\f0ec"; }



.icon-cloud-download:before {

  content: "\f0ed"; }



.icon-cloud-upload:before {

  content: "\f0ee"; }



.icon-user-md:before {

  content: "\f0f0"; }



.icon-stethoscope:before {

  content: "\f0f1"; }



.icon-suitcase:before {

  content: "\f0f2"; }



.icon-bell-alt:before {

  content: "\f0f3"; }



.icon-coffee:before {

  content: "\f0f4"; }



.icon-food:before {

  content: "\f0f5"; }



.icon-file-text-alt:before {

  content: "\f0f6"; }



.icon-building:before {

  content: "\f0f7"; }



.icon-hospital:before {

  content: "\f0f8"; }



.icon-ambulance:before {

  content: "\f0f9"; }



.icon-medkit:before {

  content: "\f0fa"; }



.icon-fighter-jet:before {

  content: "\f0fb"; }



.icon-beer:before {

  content: "\f0fc"; }



.icon-h-sign:before {

  content: "\f0fd"; }



.icon-plus-sign-alt:before {

  content: "\f0fe"; }



.icon-double-angle-left:before {

  content: "\f100"; }



.icon-double-angle-right:before {

  content: "\f101"; }



.icon-double-angle-up:before {

  content: "\f102"; }



.icon-double-angle-down:before {

  content: "\f103"; }



.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-desktop:before {

  content: "\f108"; }



.icon-laptop:before {

  content: "\f109"; }



.icon-tablet:before {

  content: "\f10a"; }



.icon-mobile-phone:before {

  content: "\f10b"; }



.icon-circle-blank:before {

  content: "\f10c"; }



.icon-quote-left:before {

  content: "\f10d"; }



.icon-quote-right:before {

  content: "\f10e"; }



.icon-spinner:before {

  content: "\f110"; }



.icon-circle:before {

  content: "\f111"; }



.icon-mail-reply:before,

.icon-reply:before {

  content: "\f112"; }



.icon-github-alt:before {

  content: "\f113"; }



.icon-folder-close-alt:before {

  content: "\f114"; }



.icon-folder-open-alt:before {

  content: "\f115"; }



.icon-expand-alt:before {

  content: "\f116"; }



.icon-collapse-alt:before {

  content: "\f117"; }



.icon-smile:before {

  content: "\f118"; }



.icon-frown:before {

  content: "\f119"; }



.icon-meh:before {

  content: "\f11a"; }



.icon-gamepad:before {

  content: "\f11b"; }



.icon-keyboard:before {

  content: "\f11c"; }



.icon-flag-alt:before {

  content: "\f11d"; }



.icon-flag-checkered:before {

  content: "\f11e"; }



.icon-terminal:before {

  content: "\f120"; }



.icon-code:before {

  content: "\f121"; }



.icon-reply-all:before {

  content: "\f122"; }



.icon-mail-reply-all:before {

  content: "\f122"; }



.icon-star-half-full:before,

.icon-star-half-empty:before {

  content: "\f123"; }



.icon-location-arrow:before {

  content: "\f124"; }



.icon-crop:before {

  content: "\f125"; }



.icon-code-fork:before {

  content: "\f126"; }



.icon-unlink:before {

  content: "\f127"; }



.icon-question:before {

  content: "\f128"; }



.icon-info:before {

  content: "\f129"; }



.icon-exclamation:before {

  content: "\f12a"; }



.icon-superscript:before {

  content: "\f12b"; }



.icon-subscript:before {

  content: "\f12c"; }



.icon-eraser:before {

  content: "\f12d"; }



.icon-puzzle-piece:before {

  content: "\f12e"; }



.icon-microphone:before {

  content: "\f130"; }



.icon-microphone-off:before {

  content: "\f131"; }



.icon-shield:before {

  content: "\f132"; }



.icon-calendar-empty:before {

  content: "\f133"; }



.icon-fire-extinguisher:before {

  content: "\f134"; }



.icon-rocket:before {

  content: "\f135"; }



.icon-maxcdn:before {

  content: "\f136"; }



.icon-chevron-sign-left:before {

  content: "\f137"; }



.icon-chevron-sign-right:before {

  content: "\f138"; }



.icon-chevron-sign-up:before {

  content: "\f139"; }



.icon-chevron-sign-down:before {

  content: "\f13a"; }



.icon-html5:before {

  content: "\f13b"; }



.icon-css3:before {

  content: "\f13c"; }



.icon-anchor:before {

  content: "\f13d"; }



.icon-unlock-alt:before {

  content: "\f13e"; }



.icon-bullseye:before {

  content: "\f140"; }



.icon-ellipsis-horizontal:before {

  content: "\f141"; }



.icon-ellipsis-vertical:before {

  content: "\f142"; }



.icon-rss-sign:before {

  content: "\f143"; }



.icon-play-sign:before {

  content: "\f144"; }



.icon-ticket:before {

  content: "\f145"; }



.icon-minus-sign-alt:before {

  content: "\f146"; }



.icon-check-minus:before {

  content: "\f147"; }



.icon-level-up:before {

  content: "\f148"; }



.icon-level-down:before {

  content: "\f149"; }



.icon-check-sign:before {

  content: "\f14a"; }



.icon-edit-sign:before {

  content: "\f14b"; }



.icon-external-link-sign:before {

  content: "\f14c"; }



.icon-share-sign:before {

  content: "\f14d"; }



.icon-compass:before {

  content: "\f14e"; }



.icon-collapse:before {

  content: "\f150"; }



.icon-collapse-top:before {

  content: "\f151"; }



.icon-expand:before {

  content: "\f152"; }



.icon-euro:before,

.icon-eur:before {

  content: "\f153"; }



.icon-gbp:before {

  content: "\f154"; }



.icon-dollar:before,

.icon-usd:before {

  content: "\f155"; }



.icon-rupee:before,

.icon-inr:before {

  content: "\f156"; }



.icon-yen:before,

.icon-jpy:before {

  content: "\f157"; }



.icon-renminbi:before,

.icon-cny:before {

  content: "\f158"; }



.icon-won:before,

.icon-krw:before {

  content: "\f159"; }



.icon-bitcoin:before,

.icon-btc:before {

  content: "\f15a"; }



.icon-file:before {

  content: "\f15b"; }



.icon-file-text:before {

  content: "\f15c"; }



.icon-sort-by-alphabet:before {

  content: "\f15d"; }



.icon-sort-by-alphabet-alt:before {

  content: "\f15e"; }



.icon-sort-by-attributes:before {

  content: "\f160"; }



.icon-sort-by-attributes-alt:before {

  content: "\f161"; }



.icon-sort-by-order:before {

  content: "\f162"; }



.icon-sort-by-order-alt:before {

  content: "\f163"; }



.icon-thumbs-up:before {

  content: "\f164"; }



.icon-thumbs-down:before {

  content: "\f165"; }



.icon-youtube-sign:before {

  content: "\f166"; }



.icon-youtube:before {

  content: "\f167"; }



.icon-xing:before {

  content: "\f168"; }



.icon-xing-sign:before {

  content: "\f169"; }



.icon-youtube-play:before {

  content: "\f16a"; }



.icon-dropbox:before {

  content: "\f16b"; }



.icon-stackexchange:before {

  content: "\f16c"; }



.icon-instagram:before {

  content: "\f16d"; }



.icon-flickr:before {

  content: "\f16e"; }



.icon-adn:before {

  content: "\f170"; }



.icon-bitbucket:before {

  content: "\f171"; }



.icon-bitbucket-sign:before {

  content: "\f172"; }



.icon-tumblr:before {

  content: "\f173"; }



.icon-tumblr-sign:before {

  content: "\f174"; }



.icon-long-arrow-down:before {

  content: "\f175"; }



.icon-long-arrow-up:before {

  content: "\f176"; }



.icon-long-arrow-left:before {

  content: "\f177"; }



.icon-long-arrow-right:before {

  content: "\f178"; }



.icon-apple:before {

  content: "\f179"; }



.icon-windows:before {

  content: "\f17a"; }



.icon-android:before {

  content: "\f17b"; }



.icon-linux:before {

  content: "\f17c"; }



.icon-dribbble:before {

  content: "\f17d"; }



.icon-skype:before {

  content: "\f17e"; }



.icon-foursquare:before {

  content: "\f180"; }



.icon-trello:before {

  content: "\f181"; }



.icon-female:before {

  content: "\f182"; }



.icon-male:before {

  content: "\f183"; }



.icon-gittip:before {

  content: "\f184"; }



.icon-sun:before {

  content: "\f185"; }



.icon-moon:before {

  content: "\f186"; }



.icon-archive:before {

  content: "\f187"; }



.icon-bug:before {

  content: "\f188"; }



.icon-vk:before {

  content: "\f189"; }



.icon-weibo:before {

  content: "\f18a"; }



.icon-renren:before {

  content: "\f18b"; }



/* Magnific Popup CSS */

.mfp-bg {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 502;

  overflow: hidden;

  position: fixed;

  background: #0b0b0b;

  opacity: 0.9;

  filter: alpha(opacity=90); }



.mfp-wrap {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 503;

  position: fixed;

  outline: none !important;

  -webkit-backface-visibility: hidden; }



.mfp-container {

  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  padding: 0 8px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box; }



.mfp-container:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle; }



.mfp-align-top .mfp-container:before {

  display: none; }



.mfp-content {

  position: relative;

  display: inline-block;

  vertical-align: middle;

  margin: 0 auto;

  text-align: left;

  z-index: 505; }



.mfp-inline-holder .mfp-content,

.mfp-ajax-holder .mfp-content {

  width: 100%;

  cursor: auto; }



.mfp-ajax-cur {

  cursor: progress; }



.mfp-zoom-out-cur,

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {

  cursor: -moz-zoom-out;

  cursor: -webkit-zoom-out;

  cursor: zoom-out; }



.mfp-zoom {

  cursor: pointer;

  cursor: -webkit-zoom-in;

  cursor: -moz-zoom-in;

  cursor: zoom-in; }



.mfp-auto-cursor .mfp-content {

  cursor: auto; }



.mfp-close,

.mfp-arrow,

.mfp-preloader,

.mfp-counter {

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none; }



.mfp-loading.mfp-figure {

  display: none; }



.mfp-hide {

  display: none !important; }



.mfp-preloader {

  color: #cccccc;

  position: absolute;

  top: 50%;

  width: auto;

  text-align: center;

  margin-top: -0.8em;

  left: 8px;

  right: 8px;

  z-index: 504; }



.mfp-preloader a {

  color: #cccccc; }



.mfp-preloader a:hover {

  color: white; }



.mfp-s-ready .mfp-preloader {

  display: none; }



.mfp-s-error .mfp-content {

  display: none; }



button.mfp-close,

button.mfp-arrow {

  overflow: visible;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

  display: block;

  padding: 0;

  z-index: 506; }



button::-moz-focus-inner {

  padding: 0;

  border: 0; }



.mfp-close {

  width: 44px;

  height: 44px;

  line-height: 44px;

  position: absolute;

  right: 0;

  top: 0;

  text-decoration: none;

  text-align: center;

  opacity: 0.65;

  padding: 0 0 18px 10px;

  color: white;

  font-style: normal;

  font-size: 28px;

  font-family: Arial, Baskerville, monospace; }

  .mfp-close:hover, .mfp-close:focus {

    opacity: 1; }

  .mfp-close:active {

    top: 1px; }



.mfp-close-btn-in .mfp-close {

  color: #333333; }



.mfp-image-holder .mfp-close,

.mfp-iframe-holder .mfp-close {

  color: white;

  right: -6px;

  text-align: right;

  padding-right: 6px;

  width: 100%; }



.mfp-counter {

  position: absolute;

  top: 0;

  right: 0;

  color: #cccccc;

  font-size: 12px;

  line-height: 18px; }



.mfp-arrow {

  position: absolute;

  opacity: 0.65;

  margin: 0;

  top: 50%;

  margin-top: -55px;

  padding: 0;

  width: 90px;

  height: 110px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



.mfp-arrow:active {

  margin-top: -54px; }



.mfp-arrow:hover,

.mfp-arrow:focus {

  opacity: 1; }



.mfp-arrow:before, .mfp-arrow:after,

.mfp-arrow .mfp-b,

.mfp-arrow .mfp-a {

  content: '';

  display: block;

  width: 0;

  height: 0;

  position: absolute;

  left: 0;

  top: 0;

  margin-top: 35px;

  margin-left: 35px;

  border: solid transparent; }

.mfp-arrow:after,

.mfp-arrow .mfp-a {

  opacity: 0.9;

  border-top-width: 12px;

  border-bottom-width: 12px;

  top: 8px; }

.mfp-arrow:before,

.mfp-arrow .mfp-b {

  border-top-width: 20px;

  border-bottom-width: 20px; }



.mfp-arrow-left {

  left: 0; }

  .mfp-arrow-left:after,

  .mfp-arrow-left .mfp-a {

    border-right: 12px solid #000;

    left: 5px; }

  .mfp-arrow-left:before,

  .mfp-arrow-left .mfp-b {

    border-right: 20px solid #FFF; }



.mfp-arrow-right {

  right: 0; }

  .mfp-arrow-right:after,

  .mfp-arrow-right .mfp-a {

    border-left: 12px solid #000;

    left: 3px; }

  .mfp-arrow-right:before,

  .mfp-arrow-right .mfp-b {

    border-left: 20px solid #FFF; }



.mfp-iframe-holder {

  padding-top: 40px;

  padding-bottom: 40px; }



.mfp-iframe-holder .mfp-content {

  line-height: 0;

  width: 100%;

  max-width: 900px; }



.mfp-iframe-scaler {

  width: 100%;

  height: 0;

  overflow: hidden;

  padding-top: 56.25%; }



.mfp-iframe-scaler iframe {

  position: absolute;

  display: block;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background: black; }



.mfp-iframe-holder .mfp-close {

  top: -40px; }



/* Main image in popup */

img.mfp-img {

  width: auto;

  max-width: 100%;

  height: auto;

  display: block;

  line-height: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 40px 0 40px;

  margin: 0 auto; }



/* The shadow behind the image */

.mfp-figure:after {

  content: '';

  position: absolute;

  left: 0;

  top: 40px;

  bottom: 40px;

  display: block;

  right: 0;

  width: auto;

  height: auto;

  z-index: -1;

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }



.mfp-figure {

  line-height: 0; }



.mfp-bottom-bar {

  margin-top: -36px;

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  cursor: auto; }



.mfp-title {

  text-align: left;

  line-height: 18px;

  color: #f3f3f3;

  word-break: break-word;

  padding-right: 36px; }



.mfp-figure small {

  color: #bdbdbd;

  display: block;

  font-size: 12px;

  line-height: 14px; }



.mfp-image-holder .mfp-content {

  max-width: 100%; }



.mfp-gallery .mfp-image-holder .mfp-figure {

  cursor: pointer; }



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**

   * Remove all paddings around the image on small screen

   */

  .mfp-img-mobile .mfp-image-holder {

    padding-left: 0;

    padding-right: 0; }



  .mfp-img-mobile img.mfp-img {

    padding: 0; }



  /* The shadow behind the image */

  .mfp-img-mobile .mfp-figure:after {

    top: 0;

    bottom: 0; }



  .mfp-img-mobile .mfp-bottom-bar {

    background: rgba(0, 0, 0, 0.6);

    bottom: 0;

    margin: 0;

    top: auto;

    padding: 3px 5px;

    position: fixed;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box; }



  .mfp-img-mobile .mfp-bottom-bar:empty {

    padding: 0; }



  .mfp-img-mobile .mfp-counter {

    right: 5px;

    top: 3px; }



  .mfp-img-mobile .mfp-close {

    top: 0;

    right: 0;

    width: 35px;

    height: 35px;

    line-height: 35px;

    background: rgba(0, 0, 0, 0.6);

    position: fixed;

    text-align: center;

    padding: 0; }



  .mfp-img-mobile .mfp-figure small {

    display: inline;

    margin-left: 5px; } }

@media all and (max-width: 800px) {

  .mfp-arrow {

    -webkit-transform: scale(0.75);

    transform: scale(0.75); }



  .mfp-arrow-left {

    -webkit-transform-origin: 0;

    transform-origin: 0; }



  .mfp-arrow-right {

    -webkit-transform-origin: 100%;

    transform-origin: 100%; }



  .mfp-container {

    padding-left: 6px;

    padding-right: 6px; } }

.mfp-ie7 .mfp-img {

  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {

  width: 600px;

  left: 50%;

  margin-left: -300px;

  margin-top: 5px;

  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {

  padding: 0; }

.mfp-ie7 .mfp-content {

  padding-top: 44px; }

.mfp-ie7 .mfp-close {

  top: 0;

  right: 0;

  padding-top: 0; }



/**

 // * Fade-zoom animation for first dialog

 // */

/* start state */

.pxg-slide-zoom .mfp-content {

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);

  -moz-transform: scale(0.8);

  -ms-transform: scale(0.8);

  -o-transform: scale(0.8);

  transform: scale(0.8); }



/* animate in */

.pxg-slide-zoom.mfp-ready .mfp-content {

  opacity: 1;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1); }



/* animate out */

.pxg-slide-zoom.mfp-removing .mfp-content {

  -webkit-transform: scale(0.8);

  -moz-transform: scale(0.8);

  -ms-transform: scale(0.8);

  -o-transform: scale(0.8);

  transform: scale(0.8);

  opacity: 0; }



/* Dark overlay, start state */

.pxg-slide-zoom.mfp-bg {

  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;

  -moz-transition: opacity 0.3s ease-out;

  -o-transition: opacity 0.3s ease-out;

  transition: opacity 0.3s ease-out; }



/* animate in */

.pxg-slide-zoom.mfp-ready.mfp-bg {

  opacity: 0.8; }



/* animate out */

.pxg-slide-zoom.mfp-removing.mfp-bg {

  opacity: 0; }



/* at start */

.pxg-slide-bottom .mfp-content {

  opacity: 0;

  -webkit-transition: all 0.2s ease-out;

  -moz-transition: all 0.2s ease-out;

  -o-transition: all 0.2s ease-out;

  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);

  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);

  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);

  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);

  transform: translateY(-20px) perspective(600px) rotateX(10deg); }



/* animate in */

.pxg-slide-bottom.mfp-ready .mfp-content {

  opacity: 1;

  -webkit-transform: translateY(0) perspective(600px) rotateX(0);

  -moz-transform: translateY(0) perspective(600px) rotateX(0);

  -ms-transform: translateY(0) perspective(600px) rotateX(0);

  -o-transform: translateY(0) perspective(600px) rotateX(0);

  transform: translateY(0) perspective(600px) rotateX(0); }



/* animate out */

.pxg-slide-bottom.mfp-removing .mfp-content {

  opacity: 0;

  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);

  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);

  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);

  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);

  transform: translateY(-10px) perspective(600px) rotateX(10deg); }



/* Dark overlay, start state */

.pxg-slide-bottom.mfp-bg {

  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;

  -moz-transition: opacity 0.3s ease-out;

  -o-transition: opacity 0.3s ease-out;

  transition: opacity 0.3s ease-out; }



/* animate in */

.pxg-slide-bottom.mfp-ready.mfp-bg {

  opacity: 0.8; }



/* animate out */

.pxg-slide-bottom.mfp-removing.mfp-bg {

  opacity: 0; }



.row, .container, .wrapper-header, .site-header, .site-mainmenu, .portfolio-item_categories, .filter-by_list, .portfolio_category_list, .portfolio-item-categories-list, .project-images-container .flex-direction-nav, .navigation-control-menu, .article-control-list, .direction-nav-container, .wrapper-body .flex-direction-nav, .portfolio-container .flex-direction-nav, .sidebar-footer-container .wp-slider, .sidebar-footer-container .widget_wpgrade_twitter_widget1, .sidebar-footer-container .latest-posts-slider1, .textwidget, .wpgrade-flickr-items, .wpgrade-dribbble-items, .widget-tweets, .twitter-footer_slider .flex-direction-nav, li.widget-tweets-tweet, .twitter-tweet-meta, .widget_archive ul, .widget_categories ul, .widget_tag_cloud ul, .widget_pages ul, .widget_nav_menu ul, .wrapper-featured-image .gallery_format_slider .flex-direction-nav, .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li, .wp-slider .slides, .wp-slider .flex-control-nav, .wp-slider .flex-direction-nav, .page-header, .page-header .row, .page-header-wrapper .row, .cat-header-wrapper .row, .pre-article-box, .article-details, .article-meta, .article-footer, .wpgrade_pagination, .comment, .pingback, .trackback, .form-fields, #commentform input[type="text"],

#commentform input[type="email"], .form-submit, .team-member-container, .testimonials-slider, .testimonials-list, .wpcf7 input[type="text"],

.wpcf7 input[type="email"], .wpcf7-form, .widget_search, .progressbar {

  /* For IE 6/7 (trigger hasLayout) */ }

  .row:before, .container:before, .wrapper-header:before, .site-header:before, .site-mainmenu:before, .portfolio-item_categories:before, .filter-by_list:before, .portfolio_category_list:before, .portfolio-item-categories-list:before, .project-images-container .flex-direction-nav:before, .navigation-control-menu:before, .article-control-list:before, .direction-nav-container:before, .wrapper-body .flex-direction-nav:before, .portfolio-container .flex-direction-nav:before, .sidebar-footer-container .wp-slider:before, .sidebar-footer-container .widget_wpgrade_twitter_widget1:before, .sidebar-footer-container .latest-posts-slider1:before, .textwidget:before, .wpgrade-flickr-items:before, .wpgrade-dribbble-items:before, .widget-tweets:before, .twitter-footer_slider .flex-direction-nav:before, li.widget-tweets-tweet:before, .twitter-tweet-meta:before, .widget_archive ul:before, .widget_categories ul:before, .widget_tag_cloud ul:before, .widget_pages ul:before, .widget_nav_menu ul:before, .wrapper-featured-image .gallery_format_slider .flex-direction-nav:before, .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li:before, .wp-slider .slides:before, .wp-slider .flex-control-nav:before, .wp-slider .flex-direction-nav:before, .page-header:before, .pre-article-box:before, .article-details:before, .article-meta:before, .article-footer:before, .wpgrade_pagination:before, .comment:before, .pingback:before, .trackback:before, .form-fields:before, #commentform input[type="text"]:before,

  #commentform input[type="email"]:before, .form-submit:before, .team-member-container:before, .testimonials-slider:before, .testimonials-list:before, .wpcf7 input[type="text"]:before,

  .wpcf7 input[type="email"]:before, .wpcf7-form:before, .widget_search:before, .progressbar:before, .row:after, .container:after, .wrapper-header:after, .site-header:after, .site-mainmenu:after, .portfolio-item_categories:after, .filter-by_list:after, .portfolio_category_list:after, .portfolio-item-categories-list:after, .project-images-container .flex-direction-nav:after, .navigation-control-menu:after, .article-control-list:after, .direction-nav-container:after, .wrapper-body .flex-direction-nav:after, .portfolio-container .flex-direction-nav:after, .sidebar-footer-container .wp-slider:after, .sidebar-footer-container .widget_wpgrade_twitter_widget1:after, .sidebar-footer-container .latest-posts-slider1:after, .textwidget:after, .wpgrade-flickr-items:after, .wpgrade-dribbble-items:after, .widget-tweets:after, .twitter-footer_slider .flex-direction-nav:after, li.widget-tweets-tweet:after, .twitter-tweet-meta:after, .widget_archive ul:after, .widget_categories ul:after, .widget_tag_cloud ul:after, .widget_pages ul:after, .widget_nav_menu ul:after, .wrapper-featured-image .gallery_format_slider .flex-direction-nav:after, .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li:after, .wp-slider .slides:after, .wp-slider .flex-control-nav:after, .wp-slider .flex-direction-nav:after, .page-header:after, .pre-article-box:after, .article-details:after, .article-meta:after, .article-footer:after, .wpgrade_pagination:after, .comment:after, .pingback:after, .trackback:after, .form-fields:after, #commentform input[type="text"]:after,

  #commentform input[type="email"]:after, .form-submit:after, .team-member-container:after, .testimonials-slider:after, .testimonials-list:after, .wpcf7 input[type="text"]:after,

  .wpcf7 input[type="email"]:after, .wpcf7-form:after, .widget_search:after, .progressbar:after {

    content: "";

    display: table; }

  .row:after, .container:after, .wrapper-header:after, .site-header:after, .site-mainmenu:after, .portfolio-item_categories:after, .filter-by_list:after, .portfolio_category_list:after, .portfolio-item-categories-list:after, .project-images-container .flex-direction-nav:after, .navigation-control-menu:after, .article-control-list:after, .direction-nav-container:after, .wrapper-body .flex-direction-nav:after, .portfolio-container .flex-direction-nav:after, .sidebar-footer-container .wp-slider:after, .sidebar-footer-container .widget_wpgrade_twitter_widget1:after, .sidebar-footer-container .latest-posts-slider1:after, .textwidget:after, .wpgrade-flickr-items:after, .wpgrade-dribbble-items:after, .widget-tweets:after, .twitter-footer_slider .flex-direction-nav:after, li.widget-tweets-tweet:after, .twitter-tweet-meta:after, .widget_archive ul:after, .widget_categories ul:after, .widget_tag_cloud ul:after, .widget_pages ul:after, .widget_nav_menu ul:after, .wrapper-featured-image .gallery_format_slider .flex-direction-nav:after, .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li:after, .wp-slider .slides:after, .wp-slider .flex-control-nav:after, .wp-slider .flex-direction-nav:after, .page-header:after, .pre-article-box:after, .article-details:after, .article-meta:after, .article-footer:after, .wpgrade_pagination:after, .comment:after, .pingback:after, .trackback:after, .form-fields:after, #commentform input[type="text"]:after,

  #commentform input[type="email"]:after, .form-submit:after, .team-member-container:after, .testimonials-slider:after, .testimonials-list:after, .wpcf7 input[type="text"]:after,

  .wpcf7 input[type="email"]:after, .wpcf7-form:after, .widget_search:after, .progressbar:after {

    clear: both; }

  .row, .container, .wrapper-header, .site-header, .site-mainmenu, .portfolio-item_categories, .filter-by_list, .portfolio_category_list, .portfolio-item-categories-list, .project-images-container .flex-direction-nav, .navigation-control-menu, .article-control-list, .direction-nav-container, .wrapper-body .flex-direction-nav, .portfolio-container .flex-direction-nav, .sidebar-footer-container .wp-slider, .sidebar-footer-container .widget_wpgrade_twitter_widget1, .sidebar-footer-container .latest-posts-slider1, .textwidget, .wpgrade-flickr-items, .wpgrade-dribbble-items, .widget-tweets, .twitter-footer_slider .flex-direction-nav, li.widget-tweets-tweet, .twitter-tweet-meta, .widget_archive ul, .widget_categories ul, .widget_tag_cloud ul, .widget_pages ul, .widget_nav_menu ul, .wrapper-featured-image .gallery_format_slider .flex-direction-nav, .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li, .wp-slider .slides, .wp-slider .flex-control-nav, .wp-slider .flex-direction-nav, .page-header, .page-header .row, .page-header-wrapper .row, .cat-header-wrapper .row, .pre-article-box, .article-details, .article-meta, .article-footer, .wpgrade_pagination, .comment, .pingback, .trackback, .form-fields, #commentform input[type="text"],

  #commentform input[type="email"], .form-submit, .team-member-container, .testimonials-slider, .testimonials-list, .wpcf7 input[type="text"],

  .wpcf7 input[type="email"], .wpcf7-form, .widget_search, .progressbar {

    zoom: 1; }



html {

  font-family: "Lato", sans-serif;

  font-size: 125%;

  line-height: 1.5;

  color: #7a7a79; }



pre code {

  word-wrap: normal; }



address, ul, ol, dl, p, table {

  margin: 0 0 20px;

  margin:  0 0 1rem; }



hgroup, h1, h2, h3, h4, h5, h6, .progressbar-title {

  margin: 0;

  text-rendering: optimizeLegibility;

  font-family: "Lato", sans-serif;

  font-weight: normal;

  color: #3d3d3d; }



.alpha, h1, .entry-title {

  line-height: 1.25104;

  font-size: 48px;

  font-size: 2.4rem; }



.beta, h2 {

  line-height: 1.87656;

  font-size: 32px;

  font-size: 1.6rem; }



.gama, h3 {

  line-height: 1.15577;

  font-size: 26px;

  font-size: 1.3rem; }



.delta, h4 {

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem; }



.epsylon, h5 {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem; }



.zeta, h6 {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem; }



hgroup .alpha, hgroup h1, hgroup .entry-title, hgroup .beta, hgroup h2, hgroup .gama, hgroup h3, hgroup .delta, hgroup h4, hgroup .epsylon, hgroup h5 {

  margin: 0; }



abbr[title], abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #999999; }



code {

  white-space: pre;

  font-family: monospace; }



pre {

  white-space: pre; }

  pre code {

    white-space: -moz-pre-wrap;

    white-space: pre-wrap; }



* {

  -webkit-box-sizing: border-box !important;

  -moz-box-sizing: border-box !important;

  box-sizing: border-box !important; }



@-ms-viewport {

  width: device-width; }



@viewport {

  width: device-width; }



@media only screen and (min-width: 1041px) {

  .row {

    margin-left: -48px;

    margin-left: -2.4rem; } }



[class*="span"], .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .project-images-container, .project-entry-content {

  position: relative;

  border: 0 solid transparent;

  -webkit-background-clip: padding;

  -moz-background-clip: padding;

  background-clip: padding-box;

  -webkit-background-origin: padding;

  -moz-background-origin: padding;

  -ms-background-origin: padding-box;

  -o-background-origin: padding-box;

  background-origin: padding-box;

  border-left-width: 48px;

  border-left-width: 2.4rem; }



@media only screen and (max-width: 1040px) {

  .row [class*="span"], .row .span1, .row .span2, .row .span3, .row .span4, .row .span5, .row .span6, .row .span7, .row .span8, .row .span9, .row .span10, .row .span11, .row .span12, .row .project-images-container, .row .project-entry-content {

    border-left-width: 0;

    width: 100%; } }

@media only screen and (min-width: 1041px) {

  [class*="span"], .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .project-images-container, .project-entry-content {

    float: left;

    min-height: 1px; } }



.span1 {

  width: 8.33333%; }



.offset1 {

  margin-left: 8.33333%; }



.push1 {

  left: 8.33333%; }



.pull1 {

  left: -8.33333%; }



.span2 {

  width: 16.66667%; }



.offset2 {

  margin-left: 16.66667%; }



.push2 {

  left: 16.66667%; }



.pull2 {

  left: -16.66667%; }



.span3 {

  width: 25%; }



.offset3 {

  margin-left: 25%; }



.push3 {

  left: 25%; }



.pull3 {

  left: -25%; }



.span4 {

  width: 33.33333%; }



.offset4 {

  margin-left: 33.33333%; }



.push4 {

  left: 33.33333%; }



.pull4 {

  left: -33.33333%; }



.span5 {

  width: 41.66667%; }



.offset5 {

  margin-left: 41.66667%; }



.push5 {

  left: 41.66667%; }



.pull5 {

  left: -41.66667%; }



.span6 {

  width: 50%; }



.offset6 {

  margin-left: 50%; }



.push6 {

  left: 50%; }



.pull6 {

  left: -50%; }



.span7 {

  width: 58.33333%; }



.offset7 {

  margin-left: 58.33333%; }



.push7 {

  left: 58.33333%; }



.pull7 {

  left: -58.33333%; }



.span8 {

  width: 66.66667%; }



.offset8 {

  margin-left: 66.66667%; }



.push8 {

  left: 66.66667%; }



.pull8 {

  left: -66.66667%; }



.span9 {

  width: 75%; }



.offset9 {

  margin-left: 75%; }



.push9 {

  left: 75%; }



.pull9 {

  left: -75%; }



.span10 {

  width: 83.33333%; }



.offset10 {

  margin-left: 83.33333%; }



.push10 {

  left: 83.33333%; }



.pull10 {

  left: -83.33333%; }



.span11 {

  width: 91.66667%; }



.offset11 {

  margin-left: 91.66667%; }



.push11 {

  left: 91.66667%; }



.pull11 {

  left: -91.66667%; }



.span12, .project-images-container, .project-entry-content {

  width: 100%; }



.offset12 {

  margin-left: 100%; }



.push12 {

  left: 100%; }



.pull12 {

  left: -100%; }



@media only screen and (min-width: 1px) {

  .small-span1 {

    width: 8.33333%; }



  .small-offset1 {

    margin-left: 8.33333%; }



  .small-push1 {

    position: relative;

    left: 8.33333%; }



  .small-pull1 {

    position: relative;

    left: -8.33333%; }



  .small-span2 {

    width: 16.66667%; }



  .small-offset2 {

    margin-left: 16.66667%; }



  .small-push2 {

    position: relative;

    left: 16.66667%; }



  .small-pull2 {

    position: relative;

    left: -16.66667%; }



  .small-span3 {

    width: 25%; }



  .small-offset3 {

    margin-left: 25%; }



  .small-push3 {

    position: relative;

    left: 25%; }



  .small-pull3 {

    position: relative;

    left: -25%; }



  .small-span4 {

    width: 33.33333%; }



  .small-offset4 {

    margin-left: 33.33333%; }



  .small-push4 {

    position: relative;

    left: 33.33333%; }



  .small-pull4 {

    position: relative;

    left: -33.33333%; }



  .small-span5 {

    width: 41.66667%; }



  .small-offset5 {

    margin-left: 41.66667%; }



  .small-push5 {

    position: relative;

    left: 41.66667%; }



  .small-pull5 {

    position: relative;

    left: -41.66667%; }



  .small-span6 {

    width: 50%; }



  .small-offset6 {

    margin-left: 50%; }



  .small-push6 {

    position: relative;

    left: 50%; }



  .small-pull6 {

    position: relative;

    left: -50%; }



  .small-span7 {

    width: 58.33333%; }



  .small-offset7 {

    margin-left: 58.33333%; }



  .small-push7 {

    position: relative;

    left: 58.33333%; }



  .small-pull7 {

    position: relative;

    left: -58.33333%; }



  .small-span8 {

    width: 66.66667%; }



  .small-offset8 {

    margin-left: 66.66667%; }



  .small-push8 {

    position: relative;

    left: 66.66667%; }



  .small-pull8 {

    position: relative;

    left: -66.66667%; }



  .small-span9 {

    width: 75%; }



  .small-offset9 {

    margin-left: 75%; }



  .small-push9 {

    position: relative;

    left: 75%; }



  .small-pull9 {

    position: relative;

    left: -75%; }



  .small-span10 {

    width: 83.33333%; }



  .small-offset10 {

    margin-left: 83.33333%; }



  .small-push10 {

    position: relative;

    left: 83.33333%; }



  .small-pull10 {

    position: relative;

    left: -83.33333%; }



  .small-span11 {

    width: 91.66667%; }



  .small-offset11 {

    margin-left: 91.66667%; }



  .small-push11 {

    position: relative;

    left: 91.66667%; }



  .small-pull11 {

    position: relative;

    left: -91.66667%; }



  .small-span12 {

    width: 100%; }



  .small-offset12 {

    margin-left: 100%; }



  .small-push12 {

    position: relative;

    left: 100%; }



  .small-pull12 {

    position: relative;

    left: -100%; } }

@media only screen and (min-width: 641px) {

  .hand-span1 {

    width: 8.33333%; }



  .hand-offset1 {

    margin-left: 8.33333%; }



  .hand-push1 {

    position: relative;

    left: 8.33333%; }



  .hand-pull1 {

    position: relative;

    left: -8.33333%; }



  .hand-span2 {

    width: 16.66667%; }



  .hand-offset2 {

    margin-left: 16.66667%; }



  .hand-push2 {

    position: relative;

    left: 16.66667%; }



  .hand-pull2 {

    position: relative;

    left: -16.66667%; }



  .hand-span3 {

    width: 25%; }



  .hand-offset3 {

    margin-left: 25%; }



  .hand-push3 {

    position: relative;

    left: 25%; }



  .hand-pull3 {

    position: relative;

    left: -25%; }



  .hand-span4 {

    width: 33.33333%; }



  .hand-offset4 {

    margin-left: 33.33333%; }



  .hand-push4 {

    position: relative;

    left: 33.33333%; }



  .hand-pull4 {

    position: relative;

    left: -33.33333%; }



  .hand-span5 {

    width: 41.66667%; }



  .hand-offset5 {

    margin-left: 41.66667%; }



  .hand-push5 {

    position: relative;

    left: 41.66667%; }



  .hand-pull5 {

    position: relative;

    left: -41.66667%; }



  .hand-span6 {

    width: 50%; }



  .hand-offset6 {

    margin-left: 50%; }



  .hand-push6 {

    position: relative;

    left: 50%; }



  .hand-pull6 {

    position: relative;

    left: -50%; }



  .hand-span7 {

    width: 58.33333%; }



  .hand-offset7 {

    margin-left: 58.33333%; }



  .hand-push7 {

    position: relative;

    left: 58.33333%; }



  .hand-pull7 {

    position: relative;

    left: -58.33333%; }



  .hand-span8 {

    width: 66.66667%; }



  .hand-offset8 {

    margin-left: 66.66667%; }



  .hand-push8 {

    position: relative;

    left: 66.66667%; }



  .hand-pull8 {

    position: relative;

    left: -66.66667%; }



  .hand-span9 {

    width: 75%; }



  .hand-offset9 {

    margin-left: 75%; }



  .hand-push9 {

    position: relative;

    left: 75%; }



  .hand-pull9 {

    position: relative;

    left: -75%; }



  .hand-span10 {

    width: 83.33333%; }



  .hand-offset10 {

    margin-left: 83.33333%; }



  .hand-push10 {

    position: relative;

    left: 83.33333%; }



  .hand-pull10 {

    position: relative;

    left: -83.33333%; }



  .hand-span11 {

    width: 91.66667%; }



  .hand-offset11 {

    margin-left: 91.66667%; }



  .hand-push11 {

    position: relative;

    left: 91.66667%; }



  .hand-pull11 {

    position: relative;

    left: -91.66667%; }



  .hand-span12 {

    width: 100%; }



  .hand-offset12 {

    margin-left: 100%; }



  .hand-push12 {

    position: relative;

    left: 100%; }



  .hand-pull12 {

    position: relative;

    left: -100%; } }

@media only screen and (min-width: 1041px) {

  .lap-span1 {

    width: 8.33333%; }



  .lap-offset1 {

    margin-left: 8.33333%; }



  .lap-push1 {

    position: relative;

    left: 8.33333%; }



  .lap-pull1 {

    position: relative;

    left: -8.33333%; }



  .lap-span2 {

    width: 16.66667%; }



  .lap-offset2 {

    margin-left: 16.66667%; }



  .lap-push2 {

    position: relative;

    left: 16.66667%; }



  .lap-pull2 {

    position: relative;

    left: -16.66667%; }



  .lap-span3 {

    width: 25%; }



  .lap-offset3 {

    margin-left: 25%; }



  .lap-push3 {

    position: relative;

    left: 25%; }



  .lap-pull3 {

    position: relative;

    left: -25%; }



  .lap-span4 {

    width: 33.33333%; }



  .lap-offset4 {

    margin-left: 33.33333%; }



  .lap-push4 {

    position: relative;

    left: 33.33333%; }



  .lap-pull4 {

    position: relative;

    left: -33.33333%; }



  .lap-span5 {

    width: 41.66667%; }



  .lap-offset5 {

    margin-left: 41.66667%; }



  .lap-push5 {

    position: relative;

    left: 41.66667%; }



  .lap-pull5 {

    position: relative;

    left: -41.66667%; }



  .lap-span6 {

    width: 50%; }



  .lap-offset6 {

    margin-left: 50%; }



  .lap-push6 {

    position: relative;

    left: 50%; }



  .lap-pull6 {

    position: relative;

    left: -50%; }



  .lap-span7 {

    width: 58.33333%; }



  .lap-offset7 {

    margin-left: 58.33333%; }



  .lap-push7 {

    position: relative;

    left: 58.33333%; }



  .lap-pull7 {

    position: relative;

    left: -58.33333%; }



  .lap-span8, .project-images-container {

    width: 66.66667%; }



  .lap-offset8 {

    margin-left: 66.66667%; }



  .lap-push8 {

    position: relative;

    left: 66.66667%; }



  .lap-pull8 {

    position: relative;

    left: -66.66667%; }



  .lap-span9 {

    width: 75%; }



  .lap-offset9 {

    margin-left: 75%; }



  .lap-push9 {

    position: relative;

    left: 75%; }



  .lap-pull9 {

    position: relative;

    left: -75%; }



  .lap-span10 {

    width: 83.33333%; }



  .lap-offset10 {

    margin-left: 83.33333%; }



  .lap-push10 {

    position: relative;

    left: 83.33333%; }



  .lap-pull10 {

    position: relative;

    left: -83.33333%; }



  .lap-span11 {

    width: 91.66667%; }



  .lap-offset11 {

    margin-left: 91.66667%; }



  .lap-push11 {

    position: relative;

    left: 91.66667%; }



  .lap-pull11 {

    position: relative;

    left: -91.66667%; }



  .lap-span12 {

    width: 100%; }



  .lap-offset12 {

    margin-left: 100%; }



  .lap-push12 {

    position: relative;

    left: 100%; }



  .lap-pull12 {

    position: relative;

    left: -100%; } }

@media only screen and (min-width: 1301px) {

  .desk-span1 {

    width: 8.33333%; }



  .desk-offset1 {

    margin-left: 8.33333%; }



  .desk-push1 {

    position: relative;

    left: 8.33333%; }



  .desk-pull1 {

    position: relative;

    left: -8.33333%; }



  .desk-span2 {

    width: 16.66667%; }



  .desk-offset2 {

    margin-left: 16.66667%; }



  .desk-push2 {

    position: relative;

    left: 16.66667%; }



  .desk-pull2 {

    position: relative;

    left: -16.66667%; }



  .desk-span3 {

    width: 25%; }



  .desk-offset3 {

    margin-left: 25%; }



  .desk-push3 {

    position: relative;

    left: 25%; }



  .desk-pull3 {

    position: relative;

    left: -25%; }



  .desk-span4 {

    width: 33.33333%; }



  .desk-offset4 {

    margin-left: 33.33333%; }



  .desk-push4 {

    position: relative;

    left: 33.33333%; }



  .desk-pull4 {

    position: relative;

    left: -33.33333%; }



  .desk-span5 {

    width: 41.66667%; }



  .desk-offset5 {

    margin-left: 41.66667%; }



  .desk-push5 {

    position: relative;

    left: 41.66667%; }



  .desk-pull5 {

    position: relative;

    left: -41.66667%; }



  .desk-span6 {

    width: 50%; }



  .desk-offset6 {

    margin-left: 50%; }



  .desk-push6 {

    position: relative;

    left: 50%; }



  .desk-pull6 {

    position: relative;

    left: -50%; }



  .desk-span7 {

    width: 58.33333%; }



  .desk-offset7 {

    margin-left: 58.33333%; }



  .desk-push7 {

    position: relative;

    left: 58.33333%; }



  .desk-pull7 {

    position: relative;

    left: -58.33333%; }



  .desk-span8 {

    width: 66.66667%; }



  .desk-offset8 {

    margin-left: 66.66667%; }



  .desk-push8 {

    position: relative;

    left: 66.66667%; }



  .desk-pull8 {

    position: relative;

    left: -66.66667%; }



  .desk-span9 {

    width: 75%; }



  .desk-offset9 {

    margin-left: 75%; }



  .desk-push9 {

    position: relative;

    left: 75%; }



  .desk-pull9 {

    position: relative;

    left: -75%; }



  .desk-span10 {

    width: 83.33333%; }



  .desk-offset10 {

    margin-left: 83.33333%; }



  .desk-push10 {

    position: relative;

    left: 83.33333%; }



  .desk-pull10 {

    position: relative;

    left: -83.33333%; }



  .desk-span11 {

    width: 91.66667%; }



  .desk-offset11 {

    margin-left: 91.66667%; }



  .desk-push11 {

    position: relative;

    left: 91.66667%; }



  .desk-pull11 {

    position: relative;

    left: -91.66667%; }



  .desk-span12 {

    width: 100%; }



  .desk-offset12 {

    margin-left: 100%; }



  .desk-push12 {

    position: relative;

    left: 100%; }



  .desk-pull12 {

    position: relative;

    left: -100%; } }

.header-transparent .site-mainmenu > li, .isotope-item, .portfolio-item-info, .project-images-list li, .team-member-profile-table, .testimonial-item, .wpcf7 input[type="text"],

.wpcf7 input[type="email"],

.wpcf7 input[type="password"],

.wpcf7 input:not([type]),

.wpcf7 textarea,

.wpcf7 .wpcf7-radio {

  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -moz-transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -o-transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955); }



.pull-left {

  float: left; }



.push-right {

  float: right; }



/* =WordPress Core ... these bitches are required

-------------------------------------------------------------- */

.hidden, [hidden] {

  display: none !important; }



.small {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  line-height: 1.5; }



.aligncenter,

div.aligncenter {

  display: block;

  margin: 15px auto;

  margin:  0.75rem auto; }



.alignright {

  float: right;

  margin: 0 0 30px 30px;

  margin:  0 0 1.5rem 1.5rem; }



.alignleft {

  float: left;

  margin: 0 30px 30px 0;

  margin:  0 1.5rem 1.5rem 0; }



.aligncenter {

  display: block;

  margin: 15px auto;

  margin:  0.75rem auto; }



img {

  height: auto; }



.icon {

  margin-right: 15px; }

.icon.circle {

  float: left;

  display: block;

  padding: 20px 15px;

  -webkit-border-radius: 1000px;

  -moz-border-radius: 1000px;

  border-radius: 1000px;

  background-color: black;

  background-color: rgba(0, 0, 0, 0.15);

  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;

  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset;

  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px inset; }

  .icon.circle img {

    margin: 0;

    padding: 0; }



a img.alignright {

  float: right;

  margin: 5px 0 20px 20px; }



a img.alignleft {

  float: left;

  margin: 5px 20px 20px 0; }



a img.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto; }



.gallery-caption {

  background-color: #cacaca; }



.bypostauthor {

  background-color: #cacaca; }



.size-auto,

.size-full,

.size-large,

.size-medium,

.size-thumbnail {

  max-width: 100%;

  height: auto; }



.inline {

  display: inline-block; }



.white, .white a, .white a:hover {

  color: #fff !important;

  text-decoration: none;

  border: none; }



.clean, .clean a, .clean a:hover {

  color: #3d3d3d !important;

  text-decoration: none;

  border: none; }

.clean a:hover {

  opacity: 0.7; }



.entry-content .gallery .gallery-item {

  float: left;

  margin-bottom: 0;

  text-align: center;

  width: 33.33% !important;

  padding: 3px; }

  .entry-content .gallery .gallery-item img {

    width: 100%; }



html {

  font-weight: 300;

  color: #3d3d3d; }



a {

  color: #ee3430; }



.alpha, h1, .entry-title, .beta, h2, .gama, h3, .delta, h4, .epsylon, h5, .zeta, h6 {

  color: #3d3d3d;

  font-weight: bold;

  text-transform: uppercase; }



.zeta, h6 {

  color: #7a7a79; }



.s22 {

  line-height: 1.36591;

  font-size: 22px;

  font-size: 1.1rem; }



.s18 {

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem; }



.s16 {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem; }



.s14 {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem; }



.s12 {

  line-height: 1.5;

  font-size: 12px;

  font-size: 0.6rem; }



.entry-content ol, .entry-content ul {

  padding-left: 0;

  list-style-position: inside; }

  .entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {

    padding-left: 30px;

    padding-left: 1.5rem; }

.entry-content dt {

  font-weight: bold; }

.entry-content dd {

  margin-left: 0;

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }



.entry-content td, .entry-content th {

  padding: 7.5px 15px;

  padding:  0.375rem 0.75rem; }



/*------------------------------------*\

    $TABLES

\*------------------------------------*/

/**

 * We have a lot at our disposal for making very complex table constructs, e.g.:

 *

   <table class="table--bordered  table--striped  table--data">

       <colgroup>

           <col class=t10>

           <col class=t10>

           <col class=t10>

           <col>

       </colgroup>

       <thead>

           <tr>

               <th colspan=3>Foo</th>

               <th>Bar</th>

           </tr>

           <tr>

               <th>Lorem</th>

               <th>Ipsum</th>

               <th class=numerical>Dolor</th>

               <th>Sit</th>

           </tr>

       </thead>

       <tbody>

           <tr>

               <th rowspan=3>Sit</th>

               <td>Dolor</td>

               <td class=numerical>03.788</td>

               <td>Lorem</td>

           </tr>

           <tr>

               <td>Dolor</td>

               <td class=numerical>32.210</td>

               <td>Lorem</td>

           </tr>

           <tr>

               <td>Dolor</td>

               <td class=numerical>47.797</td>

               <td>Lorem</td>

           </tr>

           <tr>

               <th rowspan=2>Sit</th>

               <td>Dolor</td>

               <td class=numerical>09.640</td>

               <td>Lorem</td>

           </tr>

           <tr>

               <td>Dolor</td>

               <td class=numerical>12.117</td>

               <td>Lorem</td>

           </tr>

       </tbody>

   </table>

 *

 */

table {

  width: 100%; }



th,

td {

  text-align: left; }



/**

 * Cell alignments

 */

[colspan] {

  text-align: center; }



[colspan="1"] {

  text-align: left; }



[rowspan] {

  vertical-align: middle; }



[rowspan="1"] {

  vertical-align: top; }



.numerical {

  text-align: right; }



/**

 * In the HTML above we see several `col` elements with classes whose numbers

 * represent a percentage width for that column. We leave one column free of a

 * class so that column can soak up the effects of any accidental breakage in

 * the table.

 */

.t5 {

  width: 5%; }



.t10 {

  width: 10%; }



.t12 {

  width: 12.5%; }



/* 1/8 */

.t15 {

  width: 15%; }



.t20 {

  width: 20%; }



.t25 {

  width: 25%; }



/* 1/4 */

.t30 {

  width: 30%; }



.t33 {

  width: 33.333%; }



/* 1/3 */

.t35 {

  width: 35%; }



.t37 {

  width: 37.5%; }



/* 3/8 */

.t40 {

  width: 40%; }



.t45 {

  width: 45%; }



.t50 {

  width: 50%; }



/* 1/2 */

.t55 {

  width: 55%; }



.t60 {

  width: 60%; }



.t62 {

  width: 62.5%; }



/* 5/8 */

.t65 {

  width: 65%; }



.t66 {

  width: 66.666%; }



/* 2/3 */

.t70 {

  width: 70%; }



.t75 {

  width: 75%; }



/* 3/4 */

.t80 {

  width: 80%; }



.t85 {

  width: 85%; }



.t87 {

  width: 87.5%; }



/* 7/8 */

.t90 {

  width: 90%; }



.t95 {

  width: 95%; }



/**

 * Bordered tables

 */

.table--bordered th, .entry-content table th,

.table--bordered td,

.entry-content table td {

  border: 1px solid #cacaca; }

  .table--bordered th:empty, .entry-content table th:empty,

  .table--bordered td:empty,

  .entry-content table td:empty {

    border: none; }

.table--bordered thead tr:last-child th, .entry-content table thead tr:last-child th {

  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type, .entry-content table tbody tr th:last-of-type {

  border-right-width: 2px; }



/**

 * Striped tables

 */

.table--striped tbody tr:nth-of-type(odd), .entry-content table tbody tr:nth-of-type(odd) {

  background-color: #fcfcfc;

  /* Override this color in your theme stylesheet */ }



/**

 * Data table

 */

.table--data {

  font: 12px/1.5 sans-serif; }



pre {

  position: relative;

  white-space: pre;

  word-wrap: normal;

  width: 100%;

  overflow-x: scroll;

  display: block;

  padding: 0 1em;

  background: #f7f7f7;

  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f2f2f2), color-stop(50%, transparent));

  background-image: -webkit-linear-gradient(#f2f2f2 50%, transparent 50%);

  background-image: -moz-linear-gradient(#f2f2f2 50%, transparent 50%);

  background-image: -o-linear-gradient(#f2f2f2 50%, transparent 50%);

  background-image: linear-gradient(#f2f2f2 50%, transparent 50%);

  background-size: 100% 3em;

  background-position: 0 1.5em;

  background-origin: content-box;

  line-height: 1.5;

  font-size: 1em; }

  pre:before {

    position: absolute;

    top: 0;

    right: 0;

    padding-right: .5em;

    opacity: 1;

    line-height: 1.5;

    cursor: default;

    font-size: 1em; }



.css:before {

  content: "CSS"; }



.html:before {

  content: "HTML"; }



.javascript:before {

  content: "JavaScript"; }



.jquery:before {

  content: "jQuery"; }



.php:before {

  content: "PHP"; }



.scss:before {

  content: "SCSS"; }



.sublime-snippet:before {

  content: "Sublime Snippet"; }



.wrapper {

  background: white;

  padding: 0 72px;

  padding:  0 3.6rem;

  position: relative; }

  @media only screen and (max-width: 1040px) {

    .wrapper {

      padding: 0 48px;

      padding:  0 2.4rem; } }

  @media only screen and (max-width: 640px) {

    .wrapper {

      padding: 0 24px;

      padding:  0 1.2rem; } }



.wrapper-main {

  padding-top: 30px;

  padding-top: 1.5rem;

  padding-bottom: 30px;

  padding-bottom: 1.5rem; }

  @media only screen and (min-width: 1041px) {

    .wrapper-main {

      padding-top: 60px;

      padding-top: 3rem;

      padding-bottom: 60px;

      padding-bottom: 3rem; } }



.container {

  margin: 0 auto;

  width: 100%;

  max-width: 1280px;

  max-width: 64rem; }



.unwrap {

  /*	@include media(to lap){

  		@include rem(margin, 0 -72px);

  		@include rem(padding, 0 72px);

  	}*/ }

  @media only screen and (max-width: 1040px) {

    .unwrap {

      padding: 0 48px;

      padding:  0 2.4rem;

      margin: 0 -48px;

      margin:  0 -2.4rem; } }

  @media only screen and (max-width: 640px) {

    .unwrap {

      padding: 0 24px;

      padding:  0 1.2rem;

      margin: 0 -24px;

      margin:  0 -1.2rem; } }



.wrapper-header {

  position: absolute;

  background: black;

  background: rgba(0, 0, 0, 0.5);

  top: 0;

  left: 0;

  z-index: 400;

  width: 100%;

  padding: 0 0 0 36px;

  padding:  0 0 0 1.8rem; }

  @media only screen and (max-width: 1040px) {

    .wrapper-header {

      padding: 0 0 0 24px;

      padding:  0 0 0 1.2rem; } }



.wrapper-header-big {

  height: 90px;

  height: 4.5rem;

  padding-right: 0;

  width: 100%;

  z-index: 100; }

  .admin-bar .wrapper-header-big {

    top: 28px; }



.header-margin {

  margin-top: 90px;

  margin-top: 4.5rem; }



.site-branding {

  float: left;

  color: white;

  text-transform: uppercase;

  font-weight: bold;

  letter-spacing: 0.125em;

  line-height: 1.00083;

  font-size: 60px;

  font-size: 3rem; }

  .site-branding a {

    color: white; }



.site-home-link {

  display: block;

  border: 0;

  line-height: 1.00167;

  font-size: 30px;

  font-size: 1.5rem;

  color: white;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: bold; }

  .site-home-link img {

    display: block; }



.site-navigation {

  float: right; }



.site-logo, .site-navigation {

  display: table; }



.site-home-link,

.site-mainmenu > li > a {

  display: table-cell;

  vertical-align: middle; }



.site-logo,

.site-mainmenu > li > a {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  height: 90px;

  height: 4.5rem;

  font-family: "Lato"; }



.site-header_bg {

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  background-color: #444444;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0; }

  .l-header-sticky .site-header_bg {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



.wrapper-header-small {

  top: -90px;

  top: -4.5rem;

  -webkit-transition: top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -moz-transition: top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -o-transition: top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  transition: top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  position: fixed;

  padding-right: 0;

  overflow: hidden;

  pointer-events: none; }

  .wrapper-header-small.is-visible {

    top: 0;

    overflow: visible;

    pointer-events: auto; }

    @media only screen and (min-width: 1041px) {

      .admin-bar .wrapper-header-small.is-visible {

        top: 28px; } }

  .wrapper-header-small .site-logo,

  .wrapper-header-small .site-mainmenu > li > a {

    height: 60px;

    height: 3rem; }

  .wrapper-header-small .site-branding img {

    max-height: 60px; }

  @media only screen and (max-width: 1040px) {

    .wrapper-header-small {

      background-color: #ee3430;

      padding: 0; } }



.site-mainmenu {

  float: left; }



.lt-ie9 .site-navigation .header_search-form {

  display: none; }

.site-navigation .header_search-form #searchform {

  min-width: 90px;

  min-width: 4.5rem;

  position: relative;

  overflow: hidden;

  background: none;

  -webkit-transition: background-color 0.2s ease-in-out;

  -moz-transition: background-color 0.2s ease-in-out;

  -o-transition: background-color 0.2s ease-in-out;

  transition: background-color 0.2s ease-in-out; }

  .site-navigation .header_search-form #searchform ::-webkit-input-placeholder {

    text-transform: uppercase;

    color: white;

    font-weight: 700;

    letter-spacing: 3px; }

  .site-navigation .header_search-form #searchform :-moz-placeholder {

    text-transform: uppercase;

    color: white;

    font-weight: 700;

    letter-spacing: 3px; }

  .site-navigation .header_search-form #searchform ::-moz-placeholder {

    text-transform: uppercase;

    color: white;

    font-weight: 700;

    letter-spacing: 3px; }

  .site-navigation .header_search-form #searchform :-ms-input-placeholder {

    text-transform: uppercase;

    color: white;

    font-weight: 700;

    letter-spacing: 3px; }

.site-navigation .header_search-form .btn, .site-navigation .header_search-form .field {

  height: 90px;

  height: 4.5rem;

  padding-left: 30px;

  padding-left: 1.5rem;

  padding-right: 30px;

  padding-right: 1.5rem; }

.site-navigation .header_search-form .field {

  width: 240px;

  width: 12rem;

  margin-left: -240px;

  margin-left: -12rem;

  margin-right: 90px;

  margin-right: 4.5rem;

  background: none;

  outline: 0;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  font-weight: 700;

  color: white;

  -webkit-transition: opacity 0.3s, margin-left 0.3s;

  -webkit-transition-delay: 0s, 0.3s;

  -moz-transition: opacity 0.3s, margin-left 0.3s 0.3s;

  -o-transition: opacity 0.3s, margin-left 0.3s 0.3s;

  transition: opacity 0.3s, margin-left 0.3s 0.3s; }

  .site-navigation .header_search-form .field.is-visible {

    margin-left: 0;

    -webkit-transition: margin-left 0.3s, opacity 0.3s;

    -webkit-transition-delay: 0s, 0.3s;

    -moz-transition: margin-left 0.3s, opacity 0.3s 0.3s;

    -o-transition: margin-left 0.3s, opacity 0.3s 0.3s;

    transition: margin-left 0.3s, opacity 0.3s 0.3s;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

.site-navigation .header_search-form .btn {

  width: 90px;

  width: 4.5rem;

  position: absolute;

  top: 0;

  right: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  background: none;

  line-height: 1.36591;

  font-size: 22px;

  font-size: 1.1rem;

  text-align: center; }



.site-mainmenu, .sub-menu, .menu-footer_social, .widget_archive ul, .widget_categories ul, .widget_tag_cloud ul, .widget_pages ul, .widget_nav_menu ul, .gallery_format_slider .flex-direction-nav, .portfolio-item_categories, .filter-by_list, .portfolio_category_list, .portfolio-items-list, .portfolio-item-categories-list, .project-images-container .flex-direction-nav, .navigation-control-menu, .article-control-list, .article-meta-list, .team-member-social-links, .direction-nav-container, .wrapper-body .flex-direction-nav, .portfolio-container .flex-direction-nav {

  list-style: none;

  padding: 0; }



.site-mainmenu > li, .portfolio-item_categories > li, .filter-by_list > li, .portfolio_category_list > li, .portfolio-item-categories-list > li, .project-images-container .flex-direction-nav > li, .navigation-control-menu > li, .article-control-list > li, .direction-nav-container > li, .wrapper-body .flex-direction-nav > li, .portfolio-container .flex-direction-nav > li {

  display: inline-block;

  float: left; }



.site-mainmenu {

  margin: 0;

  padding: 0;

  float: left; }

  .site-mainmenu a {

    color: white;

    font-weight: bold;

    letter-spacing: 0.1em;

    border: 0;

    text-transform: capitalize; }

    .site-mainmenu a {

      -webkit-transition: all 0.3s;

      -moz-transition: all 0.3s;

      -o-transition: all 0.3s;

      transition: all 0.3s; }

  @media only screen and (min-width: 1041px) {

    .site-mainmenu li:hover {

      background-color: #ee3430; } }

  .site-mainmenu > li {

    position: relative; }

    .site-mainmenu > li.menu-parent-item > a {

      position: relative;

      padding-right: 45px; }

      .site-mainmenu > li.menu-parent-item > a:hover:after {

        top: 47%;

        -webkit-transform: rotate(225deg);

        -moz-transform: rotate(225deg);

        -ms-transform: rotate(225deg);

        -o-transform: rotate(225deg);

        transform: rotate(225deg); }

        @media only screen and (max-width: 1040px) {

          .site-mainmenu > li.menu-parent-item > a:hover:after {

            -webkit-transform: rotate(0deg);

            -moz-transform: rotate(0deg);

            -ms-transform: rotate(0deg);

            -o-transform: rotate(0deg);

            transform: rotate(0deg); } }

      .lt-ie9 .site-mainmenu > li.menu-parent-item > a {

        position: static; }

      .site-mainmenu > li.menu-parent-item > a:after {

        content: "";

        display: block;

        width: 4px;

        height: 4px;

        border: 2px solid transparent;

        border-bottom-color: white;

        border-right-color: white;

        position: absolute;

        top: 42%;

        right: 25px; }

        @media only screen and (min-width: 1041px) {

          .site-mainmenu > li.menu-parent-item > a:after {

            -webkit-transition: all 0.2s;

            -moz-transition: all 0.2s;

            -o-transition: all 0.2s;

            transition: all 0.2s;

            -webkit-transform: rotate(45deg);

            -moz-transform: rotate(45deg);

            -ms-transform: rotate(45deg);

            -o-transform: rotate(45deg);

            transform: rotate(45deg); } }

        .ie9 .site-mainmenu > li.menu-parent-item > a:after, .ie10 .site-mainmenu > li.menu-parent-item > a:after {

          top: 40px; }

    .site-mainmenu > li > a {

      display: table-cell;

      padding-left: 22px;

      padding-left: 1.1rem;

      padding-right: 22px;

      padding-right: 1.1rem;

      vertical-align: middle;

      text-align: center;

      font-weight: normal; }

      .site-mainmenu > li > a span {

        display: block;

        overflow: hidden;

        padding-bottom: 4px;

        padding-bottom: 0.2rem; }

      .site-mainmenu > li > a b {

        position: relative;

        display: inline-block;

        -webkit-transition: -webkit-transform 0.3s;

        -moz-transition: -moz-transform 0.3s;

        transition: transform 0.3s;

        text-align: center;

        font-weight: normal; }

      .site-mainmenu > li > a b:before {

        position: absolute;

        top: 100%;

        content: attr(data-hover);

        -webkit-transform: translate3d(0, 0, 0);

        -moz-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0); }

      @media only screen and (min-width: 1041px) {

        .site-mainmenu > li > a:hover b, .site-mainmenu > li > a:focus b {

          -webkit-transform: translateY(-100%);

          -moz-transform: translateY(-100%);

          transform: translateY(-100%); } }

      @media only screen and (max-width: 900px) {

        .site-mainmenu > li > a {

          padding-left: 12px;

          padding-left: 0.6rem;

          padding-right: 12px;

          padding-right: 0.6rem; } }

      .site-mainmenu > li > a:hover {

        text-decoration: none; }

      .lt-ie8 .site-mainmenu > li > a {

        height: auto; }

    .site-mainmenu > li.current-menu-parent > a, .site-mainmenu > li.current_page_item > a, .site-mainmenu > li.current-menu-item > a,

    .site-mainmenu > li .current-menu-item > a, .site-mainmenu > li.current_page_parent > a {

      font-weight: bold; }

      .site-mainmenu > li.current-menu-parent > a span, .site-mainmenu > li.current_page_item > a span, .site-mainmenu > li.current-menu-item > a span,

      .site-mainmenu > li .current-menu-item > a span, .site-mainmenu > li.current_page_parent > a span {

        position: relative; }

        @media only screen and (max-width: 1040px) {

          .site-mainmenu > li.current-menu-parent > a span, .site-mainmenu > li.current_page_item > a span, .site-mainmenu > li.current-menu-item > a span,

          .site-mainmenu > li .current-menu-item > a span, .site-mainmenu > li.current_page_parent > a span {

            color: white; } }

        @media only screen and (min-width: 1041px) {

          .site-mainmenu > li.current-menu-parent > a span, .site-mainmenu > li.current_page_item > a span, .site-mainmenu > li.current-menu-item > a span,

          .site-mainmenu > li .current-menu-item > a span, .site-mainmenu > li.current_page_parent > a span {

            border-bottom: 1px solid #fff; } }

    .site-mainmenu > li:hover > ul.sub-menu, .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {

      overflow: visible;

      opacity: 1;

      margin-top: 0;

      pointer-events: auto; }

      .lt-ie9 .site-mainmenu > li:hover > ul.sub-menu, .ie9 .site-mainmenu > li:hover > ul.sub-menu, .ie10 .site-mainmenu > li:hover > ul.sub-menu, .lt-ie9 .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu, .ie9 .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu, .ie10 .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {

        display: block; }

      @media only screen and (max-width: 1040px) {

        .site-mainmenu > li:hover > ul.sub-menu, .site-mainmenu > li:hover > ul.sub-menu li:hover > ul.sub-menu {

          display: block; } }

    .site-mainmenu > li:hover > ul.sub-menu {

      margin-top: -4px; }



.site-mainmenu li:hover > .main-menu-item {

  background-color: #ee3430; }



.sub-menu {

  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 3px;

  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 3px;

  box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 3px; }

  .sub-menu li:first-child {

    border-top: 4px solid #ee3430; }

  .sub-menu li a {

    width: 270px;

    width: 13.5rem;

    line-height: 1.5;

    font-size: 14px;

    font-size: 0.7rem;

    padding: 15px 90px 15px 30px;

    padding:  0.75rem 4.5rem 0.75rem 1.5rem;

    font-family: "Lato", Arial, sans-serif;

    display: block;

    color: black;

    background-color: white;

    text-transform: capitalize;

    text-decoration: none; }

  .sub-menu li:hover > a {

    color: #ee3430; }



nav ul {

  position: relative;

  display: inline-table; }



nav ul:after {

  content: "";

  clear: both;

  display: block; }



nav ul ul {

  position: absolute; }



nav ul ul li {

  float: none;

  position: relative; }

  nav ul ul li.to-the-left > ul {

    left: auto;

    right: 100%; }



nav ul ul ul {

  position: absolute;

  left: 100%;

  top: -4px; }



nav ul li:hover > ul {

  display: block; }



.sub-menu {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  pointer-events: none; }

  .lt-ie9 .sub-menu, .ie9 .sub-menu, .ie10 .sub-menu {

    display: none; }



.menu-footer_social {

  margin: 0;

  text-align: center;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  @media only screen and (min-width: 1041px) {

    .menu-footer_social {

      text-align: right;

      margin-bottom: 0; } }

  .menu-footer_social > li {

    display: inline-block;

    margin-left: 15px;

    margin-left: 0.75rem; }

    .menu-footer_social > li:first-child {

      margin-left: 0; }

    .menu-footer_social > li > a {

      display: block;

      border: 0;

      color: #7a7a79; }

      .menu-footer_social > li > a:hover {

        color: #cccccc; }



.side-content:after, .sidebar-footer_left:before, .main-footer_twitter:before, .main-footer_twitter:after, .side-footer_twitter:after, .side-featuredworks:after, .call-to-action-text:before {

  content: "";

  position: absolute;

  top: 0;

  height: 100%;

  width: 9999px; }



.site-mainmenu, .side-content ul, .side-content ol, .wrapper-footer ul, .wrapper-footer ol, ul.widget-tweets, .widget-tweets, .widget_wpgrade_twitter_widget .flex-control-paging, .twitter-footer_slider .flex-direction-nav, .wrapper-featured-image .gallery_format_slider .flex-direction-nav, .homepage-slider .flex-control-paging, .wp-slider .slides, .wp-slider .flex-control-nav, .wp-slider .flex-direction-nav, .wp-slider .flex-control-paging, .portfolio-rows, .comments-area ul, .comments-area ol, .testimonials-list, .slides {

  padding-left: 0;

  list-style: none; }



.side-content {

  position: relative;

  border-left-width: 0;

  background: #444444;

  color: #cccccc; }

  .side-content, .side-content:after, .side-content.sidebar-footer_left:before, .side-content.call-to-action-text:before {

    background: #444444; }

  .side-content:after {

    left: 99.99%; }

  .side-content .widget {

    margin-bottom: 60px;

    margin-bottom: 3rem; }

  .side-content .widget-title {

    margin-bottom: 30px;

    margin-bottom: 1.5rem;

    padding: 0;

    font-weight: bold;

    color: #f7f7f7;

    text-transform: uppercase; }

  .side-content ul, .side-content ol {

    margin-top: -1px;

    margin-bottom: 0; }



.widget_search {

  float: none;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }



.widget_recent_entries {

  clear: both; }



.widget_recent_comments {

  display: block; }



.recentcomments {

  border-bottom: 1px solid #555;

  padding: 7.5px 0;

  padding:  0.375rem 0; }

  .recentcomments:last-child {

    border-bottom: none; }

  @media only screen and (max-width: 1040px) {

    .recentcomments a {

      text-decoration: underline; } }

  .recentcomments a:last-child {

    display: block;

    color: white; }



@media only screen and (max-width: 1040px) {

  .sidebar {

    padding-top: 60px;

    padding-top: 3rem;

    padding-bottom: 60px;

    padding-bottom: 3rem; } }



.side-content a {

  color: #cacaca; }

  .side-content a:hover {

    color: #ee3430; }

.side-content .widget_archive {

  width: 100%; }

  .side-content .widget_archive li {

    width: 100%;

    color: #7a7a79; }

.side-content .latest-posts-slider {

  position: relative; }

  .side-content .latest-posts-slider .flex-direction-nav {

    width: 60px;

    width: 3rem;

    top: -60px;

    top: -3rem;

    position: absolute;

    right: 0; }

    .side-content .latest-posts-slider .flex-direction-nav li {

      width: 30px;

      width: 1.5rem;

      float: left; }

      .side-content .latest-posts-slider .flex-direction-nav li a {

        display: block;

        text-align: center; }

.side-content .widget_recent_entries {

  width: 100%; }

.side-content .form-search {

  position: relative;

  overflow: hidden; }

  .side-content .form-search .submit {

    position: absolute !important;

    top: 0;

    bottom: 0;

    right: 0; }



.widget_calendar caption {

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }

.widget_calendar td, .widget_calendar th {

  text-align: center;

  padding: 0.5em 0; }

  .widget_calendar td a, .widget_calendar th a {

    font-weight: bold; }



.widget_rss .rsswidget {

  display: block;

  font-weight: bold; }

.widget_rss .rss-date, .widget_rss cite {

  color: #cacaca;

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem; }

.widget_rss cite {

  color: #f7f7f7; }

.widget_rss li {

  margin-bottom: 15px;

  margin-bottom: 0.75rem;

  padding-bottom: 15px;

  padding-bottom: 0.75rem;

  border-bottom: 1px solid #555; }

.widget_rss .widget-title .rsswidget {

  display: inline-block; }



.widget_text select {

  max-width: 100%; }



/**

 * Footer

*****************************************************/

.wrapper-footer {

  font-weight: normal;

  color: #cacaca; }



.widget_footer {

  clear: both;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  .widget_footer:last-child {

    margin-bottom: 0; }

  .widget_footer .form-search .submit {

    line-height: 1.36591;

    font-size: 22px;

    font-size: 1.1rem; }



.widget-title_footer, .wrapper-footer_sidebar .widget-title {

  margin-bottom: 10px;

  margin-bottom: 0.5rem;

  color: white;

  font-weight: bold; }



/**

 * Footer Main/First Section

 *****************************************************/

.wrapper-footer_sidebar {

  background-color: #222;

  width: 100%;

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem; }

  @media only screen and (min-width: 1301px) {

    .wrapper-footer_sidebar {

      line-height: 1.5;

      font-size: 14px;

      font-size: 0.7rem; } }



.sidebar-footer-container a {

  color: #f7f7f7; }

  .sidebar-footer-container a:hover {

    color: #ee3430; }

.sidebar-footer-container .twitter-tweet-meta a, .sidebar-footer-container .widget-tweets-tweet-date {

  color: #cacaca; }

.sidebar-footer-container .wp-slider, .sidebar-footer-container .widget_wpgrade_twitter_widget1, .sidebar-footer-container .latest-posts-slider1 {

  height: auto !important; }

  .sidebar-footer-container .wp-slider .flex-control-paging > li > a, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-control-paging > li > a, .sidebar-footer-container .latest-posts-slider1 .flex-control-paging > li > a {

    background-color: #7a7a79; }

  .sidebar-footer-container .wp-slider .flex-control-paging > li > a.flex-active, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-control-paging > li > a.flex-active, .sidebar-footer-container .latest-posts-slider1 .flex-control-paging > li > a.flex-active {

    background-color: #ee3430;

    left: 0; }

  .sidebar-footer-container .wp-slider .flex-control-nav, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-control-nav, .sidebar-footer-container .latest-posts-slider1 .flex-control-nav {

    float: left; }

  .sidebar-footer-container .wp-slider .flex-direction-nav, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-direction-nav, .sidebar-footer-container .latest-posts-slider1 .flex-direction-nav {

    float: right; }

    .sidebar-footer-container .wp-slider .flex-direction-nav > li, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-direction-nav > li, .sidebar-footer-container .latest-posts-slider1 .flex-direction-nav > li {

      display: inline-block; }

  .sidebar-footer-container .wp-slider .flex-prev, .sidebar-footer-container .wp-slider .flex-next, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-prev, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-next, .sidebar-footer-container .latest-posts-slider1 .flex-prev, .sidebar-footer-container .latest-posts-slider1 .flex-next {

    color: #cacaca;

    font-size: 0.75em;

    padding: 0 0.5em; }

    .sidebar-footer-container .wp-slider .flex-prev:hover, .sidebar-footer-container .wp-slider .flex-next:hover, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-prev:hover, .sidebar-footer-container .widget_wpgrade_twitter_widget1 .flex-next:hover, .sidebar-footer-container .latest-posts-slider1 .flex-prev:hover, .sidebar-footer-container .latest-posts-slider1 .flex-next:hover {

      color: #ee3430; }

@media only screen and (min-width: 1301px) {

  .sidebar-footer-container .latest-posts-slider .flex-direction-nav, .sidebar-footer-container .latest-posts-slider .flex-control-nav {

    position: absolute;

    right: 50%;

    bottom: 5px;

    bottom: 0.25rem;

    margin-right: 45px;

    margin-right: 2.25rem; }

  .sidebar-footer-container .latest-posts-slider .flex-control-nav {

    left: 0; } }

.sidebar-footer-container ul.menu {

  overflow: hidden; }

  .sidebar-footer-container ul.menu li {

    border-bottom: 1px dashed #7a7a79;

    margin-bottom: -1px; }

    .sidebar-footer-container ul.menu li a {

      display: block;

      padding: .75em 1em .75em 0; }



/**

 * Footer Sidebar Left Container

*****************************************************/

.sidebar-footer_left {

  position: relative;

  padding-top: 30px;

  padding-top: 1.5rem; }

  .sidebar-footer_left, .sidebar-footer_left.side-content:after, .sidebar-footer_left:before, .sidebar-footer_left.side-footer_twitter:after, .sidebar-footer_left.side-featuredworks:after {

    background: #333333; }

  .sidebar-footer_left:before {

    right: 99.99%; }

  @media only screen and (min-width: 1041px) {

    .sidebar-footer_left {

      padding-bottom: 1000px;

      padding-bottom: 50rem;

      margin-bottom: -1000px !important;

      margin-bottom:  -50rem !important;

      padding-right: 30px;

      padding-right: 1.5rem;

      width: 50%;

      float: left;

      vertical-align: top; } }

  .sidebar-footer_left .widget-title {

    line-height: 1.36591;

    font-size: 22px;

    font-size: 1.1rem; }



/**

 * Footer Sidebar Right Container (Middle and Right)

*****************************************************/

@media only screen and (max-width: 1040px) {

  .sidebar-footer_right-container {

    padding-top: 30px;

    padding-top: 1.5rem; } }

@media only screen and (max-width: 1040px) {

  .sidebar-footer_right-container .widget {

    margin-bottom: 30px;

    margin-bottom: 1.5rem; } }

.sidebar-footer_right-container .widget-title {

  line-height: 1.36591;

  font-size: 22px;

  font-size: 1.1rem; }

@media only screen and (min-width: 1041px) {

  .sidebar-footer_right-container {

    width: 50%;

    float: right;

    padding: 30px 0 30px 30px;

    padding:  1.5rem 0 1.5rem 1.5rem;

    vertical-align: top; } }

.sidebar-footer_right-container .widget_wpgrade_twitter_widget .widget-title:before {

  content: "\f099";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  text-decoration: inherit;

  -webkit-font-smoothing: antialiased;

  font-size: 1.2em;

  margin-right: .5em; }

.sidebar-footer_right-container .widget_wpgrade_twitter_widget .twitter-icon {

  display: none; }

.sidebar-footer_right-container .widget_wpgrade_twitter_widget .widget-tweets.widget-tweets_footer.slides {

  margin-left: 0; }

.sidebar-footer_right-container .widget_wpgrade_twitter_widget .widget-tweets-tweet-content a {

  color: #ee3430; }

.sidebar-footer_right-container .widget_calendar table {

  width: 100%; }



.widget_wpgrade_contact_widget a {

  color: #ee3430; }



/**

 * Footer Bottom

*****************************************************/

.main-footer_siteinfo {

  color: #cacaca;

  background-color: #111111;

  padding-top: 30px;

  padding-top: 1.5rem;

  padding-bottom: 30px;

  padding-bottom: 1.5rem; }

  .main-footer_siteinfo .footer_left {

    line-height: 1.5;

    font-size: 14px;

    font-size: 0.7rem; }



@media only screen and (min-width: 1041px) {

  .main-footer_siteinfo .block-inner {

    padding: 30px 60px;

    padding:  1.5rem 3rem; } }

.main-footer_siteinfo p {

  margin: 0; }

  @media only screen and (max-width: 1040px) {

    .main-footer_siteinfo p {

      text-align: center; } }

.main-footer_siteinfo a > i.shc {

  color: #4c4e4f; }



/**

* [WIDGET] Recent Posts

*/

.widget_recent_entries li {

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

.widget_recent_entries a {

  display: block;

  color: #cacaca; }

  @media only screen and (max-width: 1040px) {

    .widget_recent_entries a {

      text-decoration: underline; } }

.widget_recent_entries .post-date {

  font-family: "Georgia", serif;

  font-style: italic;

  color: #7a7a79; }



/**

* [EXTRA] Other Stuff

*/

.newsletter_subscribe {

  overflow: hidden;

  margin-bottom: 3px;

  margin-bottom: 0.15rem;

  position: relative; }

  .newsletter_subscribe .email {

    width: 95%; }

  .newsletter_subscribe .submit {

    background-color: #ee3430;

    color: white;

    position: absolute;

    top: 0;

    right: 0;

    border: 0;

    height: 100%;

    padding: 0 1em; }



footer .widget_nav_menu .widget-title {

  margin-bottom: 0; }



/**

 * Widget

 */

.widget_nav_menu {

  margin-bottom: 0; }



.widget_wpgrade_flickr_widget .widget-title {

  padding-bottom: 0; }



.wpgrade-flickr-items {

  border: 0 !important;

  margin-left: -15px;

  margin-left: -0.75rem; }



.wpgrade-flickr-item {

  width: 25%;

  float: left;

  border: 0 solid transparent;

  margin-bottom: 15px;

  margin-bottom: 0.75rem;

  border-left-width: 15px;

  border-left-width: 0.75rem; }



.wpgrade-flickr-break {

  width: 100%;

  height: 0; }



.wpgrade-flickr-link {

  border: 2px solid white;

  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  display: block;

  float: left;

  width: 100%; }

  .wpgrade-flickr-link img {

    display: block;

    width: 100%; }

  .wpgrade-flickr-link:hover {

    border: 2px solid white; }



.widget_wpgrade_dribbble_widget .widget-title {

  padding-bottom: 0; }



.wpgrade-dribbble-items {

  border: 0 !important;

  margin-left: -15px;

  margin-left: -0.75rem; }



.wpgrade-dribbble-item {

  width: 50%;

  float: left;

  border: 0 solid transparent;

  margin-bottom: 15px;

  margin-bottom: 0.75rem;

  border-left-width: 15px;

  border-left-width: 0.75rem; }



.wpgrade-dribbble-link {

  border: 2px solid white;

  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;

  display: block;

  float: left;

  width: 100%; }

  .wpgrade-dribbble-link img {

    display: block;

    width: 100%; }

  .wpgrade-dribbble-link:hover {

    border: 2px solid white; }



.widget-tweets {

  margin: 0 168px 0 84px;

  margin:  0 8.4rem 0 4.2rem; }

  .widget-area .widget-tweets {

    margin: 0;

    border-top: 0; }

  @media only screen and (max-width: 1040px) {

    .widget-tweets {

      margin: 0; } }



.widget_wpgrade_twitter_widget {

  height: auto !important; }

  .widget_wpgrade_twitter_widget .widget-tweets-tweet {

    border-bottom: 0;

    padding: 0; }

  .widget_wpgrade_twitter_widget .flex-control-paging {

    display: block;

    clear: both;

    border: 0; }

    .widget_wpgrade_twitter_widget .flex-control-paging > li {

      display: inline-block;

      margin-right: 8px;

      margin-right: 0.4rem;

      border-bottom: none;

      padding: 0; }

      .widget_wpgrade_twitter_widget .flex-control-paging > li > a {

        display: block;

        width: 5px;

        width: 0.25rem;

        height: 5px;

        height: 0.25rem;

        -webkit-border-radius: 5px;

        -moz-border-radius: 5px;

        border-radius: 5px;

        -webkit-border-radius: 0.25rem;

        -moz-border-radius: 0.25rem;

        border-radius: 0.25rem;

        text-indent: -999em;

        background-color: #cacaca;

        cursor: pointer; }

      .widget_wpgrade_twitter_widget .flex-control-paging > li:hover > a, .widget_wpgrade_twitter_widget .flex-control-paging > li > a.flex-active {

        width: 7px;

        width: 0.35rem;

        height: 7px;

        height: 0.35rem;

        position: relative;

        top: 1px;

        top: 0.05rem;

        left: 1px;

        left: 0.05rem;

        margin: 0 -1px;

        margin:  0 -0.05rem;

        background-color: #7a7a79; }



.side-content .widget_wpgrade_twitter_widget .widget-tweets-tweet {

  padding: 0 60px 0 30px;

  padding:  0 3rem 0 1.5rem; }

.side-content .widget_wpgrade_twitter_widget .widget-tweets-tweet-content {

  color: #cacaca; }

  .side-content .widget_wpgrade_twitter_widget .widget-tweets-tweet-content a {

    color: #f7f7f7; }

.side-content .widget_wpgrade_twitter_widget .flex-direction-nav {

  display: block;

  text-align: right; }

  .side-content .widget_wpgrade_twitter_widget .flex-direction-nav li {

    display: inline-block; }

    .side-content .widget_wpgrade_twitter_widget .flex-direction-nav li a {

      padding: 15px 6px;

      padding:  0.75rem 0.3rem; }



.twitter-footer_slider {

  height: auto !important; }

  .twitter-footer_slider .flex-direction-nav {

    position: absolute;

    top: 50%;

    right: 48px;

    right: 2.4rem; }

    .twitter-footer_slider .flex-direction-nav > li {

      float: left; }

      .twitter-footer_slider .flex-direction-nav > li > a {

        display: block;

        height: 100%;

        margin-top: -50%;

        padding: 0 15px;

        padding:  0 0.75rem; }

        .twitter-footer_slider .flex-direction-nav > li > a i {

          line-height: 1.00167;

          font-size: 30px;

          font-size: 1.5rem;

          color: white; }



li.widget-tweets-tweet {

  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  visibility: hidden; }

  li.widget-tweets-tweet .tweet_block {

    margin-bottom: 15px;

    margin-bottom: 0.75rem; }

  li.widget-tweets-tweet.flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    visibility: visible; }



.twitter-tweet-meta span {

  float: left;

  white-space: nowrap; }



.widget-tweets-tweet-date {

  color: #7a7a79;

  position: relative; }

  .widget-tweets-tweet-date:before {

    content: " - ";

    margin: 0 7.5px;

    margin:  0 0.375rem; }



.widget-tweets-tweet-content a {

  color: #cacaca; }



.twitter-screenname {

  display: none; }



.twitter-username a {

  color: #cacaca; }

  .twitter-username a:hover {

    color: white; }



.widget-tweets-tweet-date {

  color: #cacaca; }



.widget_wpgrade_twitter_widget .twitter-icon {

  float: left; }

  .widget_wpgrade_twitter_widget .twitter-icon .icon-twitter {

    line-height: 1.00083;

    font-size: 60px;

    font-size: 3rem;

    color: white; }



@media only screen and (max-width: 640px) {

  .main-footer_twitter .twitter-icon {

    float: none; } }



.twitter-footer_slider .flex-direction-nav {

  margin-top: 0;

  right: 0; }



.main-footer_twitter {

  position: relative;

  padding: 30px 0;

  padding:  1.5rem 0; }

  .main-footer_twitter, .main-footer_twitter.side-content:after, .main-footer_twitter.sidebar-footer_left:before, .main-footer_twitter.side-footer_twitter:after, .main-footer_twitter.side-featuredworks:after, .main-footer_twitter.call-to-action-text:before {

    background: #ee3430; }

  .main-footer_twitter:before {

    right: 99.99%; }

  .main-footer_twitter:after {

    left: 99.99%; }

  @media only screen and (min-width: 1041px) {

    .main-footer_twitter {

      display: table-cell;

      width: 66.66667%; } }



.side-footer_twitter, .side-featuredworks {

  position: relative;

  text-align: center; }

  .side-footer_twitter, .side-featuredworks, .side-featuredworks.sidebar-footer_left:before, .side-featuredworks.call-to-action-text:before, .side-footer_twitter.sidebar-footer_left:before, .side-footer_twitter:after, .side-featuredworks:after, .side-footer_twitter.call-to-action-text:before {

    background: rgba(0, 0, 0, 0.2); }

  .side-footer_twitter:after, .side-featuredworks:after {

    left: 99.99%; }

  @media only screen and (min-width: 1041px) {

    .side-footer_twitter, .side-featuredworks {

      display: table-cell;

      width: 33.33333%;

      vertical-align: middle;

      border-left: 4px solid white; } }



.icon-twitter_footer {

  width: 56px;

  width: 2.8rem;

  height: 56px;

  height: 2.8rem;

  font-size: 48px;

  font-size: 2.4rem;

  padding-top: 5px;

  padding-top: 0.25rem;

  line-height: 1;

  float: left;

  vertical-align: middle; }



.main-footer_twitter .flex-direction-nav {

  float: right; }



@media only screen and (min-width: 641px) {

  .twitter-footer_slider .widget-tweets-tweet {

    padding-right: 150px;

    padding-right: 7.5rem; } }



/**

 * Latest Posts Widget Slider

*****************************************************/

@media only screen and (max-width: 1300px) {

  .wp-slider .latest-posts.slides {

    margin-right: -32px;

    margin-right: -1.6rem; } }

@media only screen and (max-width: 1040px) {

  .wp-slider .latest-posts.slides {

    margin-right: 0; } }

@media only screen and (min-width: 1301px) {

  .wp-slider .latest-posts.slides li .desk-span6:last-child {

    border-left-width: 30px;

    border-left-width: 1.5rem; } }



.latest-posts-title {

  color: white;

  padding-bottom: 15px;

  padding-bottom: 0.75rem;

  text-transform: capitalize; }

  .latest-posts-title a {

    color: white; }



.latest-posts-date {

  color: #cacaca;

  letter-spacing: 0.125em;

  line-height: 1;

  text-transform: uppercase; }



.latest-posts-permalink {

  display: block;

  border: 0; }



.latest-posts-thumnail-wrapper {

  display: block;

  margin-bottom: 15px;

  margin-bottom: 0.75rem;

  overflow: hidden;

  padding-top: 62%;

  position: relative; }

  .latest-posts-thumnail-wrapper:before {

    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 10;

    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.5);

    -moz-box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.5);

    box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.5);

    -webkit-transition: all 0.15s;

    -moz-transition: all 0.15s;

    -o-transition: all 0.15s;

    transition: all 0.15s; }

  .latest-posts-thumnail-wrapper img {

    width: 100%;

    height: auto;

    max-width: none;

    position: absolute;

    top: 0;

    left: 0; }

  .latest-posts-thumnail-wrapper.no-image {

    padding: 25% 30px;

    padding:  25% 1.5rem;

    border-color: #7a7a79;

    color: #7a7a79;

    text-align: center;

    text-transform: uppercase;

    font-weight: bold; }

    .lt-ie9 .latest-posts-thumnail-wrapper.no-image {

      border: 5px solid #999999; }

  .latest-posts-thumnail-wrapper:hover:before {

    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.5);

    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.5);

    box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.5); }



.latest-posts-excerpt .btn-more {

  clear: both;

  float: right;

  text-transform: capitalize; }

  .latest-posts-excerpt .btn-more:hover {

    color: #ee3430;

    background: white; }

.latest-posts-excerpt .excerpt-read-more {

  padding: 0 .75em;

  color: white;

  letter-spacing: normal; }

  .latest-posts-excerpt .excerpt-read-more:hover {

    color: white; }



.widget-contact-detail {

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }



.widget_wpgrade_contact_widget li, .widget_recent_entries li {

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }



.widget_archive ul, .widget_categories ul, .widget_tag_cloud ul, .widget_pages ul, .widget_nav_menu ul {

  overflow: hidden; }

.widget_archive li, .widget_categories li, .widget_tag_cloud li, .widget_pages li, .widget_nav_menu li {

  margin-bottom: -1px;

  border-bottom: 1px solid #555; }

  @media only screen and (min-width: 1301px) {

    .widget_archive li, .widget_categories li, .widget_tag_cloud li, .widget_pages li, .widget_nav_menu li {

      width: 50%;

      float: left; } }

  .widget_archive li ul, .widget_categories li ul, .widget_tag_cloud li ul, .widget_pages li ul, .widget_nav_menu li ul {

    display: none; }

.widget_archive a, .widget_categories a, .widget_tag_cloud a, .widget_pages a, .widget_nav_menu a {

  text-decoration: none;

  color: #f7f7f7;

  line-height: 36px;

  line-height: 1.8rem;

  font-size: inherit !important; }



.widget_calendar th {

  text-align: center;

  font-weight: bold; }



#nav-open-btn {

  padding: 15px 30px;

  padding:  0.75rem 1.5rem;

  display: none;

  text-align: center; }



.nav-btn i {

  color: white;

  line-height: 1.15577;

  font-size: 26px;

  font-size: 1.3rem;

  padding-top: 15px;

  padding-top: 0.75rem;

  pointer-events: none; }



@media only screen and (max-width: 1040px) {

  body {

    background: #292929 !important; }



  #page {

    padding-top: 54px;

    padding-top: 2.7rem; }



  #nav-open-btn {

    display: block; }



  .wrapper-header-big {

    display: none !important; }



  .wrapper-header-small {

    top: 0 !important;

    pointer-events: auto !important;

    overflow: visible !important; }



  .wrapper-header-small .site-navigation {

    display: block;

    width: 70%;

    overflow: hidden;

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 9999;

    border-left-width: 0; }

    .wrapper-header-small .site-navigation .site-mainmenu {

      float: left;

      width: 100%;

      position: relative;

      height: 100%; }

      .wrapper-header-small .site-navigation .site-mainmenu li {

        float: left;

        width: 100%;

        height: auto;

        border: 0; }

        .wrapper-header-small .site-navigation .site-mainmenu li a {

          background: #313131;

          line-height: 1.5;

          font-size: 16px;

          font-size: 0.8rem;

          float: left;

          width: 100%;

          height: auto;

          padding: 16px 16px 16px 32px;

          padding:  0.8rem 0.8rem 0.8rem 1.6rem;

          color: #8d8d8d;

          text-align: left;

          border-top: none;

          border-top: 1px inset rgba(255, 255, 255, 0.1);

          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

        .wrapper-header-small .site-navigation .site-mainmenu li:first-child a {

          border-top: 0; }

        .wrapper-header-small .site-navigation .site-mainmenu li .search-container {

          padding: 0; }

          .wrapper-header-small .site-navigation .site-mainmenu li .search-container .btn {

            float: right;

            padding: 16px;

            padding: 0.8rem; }

          .wrapper-header-small .site-navigation .site-mainmenu li .search-container .search-query-wrapper {

            margin-right: 108px;

            margin-right: 5.4rem; }

          .wrapper-header-small .site-navigation .site-mainmenu li .search-container .field {

            background: transparent;

            padding: 0;

            border: 0;

            padding: 16px 32px 16px 32px;

            padding:  0.8rem 1.6rem 0.8rem 1.6rem;

            margin-left: -16px;

            margin-left: -0.8rem;

            color: white;

            margin: 0; }

          .wrapper-header-small .site-navigation .site-mainmenu li .search-container .btn, .wrapper-header-small .site-navigation .site-mainmenu li .search-container .field {

            font-size: 22px;

            font-size: 1.1rem;

            font-weight: 200;

            text-transform: uppercase; }

        .wrapper-header-small .site-navigation .site-mainmenu li.menu-parent-item {

          position: relative; }

          .wrapper-header-small .site-navigation .site-mainmenu li.menu-parent-item > a:after {

            content: "";

            display: block;

            position: absolute;

            top: 50%;

            width: 0;

            height: 0;

            border: 6px solid transparent;

            border-top-color: #7a7a79; }

        .wrapper-header-small .site-navigation .site-mainmenu li.active > a {

          color: white; }

          .wrapper-header-small .site-navigation .site-mainmenu li.active > a:after {

            top: 24px;

            top: 1.2rem;

            border-top-color: transparent;

            border-bottom-color: #7a7a79; }

        .wrapper-header-small .site-navigation .site-mainmenu li.active > ul.sub-menu {

          display: block; }

        .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu {

          top: 0;

          left: 0 !important;

          width: 100%;

          margin: 0;

          float: left;

          position: relative;

          display: none;

          height: auto;

          opacity: 1; }

          .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu li:hover > ul {

            display: none; }

          .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu li.active:hover > ul {

            display: block; }

          .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu li a {

            background: #252525;

            padding: 12px 16px 12px 40px;

            padding:  0.6rem 0.8rem 0.6rem 2rem;

            top: 22px;

            top: 1.1rem; }

          .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu li ul.sub-menu {

            background: #222222; }

            .wrapper-header-small .site-navigation .site-mainmenu li ul.sub-menu li ul.sub-menu a {

              padding: 8px 16px 8px 48px;

              padding:  0.4rem 0.8rem 0.4rem 2.4rem;

              top: 20px;

              top: 1rem;

              background: #191919;

              border-top: 0;

              border-bottom: 0;

              font-weight: normal; }



  .nav-btn {

    z-index: 100;

    display: block;

    padding: 0;

    border: 0;

    outline: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    text-align: left;

    position: absolute;

    top: 0; }

    .nav-btn:hover, .nav-btn:focus {

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

      opacity: 1; }



  #nav-close-btn {

    background: url("../images/close-btn.svg") center center no-repeat;

    left: 1.5rem;

    top: 1.5rem; }

    .no-svg #nav-close-btn {

      background-image: url("../images/close-btn.png"); }



  .no-js .site-navigation {

    display: none; }



  .csstransforms3d.csstransitions #page {

    left: 0 !important;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    -webkit-transition: -webkit-transform 500ms ease;

    -moz-transition: -moz-transform 500ms ease;

    -o-transition: -o-transform 500ms ease;

    transition: transform 500ms ease;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden; }

  .csstransforms3d.csstransitions .site-navigation {

    left: 0;

    margin-left: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    -moz-transform: translate3d(-100%, 0, 0);

    -ms-transform: translate3d(-100%, 0, 0);

    -o-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    -webkit-transform-origin: 70% 0%;

    -moz-transform-origin: 70% 0%;

    -ms-transform-origin: 70% 0%;

    -o-transform-origin: 70% 0%;

    transform-origin: 70% 0%; }



  .csstransforms3d.csstransitions.js-nav #page {

    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);

    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);

    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);

    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);

    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); }

  .csstransforms3d.csstransitions.js-nav .site-navigation {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



  .no-csstransforms3d .site-navigation {

    margin-left: 0 !important;

    left: -70% !important; }

  .no-csstransforms3d.js-nav .site-navigation {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

  .no-csstransforms3d.js-nav #page {

    position: relative;

    left: 70%; }

  .no-csstransforms3d.js-nav .wrapper-header-small {

    left: 70%; } }

          @media only screen and (max-width: 1040px) and (max-width: 640px) {

            .wrapper-header-small .site-navigation .site-mainmenu li.menu-parent-item > a:after {

              right: 10%; } }

          @media only screen and (max-width: 1040px) and (min-width: 641px) {

            .wrapper-header-small .site-navigation .site-mainmenu li.menu-parent-item > a:after {

              right: 3%; } }

.js-nav .main-wrapper {

  overflow: hidden; }



.site-branding {

  margin-left: 90px;

  margin-left: 4.5rem;

  height: 3rem; }

  @media only screen and (min-width: 1041px) {

    .site-branding {

      margin-left: 0; } }



.wrapper-header-small .header_search-form {

  display: none; }

@media only screen and (max-width: 1040px) {

  .wrapper-header-small .header_search-form {

    display: block;

    float: none;

    width: 70%;

    position: absolute;

    top: 0;

    right: 100%; }

    .wrapper-header-small .header_search-form .form {

      overflow: visible !important; }

    .wrapper-header-small .header_search-form #searchform {

      position: relative; }

      .wrapper-header-small .header_search-form #searchform .field {

        height: 60px;

        height: 3rem;

        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #151515));

        background: -webkit-linear-gradient(#262626, #151515);

        background: -moz-linear-gradient(#262626, #151515);

        background: -o-linear-gradient(#262626, #151515);

        background: linear-gradient(#262626, #151515);

        padding-left: 32px;

        padding-left: 1.6rem;

        line-height: 1.5;

        font-size: 16px;

        font-size: 0.8rem;

        margin: 0 !important;

        width: 100%; }

      .wrapper-header-small .header_search-form #searchform .btn {

        height: 60px;

        height: 3rem;

        padding: 0 1rem;

        position: absolute;

        right: 0;

        top: 0;

        z-index: 100;

        color: #7a7a79;

        background: none; } }



@media only screen and (min-width: 1040px) and (max-width: 1126.66667px) {

  html {

    font-size: 112.5%; } }

@media only screen and (min-width: 1126.66667px) and (max-width: 1213.33333px) {

  html {

    font-size: 118.75%; } }

@media only screen and (min-width: 1213.33333px) and (max-width: 1300px) {

  html {

    font-size: 125%; } }

@media only screen and (min-width: 1300px) and (max-width: 1733.33333px) {

  html {

    font-size: 131.25%; } }

@media only screen and (min-width: 1733.33333px) and (max-width: 2166.66667px) {

  html {

    font-size: 137.5%; } }

@media only screen and (min-width: 2166.66667px) and (max-width: 2600px) {

  html {

    font-size: 143.75%; } }

@media only screen and (min-width: 2600px) {

  html {

    font-size: 150%; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/regular/lato-regular-webfont.eot");

  src: url("fonts/lato/regular/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/regular/lato-regular-webfont.woff") format("woff"), url("fonts/lato/regular/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato/regular/lato-regular-webfont.svg") format("svg");

  font-weight: normal;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/regular/lato-regular-webfont.svg") format("svg");

    font-weight: normal;

    font-style: normal; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/regular/lato-italic-webfont.eot");

  src: url("fonts/lato/regular/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/regular/lato-italic-webfont.woff") format("woff"), url("fonts/lato/regular/lato-italic-webfont.ttf") format("truetype"), url("fonts/lato/regular/lato-italic-webfont.svg") format("svg");

  font-weight: normal;

  font-style: italic; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/regular/lato-italic-webfont.svg") format("svg");

    font-weight: normal;

    font-style: italic; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/light/lato-light-webfont.eot");

  src: url("fonts/lato/light/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/light/lato-light-webfont.woff") format("woff"), url("fonts/lato/light/lato-light-webfont.ttf") format("truetype"), url("fonts/lato/light/lato-light-webfont.svg") format("svg");

  font-weight: 300;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/light/lato-light-webfont.svg") format("svg");

    font-weight: 300;

    font-style: normal; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/light/lato-lightitalic-webfont.eot");

  src: url("fonts/lato/light/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/light/lato-lightitalic-webfont.woff") format("woff"), url("fonts/lato/light/lato-lightitalic-webfont.ttf") format("truetype"), url("fonts/lato/light/lato-lightitalic-webfont.svg") format("svg");

  font-weight: 300;

  font-style: italic; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/light/lato-lightitalic-webfont.svg") format("svg");

    font-weight: 300;

    font-style: italic; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/bold/lato-bold-webfont.eot");

  src: url("fonts/lato/bold/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/bold/lato-bold-webfont.woff") format("woff"), url("fonts/lato/bold/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato/bold/lato-bold-webfont.svg") format("svg");

  font-weight: bold;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/bold/lato-bold-webfont.svg") format("svg");

    font-weight: bold;

    font-style: normal; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/bold/lato-bolditalic-webfont.eot");

  src: url("fonts/lato/bold/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/bold/lato-bolditalic-webfont.woff") format("woff"), url("fonts/lato/bold/lato-bolditalic-webfont.ttf") format("truetype"), url("fonts/lato/bold/lato-bolditalic-webfont.svg") format("svg");

  font-weight: bold;

  font-style: italic; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/bold/lato-bolditalic-webfont.svg") format("svg");

    font-weight: bold;

    font-style: italic; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/black/lato-black-webfont.eot");

  src: url("fonts/lato/black/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/black/lato-black-webfont.woff") format("woff"), url("fonts/lato/black/lato-black-webfont.ttf") format("truetype"), url("fonts/lato/black/lato-black-webfont.svg") format("svg");

  font-weight: 800;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/black/lato-black-webfont.svg") format("svg");

    font-weight: 800;

    font-style: normal; } }

@font-face {

  font-family: "Lato";

  src: url("fonts/lato/black/lato-blackitalic-webfont.eot");

  src: url("fonts/lato/black/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato/black/lato-blackitalic-webfont.woff") format("woff"), url("fonts/lato/black/lato-blackitalic-webfont.ttf") format("truetype"), url("fonts/lato/black/lato-blackitalic-webfont.svg") format("svg");

  font-weight: 800;

  font-style: italic; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: "Lato";

    src: url("fonts/lato/black/lato-blackitalic-webfont.svg") format("svg");

    font-weight: 800;

    font-style: italic; } }

/**

 * Sliders

*****************************************************/

.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus {

  outline: none; }



.slides,

.flex-control-nav,

.flex-direction-nav {

  margin: 0;

  padding: 0;

  list-style: none; }



/* FlexSlider Necessary Styles

*********************************/

.flexslider {

  position: relative;

  margin: 0;

  padding: 0; }



.flexslider .slides > li {

  -webkit-backface-visibility: hidden; }



/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {

  display: block; }



.flex-pauseplay span {

  text-transform: capitalize; }



/* Clearfix for the .slides element */

.slides:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0; }



html[xmlns] .slides {

  display: block; }



* html .slides {

  height: 1%; }



/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {

  display: block; }



/* FlexSlider Default Theme

*********************************/

/* Direction Nav */

@media screen and (max-width: 860px) {

  .flex-direction-nav .flex-prev {

    opacity: 1;

    left: 0; }



  .flex-direction-nav .flex-next {

    opacity: 1;

    right: 0; } }

.slide {

  -webkit-transition: opacity 0.3s ease-in-out;

  -moz-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0; }

  .lt-ie9 .slide {

    display: none; }

  .slide.flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

    .lt-ie9 .slide.flex-active-slide {

      display: block; }



.flexslider.loading .slide, .flexslider.loading .slide.flex-active-slide {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0; }



.wrapper-featured-image .gallery_format_slider {

  margin: 0; }

  .wrapper-featured-image .gallery_format_slider .flex-direction-nav {

    width: 100%;

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    margin: 0; }

    .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li {

      background: none;

      width: 50%;

      height: 40px;

      height: 2rem;

      float: left;

      position: relative;

      z-index: 300; }

      .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li > a {

        display: block;

        background: none;

        color: white;

        background: rgba(0, 0, 0, 0.75);

        padding: 15px;

        padding: 0.75rem;

        margin: -26px 40px 0;

        margin:  -1.3rem 2rem 0; }

      .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li .flex-prev {

        float: left; }

      .wrapper-featured-image .gallery_format_slider .flex-direction-nav > li .flex-next {

        float: right; }



/**

 * HomePage Slider

 *****************************************************/

.homepage-slider {

  width: 100%;

  background-color: #222222;

  color: white;

  z-index: 0;

  height: 700px;

  height: 35rem;

  -webkit-transition: height 0.3s ease-in-out;

  -moz-transition: height 0.3s ease-in-out;

  -o-transition: height 0.3s ease-in-out;

  transition: height 0.3s ease-in-out;

  border-bottom: 4px solid #ee3430;

  overflow: hidden; }

  .homepage-slider hgroup, .homepage-slider h1, .homepage-slider h2, .homepage-slider h3, .homepage-slider h4, .homepage-slider h5, .homepage-slider h6, .homepage-slider .progressbar-title {

    color: white;

    text-transform: uppercase;

    letter-spacing: 0.125em;

    font-weight: bold; }

  .homepage-slider .slide.flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

    .homepage-slider .slide.flex-active-slide .homepage-slider_slide-content {

      -webkit-transform: none;

      -moz-transform: none;

      -ms-transform: none;

      -o-transform: none;

      transform: none;

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

      opacity: 1; }

  .homepage-slider:before {

    content: "";

    width: 80px;

    height: 6px; }

  .homepage-slider .flex-direction-nav > li > a {

    display: block;

    width: 60px;

    width: 3rem;

    height: 90px;

    height: 4.5rem;

    position: absolute;

    bottom: 0;

    text-indent: -9999px;

    text-align: center; }

    .homepage-slider .flex-direction-nav > li > a .slide-thumb {

      background-color: #ee3430;

      display: block;

      width: 60px;

      width: 3rem;

      height: 90px;

      height: 4.5rem;

      overflow: hidden;

      position: absolute;

      top: 0;

      z-index: 0;

      -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -o-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      pointer-events: none; }

      .homepage-slider .flex-direction-nav > li > a .slide-thumb .slide-thumb-img {

        -webkit-background-size: cover;

        -moz-background-size: cover;

        -o-background-size: cover;

        background-size: cover;

        background-repeat: no-repeat;

        background-position: top left;

        width: 153px;

        width: 7.65rem;

        height: 101%; }

    .homepage-slider .flex-direction-nav > li > a .slide-arrow-container {

      display: block;

      width: 60px;

      width: 3rem;

      height: 90px;

      height: 4.5rem;

      margin: 0;

      position: absolute;

      top: 0;

      -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -o-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      pointer-events: none; }

      .homepage-slider .flex-direction-nav > li > a .slide-arrow-container:before, .homepage-slider .flex-direction-nav > li > a .slide-arrow-container:after {

        content: "";

        display: block;

        z-index: 1;

        position: absolute;

        top: 50%;

        margin-top: -10px;

        width: 0;

        height: 0;

        border: 10px solid transparent; }

      .homepage-slider .flex-direction-nav > li > a .slide-arrow-container .slide-arrow-bg {

        background: #ee3430;

        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

        opacity: 0.8;

        width: 100%;

        height: 100%; }

    .homepage-slider .flex-direction-nav > li > a:hover .slide-thumb {

      width: 150px;

      width: 7.5rem; }

    .homepage-slider .flex-direction-nav > li > a:hover .slide-arrow-container {

      width: 0; }

  .homepage-slider .flex-direction-nav > li .flex-prev, .homepage-slider .flex-direction-nav > li .flex-next {

    bottom: 30px;

    bottom: 1.5rem;

    z-index: 100; }

    @media only screen and (min-width: 1041px) {

      .homepage-slider .flex-direction-nav > li .flex-prev, .homepage-slider .flex-direction-nav > li .flex-next {

        bottom: auto;

        top: 50%; } }

  .homepage-slider .flex-direction-nav > li .flex-prev {

    left: 24px;

    left: 1.2rem; }

    @media only screen and (min-width: 641px) {

      .homepage-slider .flex-direction-nav > li .flex-prev {

        left: 48px;

        left: 2.4rem; } }

    @media only screen and (min-width: 1041px) {

      .homepage-slider .flex-direction-nav > li .flex-prev {

        left: 72px;

        left: 3.6rem; } }

    .homepage-slider .flex-direction-nav > li .flex-prev .slide-thumb {

      left: 0; }

    .homepage-slider .flex-direction-nav > li .flex-prev .slide-arrow-container {

      border-right: 4px solid white; }

      .homepage-slider .flex-direction-nav > li .flex-prev .slide-arrow-container:before {

        border-right-color: white;

        right: 0; }

  .homepage-slider .flex-direction-nav > li .flex-next {

    right: 24px;

    right: 1.2rem; }

    @media only screen and (min-width: 641px) {

      .homepage-slider .flex-direction-nav > li .flex-next {

        right: 48px;

        right: 2.4rem; } }

    @media only screen and (min-width: 1041px) {

      .homepage-slider .flex-direction-nav > li .flex-next {

        right: 72px;

        right: 3.6rem; } }

    .homepage-slider .flex-direction-nav > li .flex-next .slide-thumb {

      right: 0; }

    .homepage-slider .flex-direction-nav > li .flex-next .slide-arrow-container {

      border-left: 4px solid white;

      right: 0; }

      .homepage-slider .flex-direction-nav > li .flex-next .slide-arrow-container:before {

        left: 0;

        border-left-color: white; }

  .homepage-slider .flex-control-paging {

    margin: 0;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 9999;

    width: 100%;

    text-align: center; }

    .homepage-slider .flex-control-paging > li {

      display: inline-block;

      width: 25px;

      width: 1.25rem;

      height: 30px;

      height: 1.5rem;

      margin: 0 5px;

      margin:  0 0.25rem; }

      .homepage-slider .flex-control-paging > li > a {

        display: block;

        width: 30px;

        width: 1.5rem;

        height: 15px;

        height: 0.75rem;

        margin-top: -7.5px;

        margin-top: -0.375rem;

        border: 0;

        text-indent: -999em;

        background: #3d3d3d;

        cursor: pointer; }



.homepage-slider_slide-wrap {

  position: relative;

  z-index: 30;

  width: 100%;

  height: 100%;

  display: table;

  padding: 150px 0 60px;

  padding:  7.5rem 0 3rem; }

  @media only screen and (max-width: 1040px) {

    .homepage-slider_slide-wrap {

      padding: 30px 0;

      padding:  1.5rem 0; } }



.slide-content-wrapper {

  background: none; }

  @media only screen and (min-width: 1041px) {

    .slide-content-wrapper .container {

      padding: 0 90px;

      padding:  0 4.5rem; } }



.homepage-slider_slide-content {

  width: 100%;

  height: 100%;

  display: table-cell;

  vertical-align: middle;

  position: relative;

  padding: 0;

  -webkit-transform: translateY(-10rem);

  -moz-transform: translateY(-10rem);

  -ms-transform: translateY(-10rem);

  -o-transform: translateY(-10rem);

  transform: translateY(-10rem);

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  -webkit-transition: all 0.6s 0.3s;

  -webkit-transition-delay: cubic-bezier(0.445, 0.050, 0.550, 0.950);

  -moz-transition: all 0.6s 0.3s cubic-bezier(0.445, 0.050, 0.550, 0.950);

  -o-transition: all 0.6s 0.3s cubic-bezier(0.445, 0.050, 0.550, 0.950);

  transition: all 0.6s 0.3s cubic-bezier(0.445, 0.050, 0.550, 0.950);

  line-height: 1.5;

  font-size: 11px;

  font-size: 0.55rem; }

  @media only screen and (max-width: 1040px) {

    .homepage-slider_slide-content {

      padding-bottom: 90px;

      padding-bottom: 4.5rem; } }

  .homepage-slider_slide-content h1:after, .homepage-slider_slide-content h2:after, .homepage-slider_slide-content h3:after, .homepage-slider_slide-content h4:after, .homepage-slider_slide-content h5:after, .homepage-slider_slide-content h6:after {

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0; }

  .homepage-slider_slide-content h1 {

    font-size: 3.5em; }

  .homepage-slider_slide-content h2 {

    font-size: 3em; }

  .homepage-slider_slide-content h3 {

    font-size: 2em; }

  .homepage-slider_slide-content h4 {

    font-size: 1.5em; }

  .homepage-slider_slide-content h5 {

    font-size: 1em; }

  .homepage-slider_slide-content h6 {

    font-size: 0.7em; }

  @media only screen and (min-width: 641px) {

    .homepage-slider_slide-content {

      line-height: 1.5;

      font-size: 17px;

      font-size: 0.85rem; } }

  @media only screen and (min-width: 1041px) {

    .homepage-slider_slide-content {

      line-height: 1.36591;

      font-size: 22px;

      font-size: 1.1rem; } }

  .homepage-slider_slide-content hgroup, .homepage-slider_slide-content h1, .homepage-slider_slide-content h2, .homepage-slider_slide-content h3, .homepage-slider_slide-content h4, .homepage-slider_slide-content h5, .homepage-slider_slide-content h6, .homepage-slider_slide-content .progressbar-title {

    padding: 0 10px;

    padding:  0 0.5rem;

    margin-top: 15px;

    margin-top: 0.75rem;

    letter-spacing: normal;

    line-height: 1.25;

    background-color: rgba(0, 0, 0, 0.6);

    float: left;

    clear: both; }

    @media only screen and (min-width: 1041px) {

      .homepage-slider_slide-content hgroup, .homepage-slider_slide-content h1, .homepage-slider_slide-content h2, .homepage-slider_slide-content h3, .homepage-slider_slide-content h4, .homepage-slider_slide-content h5, .homepage-slider_slide-content h6, .homepage-slider_slide-content .progressbar-title {

        padding: 0 15px;

        padding:  0 0.75rem; } }

  .homepage-slider_slide-content .btn {

    background-color: rgba(0, 0, 0, 0.6);

    line-height: 1.5;

    font-size: 16px;

    font-size: 0.8rem;

    display: inline-block;

    position: relative;

    padding: 10px 15px 10px 20px;

    padding:  0.5rem 0.75rem 0.5rem 1rem;

    float: left;

    clear: both;

    margin: 15px 0;

    margin:  0.75rem 0; }

    @media only screen and (min-width: 1041px) {

      .homepage-slider_slide-content .btn {

        font-size: 18px;

        font-size: 0.9rem;

        padding: 15px 20px 15px 30px;

        padding:  0.75rem 1rem 0.75rem 1.5rem; } }



.preloader {

  width: 110px;

  height: 10px;

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -5px;

  margin-left: -55px;

  background: url("../images/preloader.gif") top left no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out; }



.loading .preloader {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1; }



.gallery_format_slider {

  overflow: hidden; }

  .gallery_format_slider.loading {

    overflow: hidden;

    height: 600px; }

    .gallery_format_slider.loading .slides > dl {

      height: 600px;

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

      opacity: 0; }

  .gallery_format_slider .slides > dl {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

  .gallery_format_slider img {

    width: 100%; }

  .gallery_format_slider .flex-direction-nav {

    position: absolute;

    bottom: 30px;

    bottom: 1.5rem;

    right: 30px;

    right: 1.5rem;

    margin: 0;

    padding: 0 !important; }

    .gallery_format_slider .flex-direction-nav li {

      display: inline-block; }

    .gallery_format_slider .flex-direction-nav a {

      position: relative;

      display: block;

      text-decoration: none;

      background: black;

      background: rgba(0, 0, 0, 0.75);

      color: #fff;

      padding: 15px;

      padding: 0.75rem;

      -webkit-transition: background-color 0.2s ease-in-out;

      -moz-transition: background-color 0.2s ease-in-out;

      -o-transition: background-color 0.2s ease-in-out;

      transition: background-color 0.2s ease-in-out; }

      .gallery_format_slider .flex-direction-nav a.flex-prev {

        margin-right: 5px; }



.wp-slider {

  position: relative; }

  .wp-slider .slides, .wp-slider .flex-control-nav, .wp-slider .flex-direction-nav {

    border: 0;

    margin: 0; }

  .wp-slider .flex-control-paging {

    display: block;

    clear: both; }

    .wp-slider .flex-control-paging > li {

      display: inline-block;

      margin-right: 8px;

      margin-right: 0.4rem;

      margin-bottom: 3px;

      margin-bottom: 0.15rem;

      border-bottom: none; }

      .wp-slider .flex-control-paging > li > a {

        display: block;

        width: 5px;

        width: 0.25rem;

        height: 5px;

        height: 0.25rem;

        -webkit-border-radius: 5px;

        -moz-border-radius: 5px;

        border-radius: 5px;

        -webkit-border-radius: 0.25rem;

        -moz-border-radius: 0.25rem;

        border-radius: 0.25rem;

        text-indent: -999em;

        background-color: #cacaca;

        cursor: pointer;

        color: transparent; }

      .wp-slider .flex-control-paging > li:hover > a, .wp-slider .flex-control-paging > li > a.flex-active {

        width: 7px;

        width: 0.35rem;

        height: 7px;

        height: 0.35rem;

        position: relative;

        top: 1px;

        top: 0.05rem;

        left: 1px;

        left: 0.05rem;

        margin: 0 -1px;

        margin:  0 -0.05rem;

        background-color: #7a7a79; }

  .wp-slider .slides > .slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0;

    -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

    -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

    -o-transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

    transition: opacity 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);

    position: relative;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden;

    border-bottom: 0;

    visibility: hidden; }

  .wp-slider .slides > .slide.flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    visibility: visible; }



.homepage-slider_slide-content.s-video .page-header-videohtml-wrap {

  margin: 15px auto; }

@media only screen and (min-width: 1041px) {

  .homepage-slider_slide-content.s-video .container > div {

    float: left;

    width: 50%; }

  .homepage-slider_slide-content.s-video .page-header-videohtml-wrap {

    margin: 0;

    padding-left: 30px;

    padding-left: 1.5rem; }

    .homepage-slider_slide-content.s-video .page-header-videohtml-wrap > :first-child {

      margin-top: 0; } }



body > .parallax-container .featured-image-container {

  padding-top: 265px;

  padding-top: 13.25rem; }



.wrapper-featured-image {

  position: relative; }

  @media only screen and (min-width: 1041px) {

    .wrapper-featured-image {

      min-height: 90px;

      min-height: 4.5rem; } }



.header-image {

  position: absolute;

  top: 0;

  left: 0;

  background-position: center;

  background-size: cover;

  width: 100%;

  height: 100%; }



.parallax-container {

  top: 0;

  left: 0;

  width: 100%;

  overflow: hidden; }

  @media only screen and (max-width: 1040px) {

    .parallax-container {

      position: absolute !important; } }

  @media only screen and (min-width: 1041px) {

    .admin-bar .parallax-container {

      top: 28px !important; } }

  .touch .parallax-container {

    position: absolute !important; }



.parallax-item {

  display: block;

  width: 100%;

  height: 100%; }

  @media only screen and (max-width: 1040px) {

    .parallax-item {

      -webkit-transform: none !important;

      -moz-transform: none !important;

      -ms-transform: none !important;

      -o-transform: none !important;

      transform: none !important;

      top: 0 !important; }

      .parallax-item img {

        width: 100% !important;

        height: auto !important; } }



.featured-image-container {

  overflow: hidden; }



.wrapper-featured-image {

  overflow: hidden;

  background: black; }

  .wrapper-featured-image img {

    width: 100%;

    display: block;

    left: 0 !important; }



.single-post .featured-image-container-wrapper .video-wrap {

  margin: 0 0 0;

  margin:  0 0 0; }



.page-header {

  position: relative;

  top: 0;

  left: 0;

  z-index: 10;

  padding: 144px 72px 36px;

  padding:  7.2rem 3.6rem 1.8rem;

  min-height: 360px;

  min-height: 18rem; }

  @media only screen and (max-width: 1040px) {

    .page-header {

      padding: 72px 48px 24px;

      padding:  3.6rem 2.4rem 1.2rem;

      min-height: 270px;

      min-height: 13.5rem; } }

  @media only screen and (max-width: 640px) {

    .page-header {

      padding: 24px;

      padding: 1.2rem;

      min-height: 180px;

      min-height: 9rem; } }

  .page-header hgroup, .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .page-header .progressbar-title {

    padding: 0; }



.page-header-video {

  margin-top: 90px;

  margin-top: 4.5rem; }



.page-header .alpha, .page-header h1, .page-header .entry-title, .page-header .beta, .page-header h2, .page-header .gama, .page-header h3, .page-header .delta, .page-header h4, .page-header-wrapper .alpha, .page-header-wrapper h1, .page-header-wrapper .entry-title, .page-header-wrapper .beta, .page-header-wrapper h2, .page-header-wrapper .gama, .page-header-wrapper h3, .page-header-wrapper .delta, .page-header-wrapper h4, .cat-header-wrapper .alpha, .cat-header-wrapper h1, .cat-header-wrapper .entry-title, .cat-header-wrapper .beta, .cat-header-wrapper h2, .cat-header-wrapper .gama, .cat-header-wrapper h3, .cat-header-wrapper .delta, .cat-header-wrapper h4 {

  padding: 15px 0;

  padding:  0.75rem 0; }

  @media only screen and (max-width: 640px) {

    .page-header .alpha, .page-header h1, .page-header .entry-title, .page-header .beta, .page-header h2, .page-header .gama, .page-header h3, .page-header .delta, .page-header h4, .page-header-wrapper .alpha, .page-header-wrapper h1, .page-header-wrapper .entry-title, .page-header-wrapper .beta, .page-header-wrapper h2, .page-header-wrapper .gama, .page-header-wrapper h3, .page-header-wrapper .delta, .page-header-wrapper h4, .cat-header-wrapper .alpha, .cat-header-wrapper h1, .cat-header-wrapper .entry-title, .cat-header-wrapper .beta, .cat-header-wrapper h2, .cat-header-wrapper .gama, .cat-header-wrapper h3, .cat-header-wrapper .delta, .cat-header-wrapper h4 {

      padding: 7.5px 0;

      padding:  0.375rem 0; } }

.page-header .row, .page-header-wrapper .row, .cat-header-wrapper .row {

  display: block;

  margin-left: -48px;

  margin-left: -2.4rem; }

.page-header .span1, .page-header .span2, .page-header .span3, .page-header .span4,

.page-header .span5, .page-header .span6, .page-header .span7, .page-header .span8,

.page-header .span9, .page-header .span10, .page-header .span11, .page-header .span12, .page-header .project-images-container, .page-header .project-entry-content, .page-header-wrapper .span1, .page-header-wrapper .span2, .page-header-wrapper .span3, .page-header-wrapper .span4,

.page-header-wrapper .span5, .page-header-wrapper .span6, .page-header-wrapper .span7, .page-header-wrapper .span8,

.page-header-wrapper .span9, .page-header-wrapper .span10, .page-header-wrapper .span11, .page-header-wrapper .span12, .page-header-wrapper .project-images-container, .page-header-wrapper .project-entry-content, .cat-header-wrapper .span1, .cat-header-wrapper .span2, .cat-header-wrapper .span3, .cat-header-wrapper .span4,

.cat-header-wrapper .span5, .cat-header-wrapper .span6, .cat-header-wrapper .span7, .cat-header-wrapper .span8,

.cat-header-wrapper .span9, .cat-header-wrapper .span10, .cat-header-wrapper .span11, .cat-header-wrapper .span12, .cat-header-wrapper .project-images-container, .cat-header-wrapper .project-entry-content {

  display: block;

  float: left;

  border-left-width: 48px;

  border-left-width: 2.4rem; }



.portfolio-rows {

  margin: 0;

  line-height: 1.5;

  font-size: 15px;

  font-size: 0.75rem;

  color: #3d3d3d;

  font-weight: 500;

  letter-spacing: 1px;

  background: white;

  overflow: hidden; }

  .portfolio-rows img {

    width: 100%; }

  .portfolio-rows .portfolio-archive .loading-gif {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 999999;

    background-color: rgba(255, 255, 255, 0.8);

    background-image: url("../images/loader2.gif");

    background-position: 50% 15px;

    background-repeat: no-repeat;

    opacity: 0.8; }



.portfolio-row {

  position: relative; }

  .portfolio-row .block {

    overflow: hidden; }

    @media only screen and (min-width: 1041px) {

      .portfolio-row .block {

        -webkit-background-size: cover;

        -moz-background-size: cover;

        -o-background-size: cover;

        background-size: cover;

        background-position: center;

        background-repeat: no-repeat; }

        .portfolio-row .block img {

          display: none; } }

  .portfolio-row .portfolio-image-wrapper img {

    display: block;

    width: 100%; }

  .portfolio-row .block-image {

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

    border: 0; }

    .portfolio-row .block-image:hover {

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);

      opacity: 0.85; }

  .portfolio-row .block > .block-image {

    display: block; }



.portfolio-item_title {

  text-transform: uppercase;

  letter-spacing: 0.125em;

  font-weight: bold; }

  .portfolio-item_title a {

    color: #3d3d3d; }



.portfolio-item_title-separator {

  background: none;

  width: 30px;

  width: 1.5rem;

  margin-bottom: 27px;

  margin-bottom: 1.35rem;

  border: 0;

  border-top: 3px solid #222222;

  text-align: left;

  float: left;

  display: block; }



.portfolio-item_desc {

  clear: both; }



.portfolio-item_categories {

  margin: 0; }



.portfolio-item_cat {

  margin-right: 30px;

  margin-right: 1.5rem;

  text-transform: uppercase;

  line-height: 1.5;

  font-size: 12px;

  font-size: 0.6rem;

  color: #cacaca; }



.portfolio-item_cat-link {

  color: #ababab; }



.isotope {

  -webkit-transition: height 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -moz-transition: height 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  -o-transition: height 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  transition: height 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955); }



.filter-by_list, .portfolio_category_list {

  margin: 0;

  float: right; }



.filter-by_list-item {

  width: 100%;

  display: block !important; }



.filter-by_link {

  display: block;

  color: white; }



.arrow {

  position: relative; }

  .arrow:before {

    position: absolute;

    z-index: 100;

    border: solid transparent;

    content: "";

    height: 0;

    width: 0;

    pointer-events: none;

    border-width: 12px; }



.arrow-top:before {

  left: 53px;

  left: 2.65rem;

  bottom: 100%;

  border-bottom-color: white; }

.arrow-top.block-inner_first:before {

  left: 77px;

  left: 3.85rem; }



.arrow-right:before {

  top: 41px;

  top: 2.05rem;

  left: 100%;

  border-left-color: white; }



.arrow-bottom:before {

  left: 53px;

  left: 2.65rem;

  top: 100%;

  border-top-color: white; }

.arrow-bottom.block-inner_first:before {

  left: 77px;

  left: 3.85rem; }



.arrow-left:before {

  top: 41px;

  top: 2.05rem;

  right: 100%;

  border-right-color: white; }



.portfolio-navigation {

  padding-top: 48px;

  padding-top: 2.4rem;

  padding-bottom: 48px;

  padding-bottom: 2.4rem; }



.main-featuredworks {

  background: white; }



.portfolio-container {

  position: relative;

  margin-left: -10px !important;

  margin-left:  -0.5rem !important;

  margin-right: -10px !important;

  margin-right:  -0.5rem !important; }

  .portfolio-container .flex-direction-nav {

    top: 0;

    right: 10px;

    right: 0.5rem; }

    @media only screen and (max-width: 640px) {

      .portfolio-container .flex-direction-nav {

        margin-bottom: 30px;

        margin-bottom: 1.5rem; } }



.portfolio-container-no-title {

  padding-top: 60px;

  padding-top: 3rem; }



@media only screen and (min-width: 641px) {

  .featuredworks-title {

    left: 10px;

    position: relative; } }



.filter-container {

  position: relative;

  width: 100%; }



.filter-by-container {

  margin: 0 auto 30px;

  margin:  0 auto 1.5rem;

  width: 270px;

  width: 13.5rem; }

  @media only screen and (min-width: 641px) {

    .filter-by-container {

      position: absolute;

      top: 0;

      right: 10px;

      right: 0.5rem; } }

  .filter-by-container h2 {

    display: inline-block;

    margin-right: 15px;

    margin-right: 0.75rem; }

  .filter-by-container .filter-by-toggle {

    display: block; }

  .filter-by-container .filter-by-text {

    display: block;

    width: 100%;

    margin-right: 150px;

    margin-right: 7.5rem; }

  .filter-by-container > a {

    display: inline-block;

    text-transform: uppercase;

    color: white;

    margin: 0 auto;

    overflow: hidden;

    position: relative; }

    .filter-by-container > a span {

      width: 100%;

      display: block;

      padding: 15px;

      padding: 0.75rem;

      background-color: #ee3430; }

    .filter-by-container > a i {

      position: absolute;

      right: 0;

      top: 0;

      bottom: 0;

      padding: 8% 0.75rem;

      background-color: rgba(0, 0, 0, 0.2); }

      .lt-ie9 .filter-by-container > a i {

        top: 20px;

        right: 10px; }

  .filter-by-container .list-active {

    display: block;

    background-color: #d91612; }

  .filter-by-container:hover i {

    background-color: transparent; }



.filter-by_list {

  display: none;

  position: relative;

  z-index: 100; }

  @media only screen and (max-width: 1040px) {

    .filter-by_list {

      position: absolute;

      z-index: 100; } }

  .filter-by_list li a {

    -webkit-transition: all 0.25s;

    -moz-transition: all 0.25s;

    -o-transition: all 0.25s;

    transition: all 0.25s;

    padding: 15px 30px;

    padding:  0.75rem 1.5rem;

    text-transform: uppercase;

    color: white;

    display: block; }

  .filter-by_list li a:hover {

    border-left: 5px solid white; }



.portfolio-items-list {

  margin-top: 30px;

  margin-top: 1.5rem; }

  .portfolio-items-list.portfolio-items-list-full-width {

    width: 100% !important; }

    @media only screen and (max-width: 640px) {

      .portfolio-items-list.portfolio-items-list-full-width .portfolio-item {

        width: 100% !important; } }

    @media only screen and (min-width: 640px) and (max-width: 1040px) {

      .portfolio-items-list.portfolio-items-list-full-width .portfolio-item {

        width: 50% !important; } }

    @media only screen and (min-width: 1041px) {

      .portfolio-items-list.portfolio-items-list-full-width .portfolio-item {

        width: 33.3% !important; } }



.portfolio-item {

  float: left;

  position: relative;

  overflow: hidden;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -webkit-transform-style: preserve-3d;

  -moz-transform-style: preserve-3d;

  -ms-transform-style: preserve-3d;

  -webkit-transform: translate3d(0, 0, 0) scale(1);

  -moz-transform: translate3d(0, 0, 0) scale(1);

  -ms-transform: translate3d(0, 0, 0) scale(1);

  -o-transform: translate3d(0, 0, 0) scale(1);

  transform: translate3d(0, 0, 0) scale(1);

  padding: 10px;

  padding: 0.5rem; }

  .portfolio-item img {

    -webkit-transition: -webkit-transform 0.3s ease-in-out;

    -moz-transition: -moz-transform 0.3s ease-in-out;

    -o-transition: -o-transform 0.3s ease-in-out;

    transition: transform 0.3s ease-in-out; }



.portfolio-item-link {

  width: 100%;

  display: table;

  position: relative;

  overflow: hidden; }



@media only screen and (min-width: 1041px) {

  .portfolio-item:hover img {

    -webkit-transform: scale(1.25) translate3d(0, 0, 0);

    -moz-transform: scale(1.25) translate3d(0, 0, 0);

    -ms-transform: scale(1.25) translate3d(0, 0, 0);

    -o-transform: scale(1.25) translate3d(0, 0, 0);

    transform: scale(1.25) translate3d(0, 0, 0); } }

.portfolio-item:hover .portfolio-item-info {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1; }

  .lt-ie9 .portfolio-item:hover .portfolio-item-info {

    display: block !important; }

.portfolio-item:hover .portfolio-item-table {

  -webkit-transform: none;

  -moz-transform: none;

  -ms-transform: none;

  -o-transform: none;

  transform: none; }



.portfolio-item-featured-image {

  overflow: hidden; }

  @media only screen and (min-width: 1041px) {

    .project-no-image .portfolio-item-featured-image {

      padding-top: 80%; } }



.project-no-image .portfolio-item-info {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1; }

  @media only screen and (min-width: 1041px) {

    .project-no-image .portfolio-item-info .portfolio-item-table {

      -webkit-transform: translateY(0);

      -moz-transform: translateY(0);

      -ms-transform: translateY(0);

      -o-transform: translateY(0);

      transform: translateY(0); } }

  .lt-ie9 .project-no-image .portfolio-item-info {

    display: block !important; }



.is_touch_device .portfolio-item-info {

  position: relative;

  color: black;

  background-color: transparent;

  text-align: left;

  padding: 0;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1; }

  .is_touch_device .portfolio-item-info .portfolio-item-title {

    color: black; }



.portfolio-item-info {

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden;

  width: 100%;

  color: black; }

  @media only screen and (max-width: 1040px) {

    .portfolio-item-info {

      background: none !important; } }

  @media only screen and (min-width: 1041px) {

    .portfolio-item-info {

      padding: 0 15px;

      padding:  0 0.75rem;

      color: white;

      background-color: rgba(217, 22, 18, 0.75);

      position: absolute;

      top: 0;

      bottom: 0;

      left: 0;

      text-align: center;

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

      opacity: 0; }

      .lt-ie9 .portfolio-item-info {

        display: none; } }

  .portfolio-item-info .portfolio-item-table {

    width: 100%;

    height: 100%;

    display: table;

    -webkit-transition: -webkit-transform 0.3s ease-in-out;

    -moz-transition: -moz-transform 0.3s ease-in-out;

    -o-transition: -o-transform 0.3s ease-in-out;

    transition: transform 0.3s ease-in-out; }

    @media only screen and (min-width: 1041px) {

      .portfolio-item-info .portfolio-item-table {

        -webkit-transform: translateY(-2rem);

        -moz-transform: translateY(-2rem);

        -ms-transform: translateY(-2rem);

        -o-transform: translateY(-2rem);

        transform: translateY(-2rem); } }

  .portfolio-item-info .portfolio-item-cell {

    display: table-cell;

    vertical-align: middle; }



.attachment-homepage-portfolio {

  width: 100%; }



.portfolio-item-title {

  line-height: 1.25208;

  font-size: 24px;

  font-size: 1.2rem;

  font-weight: bold;

  padding-bottom: 0; }

  @media only screen and (max-width: 1040px) {

    .project-no-image .portfolio-item-title {

      margin-bottom: 90px;

      margin-bottom: 4.5rem; } }

  @media only screen and (min-width: 640px) and (max-width: 1040px) {

    .portfolio-item-title {

      line-height: 1.33556;

      font-size: 22.5px;

      font-size: 1.125rem; } }

  @media only screen and (min-width: 1041px) {

    .portfolio-item-title {

      color: white;

      padding-bottom: 15px;

      padding-bottom: 0.75rem;

      text-align: center; } }



.portfolio-item-categories-list {

  padding: 0 !important;

  display: table; }

  @media only screen and (min-width: 1041px) {

    .portfolio-item-categories-list {

      margin: 0 auto; } }

  .portfolio-item-categories-list li:last-child .portfolio-item-category-link:after {

    content: ""; }



.portfolio-item-category-link {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem;

  text-transform: lowercase; }

  .portfolio-item-category-link:after {

    content: ",\00a0"; }



@media only screen and (max-width: 1040px) {

  .caroufredsel_wrapper {

    min-height: 22rem !important; } }

@media only screen and (min-width: 1041px) {

  .caroufredsel_wrapper {

    min-height: 18rem !important; } }

@media only screen and (max-width: 640px) {

  .entry-content .caroufredsel_wrapper {

    min-height: 28rem !important; } }

@media only screen and (min-width: 640px) and (max-width: 1040px) {

  .entry-content .caroufredsel_wrapper {

    min-height: 22rem !important; } }

@media only screen and (min-width: 1041px) {

  .entry-content .caroufredsel_wrapper {

    min-height: 10rem !important; } }



.no-border {

  border: none; }



.project-title {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  text-align: center;

  padding-top: 0;

  padding-bottom: 0;

  font-weight: bold;

  /*	@include media(from lap) {

  		border-left: 4px solid $accentColor;	

  		text-align: left;

  	}

  

  	@include rem(padding-left, 72px);

  

  	@include media(to hand) {

  		@include rem(padding-right, 24px);

  	}

  

  	@include media(to lap) {

  		@include rem(padding-left, 48px);

  	}*/ }

  @media only screen and (min-width: 641px) {

    .project-title {

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .project-title {

      border-left: 4px solid #ee3430;

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .project-title {

      padding-left: 68px;

      padding-left: 3.4rem;

      margin-left: -72px;

      margin-left: -3.6rem; } }



.direction-nav-project .portfolio-nav-archive i {

  font-size: 24px;

  font-size: 1.2rem;

  line-height: 0;

  height: 0;

  display: block;

  position: relative;

  top: 23px;

  top: 1.15rem; }



.project-images-container {

  position: relative;

  height: auto !important; }

  @media only screen and (max-width: 1040px) {

    .project-images-container {

      margin-bottom: 60px;

      margin-bottom: 3rem; } }

  .project-images-container .flex-direction-nav {

    position: absolute;

    top: 45%;

    width: 100%; }

    .project-images-container .flex-direction-nav li {

      width: 50%; }

    .project-images-container .flex-direction-nav a {

      padding: 15px;

      padding: 0.75rem;

      background: rgba(0, 0, 0, 0.5);

      display: block;

      color: #FFFFFF; }

    .project-images-container .flex-direction-nav .flex-prev {

      float: left; }

    .project-images-container .flex-direction-nav .flex-next {

      float: right; }



.project-entry-content h2 {

  padding-top: 0;

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem; }

.project-entry-content {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem; }



.type-portfolio .comments-area {

  margin-top: 90px !important;

  margin-top:  4.5rem !important;

  clear: both;

  float: left; }

  @media only screen and (min-width: 1041px) {

    .type-portfolio .comments-area {

      width: 66.66666%; } }



.project-images-list {

  overflow: hidden; }

  .project-images-list li {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0;

    display: block;

    width: 100%; }

    .project-images-list li img {

      width: 100%;

      height: auto; }

  .project-images-list .flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



@media only screen and (min-width: 1041px) {

  .project-control-container {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 20; } }

@media only screen and (max-width: 1040px) {

  .project-control-container .post-navigation {

    text-align: center; } }



@media only screen and (max-width: 640px) {

  .navigation-control-menu {

    text-align: center; }

    .navigation-control-menu li {

      float: none; } }

.navigation-control-menu a {

  padding: 15px;

  padding: 0.75rem;

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  display: block;

  margin-left: 5px;

  color: white;

  background-color: #ee3430;

  text-transform: uppercase; }



.pre-article-box, .entry-content blockquote {

  margin-right: 0;

  padding-left: 68px;

  padding-left: 3.4rem;

  margin-left: -72px;

  margin-left: -3.6rem;

  border-left: 4px solid #ee3430; }

  @media only screen and (max-width: 1040px) {

    .pre-article-box, .entry-content blockquote {

      padding-left: 44px;

      padding-left: 2.2rem;

      margin-left: -48px;

      margin-left: -2.4rem; } }



.post {

  padding-bottom: 60px;

  padding-bottom: 3rem;

  border-bottom: 1px solid #cccccc;

  margin-bottom: 60px;

  margin-bottom: 3rem; }

  .single .post {

    border-bottom: none;

    margin-bottom: 0; }

  .post.no-results {

    padding-bottom: 0;

    border-bottom: 0;

    margin-bottom: 0; }



.article-control {

  float: right; }

  @media only screen and (max-width: 1040px) {

    .article-control {

      display: none; } }



.article-control-list {

  margin: 0; }



article .article-date {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem;

  display: block;

  float: left;

  color: #161617;

  font-family: "Lato";

  font-weight: bold;

  font-style: normal;

  letter-spacing: 0.1rem; }

  @media only screen and (max-width: 640px) {

    article .article-date {

      font-style: italic;

      text-align: center;

      width: 100%;

      color: #7a7a79; } }



@media only screen and (max-width: 1040px) {

  .article-date-text {

    display: none; } }



.article-control {

  text-align: right; }



.article-control-item a {

  margin-left: 30px;

  margin-left: 1.5rem;

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  color: #909090;

  text-decoration: none;

  font-weight: bold;

  display: block; }

  .article-control-item a:hover {

    color: #ee3430; }



.article-details {

  min-height: 90px;

  min-height: 4.5rem;

  padding-top: 30px;

  padding-top: 1.5rem;

  margin: 30px 0;

  margin:  1.5rem 0;

  border-top: 1px solid #f7f7f7;

  width: 100%;

  display: block; }

  @media only screen and (max-width: 1040px) {

    .article-details {

      border: none;

      padding-top: 0;

      margin-top: 0; } }



.article-title, .entry-title {

  font-weight: 800;

  padding: 0; }

  @media only screen and (max-width: 640px) {

    .article-title, .entry-title {

      text-align: center; } }



.author-container {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  font-family: "Lato", sans-serif;

  text-decoration: none; }



.author-link {

  font-weight: bold;

  color: #ee3430; }



.meta-list-container {

  padding: 30px 0;

  padding:  1.5rem 0;

  border-top: 1px solid #f7f7f7; }



.meta-container_tags li a:after, .meta-container_categories li a:after {

  content: ","; }

.meta-container_tags li:last-child a:after, .meta-container_categories li:last-child a:after {

  content: ""; }



.meta-list-title {

  margin-bottom: 7.5px;

  margin-bottom: 0.375rem; }

  @media only screen and (max-width: 640px) {

    .meta-list-title {

      text-align: center;

      text-transform: none; } }



.article-link.to-top {

  display: block;

  margin-top: 30px;

  margin-top: 1.5rem;

  border-top: 1px solid #f7f7f7;

  padding-top: 30px;

  padding-top: 1.5rem;

  text-align: right; }



.article-meta-list {

  margin: 0; }

  @media only screen and (max-width: 640px) {

    .article-meta-list {

      text-align: center; } }

  .article-meta-list li {

    display: inline-block;

    padding: 0 7.5px;

    padding:  0 0.375rem; }

    .article-meta-list li a {

      display: block;

      color: #3d3d3d; }

    @media only screen and (min-width: 641px) {

      .article-meta-list li {

        padding: 0 15px 0 0;

        padding:  0 0.75rem 0 0; } }



@media only screen and (max-width: 1040px) {

  .entry-content blockquote {

    margin: 0 !important;

    padding: 0 !important;

    border-left: none !important; } }

.entry-content blockquote p {

  font-size: 24px;

  font-size: 1.2rem;

  font-family: "Lato";

  font-weight: bold; }

  .entry-content blockquote p:before {

    content: "\201C";

    font-family: "Georgia";

    float: left;

    margin-right: 5px; }



.entry-content em {

  color: #7a7a79; }



.entry-content .btn {

  color: white !important; }



.post-footer_meta {

  position: relative;

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem;

  color: #3d3d3d; }

  .post-footer_meta a {

    color: #3d3d3d;

    border: 0; }



.post-footer_meta-name {

  display: inline-block;

  text-transform: none;

  margin-right: 7.5px;

  margin-right: 0.375rem; }



.post-footer_meta-value {

  display: inline-block; }



.entry-date {

  color: #7a7a79; }



.excerpt-read-more {

  padding: 15px;

  padding: 0.75rem;

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem;

  text-transform: none !important;

  font-family: "Open sans";

  line-height: 1.69063;

  font-size: 0.77778rem;

  color: white !important; }



.content-wrap-header {

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }



.wp-caption {

  width: auto !important;

  position: relative;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  .wp-caption img {

    height: auto !important; }



.wp-caption-text {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  color: #7a7a79;

  font-style: italic;

  padding-top: 7.5px;

  padding-top: 0.375rem; }



.entry-header, .post-footer {

  padding-left: 68px;

  padding-left: 3.4rem;

  margin-left: -72px;

  margin-left: -3.6rem; }

  @media only screen and (max-width: 1040px) {

    .entry-header, .post-footer {

      padding-left: 44px;

      padding-left: 2.2rem;

      margin-left: -48px;

      margin-left: -2.4rem; } }

  @media only screen and (max-width: 640px) {

    .entry-header, .post-footer {

      padding-left: 0;

      margin-left: 0; } }

  @media only screen and (min-width: 1041px) {

    .entry-header, .post-footer {

      border-left: 4px solid #ee3430; } }



.entry-title {

  text-transform: uppercase; }

  .entry-title a {

    color: #3d3d3d; }



.single-title {

  padding: 0;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  position: relative; }

  @media only screen and (min-width: 641px) {

    .single-title {

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .single-title {

      border-left: 4px solid #ee3430;

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .single-title {

      padding-left: 68px;

      padding-left: 3.4rem;

      margin-left: -72px;

      margin-left: -3.6rem; } }



.main-content, .side-content {

  padding-top: 30px;

  padding-top: 1.5rem;

  padding-bottom: 30px;

  padding-bottom: 1.5rem; }

  @media only screen and (min-width: 641px) {

    .main-content, .side-content {

      padding-top: 60px;

      padding-top: 3rem;

      padding-bottom: 60px;

      padding-bottom: 3rem; } }



@media only screen and (min-width: 1041px) {

  .main-content {

    float: left;

    width: 66.66667%;

    padding: 60px 60px 60px 0;

    padding:  3rem 3rem 3rem 0;

    padding: 60px 60px 60px 0;

    padding:  3rem 3rem 3rem 0; }



  .side-content {

    width: 33.33333%;

    float: right;

    vertical-align: top;

    padding: 60px 0 10000px 60px;

    padding:  3rem 0 500rem 3rem;

    margin-bottom: -10000px;

    margin-bottom: -500rem; } }

.featured-image-blog, .wp-caption {

  position: relative;

  display: block;

  border: 0;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  .featured-image-blog img, .wp-caption img {

    display: block;

    width: 100%; }



.wpgrade_pagination {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  border-bottom: 1px solid #f7f7f7;

  line-height: 1.5;

  font-size: 15px;

  font-size: 0.75rem;

  font-weight: 600; }

  .wpgrade_pagination span {

    padding: 15px;

    padding: 0.75rem;

    float: left;

    color: #444444; }

  .wpgrade_pagination a {

    padding: 15px 0;

    padding:  0.75rem 0;

    display: block;

    border: 0;

    float: left;

    color: #444444;

    cursor: pointer;

    width: 50%;

    text-align: center; }

    @media only screen and (min-width: 1041px) {

      .wpgrade_pagination a {

        padding: 15px;

        padding: 0.75rem; } }

    .wpgrade_pagination a.next {

      padding-right: 0;

      float: right;

      text-align: right; }

    .wpgrade_pagination a.prev {

      padding-left: 0;

      float: left;

      text-align: left; }

    .wpgrade_pagination a.disabled {

      color: #cccccc;

      cursor: default; }

      .wpgrade_pagination a.disabled:hover {

        color: #cccccc; }

  .wpgrade_pagination a:hover {

    color: #ee3430; }

  .wpgrade_pagination .pages {

    display: none; }



.format-quote {

  margin-top: 60px;

  margin-top: 3rem; }

  .format-quote blockquote, .format-quote blockquote a {

    color: #3d3d3d;

    letter-spacing: 0.1em;

    line-height: 1.6;

    font-weight: 600; }

  .format-quote a .author_name {

    color: #7a7a79 !important;

    font-weight: 300; }

  .format-quote a:hover {

    border-color: white; }



.featured-image_video-overlay {

  width: 0;

  height: 0;

  position: absolute;

  top: 50%;

  left: 50%;

  border-width: 28px 52px;

  border-width:  1.4rem 2.6rem;

  border-style: solid;

  border-color: transparent;

  border-left-color: white;

  pointer-events: none; }



.comments-title, #reply-title {

  padding: 22px 0 14px;

  padding:  1.1rem 0 0.7rem;

  font-weight: 800;

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem;

  letter-spacing: .15em;

  text-transform: uppercase; }



#reply-title {

  padding: 0; }



#cancel-comment-reply-link {

  padding: 30px 0;

  padding:  1.5rem 0;

  color: #ee3430;

  display: block; }



.comments-area {

  margin-top: 30px;

  margin-top: 1.5rem; }

  .comments-area ol li:before {

    display: none; }

  .comments-area .children {

    margin-bottom: -30px;

    margin-bottom: -1.5rem;

    position: relative; }

    @media only screen and (min-width: 1041px) {

      .comments-area .children {

        padding-left: 100px;

        padding-left: 5rem; } }

    .comments-area .children .comment {

      border-bottom: 0; }



.comments-area-title {

  padding-top: 0;

  padding-bottom: 0;

  /*	@include rem(padding-left, 72px);

  

  	@include media(to lap) {

  		display: none;

  		@include rem(padding-left, 48px);

  	}

  

  	@include media(to lap) {

  		@include rem(padding-left, 48px);

  	}

  

  	@include media(to hand) {

  		@include rem(padding-right, 24px);

  	}	

  	border-left: 4px solid $accentColor;*/ }

  @media only screen and (max-width: 1040px) {

    .comments-area-title {

      display: none; } }

  @media only screen and (min-width: 1041px) {

    .comments-area-title {

      border-left: 4px solid #ee3430;

      text-align: left;

      padding-left: 68px;

      padding-left: 3.4rem;

      margin-left: -72px;

      margin-left: -3.6rem; } }



.commentlist {

  margin: 0;

  padding-left: 0;

  list-style: none; }



.comment, .pingback, .trackback {

  padding: 30px 0;

  padding:  1.5rem 0;

  position: relative;

  padding: 30px 0;

  padding:  1.5rem 0;

  border-bottom: 1px solid #cccccc;

  color: #7a7a79;

  font-size: 16px;

  font-size: 0.8rem; }

  .comment:hover .comment-reply-link, .pingback:hover .comment-reply-link, .trackback:hover .comment-reply-link {

    text-decoration: none; }

  .comment.bypostauthor, .pingback.bypostauthor, .trackback.bypostauthor {

    background: none; }



.comment-respond {

  margin-top: 30px;

  margin-top: 1.5rem; }



.comment_content {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem; }



.reply {

  position: absolute;

  top: 30px;

  top: 1.5rem;

  right: 0; }



.comment-reply-link {

  margin-left: 10px;

  color: #cacaca;

  line-height: 1.5;

  font-size: 13px;

  font-size: 0.65rem;

  font-weight: normal;

  text-transform: capitalize; }



.comment-author {

  line-height: 1.5;

  font-size: 16px;

  font-size: 0.8rem;

  margin-bottom: 8px;

  margin-bottom: 0.4rem;

  color: #444444;

  font-weight: bold;

  letter-spacing: 2px; }

  .comment-author .fn {

    font-style: normal; }

    .comment-author .fn a {

      color: #444444; }

  .comment-author time {

    text-transform: none;

    font-weight: normal;

    line-height: 1.5;

    font-size: 15px;

    font-size: 0.75rem;

    margin: 0 15px;

    margin:  0 0.75rem; }

    .comment-author time a {

      color: #cacaca; }



.comment-edit-link {

  line-height: 1.5;

  font-size: 13px;

  font-size: 0.65rem;

  visibility: hidden; }

  .comment article:hover .comment-edit-link {

    visibility: visible; }



.comment-author, .comment_content, .comment .alert {

  padding-left: 100px;

  padding-left: 5rem; }



.comment-form-author, .comment-form-email, .comment-form-comment {

  margin-bottom: 22.5px;

  margin-bottom: 1.125rem; }

  .comment-form-author label, .comment-form-email label, .comment-form-comment label {

    display: block;

    line-height: 1.5;

    font-size: 16px;

    font-size: 0.8rem;

    color: #333; }

    .comment-form-author label span, .comment-form-email label span, .comment-form-comment label span {

      font-size: 14px;

      font-size: 0.7rem;

      color: #838383; }



.comment-form-comment {

  width: 90%;

  float: right; }



.comment .alert {

  font-style: italic; }



.comment_content p:last-child {

  margin-bottom: 0; }



.comment-author-avatar {

  float: left; }

  .comment-author-avatar .avatar {

    width: 56px;

    width: 2.8rem;

    height: 56px;

    height: 2.8rem;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%; }



.comment-date {

  color: #7a7a79;

  font-size: 14px;

  font-size: 0.7rem; }

  .comment-date:hover {

    color: #7a7a79; }



.logged-in-as {

  margin: 0 0 15px;

  margin:  0 0 0.75rem; }



@media only screen and (min-width: 1041px) {

  .form-fields {

    margin-left: 90px;

    margin-left: 4.5rem; } }



.comment-form-author-wrapper, .comment-form-email-wrapper, .comment-form-message-wrapper {

  display: block;

  float: left; }



.comment-form-author-wrapper, .comment-form-email-wrapper {

  width: 100%; }

  @media only screen and (min-width: 1041px) {

    .comment-form-author-wrapper, .comment-form-email-wrapper {

      width: 50%; } }



@media only screen and (max-width: 1040px) {

  .comment-form-author-wrapper,

  .comment-form-email-wrapper {

    padding: 0 !important;

    margin-top: 15px;

    margin-top: 0.75rem; } }



.comment-form-author-wrapper {

  padding-right: 7.5px;

  padding-right: 0.375rem; }



.comment-form-email-wrapper {

  padding-left: 7.5px;

  padding-left: 0.375rem; }



.comment-form-message-wrapper {

  width: 100%;

  margin-top: 15px;

  margin-top: 0.75rem; }



#commentform input[type="text"],

#commentform input[type="email"],

#commentform input[type="password"],

#commentform input:not([type]),

#commentform textarea,

#commentform .wpcf7-radio {

  -webkit-transition: background-color 0.3s ease-in-out;

  -moz-transition: background-color 0.3s ease-in-out;

  -o-transition: background-color 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

  padding: 15px;

  padding: 0.75rem;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  font-family: "Open Sans";

  border: 0;

  background: #f7f7f7; }

  #commentform input[type="text"]:focus,

  #commentform input[type="email"]:focus,

  #commentform input[type="password"]:focus,

  #commentform input:not([type]):focus,

  #commentform textarea:focus,

  #commentform .wpcf7-radio:focus {

    outline: none; }

#commentform input[type="text"],

#commentform input[type="email"] {

  margin-top: 5px;

  margin-top: 0.25rem;

  width: 100%;

  display: inline-block; }

#commentform ::-webkit-input-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

#commentform :-moz-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

#commentform ::-moz-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

#commentform :-ms-input-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

#commentform textarea {

  min-height: 135px;

  min-height: 6.75rem;

  width: 100%;

  border-bottom: 0; }

.lt-ie9 #commentform input[type="text"], .lt-ie9

#commentform input[type="email"], .lt-ie9

#commentform textarea {

  border: 1px solid #7a7a79; }



.form-submit {

  display: block;

  text-align: right; }



#comment-submit {

  margin: 15px 0;

  margin:  0.75rem 0;

  color: #ee3430;

  background: none;

  border: none;

  padding: 0; }



.bypostauthor {

  background: white; }



#respond {

  border-bottom: 1px solid #f7f7f7; }



#comment {

  min-height: 150px;

  max-width: 100%; }



.comment-author-image {

  float: left; }

  @media only screen and (max-width: 1040px) {

    .comment-author-image {

      display: none; } }



@font-face {

  font-family: 'entypo';

  src: url("fonts/entypo2/entypo.eot");

  src: url("fonts/entypo2/entypo.eot?#iefix") format("embedded-opentype"), url("fonts/entypo2/entypo.woff") format("woff"), url("fonts/entypo2/entypo.ttf") format("truetype"), url("fonts/entypo2/entypo.svg#entypo") format("svg");

  font-weight: normal;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: 'entypo';

    src: url("fonts/entypo2/entypo.svg#entypo") format("svg"); } }

@font-face {

  font-family: 'entypo-social';

  src: url("fonts/entypo2/entypo-social.eot");

  src: url("fonts/entypo2/entypo-social.eot?#iefix") format("embedded-opentype"), url("fonts/entypo2/entypo-social.woff") format("woff"), url("fonts/entypo2/entypo-social.ttf") format("truetype"), url("fonts/entypo2/entypo-social.svg#entypo-social") format("svg");

  font-weight: normal;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: 'entypo-social';

    src: url("fonts/entypo2/entypo-social.svg#entypo-social") format("svg"); } }

[class^="icon-e-"]:before, [class*=" icon-e-"]:before {

  font-family: "entypo";

  font-style: normal;

  font-weight: normal;

  speak: none;

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: .2em;

  text-align: center;

  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;

  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;

  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }



.icon-e-plus:before {

  content: '\e816'; }



/* '' */

.icon-e-minus:before {

  content: '\e819'; }



/* '' */

.icon-e-info:before {

  content: '\e81e'; }



/* '' */

.icon-e-left-thin:before {

  content: '\e88c'; }



/* '' */

.icon-e-up-thin:before {

  content: '\e88e'; }



/* '' */

.icon-e-right-thin:before {

  content: '\e88d'; }



/* '' */

.icon-e-down-thin:before {

  content: '\e88b'; }



/* '' */

.icon-e-level-up:before {

  content: '\e893'; }



/* '' */

.icon-e-level-down:before {

  content: '\e892'; }



/* '' */

.icon-e-switch:before {

  content: '\e896'; }



/* '' */

.icon-e-infinity:before {

  content: '\e8c2'; }



/* '' */

.icon-e-plus-squared:before {

  content: '\e818'; }



/* '' */

.icon-e-minus-squared:before {

  content: '\e81b'; }



/* '' */

.icon-e-home:before {

  content: '\e821'; }



/* '' */

.icon-e-keyboard:before {

  content: '\e83a'; }



/* '' */

.icon-e-erase:before {

  content: '\e8c3'; }



/* '' */

.icon-e-pause:before {

  content: '\e899'; }



/* '' */

.icon-e-fast-forward:before {

  content: '\e89d'; }



/* '' */

.icon-e-fast-backward:before {

  content: '\e89e'; }



/* '' */

.icon-e-to-end:before {

  content: '\e89b'; }



/* '' */

.icon-e-to-start:before {

  content: '\e89c'; }



/* '' */

.icon-e-hourglass:before {

  content: '\e863'; }



/* '' */

.icon-e-stop-1:before {

  content: '\e898'; }



/* '' */

.icon-e-up-dir:before {

  content: '\e886'; }



/* '' */

.icon-e-play:before {

  content: '\e897'; }



/* '' */

.icon-e-right-dir:before {

  content: '\e885'; }



/* '' */

.icon-e-down-dir:before {

  content: '\e883'; }



/* '' */

.icon-e-left-dir:before {

  content: '\e884'; }



/* '' */

.icon-e-adjust:before {

  content: '\e867'; }



/* '' */

.icon-e-cloud:before {

  content: '\e8b2'; }



/* '' */

.icon-e-star:before {

  content: '\e808'; }



/* '' */

.icon-e-star-empty:before {

  content: '\e809'; }



/* '' */

.icon-e-cup:before {

  content: '\e846'; }



/* '' */

.icon-e-menu:before {

  content: '\e811'; }



/* '' */

.icon-e-moon:before {

  content: '\e8b5'; }



/* '' */

.icon-e-heart-empty:before {

  content: '\e807'; }



/* '' */

.icon-e-heart:before {

  content: '\e806'; }



/* '' */

.icon-e-note:before {

  content: '\e800'; }



/* '' */

.icon-e-note-beamed:before {

  content: '\e801'; }



/* '' */

.icon-e-layout:before {

  content: '\e810'; }



/* '' */

.icon-e-flag:before {

  content: '\e82a'; }



/* '' */

.icon-e-tools:before {

  content: '\e856'; }



/* '' */

.icon-e-cog:before {

  content: '\e855'; }



/* '' */

.icon-e-attention:before {

  content: '\e83e'; }



/* '' */

.icon-e-flash:before {

  content: '\e8b4'; }



/* '' */

.icon-e-record:before {

  content: '\e89a'; }



/* '' */

.icon-e-cloud-thunder:before {

  content: '\e8b3'; }



/* '' */

.icon-e-tape:before {

  content: '\e8c8'; }



/* '' */

.icon-e-flight:before {

  content: '\e8b6'; }



/* '' */

.icon-e-mail:before {

  content: '\e805'; }



/* '' */

.icon-e-pencil:before {

  content: '\e836'; }



/* '' */

.icon-e-feather:before {

  content: '\e837'; }



/* '' */

.icon-e-check:before {

  content: '\e812'; }



/* '' */

.icon-e-cancel:before {

  content: '\e813'; }



/* '' */

.icon-e-cancel-circled:before {

  content: '\e814'; }



/* '' */

.icon-e-cancel-squared:before {

  content: '\e815'; }



/* '' */

.icon-e-help:before {

  content: '\e81c'; }



/* '' */

.icon-e-quote:before {

  content: '\e833'; }



/* '' */

.icon-e-plus-circled:before {

  content: '\e817'; }



/* '' */

.icon-e-minus-circled:before {

  content: '\e81a'; }



/* '' */

.icon-e-right:before {

  content: '\e881'; }



/* '' */

.icon-e-direction:before {

  content: '\e844'; }



/* '' */

.icon-e-forward:before {

  content: '\e832'; }



/* '' */

.icon-e-ccw:before {

  content: '\e88f'; }



/* '' */

.icon-e-cw:before {

  content: '\e890'; }



/* '' */

.icon-e-left:before {

  content: '\e880'; }



/* '' */

.icon-e-up:before {

  content: '\e882'; }



/* '' */

.icon-e-down:before {

  content: '\e87f'; }



/* '' */

.icon-e-list-add:before {

  content: '\e8a6'; }



/* '' */

.icon-e-list:before {

  content: '\e8a5'; }



/* '' */

.icon-e-left-bold:before {

  content: '\e888'; }



/* '' */

.icon-e-right-bold:before {

  content: '\e889'; }



/* '' */

.icon-e-up-bold:before {

  content: '\e88a'; }



/* '' */

.icon-e-down-bold:before {

  content: '\e887'; }



/* '' */

.icon-e-user-add:before {

  content: '\e80c'; }



/* '' */

.icon-e-help-circled:before {

  content: '\e81d'; }



/* '' */

.icon-e-info-circled:before {

  content: '\e81f'; }



/* '' */

.icon-e-eye:before {

  content: '\e826'; }



/* '' */

.icon-e-tag:before {

  content: '\e827'; }



/* '' */

.icon-e-upload-cloud:before {

  content: '\e82f'; }



/* '' */

.icon-e-reply:before {

  content: '\e830'; }



/* '' */

.icon-e-reply-all:before {

  content: '\e831'; }



/* '' */

.icon-e-code:before {

  content: '\e834'; }



/* '' */

.icon-e-export:before {

  content: '\e835'; }



/* '' */

.icon-e-print:before {

  content: '\e838'; }



/* '' */

.icon-e-retweet:before {

  content: '\e839'; }



/* '' */

.icon-e-comment:before {

  content: '\e83b'; }



/* '' */

.icon-e-chat:before {

  content: '\e83c'; }



/* '' */

.icon-e-vcard:before {

  content: '\e840'; }



/* '' */

.icon-e-address:before {

  content: '\e841'; }



/* '' */

.icon-e-location:before {

  content: '\e842'; }



/* '' */

.icon-e-map:before {

  content: '\e843'; }



/* '' */

.icon-e-compass:before {

  content: '\e845'; }



/* '' */

.icon-e-trash:before {

  content: '\e847'; }



/* '' */

.icon-e-doc:before {

  content: '\e848'; }



/* '' */

.icon-e-doc-text-inv:before {

  content: '\e84c'; }



/* '' */

.icon-e-docs:before {

  content: '\e849'; }



/* '' */

.icon-e-doc-landscape:before {

  content: '\e84a'; }



/* '' */

.icon-e-archive:before {

  content: '\e851'; }



/* '' */

.icon-e-rss:before {

  content: '\e853'; }



/* '' */

.icon-e-share:before {

  content: '\e857'; }



/* '' */

.icon-e-basket:before {

  content: '\e859'; }



/* '' */

.icon-e-shareable:before {

  content: '\e858'; }



/* '' */

.icon-e-login:before {

  content: '\e85c'; }



/* '' */

.icon-e-logout:before {

  content: '\e85d'; }



/* '' */

.icon-e-volume:before {

  content: '\e861'; }



/* '' */

.icon-e-resize-full:before {

  content: '\e869'; }



/* '' */

.icon-e-resize-small:before {

  content: '\e86a'; }



/* '' */

.icon-e-popup:before {

  content: '\e86b'; }



/* '' */

.icon-e-publish:before {

  content: '\e86c'; }



/* '' */

.icon-e-window:before {

  content: '\e86d'; }



/* '' */

.icon-e-arrow-combo:before {

  content: '\e86e'; }



/* '' */

.icon-e-chart-pie:before {

  content: '\e8c4'; }



/* '' */

.icon-e-language:before {

  content: '\e8ca'; }



/* '' */

.icon-e-air:before {

  content: '\e8ce'; }



/* '' */

.icon-e-database:before {

  content: '\e8d3'; }



/* '' */

.icon-e-drive:before {

  content: '\e8d4'; }



/* '' */

.icon-e-bucket:before {

  content: '\e8d5'; }



/* '' */

.icon-e-thermometer:before {

  content: '\e8d6'; }



/* '' */

.icon-e-down-circled:before {

  content: '\e86f'; }



/* '' */

.icon-e-left-circled:before {

  content: '\e870'; }



/* '' */

.icon-e-right-circled:before {

  content: '\e871'; }



/* '' */

.icon-e-up-circled:before {

  content: '\e872'; }



/* '' */

.icon-e-down-open:before {

  content: '\e873'; }



/* '' */

.icon-e-left-open:before {

  content: '\e874'; }



/* '' */

.icon-e-right-open:before {

  content: '\e875'; }



/* '' */

.icon-e-up-open:before {

  content: '\e876'; }



/* '' */

.icon-e-down-open-mini:before {

  content: '\e877'; }



/* '' */

.icon-e-left-open-mini:before {

  content: '\e878'; }



/* '' */

.icon-e-right-open-mini:before {

  content: '\e879'; }



/* '' */

.icon-e-up-open-mini:before {

  content: '\e87a'; }



/* '' */

.icon-e-down-open-big:before {

  content: '\e87b'; }



/* '' */

.icon-e-left-open-big:before {

  content: '\e87c'; }



/* '' */

.icon-e-right-open-big:before {

  content: '\e87d'; }



/* '' */

.icon-e-up-open-big:before {

  content: '\e87e'; }



/* '' */

.icon-e-progress-0:before {

  content: '\e89f'; }



/* '' */

.icon-e-progress-1:before {

  content: '\e8a0'; }



/* '' */

.icon-e-progress-2:before {

  content: '\e8a1'; }



/* '' */

.icon-e-progress-3:before {

  content: '\e8a2'; }



/* '' */

.icon-e-back-in-time:before {

  content: '\e8aa'; }



/* '' */

.icon-e-network:before {

  content: '\e8ad'; }



/* '' */

.icon-e-inbox:before {

  content: '\e8af'; }



/* '' */

.icon-e-install:before {

  content: '\e8b0'; }



/* '' */

.icon-e-lifebuoy:before {

  content: '\e8b9'; }



/* '' */

.icon-e-mouse:before {

  content: '\e8ba'; }



/* '' */

.icon-e-dot:before {

  content: '\e8bd'; }



/* '' */

.icon-e-dot-2:before {

  content: '\e8be'; }



/* '' */

.icon-e-dot-3:before {

  content: '\e8bf'; }



/* '' */

.icon-e-suitcase:before {

  content: '\e8bc'; }



/* '' */

.icon-e-flow-cascade:before {

  content: '\e8d8'; }



/* '' */

.icon-e-flow-branch:before {

  content: '\e8d9'; }



/* '' */

.icon-e-flow-tree:before {

  content: '\e8da'; }



/* '' */

.icon-e-flow-line:before {

  content: '\e8db'; }



/* '' */

.icon-e-flow-parallel:before {

  content: '\e8dc'; }



/* '' */

.icon-e-brush:before {

  content: '\e8c0'; }



/* '' */

.icon-e-paper-plane:before {

  content: '\e8b7'; }



/* '' */

.icon-e-magnet:before {

  content: '\e8c1'; }



/* '' */

.icon-e-gauge:before {

  content: '\e8de'; }



/* '' */

.icon-e-traffic-cone:before {

  content: '\e8df'; }



/* '' */

.icon-e-cc:before {

  content: '\e8e0'; }



/* '' */

.icon-e-cc-by:before {

  content: '\e8e1'; }



/* '' */

.icon-e-cc-nc:before {

  content: '\e8e2'; }



/* '' */

.icon-e-cc-nc-eu:before {

  content: '\e8e3'; }



/* '' */

.icon-e-cc-nc-jp:before {

  content: '\e8e4'; }



/* '' */

.icon-e-cc-sa:before {

  content: '\e8e5'; }



/* '' */

.icon-e-cc-nd:before {

  content: '\e8e6'; }



/* '' */

.icon-e-cc-pd:before {

  content: '\e8e7'; }



/* '' */

.icon-e-cc-zero:before {

  content: '\e8e8'; }



/* '' */

.icon-e-cc-share:before {

  content: '\e8e9'; }



/* '' */

.icon-e-cc-remix:before {

  content: '\e8ea'; }



/* '' */

.icon-e-github:before {

  content: '\e8eb'; }



/* '' */

.icon-e-github-circled:before {

  content: '\e8ec'; }



/* '' */

.icon-e-flickr:before {

  content: '\e8ed'; }



/* '' */

.icon-e-flickr-circled:before {

  content: '\e8ee'; }



/* '' */

.icon-e-vimeo:before {

  content: '\e8ef'; }



/* '' */

.icon-e-vimeo-circled:before {

  content: '\e8f0'; }



/* '' */

.icon-e-twitter:before {

  content: '\e8f1'; }



/* '' */

.icon-e-twitter-circled:before {

  content: '\e8f2'; }



/* '' */

.icon-e-facebook:before {

  content: '\e8f3'; }



/* '' */

.icon-e-facebook-circled:before {

  content: '\e8f4'; }



/* '' */

.icon-e-facebook-squared:before {

  content: '\e8f5'; }



/* '' */

.icon-e-gplus:before {

  content: '\e8f6'; }



/* '' */

.icon-e-gplus-circled:before {

  content: '\e8f7'; }



/* '' */

.icon-e-pinterest:before {

  content: '\e8f8'; }



/* '' */

.icon-e-pinterest-circled:before {

  content: '\e8f9'; }



/* '' */

.icon-e-tumblr:before {

  content: '\e8fa'; }



/* '' */

.icon-e-tumblr-circled:before {

  content: '\e8fb'; }



/* '' */

.icon-e-linkedin:before {

  content: '\e8fc'; }



/* '' */

.icon-e-linkedin-circled:before {

  content: '\e8fd'; }



/* '' */

.icon-e-dribbble:before {

  content: '\e8fe'; }



/* '' */

.icon-e-dribbble-circled:before {

  content: '\e8ff'; }



/* '' */

.icon-e-stumbleupon:before {

  content: '\e900'; }



/* '' */

.icon-e-stumbleupon-circled:before {

  content: '\e901'; }



/* '' */

.icon-e-lastfm:before {

  content: '\e902'; }



/* '' */

.icon-e-lastfm-circled:before {

  content: '\e903'; }



/* '' */

.icon-e-rdio:before {

  content: '\e904'; }



/* '' */

.icon-e-rdio-circled:before {

  content: '\e905'; }



/* '' */

.icon-e-spotify:before {

  content: '\e906'; }



/* '' */

.icon-e-spotify-circled:before {

  content: '\e907'; }



/* '' */

.icon-e-qq:before {

  content: '\e908'; }



/* '' */

.icon-e-instagram:before {

  content: '\e909'; }



/* '' */

.icon-e-dropbox:before {

  content: '\e90a'; }



/* '' */

.icon-e-evernote:before {

  content: '\e90b'; }



/* '' */

.icon-e-flattr:before {

  content: '\e90c'; }



/* '' */

.icon-e-skype:before {

  content: '\e90d'; }



/* '' */

.icon-e-skype-circled:before {

  content: '\e90e'; }



/* '' */

.icon-e-renren:before {

  content: '\e90f'; }



/* '' */

.icon-e-sina-weibo:before {

  content: '\e910'; }



/* '' */

.icon-e-paypal:before {

  content: '\e911'; }



/* '' */

.icon-e-picasa:before {

  content: '\e912'; }



/* '' */

.icon-e-soundcloud:before {

  content: '\e913'; }



/* '' */

.icon-e-mixi:before {

  content: '\e914'; }



/* '' */

.icon-e-behance:before {

  content: '\e915'; }



/* '' */

.icon-e-google-circles:before {

  content: '\e916'; }



/* '' */

.icon-e-vkontakte:before {

  content: '\e917'; }



/* '' */

.icon-e-smashing:before {

  content: '\e918'; }



/* '' */

.icon-e-db-shape:before {

  content: '\e91a'; }



/* '' */

.icon-e-sweden:before {

  content: '\e919'; }



/* '' */

.icon-e-logo-db:before {

  content: '\e91b'; }



/* '' */

.icon-e-picture:before {

  content: '\e80e'; }



/* '' */

.icon-e-globe:before {

  content: '\e8b1'; }



/* '' */

.icon-e-leaf:before {

  content: '\e8b8'; }



/* '' */

.icon-e-graduation-cap:before {

  content: '\e8c9'; }



/* '' */

.icon-e-mic:before {

  content: '\e85e'; }



/* '' */

.icon-e-palette:before {

  content: '\e8a4'; }



/* '' */

.icon-e-ticket:before {

  content: '\e8cb'; }



/* '' */

.icon-e-video:before {

  content: '\e80d'; }



/* '' */

.icon-e-target:before {

  content: '\e8a3'; }



/* '' */

.icon-e-music:before {

  content: '\e802'; }



/* '' */

.icon-e-trophy:before {

  content: '\e8a8'; }



/* '' */

.icon-e-thumbs-up:before {

  content: '\e82b'; }



/* '' */

.icon-e-thumbs-down:before {

  content: '\e82c'; }



/* '' */

.icon-e-bag:before {

  content: '\e85a'; }



/* '' */

.icon-e-user:before {

  content: '\e80a'; }



/* '' */

.icon-e-users:before {

  content: '\e80b'; }



/* '' */

.icon-e-lamp:before {

  content: '\e864'; }



/* '' */

.icon-e-alert:before {

  content: '\e83f'; }



/* '' */

.icon-e-water:before {

  content: '\e8cc'; }



/* '' */

.icon-e-droplet:before {

  content: '\e8cd'; }



/* '' */

.icon-e-credit-card:before {

  content: '\e8cf'; }



/* '' */

.icon-e-monitor:before {

  content: '\e8ab'; }



/* '' */

.icon-e-briefcase:before {

  content: '\e8bb'; }



/* '' */

.icon-e-floppy:before {

  content: '\e8d0'; }



/* '' */

.icon-e-cd:before {

  content: '\e8ae'; }



/* '' */

.icon-e-folder:before {

  content: '\e850'; }



/* '' */

.icon-e-doc-text:before {

  content: '\e84b'; }



/* '' */

.icon-e-calendar:before {

  content: '\e85b'; }



/* '' */

.icon-e-chart-line:before {

  content: '\e8c5'; }



/* '' */

.icon-e-chart-bar:before {

  content: '\e8c6'; }



/* '' */

.icon-e-clipboard:before {

  content: '\e8d1'; }



/* '' */

.icon-e-attach:before {

  content: '\e823'; }



/* '' */

.icon-e-bookmarks:before {

  content: '\e829'; }



/* '' */

.icon-e-book:before {

  content: '\e84f'; }



/* '' */

.icon-e-book-open:before {

  content: '\e84e'; }



/* '' */

.icon-e-phone:before {

  content: '\e854'; }



/* '' */

.icon-e-megaphone:before {

  content: '\e8d2'; }



/* '' */

.icon-e-upload:before {

  content: '\e82e'; }



/* '' */

.icon-e-download:before {

  content: '\e82d'; }



/* '' */

.icon-e-box:before {

  content: '\e852'; }



/* '' */

.icon-e-newspaper:before {

  content: '\e84d'; }



/* '' */

.icon-e-mobile:before {

  content: '\e8ac'; }



/* '' */

.icon-e-signal:before {

  content: '\e8a7'; }



/* '' */

.icon-e-camera:before {

  content: '\e80f'; }



/* '' */

.icon-e-shuffle:before {

  content: '\e894'; }



/* '' */

.icon-e-loop:before {

  content: '\e895'; }



/* '' */

.icon-e-arrows-ccw:before {

  content: '\e891'; }



/* '' */

.icon-e-light-down:before {

  content: '\e865'; }



/* '' */

.icon-e-light-up:before {

  content: '\e866'; }



/* '' */

.icon-e-mute:before {

  content: '\e85f'; }



/* '' */

.icon-e-sound:before {

  content: '\e860'; }



/* '' */

.icon-e-battery:before {

  content: '\e8a9'; }



/* '' */

.icon-e-search:before {

  content: '\e803'; }



/* '' */

.icon-e-key:before {

  content: '\e8d7'; }



/* '' */

.icon-e-lock:before {

  content: '\e824'; }



/* '' */

.icon-e-lock-open:before {

  content: '\e825'; }



/* '' */

.icon-e-bell:before {

  content: '\e83d'; }



/* '' */

.icon-e-bookmark:before {

  content: '\e828'; }



/* '' */

.icon-e-link:before {

  content: '\e822'; }



/* '' */

.icon-e-back:before {

  content: '\e820'; }



/* '' */

.icon-e-flashlight:before {

  content: '\e804'; }



/* '' */

.icon-e-chart-area:before {

  content: '\e8c7'; }



/* '' */

.icon-e-clock:before {

  content: '\e862'; }



/* '' */

.icon-e-rocket:before {

  content: '\e8dd'; }



/* '' */

.icon-e-block:before {

  content: '\e868'; }



/* '' */

@font-face {

  font-family: 'linecons';

  src: url("fonts/linecons/linecons.eot");

  src: url("fonts/linecons/linecons.eot?#iefix") format("embedded-opentype"), url("fonts/linecons/linecons.woff") format("woff"), url("fonts/linecons/linecons.ttf") format("truetype"), url("fonts/linecons/linecons.svg#linecons") format("svg");

  font-weight: normal;

  font-style: normal; }



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @font-face {

    font-family: 'linecons';

    src: url("fonts/linecons/linecons.svg#lineicons") format("svg"); } }

[class^="icon-l-"]:before, [class*=" icon-l-"]:before {

  font-family: "linecons";

  font-style: normal;

  font-weight: normal;

  speak: none;

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin-right: .2em;

  text-align: center;

  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;

  text-transform: none;

  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */

  /* remove if not needed */

  margin-left: .2em;

  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }



.icon-l-heart:before {

  content: '\e91f'; }



/* '' */

.icon-l-cloud:before {

  content: '\e945'; }



/* '' */

.icon-l-star:before {

  content: '\e920'; }



/* '' */

.icon-l-tv:before {

  content: '\e92d'; }



/* '' */

.icon-l-sound:before {

  content: '\e92a'; }



/* '' */

.icon-l-videocam:before {

  content: '\e922'; }



/* '' */

.icon-l-trash:before {

  content: '\e940'; }



/* '' */

.icon-l-user:before {

  content: '\e921'; }



/* '' */

.icon-l-key:before {

  content: '\e94b'; }



/* '' */

.icon-l-search:before {

  content: '\e91d'; }



/* '' */

.icon-l-cog:before {

  content: '\e927'; }



/* '' */

.icon-l-camera:before {

  content: '\e923'; }



/* '' */

.icon-l-tag:before {

  content: '\e93a'; }



/* '' */

.icon-l-lock:before {

  content: '\e938'; }



/* '' */

.icon-l-lightbulb:before {

  content: '\e92c'; }



/* '' */

.icon-l-pencil:before {

  content: '\e93c'; }



/* '' */

.icon-l-diamond:before {

  content: '\e935'; }



/* '' */

.icon-l-desktop:before {

  content: '\e92e'; }



/* '' */

.icon-l-location:before {

  content: '\e93e'; }



/* '' */

.icon-l-eye:before {

  content: '\e939'; }



/* '' */

.icon-l-comment:before {

  content: '\e93d'; }



/* '' */

.icon-l-inbox:before {

  content: '\e943'; }



/* '' */

.icon-l-cup:before {

  content: '\e93f'; }



/* '' */

.icon-l-mobile:before {

  content: '\e92f'; }



/* '' */

.icon-l-doc:before {

  content: '\e941'; }



/* '' */

.icon-l-mail:before {

  content: '\e91e'; }



/* '' */

.icon-l-thumbs-up:before {

  content: '\e93b'; }



/* '' */

.icon-l-photo:before {

  content: '\e924'; }



/* '' */

.icon-l-note:before {

  content: '\e926'; }



/* '' */

.icon-l-clock:before {

  content: '\e92b'; }



/* '' */

.icon-l-paper-plane:before {

  content: '\e946'; }



/* '' */

.icon-l-params:before {

  content: '\e928'; }



/* '' */

.icon-l-money:before {

  content: '\e932'; }



/* '' */

.icon-l-database:before {

  content: '\e94a'; }



/* '' */

.icon-l-music:before {

  content: '\e91c'; }



/* '' */

.icon-l-megaphone:before {

  content: '\e949'; }



/* '' */

.icon-l-graduation-cap:before {

  content: '\e948'; }



/* '' */

.icon-l-beaker:before {

  content: '\e930'; }



/* '' */

.icon-l-food:before {

  content: '\e933'; }



/* '' */

.icon-l-t-shirt:before {

  content: '\e936'; }



/* '' */

.icon-l-fire:before {

  content: '\e947'; }



/* '' */

.icon-l-attach:before {

  content: '\e925'; }



/* '' */

.icon-l-shop:before {

  content: '\e934'; }



/* '' */

.icon-l-calendar:before {

  content: '\e929'; }



/* '' */

.icon-l-wallet:before {

  content: '\e937'; }



/* '' */

.icon-l-cd:before {

  content: '\e942'; }



/* '' */

.icon-l-truck:before {

  content: '\e931'; }



/* '' */

.icon-l-globe:before {

  content: '\e944'; }



/* '' */

.block-inverse, .block-dark, .block-darker, .block-darkest, .block-inverse hgroup, .block-dark hgroup, .block-darker hgroup, .block-darkest hgroup, .block-inverse h1, .block-dark h1, .block-darker h1, .block-darkest h1, .block-inverse h2, .block-dark h2, .block-darker h2, .block-darkest h2, .block-inverse h3, .block-dark h3, .block-darker h3, .block-darkest h3, .block-inverse h4, .block-dark h4, .block-darker h4, .block-darkest h4, .block-inverse h5, .block-dark h5, .block-darker h5, .block-darkest h5, .block-inverse h6, .block-dark h6, .block-darker h6, .block-darkest h6, .block-inverse .progressbar-title, .block-dark .progressbar-title, .block-darker .progressbar-title, .block-darkest .progressbar-title {

  color: white; }

.block-inverse a, .block-dark a, .block-darker a, .block-darkest a {

  color: white; }



.block-light {

  background-color: #f7f7f7; }



.block-dark {

  background-color: #3d3d3d;

  color: #f7f7f7; }



.block-color, .block-color hgroup, .block-color h1, .block-color h2, .block-color h3, .block-color h4, .block-color h5, .block-color h6, .block-color .progressbar-title {

  color: white; }

.block-color a {

  color: #3d3d3d; }



.block-white {

  background-color: white; }



.block-lightest {

  background-color: #f7f7f7; }



.block-lighter {

  background-color: #cccccc; }



.block-gray {

  background-color: #7a7a79; }



.block-darker {

  background-color: #444444; }



.block-darkest {

  background-color: #222222; }



.mt0 {

  margin-top: 0 !important; }



.mt1 {

  margin-top: 1rem !important; }



.mt2 {

  margin-top: 2rem !important; }



.mt3 {

  margin-top: 3rem !important; }



.mt4 {

  margin-top: 4rem !important; }



.mt5 {

  margin-top: 5rem !important; }



.mt-1 {

  margin-top: -1rem !important; }



.mt-2 {

  margin-top: -2rem !important; }



.mt-3 {

  margin-top: -3rem !important; }



.mt-4 {

  margin-top: -4rem !important; }



.mt-5 {

  margin-top: -5rem !important; }



.mb0 {

  margin-bottom: 0 !important; }



.mb1 {

  margin-bottom: 1rem !important; }



.mb2 {

  margin-bottom: 2rem !important; }



.mb3 {

  margin-bottom: 3rem !important; }



.mb4 {

  margin-bottom: 4rem !important; }



.mb5 {

  margin-bottom: 5rem !important; }



.mb-1 {

  margin-bottom: -1rem !important; }



.mb-2 {

  margin-bottom: -2.25rem !important; }



.mb-3 {

  margin-bottom: -3rem !important; }



.mb-4 {

  margin-bottom: -4rem !important; }



.mb-5 {

  margin-bottom: -5rem !important; }



.well-small {

  padding: 15px !important; }



.well-full {

  padding: 0 !important; }



.pt1 {

  padding-top: 1rem !important; }



.pb1 {

  padding-bottom: 1rem !important; }



.s-inverse, .s-inverse hgroup, .s-inverse h1, .s-inverse h2, .s-inverse h3, .s-inverse h4, .s-inverse h5, .s-inverse h6, .s-inverse .progressbar-title, .s-inverse ul, .s-inverse ol, .s-inverse dl, .s-inverse p, .s-inverse * {

  color: white; }



.muted {

  color: #cacaca; }



article.format-video .video-wrap, .video-wrap-singleproject {

  position: relative;

  padding-bottom: 54.25%;

  padding-top: 25px;

  height: 0;

  margin-bottom: 15px; }

  article.format-video .video-wrap iframe, .video-wrap-singleproject iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%; }



.video-wrap-singleproject {

  border-left: 4px solid #FFF;

  border-right: 4px solid #FFF;

  border-bottom: 4px solid #FFF;

  padding-top: 8px;

  padding-bottom: 53.25%; }



.mejs-container {

  position: relative;

  min-width: 150px;

  background: none;

  font-family: sans-serif;

  text-align: left;

  vertical-align: top;

  margin-bottom: 15px;

  min-height: 30px; }



.me-plugin {

  position: absolute; }



.mejs-embed, .mejs-embed body {

  width: 100%;

  height: 100%;

  margin: 0;

  padding: 0;

  background: #000;

  overflow: hidden; }



.mejs-container-fullscreen {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  overflow: hidden;

  z-index: 1000; }



.mejs-container-fullscreen .mejs-mediaelement,

.mejs-container-fullscreen video {

  width: 100%;

  height: 100%; }



/* Start: LAYERS */

.mejs-background {

  position: absolute;

  top: 0;

  left: 0; }



.mejs-mediaelement {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%; }



.mejs-poster {

  position: absolute;

  top: 0;

  left: 0;

  overflow: hidden; }



.mejs-poster img {

  border: 0;

  padding: 0;

  border: 0;

  display: block;

  width: 100%;

  height: auto; }



.mejs-overlay {

  position: absolute;

  top: 0;

  left: 0; }



.mejs-overlay-play {

  cursor: pointer; }



.mejs-overlay-button {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100px;

  height: 100px;

  margin: -50px 0 0 -50px;

  z-index: 1;

  background: url("../images/mediaelement/bigplay.png") no-repeat; }



.mejs-overlay:hover .mejs-overlay-button {

  background-position: 0 -100px; }



.mejs-overlay-loading {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 70px;

  height: 70px;

  margin: -35px 0 0 -35px; }



.mejs-overlay-loading span {

  display: block;

  width: 70px;

  height: 70px;

  background: transparent url("../images/mediaelement/loading.gif") 50% 50% no-repeat;

  -webkit-border-radius: 120px;

  -moz-border-radius: 120px;

  border-radius: 120px;

  overflow: hidden; }



/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls {

  position: absolute;

  margin: 0;

  padding: 0;

  bottom: 0;

  left: 0;

  height: 30px;

  width: 100%;

  background: #3a3c3d url("../images/mediaelement/background.png");

  background: -webkit-linear-gradient(#4a4c4d, #2b2d2d);

  background: -moz-linear-gradient(#4a4c4d, #2b2d2d);

  background: -o-linear-gradient(#4a4c4d, #2b2d2d);

  background: -ms-linear-gradient(#4a4c4d, #2b2d2d);

  background: linear-gradient(#4a4c4d, #2b2d2d);

  list-style: none; }



.mejs-audio .mejs-controls {

  border-radius: 3px; }



.mejs-container .mejs-controls div {

  list-style-type: none;

  display: block;

  float: left;

  margin: 0;

  padding: 0;

  width: 32px;

  height: 30px;

  font-size: 11px;

  line-height: 11px;

  font-family: sans-serif;

  background: url("../images/mediaelement/sep.png") left no-repeat;

  border: 0; }



.mejs-controls .mejs-button button {

  cursor: pointer;

  display: block;

  font-size: 0;

  line-height: 0;

  text-decoration: none;

  margin: 7px 7px 0 9px;

  padding: 0;

  position: absolute;

  height: 16px;

  width: 16px;

  border: 0;

  background: transparent url("../images/mediaelement/controls.png") no-repeat; }



/* :focus for accessibility */

.mejs-controls .mejs-button button:focus {

  outline: solid 1px yellow; }



/* End: CONTROL BAR */

/* Start: Time (current / duration) */

.mejs-container .mejs-controls .mejs-time {

  color: #fff;

  display: block;

  height: 17px;

  width: auto;

  padding: 8px 8px 5px 10px;

  overflow: hidden;

  text-align: center;

  box-sizing: content-box;

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box; }



.mejs-container .mejs-controls .mejs-time span {

  font-size: 11px;

  color: #fff;

  line-height: 12px;

  display: block;

  float: left;

  width: auto; }



/* End: Time (current / duration) */

/* Start: Play/pause */

.mejs-container .mejs-controls .mejs-playpause-button {

  cursor: pointer;

  background: none;

  width: 30px; }



.mejs-controls .mejs-playpause-button button {

  margin: 7px 8px; }



.mejs-controls .mejs-play button {

  background-position: 0 0; }



.mejs-controls .mejs-play:hover button {

  background-position: 0 -32px; }



.mejs-controls .mejs-pause button {

  background-position: 0 -16px; }



.mejs-controls .mejs-pause:hover button {

  background-position: 0 -48px; }



/* End: Play/pause */

/* Stop */

.mejs-controls .mejs-stop button {

  background-position: -112px 0; }



.mejs-controls .mejs-stop:hover button {

  background-position: -112px -32px; }



/* End: Play/pause */

/* Start: Progress bar */

.mejs-controls div.mejs-time-rail {

  width: 200px; }



.mejs-controls .mejs-time-rail span {

  display: block;

  position: absolute;

  width: 180px;

  height: 6px;

  cursor: pointer; }



.mejs-controls .mejs-time-rail span.mejs-time-current, .mejs-controls .mejs-time-rail span.mejs-time-loaded, .mejs-controls .mejs-time-rail span.mejs-time-buffering {

  height: 5px; }



.mejs-controls .mejs-time-rail .mejs-time-total {

  padding: 1px;

  margin: 12px 8px 0 10px;

  background: #262929;

  border-bottom: #3d3f40 1px solid;

  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4); }



.mejs-controls .mejs-time-rail .mejs-time-buffering {

  width: 100%;

  background: #464849;

  background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);

  background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);

  background-image: -o-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);

  background-image: -ms-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);

  background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);

  -moz-background-size: 6px 6px;

  background-size: 6px 5px;

  -webkit-background-size: 6px 5px;

  -webkit-animation: buffering-stripes 2s linear infinite;

  -moz-animation: buffering-stripes 2s linear infinite;

  -ms-animation: buffering-stripes 2s linear infinite;

  -o-animation: buffering-stripes 2s linear infinite;

  animation: buffering-stripes 2s linear infinite;

  z-index: 1; }



@-webkit-keyframes buffering-stripes {

  from {

    background-position: 0 0; }



  to {

    background-position: 30px 0; } }



@-moz-keyframes buffering-stripes {

  from {

    background-position: 0 0; }



  to {

    background-position: 30px 0; } }



@-ms-keyframes buffering-stripes {

  from {

    background-position: 0 0; }



  to {

    background-position: 30px 0; } }



@-o-keyframes buffering-stripes {

  from {

    background-position: 0 0; }



  to {

    background-position: 30px 0; } }



@keyframes buffering-stripes {

  from {

    background-position: 0 0; }



  to {

    background-position: 30px 0; } }



.mejs-controls .mejs-time-rail .mejs-time-loaded {

  background: #464849;

  width: 0; }



.mejs-controls .mejs-time-rail .mejs-time-current {

  width: 0;

  background: #ee3430;

  -moz-background-size: 6px 6px;

  background-size: 6px 6px;

  -webkit-background-size: 6px 5px;

  z-index: 1; }



.mejs-controls .mejs-time-rail .mejs-time-handle {

  display: none;

  position: absolute;

  margin: 0;

  width: 5px;

  background: transparent;

  cursor: pointer;

  top: 1px;

  z-index: 1;

  text-align: center; }



.mejs-controls .mejs-time-rail .mejs-time-float {

  position: absolute;

  display: none;

  background: #C2C8CF;

  background: -webkit-linear-gradient(#e3e6e9, #c2c8cf);

  background: -moz-linear-gradient(#e3e6e9, #c2c8cf);

  background: -o-linear-gradient(#e3e6e9, #c2c8cf);

  background: -ms-linear-gradient(#e3e6e9, #c2c8cf);

  background: linear-gradient(#e3e6e9, #c2c8cf);

  width: 36px;

  height: 17px;

  border-radius: 4px;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);

  top: -26px;

  margin-left: -18px;

  text-align: center;

  color: #111; }



.mejs-controls .mejs-time-rail .mejs-time-float-current {

  margin: 3px;

  width: 30px;

  display: block;

  text-align: center;

  left: 0; }



.mejs-controls .mejs-time-rail .mejs-time-float-corner {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  line-height: 0;

  border: solid 4px #C2C8CF;

  border-color: #C2C8CF transparent transparent transparent;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  top: 17px;

  left: 13px; }



/*

.mejs-controls .mejs-time-rail:hover .mejs-time-handle {

	visibility:visible;

}

*/

/* End: Progress bar */

/* Start: Fullscreen */

.mejs-controls .mejs-fullscreen-button button {

  background-position: -32px 0; }



.mejs-controls .mejs-unfullscreen button {

  background-position: -32px -16px; }



/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs-controls .mejs-mute button {

  background-position: -16px -16px; }



.mejs-controls .mejs-mute button:hover {

  background-position: -16px -48px; }



.mejs-controls .mejs-unmute button {

  background-position: -16px 0; }



.mejs-controls .mejs-unmute button:hover {

  background-position: -16px -32px; }



.mejs-controls .mejs-volume-button {

  position: relative; }



.mejs-controls .mejs-volume-button .mejs-volume-slider {

  display: none;

  height: 68px;

  width: 31px;

  background: #3A3C3D;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  top: -68px;

  left: 1px;

  z-index: 1;

  position: absolute;

  margin: 0; }



.mejs-controls .mejs-volume-button:hover {

  -webkit-border-radius: 0 0 4px 4px;

  -moz-border-radius: 0 0 4px 4px;

  border-radius: 0 0 4px 4px; }



/*

.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {

	display: block;

}

*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {

  position: absolute;

  left: 13px;

  top: 8px;

  width: 5px;

  height: 50px;

  background: #262929;

  border-bottom: #3d3f40 1px solid;

  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);

  margin: 0;

  padding: 1px; }



.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {

  position: absolute;

  left: 13px;

  top: 8px;

  width: 5px;

  height: 50px;

  background: #feea36;

  background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);

  background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);

  background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);

  background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);

  background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);

  -moz-background-size: 6px 6px;

  background-size: 6px 6px;

  -webkit-background-size: 6px 5px;

  background-position: bottom;

  margin: 1px; }



.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {

  position: absolute;

  left: 14px;

  top: 16px;

  width: 5px;

  height: 5px;

  background: transparent;

  margin: 0; }



/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {

  height: 26px;

  width: 62px;

  position: relative;

  background: none; }



.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {

  position: absolute;

  left: 0;

  top: 11px;

  width: 50px;

  height: 8px;

  margin: 0;

  padding: 1px;

  font-size: 1px;

  background: #262929;

  border-bottom: #3d3f40 1px solid;

  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4); }



.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

  position: absolute;

  left: 0;

  top: 11px;

  width: 50px;

  height: 5px;

  margin: 1px;

  padding: 0;

  font-size: 1px;

  background: #ee3430;

  -moz-background-size: 6px 6px;

  background-size: 6px 6px;

  -webkit-background-size: 6px 5px; }



.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {

  display: none; }



/* End: Mute/Volume */

/* Start: TRACK (Captions and Chapters) */

.mejs-controls .mejs-captions-button {

  position: relative; }



.mejs-controls .mejs-captions-button button {

  background-position: -48px 0; }



.mejs-controls .mejs-captions-button:hover button {

  background-position: -48px -32px; }



.mejs-controls .mejs-captions-button .mejs-captions-selector {

  visibility: hidden;

  position: absolute;

  bottom: 30px;

  right: -10px;

  width: 130px;

  height: 100px;

  background: #3A3C3D;

  border: solid 1px transparent;

  padding: 10px;

  overflow: hidden;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0; }



/*

.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {

	visibility: visible;

}

*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {

  margin: 0;

  padding: 0;

  display: block;

  list-style-type: none !important;

  overflow: hidden; }



.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {

  margin: 0 0 6px 0;

  padding: 0;

  list-style-type: none !important;

  display: block;

  color: #fff;

  overflow: hidden; }



.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {

  clear: both;

  float: left;

  margin: 3px 3px 0 5px; }



.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {

  width: 100px;

  float: left;

  padding: 4px 0 0 0;

  line-height: 15px;

  font-family: sans-serif;

  font-size: 10px; }



.mejs-controls .mejs-captions-button .mejs-captions-translations {

  font-size: 10px;

  margin: 0 0 5px 0; }



.mejs-chapters {

  position: absolute;

  top: 0;

  left: 0;

  -xborder-right: solid 1px #fff;

  width: 10000px;

  z-index: 1; }



.mejs-chapters .mejs-chapter {

  position: absolute;

  float: left;

  background: #3A3C3D;

  background: rgba(58, 60, 61, 0.7);

  background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));

  background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));

  background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));

  background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));

  background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));

  overflow: hidden;

  border: 0; }



.mejs-chapters .mejs-chapter .mejs-chapter-block {

  font-size: 11px;

  color: #fff;

  padding: 5px;

  display: block;

  border-right: solid 1px #313335;

  border-right: solid 1px rgba(49, 51, 53, 0.7);

  border-bottom: solid 1px #313335;

  border-bottom: solid 1px rgba(49, 51, 53, 0.7);

  cursor: pointer; }



.mejs-chapters .mejs-chapter .mejs-chapter-block-last {

  border-right: none; }



.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {

  background: #333;

  background: rgba(102, 102, 102, 0.7);

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));

  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));

  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));

  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));

  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));

  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); }



.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {

  font-size: 12px;

  font-weight: bold;

  display: block;

  white-space: nowrap;

  text-overflow: ellipsis;

  margin: 0 0 3px 0;

  line-height: 12px; }



.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {

  font-size: 12px;

  line-height: 12px;

  margin: 3px 0 4px 0;

  display: block;

  white-space: nowrap;

  text-overflow: ellipsis; }



.mejs-captions-layer {

  position: absolute;

  bottom: 0;

  left: 0;

  text-align: center;

  /*font-weight: bold;*/

  line-height: 22px;

  font-size: 12px;

  color: #fff; }



.mejs-captions-layer a {

  color: #fff;

  text-decoration: underline; }



.mejs-captions-layer[lang=ar] {

  font-size: 20px;

  font-weight: normal; }



.mejs-captions-position {

  position: absolute;

  width: 100%;

  bottom: 15px;

  left: 0; }



.mejs-captions-position-hover {

  bottom: 45px; }



.mejs-captions-text {

  padding: 5px 7px;

  background: #3a3c3d;

  background: rgba(58, 60, 61, 0.8);

  border-radius: 4px; }



/* End: TRACK (Captions and Chapters) */

.mejs-clear {

  clear: both; }



/* Start: ERROR */

.me-cannotplay a {

  color: #fff;

  font-weight: bold; }



.me-cannotplay span {

  padding: 15px;

  display: block; }



/* End: ERROR */

/* Start: Loop */

.mejs-controls .mejs-loop-off button {

  background-position: -64px -16px; }



.mejs-controls .mejs-loop-off:hover button {

  background-position: -64px -48px; }



.mejs-controls .mejs-loop-on button {

  background-position: -64px 0; }



.mejs-controls .mejs-loop-on::hover button {

  background-position: -64px -32px; }



/* End: Loop */

/* Start: backlight */

.mejs-controls .mejs-backlight-off button {

  background-position: -80px -16px; }



.mejs-controls .mejs-backlight-off:hover button {

  background-position: -80px -48px; }



.mejs-controls .mejs-backlight-on button {

  background-position: -80px 0; }



.mejs-controls .mejs-backlight-on:hover button {

  background-position: -80px -32px; }



/* End: backlight */

/* Start: picture controls */

.mejs-controls .mejs-picturecontrols-button {

  background-position: -96px 0; }



.mejs-controls .mejs-picturecontrols-button:hover {

  background-position: -96px -32px; }



/* End: picture controls */

/* context menu */

.mejs-contextmenu {

  position: absolute;

  width: 150px;

  padding: 10px;

  border-radius: 4px;

  top: 0;

  left: 0;

  background: #fff;

  border: solid 1px #999;

  z-index: 1001;

  /* make sure it shows on fullscreen */ }



.mejs-contextmenu .mejs-contextmenu-separator {

  height: 1px;

  font-size: 0;

  margin: 5px 6px;

  background: #333; }



.mejs-contextmenu .mejs-contextmenu-item {

  font-family: sans-serif;

  font-size: 12px;

  padding: 4px 6px;

  cursor: pointer;

  color: #333; }



.mejs-contextmenu .mejs-contextmenu-item:hover {

  background: #2C7C91;

  color: #fff; }



/* Start: SourceChooser */

.mejs-controls .mejs-sourcechooser-button {

  position: relative; }



.mejs-controls .mejs-sourcechooser-button button {

  background-position: -128px 0; }



.mejs-controls .mejs-sourcechooser-button button {

  background-position: -128px -32px; }



.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {

  visibility: hidden;

  position: absolute;

  bottom: 26px;

  right: -10px;

  width: 130px;

  height: 100px;

  background: #3A3C3D;

  border: solid 1px transparent;

  padding: 10px;

  overflow: hidden;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0; }



.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {

  margin: 0;

  padding: 0;

  display: block;

  list-style-type: none !important;

  overflow: hidden; }



.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {

  margin: 0 0 6px 0;

  padding: 0;

  list-style-type: none !important;

  display: block;

  color: #fff;

  overflow: hidden; }



.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {

  clear: both;

  float: left;

  margin: 3px 3px 0 5px; }



.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {

  width: 100px;

  float: left;

  padding: 4px 0 0 0;

  line-height: 15px;

  font-family: sans-serif;

  font-size: 10px; }



/* End: SourceChooser */

.row-shortcode.full-width-bg {

  padding-top: 30px;

  padding-top: 1.5rem; }



.progressbar {

  margin: 30px 0 45px;

  margin:  1.5rem 0 2.25rem;

  -webkit-transform: scale(1, 1);

  -moz-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  -o-transform: scale(1, 1);

  transform: scale(1, 1);

  opacity: 1 !important; }



.progressbar-bar {

  position: relative;

  width: 100%;

  height: 5px;

  height: 0.25rem;

  background: #e6e6e5; }



.progressbar-title {

  line-height: 1.5;

  font-size: 17px;

  font-size: 0.85rem;

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }



.progressbar-progress {

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 5px;

  height: 0.25rem;

  -webkit-transition: all 1s 1s;

  -webkit-transition-delay: cubic-bezier(0.645, 0.045, 0.355, 1);

  -moz-transition: all 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1); }



.progressbar-marker {

  position: absolute;

  top: 0;

  left: 0;

  height: 5px;

  height: 0.25rem;

  border-right: 2px solid white; }



.progressbar.is-visible .progressbar-tooltip {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1; }



.progressbar-tooltip {

  font-size: 14px;

  font-size: 0.7rem;

  width: 56px;

  width: 2.8rem;

  position: absolute;

  top: -22px;

  top: -1.1rem;

  right: -30px;

  -webkit-transition: opacity 0.3s 1.4s;

  -webkit-transition-delay: ease-in;

  -moz-transition: opacity 0.3s 1.4s ease-in;

  -o-transition: opacity 0.3s 1.4s ease-in;

  transition: opacity 0.3s 1.4s ease-in;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  font-weight: 800;

  color: #3d3d3d;

  text-align: center;

  letter-spacing: 1px;

  z-index: 10;

  display: block; }



.separator {

  width: 120px;

  width: 6rem;

  height: 0;

  margin: 15px auto 15px;

  margin:  0.75rem auto 0.75rem;

  border: 0;

  border-top: 4px solid #3d3d3d;

  border-top:  0.2rem solid #3d3d3d;

  position: relative; }

  @media only screen and (max-width: 1040px) {

    .separator {

      display: none; } }

  .separator:before {

    content: "";

    width: 0;

    height: 0;

    display: block;

    border: 8px solid transparent;

    border:  0.4rem solid transparent;

    border-top-color: #3d3d3d;

    margin-left: -8px;

    margin-left: -0.4rem;

    position: absolute;

    top: 0;

    left: 50%; }

  .separator.left {

    margin-left: 0; }

  .separator.right {

    margin-right: 0; }

  .separator.light, .separator.light:before {

    border-top-color: #f0f0f0; }

  .separator.color, .separator.color:before {

    border-top-color: #ee3430; }



.btn {

  display: inline-block;

  padding: .75em 1.25em;

  border: none;

  background-color: #ee3430;

  color: white;

  text-transform: uppercase;

  font-weight: bold;

  letter-spacing: 3px;

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s; }

  .btn > p:last-child {

    margin-bottom: 0; }

  .btn:hover {

    text-decoration: none;

    background: #3d3d3d; }

  .btn:active, .btn:focus {

    outline: none; }

  .btn.btn-thick {

    border: 3px solid #ee3430; }

  .btn.btn-transparent {

    border-color: white;

    background-color: transparent; }

    .btn.btn-transparent:hover {

      text-decoration: none;

      color: white;

      background-color: #ee3430;

      border-color: #ee3430; }

  .btn.btn-small {

    line-height: 1.5;

    font-size: 14px;

    font-size: 0.7rem; }

  .btn.btn-large {

    line-height: 1.5;

    font-size: 20px;

    font-size: 1rem; }

  .btn.btn-more {

    padding: .25em .5em; }



.btn-slider {

  margin-top: 75px;

  margin-top: 3.75rem; }



.btn--natural {

  vertical-align: baseline;

  font-size: inherit;

  line-height: inherit; }



.team-member-container,

.team-member-image,

.team-member-description,

.team-member-name,

.team-member-position,

.team-member-social-links {

  text-align: left; }

  @media only screen and (min-width: 1041px) {

    .team-member-container,

    .team-member-image,

    .team-member-description,

    .team-member-name,

    .team-member-position,

    .team-member-social-links {

      text-align: center; } }



@media only screen and (max-width: 1040px) {

  .team-member-header {

    margin-top: 10px;

    margin-top: 0.5rem;

    display: inline; } }

.team-member-header .team-member-name {

  color: #222222;

  letter-spacing: 0;

  padding: 0;

  -webkit-transition: color 0.3s ease-in-out;

  -moz-transition: color 0.3s ease-in-out;

  -o-transition: color 0.3s ease-in-out;

  transition: color 0.3s ease-in-out; }



.team-member-container {

  background: white;

  border-left-width: 0 !important;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden;

  width: 100%; }

  .team-member-container:nth-child(odd) {

    clear: both; }

  @media only screen and (max-width: 1040px) {

    .team-member-container {

      margin-bottom: 45px;

      margin-bottom: 2.25rem; } }

  @media only screen and (min-width: 1041px) {

    .team-member-container:hover .team-member-name {

      color: #ee3430; } }

  @media only screen and (max-width: 640px) {

    .team-member-container:hover {

      background: white; } }



.team-member-image {

  overflow: hidden;

  display: block;

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  @media only screen and (max-width: 1040px) {

    .team-member-image {

      float: right; } }

  @media only screen and (min-width: 1041px) {

    .team-member-image {

      width: 100%; } }

  .team-member-image:hover .team-member-profile-table {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



.team-member-image-link {

  display: block;

  position: relative; }



.rounded-image-container img {

  margin: 0 auto;

  display: block; }

  @media only screen and (max-width: 640px) {

    .rounded-image-container img {

      max-width: 86px;

      max-width: 4.3rem;

      max-height: 86px;

      max-height: 4.3rem;

      -webkit-border-radius: 43px;

      -moz-border-radius: 43px;

      border-radius: 43px; } }

  @media only screen and (min-width: 640px) and (max-width: 1040px) {

    .rounded-image-container img {

      max-width: 120px;

      max-width: 6rem;

      max-height: 120px;

      max-height: 6rem;

      -webkit-border-radius: 60px;

      -moz-border-radius: 60px;

      border-radius: 60px; } }

  @media only screen and (min-width: 1041px) {

    .rounded-image-container img {

      -webkit-border-radius: 50%;

      -moz-border-radius: 50%;

      border-radius: 50%;

      position: relative;

      width: 100%;

      height: auto;

      float: none; } }



.team-member-profile-container {

  top: 90px;

  top: 4.5rem; }

  @media only screen and (max-width: 640px) {

    .team-member-profile-container {

      max-width: 86px;

      max-width: 4.3rem; } }

  @media only screen and (min-width: 640px) and (max-width: 1040px) {

    .team-member-profile-container {

      max-width: 120px;

      max-width: 6rem; } }

  @media only screen and (min-width: 1041px) {

    .team-member-profile-container {

      position: absolute;

      top: 0;

      bottom: 0;

      right: 0;

      left: 0;

      z-index: 10; } }



.team-member-profile-table {

  width: 100%;

  height: 100%;

  text-align: center;

  display: table; }

  @media only screen and (min-width: 1041px) {

    .team-member-profile-table {

      background-color: rgba(238, 52, 48, 0.75);

      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

      opacity: 0;

      -webkit-border-radius: 50%;

      -moz-border-radius: 50%;

      border-radius: 50%;

      display: table;

      color: white; } }



.team-member-profile-cell {

  display: table-cell;

  vertical-align: middle; }



.team-member-description {

  margin-right: 150px;

  margin-right: 7.5rem; }

  @media only screen and (min-width: 1041px) {

    .team-member-description {

      text-align: center;

      margin-right: 0; } }



.team-member-header,

.team-member-description,

.team-member-footer {

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden; }



@media only screen and (max-width: 1450px) {

  .team-member-header h3 {

    line-height: 1.5;

    font-size: 19px;

    font-size: 0.95rem; } }



.team-member-description > p {

  margin: 0;

  padding: 0;

  color: #3d3d3d; }

  @media only screen and (min-width: 1041px) {

    .team-member-description > p {

      padding: 0 30px;

      padding:  0 1.5rem; } }

  @media only screen and (max-width: 1450px) {

    .team-member-description > p {

      line-height: 1.5; } }



.team-member-position {

  color: #ee3430; }

  .team-member-position, .block .team-member-position {

    text-transform: none;

    font-weight: 400;

    letter-spacing: normal;

    padding-top: 0; }



.team-member-social-links {

  line-height: 1.36591;

  font-size: 22px;

  font-size: 1.1rem;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-perspective: 1000px;

  -moz-perspective: 1000px;

  -ms-perspective: 1000px;

  -o-perspective: 1000px;

  perspective: 1000px;

  margin: 0;

  border: 0 !important; }

  @media only screen and (max-width: 1040px) {

    .team-member-social-links {

      display: inline; } }

  @media only screen and (min-width: 1041px) {

    .team-member-social-links {

      text-align: center; } }

  .team-member-social-links > li.team-member-social-link {

    display: inline-block;

    margin-right: 15px;

    margin-right: 0.75rem; }

    .team-member-social-links > li.team-member-social-link:before {

      content: "";

      display: none; }

    .team-member-social-links > li.team-member-social-link .social-link {

      display: block;

      width: 1em;

      position: relative;

      display: block;

      border: 0; }

      @media only screen and (min-width: 1041px) {

        .team-member-social-links > li.team-member-social-link .social-link {

          font-size: 1.5em;

          text-align: center; } }

    .team-member-social-links > li.team-member-social-link a {

      display: block;

      position: relative;

      -webkit-backface-visibility: hidden;

      -moz-backface-visibility: hidden;

      -ms-backface-visibility: hidden;

      -o-backface-visibility: hidden;

      backface-visibility: hidden;

      -webkit-transition: all 0.2s;

      -moz-transition: all 0.2s;

      -o-transition: all 0.2s;

      transition: all 0.2s;

      color: #cacaca; }

      .team-member-social-links > li.team-member-social-link a:hover {

        color: #3d3d3d; }



i.shc {

  display: inline-block; }

  i.shc.small {

    font-size: 22px;

    font-size: 1.1rem; }

  i.shc.medium {

    font-size: 40px;

    font-size: 2rem;

    line-height: 40px;

    line-height: 2rem; }

  i.shc.big {

    font-size: 70px;

    font-size: 3.5rem;

    line-height: 70px;

    line-height: 3.5rem;

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s; }

  i.shc.square, i.shc.circle {

    width: 2em;

    height: 2em;

    line-height: 2em;

    background: rgba(0, 0, 0, 0.2); }

  i.shc.circle {

    -webkit-border-radius: 999px;

    -moz-border-radius: 999px;

    border-radius: 999px; }



a > i.shc {

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  color: #7a7a79; }



a:hover > i.shc {

  text-decoration: none;

  border: none;

  color: #ee3430; }

  a:hover > i.shc.circle {

    background-color: #444444; }



/**

*	CityHub

* Testimonials Shortcode

*****************************************************/

.shc.testimonial {

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }

  .shc.testimonial .author_name {

    display: block;

    color: #cacaca;

    white-space: nowrap;

    text-align: right;

    position: relative;

    line-height: 1.5;

    font-size: 18px;

    font-size: 0.9rem;

    margin-top: -15px;

    margin-top: -0.75rem;

    border: 0; }



.testimonials-slider {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  height: auto !important;

  position: relative; }



.testimonials-list {

  margin: 0;

  color: #222222; }



.testimonial-item.slide {

  position: relative; }

  .lt-ie9 .testimonial-item.slide {

    display: none !important; }



.testimonial-item.slide.flex-active-slide {

  z-index: 10; }

  .lt-ie9 .testimonial-item.slide.flex-active-slide {

    display: block !important; }



.testimonial-item {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  overflow: hidden; }

  .testimonial-item.row {

    margin-left: 0; }

  .testimonial-item.flex-active-slide {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }

  @media only screen and (max-width: 1040px) {

    .testimonial-item {

      margin-bottom: 60px;

      margin-bottom: 3rem; } }

  .testimonial-item .testimonial-left {

    vertical-align: top;

    border-left-width: 0;

    width: 100%;

    float: left; }

    @media only screen and (min-width: 1041px) {

      .testimonial-item .testimonial-left {

        width: 35%; } }

  .testimonial-item .testimonial-right {

    border-left-width: 0;

    float: right; }

    @media only screen and (min-width: 1041px) {

      .testimonial-item .testimonial-right {

        width: 65%; } }



.testimonial-content {

  font-family: "Georgia", serif;

  font-style: italic;

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  color: #4c4c4c;

  padding: 30px 60px 15px;

  padding:  1.5rem 3rem 0.75rem;

  position: relative; }

  .testimonial-content p {

    letter-spacing: 0; }

    @media only screen and (min-width: 641px) {

      .testimonial-content p {

        line-height: 1.5;

        font-size: 16px;

        font-size: 0.8rem; } }

    @media only screen and (min-width: 1301px) {

      .testimonial-content p {

        font-size: 22px;

        font-size: 1.1rem;

        line-height: 1.5; } }

  @media only screen and (min-width: 1041px) {

    .testimonial-content {

      padding: 45px 60px;

      padding:  2.25rem 3rem;

      margin-left: 45px;

      margin-left: 2.25rem; } }

  .testimonial-content:before, .testimonial-content:after {

    line-height: 1.28643;

    font-size: 70px;

    font-size: 3.5rem;

    font-style: normal;

    font-weight: bold;

    position: absolute; }

  .testimonial-content:before {

    content: "\201C";

    color: #ee3430;

    top: 0;

    left: 0; }

  .testimonial-content:after {

    content: "\201D";

    color: #cccccc;

    bottom: 0;

    right: 0; }



.testimonial-avatar {

  display: block; }

  @media only screen and (min-width: 1041px) {

    .testimonial-avatar {

      overflow: hidden;

      min-height: 300px;

      min-height: 15rem; } }

  .testimonial-avatar img {

    width: 100%;

    margin: 0 auto; }



@media only screen and (min-width: 1041px) {

  .testimonial-author {

    position: absolute;

    bottom: 45px;

    bottom: 2.25rem;

    border-left: 4px solid white; } }



.testimonial-author_name, .testimonials-slider .flex-direction-nav .flex-prev, .testimonials-slider .flex-direction-nav .flex-next {

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem;

  font-weight: bold;

  text-transform: uppercase;

  letter-spacing: 0.125em;

  color: white;

  background-color: #ee3430;

  float: left;

  padding: 30px 45px 30px 45px;

  padding:  1.5rem 2.25rem 1.5rem 2.25rem; }

  @media only screen and (max-width: 1040px) {

    .testimonial-author_name, .testimonials-slider .flex-direction-nav .flex-prev, .testimonials-slider .flex-direction-nav .flex-next {

      color: #3d3d3d;

      text-align: center;

      background: none;

      width: 100%;

      padding: 0; } }

  @media only screen and (min-width: 1301px) {

    .testimonial-author_name, .testimonials-slider .flex-direction-nav .flex-prev, .testimonials-slider .flex-direction-nav .flex-next {

      line-height: 1.25208;

      font-size: 24px;

      font-size: 1.2rem; } }



.testimonial-author_position {

  line-height: 1.5;

  font-size: 13px;

  font-size: 0.65rem;

  padding: 0 0 0 45px;

  padding:  0 0 0 2.25rem;

  float: left;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

  min-height: 100px; }

  @media only screen and (max-width: 1040px) {

    .testimonial-author_position {

      width: 100%;

      text-align: center;

      display: block;

      padding: 15px 0;

      padding:  0.75rem 0; } }

  @media only screen and (min-width: 1301px) {

    .testimonial-author_position {

      line-height: 1.5;

      font-size: 14px;

      font-size: 0.7rem; } }



.testimonials-slider .flex-direction-nav {

  position: absolute;

  width: 100%;

  bottom: 50%; }

  .testimonials-slider .flex-direction-nav .flex-prev, .testimonials-slider .flex-direction-nav .flex-next {

    width: 54px;

    width: 2.7rem;

    padding: 45px 0;

    padding:  2.25rem 0;

    background-color: #ee3430;

    position: absolute;

    bottom: 0; }

  .testimonials-slider .flex-direction-nav .flex-prev {

    left: -54px;

    left: -2.7rem;

    border-right: 4px solid white; }

  .testimonials-slider .flex-direction-nav .flex-next {

    right: -54px;

    right: -2.7rem;

    border-left: 4px solid white; }

  @media only screen and (min-width: 1041px) {

    .testimonials-slider .flex-direction-nav {

      bottom: 45px;

      bottom: 2.25rem; } }



.twitter-shortcode-tweets_container {

  margin: 15px 0;

  margin:  0.75rem 0;

  overflow: hidden; }



.twitter-shortcode-screenname {

  display: none; }



.twitter-shortcode-username,

.twitter-shortcode-tweet-date {

  padding: 15px 0;

  padding:  0.75rem 0; }



.twitter-shortcode-username a {

  color: black;

  font-weight: bold; }



.twitter-shortcode-tweet-date {

  color: #cacaca; }

  .twitter-shortcode-tweet-date:before {

    content: "-";

    margin: 0 3px; }



.shc-infobox {

  display: block;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  position: relative;

  z-index: 10; }

  @media only screen and (min-width: 641px) {

    .shc-infobox {

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .shc-infobox {

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .shc-infobox {

      padding-left: 68px;

      padding-left: 3.4rem;

      margin-left: -72px;

      margin-left: -3.6rem; } }

  .shc-infobox.align-center {

    text-align: center;

    padding-right: 68px;

    padding-right: 3.4rem;

    margin-right: -72px;

    margin-right: -3.6rem; }

  .shc-infobox.align-left {

    text-align: left; }

  .shc-infobox.align-right {

    text-align: right;

    padding-right: 68px;

    padding-right: 3.4rem;

    margin-right: -72px;

    margin-right: -3.6rem; }

  @media only screen and (min-width: 1041px) {

    .shc-infobox.border-left, .shc-infobox.border-left-right {

      border-left: 4px solid #ee3430; }

    .shc-infobox.border-right, .shc-infobox.border-left-right {

      border-right: 4px solid #ee3430; } }



.infobox-title {

  margin-top: -15px;

  margin-top: -0.75rem;

  line-height: 1.2;

  display: inline; }



.infobox-subtitle {

  font-weight: normal;

  color: #7a7a79;

  margin-bottom: 15px;

  margin-bottom: 0.75rem;

  margin-left: 5px;

  margin-left: 0.25rem; }



.page-template-template-contact-php div.wpcf7 {

  margin-top: 15px;

  margin-top: 0.75rem; }



.wpcf7 input[type="text"],

.wpcf7 input[type="email"],

.wpcf7 input[type="password"],

.wpcf7 input:not([type]),

.wpcf7 textarea,

.wpcf7 .wpcf7-radio {

  padding: 15px;

  padding: 0.75rem;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  font-family: "Open Sans";

  border: 0;

  background: #f7f7f7; }

  .wpcf7 input[type="text"]:focus,

  .wpcf7 input[type="email"]:focus,

  .wpcf7 input[type="password"]:focus,

  .wpcf7 input:not([type]):focus,

  .wpcf7 textarea:focus,

  .wpcf7 .wpcf7-radio:focus {

    outline: none; }

.wpcf7 input[type="text"],

.wpcf7 input[type="email"] {

  margin-top: 7.5px;

  margin-top: 0.375rem;

  width: 100%;

  display: inline-block; }

.wpcf7 ::-webkit-input-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

.wpcf7 :-moz-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

.wpcf7 ::-moz-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

.wpcf7 :-ms-input-placeholder {

  color: #3d3d3d;

  font-weight: 300;

  letter-spacing: 0.125em; }

.wpcf7 textarea {

  min-height: 135px;

  min-height: 6.75rem;

  width: 100%;

  border-bottom: 0; }

.wpcf7 input[type="submit"] {

  line-height: 1.5;

  font-size: 14px;

  font-size: 0.7rem;

  margin: 15px 0;

  margin:  0.75rem 0;

  font-family: "Lato";

  font-weight: bold;

  letter-spacing: 1px;

  color: #ee3430;

  background: none;

  border: none;

  padding-right: 0;

  float: right; }



.lt-ie9 .wpcf7 input,

.lt-ie9 .wpcf7 textarea,

.lt-ie9 .wpcf7 .wpcf7-radio {

  font-size: 21px !important;

  line-height: 1.5;

  color: black !important;

  padding: 0 0.5em !important;

  margin: 0; }

.lt-ie9 .wpcf7 input {

  height: 40px !important; }

.lt-ie9 .wpcf7 input,

.lt-ie9 .wpcf7 textarea {

  border: 1px solid #ccc !important;

  background: #eee !important; }



.wpcf7-arrow {

  float: right;

  pointer-events: none; }

  .wpcf7-arrow .wpcf7-submit {

    line-height: 1.5;

    font-size: 14px;

    font-size: 0.7rem;

    font-family: "Lato";

    font-weight: bold;

    letter-spacing: 1px;

    color: #ee3430;

    background: none;

    border: none;

    padding-right: 0; }



.lt-ie9 .wpcf7-arrow {

  display: block;

  float: left; }

  .lt-ie9 .wpcf7-arrow:before, .lt-ie9 .wpcf7-arrow:after {

    display: none; }

  .lt-ie9 .wpcf7-arrow .wpcf7-submit {

    line-height: 1.5;

    font-size: 14px;

    font-size: 0.7rem;

    font-family: "Lato";

    font-weight: bold;

    letter-spacing: 1px;

    color: #ee3430;

    background: none;

    border: none;

    padding-right: 0; }



.wpcf7-form label {

  display: none; }

  .lt-ie9 .wpcf7-form label {

    display: inline;

    width: 50%;

    float: left;

    margin: 15px 0;

    margin:  0.75rem 0; }

.wpcf7-form .your-email, .wpcf7-form .your-name, .wpcf7-form .your-message {

  display: block;

  float: left; }

.wpcf7-form .your-email, .wpcf7-form .your-name {

  width: 50%; }

.wpcf7-form .your-email {

  padding-left: 6px;

  padding-left: 0.3rem; }

.wpcf7-form .your-name {

  padding-right: 6px;

  padding-right: 0.3rem; }

.wpcf7-form .your-message {

  margin-top: 15px;

  margin-top: 0.75rem;

  width: 100%; }



p.radio {

  position: relative; }

p.radio > label {

  color: #3d3d3d;

  line-height: 1.8197;

  font-size: 33px;

  font-size: 1.65rem;

  font-weight: 300;

  letter-spacing: 0.125em;

  position: absolute;

  top: 19px;

  left: 0; }

p.radio .wpcf7-radio {

  float: left;

  padding-left: 80px;

  padding-left: 4rem; }

p.radio .wpcf7-radio .wpcf7-list-item {

  position: relative;

  float: right;

  margin-left: 10px;

  margin-left: 0.5rem; }

p.radio .wpcf7-radio .wpcf7-list-item-label {

  text-transform: uppercase;

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem;

  font-weight: 500;

  color: #cacaca; }

p.radio .wpcf7-radio .wpcf7-list-item-label:hover {

  cursor: pointer;

  color: #ee3430; }

p.radio .wpcf7-radio input[type="radio"] {

  display: none; }

p.radio .wpcf7-radio input[type="radio"]:checked ~ span {

  color: #ee3430; }

  p.radio .wpcf7-radio input[type="radio"]:checked ~ span:after {

    content: "";

    height: 0;

    width: 0;

    border: solid transparent;

    border-width: 7px;

    border-bottom-color: #cacaca;

    position: absolute;

    bottom: 0px;

    left: 50%; }

@media only screen and (min-width: 1450px) {

  p.radio .wpcf7-radio .wpcf7-list-item-label {

    line-height: 1.36591;

    font-size: 22px;

    font-size: 1.1rem; }

  p.radio .wpcf7-radio .wpcf7-list-item {

    margin-left: 20px;

    margin-left: 1rem; } }



.wpcf7-form p > .wpcf7-form-control-wrap:only-of-type {

  float: none;

  width: 100%;

  padding: 0; }



.lt-ie9 .wpcf7-form p > .wpcf7-form-control-wrap {

  float: none;

  width: 100%;

  padding: 0;

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }



body .wpcf7 .ajax-loader {

  float: right;

  margin: 22px 110px 0 0;

  margin:  1.1rem 5.5rem 0 0; }

body .wpcf7 div.wpcf7-response-output {

  margin: 0;

  padding: 0;

  border: 0;

  background: #e74c3c;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  color: white;

  padding: 7.5px 15px;

  padding:  0.375rem 0.75rem;

  clear: both; }

  body .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {

    background: #2ecc71; }

body .wpcf7 span.wpcf7-not-valid-tip {

  display: block;

  left: auto;

  top: 0;

  right: 0;

  border: 0;

  background: #e74c3c;

  color: white;

  padding: 7.5px 15px;

  padding:  0.375rem 0.75rem; }

  body .wpcf7 span.wpcf7-not-valid-tip:after {

    top: 100%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

    border-color: rgba(136, 183, 213, 0);

    border-top-color: #e74c3c;

    border-width: 4px;

    right: 15px;

    right: 0.75rem;

    margin-left: -4px; }



body {

  background: white; }



img {

  display: block;

  max-width: 100%;

  height: auto; }



@media only screen and (min-width: 1041px) {

  #page {

    overflow: hidden; } }

.l-boxed #page {

  width: auto;

  margin: 0 auto; }



.site-header {

  z-index: 9999; }



a {

  text-decoration: none; }



.block hgroup, .block h1, .block h2, .block h3, .block h4, .block h5, .block h6, .block .progressbar-title {

  text-transform: uppercase;

  letter-spacing: 0.125em;

  font-weight: 800; }



input[type="text"],

input[type="email"],

textarea {

  display: inline-block;

  vertical-align: middle;

  white-space: nowrap;

  font-family: inherit;

  border: none;

  margin: 0; }



input[type="text"],

input[type="email"],

textarea {

  padding: 0.8em;

  background: white;

  color: #7a7a79;

  height: 100%; }



.site-navigation .form {

  overflow: visible; }



.widget_search .form {

  background: white;

  position: relative;

  overflow: hidden; }

.widget_search .field {

  width: 80%;

  padding: 17px;

  padding: 0.85rem; }

.widget_search .submit {

  border: 0;

  color: white;

  position: absolute !important;

  top: 0;

  bottom: 0;

  right: 0;

  padding: 0 15px 0 15px;

  padding:  0 0.75rem 0 0.75rem;

  text-align: center; }



.headings-uc hgroup, .headings-uc h1, .headings-uc h2, .headings-uc h3, .headings-uc h4, .headings-uc h5, .headings-uc h6, .headings-uc .progressbar-title {

  text-transform: uppercase;

  letter-spacing: 0.125em;

  font-weight: bold; }

.headings-uc .alpha, .headings-uc h1, .headings-uc .entry-title, .headings-uc .beta, .headings-uc h2 {

  padding-top: 0; }



.red-centered-heading {

  border: none !important;

  color: #ee3430 !important;

  text-align: center !important;

  text-transform: none !important;

  letter-spacing: 1px !important;

  padding: 0 !important; }

  @media only screen and (min-width: 1041px) {

    .red-centered-heading {

      margin: 0 !important; } }



/**

 * Call To Action Area

*****************************************************/

.wrapper.call-to-action-wrapper {

  overflow: visible; }

  @media only screen and (max-width: 1040px) {

    .wrapper.call-to-action-wrapper {

      padding-bottom: 30px;

      padding-bottom: 1.5rem;

      background-color: #3d3d3d; } }



@media only screen and (min-width: 1041px) {

  .call-to-action-container {

    display: table;

    width: 100%; } }



.call-to-action-text {

  padding: 20px 30px 20px 0;

  padding:  1rem 1.5rem 1rem 0;

  position: relative;

  color: white; }

  .call-to-action-text, .call-to-action-text.side-content:after, .call-to-action-text.side-footer_twitter:after, .call-to-action-text.side-featuredworks:after, .call-to-action-text:before {

    background: #3d3d3d; }

  .call-to-action-text:before {

    right: 99.99%; }

  @media only screen and (min-width: 1041px) {

    .call-to-action-text {

      display: table-cell;

      vertical-align: middle;

      width: auto; } }

  .call-to-action-text p {

    margin: 0;

    line-height: 1.5;

    font-size: 16px;

    font-size: 0.8rem;

    color: #7a7a79;

    font-weight: normal; }

  .call-to-action-text h3 {

    padding: 0;

    font-weight: bold;

    color: white; }



@-moz-document url-prefix() {

  .call-to-action-text {

    padding-left: 30px;

    padding-left: 1.5rem; } }



.call-to-action-button {

  background-color: #3d3d3d;

  text-align: center; }

  @media only screen and (min-width: 1041px) {

    .call-to-action-button {

      width: 20%;

      display: table-cell;

      vertical-align: middle;

      white-space: nowrap; } }

  .call-to-action-button .btn {

    vertical-align: middle;

    letter-spacing: 0.075em;

    position: relative;

    padding: 0;

    -webkit-perspective: 1000px;

    -moz-perspective: 1000px;

    -ms-perspective: 1000px;

    -o-perspective: 1000px;

    perspective: 1000px;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden;

    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

    -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

    z-index: 100;

    -webkit-transform-origin: 100% 50%;

    -moz-transform-origin: 100% 50%;

    -ms-transform-origin: 100% 50%;

    -o-transform-origin: 100% 50%;

    transform-origin: 100% 50%; }

    .call-to-action-button .btn span {

      display: block;

      -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

      padding: 1.5em 3em; }

    @media only screen and (min-width: 1041px) {

      .call-to-action-button .btn {

        background: white;

        font-size: 1.25em;

        -webkit-transform: scale(0.8);

        -moz-transform: scale(0.8);

        -ms-transform: scale(0.8);

        -o-transform: scale(0.8);

        transform: scale(0.8);

        -webkit-box-shadow: white 24px 0 0 30px;

        -moz-box-shadow: white 24px 0 0 30px;

        box-shadow: white 24px 0 0 30px; }

        .call-to-action-button .btn span {

          -webkit-box-shadow: none;

          -moz-box-shadow: none;

          box-shadow: none; }

        .call-to-action-button .btn:hover {

          -webkit-transform: scale(1.1);

          -moz-transform: scale(1.1);

          -ms-transform: scale(1.1);

          -o-transform: scale(1.1);

          transform: scale(1.1); } }



.csstransforms3d .call-to-action-button .btn span:before {

  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);

  padding-top: 1.5em;

  padding-bottom: 1.5em; }

  @media only screen and (min-width: 1041px) {

    .csstransforms3d .call-to-action-button .btn span:before {

      -webkit-box-shadow: none;

      -moz-box-shadow: none;

      box-shadow: none; } }



.container-body h2, .featuredworks-title {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  font-weight: bold;

  text-transform: uppercase;

  display: block;

  text-align: center;

  color: #3d3d3d; }

  @media only screen and (min-width: 641px) {

    .container-body h2, .featuredworks-title {

      text-align: left; } }

  @media only screen and (min-width: 1041px) {

    .container-body h2, .featuredworks-title {

      border-left: 4px solid #ee3430;

      padding-left: 68px;

      padding-left: 3.4rem;

      margin-left: -72px;

      margin-left: -3.6rem; } }



.container-body > h2 {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  margin-bottom: 60px;

  margin-bottom: 3rem; }



@media only screen and (max-width: 1040px) {

  .red-centered-heading {

    margin-top: 3rem !important; } }



/**

 * Slider Arrows

*****************************************************/

.direction-nav-container {

  text-align: center; }

  .direction-nav-container li a span {

    display: block;

    position: relative;

    padding: 0 20px;

    padding:  0 1rem;

    height: 60px;

    height: 3rem;

    background-color: #e3e3e3;

    color: white;

    -webkit-transition: background-color 0.3s ease-in-out;

    -moz-transition: background-color 0.3s ease-in-out;

    -o-transition: background-color 0.3s ease-in-out;

    transition: background-color 0.3s ease-in-out; }

    .direction-nav-container li a span:before {

      content: "";

      width: 0;

      height: 0;

      border: 10px solid transparent;

      position: absolute;

      top: 50%;

      margin-top: -10px;

      -webkit-transition: all 0.15s;

      -moz-transition: all 0.15s;

      -o-transition: all 0.15s;

      transition: all 0.15s; }

    .direction-nav-container li a span:hover {

      background-color: #ee3430; }

    .direction-nav-container li a span.arrow-left {

      margin-right: 3px;

      margin-right: 0.15rem; }

      .direction-nav-container li a span.arrow-left:before {

        border-right-color: white;

        right: 0; }

      .direction-nav-container li a span.arrow-left:hover:before {

        right: 50%;

        margin-right: -5px; }

    .direction-nav-container li a span.arrow-right {

      margin-left: 3px;

      margin-left: 0.15rem; }

      .direction-nav-container li a span.arrow-right:before {

        border-left-color: white;

        left: 0; }

      .direction-nav-container li a span.arrow-right:hover:before {

        left: 50%;

        margin-left: -5px; }



.wrapper-body .flex-direction-nav, .portfolio-container .flex-direction-nav {

  text-align: center; }

  @media only screen and (min-width: 641px) {

    .wrapper-body .flex-direction-nav, .portfolio-container .flex-direction-nav {

      position: absolute;

      z-index: 100; } }

  .wrapper-body .flex-direction-nav a, .portfolio-container .flex-direction-nav a {

    display: block;

    position: relative;

    background-color: #e3e3e3;

    width: 40px;

    width: 2rem;

    height: 60px;

    height: 3rem;

    color: white;

    -webkit-transition: background-color 0.3s ease-in-out;

    -moz-transition: background-color 0.3s ease-in-out;

    -o-transition: background-color 0.3s ease-in-out;

    transition: background-color 0.3s ease-in-out; }

    .wrapper-body .flex-direction-nav a:before, .portfolio-container .flex-direction-nav a:before {

      content: "";

      width: 0;

      height: 0;

      border: 10px solid transparent;

      position: absolute;

      top: 50%;

      margin-top: -10px;

      -webkit-transition: all 0.15s;

      -moz-transition: all 0.15s;

      -o-transition: all 0.15s;

      transition: all 0.15s; }

    .wrapper-body .flex-direction-nav a:hover, .portfolio-container .flex-direction-nav a:hover {

      background-color: #ee3430; }

    .wrapper-body .flex-direction-nav a.flex-prev:before, .portfolio-container .flex-direction-nav a.flex-prev:before {

      border-right-color: white;

      right: 0; }

    .wrapper-body .flex-direction-nav a.flex-prev:hover:before, .portfolio-container .flex-direction-nav a.flex-prev:hover:before {

      right: 50%;

      margin-right: -5px; }

    .wrapper-body .flex-direction-nav a.flex-next:before, .portfolio-container .flex-direction-nav a.flex-next:before {

      border-left-color: white;

      left: 0; }

    .wrapper-body .flex-direction-nav a.flex-next:hover:before, .portfolio-container .flex-direction-nav a.flex-next:hover:before {

      left: 50%;

      margin-left: -5px; }

  .wrapper-body .flex-direction-nav li:first-child, .portfolio-container .flex-direction-nav li:first-child {

    border-right: 4px solid transparent; }



@media only screen and (max-width: 1040px) {

  .portfolio-container .flex-direction-nav > li {

    float: none; } }



.site-navigation .header_search-form {

  float: right; }



.about-page-heading {

  line-height: 1.76618;

  font-size: 34px;

  font-size: 1.7rem;

  text-align: center;

  padding: 0;

  font-weight: bold;

  color: black !important;

  margin-top: 30px;

  margin-top: 1.5rem; }

  @media only screen and (min-width: 1041px) {

    .about-page-heading {

      margin-top: 0;

      margin-bottom: 30px;

      margin-bottom: 1.5rem;

      border-left: 4px solid #ee3430;

      border-right: 4px solid #ee3430; } }



.row {

  position: relative; }



.row-background {

  position: absolute;

  top: 0;

  left: -9000px;

  width: 20000px;

  height: 100%; }



.left-align-icons-wrapper .shc {

  margin-top: 9px;

  margin-top: 0.45rem;

  float: left; }

.left-align-icons-wrapper h3 {

  margin-left: 60px;

  margin-left: 3rem;

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem; }

  @media only screen and (min-width: 1041px) {

    .left-align-icons-wrapper h3 {

      margin-left: 75px;

      margin-left: 3.75rem;

      line-height: 1.43095;

      font-size: 21px;

      font-size: 1.05rem; } }

@media only screen and (min-width: 1041px) {

  .left-align-icons-wrapper p {

    margin-left: 75px;

    margin-left: 3.75rem; } }

.left-align-icons-wrapper h3 {

  padding: 15px 0;

  padding:  0.75rem 0;

  margin-bottom: 15px;

  margin-bottom: 0.75rem; }



.accent-color-border-left {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  line-height: 1.25208;

  font-size: 24px;

  font-size: 1.2rem;

  padding-top: 0;

  padding-bottom: 0;

  text-align: center;

  color: black !important;

  padding-left: 68px;

  padding-left: 3.4rem;

  margin-left: -72px;

  margin-left: -3.6rem; }

  @media only screen and (min-width: 1041px) {

    .accent-color-border-left {

      border-left: 4px solid #ee3430;

      text-transform: none !important;

      text-align: left; } }



.row-shortcode {

  margin-bottom: 30px;

  margin-bottom: 1.5rem; }



.headings-small h4 {

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  padding: 0;

  font-weight: bold;

  color: #f7f7f7;

  text-transform: uppercase; }



.content-small {

  color: #cacaca; }

  .content-small i {

    text-align: center;

    margin-right: 15px;

    margin-right: 0.75rem; }



.contact-address {

  padding-bottom: 30px;

  padding-bottom: 1.5rem;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  border-bottom: 1px solid #7a7a79; }



.contact-phone, .contact-email {

  margin: 0; }



.contact-page-heading {

  font-weight: bold;

  letter-spacing: normal; }



#gmap {

  position: relative;

  padding-top: 40%;

  width: 100% !important;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  height: auto !important; }



#map_canvas {

  position: absolute;

  top: 0;

  left: 0; }



.page-header {

  line-height: 1.5;

  font-size: 11px;

  font-size: 0.55rem; }

  .page-header hgroup, .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .page-header .progressbar-title {

    float: left;

    clear: both;

    letter-spacing: normal;

    line-height: 1.25;

    display: inline;

    padding: 0; }

  .page-header .container > * {

    clear: both; }

  .page-header h1 {

    font-size: 3.5em; }

  .page-header h2 {

    font-size: 3em; }

  .page-header h3 {

    font-size: 2em; }

  .page-header h4 {

    font-size: 1.5em; }

  .page-header h5 {

    font-size: 1em; }

  .page-header h6 {

    font-size: 0.7em; }

  @media only screen and (min-width: 641px) {

    .page-header {

      line-height: 1.5;

      font-size: 17px;

      font-size: 0.85rem; } }

  @media only screen and (min-width: 1041px) {

    .page-header {

      line-height: 1.36591;

      font-size: 22px;

      font-size: 1.1rem; } }

  .page-header p {

    line-height: 1.00167;

    font-size: 30px;

    font-size: 1.5rem; }



.member-page-h2 {

  line-height: 1.5;

  font-size: 18px;

  font-size: 0.9rem; }



.progressbar {

  margin: 30px 0;

  margin:  1.5rem 0;

  display: block; }



.progressbar-title {

  margin-top: -15px;

  margin-top: -0.75rem;

  font-family: "Open Sans";

  font-weight: normal !important;

  text-transform: none !important; }



@media only screen and (min-width: 641px) {

  .progressbar-title {

    float: left;

    width: 30%; }



  .progressbar-bar {

    float: right;

    width: 70%; } }

.hidden {

  display: none; }



.wrapper {

  overflow: hidden; }

  .wrapper.wrapper-header-small {

    overflow: visible; }



.wrapper.wrapper-header {

  overflow: visible; }



.wrapper-content {

  position: relative;

  background-color: white; }



.wrapper-body {

  background: white; }

  .wrapper-body:first-child {

    padding-top: 30px; }



.portfolio-rows {

  -webkit-perspective: 1000px;

  -moz-perspective: 1000px;

  -ms-perspective: 1000px;

  -o-perspective: 1000px;

  perspective: 1000px;

  -webkit-transform-style: preserve-3d;

  -moz-transform-style: preserve-3d;

  -ms-transform-style: preserve-3d;

  -o-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -o-backface-visibility: hidden;

  backface-visibility: hidden; }



.portfolio-rows .come-in {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

  -webkit-transform: translateY(600px);

  -moz-transform: translateY(600px);

  -ms-transform: translateY(600px);

  -o-transform: translateY(600px);

  transform: translateY(600px);

  -webkit-animation: come-in 0.8s ease forwards;

  -moz-animation: come-in 0.8s ease forwards;

  -o-animation: come-in 0.8s ease forwards;

  animation: come-in 0.8s ease forwards; }



.go-out {

  -webkit-transform: translateY(600px);

  -moz-transform: translateY(600px);

  -ms-transform: translateY(600px);

  -o-transform: translateY(600px);

  transform: translateY(600px);

  -webkit-animation: go-out 0.3s ease forwards;

  -moz-animation: go-out 0.3s ease forwards;

  -o-animation: go-out 0.3s ease forwards;

  animation: go-out 0.3s ease forwards; }



.portfolio-rows .block.already-visible {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

  -webkit-transform: none;

  -moz-transform: none;

  -ms-transform: none;

  -o-transform: none;

  transform: none;

  -webkit-animation: none;

  -moz-animation: none;

  -o-animation: none;

  animation: none; }



@-webkit-keyframes come-in {

  to {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    -webkit-transform: translateY(0); } }



@-moz-keyframes come-in {

  to {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    -moz-transform: translateY(0); } }



@-o-keyframes come-in {

  to {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    -o-transform: translateY(0); } }



@keyframes come-in {

  to {

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;

    transform: translateY(0); } }



@-webkit-keyframes go-out {

  0% {

    -webkit-transform: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



  100% {

    -webkit-transform: scale(0.75);

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0; } }



@-moz-keyframes go-out {

  0% {

    -moz-transform: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



  100% {

    -moz-transform: scale(0.75);

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0; } }



@-o-keyframes go-out {

  0% {

    -o-transform: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



  100% {

    -o-transform: scale(0.75);

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0; } }



@keyframes go-out {

  0% {

    transform: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1; }



  100% {

    transform: scale(0.75);

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0; } }



.video-wrap, .audio-wrap {

  margin: 0 0 30px;

  margin:  0 0 1.5rem; }

  .video-wrap iframe, .audio-wrap iframe {

    display: block; }

  .portfolio-row .video-wrap, .portfolio-row .audio-wrap {

    margin-bottom: 0; }



.portfolio-rows {

  margin: 0; }



.no-transition {

  -webkit-transition: none !important;

  -moz-transition: none !important;

  -o-transition: none !important;

  transition: none !important; }



.contact-info {

  display: none; }

  .infoBox .contact-info {

    display: block; }

  .contact-info .pin_ring {

    width: 30px;

    width: 1.5rem;

    height: 30px;

    height: 1.5rem;

    border-radius: 50% 50% 50% 0 / 50% 50% 50% 0;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

    position: absolute;

    top: 0;

    left: 0;

    border: 10px solid #ee3430; }



/* The animation */

/* WebKit/Safari and Chrome */

@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scale(0.3);

    transform: scale(0.3);

    opacity: 0.5; }



  80% {

    -webkit-transform: scale(1.5);

    transform: scale(1.5);

    opacity: 0; }



  100% {

    -webkit-transform: scale(2.5);

    transform: scale(2.5);

    opacity: 0; } }



/* Gecko/Firefox */

@-moz-keyframes pulse {

  0% {

    -moz-transform: scale(0.3);

    transform: scale(0.3);

    opacity: 0.5; }



  80% {

    -moz-transform: scale(1.5);

    transform: scale(1.5);

    opacity: 0; }



  100% {

    -moz-transform: scale(2.5);

    transform: scale(2.5);

    opacity: 0; } }



/* Presto/Opera */

@-o-keyframes pulse {

  0% {

    -o-transform: scale(0.3);

    transform: scale(0.3);

    opacity: 0.5; }



  80% {

    -o-transform: scale(1.5);

    transform: scale(1.5);

    opacity: 0; }



  100% {

    -o-transform: scale(2.5);

    transform: scale(2.5);

    opacity: 0; } }



/* Standard */

@keyframes pulse {

  0% {

    transform: scale(0.3);

    opacity: 0.5; }



  80% {

    transform: scale(1.5);

    opacity: 0; }



  100% {

    transform: scale(2.5);

    opacity: 0; } }



.s-monitor.s-visible {

  opacity: 1;

  -webkit-transform: scale;

  -moz-transform: scale;

  -ms-transform: scale;

  -o-transform: scale;

  transform: scale; }



.progressbar.s-monitor.s-visible .progressbar-progress .progressbar-tooltip {

  opacity: 1; }



footer .widget-tweets-tweet-content {

  height: auto !important;

  overflow: visible; }

  @media only screen and (max-width: 1040px) {

    footer .widget-tweets-tweet-content {

      height: auto !important;

      overflow: visible; } }



.mejs-container {

  margin-bottom: 0;

  background: #222222; }

  .mejs-container .mejs-controls {

    background: #444444;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0; }

    .mejs-container .mejs-controls div {

      background: none; }

    .mejs-container .mejs-controls div.mejs-horizontal-volume-slider {

      width: 60px; }

  .mejs-container .me-cannotplay span {

    white-space: nowrap; }

  .mejs-container .mejs-time-rail .mejs-time-total,

  .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {

    background: #222222;

    border: 0; }

  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

    height: 6px; }

  .mejs-container .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,

  .mejs-container .mejs-time-rail span.mejs-time-current,

  .mejs-container .mejs-time-rail span.mejs-time-loaded,

  .mejs-container .mejs-time-rail span.mejs-time-buffering {

    height: 6px; }

  .mejs-container .mejs-overlay-button {

    background-position: 0 0; }



.header-quote-content {

  max-width: 1000px;

  max-width: 50rem;

  margin: 0 auto; }

  .header-quote-content blockquote {

    line-height: 1.42976;

    font-size: 42px;

    font-size: 2.1rem; }



.wp-smiley {

  display: inline; }



.gallery {

  margin-left: -3px;

  margin-right: -3px;

  margin-bottom: 30px !important;

  margin-bottom:  1.5rem !important; }



.gallery-item {

  margin-top: 0 !important; }

  .gallery-item img {

    border: 0 !important; }



.page-header-video-wrap {

  max-width: 1200px;

  max-width: 60rem;

  margin: 0 auto; }



@media only screen and (min-width: 1041px) {

  .block1.lap-push4 {

    -moz-transform: translateX(100%); }



  .block1.lap-push8 {

    -moz-transform: translateX(200%); }



  .block2.lap-push4 {

    -moz-transform: translateX(50%); }



  .block2.lap-push8 {

    -moz-transform: translateX(100%); }



  .block1.lap-pull4 {

    -moz-transform: translateX(-100%); }



  .block1.lap-pull8 {

    -moz-transform: translateX(-200%); }



  .block2.lap-pull4 {

    -moz-transform: translateX(-50%); }



  .block2.lap-pull8 {

    -moz-transform: translateX(-100%); } }

.alignleft .wp-caption-text {

  width: 150px;

  left: -165px; }



.alignright .wp-caption-text {

  position: relative;

  left: 0;

  width: 100%;

  text-align: left;

  padding-top: 5px; }



pre {

  max-width: 600px; }



* {

  word-wrap: break-word;

  overflow-wrap: break-word; }



.main-footer_sidebar {

  width: 100%; }



.wrapper-content {

  overflow: hidden; }



.main {

  position: relative; }



.main-page {

  width: 100%; }



/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */

.cl-effect-2 a {

  -webkit-perspective: 1000px;

  -moz-perspective: 1000px;

  perspective: 1000px; }



.cl-effect-2 a span {

  position: relative;

  display: inline-block;

  padding: 0 2em;

  -webkit-box-shadow: white 0 0 0 0.2em inset;

  -moz-box-shadow: white 0 0 0 0.2em inset;

  box-shadow: white 0 0 0 0.2em inset;

  background: #d91612;

  -webkit-transition: -webkit-transform 0.3s;

  -moz-transition: -moz-transform 0.3s;

  transition: transform 0.3s;

  -webkit-transform-origin: 50% 0;

  -moz-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transform-style: preserve-3d;

  -moz-transform-style: preserve-3d;

  transform-style: preserve-3d; }



.csstransforms3d .cl-effect-2 a span::before {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  background: #d91612;

  content: attr(data-hover);

  -webkit-box-shadow: white 0 0 0 0.2em inset;

  -moz-box-shadow: white 0 0 0 0.2em inset;

  box-shadow: white 0 0 0 0.2em inset;

  -webkit-transition: background 0.3s;

  -moz-transition: background 0.3s;

  transition: background 0.3s;

  -webkit-transform: rotateX(-90deg);

  -moz-transform: rotateX(-90deg);

  transform: rotateX(-90deg);

  -webkit-transform-origin: 50% 0;

  -moz-transform-origin: 50% 0;

  transform-origin: 50% 0; }



.cl-effect-2 a:hover span,

.cl-effect-2 a:focus span {

  -webkit-transform: rotateX(90deg) translateY(-100%);

  -moz-transform: rotateX(90deg) translateY(-100%);

  transform: rotateX(90deg) translateY(-100%); }

  .ie10 .cl-effect-2 a:hover span, .ie10

  .cl-effect-2 a:focus span {

    -webkit-transform: none;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none; }



.csstransforms3d .cl-effect-2 a:hover span:before,

.csstransforms3d .cl-effect-2 a:focus span:before {

  background: #ee3430; }



.well {

  padding-top: 30px;

  padding-top: 1.5rem;

  padding-bottom: 30px;

  padding-bottom: 1.5rem; }



.well--big {

  padding-top: 60px;

  padding-top: 3rem;

  padding-bottom: 60px;

  padding-bottom: 3rem; }



@media only screen and (min-width: 1041px) {

  .no-sticky-header .wrapper-header-small {

    display: none; } }

.footer-author-avatar {

  width: 100px;

  width: 5rem;

  padding-right: 30px;

  padding-right: 1.5rem;

  margin-bottom: 30px;

  margin-bottom: 1.5rem;

  float: left; }

  .footer-author-avatar + p {

    margin-left: 100px;

    margin-left: 5rem; }

  .footer-author-avatar img {

    width: 100%;

    height: auto; }



#gmap img {

  max-width: none !important; }

#gmap .infoBox {

  width: 1px !important;

  height: 1px !important; }



.post.sticky .entry-title a, .icon-twitter_footer, .portfolio-item_cat-link:hover, .post-footer_meta a:hover, .comment.bypostauthor .comment-author, .pingback.bypostauthor .comment-author, .trackback.bypostauthor .comment-author, .block-dark a, i.shc.big:hover {

  color: #ee3430; }



.main-footer_twitter:before, .main-footer_twitter:after, .homepage-slider .flex-control-paging > li > a.flex-active, .gallery_format_slider .flex-direction-nav a:hover, .block-color, .progressbar-progress, .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {

  background-color: #ee3430; }



.block-color .arrow-bottom:before, .team-member-header {

  border-top-color: #ee3430; }



.type-post .entry-content ul, .type-post .entry-content ol, .type-post .entry-content blockquote, .type-post .entry-content q {

  border-left-color: #ee3430; }



.hide-text, .testimonials-slider .flex-direction-nav .flex-prev, .testimonials-slider .flex-direction-nav .flex-next {

  text-indent: 100%;

  white-space: nowrap;

  overflow: hidden; }



.ch-arrow:before, .ch-arrow-left:before, .testimonials-slider .flex-direction-nav .flex-next:before, .ch-arrow-right:before, .testimonials-slider .flex-direction-nav .flex-prev:before {

  content: "";

  display: block;

  position: absolute;

  top: 50%;

  z-index: 100;

  margin-top: -10px;

  width: 0;

  height: 0;

  border: 10px solid transparent; }



.ch-arrow-left:before, .testimonials-slider .flex-direction-nav .flex-next:before {

  left: 0;

  border-left-color: white; }



.ch-arrow-right:before, .testimonials-slider .flex-direction-nav .flex-prev:before {

  right: 0;

  border-right-color: white; }

