@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.fontcolor-regular, .fontcolor-regular a {
  color: #303030 !important; }

.fontcolor-invert, .fontcolor-invert a {
  color: #f2f2f2 !important; }

.fontcolor-medium, .fontcolor-medium a {
  color: #737373 !important; }

.fontcolor-medium-light, .fontcolor-medium-light a {
  color: #8e8e8e !important; }

.hovercolor, .hovercolor a {
  color: #f26522 !important; }

.accent-color, .accent-color a {
  color: #007EA7 !important; }

.accent-color a:hover {
  color: #f26522 !important; }

.color00 {
  color: #fff !important; }

.color01 {
  color: #f2f2f2 !important; }

.color02 {
  color: #dadada !important; }

.color03 {
  color: #c1c1c1 !important; }

.color04 {
  color: #a7a7a7 !important; }

.color05 {
  color: #8e8e8e !important; }

.color06 {
  color: #737373 !important; }

.color07 {
  color: #5d5d5d !important; }

.color08 {
  color: #4a4a4a !important; }

.color09 {
  color: #404040 !important; }

.color10 {
  color: #303030 !important; }

.color11 {
  color: #252525 !important; }

.color12 {
  color: #1b1b1b !important; }

.color13 {
  color: #101010 !important; }

.bg-color00 {
  background-color: #fff !important; }

.bg-color01 {
  background-color: #f2f2f2 !important; }

.bg-color02 {
  background-color: #dadada !important; }

.bg-color03 {
  background-color: #c1c1c1 !important; }

.bg-color04 {
  background-color: #a7a7a7 !important; }

.bg-color05 {
  background-color: #8e8e8e !important; }

.bg-color06 {
  background-color: #737373 !important; }

.bg-color07 {
  background-color: #5d5d5d !important; }

.bg-color08 {
  background-color: #4a4a4a !important; }

.bg-color09 {
  background-color: #404040 !important; }

.bg-color10 {
  background-color: #303030 !important; }

.bg-color11 {
  background-color: #252525 !important; }

.bg-color12 {
  background-color: #1b1b1b !important; }

.bg-color13 {
  background-color: #101010 !important; }

.bg-red {
  background-color: #e74c3c !important; }

.bg-orange {
  background-color: #e67e22 !important; }

.bg-green {
  background-color: #1abc9c !important; }

.bg-blue {
  background-color: #3498db !important; }

.bg-darkblue {
  background-color: #1c4a6c !important; }

.bg-cyan {
  background-color: #9b59b6 !important; }

.bg-yellow {
  background-color: #d9a81d !important; }

.bg-l-grey {
  background-color: #f2f2f2 !important; }

.bg-grey {
  background-color: #999 !important; }

.bg-skin {
  background-color: #fff !important; }

/* Headings Fonts variables */
/* Heading font one */
.font-accident-one-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-accident-one-normal {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Heading font two */
.font-accident-two-normal {
  font-family: "Dosis", sans-serif;
  font-weight: 200; }

.font-accident-two-bold {
  font-family: "Dosis", sans-serif;
  font-weight: 500; }

.font-accident-two-extrabold {
  font-family: "Dosis", sans-serif;
  font-weight: 700; }

/* Regular font */
.font-regular-normal {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal; }

.font-regular-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* Headings */
h2 {
  font-size: 48px; }

h3 {
  line-height: 1.5em;
  font-size: 32px; }

h4 {
  letter-spacing: 3px; }

h5 {
  letter-spacing: 3px; }

h6 {
  font-size: 11px;
  letter-spacing: 3px; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #fff; }
.dark p {
  color: #dadada; }

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  color: #101010; }
.light p {
  color: #303030; }

p {
  letter-spacing: 0.8px; }

.title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: initial; }

.title-light {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: initial; }

/* Paragraphs */
.small {
  font-size: 12px; }

.extrasmall {
  font-size: 10px; }

.superheading {
  font-size: 48px; }

/* Button Sizes */
.btn-lg {
  font-size: 15px; }

.btn-default {
  font-size: 13px; }

.btn-sm {
  font-size: 12px; }

.btn-xs {
  font-size: 11px;
  padding: 3px 9px; }

/* Button Types */
.btn-darker,
.btn-blk,
.btn-gr,
.btn-lgr,
.btn-lgr-str,
.btn-grey-str,
.btn-light,
.btn-wh,
.btn-wh-str,
.btn-rd,
.btn-rd-str {
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }

.btn-darker {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  border: 1px solid #404040;
  background: #404040;
  color: #fff !important; }
  .btn-darker:hover {
    border: 1px solid #f26522;
    background: #f26522;
    color: #fff !important; }

.btn-blk {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  border: 1px solid #303030;
  background: #303030;
  color: #fff !important; }
  .btn-blk:hover {
    border: 1px solid #f26522;
    background: #f26522;
    color: #fff !important; }
  .btn-blk:focus {
    border: 1px solid #f26522;
    background: #f26522;
    color: #fff !important; }

.btn-gr {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #5d5d5d;
  color: #fff !important;
  background: #5d5d5d; }
  .btn-gr:hover {
    border: 1px solid #f26522;
    background: #f26522;
    color: #fff !important; }

.btn-lgr {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  border: 1px solid #999999;
  background: #999999;
  color: #fff !important; }
  .btn-lgr:hover {
    border: 1px solid #f26522;
    background: #f26522;
    color: #fff !important; }

.btn-lgr-str {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #737373;
  color: #737373 !important; }
  .btn-lgr-str:hover {
    background: none;
    border: 2px solid #f26522;
    color: #f26522 !important; }

.btn-grey-str {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none !important;
  margin-right: 12px;
  border: 2px solid #8e8e8e;
  color: #8e8e8e !important; }
  .btn-grey-str:hover {
    background: none;
    border: 2px solid #f26522;
    color: #f26522 !important; }

.btn-light {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: #dadada;
  margin-right: 12px;
  border: 1px solid #dadada;
  color: #404040 !important; }
  .btn-light:hover {
    background: #f26522;
    border: 1px solid #f26522;
    color: #fff !important; }

.btn-wh-str {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #8e8e8e;
  color: #8e8e8e !important; }
  .btn-wh-str:hover {
    background: none;
    border: 2px solid #f26522;
    color: #f26522 !important; }

.btn-wh {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: #fff;
  margin-right: 12px;
  border: 2px solid #fff;
  color: #737373 !important; }
  .btn-wh:hover {
    background: #f26522;
    border: 2px solid #f26522;
    color: #fff !important; }

.btn-rd {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  border: 1px solid #f26522;
  color: #fff !important;
  background: #f26522; }
  .btn-rd:hover {
    border: 1px solid #ec1717;
    background: #ec1717;
    color: #fff !important; }

.btn-rd-str {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none;
  margin-right: 12px;
  border: 2px solid #f26522;
  color: #f26522 !important; }
  .btn-rd-str:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff !important; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
body {
  display: block;
  background-color: #404040;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.boxed {
  display: block;
  background-image: url(./../images/dark_fabric.png);
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 4px; }
  .boxed .content-wrap {
    background-color: #fff; }
  .boxed .sticky-header {
    max-width: 1300px;
    margin: 0px auto !important; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: block;
  max-width: 100%; }

body,
button,
input,
select,
textarea {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: all .5s ease;
  color: #101010;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  transition: all .5s ease;
  text-decoration: none;
  color: #000; }

a:active,
a:hover {
  color: #666;
  outline: 0; }

a:focus {
  outline: 0; }

address {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

cite,
dfn,
em,
i {
  font-style: italic; }

p {
  margin: 0 0 1.5em 0; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 90%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -ms-hyphens: none; }

pre {
  max-width: 100%;
  padding: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.1); }

blockquote,
q {
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -ms-hyphens: none; }

blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 22px;
  content: '';
  background-image: url(./../images/quote.svg);
  background-repeat: no-repeat;
  background-size: 35px 22px; }

blockquote {
  font-size: 1.5em;
  position: relative;
  margin: 1.5em 0;
  padding-left: 55px;
  border-left: none; }

blockquote cite,
blockquote small {
  display: block;
  color: rgba(0, 0, 0, 0.3); }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
  margin-left: 0; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sup,
sub {
  font-size: 75%;
  position: relative;
  height: 0;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

dl {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.5em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

figure {
  margin: 0; }

fieldset {
  margin: 0 0 1.5em; }

legend {
  white-space: normal; }

button,
input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 10px;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-appearance: none; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  padding: 0; }

input[type='search'] {
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px; }

table thead tr th {
  border-bottom: 3px solid #333; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

del {
  color: #767676; }

hr {
  margin: 0 auto 1.5em;
  border: 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-bottom-width: 1px; }

::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #333;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none; }

ul {
  margin-left: 0px; }
  ul li {
    padding: 0px; }
    ul li a {
      cursor: pointer; }

.dark ul li {
  color: #f2f2f2; }

.light ul li {
  color: #101010; }

ul.list-o {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em; }
    ul.list-o li:before {
      padding-right: 4px;
      content: "O";
      color: #f26522; }

#horiz-timeline ul,
#horiz-timeline ol,
.cd-slider-wrapper ul,
.cd-slider-wrapper ol {
  list-style: none;
  padding-left: 0; }

/* No Padding elements */
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* Dividers */
.dividewhite1 {
  height: 10px; }

.dividewhite2 {
  height: 20px; }

.dividewhite3 {
  height: 30px; }

.dividewhite4 {
  height: 40px; }

.dividewhite6 {
  height: 60px; }

.dividewhite8 {
  height: 80px; }

.dividewhite9 {
  height: 90px; }

.dividewhite10 {
  height: 100px; }

.divider-dynamic {
  height: 10px; }

/* Heights */
.height-500 {
  min-height: 500px; }

.height-400 {
  min-height: 400px; }

.height-300 {
  min-height: 300px; }

.height-200 {
  min-height: 200px; }

.height-100 {
  min-height: 100px; }

/* Position */
.e-absolute {
  position: absolute !important; }

.e-relative {
  position: relative !important; }

.e-fixed {
  position: fixed !important; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.e-centered {
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

i {
  color: #8e8e8e; }

.hidden {
  display: none; }

.respon-wrap img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.fullwidth {
  width: 100% !important; }

.width-90 {
  width: 90% !important; }

.width-80 {
  width: 80% !important; }

.width-70 {
  width: 70% !important; }

.width-60 {
  width: 60% !important; }

.width-50 {
  width: 50% !important; }

/* Forms */
input, textarea {
  border: 0;
  background: none !important;
  border: 1px solid #8e8e8e;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 5px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

input:focus, textarea:focus {
  border-color: #007EA7; }

input, textarea, button {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif; }

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 100%; }

.search-field {
  width: 100%; }

.search-submit,
#searchsubmit {
  display: none !important; }

::-webkit-input-placeholder {
  color: #939393; }

:-moz-placeholder {
  color: #939393; }

::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #939393; }

embed,
iframe,
object,
video {
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 1.5em; }

.wp-video {
  width: 100% !important;
  height: auto; }

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0; }

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

.screen-reader-text:focus {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  display: block;
  clip: auto;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(31, 31, 31, 0.6);
  color: #21759b;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit; }

.e-block {
  padding: 130px 0 130px 0; }

.e-block-ins {
  padding: 100px 0 100px 0; }

.e-block-null {
  margin: 0;
  padding: 0; }

.e-block-skin {
  background: #fff; }

.e-block-light {
  background: #dadada;
  color: #101010; }
  .e-block-light p, .e-block-light h2, .e-block-light h3, .e-block-light h4, .e-block-light h5 {
    color: #101010; }
  .e-block-light a, .e-block-light .infoblock a {
    color: #101010; }
    .e-block-light a:hover, .e-block-light .infoblock a:hover {
      color: #f26522;
      text-decoration: none; }

.e-block-dark {
  background-color: #252525;
  color: #fff; }
  .e-block-dark p, .e-block-dark h2, .e-block-dark h3, .e-block-dark h4, .e-block-dark h5 {
    color: #fff; }
  .e-block-dark a, .e-block-dark .infoblock a {
    color: #fff; }
    .e-block-dark a:hover, .e-block-dark .infoblock a:hover {
      color: #f26522;
      text-decoration: none; }

.e-block-darker {
  background-color: #1b1b1b;
  color: #fff; }
  .e-block-darker p, .e-block-darker h2, .e-block-darker h3, .e-block-darker h4, .e-block-darker h5 {
    color: #fff; }
  .e-block-darker a, .e-block-darker .infoblock a {
    color: #fff; }
    .e-block-darker a:hover, .e-block-darker .infoblock a:hover {
      color: #f26522;
      text-decoration: none; }
  .e-block-darker select {
    color: #303030; }

.e-block-darkest {
  background-color: #101010;
  color: #fff; }
  .e-block-darkest p, .e-block-darkest h2, .e-block-darkest h3, .e-block-darkest h4, .e-block-darkest h5 {
    color: #fff; }
  .e-block-darkest a, .e-block-darkest .infoblock a {
    color: #fff; }
    .e-block-darkest a:hover, .e-block-darkest .infoblock a:hover {
      color: #f26522;
      text-decoration: none; }

.e-block-centered {
  text-align: center; }

.border-bot-3 {
  border-bottom: 3px solid #4a4a4a; }

.border-top-3 {
  border-top: 3px solid #4a4a4a; }

.texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(./../images/grid.png); }

.infoblock {
  margin: 0 0 24px 0; }
  .infoblock hr {
    margin-top: 18px;
    border-top: 3px solid #4a4a4a; }
  .infoblock a {
    color: #303030; }
    .infoblock a:hover {
      text-decoration: none;
      color: #f26522; }

/*------------------------------------------------------------------
[Misc Styles]
*/
.initial a img {
  opacity: .8;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.initial a:hover img {
  opacity: 1; }

/* Progress Tracker */
.slider .indicators .indicator-item.active {
  background-color: #f26522 !important; }

.progress-tracker {
  z-index: 9999;
  right: 18px; }
  .progress-tracker ul li {
    border: none;
    width: 4px;
    height: 24px;
    border-radius: 0px;
    background-color: rgba(100, 100, 100, 0.3); }
    .progress-tracker ul li .pt-description {
      top: -2px; }
      .progress-tracker ul li .pt-description span {
        background-color: #f26522 !important;
        color: #f2f2f2;
        padding: 3px 14px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
  .progress-tracker .active {
    background-color: #f26522 !important;
    border-color: #f26522 !important; }

/* Content */
#content {
  min-height: 600px; }

#back-top a {
  opacity: .7;
  background: #101010 url(././../images/back_top.png) no-repeat 50% 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 60px;
  display: block;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  z-index: 100;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  #back-top a:hover {
    background: #f26522 url(././../images/back_top.png) no-repeat 50% 50%;
    border-color: #f26522; }

/*------------------------------------------------------------------
[7. Drop-down menu]
*/
/* Superfish Drop Down menu */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li.menu-item a:before {
  position: absolute;
  content: " ";
  bottom: 7px;
  width: 0;
  border-bottom: 2px solid #f26522;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s; }
.sf-menu li.menu-item:hover a:before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
.sf-menu li {
  position: relative;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  border: none;
  text-align: left; }
  .sf-menu li a {
    border: none;
    text-align: left; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }
    .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
      display: inline-block; }
.sf-menu > li {
  display: inline-block; }
.sf-menu ul {
  position: absolute;
  display: none;
  top: 132%;
  left: 0;
  z-index: 99999;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }
  .sf-menu ul li ul {
    top: 0;
    left: 100%; }
.sf-menu a {
  display: block;
  font-size: 12px;
  position: relative;
  border-left: 1px solid #f2f2f2;
  /*border-top: 1px solid #dFeEFF;*/
  /* fallback colour must use full shorthand */
  /*border-top: 1px solid rgba(255,255,255,.5);*/
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu > li:hover, .sf-menu > li.sfHover {
  background: none; }

ul.sf-menu > li, .sf-menu > li > a {
  border: none;
  text-align: left; }

.submenu a {
  color: #c0c0c0 !important; }
  .submenu a:hover {
    color: #f2f2f2 !important; }

/*** arrows (for all except IE7) **/
.sf-arrows {
  /* styling for right-facing arrows */ }
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
    .sf-arrows .sf-with-ul::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.5em;
      margin-top: -1px;
      height: 0;
      width: 0;
      /* order of following 3 rules important for fallbacks to work */
      border: 4px solid transparent;
      /*border-top-color: #333; */
      /* edit this to suit design (no rgba in IE8) */
      border-top-color: rgba(10, 10, 10, 0.5); }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #333;
    /* IE8 fallback colour */ }
  .sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white; }

/*------------------------------------------------------------------
[Off-canvas menu]
*/
.menu-wrap a {
  color: #f2f2f2; }
  .menu-wrap a:hover, .menu-wrap a:focus {
    color: #f26522;
    text-decoration: none; }
    .menu-wrap a:hover i:before, .menu-wrap a:focus i:before {
      color: #f26522; }

.content-wrap {
  -webkit-overflow-scrolling: touch; }

.content {
  position: relative;
  background: #b4bad2; }
  .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* Menu */
.menu-wrap {
  position: fixed;
  right: 0;
  z-index: 10001;
  width: 300px;
  height: 100%;
  background: #303030;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.menu, .icon-list {
  height: 100%; }

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .icon-list a {
    display: block;
    padding: 0.5em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); }
  .icon-list .socials {
    margin-top: 32px; }
    .icon-list .socials li {
      list-style: none;
      display: inline-block;
      padding: 0px; }
      .icon-list .socials li i:before {
        color: #999;
        font-size: 24px !important;
        margin-left: 0 !important;
        line-height: 30px;
        transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out; }
      .icon-list .socials li:hover i:before {
        color: #f26522; }

.icon-list, .icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0); }

.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0); }

.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0); }

.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0); }

.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0); }

.icon-list a span {
  margin-left: 10px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.icon-list {
  padding-left: 0px; }
  .icon-list li {
    padding: 0;
    overflow: hidden; }
  .icon-list li .m-usermenu {
    background: #4a4a4a;
    padding: 20px 15px 0px 15px;
    border-left: 1px solid #f26522; }
    .icon-list li .m-usermenu .article-author-userpic {
      display: inline-block; }
      .icon-list li .m-usermenu .article-author-userpic img {
        max-width: 40px; }
    .icon-list li .m-usermenu .article-author-name {
      display: inline-block;
      margin: 0 0 20px 0;
      padding-left: 8px; }
    .icon-list li .m-usermenu h4 {
      letter-spacing: 1px;
      margin: 8px 0 0 0;
      padding: 0; }
      .icon-list li .m-usermenu h4 a {
        font-size: 16px; }
    .icon-list li .m-usermenu a {
      display: inline-block;
      padding: 0; }

.menu-wrap-light {
  background: #406092; }
  .menu-wrap-light .icon-list a:hover, .menu-wrap-light .icon-list a:focus {
    color: #E6FF8C; }
    .menu-wrap-light .icon-list a:hover i:before, .menu-wrap-light .icon-list a:focus i:before {
      color: #E6FF8C; }
  .menu-wrap-light .icon-list .m-usermenu {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .menu-wrap-light .icon-list .socials li i:before {
    color: #f2f2f2; }
  .menu-wrap-light .icon-list .socials li:hover i:before {
    color: #E6FF8C; }

/*------------------------------------------------------------------
[6. Header Styles]
*/
/* Small Top with Contacts and Shop Features */
#sub-top-dark, #sub-top-light {
  height: 40px;
  font-size: 12px; }
  #sub-top-dark i, #sub-top-light i {
    margin-right: 4px;
    font-size: 14px; }
  #sub-top-dark .top-contacts, #sub-top-dark .top-shop, #sub-top-light .top-contacts, #sub-top-light .top-shop {
    padding-top: 10px; }
  #sub-top-dark .top-contacts, #sub-top-light .top-contacts {
    float: left; }
    #sub-top-dark .top-contacts div, #sub-top-light .top-contacts div {
      display: inline;
      margin-right: 12px; }
  #sub-top-dark .top-shop, #sub-top-light .top-shop {
    float: right; }

/* Site Title for Main Page */
#header-wrapper-mp {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  /* Main menu for Main Page */ }
  #header-wrapper-mp #site-title {
    float: left; }
    #header-wrapper-mp #site-title a {
      text-decoration: none; }
      #header-wrapper-mp #site-title a h1 {
        font-size: 28px;
        margin-top: 24px;
        text-transform: uppercase; }
        #header-wrapper-mp #site-title a h1 i {
          margin-right: 14px;
          font-weight: normal !important; }
          #header-wrapper-mp #site-title a h1 i::before {
            font-size: 30px;
            margin-left: 0px; }
  #header-wrapper-mp #main-menu {
    float: right;
    border: none;
    margin-top: 20px; }
    #header-wrapper-mp #main-menu ul {
      list-style: none;
      margin-bottom: 12px; }
    #header-wrapper-mp #main-menu > li {
      display: inline-block;
      margin-right: 24px;
      border: none; }
    #header-wrapper-mp #main-menu li:last-child {
      margin-right: 0; }
    #header-wrapper-mp #main-menu a {
      font-weight: 400;
      font-size: 13px; }
    #header-wrapper-mp #main-menu > ul > li > a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px; }

/* Sticky Header */
.sticky-overlay .sticky-wrapper {
  position: relative;
  z-index: 999; }

.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

#header-wrapper-mp .sticky-header {
  height: 120px;
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s; }
#header-wrapper-mp #site-title h1, #header-wrapper-mp #site-title h1 i::before, #header-wrapper-mp #main-menu {
  transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -webkit-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  transition-delay: 0.5s; }

.sticky-header {
  position: relative;
  top: 40;
  right: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box; }

#header-wrapper-mp .is-sticky .sticky-header {
  filter: alpha(opacity=90);
  height: 80px;
  top: 0; }
#header-wrapper-mp .is-sticky > .sticky-header > .mp-nav {
  border-bottom: none; }
#header-wrapper-mp .is-sticky #site-title {
  float: left; }
#header-wrapper-mp .is-sticky #site-title h1 {
  font-size: 28px;
  margin-top: 24px; }
  #header-wrapper-mp .is-sticky #site-title h1 i::before {
    font-size: 30px; }
#header-wrapper-mp .is-sticky #site-title h1 a {
  text-decoration: none; }
#header-wrapper-mp .is-sticky #main-menu {
  float: right;
  border: none;
  margin-top: 20px; }
  #header-wrapper-mp .is-sticky #main-menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px; }

/* Header and Initial menu Colors -------------------------------------------------
*/
#header-wrapper-mp .header-dark {
  background: #4a4a4a; }
  #header-wrapper-mp .header-dark .nav-icon div {
    background-color: #fff; }
  #header-wrapper-mp .header-dark .nav-icon::before, #header-wrapper-mp .header-dark .nav-icon::after {
    background-color: #fff; }
  #header-wrapper-mp .header-dark .nav-icon:hover:before, #header-wrapper-mp .header-dark .nav-icon:hover:after, #header-wrapper-mp .header-dark .nav-icon:hover div {
    background-color: #f26522; }
  #header-wrapper-mp .header-dark #site-title a {
    color: #fff; }
    #header-wrapper-mp .header-dark #site-title a h1 {
      color: #fff !important; }
      #header-wrapper-mp .header-dark #site-title a h1 i {
        color: #fff; }
  #header-wrapper-mp .header-dark #mobnav-btn i {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu a > i {
    color: #fff; }
  #header-wrapper-mp .header-dark #main-menu a:hover {
    color: #f26522; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > a {
    color: #fff;
    letter-spacing: 3px; }
  #header-wrapper-mp .header-dark #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #fff; }
  #header-wrapper-mp .header-dark .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #f2f2f2; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-dark .overlay-border input, #header-wrapper-mp .header-dark .overlay-border textarea {
      border: 1px solid #4a4a4a;
      border-radius: 1px;
      color: #4a4a4a; }
    #header-wrapper-mp .header-dark .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-dark .overlay-border:hover i::before {
      color: #f26522; }
    #header-wrapper-mp .header-dark .overlay-border a {
      color: #f2f2f2; }
      #header-wrapper-mp .header-dark .overlay-border a:hover, #header-wrapper-mp .header-dark .overlay-border a:focus {
        color: #f2f2f2;
        text-decoration: none; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-dark .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #4a4a4a;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-dark .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #f2f2f2; }
    #header-wrapper-mp .header-dark .overlay-border i::before {
      font-size: 72px;
      color: #4a4a4a;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-dark .overlay-border h4 {
      color: #4a4a4a;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-dark .overlay-border p {
      font-size: 12px;
      color: #4a4a4a; }
    #header-wrapper-mp .header-dark .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-dark .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li i::before {
            color: #4a4a4a;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-dark .overlay-border .overlay-description ul li a:hover i::before {
            color: #f26522; }
#header-wrapper-mp .header-light {
  background: #fff; }
  #header-wrapper-mp .header-light .nav-icon div {
    background-color: #1b1b1b; }
  #header-wrapper-mp .header-light .nav-icon::before, #header-wrapper-mp .header-light .nav-icon::after {
    background-color: #1b1b1b; }
  #header-wrapper-mp .header-light .nav-icon:hover:before, #header-wrapper-mp .header-light .nav-icon:hover:after, #header-wrapper-mp .header-light .nav-icon:hover div {
    background-color: #f26522; }
  #header-wrapper-mp .header-light #site-title a {
    color: #1b1b1b; }
    #header-wrapper-mp .header-light #site-title a h1 {
      color: #1b1b1b !important; }
      #header-wrapper-mp .header-light #site-title a h1 i {
        color: #1b1b1b; }
  #header-wrapper-mp .header-light #mobnav-btn i {
    color: #1b1b1b; }
  #header-wrapper-mp .header-light #main-menu a > i {
    color: #f2f2f2; }
  #header-wrapper-mp .header-light #main-menu a:hover {
    color: #f26522; }
  #header-wrapper-mp .header-light #main-menu > ul > li > a {
    color: #1b1b1b;
    letter-spacing: 3px; }
  #header-wrapper-mp .header-light #main-menu > ul > li > .sf-with-ul:after {
    border-top-color: #1b1b1b; }
  #header-wrapper-mp .header-light .overlay-border {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 72px;
    margin-top: 64px;
    padding: 4px 0 6px 0;
    text-align: left;
    color: #f2f2f2; }
    #header-wrapper-mp .header-light .overlay-border .overlay-content {
      padding: 0 42px 0 42px; }
    #header-wrapper-mp .header-light .overlay-border input, #header-wrapper-mp .header-light .overlay-border textarea {
      border: 1px solid #4a4a4a;
      border-radius: 1px;
      color: #4a4a4a; }
    #header-wrapper-mp .header-light .overlay-border:hover {
      background: white; }
    #header-wrapper-mp .header-light .overlay-border:hover i::before {
      color: #f26522; }
    #header-wrapper-mp .header-light .overlay-border a {
      color: #f2f2f2; }
      #header-wrapper-mp .header-light .overlay-border a:hover, #header-wrapper-mp .header-light .overlay-border a:focus {
        color: #f2f2f2;
        text-decoration: none; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 18px; }
    #header-wrapper-mp .header-light .overlay-border .label-click {
      top: -50px;
      left: auto;
      right: -50px;
      position: absolute;
      z-index: auto;
      padding-top: 80px;
      width: 100px;
      height: 100px;
      background: #4a4a4a;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      #header-wrapper-mp .header-light .overlay-border .label-click i::before {
        font-size: 22px;
        top: 64px;
        left: 40px;
        margin: 0;
        position: absolute;
        color: #f2f2f2; }
    #header-wrapper-mp .header-light .overlay-border i::before {
      font-size: 72px;
      color: #4a4a4a;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out; }
    #header-wrapper-mp .header-light .overlay-border h4 {
      color: #4a4a4a;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      letter-spacing: normal; }
    #header-wrapper-mp .header-light .overlay-border p {
      font-size: 12px;
      color: #4a4a4a; }
    #header-wrapper-mp .header-light .overlay-border .overlay-description {
      margin-top: 21px; }
      #header-wrapper-mp .header-light .overlay-border .overlay-description ul {
        padding: 0px; }
        #header-wrapper-mp .header-light .overlay-border .overlay-description ul li {
          list-style: none;
          display: inline-block;
          padding: 0px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i, #header-wrapper-mp .header-light .overlay-border .overlay-description ul li i::before {
            color: #4a4a4a;
            font-size: 24px !important;
            margin-left: 0 !important;
            line-height: 30px; }
          #header-wrapper-mp .header-light .overlay-border .overlay-description ul li a:hover i::before {
            color: #f26522; }

#header-wrapper-mp .nobg {
  background: none; }

#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li > .sf-with-ul:focus:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > li:hover > .sf-with-ul:after,
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #f2f2f2 !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a > i {
  color: #dadada !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu a:hover {
  color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > a {
  color: #dadada; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #f2f2f2 !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon div {
  background-color: #4a4a4a; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon::after {
  background-color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-dark .is-sticky .nav-icon:hover div {
  background-color: #f26522; }
#header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a {
  color: #f2f2f2 !important; }
  #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 {
    color: #f2f2f2 !important; }
    #header-wrapper-mp.sticky-menu-dark .is-sticky #site-title a h1 i {
      color: #f2f2f2 !important; }
#header-wrapper-mp.sticky-menu-dark .is-sticky .sticky-header {
  background: #4a4a4a;
  opacity: 1; }
#header-wrapper-mp.sticky-menu-dark .sf-menu ul li {
  background: #404040;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li ul li {
    background: #404040;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-dark .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-dark .sf-menu ul li.sfHover {
    background: #4a4a4a; }

#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #4a4a4a; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #dadada; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a > i {
  color: #f2f2f2; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu a:hover {
  color: #f26522; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a {
  color: #303030; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > a:hover {
    color: #f26522; }
#header-wrapper-mp.sticky-menu-light .is-sticky #main-menu > ul > li > .sf-with-ul:after {
  border-top-color: #4a4a4a; }
#header-wrapper-mp.sticky-menu-light .is-sticky .overlay-border {
  display: none; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon div {
  background-color: #4a4a4a; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon::after {
  background-color: #4a4a4a; }
#header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:before, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover:after, #header-wrapper-mp.sticky-menu-light .is-sticky .nav-icon:hover div {
  background-color: #f26522; }
#header-wrapper-mp.sticky-menu-light .is-sticky #site-title a {
  color: #303030 !important; }
  #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 {
    color: #303030 !important; }
    #header-wrapper-mp.sticky-menu-light .is-sticky #site-title a h1 i {
      color: #303030 !important; }
#header-wrapper-mp.sticky-menu-light .is-sticky .sticky-header {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
#header-wrapper-mp.sticky-menu-light .sf-menu ul li {
  background: #4a4a4a;
  opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li ul li {
    background: #4a4a4a;
    opacity: 1; }
  #header-wrapper-mp.sticky-menu-light .sf-menu ul li:hover, #header-wrapper-mp.sticky-menu-light .sf-menu ul li.sfHover {
    background: #4a4a4a; }

/* Menu Top Button */
.menu-button {
  top: -41px;
  right: -55px;
  z-index: 10000;
  margin-left: 2em;
  margin-right: 0px;
  padding: 0 !important;
  cursor: pointer; }

.nav-icon {
  margin: 1em 0 1em 1em;
  width: 27px; }

.mob-button {
  display: none; }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 9px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon:hover:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon:hover:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg); }

.nav-icon:hover div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Close Button */
.close-button {
  position: absolute;
  right: 1em;
  top: 0em;
  border: none;
  background: transparent; }

.nav-icon2 {
  margin: 1em;
  width: 30px;
  cursor: pointer; }

.nav-icon2:after,
.nav-icon2:before,
.nav-icon2 div {
  background-color: #dadada;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  content: '';
  display: block;
  height: 2px;
  margin: 10px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon2:before {
  transform: translateY(12px) rotate(135deg);
  -moz-transform: translateY(12px) rotate(135deg);
  -webkit-transform: translateY(12px) rotate(135deg); }

.nav-icon2:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon2 div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.nav-icon2:hover:before {
  background-color: #f26522;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover:after {
  background-color: #f26522;
  transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -webkit-transform: translateY(0px) rotate(0deg); }

.nav-icon2:hover div {
  background-color: #f26522;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

/*------------------------------------------------------------------
[Slider Revolution]
*/
.tp-loader.spinner0 {
  background: url(././../images/preloader.gif) no-repeat center center; }

.tparrows.preview1:after {
  background: transparent !important; }

.tparrows.preview1:hover:after {
  color: #f26522; }

.hades.tparrows {
  background: none; }

.hades.tparrows:before {
  color: #fff !important;
  opacity: .7;
  font-size: 40px; }

.hades.tparrows:hover:before {
  opacity: 1;
  background: none; }

.tp-caption a {
  margin: 0; }

.cap-title {
  text-transform: none; }

.cap-subtitle {
  margin-top: 5px;
  text-transform: uppercase; }

.cap-sub-subtitle {
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase; }

.cap-title {
  color: #f2f2f2; }

.cap-subtitle {
  color: #f2f2f2; }

.cap-sub-subtitle {
  color: #f2f2f2; }

.tp-loader.spinner0 {
  background: url(././../images/preloader.gif) no-repeat center center; }

/*------------------------------------------------------------------
[10. Hover Effects]
*/
.item-wrap {
  margin-bottom: 10px; }

figure {
  position: relative;
  overflow: hidden;
  text-align: center; }
  figure img {
    position: relative;
    opacity: 1.0; }
  figure figcaption {
    padding: 1.0em;
    color: #f2f2f2;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption > .fig-description a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0; }
    figure figcaption:before, figure figcaption:after {
      pointer-events: none; }
  figure figcaption,
  figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  figure h3 {
    word-spacing: -0.15em;
    font-family: "Montserrat", sans-serif; }
    figure h3 span {
      font-family: "Montserrat", sans-serif; }
  figure h3, figure p {
    margin: 0; }
  figure p {
    letter-spacing: 1px;
    font-size: 68.5%; }

/* Portfolio hover */
figure.effect-goliath {
  background: #f26522; }
  figure.effect-goliath .popup-call {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out; }
    figure.effect-goliath .popup-call a:hover, figure.effect-goliath .popup-call a:focus {
      text-decoration: none; }
    figure.effect-goliath .popup-call a i {
      color: #f2f2f2;
      transition: color 0.5s ease-in-out;
      -moz-transition: color 0.5s ease-in-out;
      -webkit-transition: color 0.5s ease-in-out;
      -o-transition: color 0.5s ease-in-out;
      -ms-transition: color 0.5s ease-in-out; }
      figure.effect-goliath .popup-call a i::before {
        font-size: 40px;
        margin-left: 2px; }
      figure.effect-goliath .popup-call a i:hover {
        color: #4a4a4a; }
  figure.effect-goliath figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 12px; }
    figure.effect-goliath figcaption .fig-description {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 30px; }
    figure.effect-goliath figcaption a {
      color: #f2f2f2;
      font-size: 11px;
      line-height: 20px; }
    figure.effect-goliath figcaption span {
      position: relative;
      margin-right: 2px; }
  figure.effect-goliath img, figure.effect-goliath h3 {
    -webkit-transition: -webkit-transform 3.5s;
    transition: transform 3.5s; }
  figure.effect-goliath img {
    max-width: none;
    width: -webkit-calc(100% + 0px);
    width: calc(100% + 0px);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 5.5s;
    transition: opacity 0.5s, transform 5.5s;
    -webkit-transform: translate3d(0px, 0, 0) scale(1.12);
    transform: translate3d(0px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  figure.effect-goliath h3 {
    font-family: "Montserrat", sans-serif;
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: 21px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    figure.effect-goliath h3:before {
      position: absolute;
      content: " ";
      bottom: -5px;
      width: 0;
      border-bottom: 1px dotted #dadada;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s;
      transition-delay: 0.3s; }
  figure.effect-goliath p {
    margin-top: 7px;
    color: #f2f2f2;
    text-transform: none;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-goliath:hover .popup-call {
    opacity: 1; }
  figure.effect-goliath:hover img {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  figure.effect-goliath:hover h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    figure.effect-goliath:hover h3:before {
      width: 100%;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s; }
  figure.effect-goliath:hover p {
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.captions:hover img {
  opacity: 0.7 !important; }

/*------------------------------------------------------------------
[Magmific Popup]
*/
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-left: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  position: absolute;
  padding: 13px;
  box-shadow: inset 2px -2px 0 0px #fff;
  cursor: pointer;
  left: 50px;
  -moz-transition: .15s;
  -o-transition: .15s;
  -webkit-transition: .15s;
  transition: .15s;
  margin-left: 0;
  border-right: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mfp-arrow-right:before,
.mfp-arrow-left:before {
  display: none; }

/*------------------------------------------------------------------
[Google Map]
*/
#google-map {
  width: 100%; }
  #google-map img {
    max-width: none; }

.bigmap {
  height: 300px !important; }

/* Google map Slide-out */
#gm-panel {
  width: 100%;
  background: #eeeeee;
  text-align: center;
  /*z-index: 9;*/
  bottom: 300px;
  display: none; }

a.gm-toggle-link {
  cursor: pointer; }

.gm-toggle {
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  width: 100%;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  .gm-toggle i {
    color: #737373;
    font-size: 32px;
    line-height: 32px; }
  .gm-toggle:hover {
    background: #f26522; }
    .gm-toggle:hover i {
      color: #f2f2f2; }

/*------------------------------------------------------------------
[Footer]
*/
footer {
  min-height: 100px;
  font-size: 12px;
  position: relative; }
  footer h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  footer p {
    margin-bottom: 10px; }
  footer a {
    font-size: 12px;
    text-decoration: none; }
  footer .contact {
    display: table; }
  footer .footer-addr {
    width: 100%;
    margin-bottom: 24px;
    display: table-row; }
  footer .footer-icon {
    width: 10%;
    display: table-cell;
    float: left;
    font-size: 16px; }
  footer .addr-text {
    width: 90%;
    display: table-cell;
    float: right;
    padding-top: 4px; }
  footer #footer-wrapper {
    padding: 48px 0 48px 0; }
  footer #footer-sidebar-wrapper #footer-sidebar .widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    margin-bottom: 50px;
    width: 100%; }
    footer #footer-sidebar-wrapper #footer-sidebar .widget ul {
      list-style: none;
      padding-left: 0; }
  footer #footer-sidebar-wrapper .widget-title {
    font-family: "Dosis", sans-serif; }
  footer .flickr img {
    border-radius: 20px; }
  footer ul.flickr li, footer .widget ul.flickr li {
    width: auto;
    float: left;
    margin: 0 10px 10px 0; }
  footer .fletcher_social_widget i, footer .fletcher_social_widget i::before {
    font-size: 40px !important;
    margin-left: 0 !important;
    margin-right: 3px;
    line-height: 40px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out; }
  footer .fletcher_social_widget a {
    text-decoration: none !important; }
    footer .fletcher_social_widget a:hover i::before {
      color: #f26522; }

#footer-wrapper.dark {
  color: #f2f2f2; }
  #footer-wrapper.dark i {
    color: #737373; }

#footer-wrapper.light {
  color: #303030; }
  #footer-wrapper.light i {
    color: #737373; }

#copyrights-wrapper {
  padding: 24px 0; }
  #copyrights-wrapper .copyright {
    display: inline-block !important;
    font-size: 12px;
    line-height: 24px; }
  #copyrights-wrapper .copy-attrs {
    float: left;
    margin-right: 30px; }
  #copyrights-wrapper .copy-link {
    float: left;
    margin-right: 30px; }

#copyrights-wrapper.dark {
  color: #8e8e8e; }
  #copyrights-wrapper.dark a {
    color: #8e8e8e;
    text-decoration: none; }
    #copyrights-wrapper.dark a:hover {
      color: #c1c1c1;
      text-decoration: underline; }

#copyrights-wrapper.light {
  color: #5d5d5d; }
  #copyrights-wrapper.light a {
    color: #5d5d5d;
    text-decoration: none; }
    #copyrights-wrapper.light a:hover {
      color: #737373;
      text-decoration: underline; }

/*
Details
*/
.infoblock i::before {
  font-size: 32px;
  color: #f26522;
  line-height: 32px;
  margin: 0; }

/*
Counts
*/
.countblock .count-icon i::before,
.countblock .digit,
.countblock .count-text {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.countblock .count-icon {
  margin: 0;
  padding: 0;
  font-size: 25px; }
  .countblock .count-icon i::before {
    font-size: 40px;
    margin: 0; }
.countblock .digit {
  font-size: 40px;
  line-height: 64px;
  margin: 0;
  padding: 0; }
.countblock .count-text {
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px; }

.dark .countblock .count-icon i::before {
  color: #a7a7a7; }
.dark .countblock .digit {
  color: #f2f2f2; }
.dark .countblock .count-text {
  color: #a7a7a7; }
.dark .countblock:hover .count-icon i::before,
.dark .countblock:hover .digit,
.dark .countblock:hover .count-text {
  color: #f26522; }

.light .countblock .count-icon i::before {
  color: #737373; }
.light .countblock .digit {
  color: #303030; }
.light .countblock .count-text {
  color: #737373; }
.light .countblock:hover .count-icon i::before,
.light .countblock:hover .digit,
.light .countblock:hover .count-text {
  color: #f26522; }

/*
Portfolio
*/
.grid {
  padding: 0; }
  .grid .row {
    margin-left: 0;
    margin-right: 0; }
    .grid .row .grid-item {
      border: none;
      padding-right: 5px;
      padding-left: 5px; }

.grid {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.portfolio-details {
  padding: 14px; }

.portfolio-caption {
  width: 100%;
  background: #f2f2f2;
  padding: 12px 18px 21px 18px;
  text-align: left;
  font-size: 12px; }
  .portfolio-caption p {
    margin: 0;
    line-height: 18px; }
  .portfolio-caption .portfolio-date {
    font-size: 11px;
    line-height: 20px;
    color: #999; }
    .portfolio-caption .portfolio-date a {
      color: #999; }
      .portfolio-caption .portfolio-date a:hover {
        color: #f26522;
        text-decoration: none; }
    .portfolio-caption .portfolio-date span {
      position: relative;
      font-size: 14px;
      margin-right: 2px; }
    .portfolio-caption .portfolio-date p {
      display: inline-block;
      margin-right: 10px; }
  .portfolio-caption a {
    color: #303030; }
  .portfolio-caption h4 {
    margin: 10px 0 5px 0; }
    .portfolio-caption h4 a {
      color: #4a4a4a; }
      .portfolio-caption h4 a:hover, .portfolio-caption h4 a:active, .portfolio-caption h4 a:focus {
        color: #f26522;
        text-decoration: none; }
      .portfolio-caption h4 a:visited {
        text-decoration: none; }

.portfolio-item-data ul {
  padding-left: 0; }
  .portfolio-item-data ul li span {
    font-weight: 600; }

.port-filter ul {
  list-style: none;
  padding: 0; }
  .port-filter ul li {
    display: inline-block; }
    .port-filter ul li a {
      position: relative;
      padding: 12px 24px;
      margin-right: 2px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 3px;
      transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out; }
      .port-filter ul li a:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 8px 8px 0;
        opacity: 0;
        display: block;
        width: 0;
        z-index: 1;
        margin-left: -8px;
        bottom: -8px;
        left: 50%;
        transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out; }

.dark .port-filter ul li a {
  background: rgba(255, 255, 255, 0.1);
  color: #f2f2f2; }
  .dark .port-filter ul li a:after {
    border-color: #fff transparent; }
  .dark .port-filter ul li a:hover, .dark .port-filter ul li a:focus {
    text-decoration: none;
    background: #f26522;
    color: #f2f2f2; }
  .dark .port-filter ul li a:hover:after, .dark .port-filter ul li a:focus:after {
    border-color: #f26522 transparent;
    opacity: 1; }

.light .port-filter ul li a {
  background: rgba(0, 0, 0, 0.1);
  color: #303030; }
  .light .port-filter ul li a:after {
    border-color: #fff transparent; }
  .light .port-filter ul li a:hover, .light .port-filter ul li a:focus {
    text-decoration: none;
    background: #f26522;
    color: #f2f2f2; }
  .light .port-filter ul li a:hover:after, .light .port-filter ul li a:focus:after {
    border-color: #f26522 transparent;
    opacity: 1; }

/*
 Circle Progress
*/
.progressblock .progressbar {
  display: inline-block;
  width: 200px;
  margin: 25px; }
.progressblock .circle {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center; }
  .progressblock .circle h4 {
    margin-top: 24px; }
  .progressblock .circle canvas {
    vertical-align: middle; }
  .progressblock .circle div {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 32px; }
  .progressblock .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal; }
  .progressblock .circle span {
    display: block;
    color: #aaa;
    margin-top: 12px; }

.dark .progressblock .circle div {
  color: #a7a7a7; }

.light .progressblock .circle div {
  color: #5d5d5d; }

/*
Vertical Timeline
*/
#timeline-vertical > div > div .btn-lgr-str {
  margin-right: 0 !important; }
#timeline-vertical .timeline-vert {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  #timeline-vertical .timeline-vert:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    opacity: .3;
    left: 50%;
    margin-left: -0.5px; }
  #timeline-vertical .timeline-vert li {
    margin-bottom: 20px;
    position: relative; }
    #timeline-vertical .timeline-vert li:before, #timeline-vertical .timeline-vert li:after {
      content: " ";
      display: table; }
    #timeline-vertical .timeline-vert li:after {
      clear: both; }
    #timeline-vertical .timeline-vert li .timeline-photo {
      min-height: 150px; }
    #timeline-vertical .timeline-vert li .timeline-time {
      padding: 6px 30px;
      position: absolute;
      z-index: 9;
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      display: none; }
    #timeline-vertical .timeline-vert li:hover .timeline-photo {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: none; }
  #timeline-vertical .timeline-vert li.timeline-inverted > .timeline-panel {
    float: right; }
  #timeline-vertical .timeline-vert li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  #timeline-vertical .timeline-vert li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
  #timeline-vertical .timeline-vert .timeline-badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #timeline-vertical .timeline-vert .timeline-badge i:before {
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      font-size: 18px;
      left: -10px;
      top: -3px;
      position: relative; }
  #timeline-vertical .timeline-vert .timeline-panel {
    width: 46%;
    float: left;
    border-radius: 0px;
    padding: 30px;
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #timeline-vertical .timeline-vert .timeline-panel:before {
      position: absolute;
      top: 26px;
      right: -15px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      content: " ";
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #timeline-vertical .timeline-vert .timeline-panel:after {
      position: absolute;
      top: 27px;
      right: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      content: " ";
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #timeline-vertical .timeline-vert .timeline-panel h3 {
      line-height: 1.3em; }
    #timeline-vertical .timeline-vert .timeline-panel h6 {
      padding-left: 14px;
      margin-bottom: 12px; }
    #timeline-vertical .timeline-vert .timeline-panel h3, #timeline-vertical .timeline-vert .timeline-panel h6, #timeline-vertical .timeline-vert .timeline-panel p {
      -moz-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }

.dark .timeline-vert:before {
  background-color: #dadada; }
.dark .timeline-vert .timeline-badge {
  color: #f2f2f2;
  background: #404040;
  border: 3px solid transparent; }
  .dark .timeline-vert .timeline-badge i:before {
    color: #f2f2f2; }
.dark .timeline-vert .timeline-panel {
  background: #303030; }
  .dark .timeline-vert .timeline-panel:before {
    border-left: 15px solid #303030;
    border-right: 0 solid #303030; }
  .dark .timeline-vert .timeline-panel:after {
    border-left: 14px solid #303030;
    border-right: 0 solid #303030; }
  .dark .timeline-vert .timeline-panel h6 {
    border-left: 1px solid #f26522;
    color: #f26522; }
.dark .timeline-vert li .timeline-time {
  background-color: #737373;
  color: #f2f2f2; }
  .dark .timeline-vert li .timeline-time i {
    color: #f2f2f2; }
.dark .timeline-vert li:hover .timeline-badge {
  background: #f26522 !important; }
  .dark .timeline-vert li:hover .timeline-badge i:before {
    color: #f2f2f2; }
.dark .timeline-vert li:hover .timeline-time {
  background-color: #f26522; }
.dark .timeline-vert li:hover .timeline-panel {
  background: #404040; }
.dark .timeline-vert li:hover .timeline-panel:before {
  border-top: 15px solid transparent;
  border-left: 15px solid #404040;
  border-right: 0 solid #404040; }
.dark .timeline-vert li:hover .timeline-panel:after {
  border-top: 14px solid transparent;
  border-left: 14px solid #404040;
  border-right: 0 solid #404040; }

.light .timeline-vert:before {
  background-color: #a7a7a7; }
.light .timeline-vert .timeline-badge {
  color: #404040;
  background: #f2f2f2;
  border: 3px solid transparent; }
  .light .timeline-vert .timeline-badge i:before {
    color: #404040; }
.light .timeline-vert .timeline-panel {
  background: #f2f2f2; }
  .light .timeline-vert .timeline-panel:before {
    border-left: 15px solid #f2f2f2;
    border-right: 0 solid #f2f2f2; }
  .light .timeline-vert .timeline-panel:after {
    border-left: 14px solid #f2f2f2;
    border-right: 0 solid #f2f2f2; }
  .light .timeline-vert .timeline-panel h6 {
    border-left: 1px solid #f26522;
    color: #f26522; }
.light .timeline-vert li .timeline-time {
  background-color: #a7a7a7;
  color: #fff; }
  .light .timeline-vert li .timeline-time i {
    color: #fff; }
.light .timeline-vert li:hover .timeline-badge {
  background: #f26522 !important; }
  .light .timeline-vert li:hover .timeline-badge i:before {
    color: #fff; }
.light .timeline-vert li:hover .timeline-time {
  background-color: #f26522; }
.light .timeline-vert li:hover .timeline-panel {
  background: #e5fde8; }
.light .timeline-vert li:hover .timeline-panel:before {
  border-top: 15px solid transparent;
  border-left: 15px solid #e5fde8;
  border-right: 0 solid #e5fde8; }
.light .timeline-vert li:hover .timeline-panel:after {
  border-top: 14px solid transparent;
  border-left: 14px solid #e5fde8;
  border-right: 0 solid #e5fde8; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

/*
Horizontal Timeline
*/
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 60px;
    overflow: hidden; }
  .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px; }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s; }
    .cd-horizontal-timeline .events li {
      overflow: hidden; }
    .cd-horizontal-timeline .events a {
      position: absolute;
      bottom: 0;
      z-index: 2;
      text-align: center;
      font-size: 0.8rem;
      padding-bottom: 15px;
      /* fix bug on Safari - text flickering while timeline translates */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
      .cd-horizontal-timeline .events a::after {
        /* this is used to create the event spot */
        content: '';
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -5px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        -webkit-transition: background-color 0.3s, border-color 0.3s;
        -moz-transition: background-color 0.3s, border-color 0.3s;
        transition: background-color 0.3s, border-color 0.3s; }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }

.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #f26522;
  border-color: #f26522; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto; }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(./../images/cd-arrow.svg) no-repeat 0 0; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #f26522; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }
  .cd-horizontal-timeline .events-content ol {
    padding-left: 0; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content li.selected h2 {
  display: none; }

.cd-horizontal-timeline .events-content li.selected em {
  display: none; }

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto; }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 4rem; }

  .cd-horizontal-timeline .events-content em {
    font-size: 1.6rem;
    color: #f26522;
    margin: 8px 0 18px 4px; } }
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.dark .cd-horizontal-timeline .events {
  background: #dfdfdf; }
  .dark .cd-horizontal-timeline .events a {
    color: #a7a7a7; }
    .dark .cd-horizontal-timeline .events a::after {
      border: 2px solid #dfdfdf;
      background-color: #f8f8f8; }
    .dark .cd-horizontal-timeline .events a .older-event::after {
      border-color: #f26522; }
  .dark .cd-horizontal-timeline .events a.selected {
    color: #f26522;
    pointer-events: none; }
    .dark .cd-horizontal-timeline .events a.selected::after {
      background-color: #f26522;
      border-color: #f26522; }
  .dark .cd-horizontal-timeline .events a:hover,
  .dark .cd-horizontal-timeline .events a:focus,
  .dark .cd-horizontal-timeline .events a.selected:hover,
  .dark .cd-horizontal-timeline .events a.selected:focus {
    text-decoration: none;
    color: #f26522; }
.dark .cd-horizontal-timeline .filling-line {
  background-color: #f26522; }
.dark .cd-horizontal-timeline .cd-timeline-navigation a {
  border: 2px solid #dfdfdf; }
.dark .cd-horizontal-timeline .cd-timeline-navigation a.inactive::after {
  background: none; }
.dark .cd-horizontal-timeline .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.light .cd-horizontal-timeline .events {
  background: #4a4a4a; }
  .light .cd-horizontal-timeline .events a {
    color: #303030;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .light .cd-horizontal-timeline .events a:hover {
      color: #f26522;
      text-decoration: none; }
    .light .cd-horizontal-timeline .events a::after {
      border: 2px solid #4a4a4a;
      background-color: #f8f8f8; }
    .light .cd-horizontal-timeline .events a .older-event::after {
      border-color: #f26522; }
  .light .cd-horizontal-timeline .events a.selected {
    pointer-events: none; }
    .light .cd-horizontal-timeline .events a.selected::after {
      background-color: #f26522;
      border-color: #f26522; }
.light .cd-horizontal-timeline .filling-line {
  background-color: #f26522; }
.light .cd-horizontal-timeline .cd-timeline-navigation a {
  border: 2px solid #4a4a4a; }
.light .cd-horizontal-timeline .cd-timeline-navigation a.inactive::after {
  background: none; }
.light .cd-horizontal-timeline .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #a7a7a7; }

/*
Photocard
*/
.cd-single-item {
  position: relative; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  .cd-slider-wrapper ul {
    margin: 0; }

@media only screen and (min-width: 1024px) {
  .cd-slider-wrapper {
    width: 50%; }

  .cd-slider-active .cd-slider-wrapper {
    width: 100%; } }
.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.cd-slider::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-slider li img {
  display: block;
  width: 100%; }

.cd-slider li.selected {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-slider li.move-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

@media only screen and (min-width: 1024px) {
  .cd-slider {
    cursor: pointer; }

  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }

  .cd-slider::after {
    /* slider cover layer - to indicate the image is clickable */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(232, 72, 85, 0.4) url(./../images/cd-icon-zoom.svg) no-repeat center center;
    /* size of the icon */
    background-size: 48px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }

  .no-touch .cd-slider:hover::after {
    opacity: 1; }

  .cd-slider-active .cd-slider {
    cursor: auto; }

  .cd-slider-active .cd-slider::after {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }

  .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cd-slider-navigation li:first-of-type {
  left: 10px; }

.cd-slider-navigation li:last-of-type {
  right: 10px; }

.cd-slider-navigation li a {
  display: block;
  width: 48px;
  height: 48px;
  background: url(./../images/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-slider-navigation li a.inactive {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s; }

.no-touch .cd-slider-navigation li a:hover {
  opacity: .7; }

.cd-slider-navigation li:first-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li:first-child {
    left: 30px; }

  .cd-slider-navigation li:last-child {
    right: 30px; } }
.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }

.cd-slider-pagination:after {
  content: "";
  display: table;
  clear: both; }

.touch .cd-slider-pagination {
  visibility: hidden; }

.cd-slider-pagination li {
  display: inline-block;
  float: left;
  margin: 0 5px; }

.cd-slider-pagination li.selected a {
  background: #f26522; }

.cd-slider-pagination a {
  display: block;
  height: 4px;
  width: 24px;
  border-radius: 0;
  /* fix a bug in IE9/10 - transparent anchor not clickable */
  background-color: rgba(255, 255, 255, 0.3);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .cd-slider-pagination a:hover {
    background-color: #dadada; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url(./../images/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }

.cd-slider-active .cd-slider-wrapper .cd-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }

.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

@media only screen and (min-width: 1024px) {
  .cd-slider-wrapper .cd-close {
    display: block; } }
.cd-item-info {
  padding: 50px 5%; }

.cd-item-info h2, .cd-item-info p {
  max-width: 480px; }

.cd-item-info h2 {
  font-size: 4.1rem; }

.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0; }

.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding: .8em 1.6em;
  background-color: #f42e4e;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px; }

@media only screen and (min-width: 1024px) {
  .cd-item-info {
    position: absolute;
    width: 50%;
    top: 3%;
    right: 0;
    padding: 60px 60px 0;
    margin: 0; } }
.cd-content p {
  width: 90%;
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; }

/*
Testmonials
*/
.dark .testmonial .company {
  color: #f26522; }

.light .testmonial .company {
  color: #f26522; }

/*
Feedback Block
*/
.feedback .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative; }
.feedback .wpcf7-form .left-field {
  float: left; }
.feedback .wpcf7-form .right-field {
  float: right; }
.feedback .wpcf7-form .left-field, .feedback .wpcf7-form .right-field {
  width: calc(50% - 5px); }
.feedback .wpcf7-form input[type="text"], .feedback .wpcf7-form input[type="email"], .feedback .wpcf7-form input[type="password"], .feedback .wpcf7-form input[type="search"], .feedback .wpcf7-form input[type="url"], .feedback .wpcf7-form textarea {
  padding: 12px 15px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 0 0 2px transparent inset;
  box-sizing: border-box;
  margin: 0 0 10px;
  max-width: 100%;
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.feedback .wpcf7-form input[type="submit"] {
  width: auto;
  padding: 10px 16px;
  border-radius: 24px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
.feedback #form-messages .alert {
  border-radius: 0; }

.dark .feedback input[type="text"], .dark .feedback input[type="email"], .dark .feedback input[type="password"], .dark .feedback input[type="search"], .dark .feedback input[type="url"], .dark .feedback textarea {
  color: #f2f2f2;
  background-color: #252525 !important; }
.dark .feedback input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none;
  border: 2px solid #737373;
  color: #737373 !important; }
  .dark .feedback input[type="submit"]:hover {
    background: none;
    border: 2px solid #f26522;
    color: #f26522 !important; }

.light .feedback input[type="text"], .light .feedback input[type="email"], .light .feedback input[type="password"], .light .feedback input[type="search"], .light .feedback input[type="url"], .light .feedback textarea {
  color: #303030;
  background-color: #fff !important; }
.light .feedback input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-style: oblique;
  background: none !important;
  border: 2px solid #303030;
  color: #303030 !important; }
  .light .feedback input[type="submit"]:hover {
    background: none;
    border: 2px solid #f26522;
    color: #f26522 !important; }

.partners {
  opacity: .4;
  margin: 72px 0; }

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  height: auto;
  max-width: 100%; }

div.wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

div.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }

div.wpcf7 img.ajax-loader {
  display: none; }

span.wpcf7-not-valid-tip {
  color: #f26522; }

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px; }

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

.blog .hentry,
.archive .hentry,
.page .hentry,
.single .hentry {
  padding-top: 5.6923%;
  position: relative;
  margin-bottom: 7.6923%; }

.home.page .hentry {
  padding-top: 0;
  margin-bottom: 0; }

.single .hentry {
  margin-bottom: 0; }

.hentry.sticky:not(.has-post-thumbnail) {
  padding-top: -webkit-calc(5.6923% + 24px);
  padding-top: calc(7.6923% + 24px); }

.blog .hentry + .hentry,
.page .hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.home.page .hentry + .hentry {
  border-top: 0; }

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em; }

.post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85; }

.entry-header {
  padding: 0 7.6923%; }

.entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.6em; }

.entry-content input {
  width: auto; }

.entry-content input[type="submit"] {
  font-family: "Raleway", sans-serif;
  text-indent: 0;
  padding: 6px 21px;
  border: 1px solid #c1c1c1 !important;
  background: #c1c1c1 !important;
  color: #fff !important; }
  .entry-content input[type="submit"]:hover {
    border: 1px solid #f26522 !important;
    background: #f26522 !important;
    color: #fff !important; }
  .entry-content input[type="submit"]:focus {
    border: 1px solid #f26522 !important;
    background: #f26522 !important;
    color: #fff !important; }

.entry-content,
.entry-summary {
  padding: 0 7.6923% 7.6923%; }

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0; }

.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-top: 1.8462em;
  margin-bottom: 0.9231em; }

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636;
  margin-top: 2.1818em;
  margin-bottom: 1.0909em; }

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-top: 2.6667em;
  margin-bottom: 1.3333em; }

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 3.2em;
  margin-bottom: 1.6em; }

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0; }

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
  border-bottom: 1px solid #333; }

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0; }

.entry-content ul li {
  margin-bottom: 1em; }

.comment-body {
  margin: 60px 0; }

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block; }

.entry-content .more-link {
  display: block;
  margin-top: 12px;
  color: #8e8e8e; }

.entry-content .more-link,
.entry-summary .more-link:after {
  white-space: nowrap;
  border-bottom: none; }

.entry-content .more-link:after,
.entry-summary .more-link:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-decoration: none;
  content: "\f178";
  font-size: 16px;
  position: relative;
  top: 3px;
  left: 10px; }

.author img {
  display: inline-block; }

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0; }

.author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px; }

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.author-title {
  clear: none; }

.author-bio {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px; }

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.author-description a {
  border-bottom: 1px solid #333; }

.author-description a:hover,
.author-description a:focus {
  border-bottom: 0; }

.author-description > :last-child {
  margin-bottom: 0; }

.author-link {
  white-space: nowrap; }

.author-link:after {
  content: "\f429";
  position: relative;
  top: 1px; }

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 24px 7.6923% 28px 7.6923%; }
  .entry-footer .author img {
    display: none; }
  .entry-footer .author a {
    margin-left: -6px; }
  .entry-footer a {
    border-bottom: 1px solid transparent;
    color: #5d5d5d;
    text-decoration: none; }
    .entry-footer a:hover {
      border-bottom: 1px solid #f26522; }

.entry-footer a:hover,
.entry-footer a:focus {
  color: #f26522; }

.sticky-post {
  background-color: #f26522;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase; }

.updated:not(.published) {
  display: none; }

.sticky .posted-on {
  display: none; }

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
  margin-right: 6px;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome; }

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
  margin-right: 0.8em; }

.format-aside .entry-format:before {
  content: "\f101"; }

.format-image .entry-format:before {
  content: "\f473"; }

.format-gallery .entry-format:before {
  content: "\f103"; }

.format-video .entry-format:before {
  content: "\f104"; }

.format-status .entry-format:before {
  content: "\f105"; }

.format-quote .entry-format:before {
  content: "\f106"; }

.format-link .entry-format:before {
  content: "\f107"; }

.format-chat .entry-format:before {
  content: "\f108"; }

.format-audio .entry-format:before {
  content: "\f109"; }

.posted-on:before {
  content: "\f073"; }

.byline:before {
  content: "\f007"; }

.cat-links:before {
  content: "\f135"; }

.tags-links:before {
  content: "\f02b"; }

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

.full-size-link:before {
  content: "\f402"; }

.edit-link:before {
  content: "\f040"; }

.comments-link,
.edit-link {
  white-space: nowrap; }

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%; }

.page-title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333; }

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em; }

.taxonomy-description a {
  border-bottom: 1px solid #333; }

.taxonomy-description a:hover,
.taxonomy-description a:focus {
  border-bottom: 0; }

.taxonomy-description > :last-child {
  margin-bottom: 0; }

.page-content {
  background-color: #fff;
  padding: 7.6923%; }

.page-content > :last-child {
  margin-bottom: 0; }

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em; }

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2.1em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2.1em; }

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff; }

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff; }

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto; }

.entry-attachment {
  margin-bottom: 1.6em; }

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word; }

.entry-caption > :last-child {
  margin-bottom: 0; }

.post-navigation {
  margin-top: 32px; }
  .post-navigation .nav-previous {
    float: left; }
    .post-navigation .nav-previous a {
      color: #a7a7a7 !important; }
      .post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus {
        color: #c1c1c1 !important;
        text-decoration: underline; }
      .post-navigation .nav-previous a .post-title {
        font-weight: 600; }
  .post-navigation .nav-next {
    float: right; }
    .post-navigation .nav-next a {
      color: #a7a7a7 !important; }
      .post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus {
        color: #c1c1c1 !important;
        text-decoration: underline; }
      .post-navigation .nav-next a .post-title {
        font-weight: 600; }

.pagination {
  display: block; }
  .pagination a {
    text-decoration: none;
    border-bottom: none; }
    .pagination a:hover, .pagination a:focus {
      color: #f26522;
      border-bottom: none; }

.pagination .nav-links {
  position: relative;
  text-align: center; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important; }

.pagination .page-numbers {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  line-height: 3.2em;
  padding: 0 0.6667em; }

.pagination .page-numbers.current {
  text-transform: uppercase; }

.pagination .current {
  display: inline-block;
  font-weight: 700;
  padding-top: 11px; }

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  color: #1b1b1b;
  display: inline-block;
  padding: 0;
  position: absolute; }

.pagination .prev:before,
.pagination .next:before {
  font: normal normal normal 16px/1 FontAwesome;
  line-height: 48px;
  position: absolute;
  top: -3px; }

.pagination .prev {
  left: 10px;
  top: 11px; }

.pagination .prev:before {
  content: "\f177";
  left: -30px; }

.pagination .next {
  right: 10px;
  top: 11px; }

.pagination .next:before {
  content: "\f178";
  right: -30px; }

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em; }

.format-link .entry-title a:after {
  content: "\f442";
  font-size: 24px;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px; }

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none; }

.comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%; }

.comments-area > :last-child {
  margin-bottom: 0; }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 5.6em; }

.comments-title,
.comment-reply-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333; }

.comments-title {
  margin-bottom: 1.3333em; }

.comment-list {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 0.8em; }

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em; }

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7); }

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px; }

.bypostauthor > article .fn:after {
  content: "\f304";
  position: relative;
  top: 5px;
  left: 3px; }

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333; }

.comment-metadata {
  margin-bottom: 1.6em; }

.comment-metadata .edit-link {
  margin-left: 1em; }

.pingback .edit-link {
  margin-left: 1em; }

.pingback .edit-link:before {
  top: 5px; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .reply {
  margin-top: 2em; }

.comment-list .reply a {
  font-family: "Raleway", sans-serif;
  text-indent: 0;
  padding: 8px 21px;
  border: 1px solid #c1c1c1 !important;
  background: #c1c1c1 !important;
  color: #fff !important; }
  .comment-list .reply a:hover {
    border: 1px solid #f26522 !important;
    background: #f26522 !important;
    color: #fff !important; }
  .comment-list .reply a:focus {
    border: 1px solid #f26522 !important;
    background: #f26522 !important;
    color: #fff !important; }

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0; }

.comment-form {
  padding-top: 1.6em; }
  .comment-form p {
    margin-bottom: 40px; }

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
  width: 100%; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em; }

.logged-in-as a:hover {
  border-bottom: 1px solid #333; }

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding-top: 1.6em; }

.comment-navigation + .no-comments {
  border-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0;
  margin-top: 32px; }
  .form-submit input {
    font-family: "Raleway", sans-serif;
    text-indent: 0;
    padding: 10px 21px;
    border: 1px solid #c1c1c1 !important;
    background: #c1c1c1 !important;
    color: #fff !important; }
    .form-submit input:hover {
      border: 1px solid #f26522 !important;
      background: #f26522 !important;
      color: #fff !important; }
    .form-submit input:focus {
      border: 1px solid #f26522 !important;
      background: #f26522 !important;
      color: #fff !important; }

.required {
  color: #c0392b; }

.comment-reply-title small {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px; }

.comment-reply-title small a:before {
  content: "\f00d";
  font-size: 32px;
  position: relative;
  top: -3px; }

.site .avatar {
  border-radius: 50%; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

audio,
canvas {
  display: inline-block; }

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em; }

.wp-playlist.wp-playlist {
  padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
  margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 10px; }

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto;
  border: none !important; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

table,
th,
td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th,
td {
  padding: 0.4375em; }

@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    font-size: 11.25pt; }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select,
  .widecolumn form,
  .widecolumn .mu_register form {
    display: none; }

  .site-header,
  .site-footer,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area,
  .widecolumn {
    background: none !important;
    /* Make sure color schemes dont't affect to print */ }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important;
    /* Make sure color schemes don't affect to print */ }

  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important;
    /* Make sure color schemes don't affect to print */ }

  .site {
    margin: 0 7.6923%; }

  .sidebar {
    position: relative !important;
    /* Make sure sticky sidebar doesn't affect to print */ }

  .site-branding {
    padding: 0; }

  .site-header {
    padding: 7.6923% 0; }

  .site-description {
    display: block; }

  .hentry + .hentry {
    margin-top: 7.6923%; }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%; }

  .sticky-post {
    background: #000 !important;
    color: #fff !important; }

  .entry-header,
  .entry-footer {
    padding: 0; }

  .entry-content,
  .entry-summary {
    padding: 0 0 7.6923%; }

  .post-thumbnail img {
    margin: 0; }

  .author-info {
    margin: 0; }

  .page-content {
    padding: 7.6923% 0 0; }

  .page-header {
    padding: 3.84615% 0; }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0; }

  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0; }

  .widecolumn {
    margin: 7.6923% 0 0;
    padding: 0; } }
.col-xs-3 {
  width: 25%;
  margin: auto;
  float: none; }

.col-xs-9 {
  width: 100%;
  float: none; }

/*.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6*/
.col-xs-9 h5 .font-accident-one-bold {
  text-align: center; }

.col-xs-9 p .company {
  text-align: center; }

#site-title h1 .font-accident-one-normal {
  margin-top: 15px; }

@media (max-width: 992px) {
  .post-date2 {
    display: none; }

  .mob-button {
    display: inline-block; }

  .divider-dynamic {
    height: 60px; }

  .overlay-border {
    display: none; }

  .team-member {
    margin-bottom: 32px; }

  .infoblock {
    margin-bottom: 70px; }

  .counts .count-container .count .count-icon {
    font-size: 32px; }

  .carousel-inner {
    margin: 0 auto;
    text-align: center; }

  #header-wrapper-mp #site-title,
  #header-wrapper-mp .is-sticky #site-title {
    float: left; }
    #header-wrapper-mp #site-title h1,
    #header-wrapper-mp .is-sticky #site-title h1 {
      font-size: 28px;
      margin-top: 24px; }
  #header-wrapper-mp .sticky-wrapper, #header-wrapper-mp .sticky-header,
  #header-wrapper-mp .is-sticky .sticky-wrapper,
  #header-wrapper-mp .is-sticky .sticky-header {
    height: 80px !important; }

  .m-desktop {
    display: none !important; }

  .menu-button {
    margin: 9px 0 0 0; }

  .shop-item {
    margin-bottom: 60px; }

  figure {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0; }

  .customer-review .review-container .review-content {
    text-align: center; }

  .hp-block .hp-categories-menu {
    text-align: center; }
    .hp-block .hp-categories-menu ul {
      text-align: center;
      padding-left: 0px;
      white-space: normal;
      width: 100%; }
      .hp-block .hp-categories-menu ul li {
        width: 100%; }

  ul.timeline-vert:before {
    left: 40px !important; }

  ul.timeline-vert > li > .timeline-panel {
    width: calc(100% - 90px) !important;
    width: -moz-calc(100% - 90px) !important;
    width: -webkit-calc(100% - 90px) !important; }

  ul.timeline-vert > li > .timeline-badge {
    left: 15px !important;
    margin-left: 0 !important;
    top: 16px !important; }

  ul.timeline-vert > li > .timeline-panel {
    float: right !important; }

  ul.timeline-vert > li > .timeline-panel:before {
    border-left-width: 0 !important;
    border-right-width: 15px !important;
    left: -15px !important;
    right: auto !important; }

  ul.timeline-vert > li > .timeline-panel:after {
    border-left-width: 0 !important;
    border-right-width: 14px !important;
    left: -14px !important;
    right: auto !important; } }
@media (min-width: 768px) {
  footer #footer-sidebar-wrapper #footer-sidebar .widget {
    width: 25%; } }
@media (max-width: 768px) {
  .progress-tracker {
    display: none; }

  .title {
    padding-bottom: 0px;
    border-bottom: none; }

  .features-slider-wrap {
    display: none; }

  .digit {
    font-size: 38px;
    line-height: 24px; }

  .counts .count-container .count .count-icon {
    font-size: 24px; }

  .partners {
    display: none; }

  .port-filter ul li {
    display: block;
    margin-bottom: 24px;
    width: 100%; }
    .port-filter ul li a {
      width: 100%; } }
@media (max-width: 400px) {
  #back-top a {
    bottom: 10px;
    right: 10px; }

  .carousel-inner {
    width: 100%; }

  .overlay-divide {
    display: none; }

  .count {
    display: block !important;
    margin-bottom: 30px; }

  .sticky-wrapper {
    height: 80px; }

  .timeline-vert .timeline-badge,
  .timeline-vert:before {
    display: none; }

  .timeline-vert .timeline-panel:before {
    border-color: transparent !important; }

  .cd-headline.clip .cd-words-wrapper::after {
    top: 2px !important; }

  .ident .vc-name .name h2 {
    font-size: 26px !important; }

  .ident .vc-name .name .name-title {
    padding-top: 34px !important; }

  .ident .vc-name .position h4 {
    font-size: 11px !important; }

  .ident .vc-name .position .position-title {
    padding-top: 40px !important; }

  ul.timeline-vert > li > .timeline-panel {
    width: 100% !important; } }

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