@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: #555;
  background-color: #FFF; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #F7AE32;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d48908;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.35;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f6f6f6; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PT Sans Narrow", "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #C3C3C3; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 18px; }

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

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

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

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #C3C3C3; }

.text-primary {
  color: #F7AE32; }

a.text-primary:hover,
a.text-primary:focus {
  color: #ed9809; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #F7AE32; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ed9809; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f6f6f6; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.35; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #C3C3C3; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 17.5px;
  border-left: 5px solid #f6f6f6; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.35;
    color: #C3C3C3; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f6f6;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.35; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1164px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #C3C3C3;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.35;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #FFF; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: inherit;
  color: #555;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.35;
  color: #999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: #999;
  background-color: #FAFAFA;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #555;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 85, 85, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 32px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #F7AE32;
  border-color: #f6a419; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ed9809;
    border-color: #8b5905; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ed9809;
    border-color: #ca8208; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ed9809;
    border-color: #ca8208; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #ca8208;
      border-color: #8b5905; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #F7AE32;
    border-color: #f6a419; }
  .btn-primary .badge {
    color: #F7AE32;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #F7AE32;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #d48908;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #C3C3C3;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.35;
    color: #555;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #484848;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #F7AE32; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #C3C3C3; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.35;
  color: #C3C3C3;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #999;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #C3C3C3; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #aaaaaa; }

.label-primary {
  background-color: #F7AE32; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ed9809; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.35;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #555; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #F7AE32; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f6f6f6;
  color: #C3C3C3;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #C3C3C3; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #F7AE32;
  border-color: #F7AE32; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fffcf6; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #555;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #555; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #F7AE32; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #F7AE32;
    border-color: #F7AE32; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #F7AE32; }
    .panel-primary > .panel-heading .badge {
      color: #F7AE32;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F7AE32; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 1px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.35; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.35;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-size: 16px;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

:focus {
  outline: 0; }

input[type=submit] {
  -webkit-appearance: none; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%; }

body {
  max-width: 100%;
  overflow-x: hidden;
  background: white;
  color: #676767;
  position: relative; }

ol, ul {
  list-style: none; }

input[type=text]::-ms-clear {
  display: none; }

sup {
  font-size: 10px;
  vertical-align: super; }

sub {
  font-size: 10px;
  vertical-align: sub; }

p:empty {
  display: none; }

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

/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/
p {
  -webkit-font-smoothing: subpixel-antialiased; }

body .ui-widget {
  font-weight: 400; }

.overflow-x-hidden {
  overflow-x: hidden; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.aligncenter {
  display: block;
  margin: 15px auto; }

.no-bottom-padding {
  padding-bottom: 0px; }

.col.center {
  text-align: center; }

.col.right {
  text-align: right; }

.wp-smiley {
  margin-bottom: 0px !important; }

dt {
  font-weight: 600;
  color: #333; }

dd {
  padding-left: 20px; }

.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0px 10px; }

#wpstats {
  display: none; }

.sticky {
  margin-bottom: 50px; }
  .sticky .content-inner {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 25px !important;
    position: relative; }

.side-box {
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background-color: #E6E6E6;
  text-align: center; }
  .side-box a:link, .side-box a:visited {
    font-weight: normal;
    color: #06c55b;
    font-size: 12px; }

#wpadminbar {
  z-index: 1000000 !important; }

table {
  font-size: 12px;
  margin-bottom: 20px; }

.wp-caption {
  max-width: 100%;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px; }
  .wp-caption img {
    margin-bottom: 10px !important;
    display: block; }

em {
  font-style: italic; }

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

.container-wrap, .project-title {
  background-color: #f8f8f8;
  position: relative;
  z-index: 10;
  margin-top: -55px;
  padding-top: 93px;
  padding-bottom: 40px; }

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
  margin-top: 0px;
  padding-top: 40px; }

body[data-smooth-scrolling="0"] {
  overflow: initial; }

#ajax-loading-screen {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000000; }

body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] {
  display: block;
  opacity: 1; }
  body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon {
    display: block;
    opacity: 1; }

#ajax-loading-screen .loading-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.default-loading-icon {
  top: 50%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 3px solid #e5e5e5;
  margin-top: -20px; }
  .default-loading-icon:before {
    position: absolute;
    content: "";
    border-color: black transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: -3px; }

.loading-icon.spin, .portfolio-loading.spin, .pp_loaderIcon.spin, .default-loading-icon.spin {
  animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation; }

.default-skin-loading-icon {
  width: 100%;
  height: 100%;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/icons/loading-white-bg.gif"); }

@keyframes spinning_animation {
  0% {
    transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(0.8) rotate(360deg);
    -o-transform: scale(0.8) rotate(360deg); }
  100% {
    transform: scale(1) rotate(720deg);
    -o-transform: scale(1) rotate(720deg); } }

@-webkit-keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(0.8) rotate(360deg); }
  100% {
    -webkit-transform: scale(1) rotate(720deg); } }

@keyframes bounce_in_animation {
  0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0); }
  20% {
    transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4); }
  50% {
    transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8); }
  85% {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

@-webkit-keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0); }
  20% {
    -webkit-transform: scale(1.4, 1.4); }
  50% {
    -webkit-transform: scale(0.8, 0.8); }
  85% {
    -webkit-transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1); } }

@keyframes grow_in_animation {
  0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0); }
  100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1); } }

@-webkit-keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1); } }

#ajax-loading-screen[data-effect="center_mask_reveal"] {
  background-color: transparent !important; }

body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect="center_mask_reveal"].hidden {
  display: none; }

#ajax-loading-screen[data-effect="center_mask_reveal"] span {
  position: absolute;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.8s cubic-bezier(0.12, 0.75, 0.4, 1) !important;
  transition: 0.8s cubic-bezier(0.12, 0.75, 0.4, 1) !important; }

#ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none !important;
  -webkit-transform: none !important; }

#ajax-loading-screen .mask-top {
  top: 0%;
  left: 0;
  height: 50%;
  width: 100%; }

#ajax-loading-screen.loaded .mask-top {
  -webkit-transform: translateY(-100%) translateZ(0);
  -ms-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0); }

#ajax-loading-screen .mask-right {
  top: 0;
  right: 0;
  height: 100%;
  width: 50%; }

#ajax-loading-screen.loaded .mask-right {
  -webkit-transform: translateX(100%) translateZ(0);
  -ms-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0); }

#ajax-loading-screen .mask-bottom {
  bottom: 0%;
  right: 0;
  height: 50%;
  width: 100%; }

#ajax-loading-screen.loaded .mask-bottom {
  -webkit-transform: translateY(100%) translateZ(0);
  -ms-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0); }

#ajax-loading-screen .mask-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; }

#ajax-loading-screen.loaded .mask-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0); }

body[data-bg-header="true"] .container-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important; }

body.page-template-page-sidebar-php .main-content > .row > #post-area, body.page-template-page-sidebar-php .main-content > .row > #sidebar {
  margin-top: 30px; }

body.page-template-page-left-sidebar-php .main-content > .row > #post-area, body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
  margin-top: 30px; }

.project-title {
  padding-top: 85px;
  padding-bottom: 36px; }

.single-portfolio .row .col.section-title {
  padding-bottom: 30px;
  border: none !important; }

.single-portfolio .row.project-title .container .title-wrap {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding-bottom: 30px; }

.single-portfolio .row.project-title .title-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container-wrap .row > .wpb_row:last-child, .home-wrap .row > .wpb_row:last-child, #portfolio-extra > .wpb_row:last-child {
  margin-bottom: 0px !important; }

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap {
  padding-top: 25px;
  margin-top: 0px !important;
  padding-bottom: 40px; }

body.single-portfolio .container-wrap {
  padding-top: 0px !important; }

body.single-post[data-bg-header="true"] .container-wrap {
  padding-top: 40px !important; }

body.single-portfolio div[data-project-header-bg="true"] .container-wrap {
  padding-top: 40px !important; }

body.single-portfolio #full-width-portfolio div[data-project-header-bg="true"] .container-wrap {
  padding-top: 0 !important; }

body.search-results .container-wrap {
  margin-top: -55px !important;
  padding-top: 80px !important; }

.clear {
  clear: both; }

.subheader {
  color: #6F6F6F;
  margin-bottom: 15px; }

a {
  color: #003c57;
  text-decoration: none;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear; }
  a:hover {
    color: inherit; }

h1 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 7px; }

h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px; }

h3 {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 7px; }

h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px; }

h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px; }

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px; }

.bold, strong, b {
  font-weight: 600; }

.uppercase {
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-transform: uppercase; }

.tiny {
  font-size: 14px !important;
  line-height: 22px !important; }

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light {
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p.light {
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo {
  font-size: 100px !important;
  line-height: 110px !important; }

p.jumbo {
  font-size: 100px !important;
  line-height: 110px !important; }

h1.light {
  font-size: 34px;
  margin-bottom: 30px; }

h2.light {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.5px; }

h3.light {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px; }

h4.light {
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 0.5px; }

h5.light {
  font-size: 16px;
  margin-bottom: 7px;
  letter-spacing: 0.5px; }

h6.light {
  font-size: 14px;
  margin-bottom: 7px;
  letter-spacing: 0.5px; }

h1.uppercase {
  letter-spacing: 3px; }

h2.uppercase {
  letter-spacing: 2.5px; }

h3.uppercase, h4.uppercase {
  letter-spacing: 2px; }

h5.uppercase, h6.uppercase {
  letter-spacing: 1.3px; }

h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
  margin-left: 13px; }

.text-align-center {
  text-align: center; }

p {
  padding-bottom: 27px; }

.row .col p:last-child, .container .row:last-child {
  padding-bottom: 0px; }

.wpb_wrapper .clear {
  padding-bottom: 0px; }

.wpb_wrapper > div {
  margin-bottom: 24px; }
  .wpb_wrapper > div:last-child {
    margin-bottom: 0px; }

.row .wpb_wrapper > img:last-child, .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
  margin-bottom: 0px; }

blockquote {
  font-weight: 300;
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px; }

.main-content ul, .main-content ol {
  margin-left: 30px;
  margin-bottom: 30px; }

.main-content ul li {
  list-style: disc;
  list-style-position: outside; }

.main-content ol li {
  list-style: decimal;
  list-style-position: outside; }

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

.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img, .main-content .col.span_4 .col.span_2 i, .main-content .col.span_3 .col.span_2 i, .main-content .col.span_2 .col.span_2 i, .main-content .col.span_6 .col.span_2 i {
  top: -4px; }

/*
object, object embed {
	display: block;
	height: auto;
	max-width: 100%!important;
}*/
code {
  display: block;
  clear: both;
  overflow: auto;
  padding: 10px 20px 20px 20px;
  white-space: pre;
  background-color: #f0f0f0;
  font: 12px "Andale Mono",Courier,"Courier New",monospace; }

#error-404 {
  text-align: center;
  margin-bottom: 45px; }

body #error-404 h1 {
  font-size: 250px !important;
  line-height: 250px !important;
  font-weight: 700; }

body #error-404 h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700; }

#boxed {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  padding: 0px;
  z-index: 10000;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
  #boxed .home-wrap, #boxed .container-wrap {
    overflow: hidden; }
  #boxed .page-header-no-bg + div {
    margin-top: 0;
    padding-top: 40px; }

body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #boxed .container-wrap {
  box-shadow: none !important; }

#boxed #footer-outer #footer-widgets, #boxed #footer-outer #copyright {
  padding-left: 50px;
  padding-right: 50px; }

#boxed #header-secondary-outer, #boxed #page-header-bg, #boxed #slide-out-widget-area-bg.fullscreen {
  width: auto !important;
  min-width: 1200px;
  left: auto !important;
  right: auto !important; }

#boxed #page-header-bg {
  background-color: #000;
  overflow: hidden !important; }

#boxed #header-secondary-outer {
  padding-right: 0px !important; }
  #boxed #header-secondary-outer ul#social > li:first-child a {
    border-left: 0px !important;
    padding-left: 0px !important; }
  #boxed #header-secondary-outer ul.sf-menu > li:last-child {
    border-right: 0px !important;
    padding-right: 0px !important; }
    #boxed #header-secondary-outer ul.sf-menu > li:last-child a {
      border-right: 0px !important;
      padding-right: 0px !important; }

#boxed #featured, #boxed .orbit > div {
  width: auto !important;
  left: auto !important;
  min-width: 1200px; }

#boxed #featured article {
  width: auto !important;
  left: auto !important;
  min-width: 1200px; }
  #boxed #featured article .post-title > a, #boxed #featured article .post-title h2 {
    left: 0px; }

#boxed #featured .orbit-slide.has-video .post-title > a {
  left: 22px; }

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  body[data-ext-responsive="false"] #boxed #featured, body[data-ext-responsive="false"] #boxed .orbit > div, body[data-ext-responsive="false"] #boxed #featured article {
    min-width: 980px; } }

.admin-bar #boxed .cart-menu-wrap {
  top: 38px !important; }

#boxed .cart-menu-wrap {
  top: 11px !important; }

#boxed .cart-menu {
  border-radius: 2px 0px 0px 2px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); }

body #boxed .cart-menu {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
  padding-left: 11px !important;
  padding-right: 10px !important; }

.span_10.iwt h2 {
  line-height: 20px; }

.span_10.iwt h3 {
  line-height: 18px; }

/*-------------------------------------------------------------------------*/
/*	3.	Header + Search Bar Styles
/*-------------------------------------------------------------------------*/
#header-space {
  height: 90px; }

body[data-header-color="dark"] #search-outer {
  background-color: #1F1F1F;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important; }

html body[data-header-color="dark"] header#top nav ul #search-btn > div {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }

body[data-header-color="dark"] #header-secondary-outer {
  background-color: #111;
  border-bottom: 1px solid #444; }

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a {
  border-left: 1px solid #222; }

body[data-header-color="dark"] #header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid #272727; }

body[data-header-color="dark"] header#top nav ul li a, body[data-header-color="dark"] #search-outer input {
  color: #A0A0A0; }

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a {
  color: #A0A0A0; }
  body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i {
    color: #A0A0A0; }

body[data-header-color="dark"] header#top #logo, body[data-header-color="dark"] header#top nav ul #search-btn a span {
  color: #A0A0A0; }

body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines {
  background-color: #A0A0A0; }
  body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines:after, body[data-header-color="dark"] header#top nav ul .slide-out-widget-area-toggle a i.lines:before {
    background-color: #A0A0A0; }

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i {
  color: #A0A0A0 !important; }

body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover {
  color: #fff !important; }
  body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover span.sf-sub-indicator i {
    color: #fff !important; }

#header-secondary-outer ul ul li a {
  font-size: 11px;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

body[data-header-color="dark"] #header-secondary-outer ul ul li a {
  background-color: #111;
  font-size: 11px;
  color: #A0A0A0; }

body[data-header-color="dark"] #header-secondary-outer #social .vimeo {
  background-image: url("../img/icons/social/vimeo-header-black.png") !important; }
  body[data-header-color="dark"] #header-secondary-outer #social .vimeo span {
    background-image: url("../img/icons/social/vimeo-header-black.png") !important; }

body[data-header-color="dark"] #header-secondary-outer #social .behance {
  background-image: url("../img/icons/social/behance-header-black.png") !important; }
  body[data-header-color="dark"] #header-secondary-outer #social .behance span {
    background-image: url("../img/icons/social/behance-header-black.png") !important; }

body[data-header-color="dark"] #header-secondary-outer li.current-menu-ancestor > a, body[data-header-color="dark"] #header-secondary-outer li.current-menu-item > a {
  color: #fff !important; }

body[data-header-color="dark"] #header-secondary-outer li.sfHover > a {
  color: #fff !important; }
  body[data-header-color="dark"] #header-secondary-outer li.sfHover > a i {
    color: #fff !important; }

header#top {
  position: relative;
  z-index: 9998;
  width: 100%; }
  header#top #logo {
    width: auto;
    max-width: none;
    display: block;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1.5px;
    color: #444444;
    font-weight: 600; }
    header#top #logo.no-image {
      margin-top: 4px; }
    header#top #logo .retina-logo {
      display: none !important; }
    header#top #logo .starting-logo {
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0; }
    header#top #logo:hover {
      color: #27CFC3; }
    header#top #logo img {
      /*max-height: 30px;*/
      text-indent: -9999px;
      max-width: none;
      width: auto;
      margin-bottom: 0px;
      display: block;
      transition: opacity 0.4s ease; }
  header#top .container .row {
    padding-bottom: 0px; }
  header#top nav > ul {
    float: right;
    overflow: visible !important;
    transition: padding 0.8s ease, margin 0.25s ease;
    min-height: 1px;
    line-height: 1px; }

/* retina logo */
@media only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  header#top #logo .retina-logo {
    display: block !important; }
  header#top #logo .default-logo {
    display: none !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  header#top #logo .retina-logo {
    display: block !important; }
  header#top #logo .default-logo {
    display: none !important; } }

@media only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 1000px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1000px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 1000px), only screen and (min-resolution: 144dpi) and (max-width: 1000px) {
  .midnightHeader.light header#top #logo .retina-logo:not(.starting-logo), .midnightHeader.dark header#top #logo .retina-logo:not(.starting-logo), .midnightHeader.default header#top #logo .retina-logo:not(.starting-logo) {
    display: none !important; } }

body header#top nav > ul.buttons {
  margin-left: 15px; }

header#top nav > ul.buttons {
  transition: padding 0.8s ease; }

header#top nav > ul .slide-out-widget-area-toggle {
  transition: margin 0.25s ease; }

.side-widget-open header#top nav > ul .slide-out-widget-area-toggle {
  transition: margin 0.75s ease; }

header#top nav ul li {
  float: right; }

header#top nav > ul > li {
  float: left; }
  header#top nav > ul > li > a {
    padding: 0px 10px 0px 10px;
    display: block;
    color: #676767;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }

html:not(.js) header#top nav > ul > li > a {
  padding-bottom: 46px; }

header#top nav > ul > li.button_solid_color > a:before {
  background-color: #27CFC3;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  width: 100%;
  height: 24px;
  content: ' ';
  z-index: -1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

header#top nav > ul > li.button_solid_color > a:hover:before {
  opacity: 0.85 !important; }

header#top nav > ul > li.button_bordered > a:before {
  border: 2px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  width: 100%;
  height: 34px;
  content: ' ';
  z-index: -1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear; }

header#top nav > ul > li.button_bordered > a:before {
  border-color: rgba(0, 0, 0, 0.4); }

.light-text header#top nav > ul > li.button_bordered > a:before {
  border-color: #fff; }

.dark-slide.transparent header#top nav > ul > li.button_bordered > a:before {
  border-color: #000 !important; }

header#top nav > ul > li.button_solid_color > a {
  color: #fff !important;
  opacity: 1 !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  margin-left: 10px; }

header#top nav > ul > li.button_bordered > a {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  margin-left: 10px; }

header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"], header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"] {
  color: #27CFC3; }

header#top nav ul li a {
  color: #888; }

.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current_page_item > a > .sf-sub-indicator [class^="icon-"] {
  color: #27CFC3; }

.sf-menu ul li.current_page_item > a, .sf-menu ul li.current-menu-ancestor > a, .sf-menu ul li.current_page_ancestor > a {
  color: #27CFC3; }

body header#top nav > ul > li > ul.temp-hidden-display, body #header-secondary-outer nav > ul > li > ul.temp-hidden-display {
  display: block !important;
  opacity: 0;
  left: 0 !important;
  right: auto !important; }

body header#top nav > ul > li.edge > ul, body #header-secondary-outer nav > ul > li.edge > ul, body header#top nav > ul > li li.edge > ul, body #header-secondary-outer nav > ul > li li.edge > ul {
  left: auto;
  right: 0; }

header#top .span_9 {
  position: static !important; }

header#top nav > ul > li.megamenu {
  position: inherit !important; }
  header#top nav > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0px;
    padding: 15px 0px;
    background-color: #1C1C1C; }
  header#top nav > ul > li.megamenu > ul > li {
    display: table-cell !important;
    float: none !important;
    padding: 0px 15px;
    width: 33.33%; }
    header#top nav > ul > li.megamenu > ul > li:last-child {
      border-right: none !important; }
  header#top nav > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33%; }
  header#top nav > ul > li.megamenu.columns-4 > ul > li {
    width: 25%; }
  header#top nav > ul > li.megamenu.columns-5 > ul > li {
    width: 20%; }
  header#top nav > ul > li.megamenu.columns-6 > ul > li {
    width: 16.66%; }
  header#top nav > ul > li.megamenu > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.08); }
    header#top nav > ul > li.megamenu > ul > li ul {
      display: block !important;
      top: 0px !important;
      width: 100%;
      opacity: 1 !important;
      left: 0px !important;
      position: relative !important; }
  header#top nav > ul > li.megamenu ul li a {
    border-bottom: none !important;
    padding: 9px 15px; }
  header#top nav > ul > li.megamenu > ul > li > a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px; }
  header#top nav > ul > li.megamenu > ul ul li a:hover, header#top nav > ul > li.megamenu > ul ul li.current-menu-item a {
    color: #CCCCCC !important;
    background-color: #272727 !important; }
  header#top nav > ul > li.megamenu > ul > li > a:hover, header#top nav > ul > li.megamenu > ul > li.sfHover > a {
    background-color: transparent !important; }

header#top .menu-item-language .iclflag {
  top: 1px;
  position: relative;
  margin-right: 4px; }

#header-secondary-outer .menu-item-language .iclflag {
  top: 1px;
  position: relative;
  margin-right: 4px;
  top: 2px; }

/*header#top nav ul #search-btn {
	margin-left: 15px!important;
}*/
header#top nav ul.buttons li {
  line-height: 12px;
  position: relative; }

header#top nav ul .slide-out-widget-area-toggle {
  margin-left: 15px;
  margin-right: 5px; }

header#top nav ul #search-btn > div {
  border-left: 1px solid #e7e7e7;
  padding-left: 19px; }

header#top nav ul #search-btn a {
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important; }

header#top nav ul .slide-out-widget-area-toggle a {
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  width: 22px; }

header#top nav ul[data-user-set-ocm="off"] .slide-out-widget-area-toggle {
  display: none; }

header#top nav ul #search-btn a span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 24px !important;
  height: 24px !important;
  background-color: transparent !important;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  header#top nav ul #search-btn a span:hover {
    color: #27CCC0 !important; }

#header-secondary-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background-color: #F8F8F8;
  border-bottom: 1px solid #ddd; }

body[data-header-color="custom"] #header-secondary-outer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.admin-bar #header-secondary-outer, .logged-in.buddypress #header-secondary-outer {
  top: 31px; }

#header-secondary-outer #social {
  float: left; }
  #header-secondary-outer #social li {
    float: left; }
  #header-secondary-outer #social a {
    line-height: 20px !important; }
  #header-secondary-outer #social i {
    height: 14px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    color: #a6a6a6 !important; }
    #header-secondary-outer #social i.icon-soundcloud {
      font-size: 18px !important; }
  #header-secondary-outer #social li a {
    position: relative;
    padding: 8px 10px 8px 10px !important;
    height: 16px !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important; }
  #header-secondary-outer #social a:hover i {
    color: #27CCC0 !important; }

#header-secondary-outer ul {
  height: 32px;
  z-index: 1000; }

#header-secondary-outer nav > ul > li > a {
  color: rgba(0, 0, 0, 0.55);
  border-left: 1px solid #ddd;
  line-height: 13px !important;
  font-size: 11px !important;
  padding: 10px !important; }

body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

#header-secondary-outer nav > ul > li > a:hover, #header-secondary-outer nav > ul > li.current-menu-item > a, #header-secondary-outer nav > ul > li.current-menu-ancestor > a {
  color: rgba(0, 0, 0, 0.8); }

#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
  margin-right: 5px;
  height: 11px !important; }

#header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid #ddd; }

body[data-header-color="custom"] #header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

#header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.45) !important; }

#header-secondary-outer ul ul li a {
  background-color: #1F1F1F;
  color: #CCCCCC; }

#header-secondary-outer ul > li.menu-item-language-current > a {
  height: 32px !important;
  padding-top: 8px !important; }

#header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo {
  background-color: #a6a6a6 !important;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px; }

#header-secondary-outer #social li a.behance:hover {
  background-color: #27CCC0 !important; }

#header-secondary-outer #social li a.vimeo {
  width: 15px; }
  #header-secondary-outer #social li a.vimeo:hover {
    background-color: #27CCC0 !important; }

#header-secondary-outer #social li a.behance {
  width: 17px; }

header#top nav ul #search-btn:hover span, header#top nav ul li.sfHover #search-btn:focus span {
  opacity: 1; }

header#top #toggle-nav {
  position: absolute;
  right: 0px;
  top: 5px;
  display: none;
  width: 36px;
  height: 28px;
  text-align: right;
  margin-bottom: 10px; }

header#top #mobile-cart-link {
  position: absolute;
  right: 32px;
  top: 4px;
  display: none;
  width: 36px;
  height: 28px;
  text-align: right;
  margin-bottom: 10px;
  z-index: 10000; }

header#top .span_9 > .slide-out-widget-area-toggle {
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 36px;
  height: 28px;
  text-align: right;
  margin-bottom: 10px;
  z-index: 10000; }

header#top #toggle-nav i, header#top #mobile-cart-link i, header#top .span_9 > .slide-out-widget-area-toggle i {
  background-color: transparent !important;
  color: #a9a9a9;
  line-height: 34px;
  font-size: 18px;
  width: 18px;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear; }

#search-outer {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  position: absolute;
  z-index: 10000;
  overflow: visible !important;
  display: none;
  background-color: #fff; }

#boxed #search-outer, #boxed #header-secondary-outer {
  padding-right: 0 !important; }

#search-box {
  position: relative; }

#search-outer .container {
  overflow: visible !important; }

#search-outer #search input[type=text] {
  width: 100%;
  color: #888;
  font-size: 43px;
  line-height: 43px;
  position: relative;
  padding: 0px !important;
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

#search-outer .ui-widget-content {
  background-color: #1F1F1F;
  border: none !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  background-image: none !important; }
  #search-outer .ui-widget-content li:hover {
    background-color: #272727;
    cursor: pointer; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: #272727;
  cursor: pointer; }

#search-outer .ui-widget-content li:hover a {
  background-image: none !important; }

#search-outer .ui-widget-content li:last-child a {
  border: none !important; }

#search-outer .ui-widget-content li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.ui-helper-hidden-accessible {
  display: none; }

#search-outer .ui-helper-hidden-accessible {
  display: none !important; }

#search-outer .ui-widget-content img {
  width: 40px !important;
  height: auto !important;
  float: left;
  margin-right: 15px; }

#search-outer .ui-widget-content i {
  width: 40px !important;
  height: auto !important;
  float: left;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 !important; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-menu {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2px; }

.ui-autocomplete {
  cursor: default;
  position: absolute; }

.ui-menu .ui-menu-item a {
  display: block;
  line-height: 1.5;
  padding: 0.2em 0.4em;
  text-decoration: none; }

#search-outer .ui-widget-content {
  width: 100% !important;
  left: 0 !important; }
  #search-outer .ui-widget-content li {
    line-height: 14px;
    clear: left;
    width: 100%;
    display: block;
    float: left;
    margin: 0px !important; }
    #search-outer .ui-widget-content li span.desc {
      position: relative;
      line-height: 14px;
      font-size: 11px; }
    #search-outer .ui-widget-content li a {
      color: #CCCCCC;
      line-height: 1.4em !important;
      transition: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: none !important;
      padding: 15px 15px; }

#search-outer > #search form {
  width: 92%;
  float: left; }

#search-outer #search #close {
  list-style: none; }
  #search-outer #search #close a {
    position: absolute;
    right: 0px;
    top: 24px;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10; }
    #search-outer #search #close a span {
      color: #a0a0a0;
      font-size: 18px !important;
      height: 20px !important;
      line-height: 19px !important;
      background-color: transparent !important;
      -webkit-transition: color 0.2s linear;
      -moz-transition: color 0.2s linear;
      -o-transition: color 0.2s linear;
      transition: color 0.2s linear; }

#search-outer > #search #close a:hover span {
  color: #27CFC3; }

#header-secondary-outer[data-full-width="true"] > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px !important; }

body .container .portfolio-filters-inline.full-width-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0 31px !important; }
  body .container .portfolio-filters-inline.full-width-content .container:not(.tab-container):not(.recent-post-container) {
    width: 100%;
    max-width: 100%;
    padding: 0 31px !important; }

#header-secondary-outer[data-full-width="true"] > .container nav > ul > li:last-child, #header-secondary-outer[data-full-width="true"] nav > ul#social > li:first-child > a {
  border: none; }

.row .col h3, .row .col h4 {
  margin-bottom: 8px; }

.row .col img {
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  height: auto; }

#mobile-menu {
  position: relative;
  top: 0px;
  display: none;
  background-color: #1F1F1F;
  padding: 0px;
  z-index: 100000; }
  #mobile-menu .container > ul > li:first-child {
    padding-top: 10px; }
  #mobile-menu .container > ul > li:last-child {
    padding-bottom: 10px; }
    #mobile-menu .container > ul > li:last-child a {
      border-bottom: 0px; }
  #mobile-menu ul li a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0 !important; }
    #mobile-menu ul li a .sf-sub-indicator i {
      color: #888 !important; }
  #mobile-menu ul li ul {
    display: none;
    margin-left: 20px; }
  #mobile-menu ul li a:hover {
    color: #fff; }
    #mobile-menu ul li a:hover [class^="icon-"] {
      color: #fff; }
  #mobile-menu li.open > a {
    color: #fff; }
  #mobile-menu ul li.current-menu-item > a, #mobile-menu ul li.current-menu-ancestor > a {
    color: #fff; }

body #mobile-menu li.open > a [class^="icon-"] {
  color: #27CFC3; }

#mobile-menu #mobile-search {
  margin: 10px 0px 0px 0px; }

#mobile-menu input[type=text] {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #171717;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 15px 15px 40px !important;
  border: 0px !important;
  border-bottom: 1px solid #2e2e2e !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  background-image: url(../img/icons/mag-glass-mobile.png);
  background-repeat: no-repeat;
  background-position: 15px center; }

@media only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #mobile-menu input[type=text] {
    background-size: 14px 14px;
    background-image: url(img/icons/mag-glass-mobile@2x.png) !important; } }

/*hhun*/
body[data-hhun="1"] #header-secondary-outer {
  position: absolute;
  top: 0; }

/* when hidden it goes up */
/* when shown & detached position is fixed */
/*-------------------------------------------------------------------------*/
/*	3.	Main Content
/*-------------------------------------------------------------------------*/
.row .col.section-title {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd; }

#full_width_portfolio .row .col.section-title {
  border-bottom: 0px;
  padding-bottom: 0px; }

.row .col.section-title.project-title, .row .col.section-title.blog-title {
  margin-bottom: 14px; }

.project-additional {
  margin-left: 0px !important;
  color: #999999;
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 0px !important; }
  .project-additional li {
    list-style: none !important; }

.home .row .col.section-title {
  padding: 0px 0px 3em 0px; }

.row .col.section-title h1 {
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative; }

.row .col.section-title h2 {
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 5px; }

.page-template-template-portfolio-php .row .col.section-title h1 {
  margin-bottom: 0px !important; }

.row .col.section-title h1 {
  top: 3px; }

.row .col.section-title span {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 300;
  padding-left: 10px; }

.archive.author .row .col.section-title span, .archive.category .row .col.section-title span, .archive.tag .row .col.section-title span, .archive.date .row .col.section-title span {
  padding-left: 0; }

.row .col.section-title h1 {
  font-size: 28px;
  margin-bottom: 0px; }

.row .col.section-title p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
  font-weight: 300; }

.wpb_wrapper > .divider, .wpb_wrapper > .divider-border, .wpb_wrapper > .divider-small-border {
  margin-bottom: 0px; }

.wpb_text_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0px; }

.divider {
  height: 20px; }

.span_12.light .divider-border {
  border-color: rgba(255, 255, 255, 0.3); }

.centered-text .divider-small-border {
  margin: 25px auto; }

.divider-small-border {
  margin: 25px 0;
  width: 20%;
  border-bottom: 1px solid #ddd; }

body .wpb_separator {
  border-color: rgba(0, 0, 0, 0.06); }

body .vc_text_separator {
  border-color: rgba(0, 0, 0, 0.06); }
  body .vc_text_separator div {
    background-color: #f8f8f8;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.5px;
    top: -20px; }

.light .divider-small-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.nectar-dropcap {
  font-size: 4em;
  display: block;
  float: left;
  padding: 5px 10px 0px 0; }
  .nectar-dropcap span {
    display: block; }

.col.boxed, .wpb_column.boxed {
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px 15px 15px 15px;
  position: relative;
  -webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;
  -moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;
  -o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;
  transition: top 0.2s linear,box-shadow 0.2s linear; }

.col.boxed span.bottom-line, .wpb_column.boxed span.bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #E8E8E8; }

.col.boxed img, .wpb_column.boxed img {
  padding: 0px 15px; }

.col.boxed:hover, .wpb_column.boxed:hover {
  top: -4px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

.col.centered-text, .wpb_column.centered-text {
  text-align: center; }

.col.centered-text ul, .wpb_column.centered-text ul {
  display: inline-block;
  text-align: center;
  margin-left: 0 !important; }

.col.centered-text ul {
  text-align: left; }

.wpb_column {
  background-position: center; }
  .wpb_column.centered-text ul {
    text-align: left; }
  .wpb_column[data-has-bg-color="true"] .wpb_wrapper, .wpb_column[data-hover-bg^="#"] .wpb_wrapper {
    position: relative;
    z-index: 2; }
  .wpb_column[data-has-bg-color="true"]:before, .wpb_column[data-hover-bg^="#"]:before, .wpb_column[data-has-bg-color="true"] .column-inner-wrap .column-inner:before, .wpb_column[data-hover-bg^="#"] .column-inner-wrap .column-inner:before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color 0.35s ease, opacity 0.35s ease;
    -webkit-transition: background-color 0.35s ease, opacity 0.35s ease;
    -o-transition: background-color 0.35s ease, opacity 0.35s ease;
    -moz-transition: background-color 0.35s ease, opacity 0.35s ease; }
  .wpb_column[data-has-bg-color="true"]:before, .wpb_column[data-hover-bg^="#"]:before {
    will-change: opacity, background-color; }

.col.centered-text img, .wpb_column.centered-text img {
  margin: 0 auto !important; }

.col.center img {
  margin: 0 auto !important; }

.col.span_3 .col.span_12 i, .col.span_4 .col.span_12 i {
  margin-bottom: 0px; }

body .wpb_text_column {
  margin-bottom: 0px; }
  body .wpb_text_column h2:last-child, body .wpb_text_column h3:last-child {
    margin-bottom: 10px; }

/* Full width content solumn sizing*/
.wpb_row .span_12 > .col.padding-1-percent, .column-inner.padding-1-percent {
  padding: 1%; }

.wpb_row .span_12 > .col.padding-2-percent, .column-inner.padding-2-percent {
  padding: 2%; }

.wpb_row .span_12 > .col.padding-3-percent, .column-inner.padding-3-percent {
  padding: 3%; }

.wpb_row .span_12 > .col.padding-4-percent, .column-inner.padding-4-percent {
  padding: 4%; }

.wpb_row .span_12 > .col.padding-5-percent, .column-inner.padding-5-percent {
  padding: 5%; }

.wpb_row .span_12 > .col.padding-6-percent, .column-inner.padding-6-percent {
  padding: 6%; }

.wpb_row .span_12 > .col.padding-7-percent, .column-inner.padding-7-percent {
  padding: 7%; }

.wpb_row .span_12 > .col.padding-8-percent, .column-inner.padding-8-percent {
  padding: 8%; }

.wpb_row .span_12 > .col.padding-9-percent, .column-inner.padding-9-percent {
  padding: 9%; }

.wpb_row .span_12 > .col.padding-10-percent, .column-inner.padding-10-percent {
  padding: 10%; }

.wpb_row .span_12 > .col.padding-11-percent, .column-inner.padding-11-percent {
  padding: 11%; }

.wpb_row .span_12 > .col.padding-12-percent, .column-inner.padding-12-percent {
  padding: 12%; }

.wpb_row .span_12 > .col.padding-13-percent, .column-inner.padding-13-percent {
  padding: 13%; }

.wpb_row .span_12 > .col.padding-14-percent, .column-inner.padding-14-percent {
  padding: 14%; }

.wpb_row .span_12 > .col.padding-15-percent, .column-inner.padding-15-percent {
  padding: 15%; }

.col[data-padding-pos="right"], .column-inner[data-padding-pos="right"] {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.col[data-padding-pos="left"], .column-inner[data-padding-pos="left"] {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.col[data-padding-pos="bottom"], .column-inner[data-padding-pos="bottom"] {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important; }

.col[data-padding-pos="top"], .column-inner[data-padding-pos="top"] {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important; }

.col[data-padding-pos="top-right"], .column-inner[data-padding-pos="top-right"] {
  padding-bottom: 0 !important;
  padding-left: 0 !important; }

.col[data-padding-pos="top-left"], .column-inner[data-padding-pos="top-left"] {
  padding-bottom: 0 !important;
  padding-right: 0 !important; }

.col[data-padding-pos="top-bottom"], .column-inner[data-padding-pos="top-bottom"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.col[data-padding-pos="bottom-right"], .column-inner[data-padding-pos="bottom-right"] {
  padding-left: 0 !important;
  padding-top: 0 !important; }

.col[data-padding-pos="bottom-left"], .column-inner[data-padding-pos="bottom-left"] {
  padding-right: 0 !important;
  padding-top: 0 !important; }

.col[data-padding-pos="left-right"], .column-inner[data-padding-pos="bottom-right"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/*****************Nectar Button ******************/
.btn {
  padding: 8px 16px; }

.nectar-button {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px !important;
  padding: 13px 18px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  background-color: #27CFC3;
  display: inline-block; }
  .nectar-button.small {
    border-radius: 2px 2px 2px 2px;
    font-size: 11px;
    padding: 8px 14px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset; }
  .nectar-button.medium {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset; }
  .nectar-button.large {
    font-size: 13px;
    padding: 15px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; }
  .nectar-button i {
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out; }

.portfolio-items .col .work-info .vert-center .custom-content .nectar-button i {
  opacity: 0; }

.nectar-button.small i {
  font-size: 16px;
  line-height: 16px;
  right: 26px; }

.nectar-button i.icon-button-arrow {
  font-size: 20px; }

.nectar-button.medium i.icon-button-arrow, .nectar-button.small i.icon-button-arrow {
  font-size: 16px; }

.nectar-button span {
  left: 0px;
  transition: opacity 0.2s ease-out, left 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out;
  position: relative; }

.nectar-button.has-icon, .nectar-button.tilt.has-icon {
  padding-left: 42px;
  padding-right: 42px; }

body[data-button-style="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon, body[data-button-style="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon {
  padding-left: 42px;
  padding-right: 42px; }

.nectar-button.has-icon.small, .nectar-button.tilt.has-icon.small {
  padding-left: 33px;
  padding-right: 33px; }

.nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span {
  left: -18px; }

.nectar-button.has-icon.small:hover span, .nectar-button.tilt.small.has-icon span {
  left: -14px; }

.nectar-button.has-icon:hover i, .nectar-button.tilt.has-icon i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
  right: 24px; }

.nectar-button.small.has-icon:hover i, .nectar-button.small.tilt.has-icon i {
  right: 16px; }

.nectar-button:hover {
  opacity: 0.75;
  color: #fff; }

.full-width-section .light .nectar-button:hover {
  opacity: 0.75;
  color: #fff; }

.full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3) {
  opacity: 0.9; }

.text_on_hover.product .add_to_cart_button {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px !important;
  position: relative;
  text-transform: uppercase; }

.text_on_hover.product a.added_to_cart {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px !important;
  position: relative;
  text-transform: uppercase;
  border-radius: 2px; }

.nectar-button.see-through, body .nectar-button.see-through, .text_on_hover.product .add_to_cart_button {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  opacity: 1 !important;
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border: 2px solid rgba(255, 255, 255, 0.75); }

.nectar-button.see-through-2, .nectar-button.see-through-3 {
  background-color: transparent;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  opacity: 1;
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border: 2px solid rgba(255, 255, 255, 0.75); }

.nectar-button.see-through-2:hover {
  background-color: transparent; }

.nectar-button.see-through-3 {
  border: 2px solid white; }
  .nectar-button.see-through-3:hover {
    background-color: transparent; }

/* rounded buttons */
body[data-button-style="rounded"] .nectar-button.see-through, body[data-button-style="rounded"] .nectar-button.see-through-2, body[data-button-style="rounded"] .nectar-button.see-through-3, body[data-button-style="rounded"] .portfolio-filters-inline .container ul li a, body[data-button-style="rounded"] #to-top, body[data-button-style="rounded"] .flex-direction-nav a {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"] #pagination span, body[data-button-style="rounded"] #pagination a, body[data-button-style="rounded"] #pagination .next.inactive, body[data-button-style="rounded"] #pagination .prev.inactive {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style="rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"] input[type=submit], body[data-button-style="rounded"] button[type=submit], body[data-button-style="rounded"] input[type="button"], body[data-button-style="rounded"] button {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"] .nectar-button, body[data-button-style="rounded"] .swiper-slide .button a {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"] header#top nav > ul > li.button_solid_color > a:before, body[data-button-style="rounded"] header#top nav > ul > li.button_bordered > a:before {
  border-radius: 200px !important;
  -webkit-border-radius: 200px !important;
  -o-border-radius: 200px !important; }

body[data-button-style="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding: 12px 18px; }

body .nectar-button.see-through:hover {
  border: 2px solid white; }

.col.light .nectar-button.see-through-2, .col.light .nectar-button.see-through-3 {
  color: #fff; }

.col.light .nectar-button.see-through {
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff; }
  .col.light .nectar-button.see-through:hover {
    border: 2px solid white; }

.col.dark .nectar-button.see-through, .col.dark .nectar-button.see-through-2 {
  border: 2px solid rgba(0, 0, 0, 0.75);
  color: #444444; }

.col.dark .nectar-button.see-through:hover {
  border: 2px solid black; }

body .nectar-button.see-through-2:hover, body .col.dark .nectar-button.see-through-2:hover, body .nectar-button.see-through-3:hover, body .col.dark .nectar-button.see-through-3:hover {
  border-color: #27CFC3;
  background-color: #27CFC3;
  color: #fff;
  opacity: 1 !important; }

h2 .nectar-button {
  top: -6px; }

.nectar-button:not([data-color-override="false"]), .nectar-button:not([data-hover-color-override="false"]) {
  visibility: hidden; }

/*-------------------------------------------------------------------------*/
/*	4.	Plugin Related Styles
/*-------------------------------------------------------------------------*/
/***************** Superfish ******************/
.sf-menu {
  line-height: 1; }
  .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; }
    .sf-menu ul li {
      width: 100%; }
  .sf-menu li {
    float: left;
    position: relative; }
    .sf-menu li:hover {
      visibility: inherit; }
      .sf-menu li:hover ul {
        left: 0;
        top: 2.5em;
        z-index: 99; }
    .sf-menu li.sfHover ul {
      left: 0;
      top: 2.5em;
      z-index: 99; }

header#top .sf-menu > li:hover > ul, header#top .sf-menu > li.sfHover > ul {
  top: 60px; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 10.8em;
  top: -10px; }

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0; }

.sub-menu {
  z-index: 3; }

.sf-menu {
  float: left;
  margin-bottom: 30px; }
  .sf-menu li li a {
    padding-left: 1.25em; }
    .sf-menu li li a:visited {
      padding-left: 1.25em; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    outline: 0 none; }
  .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0 none; }
  .sf-menu ul li a {
    margin: 0;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

.sf-sub-indicator {
  display: inline-block;
  width: 10px;
  position: relative;
  left: 8px;
  height: 10px; }
  .sf-sub-indicator i {
    width: 8px; }
  .sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
    color: #888;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    background-color: transparent !important; }

.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
  color: #27CFC3; }

.sf-menu ul li:hover > a, .sf-menu ul li.sfHover > a {
  color: #27CFC3; }

.sf-shadow ul.sf-shadow-off {
  background: none repeat scroll 0 0 transparent; }

.sf-vertical {
  width: 100%; }
  .sf-vertical li {
    width: 100%; }
    .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
      left: 100%;
      top: 0; }

.sf-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  line-height: 1; }
  .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10; }
  .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 19em; }
    .sf-menu ul li {
      font-size: 12px;
      width: 100%; }
      .sf-menu ul li li {
        font-size: 12px;
        width: 100%; }
      .sf-menu ul li:last-child a {
        border-bottom: medium none; }
  .sf-menu li {
    float: left;
    line-height: 12px !important;
    font-size: 12px !important;
    position: relative; }
    .sf-menu li:hover {
      visibility: inherit; }
  .sf-menu a {
    display: block;
    position: relative; }
  .sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 33px;
    z-index: 999; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 15em;
  top: 0px; }

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 15em;
  top: 0; }

.sf-menu .sf-with-ul a {
  min-width: 1px;
  padding-right: 16px !important; }

header#top .sf-menu li ul li a {
  font-size: 12px;
  line-height: 13px;
  color: #ccc;
  transition: none;
  letter-spacing: 0;
  background-color: #1C1C1C; }

.sf-menu {
  float: right; }
  .sf-menu li ul {
    box-shadow: 0px 0px 39px -1px rgba(0, 0, 0, 0.19); }
    .sf-menu li ul li.sfHover > a {
      color: #27CFC3; }
      .sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {
        color: #27CFC3; }
    .sf-menu li ul li .sf-sub-indicator {
      right: 14px;
      left: auto;
      top: 14px;
      display: block;
      position: absolute; }
  .sf-menu li li ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    left: 16em !important; }
  .sf-menu a {
    margin: 0 1px;
    padding: 0.75em 1em 32px;
    text-decoration: none; }
  .sf-menu ul li {
    font-weight: normal; }
  .sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {
    box-shadow: none; }
  .sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none; }
  .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none; }

.mejs-overlay-button, .mejs-overlay-loading {
  display: none !important; }

.home-wrap {
  padding-top: 3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
  background-color: #f8f8f8; }

html:not(.js) .home-wrap {
  padding-top: 0px; }

html.no-overflow-y {
  overflow-y: hidden !important; }

/***************** Nectar Slider ******************/
/*body[data-hhun="1"][data-header-resize="0"][data-transparent-header="false"]  .parallax_slider_outer.first-section,
body[data-hhun="1"][data-transparent-header="false"]  .parallax_slider_outer.first-section,
body[data-hhun="1"][data-header-resize="0"][data-transparent-header="false"] #page-header-wrap,
body[data-hhun="1"][data-transparent-header="false"] #page-header-wrap {
	margin-top: -30px!important;
}*/
.swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover; }

.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active {
  z-index: 50; }

.mobile-video-image {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover; }

.swiper-slide .container {
  z-index: 100; }

.swiper-slide .image-bg {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.swiper-slide[data-bg-alignment="top"] .image-bg {
  background-position: center top; }

.swiper-slide[data-bg-alignment="center"] .image-bg {
  background-position: center center; }

.swiper-slide[data-bg-alignment="bottom"] .image-bg {
  background-position: center bottom; }

.swiper-slide .content {
  color: #fff;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 250px;
  z-index: 100; }

.no-transform {
  transform: inherit !important;
  -webkit-transform: inherit !important; }

#boxed .swiper-slide .content, #boxed .slider-prev, #boxed .slider-next {
  /*opacity: 1!important;
    -webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    -o-transform: translate(0, 0)!important;*/ }

.parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content {
  margin-top: 23px;
  margin-left: -10px; }

body[data-header-resize="0"] .parallax_slider_outer.first-section {
  margin-top: 0 !important; }

.parallax_slider_outer.first-section .swiper-slide .content {
  -webkit-backface-visibility: hidden; }

body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination, body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination {
  padding-right: 13px; }

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

html:not(.js) .nectar-slider-wrap {
  display: block; }

.nectar-slider-loading {
  background-color: #393939;
  background-position: center;
  background-repeat: repeat;
  background-image: url("img/textures/diagonal_line.png");
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .nectar-slider-loading.default-loader .loading-icon {
    background-image: none !important; }

.pp_loaderIcon.default_loader {
  background-image: none !important; }

.nectar-slider-loading.default-loader .loading-icon span {
  border: 3px solid #666;
  background-color: #393939; }

.pp_loaderIcon span {
  border: 3px solid #666; }

.nectar-slider-loading .loading-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/icons/nectar-loading.gif");
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

body[data-ajax-transitions="true"][data-apte="center_mask_reveal"] .nectar-slider-loading {
  display: none !important; }

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded {
  background-color: #393939 !important; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
  margin-top: 0px; }

.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content .buttons {
  opacity: 0;
  padding-top: 55px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content p, .nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h2, .nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .buttons {
  opacity: 1 !important;
  padding-top: 0 !important; }

.swiper-slide .content p i {
  border-radius: 0px !important;
  width: 24px !important;
  font-size: 20px !important;
  background-color: transparent !important; }

.swiper-slide .content iframe {
  max-width: 1100px; }

.swiper-slide .content.centered {
  text-align: center; }

.swiper-slide .content img {
  margin-bottom: 30px; }

.swiper-slide .content h2 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -1px;
  display: block;
  color: #fff;
  font-weight: 300; }

#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
  font-size: 50px;
  line-height: 70px; }

.vc_span3 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content h2, .vc_span4 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content h2, .vc_span6 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content h2, .vc_span8 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content h2, .vc_span9 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content h2 {
  font-size: 40px;
  line-height: 60px !important; }

.swiper-slide .content p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300; }
  .swiper-slide .content p.transparent-bg span {
    padding: 4px 0px;
    display: inline;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    line-height: 45px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
  line-height: 40px; }

.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4); }

.vc_span3 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content p, .vc_span4 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content p, .vc_span6 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content p, .vc_span8 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content p, .vc_span9 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content p {
  font-size: 17px !important;
  line-height: 28px !important; }

.swiper-slide .content p::selection, .swiper-slide .content h2::selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-slide .button a::selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-container div::selection, .swiper-container span::selection, .swiper-container img::selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-slide .content p::-moz-selection, .swiper-slide .content h2::-moz-selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-slide .button a::-moz-selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-container div::-moz-selection, .swiper-container span::-moz-selection {
  background: transparent !important;
  color: #fff !important; }

swiper-container img::-moz-selection {
  background: transparent !important;
  color: #fff !important; }

.swiper-slide[data-color-scheme="dark"] .content p::selection, .swiper-slide[data-color-scheme="dark"] .content h2::selection {
  background: transparent !important;
  color: #000 !important; }

.swiper-slide[data-color-scheme="dark"] .button.transparent a::selection, .swiper-slide[data-color-scheme="dark"] img::selection {
  background: transparent !important;
  color: #000 !important; }

.swiper-container .swiper-slide[data-color-scheme="dark"] span::selection {
  background: transparent !important;
  color: #000 !important; }

.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection, .swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection {
  background: transparent !important;
  color: #000 !important; }

.swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection, .swiper-slide[data-color-scheme="dark"] img::-moz-selection {
  background: transparent !important;
  color: #000 !important; }

.swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection {
  background: transparent !important;
  color: #000 !important; }

.lines-button.x2.close .lines {
  background-color: transparent !important; }

.swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.video-texture {
  height: 3000px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 10; }

.active_texture {
  background-image: url(img/textures/grid.png); }

.swiper-slide .button {
  display: inline-block;
  padding: 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  /*-webkit-transform-style: preserve-3d;*/
  -moz-transform-style: preserve-3d;
  /*transform-style: preserve-3d;*/ }

.swiper-slide .buttons > div:last-child {
  padding-right: 0px !important; }

.swiper-slide .buttons > div:first-child {
  padding-left: 0px; }

.swiper-slide .button.solid_color_2 {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block; }

.tilt-button-wrap {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block; }

.swiper-slide .button.solid_color_2:before {
  -webkit-font-smoothing: antialiased; }

.swiper-slide .button.solid_color_2 a:hover {
  -webkit-transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3);
  -moz-transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3);
  transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3); }

.nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover:after, .nectar-button.tilt:hover:after, .swiper-slide .button.solid_color_2 a:hover:before, .nectar-button.tilt:hover:before {
  -webkit-transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3);
  -moz-transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3);
  transition: all 0.45s cubic-bezier(0.68, 0, 0.265, 3); }

.swiper-slide .button.solid_color_2 a, .nectar-button.tilt {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  /* FF jagged edges fix */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: none;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  border-bottom: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  -webkit-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1); }

body[data-button-style="rounded"] .nectar-button.tilt, body[data-button-style="rounded"] .swiper-slide .button-wrap a {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.swiper-slide .button.solid_color_2 a:after, .nectar-button.tilt:after {
  width: 100%;
  height: 37%;
  left: 0;
  top: -35%;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-font-smoothing: antialiased; }

.swiper-slide .button.solid_color_2 a:before, .nectar-button.tilt:before {
  width: 100%;
  height: 30%;
  left: 0;
  top: 99%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  -webkit-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 0.55s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-font-smoothing: antialiased;
  content: '';
  position: absolute;
  z-index: -1; }

.swiper-slide .button.solid_color_2 a:hover, .nectar-button.tilt:hover {
  -webkit-transform: rotateX(20deg);
  -moz-transform: rotateX(20deg);
  -ms-transform: rotateX(20deg);
  transform: rotateX(20deg); }

.swiper-slide .button.solid_color_2 .button-wrap, .tilt-button-inner {
  overflow: hidden;
  padding: 3px 0px;
  display: inline; }

.swiper-slide .button a {
  background-color: #6bc1b9;
  color: #fff;
  border-radius: 2px;
  padding: 13px 17px;
  text-decoration: none;
  /*box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);*/
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
  transition: border-color 0.2s linear, background-color 0.2s linear;
  -moz-transition: border-color 0.2s linear, background-color 0.2s linear;
  -o-transition: border-color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear, background-color 0.2s linear; }

div[data-button-sizing="large"] .swiper-slide .button a {
  font-size: 15px;
  padding: 18px 40px; }

div[data-button-sizing="large"] .swiper-slide .button.transparent a, div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a {
  padding: 18px 40px !important; }

div[data-button-sizing="jumbo"] .swiper-slide .button a {
  font-size: 18px;
  padding: 25px 45px; }

div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a {
  padding: 23px 45px !important; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
  padding: 10px 15px !important; }

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button.transparent a {
  padding: 8px 15px !important; }

.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a {
  box-shadow: none !important;
  padding: 11px 17px !important;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.7); }

.swiper-slide .button.transparent a:hover {
  border: 2px solid white; }

.swiper-slide .button.transparent_2 a:hover {
  border-color: transparent !important;
  background-color: #27CFC3;
  color: #fff !important; }

.swiper-slide[data-color-scheme="dark"] .content h2, .swiper-slide[data-color-scheme="dark"] .content p {
  color: #111;
  text-shadow: none !important; }

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
  color: #111;
  text-shadow: none !important; }

.swiper-wrapper .swiper-slide[data-color-scheme="dark"] .slider-down-arrow i.icon-default-style[class^="icon-"] {
  color: #111 !important; }

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
  border: 2px solid rgba(0, 0, 0, 0.4) !important; }

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover, .swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
  border: 2px solid black !important; }

.swiper-slide[data-x-pos="left"] .content {
  text-align: left; }
  .swiper-slide[data-x-pos="left"] .content p {
    margin: 0px; }

.swiper-slide[data-x-pos="centered"] .content {
  text-align: center; }

.swiper-slide[data-x-pos="right"] .content {
  width: 50%;
  left: auto;
  right: 0px; }
  .swiper-slide[data-x-pos="right"] .content p {
    margin: 0px; }
  .swiper-slide[data-x-pos="right"] .content .buttons {
    clear: both; }
  .swiper-slide[data-x-pos="right"] .content p:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  /*-moz-transform:translate3d(0px,0,0);*/
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 2s;
  /*transform:translate3d(0px,0,0);*/
  transition-timing-function: ease; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative; }

.nectar-slider-wrap[data-transition="fade"] .swiper-wrapper {
  transition: none !important;
  -webkit-transition: none !important; }

.nectar-slider-wrap[data-transition="fade"] .swiper-slide {
  transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease; }
  .nectar-slider-wrap[data-transition="fade"] .swiper-slide:not(.swiper-slide-active) {
    opacity: 0; }

.swiper-slide .video-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  overflow: hidden; }

.slider-pagination {
  position: absolute;
  z-index: 20;
  bottom: 25px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0; }
  .slider-pagination .swiper-pagination-switch {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    width: 10px;
    transition: background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: background-color 0.2s linear, border-color 0.2s linear; }
    .slider-pagination .swiper-pagination-switch:hover {
      background-color: #fff; }

.swiper-container .slider-pagination .swiper-active-switch {
  background: none repeat scroll 0 0 #FFFFFF; }

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch {
  background: none repeat scroll 0 0 #FFFFFF; }

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch {
  background-color: transparent !important;
  width: 26px;
  height: 26px;
  margin: 0px;
  position: relative;
  border: none !important; }
  .swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i {
    background-color: #e8e8e8;
    border: none !important;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    top: 10px;
    left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    transition: all 0.13s ease;
    -moz-transition: all 0.13s ease;
    -webkit-transition: all 0.13s ease;
    -o-transition: all 0.13s ease;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    border-radius: 50%; }
  .swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch:hover i {
    background-color: #fff; }

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  background-color: #fff; }

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch i {
  background-color: #111;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch.swiper-active-switch i, .swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch:hover i {
  background-color: #000; }

.slider-pagination.dark-cs .swiper-pagination-switch {
  border: 1px solid #000;
  background-color: transparent; }
  .slider-pagination.dark-cs .swiper-pagination-switch:hover {
    background: none repeat scroll 0 0 #000; }

.slider-pagination.dark-cs .swiper-active-switch {
  background: none repeat scroll 0 0 #000; }

.swiper-container .slider-prev, .swiper-container .slider-next {
  position: absolute;
  z-index: 130;
  top: 50%;
  height: 54px;
  margin-top: -28px;
  width: 100%; }

.swiper-slide .content .buttons {
  position: relative; }

.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev, .nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next {
  margin-top: 0px; }

.parallax_slider_outer.first-section .swiper-container .slider-prev, .parallax_slider_outer.first-section .swiper-container .slider-next {
  margin-top: 0px;
  -webkit-backface-visibility: hidden; }

.slider-prev.dark-cs, .slider-next.dark-cs {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.slider-prev.dark-cs:hover, .slider-next.dark-cs:hover {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.slider-prev.dark-cs i, .slider-next.dark-cs i {
  color: #000;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear; }

.swiper-container .dark-cs.slider-prev .slide-count span, .swiper-container .dark-cs.slider-next .slide-count span {
  color: #000;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear; }

.swiper-container .slider-prev, .swiper-container .slider-next {
  position: absolute;
  z-index: 130;
  display: block;
  color: #fff;
  height: 60px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear; }

.swiper-container .slider-prev .slide-count span {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; }

.swiper-container .slider-next .slide-count {
  left: auto;
  right: 0px; }
  .swiper-container .slider-next .slide-count span {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; }

.swiper-container .slide-count {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 64px;
  width: 50px;
  font-size: 10px !important; }
  .swiper-container .slide-count i {
    opacity: 0.7;
    top: 17px;
    line-height: normal !important;
    font-size: 26px !important; }
  .swiper-container .slide-count .slide-current {
    position: absolute;
    top: 14px;
    left: 15px;
    height: 10px;
    line-height: 10px; }
    .swiper-container .slide-count .slide-current.double-digits {
      top: 16px !important;
      left: 9px !important; }
  .swiper-container .slide-count .slide-total {
    position: absolute;
    top: 35px;
    left: 31px;
    height: 10px;
    line-height: 10px; }

.swiper-container .slider-next {
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 4px 0px 0px 4px; }

.swiper-container .mejs-poster {
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important; }

.nectar-slider-wrap {
  overflow: hidden;
  position: relative;
  left: 0px; }

.parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap {
  will-change: transform; }

.parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide .content, .parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-slide:not(.static):not(.caption-no-fade) .content {
  will-change: transform, opacity; }

.parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap[data-parallax="true"] .swiper-container .slider-next, .parallax_slider_outer.first-section:not(.element-out-of-view) .nectar-slider-wrap[data-parallax="true"] .swiper-container .slider-prev {
  will-change: transform, opacity; }

.parallax_slider_outer.first-section:not(.element-out-of-view) .swiper-wrapper .slider-down-arrow {
  will-change: transform, opacity; }

.parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px !important; }

.nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px -56px 0px -56px !important; }

.full-width-content .wpb_column .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0 !important; }

body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"], body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0 -4.5% !important; }

.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
  padding: 0px 50px !important; }

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
  padding: 0px 100px; }

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
  padding: 0px 100px 0px 0px !important; }

.nectar-slider-wrap[data-full-width="true"].first-section, .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: -70px; }

@media only screen and (min-width: 1000px) {
  body[data-transparent-header="false"][data-bg-header="true"] .wpb_row.first-section {
    margin-top: -43px !important; } }

body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section {
  margin-top: 0px !important; }
  body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section .swiper-slide .content {
    margin-top: 0px !important; }

#post-area.span_9 .nectar-slider-wrap[data-full-width="true"].first-section, #post-area.span_9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: 0px !important; }

.parallax_slider_outer.first-section {
  margin-bottom: -2px !important;
  margin-top: -42px; }
  .parallax_slider_outer.first-section .nectar-slider-wrap {
    position: fixed;
    left: 0px !important;
    -webkit-backface-visibility: hidden;
    z-index: 2; }

.no-left-margin.first-section {
  height: auto !important; }
  .no-left-margin.first-section .nectar-slider-wrap {
    left: 0 !important; }

body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  left: auto !important;
  /*position: relative!important;*/ }

.parallax_slider_outer .swiper-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-backface-visibility: hidden; }
  .parallax_slider_outer .swiper-container .slider-prev {
    left: 0px !important; }
  .parallax_slider_outer .swiper-container .slider-next {
    right: 0px !important; }

.parallax_slider_outer.first-section .nectar-slider-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-backface-visibility: hidden; }

body[data-smooth-scrolling="1"] .parallax_slider_outer .swiper-container .slider-next {
  right: 16px !important; }

body[data-smooth-scrolling="1"] .parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-container .slider-next {
  right: 0px !important; }

body[data-smooth-scrolling="1"] #boxed .parallax_slider_outer .nectar-slider-wrap .swiper-container .slider-next {
  right: 0px !important; }

.swiper-container .slider-prev:hover, .swiper-container .slider-next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.swiper-container .slider-prev i, .swiper-container .slider-next i {
  font-size: 21px;
  background-color: transparent !important;
  line-height: 64px; }

.swiper-container .slider-prev > i, .swiper-container .slider-next > i {
  width: 20px !important; }

.swiper-container .slider-prev > i {
  position: absolute;
  padding-right: 0px;
  left: 13px; }

.swiper-container .slider-next > i {
  position: absolute;
  right: 13px;
  left: auto; }

.swiper-container .slider-prev .slide-count {
  right: 6px !important;
  left: auto !important;
  text-align: center; }

.swiper-container .slider-next {
  right: 0px;
  padding-left: 4px;
  opacity: 0; }
  .swiper-container .slider-next .slide-count {
    left: 6px !important;
    text-align: center; }

.swiper-container .slider-prev {
  left: 0px;
  padding-right: 4px;
  opacity: 0; }

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-next {
  right: 8px; }

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"][data-parallax="true"] .swiper-container .slider-next {
  right: 10px; }

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-prev {
  left: 7px; }

/* Swiper Styles */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  /*-moz-transform:translate3d(0px,0,0);*/
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  transition-property: transform, left, top;
  transition-duration: 0s;
  /*transform:translate3d(0px,0,0);*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 0px; }

.nectar-slider-wrap:not([data-transition="fade"]) .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

.swiper-container {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative; }

.swiper-slide {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative; }
  .swiper-slide .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .swiper-slide .video-wrap video {
      top: 0px;
      position: relative;
      -webkit-backface-visibility: hidden !important; }

.swiper-container .mejs-container .mejs-controls {
  display: none !important; }

.entire-slide-link {
  position: absolute;
  z-index: 100;
  height: 3000px;
  width: 100%;
  opacity: 0;
  transition: none !important; }

/*.nectar-slider-wrap[data-full-width="true"] .swiper-container {
	opacity: 0;
}*/
@keyframes fadebottom {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px); }
  25% {
    opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px); }
  30% {
    opacity: 0;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px); }
  45% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px); } }

@-webkit-keyframes fadebottom {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  25% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px); }
  30% {
    opacity: 0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  45% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }

.swiper-wrapper .slider-down-arrow {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 50%;
  margin-left: -30px; }

body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow {
  margin-left: -38px; }

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px !important;
  width: 60px;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 60px !important;
  animation: 3.4s ease-in-out infinite fadebottom;
  -webkit-animation: 3.4s ease-in-out infinite fadebottom; }

/* next prev navigation styling */
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
  background-color: transparent !important;
  padding: 0 !important;
  width: 60px;
  line-height: 50px;
  height: 50px; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
  width: 80px;
  background-color: transparent !important;
  padding: 0 !important;
  line-height: 50px;
  height: 50px; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next {
  margin-right: -15px; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
  border-radius: 100px;
  width: 50px !important;
  line-height: 44px !important;
  height: 50px !important;
  border: 3px solid #fff;
  max-width: none !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i {
  width: 80px !important;
  line-height: 44px !important;
  height: 50px !important;
  max-width: none !important;
  font-size: 60px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  border: none !important; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
  width: 80px !important;
  line-height: 44px !important;
  height: 50px !important;
  max-width: none !important;
  font-size: 60px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  border: none !important; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i {
  right: 29px !important; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i {
  left: 29px !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs i {
  border: 3px solid #000; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture {
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear; }
  .nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.light-overlay {
    background-color: rgba(255, 255, 255, 0.8); }
  .nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.dark-overlay {
    background-color: rgba(0, 0, 0, 0.55); }
  .nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-light-overlay {
    background-color: rgba(255, 255, 255, 0.4); }
  .nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-dark-overlay {
    background-color: rgba(0, 0, 0, 0.35); }
  .nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.no-trans {
    transition: none;
    -webkit-transition: none; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs-preview i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs-preview i {
  border: 3px solid #000;
  color: #000; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i {
  position: relative;
  left: 38px !important; }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i {
  position: relative;
  left: 38px !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
  position: relative;
  right: 38px !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
  line-height: 49px;
  font-size: 34px; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide {
  transition: transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -webkit-transition: transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev {
  transition: margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  -webkit-transition: margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.high-z-index {
  z-index: 1000;
  transform: translate(-161px, 0px);
  -webkit-transform: translate(-165px, 0px); }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index {
  z-index: 1000;
  transform: translate(161px, 0px);
  -webkit-transform: translate(165px, 0px); }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index-static {
  z-index: 1000; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.next-arrow-move {
  margin-right: 3px !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.prev-arrow-move {
  margin-left: 15px !important; }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.next-move {
  z-index: 100;
  transform: translate(-40px, 0px);
  -webkit-transform: translate(-40px, 0px); }

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-move {
  z-index: 100;
  transform: translate(40px, 0px);
  -webkit-transform: translate(40px, 0px); }

.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }

.classic_enhanced article .flickity-viewport {
  transform: scale(1.01);
  -webkit-transform: scale(1.01); }

.nectar-flickity:not(.masonry) .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 60px 0; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.nectar-flickity:not(.masonry) .flickity-slider .cell {
  width: 66%;
  margin-right: 3%;
  counter-increment: gallery-cell; }
  .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    margin: 0;
    vertical-align: middle;
    max-width: none;
    width: 100%; }

.flickity-slider .cell {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .flickity-slider .cell a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.classic_enhanced .flickity-slider .cell img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent !important;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px !important;
  transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }

.classic_enhanced .flickity-prev-next-button svg {
  transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }

.classic_enhanced article .flickity-prev-next-button {
  top: 0;
  transform: none;
  -webkit-transform: none;
  right: 0;
  position: relative !important;
  display: block;
  float: left;
  border-radius: 0 !important;
  color: #fff;
  line-height: 26px;
  height: 26px; }

.classic_enhanced article .item-count {
  top: 0;
  transform: none;
  -webkit-transform: none;
  right: 0;
  position: relative !important;
  display: block;
  float: left;
  border-radius: 0 !important;
  color: #fff;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  z-index: 1001;
  transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }

.nectar-flickity .control-wrap {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 1000;
  cursor: pointer; }

.classic_enhanced .wide_tall .control-wrap {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 1000;
  cursor: pointer; }

.classic_enhanced .flickity-prev-next-button.next:after, .classic_enhanced .flickity-prev-next-button.previous:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  top: 12px;
  opacity: 0;
  left: -4px;
  cursor: pointer;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }

.classic_enhanced .flickity-prev-next-button.next:after {
  left: 5px; }

.classic_enhanced .flickity-prev-next-button.next:hover:after {
  opacity: 1;
  transform: translateX(-6px);
  -webkit-transform: translateX(-6px); }

.classic_enhanced .flickity-prev-next-button.previous:after {
  transform: translateX(20px);
  -webkit-transform: translateX(20px); }

.classic_enhanced .flickity-prev-next-button.previous:hover:after {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px); }

.classic_enhanced .flickity-prev-next-button.previous:hover svg {
  transform: translateX(-18px);
  -webkit-transform: translateX(-18px); }

.classic_enhanced .flickity-prev-next-button.previous.next-hovered {
  transform: translateX(-18px);
  -webkit-transform: translateX(-18px); }

.classic_enhanced .item-count.next-hovered {
  transform: translateX(-18px);
  -webkit-transform: translateX(-18px); }

/* big buttons, no circle */
.flickity-prev-next-button {
  background: transparent; }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.no-svg {
    color: white; }
  .flickity-prev-next-button:disabled {
    display: none; }
  .flickity-prev-next-button:hover {
    background: white; }
  .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    /* IE8 */
    opacity: 0.6; }

/* hide disabled button */
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #fff; }

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* color & size if no SVG - IE8 and Android 2.3 */
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots {
  bottom: -45px;
  margin: 0 !important; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 8px;
    filter: alpha(opacity=25);
    /* IE8 */
    opacity: 0.25;
    cursor: pointer;
    transition: all 0.1s linear;
    height: 30px;
    width: 30px;
    position: relative;
    margin: 0 5px; }
    .flickity-page-dots .dot.is-selected {
      filter: alpha(opacity=100);
      /* IE8 */
      opacity: 1; }
    .flickity-page-dots .dot:before {
      background: #333;
      width: 100%;
      height: 4px;
      display: block;
      content: '';
      position: absolute;
      top: 13px;
      left: 0; }

/* dots are lines */
/***************** Sticky Submenu ********************/
.page-submenu:not(.stuck) {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important; }

.page-submenu.no-trans {
  transition: none !important;
  -webkit-transition: none !important; }

.page-submenu.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s; }

#boxed .page-submenu.stuck {
  left: auto !important;
  overflow: hidden; }

.page-submenu.stuck.header-not-visible {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s; }

.page-submenu.stuck .full-width-content {
  margin-left: 0px !important; }

.page-submenu .full-width-section, .page-submenu .full-width-content {
  height: auto !important; }

.page-submenu ul {
  margin: 0;
  color: inherit; }

.page-submenu[data-alignment="left"] {
  text-align: left; }

.page-submenu[data-alignment="center"] {
  text-align: center; }

.page-submenu[data-alignment="right"] {
  text-align: right; }
  .page-submenu[data-alignment="right"] .full-width-section ul li:last-child {
    margin-right: 0; }

.page-submenu[data-alignment="left"] .full-width-section ul li:first-child {
  margin-left: 0; }

.page-submenu[data-alignment="left"] .full-width-content ul li:first-child {
  margin-left: 25px; }

.page-submenu[data-alignment="right"] .full-width-content ul li:last-child {
  margin-right: 33px; }

.page-submenu li {
  display: inline-block;
  margin: 0 25px 0 0;
  color: inherit; }
  .page-submenu li a {
    color: inherit !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    display: block;
    opacity: 0.7; }
    .page-submenu li a:hover {
      opacity: 1;
      color: inherit !important; }

.page-submenu.stuck li.current-menu-item a {
  opacity: 1;
  color: inherit !important; }

.page-submenu .mobile-menu-link {
  padding: 16px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit !important;
  display: none;
  line-height: 17px; }

.page-submenu[data-bg-color="#ffffff"] .mobile-menu-link {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08); }

@media only screen and (min-width: 1600px) {
  .page-submenu.stuck .full-width-content {
    margin-left: -2px !important; } }

@media only screen and (min-width: 1000px) {
  .page-submenu ul {
    display: block !important;
    height: auto !important; } }

.salient-page-submenu-icon {
  font-size: 16px;
  float: left;
  margin-right: 8px; }
  .salient-page-submenu-icon:before {
    content: '\e067'; }

/***************** Nectar Video Lightbox ******************/
.nectar_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 30px;
  display: inline-block; }

.nectar_video_lightbox svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.nectar_video_lightbox.play_button:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  z-index: 10;
  border-radius: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.nectar_video_lightbox span {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.nectar_video_lightbox path {
  fill: #fff; }

.span_12.dark .nectar_video_lightbox path {
  fill: #000; }

.span_12.dark .nectar_video_lightbox:before {
  border: 5px solid #000; }

.nectar_video_lightbox:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4; }

.nectar_video_lightbox:hover span {
  transform: scale(1.3);
  -webkit-transform: scale(1.3); }

.span_12.dark .nectar_video_lightbox.nectar-button[data-color*="transparent"] {
  border: 2px solid #000;
  color: #000; }

.nectar_video_lightbox.nectar-button[data-color*="transparent"] {
  background-color: transparent !important;
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .nectar_video_lightbox.nectar-button[data-color*="transparent"]:hover {
    color: #fff !important;
    border-color: transparent !important; }

/***************** Nectar Video BG ******************/
.wpb_row .nectar-video-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  overflow: hidden;
  opacity: 0;
  z-index: 1; }

#page-header-bg .nectar-video-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  opacity: 1;
  background-color: #393939;
  background-position: center;
  background-repeat: repeat;
  background-image: url("img/textures/diagonal_line.png"); }
  #page-header-bg .nectar-video-wrap video {
    opacity: 0; }

body[data-ajax-transitions="true"][data-apte="center_mask_reveal"] #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap video {
  opacity: 1; }

.video-color-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute !important;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  z-index: 3; }

.wpb_row .nectar-video-wrap .mejs-container .mejs-controls {
  display: none !important; }

.wpb_row > .span_12 {
  z-index: 10;
  margin-bottom: 0px !important; }
  .wpb_row > .span_12 > .column_container:last-child {
    margin-bottom: 0px !important; }

#page-header-bg .container {
  z-index: 100; }

/***************** Nectar mouse parallax ******************/
.wpb_row .nectar-parallax-scene {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding-bottom: 0px !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .wpb_row .nectar-parallax-scene li {
    height: 100%;
    width: 100%; }
  .wpb_row .nectar-parallax-scene div {
    margin-left: -10%;
    top: -10%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    background-size: cover;
    margin-bottom: 0 !important;
    max-width: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .wpb_row .nectar-parallax-scene[data-scene-position="center"] div {
    background-position: center; }
  .wpb_row .nectar-parallax-scene[data-scene-position="bottom"] div {
    background-position: center bottom; }
  .wpb_row .nectar-parallax-scene[data-scene-position="top"] div {
    background-position: center top; }

/***************** Flexslider ******************/
.flex-gallery {
  margin: 0;
  padding: 0; }
  .flex-gallery .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flex-gallery .slides img {
    width: 99.8%;
    display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flex-gallery {
  margin: 0 0 15px;
  position: relative;
  zoom: 1;
  background-color: transparent; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flex-gallery .slides {
  zoom: 1; }

.flex-gallery ul {
  position: relative;
  z-index: 1000;
  margin: 0px; }
  .flex-gallery ul.flex-direction-nav {
    margin: 0 !important;
    position: absolute !important;
    top: 8px; }
  .flex-gallery ul li {
    list-style: none; }
    .flex-gallery ul li img {
      margin-bottom: 0px !important; }

.carousel li {
  margin-right: 0px;
  margin-left: 0px; }

.flex-control-nav {
  display: none; }

.flex-direction-nav {
  *height: 0;
  margin: -32px 0px 0px 0px !important; }
  .flex-direction-nav a {
    display: block;
    line-height: 22px;
    position: relative;
    background-color: #27CFC3;
    height: 25px;
    width: 25px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -o-border-radius: 1px 1px 1px 1px; }
    .flex-direction-nav a i {
      line-height: 29px;
      background-color: transparent !important; }
    .flex-direction-nav a.flex-next {
      padding-left: 2px; }
    .flex-direction-nav a.flex-prev {
      padding-right: 2px; }
  .flex-direction-nav li {
    float: left;
    margin-left: 7px !important; }
  .flex-direction-nav a:hover {
    background-color: #333333 !important; }
  .flex-direction-nav .flex-next span {
    background-image: url("../img/icons/slider-arrows-small.png") !important;
    background-position: right top;
    top: 9px;
    right: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100; }
  .flex-direction-nav .flex-prev span {
    background-image: url("../img/icons/slider-arrows-small.png") !important;
    background-position: left top;
    top: 9px;
    left: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100; }

/* Audio/Video jPlayer Skin ---------------------------------------------*/
.jp-jplayer {
  height: 30px;
  background-color: transparent;
  width: 100% !important; }

#post-area .jp-jplayer-video {
  height: auto; }

.jp-video-container, .jp-audio-container {
  border: 1px solid #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%; }

.jp-jplayer-video {
  overflow: hidden; }
  .jp-jplayer-video img {
    margin-bottom: 0px !important;
    width: 100% !important;
    height: auto !important;
    display: block; }
  .jp-jplayer-video video {
    display: block;
    width: 100.2% !important; }

.jp-video-container {
  margin-bottom: 15px; }

.jp-audio-container {
  width: 100%; }

.jp-interface {
  position: relative;
  width: 100%;
  height: 30px;
  background: transparent url(img/icons/jplayer.png) repeat-x right top;
  z-index: 100; }

.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0 !important; }
  .jp-controls li {
    display: inline; }
  .jp-controls a {
    border-bottom: none;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px; }
    .jp-controls a:hover {
      background-color: transparent; }

a.jp-play, a.jp-pause {
  width: 27px;
  height: 27px;
  z-index: 1;
  outline: none;
  top: 0;
  left: 0; }

a.jp-play {
  background: url(img/icons/jplayer.png) -16px -68px no-repeat; }
  a.jp-play:hover {
    background-position: -16px -100px; }

a.jp-pause {
  background: url(img/icons/jplayer.png) -52px -68px no-repeat;
  display: none; }
  a.jp-pause:hover {
    background-position: -52px -100px; }

.jp-progress {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 10px 0;
  padding: 0 100px 0 37px;
  position: absolute;
  height: 10px;
  width: 100%; }

.jp-seek-bar {
  background: url(img/icons/jplayer.png) 0 -49px repeat-x;
  width: 0px;
  height: 9px;
  cursor: pointer;
  position: relative;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px; }

.jp-play-bar {
  width: 0px;
  height: 7px;
  top: 1px;
  position: relative;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background-color: #27CFC3; }

.jp-volume-bar-container {
  position: absolute;
  top: 0;
  right: 10px;
  width: 45px;
  height: 10px;
  margin: 10px 0; }

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  background: url(img/icons/jplayer.png) 0 -49px repeat-x;
  width: 100%;
  height: 9px;
  cursor: pointer;
  top: 0; }

.jp-volume-bar-value {
  width: 0px;
  height: 7px;
  margin: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background-color: #27CFC3; }

a.jp-mute, a.jp-unmute {
  width: 30px;
  height: 30px;
  z-index: 1;
  outline: none;
  top: 0;
  right: 62px; }

a.jp-mute {
  background: transparent url(img/icons/jplayer.png) -95px -69px no-repeat; }
  a.jp-mute:hover {
    background-position: -95px -101px; }

a.jp-unmute {
  background: url(img/icons/jplayer.png) -138px -69px no-repeat; }
  a.jp-unmute:hover {
    background-position: -138px -101px; }

.iframe-embed {
  position: relative;
  margin-bottom: 15px;
  line-height: 0; }
  .iframe-embed iframe {
    max-width: 100%; }

iframe {
  max-width: 100%; }

.main-content iframe[src] {
  opacity: 0; }

html:not(.js) .main-content iframe[src], .main-content #sidebar iframe[src], .wc-braintree-hosted-field iframe {
  opacity: 1; }

.iframe-embed-standard iframe {
  width: 100% !important; }

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 0px; }

body .wpb_video_widget .wpb_wrapper iframe {
  height: inherit;
  position: relative;
  width: inherit; }

body .mejs-container .mejs-controls > div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

/* 3.6 Media Element Styles */
.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33); }

.mejs-controls .mejs-button button:focus {
  outline: none !important; }

video, audio {
  visibility: hidden; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.mejs-video .mejs-controls div.mejs-time-rail {
  padding-top: 8px; }

.mejs-audio .mejs-controls div.mejs-time-rail {
  padding-top: 7px; }

.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-video .mejs-controls .mejs-time-rail span, .mejs-video .mejs-controls .mejs-time-rail a, .mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 6px; }

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-audio .mejs-controls .mejs-time-rail span, .mejs-audio .mejs-controls .mejs-time-rail a, .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  height: 8px; }

.mejs-container {
  background-color: transparent !important;
  background-image: none !important; }

.wp-video {
  width: 100% !important;
  margin-bottom: 20px; }

video.wp-video-shortcode, .wp-video-shortcode video {
  width: auto !important; }

.mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important; }

.mejs-container-fullscreen .mejs-poster img {
  height: 100% !important; }

body .mejs-poster {
  background-size: cover; }

body .mejs-container .mejs-controls .mejs-time {
  opacity: 0.8;
  padding-top: 11px; }

body .mejs-controls button {
  transition: opacity 0.15s ease; }
  body .mejs-controls button:hover {
    opacity: 0.8 !important; }

.mejs-controls .mejs-fullscreen-button:hover button {
  opacity: 0.8 !important; }

.mejs-controls .mejs-mute button {
  background: transparent url(img/icons/jplayer.png) -102px -76px no-repeat !important; }

.mejs-controls .mejs-unmute button {
  background: url(img/icons/jplayer.png) -145px -76px no-repeat !important; }

.mejs-controls .mejs-play button {
  background: url(img/icons/jplayer.png) -24px -75px no-repeat !important; }

.mejs-controls .mejs-pause button {
  background: url(img/icons/jplayer.png) -60px -75px no-repeat !important; }

.mejs-controls .mejs-fullscreen-button button {
  background: url(img/icons/jplayer.png) -187px -76px no-repeat !important; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: rgba(255, 255, 255, 0.25) !important; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: transparent !important; }

body .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  top: 5px; }

body .mejs-controls .mejs-button button {
  font-size: 18px;
  color: #fff;
  width: auto;
  position: relative;
  display: inline-block;
  background-image: none !important; }

body .mejs-controls button:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

body .mejs-container .mejs-controls div {
  width: 34px;
  height: auto;
  text-align: center; }

body .mejs-controls .mejs-play button:before {
  content: "\e052"; }

body .mejs-controls .mejs-mute button:before {
  content: "\e098"; }

body .mejs-controls .mejs-unmute button:before {
  content: "\e099"; }

body .mejs-controls .mejs-fullscreen-button button:before {
  content: "\e110";
  font-size: 17px; }

body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\e111"; }

body .mejs-button.mejs-volume-button {
  margin-left: 5px !important; }

body .mejs-controls a.mejs-horizontal-volume-slider {
  margin-right: 15px; }

body .mejs-controls .mejs-pause {
  top: 2px;
  left: 2px;
  position: relative;
  border-radius: 0 !important; }

body[data-button-style="rounded"] .mejs-controls .mejs-pause button {
  border-radius: 0 !important; }

body .mejs-controls .mejs-pause button {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 9px;
  height: 12px;
  right: 3px;
  top: 2px; }

body .mejs-container.mejs-audio {
  height: 50px !important;
  background-color: black !important; }
  body .mejs-container.mejs-audio .mejs-controls {
    height: 42px; }

body .masonry-blog-item .mejs-container.mejs-video .mejs-controls {
  height: 42px; }

body .mejs-container.mejs-audio .mejs-playpause-button {
  margin-left: 10px !important; }

body .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button {
  margin-left: 10px !important; }

body .masonry-blog-item .mejs-container .mejs-fullscreen-button {
  margin-right: 10px !important; }

body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before {
  height: 250%; }

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -2%, transparent 35%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) -2%, transparent 35%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400%;
  z-index: 11;
  border-radius: 4px;
  content: ' '; }

body .mejs-container .mejs-controls {
  background: none !important;
  height: 50px; }
  body .mejs-container .mejs-controls > * {
    z-index: 100;
    position: relative; }

body .mejs-playpause-button {
  margin-left: 20px !important; }

body .mejs-fullscreen-button {
  margin-right: 20px !important; }

body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float {
  color: #fff !important;
  border: none;
  background-color: transparent; }

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: transparent transparent; }

/***************** Isotope ******************/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height; }
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity; }

.portfolio-items .col.no-transition {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

/***************** carouFredSel ******************/
.carousel-outer {
  overflow: hidden;
  margin-right: 2px; }

body[data-ajax-transitions="true"] .carousel {
  opacity: 1; }

.carousel-heading {
  z-index: 100;
  position: relative;
  margin-bottom: 7px;
  min-height: 23px; }
  .carousel-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 7px !important; }

.carousel-wrap .item-count {
  font-size: 12px; }

.carousel-wrap[data-full-width="false"] .carousel-heading h2 {
  font-size: 12px !important; }

html:not(.js) .carousel-heading {
  display: none; }

.carousel-wrap[data-ctc="light"] .carousel-heading h2 {
  color: #fff; }

.carousel-wrap[data-ctc="light"] .item-count, .carousel-wrap[data-full-width="true"][data-ctc="light"] .carousel-heading i {
  color: #fff; }

.recent-work-carousel[data-ctc="light"][data-full-width="true"] .carousel-heading {
  background-color: #252525; }

.caroufredsel_wrapper {
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  margin: 0px !important; }
  .caroufredsel_wrapper.active {
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important; }

body .carousel-wrap {
  position: relative;
  overflow: hidden;
  margin: 0px -10px 0em -10px; }

.full-width-section .carousel-wrap {
  margin-bottom: 0px !important; }

#full_width_portfolio .full-width-section.first-section, #full_width_portfolio .full-width-content.first-section {
  margin-top: 0px !important; }

.carousel-wrap[data-full-width="true"] {
  padding: 0px 18px;
  margin-bottom: 0px !important; }
  .carousel-wrap[data-full-width="true"] .carousel-heading {
    background-color: #f8f8f8;
    padding: 43px 0px 40px 0px;
    margin-bottom: 0px;
    text-align: center; }

body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px !important;
  margin: 0 auto !important;
  max-width: 900px;
  text-transform: none !important;
  font-weight: 300; }

.carousel-wrap[data-full-width="true"] .carousel-heading a {
  background-color: transparent !important; }
  .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    position: absolute;
    left: 0px;
    top: 8px !important; }
  .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev, .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-next {
    top: 8px !important; }

.carousel-wrap[data-full-width="true"] .carousel-heading i {
  background-color: transparent !important;
  color: #888888;
  font-size: 30px;
  line-height: 28px;
  transition: color 0.2s linear 0s; }

body .carousel-wrap[data-full-width="true"] .carousel-heading .container {
  min-height: 40px; }

#boxed .carousel-wrap[data-full-width="true"], body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width="true"] {
  padding: 0px; }

.carousel-wrap .work-item.style-2 {
  margin-bottom: 0px !important; }

.portfolio-items .col .work-item.style-3 .work-info-bg {
  background-color: #282b30;
  opacity: 0.45;
  will-change: opacity; }

.portfolio-items .col .work-item.style-3 h3 {
  margin-bottom: 5px; }

.portfolio-items .col .work-item.style-3-alt h3 {
  margin-bottom: 5px; }

.portfolio-items .col .work-item.style-3 a, .portfolio-items .col .work-item.style-3-alt a {
  background: transparent url("img/transparent.png") repeat 0 0; }

.portfolio-items .col .work-item.style-3 h3 {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important; }

.portfolio-items .work-item.style-3 .work-info, .portfolio-items .col .work-item.style-3-alt h3, .portfolio-items .work-item.style-3-alt .work-info {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important; }

.portfolio-items .col .work-item.style-3 .vert-center *, .portfolio-items .col .work-item.style-3 i {
  -ms-filter: "alpha(opacity=100)" !important; }

.portfolio-items .col .work-item.style-3-alt .vert-center *, .portfolio-items .col .work-item.style-3-alt i {
  -ms-filter: "alpha(opacity=100)" !important; }

.portfolio-items .auto-height {
  height: auto !important; }

.portfolio-items .work-item.style-3 p {
  display: inline-block;
  margin-top: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px; }

.portfolio-items .work-item.style-3-alt p {
  display: inline-block;
  margin-top: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
  font-size: inherit;
  line-height: inherit; }

.portfolio-items .work-item.style-3 .vert-center, .portfolio-items .work-item.style-3-alt .vert-center, .portfolio-items .work-item.style-2[data-custom-content="on"] .vert-center {
  top: 50% !important;
  left: 50%;
  padding-top: 15px !important;
  position: relative;
  z-index: 20;
  width: auto !important;
  display: inline-block;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important; }

.portfolio-items .col.tall .work-item.style-3[data-text-align="top"] .vert-center, .portfolio-items .col.tall .work-item.style-3-alt[data-text-align="top"] .vert-center {
  top: 25% !important; }

.portfolio-items .col.tall .work-item.style-3[data-text-align="bottom"] .vert-center, .portfolio-items .col.tall .work-item.style-3-alt[data-text-align="bottom"] .vert-center {
  top: 75% !important; }

.portfolio-items .col.wide .work-item.style-3[data-text-align="left"] .vert-center, .portfolio-items .col.wide .work-item.style-3-alt[data-text-align="left"] .vert-center {
  left: 25% !important;
  margin-left: -20px; }

.portfolio-items .col.wide .work-item.style-3[data-text-align="right"] .vert-center, .portfolio-items .col.wide .work-item.style-3-alt[data-text-align="right"] .vert-center {
  left: 75% !important; }

.portfolio-items .work-item.style-4 .bottom-meta {
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 20px 20px 16px 20px;
  width: 100%; }
  .portfolio-items .work-item.style-4 .bottom-meta h3 {
    margin-bottom: 0px; }
  .portfolio-items .work-item.style-4 .bottom-meta p {
    color: rgba(255, 255, 255, 0.8); }

.portfolio-items .work-item.style-4 .work-info {
  opacity: 1 !important; }

.portfolio-items .work-item.style-3, .portfolio-items .work-item.style-4, .portfolio-items .work-item.style-3-alt {
  overflow: hidden !important; }

.portfolio-items .elastic-portfolio-item .work-item.style-3, .portfolio-items .elastic-portfolio-item .work-item.style-4, .portfolio-items .elastic-portfolio-item .work-item.style-3-alt, .portfolio-items .elastic-portfolio-item .work-item.style-3 img, .portfolio-items .elastic-portfolio-item .work-item.style-4 img, .portfolio-items .elastic-portfolio-item .work-item.style-3-alt img {
  width: 100% !important; }

.portfolio-items .work-item.style-3 img, .portfolio-items .work-item.style-4 img, .portfolio-items .work-item.style-3-alt img {
  position: relative; }

/*
.portfolio-items .col .work-item.style-3-alt:hover img {
	transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
}

.portfolio-items .col .work-item.style-3-alt img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: all 1300ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 1300ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 1300ms cubic-bezier(.19,1,.22,1) 0ms;
}*/
/*.portfolio-items .col .work-item.style-3:hover .work-info-bg {
	opacity: 0!important;
}*/
/*
.portfolio-items .elastic-portfolio-item[data-project-cat^="installation"] img,
.portfolio-items .elastic-portfolio-item[data-project-cat*="installation"] img {
	height: auto!important;
}*/
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a, .woocommerce .products-carousel ul.products li.product a {
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  margin: 0px !important; }

.portfolio-items .col .work-item.style-2, .portfolio-items .col .work-item.style-3, .portfolio-items .col .work-item.style-4, .portfolio-items .col .work-item.style-3-alt {
  margin-bottom: 0px; }

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info > a {
  display: block !important;
  margin: 0px !important;
  background-color: transparent !important;
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40; }

.portfolio-items .col .work-item.style-2 .work-info > a, .portfolio-items .col .work-item.style-3 .work-info > a, .portfolio-items .col .work-item.style-4 .work-info > a, .portfolio-items .col .work-item.style-3-alt .work-info > a, .portfolio-items .col .work-item.style-1 .work-info > a {
  display: block !important;
  margin: 0px !important;
  background-color: transparent !important;
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40; }

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item .work-info a.active, .woocommerce .products-carousel ul.products li.product a.active {
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important; }

.full-width-content .vc_span12 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-12 .carousel-wrap.products-carousel {
  padding: 0 30px;
  overflow: visible; }

.full-width-content .vc_span9 .carousel-wrap.products-carousel, .full-width-content .vc_span8 .carousel-wrap.products-carousel, .full-width-content .vc_span6 .carousel-wrap.products-carousel, .full-width-content .vc_span4 .carousel-wrap.products-carousel, .full-width-content .vc_span3 .carousel-wrap.products-carousel, .full-width-content .vc_span9 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_span8 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_span6 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_span4 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_span3 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_col-sm-9 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-8 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-6 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-4 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-3 .carousel-wrap.products-carousel, .full-width-content .vc_col-sm-9 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_col-sm-8 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_col-sm-6 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_col-sm-4 .carousel-wrap.products-carousel .caroufredsel_wrapper, .full-width-content .vc_col-sm-3 .carousel-wrap.products-carousel .caroufredsel_wrapper {
  overflow: hidden !important; }

.full-width-content .caroufredsel_wrapper {
  overflow: visible !important; }

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
  margin-bottom: 0px; }

body .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info > i, .portfolio-items .col .work-item.style-2 .work-info > i {
  position: absolute !important;
  top: auto !important;
  bottom: 0px !important;
  color: #fff !important;
  left: 0px !important;
  line-height: 40px !important;
  height: 40px !important;
  width: 40px !important;
  padding: 0px !important;
  background-color: #252525 !important;
  border-radius: 0px !important;
  padding: 0px !important; }

.carousel-wrap .carousel-heading {
  padding: 0px; }

html:not(.js) .carousel-wrap {
  display: none; }

.carousel-wrap span.left-border, .carousel-wrap span.right-border {
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
  background-color: #f8f8f8; }

.carousel-wrap span.left-border {
  left: 0px; }

.carousel-wrap span.right-border {
  right: 0px; }

.carousel-next, .carousel-prev {
  background-color: #dadada;
  cursor: pointer;
  display: block;
  height: 17px;
  margin-left: 5px;
  line-height: 22px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  text-align: center; }

.carousel-wrap[data-full-width="true"] .carousel-next, .carousel-wrap[data-full-width="true"] .carousel-prev {
  height: 28px;
  width: 44px; }

.carousel-wrap[data-full-width="true"] .carousel-next {
  text-align: right; }

.carousel-wrap[data-full-width="true"] .carousel-prev {
  text-align: left; }

.carousel-next {
  right: 0px;
  padding-left: 1px; }

.carousel-prev {
  right: 25px;
  padding-right: 1px; }

.carousel-wrap[data-full-width="false"] .control-wrap {
  position: absolute;
  right: 0px;
  top: 0; }

.carousel-next i {
  background-color: transparent !important;
  line-height: 24px;
  font-size: 14px; }

.carousel-prev i {
  background-color: transparent !important;
  line-height: 24px;
  font-size: 14px; }

.carousel-prev:hover {
  background-color: #27CFC3; }

.carousel-next:hover {
  background-color: #27CFC3; }

.carousel {
  opacity: 0; }

.carousel-wrap[data-full-width="true"] {
  padding: 0px 0px 0px 0px !important; }
  .carousel-wrap[data-full-width="true"] li.span_4.no-margin {
    margin: 0px !important; }
  .carousel-wrap[data-full-width="true"].default-style {
    padding: 0px 20px !important; }
  .carousel-wrap[data-full-width="true"] .work-meta {
    padding: 0px 15px; }
  .carousel-wrap[data-full-width="true"].default-style .work-meta {
    padding: 0px !important; }

body .carousel li.span_4, body .portfolio-items.carousel li.span_4 {
  margin: 0px 10px 0px 10px; }

.carousel-wrap[data-full-width="true"].default-style li.span_4 {
  margin: 0px 15px 0px 15px; }

.carousel li.span_4 .clear {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.home .blog-recent .col .post-header {
  color: #999;
  font-size: 11px;
  margin-bottom: 12px; }
  .home .blog-recent .col .post-header h3 a {
    color: #27CFC3; }

.blog-recent .mejs-container {
  margin-bottom: 15px; }

.home .blog-recent .col .post-header h3, .blog-recent[data-style="default"] .col .post-header h3 {
  margin-bottom: 3px;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 23px; }

.home .blog-recent .col .post-header a, .home .blog-recent .col .post-header h3 a:hover {
  color: inherit !important; }

.home .blog-recent .col .post-header a:hover {
  color: #27CFC3; }

.blog-recent .col {
  margin-bottom: 40px; }
  .blog-recent .col .video-wrap {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 5px;
    height: 0;
    margin-bottom: 15px; }
    .blog-recent .col .video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.blog-recent div:last-of-type {
  margin-right: 0; }

.blog-recent.columns-4 div:nth-child(4n+4), .blog-recent.columns-3 div:nth-child(3n+3), .blog-recent.columns-2 div:nth-child(2n+2), .blog-recent.columns-1 div:nth-child(1n+1) {
  margin-right: 0 !important; }

.blog-recent.columns-4 div:nth-child(4n+5), .blog-recent.columns-3 div:nth-child(3n+4), .blog-recent.columns-2 div:nth-child(2n+3) {
  clear: both; }

.video-wrap iframe {
  opacity: 0;
  visibility: hidden; }

.blog-recent .col .audio-wrap {
  margin-bottom: 15px; }

.blog-recent[data-style="minimal"] .col {
  margin-bottom: 2%;
  padding: 20px; }

.blog-recent[data-style="minimal"] .meta {
  margin-bottom: 13px;
  display: block; }

.blog-recent[data-style="title_only"] .meta {
  margin-bottom: 6px;
  display: block; }

.blog-recent[data-style="minimal"] .col > a, .blog-recent[data-style="title_only"] .col > a {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.blog-recent[data-style="minimal"] .col a {
  color: inherit !important; }

.blog-recent[data-style="minimal"] .col > span {
  color: #27CFC3;
  display: block; }

.blog-recent[data-style="minimal"] .col i {
  background-color: transparent !important;
  color: inherit;
  height: auto;
  font-size: 15px;
  width: 23px;
  top: 0px;
  transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1);
  -webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1);
  -moz--webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1); }

.blog-recent[data-style="minimal"] .col:hover i {
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
  -moz-transform: translateX(7px); }

.blog-recent[data-style="minimal"] .col > span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }

.blog-recent[data-style="title_only"] {
  text-align: center; }
  .blog-recent[data-style="title_only"] .col {
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 2%;
    padding: 50px 25px; }
  .blog-recent[data-style="title_only"] .post-header {
    width: 70%;
    left: 15%;
    margin-bottom: 0;
    word-break: break-word;
    position: relative; }
    .blog-recent[data-style="title_only"] .post-header .title {
      transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1);
      -webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1);
      -moz--webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1); }
  .blog-recent[data-style="title_only"] .col .post-header .meta {
    transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1);
    -webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1);
    -moz--webkit-transition: transform 0.33s cubic-bezier(0.75, 0, 0.18, 1), opacity 0.33s cubic-bezier(0.75, 0, 0.18, 1), color 0.33s cubic-bezier(0.75, 0, 0.18, 1); }
  .blog-recent[data-style="title_only"] .col:hover .post-header .title {
    transform: scale(1.1) translateY(-10px);
    -webkit-transform: scale(1.1) translateY(-10px);
    color: #27CFC3; }
  .blog-recent[data-style="title_only"] .col:hover .post-header .meta {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0; }

.span_9 .carousel-heading {
  padding-right: 10px; }

.nectar-recent-posts-slider {
  overflow: hidden; }
  .nectar-recent-posts-slider .nectar-recent-post-slide {
    width: 101%;
    position: relative;
    line-height: 0px;
    min-height: 250px;
    overflow: hidden; }
  .nectar-recent-posts-slider .flickity-enabled.is-draggable .flickity-viewport {
    overflow: hidden; }

.nectar-recent-post-slide .nectar-recent-post-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #222; }
  .nectar-recent-post-slide .nectar-recent-post-bg:after {
    background-color: rgba(45, 45, 45, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block; }

.single [data-post-hs="default_minimal"] .page-header-bg-image:after, .archive .page-header-bg-image:after {
  background-color: rgba(45, 45, 45, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block; }

.nectar-recent-posts-slider .container .strong {
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  display: block;
  line-height: 12px; }
  .nectar-recent-posts-slider .container .strong a {
    color: #fff;
    margin-left: 15px; }
    .nectar-recent-posts-slider .container .strong a:hover span:before {
      width: 100%;
      height: 20px;
      top: -4px; }
    .nectar-recent-posts-slider .container .strong a:first-child {
      margin-left: 0; }
  .nectar-recent-posts-slider .container .strong span {
    display: inline-block !important;
    position: relative;
    padding-left: 13px;
    padding-right: 10px;
    z-index: 10; }

.flickity-viewport.is-moving a {
  pointer-events: none; }

.nectar-recent-posts-slider .container .strong span:before {
  display: block;
  content: ' ';
  height: 11px;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0px;
  width: 3px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: -1; }

.nectar-recent-post-content {
  position: absolute;
  color: #fff;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .container {
  padding: 0 !important; }

.wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .inner-wrap {
  max-width: none !important;
  padding: 10px 15% !important;
  left: 0; }

.wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .flickity-page-dots {
  padding: 0 15% !important; }

.nectar-recent-posts-slider .container {
  height: 100%;
  pointer-events: none; }

.nectar-recent-posts-slider .inner-wrap {
  top: 50%;
  position: absolute;
  left: auto;
  max-width: 50%;
  width: auto;
  pointer-events: all;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s linear;
  display: inline-block;
  z-index: 100; }

.nectar-recent-posts-slider .flickity-page-dots {
  text-align: left; }

.nectar-recent-posts-slider h2 a {
  transition: color 0.16s ease;
  -webkit-transition: color 0.16s ease;
  color: #fff !important; }
  .nectar-recent-posts-slider h2 a:hover {
    color: rgba(255, 255, 255, 0.8) !important; }

.nectar-recent-posts-slider .flickity-page-dots {
  bottom: 8%;
  z-index: 100;
  max-width: 1100px;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
  .nectar-recent-posts-slider .flickity-page-dots .dot:before {
    background-color: #fff; }

/***************** Scrollbar ******************/
#ascrail2000 {
  background-color: #555;
  width: 16px !important;
  z-index: 10000000 !important; }
  #ascrail2000.z-index-adj {
    z-index: 100000000 !important; }

/* BBPress */
.bbp-author-avatar img {
  margin-bottom: -3px !important; }

body #bbpress-forums fieldset.bbp-form {
  border: 1px solid #D9D9D9; }

#bbpress-forums fieldset.bbp-form p {
  padding-bottom: 10px; }

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  font-weight: normal !important; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  padding-left: 15px; }

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
  background-color: #f4f4f4 !important; }

.bbp-topic-meta {
  margin-top: 1px !important; }

#bbpress-forums li.bbp-header {
  background-color: #f1f1f1 !important; }

#bbpress-forums .wp-editor-container {
  border: 1px solid #DDD !important; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: 1px solid #DDD !important; }

.bbp-topic-permalink {
  font-size: 14px; }

.topic .bbp-topic-title {
  margin-top: 2px !important; }

.bbp-template-notice p {
  padding: 4px !important; }

#bbp_search_submit, #members_search_submit {
  padding: 10px 11px !important; }

#bbpress-forums #subscription-toggle {
  color: #ccc; }

body #bbpress-forums fieldset.bbp-form {
  padding-bottom: 20px; }

/* BuddyPress */
#buddypress button, #buddypress a.button {
  background-color: #333333;
  border: medium none !important;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 11px;
  transition: all 0.2s linear 0s;
  width: auto; }

#buddypress input[type="submit"], #buddypress input[type="button"], #buddypress input[type="reset"] {
  background-color: #333333;
  border: medium none !important;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 11px;
  transition: all 0.2s linear 0s;
  width: auto; }

#buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link {
  background-color: #333333;
  border: medium none !important;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 11px;
  transition: all 0.2s linear 0s;
  width: auto; }

a.bp-title-button {
  background-color: #333333;
  border: medium none !important;
  border-radius: 2px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 11px;
  transition: all 0.2s linear 0s;
  width: auto; }

#buddypress form#whats-new-form textarea {
  width: 100% !important; }

#buddypress #members_search {
  width: auto !important; }

#buddypress #activity-stream p {
  padding-bottom: 0px;
  margin-top: 0px; }

#buddypress form#whats-new-form #whats-new-submit {
  margin-top: 0px; }

#buddypress .avatar-50 {
  width: 50px !important;
  height: 50px !important; }

#buddypress .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  width: 20px !important;
  height: 20px !important; }

#buddypress ul.item-list {
  border-color: #e3e3e3; }
  #buddypress ul.item-list li {
    border-color: #e3e3e3; }

#buddypress .standard-form textarea {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

body #buddypress div.activity-comments form textarea {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="color"], #buddypress .standard-form input[type="date"], #buddypress .standard-form input[type="datetime"], #buddypress .standard-form input[type="datetime-local"], #buddypress .standard-form input[type="email"], #buddypress .standard-form input[type="month"], #buddypress .standard-form input[type="number"], #buddypress .standard-form input[type="range"], #buddypress .standard-form input[type="search"], #buddypress .standard-form input[type="tel"], #buddypress .standard-form input[type="time"], #buddypress .standard-form input[type="url"], #buddypress .standard-form input[type="week"] {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#buddypress .standard-form select, #buddypress .standard-form input[type="password"] {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#buddypress .dir-search input[type="search"], #buddypress .dir-search input[type="text"] {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

#buddypress div.activity-comments form .ac-textarea {
  background-color: transparent;
  padding: 0px;
  border: none; }

#buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
  background-color: #555; }

#buddypress form#whats-new-form p.activity-greeting {
  padding-bottom: 0px !important;
  line-height: 14px; }

#buddypress .standard-form textarea:focus, #buddypress .standard-form input[type="text"]:focus {
  background-color: #e8e8e8; }

#buddypress div.activity-comments form .ac-textarea textarea:focus {
  background-color: #e8e8e8; }

#buddypress div.activity-comments ul li {
  padding: 20px 0 0 !important; }

#buddypress .acomment-options {
  margin-bottom: 15px;
  margin-left: 60px; }

#buddypress #groups_search {
  width: 200px; }

#buddypress .standard-form label, #buddypress .standard-form span.label {
  font-weight: normal !important; }

#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
  font-weight: normal !important; }

#buddypress form#whats-new-form #whats-new-options select {
  margin-top: 0px; }

#buddypress div#subnav.item-list-tabs {
  margin: 20px 0px; }

#buddypress #whats-new-options {
  margin-top: 10px; }

#buddypress #whats-new-post-in, #buddypress select {
  padding: 9px !important; }

.buddypress h1 {
  margin-bottom: 30px; }

/*-------------------------------------------------------------------------*/
/*	5.	Page + Custom Page Layout Styles
/*-------------------------------------------------------------------------*/
#page-header-wrap {
  height: 59px;
  margin-top: -60px;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased; }
  #page-header-wrap[data-animate-in-effect="slide-down"] {
    transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
    -moz-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
    -webkit-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
    -o-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995); }
    #page-header-wrap[data-animate-in-effect="slide-down"] #page-header-bg {
      transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
      -moz-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
      -webkit-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
      -o-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995); }

body[data-ajax-transitions="true"] #page-header-wrap[data-animate-in-effect="slide-down"] {
  transition: height 0.85s 0.2s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: height 0.85s 0.2s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-transition: height 0.85s 0.2s cubic-bezier(0.725, 0, 0, 0.995);
  -o-transition: height 0.85s 0.2s cubic-bezier(0.725, 0, 0, 0.995); }

#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image, #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap {
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="zoom-out"] .image-bg, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="zoom-out"] .video-wrap {
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

.parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"] .image-bg, .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"] .video-wrap {
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

.nectar-recent-posts-slider[data-animate-in-effect="zoom-out"] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg {
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

body[data-ajax-transitions="true"] #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap {
  -webkit-transition: transform 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: transform 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"].loaded .page-header-bg-image, #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"].loaded .nectar-video-wrap {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }

.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .image-bg, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .video-wrap {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }

.parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .image-bg, .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .video-wrap {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }

.nectar-recent-posts-slider[data-animate-in-effect="zoom-out"].loaded .nectar-recent-post-bg {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0); }

body[data-aie="zoom-out"] .first-section .row-bg.using-image, body[data-aie="zoom-out"] .first-section .nectar-video-wrap video {
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0); }

body[data-aie="zoom-out"] .first-section.loaded .row-bg.using-image, body[data-aie="zoom-out"] .first-section.loaded .nectar-video-wrap video {
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: transform 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
  transition: transform 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9); }

body[data-aie="zoom-out"] .first-section .row-bg-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

#page-header-bg {
  width: 100%;
  height: 60px;
  overflow: hidden;
  color: #fff;
  display: block !important;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2; }

.page-header-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

#page-header-bg[data-bg-pos="bottom"] .page-header-bg-image {
  background-position: bottom center; }

#page-header-bg[data-bg-pos="top"] .page-header-bg-image {
  background-position: top center; }

#page-header-bg[data-bg-pos="center"] .page-header-bg-image {
  background-position: center center; }

body[data-header-resize="0"] #page-header-bg {
  margin-top: 0; }

.page-header-no-bg {
  padding-bottom: 0px;
  padding-top: 80px;
  margin-top: -45px;
  background-color: #f8f8f8;
  z-index: 1000; }

#page-header-bg[data-parallax="1"] {
  opacity: 0;
  overflow: hidden;
  margin: 0px !important;
  position: fixed;
  z-index: 2; }

body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
  opacity: 1; }

#page-header-bg[data-parallax="1"] .span_6 {
  z-index: 0; }

#page-header-bg[data-parallax="1"]:not(.out-of-sight) {
  will-change: transform; }

body[data-apte="center_mask_reveal"][data-ajax-transitions="true"] #page-header-bg[data-parallax="1"]:not(.out-of-sight) {
  opacity: 1; }

#page-header-bg[data-parallax="1"]:not(.out-of-sight) .span_6 {
  will-change: transform, opacity; }

#page-header-bg[data-parallax="1"].out-of-sight {
  pointer-events: none; }
  #page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
    display: none; }

#page-header-bg[data-alignment="center"] {
  text-align: center; }

.page-header-no-bg[data-alignment="center"], .nectar-box-roll .overlaid-content[data-text-alignment="center"] {
  text-align: center; }

#page-header-bg[data-alignment="right"], .page-header-no-bg[data-alignment="right"], .nectar-box-roll .overlaid-content[data-text-alignment="right"] {
  text-align: right; }

#page-header-bg[data-alignment-v="bottom"] .row, #page-header-bg[data-alignment-v="bottom"] .container {
  height: 100%; }

#page-header-bg[data-alignment-v="top"] .row, #page-header-bg[data-alignment-v="top"] .container {
  height: 100%; }

#page-header-bg[data-alignment-v="middle"] .row, #page-header-bg[data-alignment-v="middle"] .container {
  height: 100%; }

.nectar-box-roll .overlaid-content[data-alignment-v="middle"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="middle"] .container {
  height: 100%; }

.nectar-box-roll .overlaid-content[data-alignment-v="top"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="top"] .container {
  height: 100%; }

.nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .row, .nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .container {
  height: 100%; }

#page-header-bg[data-alignment-v="bottom"] .span_6, #page-header-bg[data-parallax="1"][data-alignment-v="bottom"] .span_6, #page-header-bg[data-alignment-v="bottom"] .nectar-particles .inner-wrap {
  bottom: 26%;
  top: auto !important;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute !important; }

.nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .span_6, .nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .inner-wrap {
  bottom: 26%;
  top: auto !important;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute !important; }

.nectar-box-roll .overlaid-content[data-alignment="center"] .span_6 {
  text-align: center; }

.nectar-box-roll .overlaid-content[data-alignment="right"] .span_6 {
  text-align: right; }

#page-header-bg[data-alignment-v="top"].fullscreen-header .nectar-particles .span_6, #page-header-bg[data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important; }

.nectar-box-roll .overlaid-content[data-alignment-v="top"] .span_6, .nectar-box-roll .overlaid-content[data-alignment-v="middle"] .span_6 {
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important; }

#page-header-bg[data-alignment-v="top"] .span_6, #page-header-bg[data-alignment-v="top"] .nectar-particles .inner-wrap {
  top: 25% !important;
  left: 0;
  position: absolute; }

.nectar-box-roll .overlaid-content[data-alignment-v="top"] .inner-wrap {
  top: 25% !important;
  left: 0;
  position: absolute; }

#page-header-bg[data-alignment-v="top"].fullscreen-header .span_6 {
  top: 25% !important; }

#page-header-bg[data-alignment-v="bottom"] .span_6 > .inner-wrap {
  transform: translateY(50%) !important;
  -webkit-transform: translateY(50%) !important; }

.nectar-box-roll .overlaid-content[data-alignment-v="bottom"] .span_6 > .inner-wrap {
  transform: translateY(50%) !important;
  -webkit-transform: translateY(50%) !important; }

#page-header-bg .span_6 {
  width: 100%; }

.nectar-box-roll .overlaid-content .span_6 {
  width: 100%; }

.nectar-box-roll #page-header-bg {
  margin-top: 0 !important; }

body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].blog .container-wrap {
  padding-top: 3.1em !important; }

#page-header-bg .row {
  visibility: hidden;
  z-index: 100;
  position: relative; }

html:not(.js) #page-header-bg .row {
  visibility: visible; }

html:not(.js) #page-header-bg .span_6 {
  margin-top: 120px; }

#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101; }

.single #page-header-bg #single-below-header span {
  color: rgba(255, 255, 255, 0.8); }

#page-header-bg #portfolio-nav a i, #page-header-bg span {
  color: #fff; }

#page-header-bg a.pinterest-share i, #page-header-bg a.facebook-share i, #page-header-bg a.linkedin-share i {
  color: #fff; }

#page-header-bg .twitter-share i, #page-header-bg .google-plus-share i, #page-header-bg .icon-salient-heart, #page-header-bg .icon-salient-heart-2 {
  color: #fff; }

.single #page-header-bg #single-below-header > span, .single #page-header-bg #single-meta ul li {
  border-color: rgba(255, 255, 255, 0.25); }

#page-header-bg .nectar-social > * {
  border-color: rgba(255, 255, 255, 0.25); }

.single #page-header-bg #single-meta ul li, .single .blog-title #single-meta ul li {
  margin: 5px !important; }

#project-meta ul li {
  margin: 5px !important; }

.single #single-meta ul li > a, .single #single-meta ul .n-shortcode a {
  display: block;
  border-radius: 100px;
  padding: 8px 14px !important;
  transition: border-color 0.2s linear;
  height: auto;
  line-height: 20px; }

#project-meta ul li > a, #project-meta ul .n-shortcode a, #project-meta ul li.project-date {
  display: block;
  border-radius: 100px;
  padding: 8px 14px !important;
  transition: border-color 0.2s linear;
  height: auto;
  line-height: 20px; }

.single #single-meta ul li span, .single #single-meta ul .n-shortcode span {
  transition: color 0.2s linear;
  line-height: 20px !important;
  font-family: inherit !important; }

#project-meta ul li span, #project-meta ul .n-shortcode span {
  transition: color 0.2s linear;
  line-height: 20px !important;
  font-family: inherit !important; }

.single #page-header-bg .blog-title #single-meta ul li > a, .single #page-header-bg .blog-title #single-meta ul .n-shortcode a {
  border: 2px solid rgba(255, 255, 255, 0.4) !important; }

.single #page-header-bg .blog-title #single-meta ul li:not(.meta-share-count):hover > a, .single #page-header-bg .blog-title #single-meta ul .n-shortcode:hover a {
  border: 2px solid white !important; }

.single .blog-title #single-meta ul li > a, .single .blog-title #single-meta ul .n-shortcode a {
  border: 2px solid rgba(0, 0, 0, 0.1) !important; }

.single-product #single-meta ul li > a {
  border: 2px solid rgba(0, 0, 0, 0.1) !important; }

#project-meta ul li > a, #project-meta ul .n-shortcode a, #project-meta ul li.project-date {
  border: 2px solid rgba(0, 0, 0, 0.1) !important; }

body.single #single-meta ul li:first-child {
  border: none !important; }

.single .blog-title #single-meta ul li i {
  color: #999 !important; }

.single #single-meta li.meta-comment-count a, .single #single-meta ul li.meta-share-count .nectar-social a {
  color: #999 !important; }

.single-product #single-meta ul li i {
  color: #999 !important; }

#project-meta ul li i, #project-meta li.meta-comment-count a {
  color: #999 !important; }

#project-meta ul li.meta-share-count .nectar-social a, #project-meta ul li span {
  color: #999 !important; }

#project-meta ul .n-shortcode span, #project-meta ul li.project-date {
  color: #999 !important; }

.single #page-header-bg #single-meta ul li {
  border: none;
  margin: 0; }

.single #single-meta ul li.meta-share-count {
  position: relative;
  z-index: 100; }

#project-meta ul li.meta-share-count {
  position: relative;
  z-index: 100; }

.single #single-meta ul li.meta-share-count span, .single #project-meta ul li.meta-share-count span {
  font-size: inherit;
  padding-left: 0;
  color: #888; }

body.single-portfolio #sidebar #project-meta ul li:first-child {
  margin-left: 0 !important; }

.single #single-meta ul li.meta-share-count .nectar-social a {
  display: inline-block !important;
  border: none;
  margin: 0 !important;
  padding: 0px 9px !important;
  border: none !important;
  box-sizing: content-box;
  opacity: 0;
  left: 20px; }

#sidebar #project-meta ul li.meta-share-count .nectar-social a {
  display: inline-block !important;
  border: none;
  margin: 0 !important;
  padding: 0px 9px !important;
  border: none !important;
  box-sizing: content-box;
  opacity: 0;
  left: 20px;
  left: -20px; }

.single [data-tab-pos="fullwidth"] #single-meta ul li.meta-share-count .nectar-social a {
  left: -20px; }

.single #single-meta ul li.meta-share-count .nectar-social a span {
  display: none !important; }

#project-meta ul li.meta-share-count .nectar-social a span {
  display: none !important; }

.single #single-meta ul li.meta-share-count .nectar-social {
  position: absolute;
  top: 0px;
  right: 0; }

#project-meta ul li.meta-share-count .nectar-social {
  position: absolute;
  top: 0px;
  left: 0; }

.single #single-meta.social-hovered ul li.meta-share-count, #project-meta.social-hovered ul li.meta-share-count {
  cursor: pointer; }

.single #single-meta.social-hovered ul li.meta-share-count .nectar-social, #project-meta.social-hovered ul li.meta-share-count .nectar-social {
  top: 0; }

.single #single-meta .n-shortcode a, .single #single-meta .meta-share-count > a {
  transition: border-color 0.15s linear, color 0.15s linear; }

.single #single-meta .meta-comment-count a, .single #single-meta .meta-comment-count i:before {
  transition: border-color 0.15s linear, color 0.15s linear; }

#project-meta .n-shortcode a, #project-meta .meta-share-count > a, #project-meta .meta-comment-count a {
  transition: border-color 0.15s linear, color 0.15s linear; }

.single #single-meta ul li.meta-share-count .nectar-social {
  width: 188px;
  text-align: right;
  border-radius: 5px;
  padding: 10px 0;
  display: none; }

#project-meta ul li.meta-share-count .nectar-social {
  width: 188px;
  text-align: right;
  border-radius: 5px;
  padding: 10px 0;
  display: none;
  text-align: left !important; }

div[data-tab-pos="fullwidth"] ul li.meta-share-count .nectar-social {
  text-align: left !important; }

.single #single-meta ul li.meta-share-count .nectar-social i, #project-meta ul li.meta-share-count .nectar-social i {
  margin: 0 !important;
  font-size: 18px !important; }

.single #single-meta ul li.meta-share-count span.plural, .single #single-meta ul li.meta-share-count span.singular {
  padding-left: 3px !important; }

ul li.meta-share-count span.singular {
  display: none; }

.meta-share-count a span {
  opacity: 0; }

.single #single-meta ul li i, #project-meta ul li i {
  font-size: 16px !important;
  width: 16px;
  line-height: 22px !important;
  margin-right: 7px;
  height: 20px; }

.single #page-header-bg #single-meta ul li i {
  color: #fff !important; }

.single #single-meta ul li.meta-comment-count i {
  margin-right: 3px; }

.single #page-header-bg #single-meta li span, .single #page-header-bg #single-meta li.meta-comment-count a {
  color: #fff !important; }

.single #page-header-bg #single-meta ul li.meta-share-count .nectar-social a i {
  color: rgba(255, 255, 255, 0.7) !important; }

.single #page-header-bg #single-meta ul li.meta-share-count .nectar-social a:hover i {
  color: white !important; }

.single #page-header-bg #single-below-header a:hover {
  color: white !important; }

#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader {
  font-size: 28px;
  line-height: 28px;
  color: #fff !important;
  font-weight: 300; }

#page-header-bg[data-text-alignment="center"], .page-header-no-bg[data-text-alignment="center"], .nectar-box-roll .overlaid-content[data-text-alignment="center"] {
  text-align: center; }

#page-header-bg[data-text-alignment="right"], .page-header-no-bg[data-text-alignment="right"], .nectar-box-roll .overlaid-content[data-text-alignment="right"] {
  text-align: right; }

#page-header-bg[data-text-alignment="center"] .span_6, .page-header-no-bg[data-text-alignment="center"] .span_6, .nectar-box-roll .overlaid-content[data-text-alignment="center"] .span_6 {
  left: 0px;
  width: 100% !important; }

#page-header-bg[data-text-alignment="center"] h1, .nectar-box-roll .overlaid-content[data-text-alignment="center"] h1 {
  margin-bottom: 12px !important; }

#page-header-bg[data-text-alignment="center"] h1, .page-header-bg[data-text-alignment="center"] .subheader, .nectar-box-roll .overlaid-content[data-text-alignment="center"] .subheader {
  max-width: 900px;
  margin: 0 auto;
  display: block; }

/* particle styles */
#page-header-bg .canvas-bg {
  transition: background-color 0.7s ease;
  -webkit-transition: background-color 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#page-header-bg .nectar-particles .span_6 {
  backface-visibility: visible;
  transform-style: preserve-3d;
  webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: auto !important;
  bottom: auto !important;
  width: 100%;
  height: 100%; }

.nectar-box-roll .overlaid-content .span_6 {
  backface-visibility: visible;
  transform-style: preserve-3d;
  webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: auto !important;
  bottom: auto !important;
  width: 100%;
  height: 100%; }

#page-header-bg .nectar-particles {
  width: 100%;
  height: 100%; }
  #page-header-bg .nectar-particles .inner-wrap {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  #page-header-bg .nectar-particles .span_6 .inner-wrap {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    width: 100%; }

.nectar-box-roll .overlaid-content .span_6 .inner-wrap, #page-header-bg[data-alignment-v="top"] .span_6 .inner-wrap {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%; }

#page-header-wrap .nectar-particles .fade-out {
  display: block;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background-color: #000;
  pointer-events: none; }

.pagination-navigation {
  text-align: center;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 33px;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -moz-webkit-transform: translateY(-50%) translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.5;
  line-height: 1px;
  z-index: 1000; }

@media only screen and (max-width: 690px) {
  .pagination-navigation {
    display: none !important; }
  .overlaid-content svg {
    display: none; } }

.pagination-current {
  position: absolute !important;
  left: 1px;
  top: 0;
  z-index: 100; }

.pagination-dot, .pagination-current {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  background: #fff;
  border-radius: 50%;
  margin: 12px 7px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  opacity: 0; }

/*header text effects*/
#page-header-bg[data-text-effect="rotate_in"] .wraped, .overlaid-content[data-text-effect="rotate_in"] .wraped {
  display: inline-block; }

#page-header-bg[data-text-effect="rotate_in"] .wraped span, .overlaid-content[data-text-effect="rotate_in"] .wraped span, #page-header-bg[data-text-effect="rotate_in"] .inner-wrap > *:not(.top-heading), .overlaid-content[data-text-effect="rotate_in"] .inner-wrap > *:not(.top-heading) {
  opacity: 0;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

#page-header-bg .nectar-particles .inner-wrap > *:not(.top-heading), .overlaid-content .inner-wrap > *:not(.top-heading) {
  opacity: 0;
  transform: translateY(35px);
  -webkit-transform: translateY(35px); }

#page-header-bg[data-text-effect="rotate_in"] .wraped span, #page-header-bg[data-text-effect="rotate_in"] .inner-wrap.shape-1 > *:not(.top-heading), #page-header-bg[data-text-effect="rotate_in"] > div:not(.nectar-particles) .span_6 .inner-wrap > *:not(.top-heading) {
  transform: rotateX(90deg) translateY(35px);
  -webkit-transform: rotateX(90deg) translateY(35px); }

.overlaid-content[data-text-effect="rotate_in"] .wraped span {
  transform: rotateX(90deg) translateY(35px);
  -webkit-transform: rotateX(90deg) translateY(35px); }

.overlaid-content[data-text-effect="rotate_in"] .inner-wrap.shape-1 > *:not(.top-heading), .overlaid-content[data-text-effect="rotate_in"] .inner-wrap > *:not(.top-heading) {
  transform: rotateX(90deg) translateY(35px);
  -webkit-transform: rotateX(90deg) translateY(35px); }

#page-header-bg[data-text-effect="rotate_in"] .wraped, .overlaid-content[data-text-effect="rotate_in"] .wraped {
  display: inline-block; }
  #page-header-bg[data-text-effect="rotate_in"] .wraped span, .overlaid-content[data-text-effect="rotate_in"] .wraped span {
    display: inline-block; }

#page-header-bg[data-text-effect="rotate_in"] .wraped span, .overlaid-content[data-text-effect="rotate_in"] .wraped span {
  transform-origin: initial;
  -webkit-transform-origin: initial; }

.scroll-down-wrap {
  transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.175, 0.985, 0.2, 1.275);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.175, 0.985, 0.32, 1.275);
  -moz-transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.175, 0.985, 0.32, 1.275); }
  .scroll-down-wrap.hidden {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    opacity: 0; }

/* fullscreen header */
#page-header-bg.fullscreen-header, #page-header-wrap.fullscreen-header {
  width: 100%;
  position: relative;
  transition: none !important;
  -webkit-transition: none !important;
  z-index: 2; }

#page-header-bg[data-parallax="1"].fullscreen-header {
  position: fixed; }

html .single-post #page-header-bg.fullscreen-header, html .single-post #page-header-wrap.fullscreen-header {
  height: 1250px; }

#page-header-wrap.fullscreen-header {
  background-color: #2b2b2b; }

#page-header-bg.fullscreen-header .span_6 {
  opacity: 1; }

#page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 {
  top: 50% !important; }
  #page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 .inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }

.single #page-header-bg.fullscreen-header h1 {
  font-size: 5.5vw !important;
  line-height: 5.9vw !important; }

.single-post #page-header-bg.fullscreen-header {
  background-color: #f8f8f8; }

.single-post #single-below-header.fullscreen-header {
  background-color: #f8f8f8;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 0 !important; }
  .single-post #single-below-header.fullscreen-header > span {
    width: 33.33%;
    text-align: center;
    display: block;
    float: left;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    font-size: 14px !important;
    position: relative;
    height: 95px;
    overflow: hidden;
    color: #afafaf;
    line-height: 95px; }
  .single-post #single-below-header.fullscreen-header .icon-default-style {
    font-size: 18px !important;
    position: relative;
    top: -1px;
    margin-right: 8px;
    display: inline; }
  .single-post #single-below-header.fullscreen-header > span span {
    float: none !important;
    display: inline;
    color: #afafaf;
    font-size: 14px !important; }
  .single-post #single-below-header.fullscreen-header .meta-share-count > a span.plural {
    opacity: 0; }
  .single-post #single-below-header.fullscreen-header .meta-share-count > a span.singular {
    opacity: 0;
    position: absolute; }

.single.single-post .fullscreen-header .blog-title {
  text-align: center; }
  .single.single-post .fullscreen-header .blog-title h1 {
    max-width: none !important; }

.single-post #single-below-header.fullscreen-header .nectar-social {
  position: absolute;
  width: 100%;
  top: 0; }
  .single-post #single-below-header.fullscreen-header .nectar-social.hide-share-count > * {
    border: none !important;
    padding: 0 5px !important;
    opacity: 0;
    top: 10px; }

.default-blog-title.fullscreen-header {
  background-color: #333 !important; }

.single-post #page-header-bg.fullscreen-header.bottom-shadow:before {
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  content: " ";
  display: block;
  height: 351px;
  left: 0;
  position: absolute;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100%;
  z-index: 10; }

.single-post #page-header-bg.fullscreen-header.bg-overlay:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100%;
  z-index: 10; }

.single-post .container-wrap.fullscreen-blog-header {
  margin-top: 0 !important; }

.hidden-social-img {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0; }

.default-blog-title.fullscreen-header {
  position: relative; }

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap {
  text-align: center; }
  #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 4px 10px;
    border-radius: 100px;
    margin: 5px 6px 15px 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px; }

#page-header-bg[data-post-hs="default_minimal"] #single-below-header {
  text-align: center;
  position: relative;
  z-index: 100; }
  #page-header-bg[data-post-hs="default_minimal"] #single-below-header span {
    float: none;
    display: inline-block; }

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover {
  border-color: transparent; }

#page-header-bg.fullscreen-header .avatar, #page-header-bg[data-post-hs="default_minimal"] .avatar {
  border-radius: 100%; }

#page-header-bg.fullscreen-header .meta-author span, #page-header-bg[data-post-hs="default_minimal"] .meta-author span {
  display: block; }

#page-header-bg.fullscreen-header .meta-author img {
  margin-bottom: 0px;
  height: 50px;
  width: auto; }

#page-header-bg[data-post-hs="default_minimal"] .meta-author img {
  margin-bottom: 0px;
  height: 40px;
  width: auto; }

#page-header-bg[data-post-hs="default_minimal"] .author-section {
  position: absolute;
  bottom: 30px; }

#page-header-bg.fullscreen-header .meta-author, #page-header-bg[data-post-hs="default_minimal"] .meta-author {
  font-size: 18px; }

#page-header-bg.fullscreen-header .author-section .meta-date, #page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8); }

#page-header-bg.fullscreen-header .author-section .meta-date i {
  font-size: 12px !important; }

#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date i {
  font-size: 11px !important;
  line-height: 14px; }

#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info {
  position: relative;
  top: -5px !important; }

#page-header-bg.fullscreen-header .author-section a {
  color: #fff !important;
  display: block;
  margin-bottom: -2px; }

#page-header-bg[data-post-hs="default_minimal"] .author-section a {
  color: #fff !important;
  display: block;
  margin-bottom: -2px;
  font-size: 14px;
  line-height: 14px; }

#page-header-bg.fullscreen-header .author-section a:hover, #page-header-bg[data-post-hs="default_minimal"] .author-section a:hover {
  color: rgba(255, 255, 255, 0.85) !important; }

#page-header-bg.fullscreen-header .author-section, #page-header-bg[data-post-hs="default_minimal"] .author-section {
  width: 100%;
  z-index: 10;
  text-align: center; }

#page-header-bg.fullscreen-header .author-section span, #page-header-bg[data-post-hs="default_minimal"] .author-section span {
  padding-left: 0;
  line-height: 20px !important;
  font-size: 20px; }

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info {
  margin-left: 10px; }

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg.fullscreen-header .author-section .meta-author {
  text-align: left;
  display: inline-block;
  top: 9px; }

#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info, #page-header-bg[data-post-hs="default_minimal"] .author-section .meta-author {
  text-align: left;
  display: inline-block;
  top: 9px; }

.nectar-social .social-text {
  display: none; }

.sharing-default-minimal .nectar-social .social-text {
  display: inline;
  opacity: 1; }

.sharing-default-minimal .nectar-social .facebook-share {
  border-color: #6a75c8 !important;
  color: #6a75c8;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .twitter-share {
  border-color: #6abaf7 !important;
  color: #6abaf7;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .google-plus-share {
  border-color: #f05660 !important;
  color: #f05660;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .linkedin-share {
  border-color: #2e82d9 !important;
  color: #2e82d9;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .pinterest-share {
  border-color: #ff0000 !important;
  color: #ff0000;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .facebook-share i {
  height: 15px !important;
  font-size: 15px !important;
  line-height: 19px !important;
  color: #6a75c8;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .twitter-share i {
  height: 15px !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #6abaf7;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .google-plus-share i {
  height: 15px !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #f05660;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .linkedin-share i {
  height: 15px !important;
  font-size: 14px !important;
  color: #2e82d9;
  line-height: 16px !important;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .pinterest-share i {
  height: 15px !important;
  font-size: 16px !important;
  color: #ff0000;
  line-height: 18px !important;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-social .facebook-share:hover {
  background-color: #6a75c8;
  color: #fff; }

.sharing-default-minimal .nectar-social .twitter-share:hover {
  background-color: #6abaf7;
  color: #fff; }

.sharing-default-minimal .nectar-social .google-plus-share:hover {
  background-color: #f05660;
  color: #fff; }

.sharing-default-minimal .nectar-social .linkedin-share:hover {
  background-color: #2e82d9;
  color: #fff; }

.sharing-default-minimal .nectar-social .pinterest-share:hover {
  background-color: #ff0000;
  color: #fff; }

.sharing-default-minimal .nectar-social .facebook-share:hover i, .sharing-default-minimal .nectar-social .twitter-share:hover i, .sharing-default-minimal .nectar-social .google-plus-share:hover i, .sharing-default-minimal .nectar-social .linkedin-share:hover i, .sharing-default-minimal .nectar-social .pinterest-share:hover i {
  color: #fff !important; }

body .sharing-default-minimal .n-shortcode {
  border-right: none !important;
  top: -1px;
  position: relative; }

body .sharing-default-minimal .nectar-love {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 7px 9px 7px 30px !important;
  color: #000 !important;
  margin-top: 50px;
  height: auto !important;
  font-size: 12px;
  margin-right: 10px;
  line-height: 20px;
  position: relative;
  transition: all 0.2s ease; }
  body .sharing-default-minimal .nectar-love.loved {
    border-color: transparent; }
  body .sharing-default-minimal .nectar-love i {
    font-size: 14px !important;
    margin-right: 8px !important;
    line-height: 20px !important;
    transition: all 0.2s ease; }

.sharing-default-minimal .nectar-love i, body .sharing-default-minimal .hovered .nectar-love i {
  color: rgba(0, 0, 0, 0.2) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  position: relative !important; }

.sharing-default-minimal .total_loves {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 2px 8px !important;
  margin-left: 28px;
  float: right;
  line-height: 12px;
  transition: all 0.2s ease; }

.sharing-default-minimal .nectar-love .total_loves .nectar-love-count {
  font-size: 10px !important;
  opacity: 1; }

.sharing-default-minimal .nectar-love:hover {
  background-color: #000 !important; }
  .sharing-default-minimal .nectar-love:hover .total_loves {
    background-color: rgba(255, 255, 255, 0.25); }

.sharing-default-minimal .nectar-love.loved .total_loves {
  background-color: rgba(255, 255, 255, 0.25); }

.sharing-default-minimal .nectar-love:hover, .sharing-default-minimal .nectar-love.loved {
  color: #fff !important; }
  .sharing-default-minimal .nectar-love:hover i, .sharing-default-minimal .nectar-love.loved i {
    color: #fff !important; }

body .sharing-default-minimal .hovered .nectar-love.loved i {
  color: #fff !important; }

.sharing-default-minimal .total_loves {
  display: block;
  color: #fff; }

.single-post .bottom-meta a {
  color: inherit; }

.single-post .container-wrap .bottom-meta #author-bio #author-info {
  width: auto !important;
  float: none;
  display: inline-block !important; }

#page-header-bg[data-post-hs="default_minimal"] h1 {
  text-align: center;
  margin: 0 auto; }

.sharing-default-minimal {
  text-align: left; }

.single-post .bottom-meta .sharing-default-minimal {
  padding-top: 0px; }
  .single-post .bottom-meta .sharing-default-minimal .nectar-love {
    margin-top: 0 !important;
    font-size: 14px !important; }

.single-post .bottom-meta > div:last-child {
  margin-bottom: 60px; }

.sharing-default-minimal .nectar-social > a {
  border: 2px solid #000 !important;
  padding: 9px 30px !important;
  margin-right: 10px; }
  .sharing-default-minimal .nectar-social > a .count {
    display: none !important; }

body[data-button-style="rounded"] .sharing-default-minimal .nectar-social > a, body[data-button-style="rounded"] .sharing-default-minimal .nectar-love {
  border-radius: 100px;
  line-height: 1px;
  margin: 10px 13px 10px 0;
  height: auto;
  display: inline-block; }

.sharing-default-minimal .nectar-social > a, .sharing-default-minimal .nectar-love {
  line-height: 1px;
  margin: 10px 13px 10px 0;
  height: auto;
  display: inline-block; }

.section-down-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 101; }

body[data-button-style="rounded"] .scroll-down-wrap {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 101;
  margin-left: -22px; }

body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px !important;
  width: 60px;
  font-size: 20px !important;
  color: #fff !important;
  line-height: 60px !important;
  z-index: 10;
  animation: 3.4s ease-in-out infinite fadebottom;
  -webkit-animation: 3.4s ease-in-out infinite fadebottom; }

body[data-button-style="rounded"] .section-down-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff !important;
  border: 2px solid #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 100px;
  font-size: 25px;
  -webkit-border-radius: 100px;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  overflow: hidden;
  margin-left: 0px;
  left: 0;
  bottom: 50px;
  opacity: 0.6; }
  body[data-button-style="rounded"] .section-down-arrow.hidden {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    opacity: 0; }
  body[data-button-style="rounded"] .section-down-arrow i {
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    display: block;
    color: #fff !important;
    width: 42px;
    height: 43px;
    line-height: 43px; }
  body[data-button-style="rounded"] .section-down-arrow:hover, body[data-button-style="rounded"] .section-down-arrow.hovered {
    opacity: 1; }
  body[data-button-style="rounded"] .section-down-arrow i.fa-angle-down {
    -webkit-transform: translate(0, -43px);
    -ms-transform: translate(0, -43px);
    transform: translate(0, -43px); }
    body[data-button-style="rounded"] .section-down-arrow i.fa-angle-down.top {
      -webkit-transform: translate(0, -43px);
      -ms-transform: translate(0, -43px);
      transform: translate(0, -43px); }
  body[data-button-style="rounded"] .section-down-arrow:hover i.fa-angle-down, body[data-button-style="rounded"] .section-down-arrow.hovered i.fa-angle-down {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important; }
    body[data-button-style="rounded"] .section-down-arrow:hover i.fa-angle-down.top, body[data-button-style="rounded"] .section-down-arrow.hovered i.fa-angle-down.top {
      -webkit-transform: translate(0, 0px) !important;
      -ms-transform: translate(0, 0px) !important;
      transform: translate(0, 0px) !important; }

@media only screen and (max-height: 750px) {
  body[data-button-style="rounded"] .section-down-arrow {
    bottom: 33px; } }

@media only screen and (max-height: 650px) {
  body[data-button-style="rounded"] .section-down-arrow {
    width: 30px;
    height: 30px;
    line-height: 34px;
    bottom: 25px;
    margin-left: -15px; }
  body[data-button-style="rounded"] .scroll-down-wrap {
    margin-left: 0; }
  body[data-button-style="rounded"] .section-down-arrow i {
    width: 26px;
    height: 26px;
    line-height: 28px; }
    body[data-button-style="rounded"] .section-down-arrow i.fa-angle-down {
      -webkit-transform: translate(0, -26px);
      -ms-transform: translate(0, -26px);
      transform: translate(0, -26px);
      font-size: 18px; }
      body[data-button-style="rounded"] .section-down-arrow i.fa-angle-down.top {
        -webkit-transform: translate(0, -26px);
        -ms-transform: translate(0, -26px);
        transform: translate(0, -26px);
        font-size: 18px; } }

@media only screen and (max-height: 450px) {
  body[data-button-style="rounded"] .section-down-arrow {
    display: none; } }

.blog_next_prev_buttons {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333; }
  .blog_next_prev_buttons img {
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    opacity: 0;
    max-width: none !important;
    will-change: transform; }
  .blog_next_prev_buttons .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0; }
  .blog_next_prev_buttons span.full-link {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 10;
    margin-bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%; }
    .blog_next_prev_buttons span.full-link a {
      display: block;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      z-index: 10;
      margin-bottom: 0 !important;
      left: 0;
      width: 100%;
      height: 100%; }
  .blog_next_prev_buttons span.bg-overlay {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 10;
    margin-bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282b30;
    z-index: 2;
    opacity: 0.3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .blog_next_prev_buttons:hover span.bg-overlay {
    opacity: 0; }
  .blog_next_prev_buttons.bg-color-only span.bg-overlay {
    opacity: 0 !important; }
  .blog_next_prev_buttons.bg-color-only:hover span.bg-overlay {
    opacity: 0.08 !important; }
  .blog_next_prev_buttons span {
    display: block;
    color: #fff;
    margin-bottom: 5px; }
  .blog_next_prev_buttons .col {
    height: 250px;
    border-left: 1px solid #dddddd; }
  .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
    height: 350px; }
  .blog_next_prev_buttons .col h3 {
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    padding: 0 15%;
    color: #fff;
    margin: 0; }

@media only screen and (max-width: 1000px) {
  .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
    height: 200px; } }

/* to top */
#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 10000;
  height: 29px;
  width: 29px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear; }

body[data-button-style="rounded"] #to-top {
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  -moz-transition: -moz-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden; }
  body[data-button-style="rounded"] #to-top:hover, body[data-button-style="rounded"] #to-top.dark:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16) !important;
    background-color: transparent !important; }
  body[data-button-style="rounded"] #to-top:after {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
    -webkit-border-radius: 100px; }
  body[data-button-style="rounded"] #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2; }
  body[data-button-style="rounded"] #to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); }
  body[data-button-style="rounded"] #to-top i.icon-angle-up {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease; }
    body[data-button-style="rounded"] #to-top i.icon-angle-up.top-icon {
      -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
      transform: translate(0, 0px);
      transition: transform 0.2s ease;
      -webkit-transition: transform 0.2s ease;
      -moz-transition: transform 0.2s ease; }
  body[data-button-style="rounded"] #to-top:hover i.icon-angle-up, body[data-button-style="rounded"] #to-top.hovered i.icon-angle-up {
    -webkit-transform: translate(0, -29px) !important;
    -ms-transform: translate(0, -29px) !important;
    transform: translate(0, -29px) !important; }
    body[data-button-style="rounded"] #to-top:hover i.icon-angle-up.top-icon, body[data-button-style="rounded"] #to-top.hovered i.icon-angle-up.top-icon {
      -webkit-transform: translate(0, -29px) !important;
      -ms-transform: translate(0, -29px) !important;
      transform: translate(0, -29px) !important; }
  body[data-button-style="rounded"] #to-top:active:before {
    opacity: 1; }

#to-top i {
  line-height: 29px !important;
  width: 29px !important;
  height: 29px !important;
  font-size: 14px !important;
  top: 0px !important;
  left: 0px !important;
  text-align: center !important;
  position: relative;
  z-index: 10;
  background-color: transparent !important; }

#to-top:hover {
  background-color: #27CFC3; }

#to-top.dark {
  background-color: rgba(0, 0, 0, 0.87); }
  #to-top.dark:hover {
    background-color: #27CFC3; }

body[data-smooth-scrolling="1"] #to-top {
  right: 33px; }

.gallery a img {
  width: 90%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.gallery a:hover img {
  border-color: #27CFC3 !important; }

/***************** Social Sharing ******************/
a.pinterest-share i, a.facebook-share i {
  background-color: transparent !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 20px !important;
  height: 20px !important;
  width: auto !important;
  line-height: 19px !important;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

.twitter-share i, .google-plus-share i {
  background-color: transparent !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 20px !important;
  height: 20px !important;
  width: auto !important;
  line-height: 19px !important;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

[class^="icon-"].icon-salient-heart, [class^="icon-"].icon-salient-heart-2 {
  background-color: transparent !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 20px !important;
  height: 20px !important;
  width: auto !important;
  line-height: 19px !important;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

.linkedin-share i {
  background-color: transparent !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 20px !important;
  height: 20px !important;
  width: auto !important;
  line-height: 19px !important;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

.icon-salient-heart, .icon-salient-heart-2 {
  font-size: 19px !important; }

.heart-wrap {
  display: inline-block;
  line-height: 0;
  position: relative; }

.icon-salient-heart.loved {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  display: none; }

.nectar-sharing, .n-shortcode .nectar-love, .nectar-sharing-alt {
  padding-right: 13px;
  padding-left: 13px; }

body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social {
  text-align: center;
  line-height: 1px; }
  body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social .n-shortcode i {
    display: inline;
    margin-right: 0 !important; }
  body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social > * {
    border-color: #fff !important; }

html body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social > *:before {
  background-color: #fff !important;
  border-color: #fff !important; }

body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social > *:hover i {
  color: #000 !important; }

body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social > * i {
  color: #fff !important; }

body .portfolio-items .col .work-item .work-info .custom-content a {
  opacity: 1 !important;
  text-indent: 0 !important;
  width: auto;
  display: inline-block;
  position: relative !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > * {
  border: 2px solid #e9e9e9 !important;
  border-radius: 50%;
  margin: 10px;
  position: relative !important;
  height: 45px !important;
  line-height: 45px;
  width: 45px !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important; }

body[data-button-style="rounded"] .wpb_row > .span_12.light .wpb_wrapper .nectar-social * {
  border-color: #fff !important;
  color: #fff !important; }

body[data-button-style="rounded"] .wpb_wrapper .custom-content .nectar-social > * {
  margin: 10px !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > * i {
  transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > *:before {
  transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0, 0.1, 1) !important;
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  border: 2px solid #e9e9e9;
  background-color: #e9e9e9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1); }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > *:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15); }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social > *:hover:before {
    opacity: 1;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03); }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > *.hovered:before {
  opacity: 1;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03); }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social i {
  width: 45px !important;
  height: 45px !important;
  text-align: center;
  padding: 0;
  font-size: 16px !important;
  line-height: 42px !important;
  position: relative;
  z-index: 10;
  color: #bbb; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > * .count, body[data-button-style="rounded"] .wpb_wrapper .nectar-social .nectar-love .nectar-love-count {
  display: none !important; }

.single #single-meta li .n-shortcode, .single #single-meta li .nectar-love {
  padding-left: 0px !important; }

.single #single-meta .nectar-love i {
  font-size: 17px !important;
  top: 0px !important; }

body #project-meta .nectar-love i, .nectar-social .nectar-love i {
  font-size: 17px !important;
  top: 0px !important; }

.n-shortcode {
  line-height: 20px; }
  .n-shortcode .nectar-love {
    padding-right: 15px; }
    .n-shortcode .nectar-love .icon-salient-heart, .n-shortcode .nectar-love .icon-salient-heart-2 {
      margin-right: 5px;
      top: -1px; }

.nectar-sharing i, .nectar-sharing-alt i {
  padding-right: 4px; }

a.facebook-share i {
  padding-right: 3px; }

a.twitter-share i {
  margin-top: 2px;
  padding-right: 2px;
  font-size: 24px !important; }

a.google-plus-share i {
  padding-right: 2px !important; }

a.twitter-share {
  padding-right: 8px; }

a.facebook-share {
  padding-right: 10px;
  padding-right: 10px; }

a.pinterest-share {
  padding-right: 7px; }
  a.pinterest-share i {
    font-size: 24px !important; }

.n-shortcode {
  display: inline !important;
  font-size: 12px !important;
  height: auto !important; }

.nectar-social .nectar-love {
  padding-left: 0px !important; }
  .nectar-social .nectar-love .nectar-love-count {
    opacity: 0;
    line-height: 16px !important;
    padding-left: 0px !important;
    font-weight: 400;
    font-size: 12px !important;
    display: none; }

.nectar-social > *:last-child {
  padding-right: 0px !important; }

.nectar-social > *:first-child {
  padding-left: 0px !important; }

.nectar-social > * {
  border-right: 1px solid #ddd; }
  .nectar-social > *:last-child {
    border-right: 0px !important; }

.nectar-social.hide-share-count span.count, .nectar-social.hide-share-count .nectar-love-count {
  width: 1px !important;
  visibility: hidden; }

.nectar-social.hide-share-count a i {
  padding-right: 0 !important; }

.nectar-social.hide-share-count.full-width .nectar-love .icon-salient-heart {
  top: 5px !important; }

.nectar-social.hide-share-count .n-shortcode .nectar-love {
  padding-right: 0 !important; }

.nectar-social.hide-share-count > * {
  padding: 0 10px !important; }

body.single-portfolio #sidebar #project-meta ul li:first-child, body.single #single-meta ul li:first-child {
  margin-top: 2px;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border-right: 1px solid #DDDDDD; }

body.single-portfolio #sidebar div ul .facebook-share, body.single-portfolio #sidebar div ul .twitter-share, body.single-portfolio #sidebar div ul .pinterest-share {
  margin-top: 2px;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border-right: 1px solid #DDDDDD; }

body.single-post .blog-title #single-meta ul .facebook-share, body.single-post .blog-title #single-meta ul .twitter-share, body.single-post .blog-title #single-meta ul .pinterest-share {
  margin-top: 2px;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border-right: 1px solid #DDDDDD; }

body.single-product #single-meta ul .facebook-share, body.single-product #single-meta ul .twitter-share, body.single-product #single-meta ul .pinterest-share {
  margin-top: 2px;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px !important;
  display: block;
  border-right: 1px solid #DDDDDD; }

body.single-portfolio #sidebar #project-meta ul li:first-child {
  border: none !important; }

.single-portfolio .facebook-share a, .single-portfolio .twitter-share a, .single-portfolio .pinterest-share a {
  color: inherit;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative; }

.single-post .facebook-share a, .single-post .twitter-share a, .single-post .pinterest-share a {
  color: inherit;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative; }

body.single-product .facebook-share a, body.single-product .twitter-share a, body.single-product .pinterest-share a {
  color: inherit;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative; }

a.pinterest-share, .facebook-share, .twitter-share, .google-plus-share, .linkedin-share {
  color: inherit;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative; }

.single-portfolio .facebook-share span, .single-portfolio .twitter-share span, .single-portfolio .pinterest-share span, .single-portfolio .google-plus-share span, .single-portfolio .linkedin-share span {
  display: inline-block;
  opacity: 0;
  top: auto;
  line-height: 16px !important;
  padding-left: 0px;
  font-weight: 400;
  font-size: 14px !important;
  height: 13px;
  line-height: 16px; }

.single-post .col.section-title .facebook-share span, .single-post .col.section-title .twitter-share span, .single-post .col.section-title .pinterest-share span, .single-post .col.section-title .google-plus-share span, .single-post .col.section-title .linkedin-share span {
  display: inline-block;
  opacity: 0;
  top: auto;
  line-height: 16px !important;
  padding-left: 0px;
  font-weight: 400;
  font-size: 14px !important;
  height: 13px;
  line-height: 16px; }

.pinterest-share span, .facebook-share span, .twitter-share span, .google-plus-share span, .linkedin-share span {
  display: inline-block;
  opacity: 0;
  top: auto;
  line-height: 16px !important;
  padding-left: 0px;
  font-weight: 400;
  font-size: 14px !important;
  height: 13px;
  line-height: 16px; }

/*full width social*/
.nectar-social.full-width > * {
  text-align: center;
  display: block !important;
  float: left;
  transition: color 0.2s linear !important;
  -webkit-transition: color 0.2s linear !important;
  position: relative; }

.span_12.light .nectar-social.full-width > * {
  border-color: rgba(255, 255, 255, 0.1); }

.span_12.dark .nectar-social.full-width > * {
  border-color: rgba(0, 0, 0, 0.07); }

.nectar-social.full-width a.nectar-love {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  padding-right: 0 !important;
  text-align: center !important; }

.nectar-social.full-width i {
  margin-top: -20px; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width {
  text-align: center; }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width i {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px !important;
    margin-left: 0 !important;
    width: 40px !important;
    position: absolute;
    top: 50% !important;
    left: 50%; }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width > * {
    float: none; }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width a.nectar-love {
    padding-top: 0 !important; }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width .heart-wrap {
    height: 100%;
    width: 100%; }
  body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width > * i {
    margin-left: -23px; }

.nectar-social.full-width.items_6 > * {
  width: 16.6% !important;
  padding: 2% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_6 > * {
  padding: 5% !important;
  margin: 3%;
  width: 10.1% !important; }

.full-width-content .nectar-social.full-width.items_6 > * {
  padding: 4% !important; }

.nectar-social.full-width.items_6 i {
  font-size: 26px !important; }

.nectar-social.full-width.items_6 a > span {
  position: relative;
  margin-left: 3px;
  top: -10px; }

.full-width-content .nectar-social.full-width.items_6 > * {
  padding: 5% !important; }

.full-width-content .nectar-social.full-width.items_6 i {
  font-size: 40px !important; }

.full-width-content .nectar-social.full-width.items_6 a span {
  margin-left: 5px; }

.nectar-social.full-width.items_5 > * {
  width: 20% !important;
  padding: 3% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_5 > * {
  padding: 6.5% !important;
  margin: 3%;
  width: 10% !important; }

.full-width-content .nectar-social.full-width.items_5 > * {
  padding: 5% !important; }

.nectar-social.full-width.items_5 i {
  font-size: 36px !important; }

.nectar-social.full-width.items_5 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px; }

.nectar-social.full-width.items_4 > * {
  width: 25% !important;
  padding: 5% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_4 > * {
  padding: 7% !important;
  margin: 5%;
  width: 10% !important; }

.nectar-social.full-width.items_4 i {
  font-size: 45px !important; }

.nectar-social.full-width.items_4 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px; }

.nectar-social.full-width.items_3 > * {
  width: 33.3% !important;
  padding: 5% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_3 > * {
  padding: 7% !important;
  margin: 5%;
  width: 10% !important; }

.nectar-social.full-width.items_3 i {
  font-size: 50px !important; }

.nectar-social.full-width.items_3 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px; }

.nectar-social.full-width.items_2 > * {
  width: 50% !important;
  padding: 5% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_2 > * {
  padding: 7% !important;
  margin: 5%;
  width: 10% !important; }

.nectar-social.full-width.items_2 i {
  font-size: 60px !important; }

.nectar-social.full-width.items_2 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px; }

.nectar-social.full-width.items_1 > * {
  width: 100% !important;
  padding: 5% !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social.full-width.items_1 > * {
  padding: 7% !important;
  margin: 5%;
  width: 10% !important; }

.nectar-social.full-width.items_1 i {
  font-size: 80px !important; }

.nectar-social.full-width.items_1 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px; }

.nectar-social.full-width:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

.facebook-share:hover i, body .facebook-share.hovered i {
  color: #5c80ca !important; }

.twitter-share:hover i, body .twitter-share.hovered i {
  color: #08c7ff !important; }

.pinterest-share:hover i, body .pinterest-share.hovered i {
  color: #dc2329 !important; }

.google-plus-share:hover i, body .google-plus-share.hovered i {
  color: #de4b39 !important; }

.linkedin-share:hover i {
  color: #409ecd !important; }

body .linkedin-share.hovered i {
  color: #409ecd !important; }

body[data-button-style="rounded"] .wpb_wrapper .facebook-share:before, body[data-button-style="rounded"] .wpb_wrapper .facebook-share.hovered:before {
  background-color: #5c80ca !important;
  border-color: #5c80ca !important; }

body[data-button-style="rounded"] .wpb_wrapper .twitter-share:before, body[data-button-style="rounded"] .wpb_wrapper .twitter-share.hovered:before {
  background-color: #08c7ff !important;
  border-color: #08c7ff !important; }

body[data-button-style="rounded"] .wpb_wrapper .pinterest-share:before, body[data-button-style="rounded"] .wpb_wrapper .pinterest-share.hovered:before {
  background-color: #dc2329 !important;
  border-color: #dc2329 !important; }

body[data-button-style="rounded"] .wpb_wrapper .google-plus-share:before, body[data-button-style="rounded"] .wpb_wrapper .google-plus-share.hovered:before {
  background-color: #de4b39 !important;
  border-color: #de4b39 !important; }

body[data-button-style="rounded"] .wpb_wrapper .linkedin-share:before, body[data-button-style="rounded"] .wpb_wrapper .linkedin-share.hovered:before {
  background-color: #409ecd !important;
  border-color: #409ecd !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social .hovered:before {
  opacity: 1; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social .hovered i {
  color: #ffffff !important; }

body[data-button-style="rounded"] .wpb_wrapper .nectar-social > *:hover i {
  color: #ffffff !important; }

.single-product #single-meta {
  top: 10px !important; }

.single-portfolio #project-meta .sharing li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
  border-right: 0px !important; }

body.single-post .blog-title #single-meta ul li:last-child, body.single-product #single-meta ul li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
  border-right: 0px !important; }

.single-portfolio .row .col.section-title h1 {
  width: 900px;
  margin-bottom: 0 !important;
  display: inline-block;
  top: 0;
  text-align: center;
  width: 100%; }

.single-portfolio .row .col.section-title .subheader {
  display: inline-block;
  top: 0;
  text-align: center;
  width: 100%; }

.single-portfolio #full_width_portfolio #portfolio-nav {
  margin-right: 0px; }

.single-portfolio #full_width_portfolio .span_12 {
  padding-right: 0px;
  margin-top: 0px; }

.single-portfolio #boxed #full_width_portfolio .parallax_slider_outer.first-section, .single-portfolio #boxed #full_width_portfolio .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin-top: 1px !important; }

#full_width_portfolio .project-title.parallax-effect {
  background-color: #f8f8f8;
  z-index: 9;
  position: fixed;
  padding-top: 88px;
  padding-bottom: 28px;
  width: 100%; }

#page-header-bg .project-title {
  padding-top: 0 !important;
  margin: 0 !important;
  background-color: transparent !important; }

#boxed #full_width_portfolio .project-title.parallax-effect {
  position: relative !important;
  top: 0px !important;
  padding-right: 0px; }

body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect, body[data-smooth-scrolling="1"] #page-header-bg[data-parallax="1"] {
  padding-right: 16px; }

.project-title .hidden-title {
  opacity: 0; }

#full_width_portfolio .project-title {
  padding-bottom: 0px !important; }
  #full_width_portfolio .project-title.parallax-effect .section-title {
    padding-bottom: 0px !important;
    border-bottom: none; }

#page-header-bg .section-title, .single .row .section-title, #full_width_portfolio .project-title .container .title-wrap {
  border-bottom: none; }

.single .heading-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 35px; }

#full_width_portfolio .project-title.parallax-effect .container {
  border: none !important; }

#page-header-bg .project-title .container, #page-header-bg .heading-title {
  border: none !important;
  padding: 0 !important; }

.project-title .section-title {
  padding: 0px 70px 0px 70px !important; }

.single .row .section-title {
  padding: 0;
  margin: 0 !important; }

#page-header-bg .section-title {
  padding-bottom: 0;
  margin-bottom: 0; }

#full_width_portfolio .project-title {
  padding-bottom: 30px; }

.project-additional.clear {
  clear: both !important;
  display: block; }
  .project-additional.clear li {
    float: none !important; }

.single-portfolio #project-meta .clear {
  padding-bottom: 0px !important; }

.single-portfolio #project-meta .sharing li a > span.count {
  opacity: 0; }

.single #single-meta ul li .nectar-love-wrap span {
  opacity: 1; }

/***************** Portfolio ******************/
.portfolio-items .work-info-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100.2%;
  top: 0px;
  left: 0px;
  background-color: #27CFC3;
  position: absolute;
  z-index: 2;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s; }

.portfolio-items .style-3 .work-info-bg {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }

.portfolio-items .work-info {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 10;
  padding: 0px 20px;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }

.portfolio-items .work-item[data-custom-content="on"] .work-info {
  padding: 0 40px;
  opacity: 1; }

.portfolio-items .col {
  height: 100%; }

.portfolio-filters {
  height: 33px;
  z-index: 100;
  right: 0px;
  top: 0px;
  position: absolute;
  display: inline-block;
  width: 100%; }

#portfolio-nav {
  height: 33px;
  z-index: 100;
  right: 0px;
  top: 0px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0 !important; }
  #portfolio-nav ul {
    top: 50%;
    margin-top: -13px;
    float: none;
    z-index: 102;
    position: absolute; }

html .single-post #single-meta {
  top: 50%;
  margin-top: -13px;
  float: none;
  z-index: 102;
  position: absolute; }

.container-wrap[data-nav-pos="after_project"] {
  padding-bottom: 0 !important; }

.single-portfolio #page-header-bg .subheader {
  padding-left: 0;
  margin-bottom: 0; }

.bottom_controls {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
  z-index: 1; }
  .bottom_controls #portfolio-nav {
    position: relative;
    text-align: center; }

body .bottom_controls .container {
  line-height: 1px;
  height: 50px !important; }

.bottom_controls #portfolio-nav .controls {
  float: none;
  width: 100%;
  margin-top: -25px; }
  .bottom_controls #portfolio-nav .controls li:last-child {
    float: right; }

body .bottom_controls #portfolio-nav .controls li#prev-link i, body .bottom_controls #portfolio-nav .controls li#next-link i {
  font-size: 26px !important; }

.bottom_controls #portfolio-nav {
  height: 50px;
  line-height: 50px; }
  .bottom_controls #portfolio-nav .controls li a {
    float: none !important; }
    .bottom_controls #portfolio-nav .controls li a i {
      box-sizing: content-box;
      width: 10px;
      transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
      -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }
  .bottom_controls #portfolio-nav .controls li#next-link i {
    padding-left: 15px; }
  .bottom_controls #portfolio-nav .controls li#prev-link i {
    padding-right: 15px; }
  .bottom_controls #portfolio-nav .controls li a i:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    top: 17px;
    opacity: 0;
    left: -4px;
    cursor: pointer;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); }
  .bottom_controls #portfolio-nav .controls li#next-link a i:after {
    left: 6px; }
  .bottom_controls #portfolio-nav .controls li#next-link a:hover i {
    padding-left: 30px; }
    .bottom_controls #portfolio-nav .controls li#next-link a:hover i:after {
      opacity: 1;
      transform: translateX(7px);
      -webkit-transform: translateX(7px); }
  .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    left: 3px; }
  .bottom_controls #portfolio-nav .controls li#prev-link a:hover i {
    padding-right: 30px; }
    .bottom_controls #portfolio-nav .controls li#prev-link a:hover i:after {
      opacity: 1;
      transform: translateX(0px);
      -webkit-transform: translateX(0px); }
  .bottom_controls #portfolio-nav ul:first-child {
    display: inline-block;
    position: relative;
    z-index: 1000;
    margin-top: 0;
    top: 0; }
    .bottom_controls #portfolio-nav ul:first-child li {
      height: 50px;
      line-height: 50px; }
      .bottom_controls #portfolio-nav ul:first-child li a {
        margin-right: 0 !important; }
      .bottom_controls #portfolio-nav ul:first-child li i:before {
        display: none; }
      .bottom_controls #portfolio-nav ul:first-child li a {
        font-size: 20px !important;
        width: 40px;
        height: 40px; }
      .bottom_controls #portfolio-nav ul:first-child li#all-items a i {
        width: .3em;
        height: .3em;
        display: block;
        border-radius: 0 !important;
        transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1) !important;
        -webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1) !important;
        font-size: 20px !important;
        left: 18px;
        top: 22px;
        background-color: #888 !important;
        box-shadow: -.5em 0 #888, -.5em .5em #888, .5em 0 #888, .5em -.5em #888, 0 -.5em #888, -.5em -.5em #888, 0 .5em #888, .5em .5em #888; }
      .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
        box-shadow: -.6em 0 #27CFC3, -.6em .6em #27CFC3, .6em 0 #27CFC3, .6em -.6em #27CFC3, 0 -.6em #27CFC3, -.6em -.6em #27CFC3, 0 .6em #27CFC3, .6em .6em #27CFC3; }

html .single-post #single-meta {
  margin-top: -20px; }

.single #page-header-bg #single-meta {
  margin-top: -8px; }

#portfolio-nav ul {
  left: 0;
  right: auto; }
  #portfolio-nav ul.controls {
    right: 0;
    left: auto; }

#page-header-bg #portfolio-nav {
  z-index: auto; }

.page-template-template-portfolio-php .portfolio-filters {
  position: absolute;
  margin-top: 0px;
  top: 5px !important;
  z-index: 1000; }

.portfolio-filters {
  position: relative;
  margin-top: 30px; }
  .portfolio-filters ul {
    margin: 0px; }

.portfolio-filter-clear {
  padding: 0 !important;
  margin: 0px !important; }

#portfolio-nav {
  position: absolute; }

.portfolio-filters {
  height: auto !important;
  width: 200px;
  float: right;
  display: block !important;
  margin-bottom: 33px;
  background-color: #27ccc0; }
  .portfolio-filters li {
    list-style: none !important; }

.portfolio-filters-inline li {
  list-style: none !important; }

.portfolio-filters li li a {
  padding-left: 25px; }

#portfolio-nav ul.controls {
  float: right; }

.no-date #portfolio-nav, #portfolio-nav {
  top: 10px; }

.portfolio-filters > ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 100; }

.portfolio-filters ul li a {
  color: rgba(255, 255, 255, 0.7) !important; }

.portfolio-filters a {
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 10px 15px;
  color: #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #27CFC3;
  border-top: 1px dotted rgba(255, 255, 255, 0.3); }

body .portfolio-filters-inline {
  margin-top: 0px;
  z-index: 100;
  height: auto !important;
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  background-color: #252525;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden; }
  body .portfolio-filters-inline.first-section {
    padding-top: 50px !important; }
  body .portfolio-filters-inline.nder-page-header.first-section {
    padding-top: 19px !important; }

.portfolio-filters-inline.non-fw {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
  background-color: transparent !important; }

body .portfolio-filters-inline.nder-page-header.first-section.non-fw {
  padding-top: 33px !important; }

body .portfolio-filters-inline.non-fw.first-section {
  padding-top: 70px !important; }

.portfolio-filters-inline .clear {
  padding: 0px; }

.portfolio-filters-inline ul {
  line-height: 22px;
  margin: 0px !important;
  text-align: right; }
  .portfolio-filters-inline ul li, .portfolio-filters-inline ul ul {
    display: inline; }

.portfolio-filters-inline #current-category {
  width: 25%; }

.portfolio-filters-inline .container > ul {
  max-width: 72%;
  margin-right: -7px !important; }

.portfolio-filters-inline ul ul {
  margin-left: 0px !important; }

.portfolio-filters-inline #current-category {
  padding-left: 0px;
  float: left; }

.portfolio-filters-inline .container > ul {
  float: right; }
  .portfolio-filters-inline .container > ul > li:last-child a {
    border: none !important; }
  .portfolio-filters-inline .container > ul a {
    padding: 0px 10px;
    margin: 7px 0px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block; }
  .portfolio-filters-inline .container > ul li#sort-label {
    padding: 0px 10px;
    margin: 7px 0px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    border: none !important;
    padding-right: 20px; }

.portfolio-filters-inline #current-category {
  color: #eee;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  text-transform: none;
  top: 4px; }

.portfolio-filters-inline .container > ul li#sort-label {
  color: #eee; }

.portfolio-filters-inline ul li a {
  color: #999; }
  .portfolio-filters-inline ul li a:hover {
    color: #eee; }

.portfolio-filters-inline.non-fw #current-category, .portfolio-filters-inline.non-fw .container > ul li#sort-label {
  color: #888 !important; }

.portfolio-filters-inline.non-fw ul li a:hover {
  color: #333; }

.portfolio-filters-inline:not([data-color-scheme="default"]) .container > ul li#sort-label {
  display: none; }

.portfolio-filters-inline:not([data-color-scheme="default"]) #current-category {
  color: #fff;
  padding: 7px 10px;
  transition: background-color 0.15s linear, color 0.15s linear; }

.portfolio-filters-inline:not([data-color-scheme="default"]) ul li a {
  color: #fff;
  padding: 7px 10px;
  transition: background-color 0.15s linear, color 0.15s linear;
  color: rgba(255, 255, 255, 0.75); }

.portfolio-filters-inline:not([data-color-scheme="default"]) .container ul li a.active {
  color: white !important;
  padding: 7px 10px; }

.portfolio-filters-inline:not([data-color-scheme="default"]) .container ul li a:hover {
  color: white; }

.portfolio-filters-inline[data-color-scheme="black"] {
  background-color: #0f1012; }
  .portfolio-filters-inline[data-color-scheme="black"] .container ul li a.active {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15); }

body[data-permanent-transparent="1"] .portfolio-filters-inline.fixed #current-category {
  display: none; }

#sort-portfolio {
  position: relative;
  border-top: 0px !important; }
  #sort-portfolio span {
    font-weight: 400;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding-left: 0px !important;
    color: #fff !important; }
  #sort-portfolio i {
    font-size: 12px !important;
    position: absolute;
    right: 5px;
    top: 13px;
    height: 14px;
    line-height: 14px;
    background-color: transparent !important; }

.portfolio-filters #sort-portfolio {
  background-color: #27CFC3;
  padding-right: 40px;
  min-width: 160px;
  border-radius: 2px; }

.portfolio-filters a:hover {
  color: white !important; }

.portfolio-filters:hover #sort-portfolio {
  color: white !important;
  border-radius: 2px 2px 0px 0px; }

.page-template-template-portfolio-php .page-header-no-bg .section-title {
  border-bottom: 0px;
  z-index: 100; }

.page-template-template-portfolio-php[data-bg-header="false"] .container-wrap {
  padding-top: 0; }

.portfolio-items:not(.carousel) {
  margin: 0px -1.2% 0px -1%; }

.portfolio-items .col {
  background-color: #f8f8f8; }

.portfolio-items.carousel .col {
  background-color: transparent; }

.portfolio-items[data-ps="2"] .col, .portfolio-items[data-ps="3"] .col, .portfolio-items[data-ps="4"] .col, .portfolio-items[data-ps="5"] .col, .portfolio-items[data-ps="6"] .col {
  background-color: transparent !important; }

html:not(.js) .portfolio-items .col.span_3 img, html:not(.js) .portfolio-items .col img {
  opacity: 1 !important; }

.portfolio-items .col .inner-wrap[data-animation="fade_in"], .portfolio-items:not(.carousel) .col .inner-wrap.animated {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out; }

.posts-container article .inner-wrap.animated, .posts-container[data-load-animation="fade_in"] article .inner-wrap.animated {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out; }

.portfolio-items:not(.carousel) .col .inner-wrap[data-animation="fade_in_from_bottom"], .posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap {
  transition: opacity 0.5s ease, transform 0.5s ease !important;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease !important;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px); }

.portfolio-items:not(.carousel) .col.animated-in .inner-wrap {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  height: 100%; }

.posts-container article.animated-in .inner-wrap, .posts-container[data-load-animation="fade_in"] article.animated-in .inner-wrap.animated {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  height: 100%; }

.posts-container article .inner-wrap {
  height: 100%; }

.portfolio-items .col.ajax-loaded, .posts-container article.ajax-loaded {
  transition: none !important;
  -webkit-transition: none !important; }

.carousel.portfolio-items .col img, .carousel.portfolio-items .col .work-meta, .carousel.portfolio-items .col .nectar-love-wrap {
  opacity: 1; }

.carousel.portfolio-items .work-item {
  opacity: 1; }

body .portfolio-items .col {
  height: auto;
  margin-bottom: 25px !important; }

body .full-width-content > .span_12 > .vc_col-sm-12 > .wpb_wrapper > .wpb_gallery .portfolio-items .col:not(.elastic-portfolio-item) {
  margin-bottom: 2.2% !important; }

.portfolio-items .col.span_4 {
  width: 31.00%;
  margin: 0px 1.13%; }

.portfolio-items[data-rcp="true"]:not(.carousel) {
  margin: 0; }

.portfolio-items[data-rcp="true"] .col.span_4 {
  width: 33.3%;
  margin: 0px !important; }

.portfolio-items .col.span_3 .work-item .work-info a {
  padding: 6px 11px;
  font-size: 11px !important;
  margin: 3px; }

.portfolio-items .col.span_3 .work-meta h4 {
  font-size: 16px;
  line-height: 16px !important;
  letter-spacing: -1px; }

.portfolio-items .work-meta h4 {
  line-height: 22px;
  position: relative;
  top: -2px; }

.portfolio-items .work-meta p {
  line-height: 22px; }

.portfolio-items .col.span_3 {
  width: 22.7%;
  margin: 0px 1.1%;
  padding: 0px; }

.page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
  background-color: #f8f8f8;
  /* safari text fix */ }

#portfolio-nav #all-items a {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0px 10px 0 0;
  position: relative;
  background-position: 11px center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }
  #portfolio-nav #all-items a i {
    line-height: 34px;
    font-size: 30px !important;
    background-color: transparent !important; }

#portfolio-nav li {
  float: left;
  list-style: none; }

#portfolio-nav #prev-link a, #portfolio-nav #next-link a {
  color: #888 !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0px 10px 0 0;
  position: relative;
  text-transform: capitalize;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-align: center; }

#portfolio-nav #prev-link a {
  background-position: 13px center;
  padding: 1px 0px; }

#portfolio-nav #next-link a {
  padding: 1px 0px;
  margin-right: 0px;
  background-position: -20px center; }

#portfolio-nav a i {
  background-color: transparent !important;
  font-size: 30px;
  line-height: 34px;
  color: #888;
  transition: color 0.2s linear, opacity 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear; }

#portfolio-nav #next-link a i, #portfolio-nav #prev-link a i {
  font-size: 32px !important; }

.parallax-effect #portfolio-nav #next-link a i, .parallax-effect #portfolio-nav #prev-link a i {
  -webkit-transform: translateZ(0px); }

body #portfolio-nav a:hover {
  background-color: transparent !important; }

.portfolio-items .col .work-item .work-info a.default-link {
  background-color: #252525;
  padding: 9px 15px;
  color: #fff !important;
  font-size: 12px !important;
  margin: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }
  .portfolio-items .col .work-item .work-info a.default-link:hover {
    opacity: 0.8; }

.portfolio-items .col h3 {
  position: relative;
  top: 0px;
  color: #fff;
  margin-bottom: 10px; }

.portfolio-items .col img {
  display: block;
  margin-bottom: 0px;
  width: auto; }

.portfolio-items .col:not([data-default-color="true"]) .work-item[data-custom-content='on'] img {
  z-index: 3; }
  .portfolio-items .col:not([data-default-color="true"]) .work-item[data-custom-content='on'] img.no-img {
    z-index: 1; }

.portfolio-items[data-col-num="elastic"] .col img {
  width: 100% !important;
  max-width: 100% !important; }

body .masonry.meta_overlaid .post-featured-img img, body .masonry.meta_overlaid .content-inner .whole-link {
  width: 100% !important;
  max-width: 100% !important; }

.portfolio-items[data-col-num="elastic"] .work-info-bg {
  width: 100% !important; }

.portfolio-items .col .work-info .view, .portfolio-items .col .work-info .image, .portfolio-items .col .work-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block; }

.portfolio-items .col .work-info .vert-center {
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .portfolio-items .col .work-info .vert-center .no-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    text-indent: -9999px;
    background-color: transparent; }
  .portfolio-items .col .work-info .vert-center.no-text {
    transform: none !important;
    -webkit-transform: none !important;
    top: 0 !important;
    height: 100%; }
  .portfolio-items .col .work-info .vert-center p {
    padding-bottom: 0px; }

.portfolio-items .col .work-info a:hover span {
  opacity: 0.8; }

.portfolio-items .col .work-info .vert-center *, .portfolio-items .col .work-info i {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }

.portfolio-items .col .work-info .vert-center .custom-content {
  opacity: 1;
  color: #fff;
  text-align: left; }
  .portfolio-items .col .work-info .vert-center .custom-content * {
    opacity: 1;
    color: #fff; }
  .portfolio-items .col .work-info .vert-center .custom-content .nectar-button {
    display: inline-block !important; }
  .portfolio-items .col .work-info .vert-center .custom-content > *:last-child {
    margin-bottom: 0 !important; }

.portfolio-items .col .work-item[data-custom-content="on"].style-1 .work-info .vert-center {
  margin-top: 0; }

.portfolio-items .col:not([data-default-color="true"]) .work-item[data-custom-content='on'] .work-info-bg {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)" !important; }
  .portfolio-items .col:not([data-default-color="true"]) .work-item[data-custom-content='on'] .work-info-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    content: ' ';
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; }

.portfolio-items .col:not([data-default-color="true"]):hover .work-item[data-custom-content='on'] .work-info-bg:after {
  opacity: 1; }

.portfolio-items .col .work-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%; }

.portfolio-items .col.elastic-portfolio-item .work-item {
  overflow: visible; }

/*
.portfolio-items .col .work-info .view span {
	 background-image: url(img/stock/icons/link.png);
}

.portfolio-items .col .work-info .image span {
	 background-image: url(img/stock/icons/image.png);
}


.portfolio-items .col .work-info .video span {
	 background-image: url(img/stock/icons/video.png);
}

.portfolio-items .col .work-info span {
	top: 0px;
	left: 0px;
	position: absolute;
	display: block;
	height: 42px;
	width: 42px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}*/
.portfolio-wrap.default-style .portfolio-items:not([data-ps="6"]) .col.elastic-portfolio-item .work-item {
  overflow: hidden; }

.portfolio-items .nectar-love {
  text-align: left; }
  .portfolio-items .nectar-love i {
    width: 23px !important;
    font-size: 14px !important;
    top: 0px !important; }

.post-meta .nectar-love i, #project-meta .nectar-love i {
  width: 23px !important;
  font-size: 14px !important;
  top: 0px !important; }

.portfolio-items .nectar-love {
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  height: 13px;
  width: auto;
  line-height: 11px;
  font-size: 12px !important;
  display: inline-block;
  text-align: left;
  color: #888; }

.portfolio-items .work-meta {
  text-align: left;
  float: left;
  width: 70%;
  font-size: 11px;
  color: #999; }

.light .portfolio-items .work-meta {
  color: #e8e8e8; }

.portfolio-items .work-meta h4 {
  margin-bottom: -2px; }

.portfolio-items .nectar-love span {
  line-height: 12px; }

.portfolio-items .nectar-love-wrap {
  width: 70px;
  top: -1px;
  position: relative;
  float: right;
  text-align: right; }

.portfolio-items .nectar-love:hover, .portfolio-items .nectar-love.loved {
  color: #888 !important; }

.portfolio-items .flex-gallery {
  margin-bottom: 0px; }

.portfolio-items[data-ps="6"] .col {
  background-color: transparent !important;
  width: 31.3%;
  padding: 1%; }
  .portfolio-items[data-ps="6"] .col.span_3 {
    width: 22.75%;
    padding: 0.3%; }
  .portfolio-items[data-ps="6"] .col:hover {
    z-index: 1000 !important; }
  .portfolio-items[data-ps="6"] .col.span_4 {
    margin: 0px 1% 2% 1% !important; }
  .portfolio-items[data-ps="6"] .col a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }

body .portfolio-items[data-ps="6"] .col.span_4 .work-meta, body .portfolio-items[data-ps="6"] .col.span_3 .work-meta {
  width: 100% !important; }

.portfolio-items[data-ps="6"] .work-meta {
  width: 100%;
  padding: 17%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  left: 0;
  z-index: 100;
  color: #fff;
  font-size: 12px; }
  .portfolio-items[data-ps="6"] .work-meta p {
    font-size: 14px;
    position: relative;
    line-height: 22px; }
  .portfolio-items[data-ps="6"] .work-meta h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px; }

.portfolio-items[data-ps="6"] .parallaxImg-layers > div:first-child .bg-img:after {
  background-color: rgba(51, 51, 51, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: ' ';
  transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  opacity: 0; }

.portfolio-items[data-ps="6"] .bg-overlay {
  border: 0px solid #fff;
  position: absolute;
  top: 9%;
  left: 9%;
  width: 82%;
  height: 82%;
  z-index: 10;
  transition: all 0.24s cubic-bezier(0, 0, 0.6, 1);
  -webkit-transition: all 0.24s cubic-bezier(0, 0, 0.6, 1);
  opacity: 1; }

.portfolio-items[data-ps="6"] .col .parallaxImg-rendered-layer > div.bg-img {
  transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1); }

.portfolio-items[data-ps="6"] .work-item:hover .parallaxImg-rendered-layer > div.bg-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07); }

.portfolio-items[data-ps="6"].no-masonry .bg-overlay {
  border: 0px solid #fff;
  position: absolute;
  top: 11%;
  left: 8%;
  width: 84%;
  height: 78%;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1); }

.portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
  transform: scale(0.85);
  -webkit-transform: scale(0.85); }

.portfolio-items[data-ps="6"] .work-item .work-meta .inner {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1); }

.portfolio-items .parallaxImg {
  backface-visibility: none;
  -webkit-tap-highlight-color: transparent;
  outline: 1px solid transparent;
  transition: transform 0.23s ease-out;
  -webkit-transition: transform 0.23s ease-out;
  position: relative;
  z-index: 10;
  cursor: pointer; }
  .portfolio-items .parallaxImg img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }

.portfolio-items .parallaxImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  will-change: transform;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.portfolio-items[data-ps="6"] .work-item:hover .parallaxImg-shadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4), 0 16px 40px rgba(0, 0, 0, 0.4); }

.portfolio-items[data-ps="6"] .col .work-item {
  margin-bottom: 0; }

.portfolio-items[data-col-num="elastic"][data-ps="6"] .col img {
  width: 100% !important; }

.portfolio-items .parallaxImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  outline: 1px solid transparent; }

.portfolio-items .parallaxImg-rendered-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  outline: 1px solid transparent;
  overflow: hidden; }
  .portfolio-items .parallaxImg-rendered-layer > div.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    outline: 1px solid transparent; }

.portfolio-items .parallaxImg-container .parallaxImg-rendered-layer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

@media only screen and (min-width: 690px) {
  .portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
    font-size: 48px;
    line-height: 54px; }
  .portfolio-items[data-ps="6"] .wide_tall .work-meta p {
    font-size: 28px;
    line-height: 34px; } }

@media only screen and (min-width: 1000px) {
  .portfolio-items[data-ps="6"] .col.tall .bg-overlay {
    top: 5.5%;
    left: 9%;
    width: 82%;
    height: 89.5%; }
  .portfolio-items[data-ps="6"] .col.wide_tall .work-item:hover .bg-overlay {
    border-width: 20px; }
  .portfolio-items[data-ps="6"] .col.wide .bg-overlay {
    top: 9%;
    left: 5.5%;
    width: 89%;
    height: 82%; } }

@media only screen and (min-width: 1000px) {
  .portfolio-items[data-ps="6"].no-masonry .work-item:hover .bg-overlay {
    border-width: 8px;
    opacity: 1; }
  .portfolio-items[data-ps="6"] .work-item:hover .bg-overlay {
    border-width: 11px;
    opacity: 1; } }

/*
.portfolio-items[data-ps="6"] .border {
    position: absolute;
    top: 9%;
	left: 9%;
	width: 82%;
	height: 82%;
    pointer-events: none;
    z-index: 3;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
}

.portfolio-items[data-ps="6"] .border rect {
    fill: transparent;
    stroke: #7634fd;
    stroke-width: 12px;
    stroke-dasharray: 0 1600;
    stroke-dashoffset: -255;
    -webkit-transition: stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-items[data-ps="6"] .work-item:hover .border rect {
    stroke-dasharray: 1600;
    stroke-dashoffset: 0;
} */
@media only screen and (min-width: 1000px) {
  .portfolio-items[data-ps="6"] .work-item:hover .parallaxImg-layers > div .bg-img:after {
    opacity: 1; }
  .portfolio-items[data-ps="6"] .work-item:hover .work-meta .inner {
    opacity: 1;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important; } }

.parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.portfolio-items .parallaxImg-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .portfolio-items .parallaxImg-container .parallaxImg-shadow {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

.parallaxImg.transition .parallaxImg-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

html.cssreflections .portfolio-items .parallaxImg-container {
  transition: transform 0.27s ease-out;
  -webkit-transition: transform 0.27s ease-out; }
  html.cssreflections .portfolio-items .parallaxImg-container .parallaxImg-shadow {
    transition: transform 0.27s ease-out;
    -webkit-transition: transform 0.27s ease-out; }

.parallaxImg.transition .parallaxImg-container {
  transition: transform 0.27s ease-out;
  -webkit-transition: transform 0.27s ease-out; }
  .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow {
    transition: transform 0.27s ease-out;
    -webkit-transition: transform 0.27s ease-out; }

html.cssreflections .portfolio-items .parallaxImg-container .parallaxImg-rendered-layer, .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer {
  transition: transform 0.27s ease-out;
  -webkit-transition: transform 0.27s ease-out; }

html.cssreflections .portfolio-items .parallaxImg-container:not(.over) {
  transition: transform 0.35s ease-out !important;
  -webkit-transition: transform 0.35s ease-out !important; }
  html.cssreflections .portfolio-items .parallaxImg-container:not(.over) .parallaxImg-rendered-layer {
    transition: transform 0.35s ease-out !important;
    -webkit-transition: transform 0.35s ease-out !important; }

html.cssreflections .portfolio-items .parallaxImg:not(.over) {
  transition: transform 0.35s ease-out !important;
  -webkit-transition: transform 0.35s ease-out !important; }

.parallaxImg.transition .parallaxImg-container .parallaxImg-shadow, .portfolio-items .parallaxImg-container:not(.over) .parallaxImg-shadow {
  transition: all 0.27s ease-out !important;
  -webkit-transition: all 0.27s ease-out !important; }

body.cssreflections .portfolio-items .parallaxImg-container {
  transition: transform 0.1s ease-out;
  -webkit-transition: transform 0.1s ease-out; }
  body.cssreflections .portfolio-items .parallaxImg-container .parallaxImg-shadow {
    transition: transform 0.1s ease-out;
    -webkit-transition: transform 0.1s ease-out; }

body.cssreflections .parallaxImg.transition .parallaxImg-container {
  transition: transform 0.1s ease-out;
  -webkit-transition: transform 0.1s ease-out; }
  body.cssreflections .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow {
    transition: transform 0.1s ease-out;
    -webkit-transition: transform 0.1s ease-out; }

body.cssreflections .portfolio-items .parallaxImg-container .parallaxImg-rendered-layer, body.cssreflections .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer, body.cssreflections .portfolio-items .parallaxImg {
  transition: transform 0.1s ease-out;
  -webkit-transition: transform 0.1s ease-out; }

body.cssreflections .parallaxImg.transition .parallaxImg-container {
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out; }
  body.cssreflections .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow, body.cssreflections .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer {
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out; }

body.cssreflections .portfolio-items .parallaxImg.transition {
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out; }

.portfolio-items .parallaxImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  transition: all 0.27s ease-out;
  -webkit-transition: all 0.27s ease-out;
  z-index: 1; }

.portfolio-items .tall .parallaxImg-shadow, .portfolio-items .wide_tall .parallaxImg-shadow {
  top: 8%; }

.portfolio-items .col .work-item.style-5 {
  overflow: visible; }
  .portfolio-items .col .work-item.style-5 img.sizer {
    position: absolute;
    z-index: -1;
    visibility: hidden; }

/*.portfolio-items .parallaxImg-shine {
	position: absolute;
	top: -2%;
	left: -2%;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 6;
	width: 104%;
	height: 104%;
	background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}

.portfolio-items .parallaxImg-container .parallaxImg-shine {
	transition: opacity 0.17s ease-out;
}
.portfolio-items .parallaxImg-container:not(.over) .parallaxImg-shine {
	transition: opacity 0.3s ease-out;
}

.portfolio-items .parallaxImg-container.over .parallaxImg-shine {
	opacity: 1;
}
*/
.no-js .portfolio-items .col .work-item.style-5 img.sizer {
  z-index: 1;
  visibility: visible; }

.project-attrs {
  margin-bottom: 0px !important;
  margin-left: 0px !important; }
  .project-attrs li {
    list-style: none !important; }
    .project-attrs li span {
      display: inline-block;
      margin-right: 10px;
      height: 14px;
      width: 14px;
      background-color: #27CFC3;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      -o-border-radius: 40px;
      background-repeat: no-repeat;
      background-position: center center; }
    .project-attrs li i {
      font-size: 14px;
      line-height: 14px;
      width: 23px;
      text-align: left;
      height: auto;
      background-color: transparent !important; }

.portfolio-items .work-item .work-info [id^="video-popup-"] {
  display: none; }

#project-meta .nectar-love {
  color: #888 !important;
  padding-left: 0px !important; }
  #project-meta .nectar-love:hover {
    color: #888 !important; }

#project-meta ul, #project-meta .nectar-social {
  height: 48px;
  margin-bottom: 30px !important; }

#project-meta ul li {
  float: left;
  padding: 0px !important;
  border-bottom: 0px !important; }
  #project-meta ul li .nectar-love-wrap {
    border-right: 1px solid #ddd;
    margin-right: 16px;
    padding-right: 16px;
    width: auto !important; }
    #project-meta ul li .nectar-love-wrap.no-border {
      border: none; }
    #project-meta ul li .nectar-love-wrap.fadein .nectar-love-count {
      opacity: 0;
      display: block;
      width: 0px; }

#single-meta ul li .nectar-love-wrap.fadein .nectar-love-count {
  opacity: 0;
  display: block;
  width: 0px; }

#project-meta ul li .nectar-love-wrap.fadein span, #single-meta ul li .nectar-love-wrap.fadein span {
  line-height: 12px !important; }

#project-meta ul li .nectar-love-wrap.fadein, #single-meta ul li .nectar-love-wrap.fadein {
  padding-top: 4px;
  padding-bottom: 4px; }

.single #single-meta ul li .nectar-love-wrap.fadein {
  margin-right: 16px;
  padding-right: 16px; }

#project-meta ul li .nectar-love-wrap.fadein .nectar-love, #single-meta ul li .nectar-love-wrap.fadein .nectar-love {
  display: block; }

.portfolio-loading {
  display: block;
  height: 31px;
  width: 31px;
  z-index: 80;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -15px;
  background-image: url(img/icons/loading-white-bg.gif); }
  .portfolio-loading.default-loader {
    background-image: none !important; }

body[data-bg-header="true"] .portfolio-loading {
  display: none; }

div[data-col-num="cols-4"] .portfolio-loading {
  top: 85px; }

div[data-col-num="cols-3"] .portfolio-loading {
  top: 111px; }

div.portfolio-items[data-col-num="elastic"] {
  margin-right: 0px !important;
  margin-top: 0px !important; }

.single-portfolio .comments-section #respond {
  margin-top: 30px; }

.single-portfolio #sidebar {
  margin-bottom: 30px;
  transition: none 0s !important; }
  .single-portfolio #sidebar h3, .single-portfolio #sidebar h4 {
    margin-bottom: 0px;
    padding-bottom: 4px; }

.single-portfolio .gallery-slider .gallery, .single-portfolio .gallery-slider .jetpack-slideshow {
  display: none; }

#portfolio-extra img {
  display: block; }

#portfolio-extra .clear {
  padding-bottom: 0px; }

#full_width_portfolio #portfolio-extra .empty-second .clear {
  padding-bottom: 65px; }

#full_width_portfolio #portfolio-extra .clear {
  padding-bottom: 24px; }

.fixed-sidebar {
  float: right;
  transition: 0 !important;
  margin-bottom: 55px !important; }

.single-portfolio #post-area {
  padding-right: 40px;
  margin-right: 0px !important;
  margin-top: 4px;
  width: 76.5%; }

.single-portfolio #boxed #post-area {
  width: 76.49%; }

.single-portfolio #post-area.span_12 {
  width: 100% !important; }

.single-portfolio #post-area .video {
  margin-bottom: 15px; }

.portfolio-wrap {
  position: relative; }

body .portfolio-wrap.default-style, body .portfolio-wrap.spaced {
  padding: 2% 0; }

body #boxed .portfolio-wrap.spaced {
  padding-left: 1.5%; }

body #boxed .portfolio-wrap.default-style {
  padding: 2%; }

body .default-style .portfolio-items .col.elastic-portfolio-item {
  margin: 1.2% !important;
  width: 17.5% !important; }

body .portfolio-items .col.elastic-portfolio-item {
  width: 20%;
  margin: 0 !important; }
  body .portfolio-items .col.elastic-portfolio-item.tall, body .portfolio-items .col.elastic-portfolio-item.regular {
    width: 20%; }
  body .portfolio-items .col.elastic-portfolio-item.wide, body .portfolio-items .col.elastic-portfolio-item.wide_tall {
    width: 40%; }

body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
  width: 25%; }

/* constrained cols */
@media only screen and (min-width: 1000px) {
  html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item {
    width: 22.5% !important; } }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item .work-item .work-info a {
    margin: 4px 3px;
    padding: 4px 9px !important;
    display: inline-block !important; }
  html body .default-style .portfolio-items.constrain-max-cols:not([data-ps="6"]) .col.elastic-portfolio-item .work-meta {
    width: 68% !important; } }

/***************** About ******************/
.team-member {
  margin-top: 7px;
  padding-bottom: 7px; }
  .team-member h4 {
    font-size: 22px;
    margin-bottom: 0px !important; }
    .team-member h4 a {
      color: #444444; }
  .team-member p.description {
    padding: 15px 0px;
    margin: 15px 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }

.row .col .team-member p.description {
  padding: 15px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.team-member ul.social {
  margin: 0px; }
  .team-member ul.social:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .team-member ul.social li {
    float: left;
    list-style: none; }
    .team-member ul.social li a {
      font-size: 11px;
      margin: 0px 8px; }
    .team-member ul.social li:first-child a {
      margin-left: 0px; }
    .team-member ul.social li:after {
      content: ' / ';
      font-size: 11px !important; }
    .team-member ul.social li:last-child:after {
      content: " " !important; }

.full-width-section .team-member img {
  margin-bottom: 15px !important; }

.team-member[data-style="meta_overlaid"], .team-member[data-style="meta_overlaid_alt"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative; }

.team-member[data-style="meta_overlaid"] a, .team-member[data-style="meta_overlaid_alt"] a {
  display: block;
  position: absolute;
  background: transparent url("img/transparent.png") repeat 0 0;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%; }

.team-member[data-style="meta_overlaid"] img, .team-member[data-style="meta_overlaid_alt"] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  margin-bottom: 0 !important; }

.team-member[data-style="meta_overlaid"] .team-member-overlay {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s; }

.team-member[data-style="meta_overlaid"] .team-member-image {
  z-index: 2;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.team-member[data-style="meta_overlaid_alt"] .team-member-image {
  z-index: 2;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #444; }

.full-width-content .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image, .full-width-content .vc_col-sm-3 .team-member[data-style="meta_overlaid"] .team-member-image, .full-width-content .vc_span3 .team-member[data-style="meta_overlaid_alt"] .team-member-image, .full-width-content .vc_col-sm-3 .team-member[data-style="meta_overlaid_alt"] .team-member-image {
  height: 350px; }

.full-width-content .vc_span4 .team-member[data-style="meta_overlaid"] .team-member-image, .full-width-content .vc_col-sm-4 .team-member[data-style="meta_overlaid"] .team-member-image, .full-width-content .vc_span4 .team-member[data-style="meta_overlaid_alt"] .team-member-image, .full-width-content .vc_col-sm-4 .team-member[data-style="meta_overlaid_alt"] .team-member-image {
  height: 400px; }

.wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image, .wpb_row:not(.full-width-content) .vc_col-sm-3 .team-member[data-style="meta_overlaid"] .team-member-image, .wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid_alt"] .team-member-image, .wpb_row:not(.full-width-content) .vc_col-sm-3 .team-member[data-style="meta_overlaid_alt"] .team-member-image {
  height: 275px; }

.team-member[data-style="meta_overlaid"]:hover .team-member-overlay {
  opacity: 0; }

.team-member[data-style="meta_overlaid"] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center; }

.team-member[data-style="meta_overlaid_alt"] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
  text-align: left;
  left: 25px;
  bottom: 40px; }

.team-member[data-style="meta_overlaid"] .team-meta h3, .team-member[data-style="meta_overlaid_alt"] .team-meta h3 {
  color: #fff; }

.team-member[data-style="meta_overlaid"] .team-meta p, .team-member[data-style="meta_overlaid_alt"] .team-meta p {
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 0 0 0 !important; }

.wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid"] .team-meta h3, .wpb_row:not(.full-width-content) .col.span_3 .team-member[data-style="meta_overlaid"] .team-meta h3, .wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid_alt"] .team-meta h3, .wpb_row:not(.full-width-content) .col.span_3 .team-member[data-style="meta_overlaid_alt"] .team-meta h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px; }

.wpb_row:not(.full-width-content) .vc_span4 .team-member[data-style="meta_overlaid"] .team-meta h3, .wpb_row:not(.full-width-content) .col.span_4 .team-member[data-style="meta_overlaid"] .team-meta h3, .wpb_row:not(.full-width-content) .vc_span4 .team-member[data-style="meta_overlaid_alt"] .team-meta h3, .wpb_row:not(.full-width-content) .col.span_4 .team-member[data-style="meta_overlaid_alt"] .team-meta h3 {
  margin-bottom: 2px; }

.team-member[data-style="meta_overlaid_alt"] {
  overflow: hidden; }
  .team-member[data-style="meta_overlaid_alt"]:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    opacity: 0;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: linear-gradient(to top, #333333 0%, rgba(51, 51, 51, 0.8) 20%, rgba(51, 51, 51, 0) 100%);
    background: -webkit-linear-gradient(to top, #333333 0%, rgba(51, 51, 51, 0.8) 20%, rgba(51, 51, 51, 0) 100%); }
  .team-member[data-style="meta_overlaid_alt"] .team-meta {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px); }
  .team-member[data-style="meta_overlaid_alt"]:hover:after {
    opacity: 1; }
  .team-member[data-style="meta_overlaid_alt"]:hover .team-meta {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1; }

/***************** Fancy Box ******************/
.nectar-fancy-box {
  overflow: hidden;
  position: relative;
  padding: 13%; }

.full-width-content > .span_12 > .vc_col-sm-12 > .wpb_wrapper > .nectar-fancy-box {
  padding: 5%; }

.full-width-content .vc_col-sm-12 .vc_col-sm-12 > .wpb_wrapper > .nectar-fancy-box {
  padding: 5%; }

.full-width-content .vc_col-sm-12 .vc_col-sm-12 > .wpb_wrapper > .nectar-fancy-box .inner {
  padding-bottom: 8%; }

.full-width-content > .span_12 > .vc_col-sm-12 > .wpb_wrapper > .nectar-fancy-box .inner {
  padding-bottom: 8%; }

.nectar-fancy-box:after {
  display: block;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
  transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1); }

.nectar-fancy-box:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.nectar-fancy-box .inner {
  position: relative;
  text-align: left;
  color: #fff;
  z-index: 10;
  padding-bottom: 15%; }
  .nectar-fancy-box .inner * {
    color: #fff; }

.nectar-fancy-box .box-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block; }

.nectar-fancy-box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1); }
  .nectar-fancy-box .box-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    background-color: rgba(51, 51, 51, 0.5);
    transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1); }

.nectar-fancy-box:hover .box-bg {
  transform: scale(1.13);
  -webkit-transform: scale(1.13); }
  .nectar-fancy-box:hover .box-bg:after {
    background-color: rgba(51, 51, 51, 0.2); }

.nectar-fancy-box .link-text {
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: left; }
  .nectar-fancy-box .link-text .arrow {
    line-height: 26px !important;
    font-size: 14px !important;
    font-family: FontAwesome !important;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin-left: 16px;
    top: 2px;
    transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
    overflow: visible;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4); }
    .nectar-fancy-box .link-text .arrow:before {
      content: "\f105";
      color: #fff;
      top: -2px;
      right: -1px;
      display: block;
      transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
      -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
      position: relative; }
    .nectar-fancy-box .link-text .arrow:after {
      display: block;
      content: ' ';
      position: absolute;
      width: 26px;
      height: 1px;
      background-color: #fff;
      opacity: 0;
      left: -6px;
      cursor: pointer;
      transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
      -webkit-transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
      pointer-events: none;
      top: 11px;
      transform: translateX(-27px);
      -webkit-transform: translateX(-27px); }

.nectar-fancy-box:hover .link-text .arrow {
  border-color: transparent; }
  .nectar-fancy-box:hover .link-text .arrow:after {
    opacity: 1;
    transform: translateX(2px);
    -webkit-transform: translateX(2px); }
  .nectar-fancy-box:hover .link-text .arrow:before {
    transform: translateX(9px);
    -webkit-transform: translateX(9px); }

/***************** Contact ******************/
html:not(.js) #contact-map, html:not(.js) .nectar-google-map {
  display: none; }

#contact-map {
  width: 100%;
  height: 370px;
  margin-top: -65px;
  margin-bottom: 30px; }

.gm-style-iw {
  color: #777; }

#contact-map div {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

.nectar-google-map {
  margin-bottom: 0 !important; }
  .nectar-google-map div {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important; }
  .nectar-google-map img {
    max-width: none !important; }

body[data-bg-header="true"] #contact-map {
  margin-top: -30px !important; }

.contact-info {
  padding-left: 20px; }

body.page-template-template-contact-php .page-header-no-bg .col.section-title {
  border-bottom: 0px; }

body.page-template-template-contact-php #page-header-bg {
  margin-bottom: 0px; }

.wpcf7-form p span {
  color: #27CFC3; }

div.wpcf7-validation-errors, .light .wpcf7 div.wpcf7-response-output {
  color: #666666 !important; }

span.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #fff; }

.minimal-form-input span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100% !important; }

.wpcf7-form-control-wrap {
  display: block !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  top: -3px;
  padding: 2px 6px;
  border: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.wpcf7 .wpcf7-response-output {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 10px; }

.widget_text textarea {
  max-height: 100px; }

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
  font-size: 12px; }

body .gform_wrapper div.charleft {
  font-size: 10px; }

body .gform_wrapper .top_label .gfield_label {
  font-weight: normal !important;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: 600; }

.gm-style .gm-style-iw {
  font-family: arial;
  letter-spacing: 0;
  line-height: 20px; }
  .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    font-family: arial;
    letter-spacing: 0;
    line-height: 20px; }

/***************** Masonry Items / Search results ******************/
#post-area.masonry {
  width: 1125px;
  margin-bottom: 80px;
  margin-top: 0;
  transition: none !important;
  overflow: visible !important; }
  #post-area.masonry.meta_overlaid {
    margin-bottom: 0; }
    #post-area.masonry.meta_overlaid .posts-container {
      overflow: hidden; }

body[data-ext-responsive="true"] #post-area.masonry {
  width: 102.2%; }
  body[data-ext-responsive="true"] #post-area.masonry.meta_overlaid {
    width: 100%; }

#post-area.masonry.span_9 {
  width: 834px;
  margin-right: 5px; }

body[data-ext-responsive="true"] #post-area.masonry.span_9 {
  width: 76.5%;
  margin-right: 0; }

#post-area.masonry #pagination {
  position: absolute;
  bottom: -75px;
  padding-left: 0px; }

.blog-fullwidth-wrap #post-area.masonry:not(.meta_overlaid) {
  margin-top: 0 !important; }

#post-area.masonry.span_12.meta_overlaid #pagination, .blog-fullwidth-wrap #post-area.masonry.meta_overlaid #pagination {
  bottom: 0 !important;
  height: 32px;
  margin-top: 45px;
  position: relative !important;
  text-align: center !important;
  width: 100%;
  margin-bottom: 40px; }

#post-area.masonry.span_12.meta_overlaid #pagination > div, .blog-fullwidth-wrap #post-area.masonry.meta_overlaid #pagination > div {
  display: inline;
  float: none;
  margin: 0 5px 0 0; }

body.blog .meta_overlaid_blog.container-wrap {
  padding-top: 0 !important; }
  body.blog .meta_overlaid_blog.container-wrap #post-area {
    margin-top: 0 !important; }

body.blog #post-area.masonry.meta_overlaid #pagination {
  margin-bottom: 0px; }

#post-area.masonry article.post .post-meta.no-img {
  top: 0px !important; }

#post-area.masonry article.post .post-content {
  padding-left: 0px !important; }

#post-area.masonry article.post .quote-inner, #post-area.masonry article.post .link-inner, #post-area.masonry article.post .status-inner, #post-area.masonry article.post .aside-inner {
  margin-bottom: 8px; }

#post-area.masonry > article:last-child .content-inner {
  border-bottom: 1px solid #DDDDDD !important; }

#search-results {
  margin-bottom: 30px;
  overflow: visible !important;
  visibility: hidden; }
  #search-results .result img {
    margin-bottom: 10px; }

#post-area.masonry article.post .post-meta {
  display: block !important;
  margin-bottom: 0; }

.search .row .col.section-title h1 {
  font-size: 28px !important;
  line-height: 42px !important;
  margin-bottom: 0px !important;
  text-transform: none !important;
  font-weight: 600;
  letter-spacing: -1px !important; }

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
  padding: 20px !important; }
  body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap > *:not(.post-header) {
    display: none; }

#post-area.masonry.meta_overlaid article.post .post-meta {
  margin: -4px 0 3px !important;
  padding-bottom: 0 !important;
  line-height: 26px; }

#post-area.masonry.meta_overlaid article.post.wide_tall .post-meta, #post-area.masonry.meta_overlaid article.post.large_featured .post-meta {
  margin: 6px 0 6px !important; }

#post-area.masonry.meta_overlaid article.post .post-meta .date, #post-area.masonry.meta_overlaid article.post.quote .quote-inner .author, #post-area.masonry.meta_overlaid article.post.link .post-content .destination {
  float: none !important;
  font-size: 12px !important; }

#post-area.masonry.meta_overlaid article .post-header {
  font-size: 12px; }

.meta_overlaid .masonry-blog-item h2.title {
  font-size: 18px !important;
  margin-bottom: 6px; }

body .masonry.meta_overlaid .masonry-blog-item {
  margin-bottom: 0 !important; }
  body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-category, body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-comment-count {
    display: none; }
  body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    width: 100%;
    opacity: 1;
    z-index: 1; }
  body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:before {
    opacity: 1; }
  body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
    transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    opacity: 0.85; }
  body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img {
    opacity: 1; }

body .masonry.meta_overlaid .content-inner > a {
  height: 100%; }
  body .masonry.meta_overlaid .content-inner > a > span.post-featured-img {
    background-color: #000; }

.masonry.meta_overlaid .masonry-blog-item {
  box-shadow: none !important; }
  .masonry.meta_overlaid .masonry-blog-item span.bottom-line, .masonry.meta_overlaid .masonry-blog-item .more-link {
    display: none; }
  .masonry.meta_overlaid .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none !important; }
  .masonry.meta_overlaid .masonry-blog-item .post-meta {
    padding: 0 18px 18px 18px !important; }

.masonry.meta_overlaid .post .nectar-love-wrap {
  line-height: 20px; }

.masonry.meta_overlaid .masonry-blog-item {
  padding: 0; }
  .masonry.meta_overlaid .masonry-blog-item .content-inner .post-featured-img img, .masonry.meta_overlaid .masonry-blog-item .more-link {
    margin-bottom: 0 !important; }

.masonry.meta_overlaid article.post .quote-inner, .masonry.meta_overlaid article.post .link-inner, .masonry.meta_overlaid article.post .status-inner, .masonry.meta_overlaid article.post .aside-inner {
  margin-bottom: 0 !important; }

.masonry.meta_overlaid .masonry-blog-item .content-inner {
  padding-bottom: 0 !important;
  border: 0 !important;
  margin-bottom: 0 !important; }

.masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
  padding: 16px 18px 18px 18px !important; }

.masonry.meta_overlaid article.post.quote .post-content .post-meta, .masonry.meta_overlaid article.post.link .post-content .post-meta {
  display: none !important; }

.masonry.meta_overlaid article.format-status .post-content .post-meta {
  display: none !important; }

.masonry.meta_overlaid article.post.format-aside .post-meta {
  display: none !important; }

.masonry.meta_overlaid article.post .post-header {
  color: #fff !important; }
  .masonry.meta_overlaid article.post .post-header h2 a {
    color: #fff !important;
    display: block; }

body .masonry.meta_overlaid .content-inner > a {
  display: block;
  line-height: 1px; }
  body .masonry.meta_overlaid .content-inner > a > span {
    display: block;
    line-height: 1px; }

body .masonry.meta_overlaid article.post .post-header .meta-author span {
  font-size: 13px !important; }

body .masonry.meta_overlaid article.post .post-header .meta-author a {
  margin-left: 4px;
  color: #fff !important;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear; }
  body .masonry.meta_overlaid article.post .post-header .meta-author a:hover {
    opacity: 0.85; }

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
  text-align: center; }

body #post-area.masonry.meta_overlaid article.masonry-blog-item.wide_tall .post-meta .date, body #post-area.masonry.meta_overlaid article.masonry-blog-item.large_featured .post-meta .date {
  font-size: 16px !important; }

body .masonry.meta_overlaid .masonry-blog-item.wide_tall h2.title, body .masonry.meta_overlaid .masonry-blog-item.large_featured h2.title {
  font-size: 30px !important;
  margin-bottom: 12px; }

body .masonry.meta_overlaid article.post .content-inner, body .masonry.meta_overlaid article.post .post-content, body .masonry.meta_overlaid article.post.quote .post-content .quote-inner, body .masonry.meta_overlaid article.post .post-content .link-inner, body .masonry.meta_overlaid article.post.format-link .content-inner a {
  height: 100% !important;
  width: 100% !important; }

body .masonry.meta_overlaid .link-inner .link-wrap, body .masonry.meta_overlaid .quote-inner .quote-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  display: block;
  z-index: 100000 !important;
  padding: 0 12%; }

body .masonry.meta_overlaid .post-content {
  min-height: 40px; }

body #post-area.masonry.meta_overlaid.span_9 {
  padding-right: 40px; }

#post-area.masonry.meta_overlaid article.post .quote-inner, #post-area.masonry.meta_overlaid article.post .link-inner, #post-area.masonry.meta_overlaid article.post .status-inner, #post-area.masonry.meta_overlaid article.post .aside-inner {
  text-align: center;
  overflow: hidden; }

.masonry-blog-item .post-meta {
  position: relative !important; }
  .masonry-blog-item .post-meta .date {
    border-bottom: 0px !important;
    line-height: 22px;
    padding-bottom: 0px !important;
    float: left;
    margin-bottom: 0px !important; }

.light .masonry-blog-item p {
  color: #676767; }

.masonry-blog-item .post-meta .nectar-love-wrap {
  float: right; }

.masonry-blog-item .content-inner {
  padding-bottom: 15px !important;
  margin-bottom: 15px !important; }

.masonry-blog-item h2.title {
  font-size: 20px !important;
  line-height: 26px !important; }

.masonry-blog-item .post-meta .date span {
  float: left;
  display: inline !important;
  text-transform: capitalize !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #676767 !important; }

.masonry-blog-item .more-link {
  margin-bottom: 10px; }

.masonry-blog-item .post-meta .nectar-love-wrap {
  width: auto !important; }

.masonry-blog-item .post-meta:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#search-results .result {
  width: 31%;
  display: inline-block;
  margin-bottom: 2.5%;
  position: relative;
  color: #676767; }

.masonry-blog-item {
  width: 31%;
  display: inline-block;
  margin-bottom: 2.5%;
  position: relative;
  color: #676767; }
  .masonry-blog-item .inner-wrap {
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 18px; }

#search-results .result .inner-wrap {
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 18px; }

.masonry-blog-item {
  margin-bottom: 0; }
  .masonry-blog-item .jp-jplayer-video {
    height: 179px !important; }

#post-area.span_9 .masonry-blog-item .jp-jplayer-video {
  height: 200px !important; }

.masonry-blog-item {
  width: 31.1%; }

#post-area.full-width-article {
  margin-bottom: 0 !important; }
  #post-area.full-width-article .masonry-blog-item {
    width: 100% !important; }

#post-area.masonry.span_9 .masonry-blog-item {
  width: 46.8%; }

/*.masonry-blog-item.ajax-loaded {
	margin-top: 100px;
}

body .portfolio-items .col.ajax-loaded {
 	margin-top: 100px;
}*/
#search-results .result {
  font-size: 11px; }
  #search-results .result span.bottom-line {
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    background-color: #eaeaea; }

.masonry-blog-item span.bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #eaeaea; }

#search-results .result .title span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  color: #999;
  margin-top: 3px; }

#search-results .result h2 {
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 22px; }

#search-results .result p {
  padding-bottom: 0px; }

article.result .title a {
  color: #27CFC3; }
  article.result .title a:hover {
    color: inherit !important; }

.masonry.classic_enhanced article.post .post-header h2 a {
  color: inherit !important; }

.masonry.classic_enhanced article.post .post-meta a, .masonry.classic_enhanced article.post .post-meta i:not(.icon-salient-heart) {
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear; }

.masonry.classic_enhanced article.post .post-meta a {
  color: #888; }

.masonry.classic_enhanced .post-header {
  color: #888; }

.masonry.classic_enhanced article.post .excerpt {
  color: #888; }

.masonry.classic_enhanced article.post .post-meta a {
  font-size: 12px !important; }

.masonry.classic_enhanced .post-header {
  font-size: 12px !important; }

.masonry.classic_enhanced article.post .post-meta i, .masonry.classic_enhanced article.post .post-header .icon-salient-m-clock {
  color: #b9b9b9 !important; }

.masonry.classic_enhanced article.post.wide_tall .post-meta i {
  color: rgba(255, 255, 255, 0.5) !important; }

.masonry.classic_enhanced article.post .post-meta a {
  display: inline-block; }

.masonry.classic_enhanced article.post .post-meta .meta-comment-count i {
  width: 14px !important; }

.masonry.classic_enhanced article.post .post-meta i {
  width: 15px !important;
  margin-right: 3px;
  font-size: 14px !important;
  top: 0px !important; }

.masonry.classic_enhanced article.post .post-header .icon-salient-m-clock {
  width: 14px !important;
  margin-right: 5px;
  font-size: 14px !important;
  top: 0px !important; }

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a, .masonry.classic_enhanced .posts-container article.large_featured .meta-category a {
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.2); }

body[data-button-style="rounded"] .masonry.classic_enhanced .posts-container article .meta-category a {
  border-radius: 100px; }

.masonry.classic_enhanced .posts-container article .meta-category a, .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a {
  padding: 0px 10px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease; }

.masonry.classic_enhanced .posts-container article .meta-category a:hover {
  border: 2px solid transparent;
  color: #fff; }

.masonry.classic_enhanced .posts-container article.has-post-thumbnail .meta-category a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 101; }

.masonry.classic_enhanced .posts-container article .meta-category a {
  z-index: 101;
  position: relative; }
  .masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child) {
    display: none; }

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0; }

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap {
  float: none;
  display: inline-block; }
  .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i, .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap, .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count {
    display: block !important;
    line-height: 18px;
    float: left; }

#post-area.masonry.classic_enhanced article.post .post-meta {
  padding: 6px 21px !important;
  z-index: 101;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

#post-area.masonry.classic_enhanced article.post .post-featured-img {
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  line-height: 0;
  display: block;
  position: relative; }
  #post-area.masonry.classic_enhanced article.post .post-featured-img img {
    margin-bottom: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }

#post-area.masonry.classic_enhanced article.post.format-gallery .inner-wrap .flickity-slider .cell img, #post-area.masonry.classic_enhanced article.post.format-gallery.wide_tall .inner-wrap .flickity-viewport, #post-area.masonry.classic_enhanced article.post.format-gallery.large_featured .inner-wrap .flickity-viewport {
  margin-bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }

#post-area.masonry.classic_enhanced article.post .inner-wrap:hover .post-featured-img img, #post-area.masonry.classic_enhanced article.post.large_featured .inner-wrap:hover .post-featured-img, #post-area.masonry.classic_enhanced article.post.wide_tall .inner-wrap:hover .post-featured-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07); }

#post-area.masonry.classic_enhanced article.post.format-gallery .inner-wrap:hover .flickity-slider .cell img, #post-area.masonry.classic_enhanced article.post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport, #post-area.masonry.classic_enhanced article.post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport {
  transform: scale(1.07);
  -webkit-transform: scale(1.07); }

#post-area.masonry.classic_enhanced article.post .post-meta > * {
  margin-right: 13px;
  margin-left: 0 !important; }

#post-area.masonry.classic_enhanced article.post .content-inner {
  position: static; }

#post-area.masonry.classic_enhanced article.post .post-meta > *:last-child {
  margin-right: 0; }

#post-area.masonry.classic_enhanced article.post .post-meta .nectar-love {
  margin-left: 0 !important; }
  #post-area.masonry.classic_enhanced article.post .post-meta .nectar-love .icon-salient-heart {
    display: none; }

#post-area.masonry.classic_enhanced article.post.large_featured .post-featured-img img {
  display: none; }

#post-area.masonry.classic_enhanced article.post.wide_tall .post-featured-img img, #post-area.masonry.classic_enhanced article.post.wide_tall .nectar-flickity .cell img {
  display: none; }

#post-area.masonry.classic_enhanced article.post.large_featured .nectar-flickity .cell img {
  display: none; }

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  padding: 17% !important;
  position: relative;
  z-index: 100;
  background-color: #fff; }

.masonry.classic_enhanced .masonry-blog-item h3.title {
  margin-bottom: 0; }

.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
  border-radius: 4px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }

body .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
  padding: 0; }

body .masonry.classic_enhanced article.post .content-inner {
  border: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

#post-area.masonry.classic_enhanced article.post.large_featured .content-inner {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 100;
  background-color: #fff; }

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

#post-area.masonry.classic_enhanced article.post:not(.wide_tall) .img-link {
  position: relative;
  display: block; }

#post-area.masonry.classic_enhanced article.post.large_featured .post-content {
  height: 100%; }

#post-area.masonry.classic_enhanced article.post.large_featured .img-link, #post-area.masonry.classic_enhanced article.post.large_featured .nectar-flickity {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 100; }

#post-area.masonry.classic_enhanced article.post.large_featured .post-featured-img {
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #333;
  background-position: center; }

#post-area.masonry.classic_enhanced article.post.wide_tall .nectar-flickity .cell, #post-area.masonry.classic_enhanced article.post.large_featured .nectar-flickity .cell {
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #333;
  background-position: center; }

#post-area.masonry.classic_enhanced article.post.wide_tall .post-featured-img, #post-area.masonry.classic_enhanced article.post.wide_tall .nectar-flickity {
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-color: #777; }

#post-area.masonry.classic_enhanced article.post.wide_tall.format-quote .post-featured-img, #post-area.masonry.classic_enhanced article.post.wide_tall.format-link .post-featured-img {
  opacity: 0.1; }

#post-area.masonry.classic_enhanced article.post.wide_tall .flickity-slider .cell, #post-area.masonry.classic_enhanced article.post.wide_tall .flickity-viewport {
  height: 100% !important; }

#post-area.masonry.classic_enhanced article.post.large_featured .flickity-slider .cell, #post-area.masonry.classic_enhanced article.post.large_featured .flickity-viewport {
  height: 100% !important; }

#post-area.masonry.classic_enhanced article.post.wide_tall .meta-category {
  z-index: 1000;
  position: relative; }

#post-area.masonry.classic_enhanced article.post.wide_tall h3 {
  color: #fff; }

#post-area.masonry.classic_enhanced article h3:hover a {
  color: inherit !important; }

#post-area.masonry.classic_enhanced article.post.wide_tall .inner-wrap:after {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -2%, transparent 35%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) -2%, transparent 35%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 11;
  border-radius: 4px;
  content: ' '; }

#post-area.masonry.classic_enhanced article.post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before {
  background-color: rgba(0, 0, 0, 0.43);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  content: ' ';
  border-radius: 4px; }

.masonry.classic_enhanced .nectar-love span, .masonry .masonry-blog-item .nectar-love span {
  font-size: 12px !important; }

.masonry.classic_enhanced article.post.wide_tall .post-meta a, .masonry.classic_enhanced .wide_tall .post-header {
  color: rgba(255, 255, 255, 0.9); }

.masonry.classic_enhanced article.post.wide_tall .excerpt, .masonry.classic_enhanced article.post.wide_tall .nectar-love span {
  color: rgba(255, 255, 255, 0.9); }

#post-area.masonry.classic_enhanced article.post.wide_tall .post-meta {
  border-color: rgba(255, 255, 255, 0.15); }

#post-area.masonry.classic_enhanced article.post.wide_tall .article-content-wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 20% !important; }

#post-area.masonry.classic_enhanced article.post.large_featured .post-meta {
  bottom: 0 !important;
  top: auto !important;
  left: 0;
  z-index: 1000;
  width: 50%;
  position: absolute !important; }

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
  padding: 21% !important; }

.masonry.classic_enhanced .masonry-blog-item h3.title {
  line-height: 26px; }

.masonry.classic_enhanced .masonry-blog-item .entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%; }

#post-area.masonry.classic_enhanced article.post.quote .post-content, #post-area.masonry.classic_enhanced article.post.quote .content-inner, #post-area.masonry.classic_enhanced article.post.quote .quote-inner {
  height: 100%; }

#post-area.masonry.classic_enhanced article.post.link .post-content, #post-area.masonry.classic_enhanced article.post.link .content-inner, #post-area.masonry.classic_enhanced article.post.link .link-inner {
  height: 100%; }

#post-area.masonry.classic_enhanced article.post.wide_tall .post-content, #post-area.masonry.classic_enhanced article.post.wide_tall .content-inner, #post-area.masonry.classic_enhanced article.post.wide_tall .conent-inner a {
  height: 100%; }

#post-area.masonry.classic_enhanced .quote-wrap, #post-area.masonry.classic_enhanced .link-wrap {
  padding: 17% !important;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  left: 0;
  position: absolute; }

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
  padding: 17% !important;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  left: 0;
  position: absolute; }

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content {
  height: 100%; }

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content {
  height: 100%; }

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner {
  height: 100%; }

.masonry.classic_enhanced .posts-container article .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.21s cubic-bezier(0.5, 0.5, 0.4, 0.88);
  transition: all 0.21s cubic-bezier(0.5, 0.5, 0.4, 0.88);
  color: #fff;
  font-size: 40px;
  z-index: 1000;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px; }
  .masonry.classic_enhanced .posts-container article .video-play-button:before {
    content: '\e052';
    width: 80px;
    display: block; }

.masonry.classic_enhanced .posts-container article.format-video:hover .video-play-button {
  transform: translateY(-50%) translateX(-50%) scale(1.18);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.18);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.17); }

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button, .masonry.classic_enhanced .posts-container article.wide_tall .video-play-button {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  transform: none;
  -webkit-transform: none; }

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button, .masonry.classic_enhanced .posts-container article.wide_tall:hover .video-play-button {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.masonry.classic_enhanced .posts-container article.large_featured .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

#post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img, #post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img, #post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  left: 0;
  z-index: 101;
  width: 100%; }

#post-area.masonry.classic_enhanced article.post.wide_tall .post-meta {
  position: absolute !important;
  bottom: 0;
  top: auto !important;
  left: 0;
  z-index: 101;
  width: 100%; }

@media only screen and (min-width: 1000px) {
  .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
    font-size: 30px;
    line-height: 36px; } }

/*-------------------------------------------------------------------------*/
/*	6.	Nectar Shortcode Styles
/*-------------------------------------------------------------------------*/
/***************** Icons ******************/
[class^="icon-"], [class*=" icon-"] {
  background-color: #27CFC3;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px; }

[class^="icon-"].icon-3x, [class*=" icon-"].icon-3x {
  background-color: #eeedec !important; }

body [class^="icon-"].icon-3x.alt-style, body [class*=" icon-"].icon-3x.alt-style {
  background-color: #27CFC3 !important;
  color: #fff !important; }

.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style.hovered, .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
  background-color: rgba(0, 0, 0, 0.035) !important; }

.light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style.hovered, .light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
  background-color: rgba(0, 0, 0, 0.1) !important; }

#sidebar .widget:hover [class^="icon-"].icon-3x.alt-style {
  background-color: rgba(0, 0, 0, 0.035) !important; }

.full-width-section [class^="icon-"].icon-3x, .full-width-section [class*=" icon-"].icon-3x {
  background-color: rgba(0, 0, 0, 0.021) !important; }

[class^="icon-"].icon-3x, [class*=" icon-"].icon-3x, .circle-border {
  background-color: #eeedec;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #27CFC3;
  display: inline-block;
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  word-spacing: 1px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear; }

[class^="icon-"].icon-3x, [class*=" icon-"].icon-3x {
  margin-bottom: 27px; }

body [class^="icon-"].icon-tiny {
  line-height: 15px !important;
  height: 13px;
  width: 15px;
  margin-right: 5px;
  font-size: 13px !important;
  color: #888;
  background-color: transparent !important; }

body [class^="icon-"].icon-default-style {
  line-height: 34px !important;
  height: 34px;
  width: 34px;
  margin-right: 0px;
  font-size: 34px !important;
  color: #27CFC3;
  background-color: transparent !important; }

body .nectar-button i {
  background-color: transparent !important; }

h3 [class^="icon-"], h2 [class^="icon-"], h4 [class^="icon-"], h5 [class^="icon-"] {
  margin-right: 5px; }

.col:not(#post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, #sidebar .widget:hover .circle-border {
  border: 1px solid #27CFC3;
  transform: scale(1.18);
  -moz-transform: scale(1.18);
  -o-transform: scale(1.18);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73); }

.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.hovered, .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered {
  color: #fff !important;
  background-color: #27CFC3; }

#sidebar .widget:hover [class^="icon-"].icon-3x {
  color: #fff !important;
  background-color: #27CFC3; }

/*#post-area .span_12:hover [class^="icon-"].icon-3x {
	color: #fff!important;
}*/
.circle-border {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #eeedec;
  height: 88px;
  left: 1px;
  position: absolute;
  z-index: 1;
  top: 1px;
  transition-duration: 225ms;
  -moz-transition-duration: 225ms;
  -webkit-duration: 225ms;
  -o-transition-duration: 225ms;
  transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  width: 88px; }

.full-width-section .circle-border {
  background-color: rgba(0, 0, 0, 0.021);
  border-color: rgba(0, 0, 0, 0.05); }

.full-width-section .light .circle-border {
  background-color: rgba(0, 0, 0, 0.021);
  border-color: rgba(0, 0, 0, 0.2); }

.iwithtext {
  position: relative; }
  .iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 0px; }
    .iwithtext .iwt-icon img {
      width: 35px;
      height: auto;
      padding: 0; }
  .iwithtext .iwt-text {
    padding-left: 55px; }

.main-content .vc_span2 .iwithtext .iwt-icon, .main-content .vc_col-sm-2 .iwithtext .iwt-icon {
  top: -2px; }

.main-content .vc_span2 .iwithtext .iwt-icon i, .main-content .vc_col-sm-2 .iwithtext .iwt-icon i {
  font-size: 26px !important;
  line-height: 26px !important;
  width: 26px !important;
  height: 26px !important; }

.main-content .vc_span2 .iwithtext .iwt-icon img, .main-content .vc_col-sm-2 .iwithtext .iwt-icon img {
  width: 26px; }

.main-content .vc_span2 .iwithtext .iwt-text, .main-content .vc_col-sm-2 .iwithtext .iwt-text {
  padding-left: 45px; }

.main-content .svg-icon-holder {
  height: 64px;
  overflow: hidden;
  min-width: 1px;
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0; }

.svg-icon-holder span {
  display: none; }

/***************** Milestone ******************/
.nectar-milestone {
  text-align: center; }

.span_12.right .nectar-milestone {
  text-align: right; }
  .span_12.right .nectar-milestone[data-symbol-alignment="superscript"] {
    padding-right: 40px; }

.nectar-milestone .number {
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  display: inline-block; }

.nectar-milestone.motion_blur .number span {
  display: inline-block; }
  .nectar-milestone.motion_blur .number span:not(.in-sight) {
    transform: translateY(-100%);
    -wenkit-transform: translateY(-100%);
    opacity: 0; }

.nectar-milestone .subject {
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 16px !important; }

.nectar-milestone .number .symbol-wrap {
  display: inline-block; }

.nectar-milestone[data-symbol-alignment="superscript"] .number .symbol-wrap {
  transform: translateX(103%);
  -webkit-transform: translateX(103%);
  -moz-transform: translateX(103%);
  top: 0;
  right: 0;
  position: absolute;
  display: inline;
  font-size: 30px;
  line-height: 34px; }

.nectar-milestone[data-symbol-alignment="superscript"][data-symbol-pos="before"] .number .symbol-wrap {
  transform: translateX(-103%);
  -webkit-transform: translateX(-103%);
  -moz-transform: translateX(-103%);
  right: auto;
  left: 0; }

.milestone-wrap {
  text-align: center; }

/***************** Milestone ******************/
.nectar-fancy-ul ul {
  margin-left: 0 !important; }
  .nectar-fancy-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 38px; }
    .nectar-fancy-ul ul li i {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px !important; }
    .nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
      font-size: 16px !important;
      height: 100% !important;
      line-height: 22px !important; }
    .nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
      font-size: 27px !important;
      height: 27px !important;
      line-height: 27px !important; }

.nectar-fancy-ul[data-animation="true"] ul li {
  opacity: 0;
  left: -20px;
  margin-bottom: 5px; }

/***************** Morphing outline ****************/
.morphing-outline {
  visibility: visible;
  padding: 90px 50px;
  text-align: center; }
  .morphing-outline .inner {
    -webkit-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 1;
    -webkit-perspective: 1000;
    text-align: center; }
    .morphing-outline .inner p {
      padding-bottom: 10px; }

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > * {
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  will-change: transform; }

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > h5 {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77); }

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
  transform: scale(0.68);
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68); }

.morphing-outline .inner > * {
  color: #27CFC3;
  -webkit-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: color 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
  .morphing-outline .inner > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.morphing-outline .inner:after {
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
  width: 100%;
  position: absolute;
  left: -62px;
  top: -92px;
  padding: 80px 50px;
  z-index: -1;
  border-width: 12px;
  border-style: solid;
  border-color: #27CFC3;
  display: block;
  content: '';
  border-radius: 50%; }

body[data-button-style="default"] .wpb_column > .wpb_wrapper > .morphing-outline .inner:after {
  border-radius: 0%; }

body[data-button-style="default"] .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after {
  border-radius: 50%; }

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after {
  border-radius: 0%;
  border-color: #fff;
  will-change: border-radius; }

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > * {
  color: #ffffff; }

/***************** Split Heading ****************/
.nectar-split-heading .heading-line {
  display: block;
  overflow: hidden;
  position: relative; }
  .nectar-split-heading .heading-line > span {
    display: block;
    transform: translateY(200%);
    -webkit-transform: translateY(200%); }

@media only screen and (max-width: 1000px) {
  .nectar-split-heading .heading-line > span {
    transform: none;
    -webkit-transform: none; } }

/***************** Bar graph ******************/
.nectar-progress-bar {
  margin-bottom: 0px !important; }
  .nectar-progress-bar .bar-wrap {
    margin-bottom: 13px;
    background-color: #e4e4e4;
    border-radius: 300px 300px 300px 300px;
    -webkit-border-radius: 300px 300px 300px 300px;
    -o-border-radius: 300px 300px 300px 300px;
    -moz-border-radius: 300px 300px 300px 300px;
    background-color: #ebebeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset; }
  .nectar-progress-bar span {
    height: 14px;
    width: 0px;
    display: block;
    background-color: #27CFC3;
    border-radius: 300px 300px 300px 300px;
    -webkit-border-radius: 300px 300px 300px 300px;
    -o-border-radius: 300px 300px 300px 300px;
    -moz-border-radius: 300px 300px 300px 300px; }
  .nectar-progress-bar p {
    padding-bottom: 2px; }
  .nectar-progress-bar span {
    overflow: visible !important;
    position: relative; }
    .nectar-progress-bar span strong {
      position: absolute;
      right: -0px;
      top: -23px;
      line-height: 12px !important;
      font-size: 11px !important;
      opacity: 0;
      display: block;
      font-weight: normal !important;
      font-weight: 600;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px; }
      .nectar-progress-bar span strong i {
        font-style: normal !important;
        font-weight: 600;
        letter-spacing: 0 !important;
        text-transform: none !important; }
  .nectar-progress-bar .bar-wrap span strong {
    font-size: 11px !important;
    line-height: 12px !important; }
    .nectar-progress-bar .bar-wrap span strong i {
      font-size: 11px !important;
      line-height: 12px !important; }
  .nectar-progress-bar span strong.full {
    width: 43px;
    text-align: right; }
    .nectar-progress-bar span strong.full:after {
      left: 15px; }

body .vc_pie_chart .vc_pie_chart_value {
  font-size: 42px;
  font-weight: 300; }

body .vc_pie_chart .wpb_pie_chart_heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  letter-spacing: 2px; }

body .vc_pie_chart_back {
  border-width: 7px;
  opacity: 0; }

/***************** Testimonial Slider ******************/
.testimonial_slider {
  float: none;
  opacity: 0;
  margin-bottom: 21px; }

html:not(.js) .testimonial_slider {
  opacity: 1;
  height: auto; }

.testimonial_slider:not([data-style="multiple_visible"]) blockquote {
  padding-left: 0px;
  text-align: center;
  color: black;
  background-image: none;
  font-size: 22px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute; }

.testimonial_slider[data-style="multiple_visible"] blockquote {
  float: left; }

.testimonial_slider blockquote p {
  padding-bottom: 30px; }

.testimonial_slider .controls {
  position: absolute;
  bottom: -22px;
  z-index: 30;
  width: 100%;
  text-align: center; }
  .testimonial_slider .controls ul {
    margin: 0px !important;
    display: block;
    text-align: center;
    width: 100%; }
    .testimonial_slider .controls ul li {
      list-style: none !important;
      cursor: pointer;
      display: inline; }
      .testimonial_slider .controls ul li span.pagination-switch {
        background-color: transparent;
        border: 1px solid #333;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 0 4px;
        transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
        width: 10px; }
        .testimonial_slider .controls ul li span.pagination-switch:hover, .testimonial_slider .controls ul li span.pagination-switch.active {
          background-color: #333; }

.testimonial_slider .slides {
  overflow: hidden;
  position: relative; }

body .testimonial_slider blockquote span {
  font-size: 16px;
  display: block;
  line-height: 22px; }

.testimonial_slider blockquote span.title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px !important; }

.testimonial_slider[data-style="multiple_visible"] blockquote span.title {
  font-size: 14px !important; }

.light .testimonial_slider blockquote {
  color: rgba(255, 255, 255, 0.95); }
  .light .testimonial_slider blockquote span.title {
    color: rgba(255, 255, 255, 0.45); }

.testimonial_slider[data-style="multiple_visible"][data-color*="-light"] blockquote span.title {
  color: rgba(255, 255, 255, 0.45); }

.flickity-page-dots .dot:before {
  transition: all 0.1s linear; }

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

.testimonial_slider .controls ul li i {
  color: #444444; }

.light .testimonial_slider .controls ul li span {
  border-color: #fff; }
  .light .testimonial_slider .controls ul li span:hover, .light .testimonial_slider .controls ul li span.pagination-switch.active {
    background-color: #fff !important; }

.testimonial_slider .image-icon {
  font-family: Georgia, serif !important;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 33px;
  line-height: 70px;
  background-size: cover;
  border: 2px solid rgba(0, 0, 0, 0.13); }

.light .testimonial_slider .image-icon {
  border-color: rgba(255, 255, 255, 0.4); }

.testimonial_slider .image-icon.has-bg {
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px; }

.testimonial_slider[data-style="multiple_visible"] .slides {
  overflow: visible; }

.testimonial_slider[data-style="multiple_visible"] blockquote {
  text-align: center;
  padding: 15px;
  width: 33%;
  opacity: 0.3;
  transition: opacity 0.2s ease; }
  .testimonial_slider[data-style="multiple_visible"] blockquote p {
    text-align: left;
    padding: 50px 50px 50px 100px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    quotes: "\201C" "\201D";
    position: relative; }

.testimonial_slider blockquote p .bottom-arrow {
  display: none; }

.testimonial_slider[data-style="multiple_visible"] blockquote p .bottom-arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 100%;
  left: 50%;
  margin-left: -20px;
  margin-top: -19px;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  .testimonial_slider[data-style="multiple_visible"] blockquote p .bottom-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-color: #232323 transparent transparent transparent; }

.testimonial_slider[data-style="multiple_visible"] blockquote p:before {
  font-family: sans-serif;
  content: open-quote;
  font-size: 130px;
  position: absolute;
  left: 29px;
  top: 50px;
  opacity: 0.4;
  line-height: 115px; }

@media only screen and (min-width: 1300px) {
  .testimonial_slider[data-style="multiple_visible"] blockquote {
    width: 33%; } }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .testimonial_slider[data-style="multiple_visible"] blockquote {
    width: 50%; } }

@media only screen and (min-width: 690px) and (max-width: 1000px) {
  .testimonial_slider[data-style="multiple_visible"] blockquote {
    width: 60%; } }

@media only screen and (max-width: 690px) {
  .testimonial_slider[data-style="multiple_visible"] blockquote {
    width: 85%; } }

.span_12.light .flickity-page-dots .dot:before {
  background-color: #fff; }

.testimonial_slider[data-style="multiple_visible"][data-color*="-light"] .flickity-page-dots .dot:before {
  background-color: #fff; }

.testimonial_slider[data-style="multiple_visible"][data-color*="-light"] blockquote {
  color: #fff; }

.testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p {
  background-color: rgba(0, 0, 0, 0.2); }

.dark .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p {
  background-color: rgba(255, 255, 255, 0.4); }

.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote.is-selected p {
  color: #fff; }
  .testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote.is-selected p:before {
    color: rgba(0, 0, 0, 0.27); }

.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote p:after {
  border-color: rgba(255, 255, 255, 0.4); }

.dark .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p:after {
  border-color: rgba(255, 255, 255, 0.4); }

.testimonial_slider[data-style="multiple_visible"] blockquote.is-selected {
  opacity: 1; }
  .testimonial_slider[data-style="multiple_visible"] blockquote.is-selected p .bottom-arrow {
    opacity: 1; }

.testimonial_slider[data-style="multiple_visible"] .image-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 17px;
  position: relative; }
  .testimonial_slider[data-style="multiple_visible"] .image-icon:not(.has-bg) {
    display: none; }

.toggles .testimonial_slider, .full-width-content .testimonial_slider {
  padding-bottom: 20px !important; }

.toggles .testimonial_slider .controls, .full-width-content .testimonial_slider .controls {
  bottom: 2px !important; }

/***************** Tabbed ******************/
.tabbed > ul {
  margin-left: 0px;
  margin-bottom: 17px !important; }
  .tabbed > ul li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0px !important; }
  .tabbed > ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .tabbed > ul li a {
    display: block;
    color: #888;
    position: relative;
    background-color: rgba(0, 0, 0, 0.045);
    padding: 8px 15px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    border-left: 0px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important; }
  .tabbed > ul li:hover {
    background-color: transparent !important; }

.wpb_content_element .wpb_tabs_nav li {
  background-color: transparent !important; }

.tabbed .clear {
  display: block !important;
  padding-bottom: 0px; }

.tabbed > ul li a:hover {
  background-color: rgba(0, 0, 0, 0.035); }

.tabbed > ul li:last-child a {
  border-color: transparent !important; }

.tabbed > ul li a.active-tab {
  color: #fff;
  border-color: #27CFC3 !important;
  background-color: #27CFC3; }

.light .tabbed > ul li:last-child a {
  border-color: rgba(0, 0, 0, 0.2) !important; }

.light .tabbed > ul li a {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: rgba(0, 0, 0, 0.15) !important; }

.tabbed .wpb_tab {
  opacity: 0; }

body .tabbed div {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent; }

body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 0px;
  background-color: transparent !important; }

.tabbed .wpb_tab {
  position: absolute; }

.tabbed div:first-of-type {
  position: relative; }

.tabbed div.wp-video .mejs-mediaelement {
  position: absolute; }

.tabbed div.wp-video .mejs-inner {
  position: static; }

.wpb_tabs_nav li.cta-button {
  position: absolute;
  right: 0;
  top: 0; }

.tabbed[data-alignment="right"] .wpb_tabs_nav li.cta-button {
  left: 0;
  right: auto; }

.wpb_tabs_nav li.cta-button a {
  visibility: visible;
  margin-bottom: 0 !important; }
  .wpb_tabs_nav li.cta-button a:after {
    display: none !important; }

.tabbed[data-alignment="center"] .wpb_tabs_nav li, .tabbed[data-alignment="right"] .wpb_tabs_nav li {
  float: none;
  display: inline-block; }

.tabbed[data-alignment="center"] .wpb_tabs_nav {
  text-align: center; }

.tabbed[data-alignment="right"] .wpb_tabs_nav {
  text-align: right; }

.tabbed[data-style="minimal"] .wpb_tabs_nav {
  border-bottom: 1px solid #e1e1e1;
  line-height: 0px;
  margin-bottom: 65px !important;
  position: relative; }

.tabbed[data-style="minimal"] > ul li:not(.cta-button) a {
  background-color: transparent !important;
  border-right: none !important;
  position: relative;
  color: inherit !important;
  z-index: 10;
  padding: 18px 17px;
  line-height: 32px;
  margin-bottom: -1px;
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1); }
  .tabbed[data-style="minimal"] > ul li:not(.cta-button) a.active-tab {
    background-color: transparent !important;
    border-right: none !important;
    position: relative;
    color: inherit !important;
    z-index: 10;
    padding: 18px 17px;
    line-height: 32px;
    margin-bottom: -1px;
    overflow-y: hidden;
    transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1); }

.tabbed[data-style="minimal"] > ul li a:hover {
  opacity: 0.7; }

.tabbed[data-style="minimal"] > ul li a:after {
  height: 4px;
  width: 100%;
  content: ' ';
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 10;
  transition: transform 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.12, 0.75, 0.4, 1); }

.tabbed[data-style="minimal"] > ul li a.active-tab {
  opacity: 1; }
  .tabbed[data-style="minimal"] > ul li a.active-tab:after {
    transform: translateY(-3px); }

.tabbed[data-style="vertical"] .wpb_tabs_nav {
  width: 20%;
  float: left; }
  .tabbed[data-style="vertical"] .wpb_tabs_nav li {
    float: none; }
    .tabbed[data-style="vertical"] .wpb_tabs_nav li a {
      border-right: none !important; }

.tabbed[data-style="vertical"] > div {
  float: left;
  width: 80%;
  padding-left: 40px; }

/***************** Image with animation / Col animation ******************/
img.img-with-animation, .col.has-animation {
  opacity: 0;
  position: relative; }

.wpb_column.has-animation {
  opacity: 0;
  position: relative; }
  .wpb_column.has-animation[data-animation*="reveal"] {
    opacity: 1; }

img.img-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1; }

html:not(.js) img.img-with-animation, html:not(.js) .col.has-animation, html:not(.js) .wpb_column.has-animation {
  opacity: 1; }

img.img-with-animation[data-animation="none"] {
  opacity: 1; }

img.img-with-animation[data-animation="grow-in"] {
  opacity: 0.1;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-backface-visibility: hidden; }

.col.has-animation[data-animation="grow-in"], .wpb_column.has-animation[data-animation="grow-in"] {
  opacity: 0.1;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-backface-visibility: hidden; }

img.img-with-animation[data-animation="flip-in"], .col.has-animation[data-animation="flip-in"], .wpb_column.has-animation[data-animation="flip-in"] {
  opacity: 0;
  transform: rotateY(25deg);
  -webkit-transform: rotateY(25deg);
  -o-webkit-transform: rotateY(25deg);
  -moz-webkit-transform: rotateY(25deg);
  transition: opacity 1s ease, background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: opacity 1s ease, background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 1s ease, background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: opacity 1s ease, background-color 0.35s cubic-bezier(0.65, 0, 0.35, 1); }

img.img-with-animation[data-animation="fade-in-from-left"] {
  left: -45px;
  padding-right: 30px; }

.col.has-animation[data-animation="fade-in-from-left"], .wpb_column.has-animation[data-animation="fade-in-from-left"] {
  left: -45px; }

img.img-with-animation[data-animation="fade-in-from-right"] {
  right: -45px;
  padding-left: 30px; }

.col.has-animation[data-animation="fade-in-from-right"], .wpb_column.has-animation[data-animation="fade-in-from-right"] {
  right: -45px; }

img.img-with-animation[data-animation="fade-in-from-bottom"] {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px); }

.col.has-animation[data-animation="fade-in-from-bottom"], .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px); }

img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
  margin: 0 auto; }

.img-with-aniamtion-wrap {
  line-height: 0;
  margin-bottom: 0 !important; }

.center img.img-with-animation {
  margin: 0 auto;
  display: block; }

.right.img-with-aniamtion-wrap {
  text-align: right; }
  .right.img-with-aniamtion-wrap img {
    display: inline-block; }

.wpb_column.has-animation[data-animation*="reveal"] {
  overflow: hidden; }
  .wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%; }

.wpb_column .column-inner[data-bg-cover="true"], .wpb_column[data-bg-cover="true"] {
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 1000px) {
  .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner {
    transform: translateY(-90%);
    -webkit-transform: translateY(-90%); }
  .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner {
    transform: translateY(90%);
    -webkit-transform: translateY(90%); }
  .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
  .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner {
    transform: translateX(90%);
    -webkit-transform: translateX(90%); }
  .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap {
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
  .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
    transform: translateX(-90%);
    -webkit-transform: translateX(-90%); } }

/***************** Toggle ******************/
.toggle {
  margin-bottom: 15px !important; }
  .toggle.open h3 a {
    color: #fff !important;
    background-color: #27CFC3; }
  .toggle h3 {
    position: relative;
    z-index: 10;
    font-size: 12px !important;
    margin-bottom: 0px !important; }
    .toggle h3 a {
      display: block;
      color: #888888;
      letter-spacing: 0px;
      font-size: 12px !important;
      line-height: 14px !important;
      padding: 14px 14px 16px 43px;
      font-weight: 400;
      background-color: rgba(0, 0, 0, 0.045);
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .toggle h3 a i {
        position: absolute;
        left: 13px;
        background-color: transparent;
        color: #888888;
        top: 13px;
        width: 18px;
        height: 16px !important;
        line-height: 18px !important;
        font-size: 15px;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear; }
  .toggle.open h3 a i {
    color: #fff; }
  .toggle h3 a:hover {
    background-color: rgba(0, 0, 0, 0.035); }

body .toggle > div {
  padding: 10px 14px;
  border-top: 0px;
  display: none;
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.toggle > div .wpb_wrapper {
  margin: 0 !important; }

.toggle > div > div:last-child {
  margin-bottom: 0px !important; }

.light .toggle > div {
  color: #676767 !important; }

/***************** Full Width Section ******************/
.full-width-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  margin-left: -50%;
  padding-left: 50%;
  padding-right: 50%;
  width: 100%;
  position: relative;
  z-index: 0;
  visibility: hidden; }

.full-width-content.parallax_section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.full-width-content.vc_row-fluid .wpb_column {
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.wpb_row {
  position: relative;
  margin-bottom: 0 !important; }
  .wpb_row .row-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }

.full-width-section .row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.wpb_row .row-bg-wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2; }

.wpb_row[data-using-ctc="true"] h1, .wpb_row[data-using-ctc="true"] h2, .wpb_row[data-using-ctc="true"] h3, .wpb_row[data-using-ctc="true"] h4, .wpb_row[data-using-ctc="true"] h5, .wpb_row[data-using-ctc="true"] h6 {
  color: inherit; }

.wpb_row.full-width-section {
  margin-bottom: 0px; }

.wpb_row.full-width-content {
  margin-bottom: 0px; }
  .wpb_row.full-width-content img, .wpb_row.full-width-content .img-with-aniamtion-wrap {
    margin-bottom: 0; }

.full-width-content {
  visibility: hidden; }

.full-width-section.standard_section {
  /*
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    */ }

.full-width-section > .span_12 > div:last-child {
  padding-bottom: 0px; }

.full-width-section > .span_12 .col > div:last-child {
  padding-bottom: 0px; }

.full-width-section > .span_12 .col > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child {
  padding-bottom: 15px !important; }

.full-width-section > .span_12 > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child {
  padding-bottom: 15px !important; }

.full-width-section img {
  display: block;
  margin-bottom: 0px !important; }

html:not(.js) .full-width-section, html:not(.js) .full-width-content {
  visibility: visible; }

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg {
  background-attachment: fixed; }

body .full-width-section.parallax_section .row-bg.translate {
  background-attachment: scroll;
  top: auto;
  bottom: 0; }

body .full-width-content.parallax_section .row-bg {
  background-attachment: fixed; }
  body .full-width-content.parallax_section .row-bg.translate {
    background-attachment: scroll;
    top: auto;
    bottom: 0; }

body .full-width-section.parallax_section .row-bg {
  background-attachment: fixed; }

.full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap {
  overflow: hidden;
  width: 100.1%;
  height: 100.1%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.full-width-section.no-cover .row-bg, .wpb_row .row-bg.no-cover {
  background-size: auto !important;
  -moz-background-size: auto !important;
  -webkit-background-size: auto !important; }

.full-width-section .row-bg.no-cover {
  background-size: auto !important;
  -moz-background-size: auto !important;
  -webkit-background-size: auto !important; }

.full-width-section > .col.span_12 {
  float: none !important; }
  .full-width-section > .col.span_12.light {
    color: #fff; }

.full-width-content > .col.span_12.light {
  color: #fff; }

.home-wrap .full-width-section.first-section {
  margin-top: -37px !important; }

.column-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10; }

/***************** Clients ******************/
.clients.two-cols > div {
  width: 49.4%; }

.clients.two.no-carousel > div {
  width: 48.4%; }

.clients.two-cols > div:nth-child(2n+2) {
  margin-right: 0px; }

.clients.carousel.two-cols > div {
  margin: 0px 10px; }

.clients.three-cols > div {
  width: 32.6%; }

.clients.three-cols.no-carousel > div {
  width: 31.6%; }

.clients.three-cols > div:nth-child(3n+3) {
  margin-right: 0px; }

.clients.carousel.three-cols > div {
  margin: 0px 10px; }

.clients.four-cols > div {
  width: 24.2%; }

.clients.four-cols.no-carousel > div {
  width: 23.2%; }

.clients.four-cols > div:nth-child(4n+4) {
  margin-right: 0px; }

.clients.carousel.four-cols > div {
  margin: 0px 10px; }

.clients.five-cols > div {
  width: 19.2%; }

.clients.five-cols.no-carousel > div {
  width: 18.2%; }

.clients.five-cols > div:nth-child(5n+5) {
  margin-right: 0px; }

.clients.carousel.five-cols > div {
  margin: 0px 10px; }

.clients.six-cols > div {
  width: 15.8%; }

.clients.six-cols.no-carousel > div {
  width: 14.8%; }

.clients.six-cols > div:nth-child(6n+6) {
  margin-right: 0px; }

.clients.carousel.six-cols > div {
  margin: 0px 10px; }

.clients > div {
  float: left;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  margin-right: 2%;
  margin-bottom: 2%;
  opacity: 1; }

.clients.fade-in-animation > div {
  opacity: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.clients.fade-in-animation.completed > div {
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden; }

.clients:not(.fade-in-animation) > div.no-link:hover, .clients.fade-in-animation.completed > div.no-link:hover {
  opacity: 1 !important; }

.clients:not(.fade-in-animation) > div:hover, .clients.fade-in-animation.completed > div:hover {
  opacity: 0.7 !important; }

.clients > div img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.clients.no-carousel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/***************** Pricing Tables ******************/
.pricing-table {
  margin-top: 60px;
  margin-bottom: 30px; }
  .pricing-table:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
    border-left: 1px solid #e4e4e4 !important; }

.pricing-column {
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 0px;
  background-color: #fff;
  transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear; }
  .pricing-column .pricing-column-content {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 20px 0px; }
  .pricing-column.highlight {
    position: relative;
    z-index: 100;
    margin: -20px -1px 0px -1px;
    background-color: #FFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09); }

.pricing-table[data-style="default"] .pricing-column.highlight .nectar-button {
  margin: 10px 0px 20px 0px; }

.pricing-column.highlight .pricing-column-content {
  border: none; }

.pricing-column.highlight h3 {
  border: none; }
  .pricing-column.highlight h3 .highlight-reason {
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.4); }

.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.pricing-column.highlight:hover {
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15); }

.pricing-column ul li {
  color: #888 !important;
  padding: 10px 25px;
  list-style: none;
  line-height: 18px;
  border-bottom: 1px solid #efefef; }
  .pricing-column ul li:first-child {
    border-top: 1px solid #efefef; }
  .pricing-column ul li:nth-child(2n+1) {
    background-color: #fbfbfb; }

.pricing-table[data-style="default"] .pricing-column.highlight h3 {
  color: #fff !important;
  background-color: #27CFC3;
  padding: 15px 0px;
  margin-bottom: 0px !important; }

.toggle .pricing-column h3 {
  font-size: 26px !important; }

.pricing-column h3 {
  background-color: #fff;
  color: #27CFC3;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 28px !important;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #e4e4e4;
  padding: 18px 0px 18px 0px; }

.pricing-column h4 {
  margin-left: -22px;
  padding: 20px 30px 6px 30px;
  font-size: 54px !important;
  line-height: 42px !important;
  color: #333;
  margin-bottom: 0px; }

.pricing-table[data-style="default"] .pricing-column h4 .dollar-sign {
  font-size: 22px;
  line-height: 22px;
  top: -14px;
  right: -6px;
  font-weight: 300;
  position: relative; }

.pricing-column .interval {
  display: block;
  color: #999;
  min-height: 38px;
  display: block;
  padding-bottom: 17px; }

.pricing-column ul {
  margin-left: 0px; }

.pricing-table.six-cols > div {
  width: 16.5%; }

.pricing-table.five-cols > div {
  width: 20%; }

.pricing-table.four-cols > div {
  width: 25%; }

.pricing-table.three-cols > div {
  width: 33.2%; }

.pricing-table.two-cols > div {
  width: 50%; }

.pricing-table .col {
  padding: 0px 20px; }

.col .pricing-table h3 {
  margin-bottom: 0px; }

.pricing-table[data-style="flat-alternative"] .pricing-column.highlight {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06); }
  .pricing-table[data-style="flat-alternative"] .pricing-column.highlight:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.09); }
  .pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 {
    background-color: transparent !important; }

.pricing-table[data-style="flat-alternative"].two-cols {
  text-align: center; }
  .pricing-table[data-style="flat-alternative"].two-cols > div {
    width: 31%;
    display: inline-block;
    float: none;
    overflow: visible; }

.pricing-table[data-style="flat-alternative"].three-cols > div {
  width: 31%; }

.pricing-table[data-style="flat-alternative"].four-cols > div {
  width: 22%; }

.pricing-table[data-style="flat-alternative"].five-cols > div {
  width: 18%; }

.pricing-table[data-style="flat-alternative"].six-cols > div {
  width: 14%; }

body .pricing-table[data-style="flat-alternative"] .pricing-column {
  margin-right: 3.5%;
  position: relative;
  text-align: left; }
  body .pricing-table[data-style="flat-alternative"] .pricing-column.highlight {
    margin-right: 3.5%;
    position: relative;
    text-align: left; }
  body .pricing-table[data-style="flat-alternative"] .pricing-column ul {
    padding: 20px 0;
    margin: 0 0 38px 0; }

.pricing-table[data-style="flat-alternative"].four-cols .pricing-column, body .pricing-table[data-style="flat-alternative"].four-cols .pricing-column.highlight {
  margin-right: 3%;
  padding: 35px; }

.pricing-table[data-style="flat-alternative"].four-cols .pricing-column.highlight h3 .highlight-reason {
  padding-left: 35px; }

.pricing-table[data-style="flat-alternative"].five-cols .pricing-column {
  margin-right: 2%;
  padding: 25px; }

body .pricing-table[data-style="flat-alternative"].five-cols .pricing-column.highlight {
  margin-right: 2%;
  padding: 25px; }

.pricing-table[data-style="flat-alternative"].five-cols .pricing-column.highlight h3 .highlight-reason {
  padding-left: 30px; }

.pricing-table[data-style="flat-alternative"].six-cols .pricing-column {
  margin-right: 2%;
  padding: 23px; }
  .pricing-table[data-style="flat-alternative"].six-cols .pricing-column.highlight h3 .highlight-reason {
    padding-left: 23px; }

.pricing-table[data-style="flat-alternative"] .pricing-column.highlight {
  overflow: visible; }
  .pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason {
    position: absolute;
    top: -31px;
    left: 0;
    padding: 5px;
    width: 100%;
    color: #fff; }

.pricing-table[data-style="flat-alternative"] .pricing-column li del {
  color: #bbb !important;
  text-decoration: none; }
  .pricing-table[data-style="flat-alternative"] .pricing-column li del * {
    color: #bbb !important;
    text-decoration: none; }

.pricing-table[data-style="flat-alternative"] .pricing-column:before {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: ' ';
  position: absolute; }

.pricing-table[data-style="flat-alternative"] .pricing-column li i {
  margin-right: 10px; }

.pricing-table[data-style="flat-alternative"] .pricing-column h4 {
  margin-left: 0;
  letter-spacing: 0;
  padding: 0px 0 13px 0;
  font-size: 30px !important;
  display: inline-block; }

.pricing-table[data-style="flat-alternative"] .pricing-column h3 {
  font-size: 36px !important; }

.pricing-table[data-style="flat-alternative"] .pricing-column .interval {
  display: inline-block; }
  .pricing-table[data-style="flat-alternative"] .pricing-column .interval:before {
    content: '/';
    display: inline-block;
    padding-right: 6px; }

.pricing-table[data-style="flat-alternative"] > div:last-child {
  margin-right: 0 !important; }

.pricing-table[data-style="flat-alternative"] .nectar-button {
  font-size: 15px; }

.pricing-table[data-style="flat-alternative"] .pricing-column {
  padding: 50px; }
  .pricing-table[data-style="flat-alternative"] .pricing-column.highlight {
    margin: 0; }
  .pricing-table[data-style="flat-alternative"] .pricing-column .pricing-column-content, .pricing-table[data-style="flat-alternative"] .pricing-column h3 {
    border: none !important; }
  .pricing-table[data-style="flat-alternative"] .pricing-column .pricing-column-content {
    padding-bottom: 0; }
  .pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason {
    padding-left: 50px; }

.pricing-table[data-style="flat-alternative"] ul li {
  border: none;
  padding: 8px 0px;
  color: #444 !important;
  background-color: transparent; }

/*-------------------------------------------------------------------------*/
/*	7. Footer Styles
/*-------------------------------------------------------------------------*/
#footer-outer {
  color: #ccc;
  position: relative;
  z-index: 10;
  background-color: #252525; }
  #footer-outer .row {
    padding: 55px 0px;
    margin-bottom: 0px; }
  #footer-outer .widget h4 {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px; }

.text-on-hover-wrap .categories a {
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }

#footer-outer .widget {
  margin-bottom: 30px; }
  #footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 20px; }

#slide-out-widget-area .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 20px; }

#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li {
  border-bottom: 0px !important;
  padding: 0px !important; }

#slide-out-widget-area .widget.widget_nav_menu li {
  border-bottom: 0px !important;
  padding: 0px !important; }

#footer-outer .widget.widget_categories li a, #footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #444444; }

#slide-out-widget-area .widget.widget_nav_menu li a {
  padding: 6px 20px;
  display: block; }

#footer-outer .widget.widget_categories > ul > li:first-child > a, #footer-outer .widget.widget_pages > ul > li:first-child > a, #footer-outer .widget.widget_nav_menu > ul > li:first-child > a {
  padding-top: 0px; }

#slide-out-widget-area .widget.widget_categories > ul > li:first-child > a, #slide-out-widget-area .widget.widget_pages > ul > li:first-child > a {
  padding-top: 0px; }

#footer-outer .span_3 .widget:last-child {
  margin-bottom: 0px; }

#footer-outer a {
  color: #ccc; }
  #footer-outer a:hover {
    color: #27CFC3; }

#footer-outer .nectar-button:hover {
  color: #fff !important; }

#footer-outer .widget ul li {
  margin-bottom: 7px; }

#footer-outer #copyright {
  padding: 20px 0px;
  font-size: 12px;
  background-color: #1c1c1c;
  color: #777; }
  #footer-outer #copyright li {
    float: left;
    margin-left: 20px; }
  #footer-outer #copyright .container div:last-child {
    margin-bottom: 0px; }
  #footer-outer #copyright li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top; }

#header-secondary-outer #social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top; }

#footer-outer #copyright li a i, #header-secondary-outer #social li a i {
  color: #777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

#footer-outer .icon-be, #footer-outer .icon-vimeo, #footer-outer .icon-salient-spotify {
  line-height: 32px !important; }

#footer-outer .fa-vine {
  font-size: 16px !important; }

#footer-outer #copyright li a i:hover {
  color: #27CFC3; }

#footer-outer #copyright li a.vimeo, #footer-outer #copyright li a.behance {
  background-color: #666; }

#header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo {
  background-color: #666; }

#footer-outer #copyright li a.vimeo:hover, #footer-outer #copyright li a.behance:hover {
  background-color: #27CFC3; }

#header-secondary-outer #social li a.behance:hover, #header-secondary-outer #social li a.vimeo:hover {
  background-color: #27CFC3; }

#footer-outer #copyright p {
  line-height: 22px;
  margin-top: 3px; }

#footer-outer #copyright .col ul {
  float: right; }

#footer-outer #copyright li a.facebook {
  width: 12px; }

#footer-outer #copyright li a.twitter {
  width: 20px; }

#footer-outer #copyright li a.dribbble {
  width: 24px; }

#footer-outer #copyright li a.google-plus {
  width: 20px; }

#footer-outer #copyright li a.pinterest {
  width: 17px; }

#footer-outer #copyright li a.rss {
  width: 18px; }

#footer-outer #copyright li a.vimeo {
  width: 20px;
  text-indent: -9999px; }

#footer-outer #copyright li a.tumblr, #footer-outer #copyright li a.youtube {
  width: 21px; }

#footer-outer #copyright li a.linkedin {
  width: 19px; }

#footer-outer #copyright li a.behance {
  width: 27px;
  text-indent: -9999px; }

#footer-outer #copyright li a.instagram {
  width: 20px; }

#footer-outer #copyright #social .icon-soundcloud {
  font-size: 26px; }

#footer-outer i {
  font-size: 20px;
  width: auto;
  background-color: transparent !important; }

#header-secondary-outer #social i {
  font-size: 20px;
  width: auto;
  background-color: transparent !important; }

#footer-outer #copyright i.icon-be {
  font-size: 24px; }

#header-secondary-outer #social li .icon-be {
  font-size: 18px !important; }

/*fixed effect*/
body[data-footer-reveal="1"] {
  background-color: #f8f8f8 !important; }
  body[data-footer-reveal="1"] #footer-outer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    will-change: opacity; }
  body[data-footer-reveal="1"] .container-wrap {
    margin-bottom: 280px; }
  body[data-footer-reveal="1"][data-footer-reveal-shadow="small"] .container-wrap {
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2); }
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap {
    box-shadow: 0 27px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, 0.3); }
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap {
    box-shadow: 0 70px 110px -30px black;
    -webkit-box-shadow: 0 70px 110px -30px black;
    -moz-box-shadow: 0 70px 110px -30px black; }
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #footer-outer .row {
    padding: 80px 0px; }

body .container-wrap.no-shadow {
  box-shadow: none !important; }

body[data-footer-reveal="1"] #call-to-action .triangle {
  display: none; }

/***************** Slide Out Widget Are ******************/
#slide-out-widget-area.slide-out-from-right {
  position: fixed;
  transform: translate(301px, 0px);
  -webkit-transform: translate(301px, 0px);
  -o-transform: translate(301px, 0px);
  -ms-transform: translate(301px, 0px);
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 1000000;
  background-color: #27cfc3;
  padding: 33px;
  overflow: hidden; }

#slide-out-widget-area.fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  right: auto;
  left: 0;
  top: 0;
  z-index: 9997;
  background-color: transparent !important;
  text-align: center;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }
  #slide-out-widget-area.fullscreen .inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto; }
    #slide-out-widget-area.fullscreen .inner.overflow-state {
      top: 0;
      transform: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      margin: 50px 0 120px 0; }
  #slide-out-widget-area.fullscreen .inner-wrap {
    height: 100%;
    margin-right: -20px; }

.using-mobile-browser #slide-out-widget-area.fullscreen .inner-wrap {
  margin-right: 0; }

/*
#slide-out-widget-area.fullscreen .widget_nav_menu .sub-menu {
	display: none;
}*/
#slide-out-widget-area.fullscreen .inner .widget {
  opacity: 0;
  transform: translateY(110px);
  -webkit-transform: translateY(110px);
  -moz-transform: translateY(110px); }

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  opacity: 1 !important;
  margin: 0; }
  #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu > li {
    opacity: 0;
    transform: translateY(110px);
    -webkit-transform: translateY(110px);
    -moz-transform: translateY(110px); }
  #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li {
    margin: 0 0 8px 0 !important; }

#slide-out-widget-area.fullscreen .menuwrapper li {
  margin: 0 0 8px 0 !important; }

#slide-out-widget-area .inner .off-canvas-menu-container li a {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -1px; }

#slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -1px; }

#slide-out-widget-area.fullscreen .inner li a {
  opacity: 0.7;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease; }

#slide-out-widget-area .off-canvas-social-links li a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, #slide-out-widget-area .menuwrapper li small {
  opacity: 0.7;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease; }

#slide-out-widget-area.fullscreen .inner li a:hover, #slide-out-widget-area .off-canvas-social-links li a:hover {
  opacity: 1; }

#slide-out-widget-area .inner li.current_page_ancestor > a, #slide-out-widget-area .inner li.current-menu-item > a, #slide-out-widget-area .inner li.current-menu-ancestor > a, #slide-out-widget-area .inner li.current_page_item > a {
  opacity: 1; }

#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li > a.hovered {
  opacity: 1; }

#slide-out-widget-area.fullscreen .inner .widget {
  max-width: 1425px;
  width: 100%;
  margin: 0 auto 60px auto;
  padding: 0 90px; }

#slide-out-widget-area.fullscreen .widget_recent_comments ul li {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px !important; }

#slide-out-widget-area.fullscreen .tagcloud a {
  float: none;
  display: inline-block; }

#slide-out-widget-area.fullscreen .widget_calendar table tbody td {
  padding: 20px; }

@media only screen and (min-width: 690px) {
  #slide-out-widget-area.fullscreen .recent_projects_widget div a {
    width: 10.5% !important; }
    #slide-out-widget-area.fullscreen .recent_projects_widget div a:nth-child(3n+3) {
      margin: 2% 2% 0 0 !important; }
    #slide-out-widget-area.fullscreen .recent_projects_widget div a:nth-child(8n+8) {
      margin-right: 0 !important; } }

#boxed #slide-out-widget-area.fullscreen .off-canvas-social-links, .admin-bar #boxed #slide-out-widget-area.fullscreen .off-canvas-social-links {
  position: relative;
  bottom: 0 !important;
  right: 0;
  margin-top: 70px; }

#boxed #slide-out-widget-area.fullscreen .off-canvas-social-links:after {
  display: block;
  height: 1px;
  width: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

#boxed #slide-out-widget-area .mobile-only {
  display: block; }

#boxed #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after {
  width: 100px; }

#boxed #slide-out-widget-area.fullscreen .bottom-text {
  position: relative;
  bottom: 0 !important;
  left: 0;
  margin-bottom: 30px;
  margin-top: 15px; }

.admin-bar #boxed #slide-out-widget-area.fullscreen .bottom-text {
  position: relative;
  bottom: 0 !important;
  left: 0;
  margin-bottom: 30px;
  margin-top: 15px; }

.admin-bar #slide-out-widget-area {
  padding-top: 33px; }
  .admin-bar #slide-out-widget-area.slide-out-from-right {
    padding-top: 53px; }

#slide-out-widget-area.mobile {
  overflow-y: scroll;
  overflow-x: hidden; }

#slide-out-widget-area-bg {
  -webkit-backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 1px;
  width: 1px;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 9996; }

#boxed #slide-out-widget-area-bg.fullscreen {
  left: auto;
  will-change: transform, opacity; }

#slide-out-widget-area-bg.fullscreen {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  opacity: 1;
  display: none; }
  #slide-out-widget-area-bg.fullscreen.dark {
    opacity: 0.93; }
  #slide-out-widget-area-bg.fullscreen.medium {
    opacity: 0.6; }
  #slide-out-widget-area-bg.fullscreen.light {
    opacity: 0.4; }

#slide-out-widget-area.fullscreen .off-canvas-social-links {
  position: fixed;
  bottom: 18px;
  right: 18px; }

#slide-out-widget-area.fullscreen .bottom-text {
  position: fixed;
  bottom: 28px;
  left: 28px;
  opacity: 0;
  padding-bottom: 0; }

#slide-out-widget-area .bottom-text {
  padding-bottom: 0;
  font-size: 12px; }

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
  display: inline-block;
  padding: 0 6px 6px 0; }

#slide-out-widget-area.fullscreen .off-canvas-social-links li {
  display: inline-block;
  margin: 0 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0); }

#slide-out-widget-area .off-canvas-social-links li i {
  background-color: transparent !important;
  font-size: 18px;
  line-height: 22px; }

.blurred-wrap {
  transition: filter 0.65s linear;
  -webkit-transition: -webkit-filter 0.65s linear;
  -moz-transition: filter 0.65s cubic-bezier(0.32, 0, 1, 1); }
  .blurred-wrap.blurred {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px); }

#slide-out-widget-area {
  color: #fff; }
  #slide-out-widget-area .widget h4 {
    margin-bottom: 8px; }
  #slide-out-widget-area .inner > div {
    margin-bottom: 25px; }
  #slide-out-widget-area.fullscreen .inner > div {
    margin: 13px 0px; }
  #slide-out-widget-area .inner {
    width: 100%;
    height: 100%; }
    #slide-out-widget-area .inner > div:first-of-type {
      margin-top: -7px; }
  #slide-out-widget-area a, #slide-out-widget-area h4, #slide-out-widget-area h3 {
    color: #fff; }

body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close {
  position: absolute;
  right: 22px;
  top: 22px; }

body[data-full-width-header="false"].admin-bar #slide-out-widget-area a.slide_out_area_close {
  top: 47px; }

body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close {
  display: block;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  font-weight: 400;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 34px !important;
  height: 34px !important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  color: #ddd !important;
  font-size: 18px !important;
  max-width: none !important;
  line-height: 32px !important; }
  body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close:hover {
    border-color: rgba(255, 255, 255, 0.7); }
    body[data-full-width-header="false"] #slide-out-widget-area a.slide_out_area_close:hover .icon-default-style[class^="icon-"] {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }

body #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
  -webkit-backface-visibility: hidden;
  color: #fff !important;
  font-size: 18px !important;
  height: 34px !important;
  left: -2px;
  line-height: 32px !important;
  max-width: none !important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -moz-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  width: 34px !important; }

body[data-full-width-header="true"] .slide_out_area_close {
  display: none; }

body #slide-out-widget-area.fullscreen .slide_out_area_close {
  display: none !important; }

#boxed .slide_out_area_close {
  display: block !important;
  position: absolute;
  right: 20px;
  z-index: 100; }

header#top nav ul .slide-out-widget-area-toggle a i.lines {
  background-color: rgba(0, 0, 0, 0.4); }
  header#top nav ul .slide-out-widget-area-toggle a i.lines:before, header#top nav ul .slide-out-widget-area-toggle a i.lines:after {
    background-color: rgba(0, 0, 0, 0.4); }

.lines-button {
  transition: .3s;
  cursor: pointer;
  line-height: 19px;
  top: -3px;
  position: relative;
  font-size: 14px;
  user-select: none; }

.lines-button:hover {
  opacity: 1; }

.lines-button:active {
  transition: 0; }

.lines {
  display: inline-block;
  width: 1.4rem;
  height: 3px;
  background-color: #ecf0f1;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center; }
  .lines:before {
    top: 6px; }
  .lines:after {
    top: -6px; }

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 1.11111rem; }

.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg); }

.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg); }

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg); }

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 1.4rem; }

.lines-button.x.close .lines {
  background: transparent !important; }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 1.4rem; }
  .lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.lines-button.x2 .lines {
  transition: background 0.2s linear, opacity 0.2s linear; }
  .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease, -webkit-transform 0.3s ease, background-color 0.2s linear, opacity 0.2s linear;
    transition: top 0.4s 0.45s ease, transform 0.3s ease, background-color 0.2s linear, opacity 0.2s linear; }

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease, opacity 0.9s linear;
  background: transparent !important; }

.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.5s ease, -webkit-transform 0.3s 0.4s ease, background-color 0.2s ease, opacity 0.2s linear;
  transition: top 0.5s ease, transform 0.3s 0.4s ease, background-color 0.2s ease, opacity 0.2s linear;
  top: 0;
  width: 1.4rem; }

.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.slide-out-widget-area-toggle a > span {
  transition: -webkit-transform 0.33s 0.3s ease-in;
  transition: transform 0.33s 0.3s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  height: 21px; }

.slide-out-widget-area-toggle .closed > span {
  transition: -webkit-transform 0.33s 0s ease;
  transition: transform 0.33s 0s ease; }

#slide-out-widget-area .menuwrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  margin-right: 0 !important;
  display: block; }
  #slide-out-widget-area .menuwrapper:first-child {
    margin-right: 100px; }
  #slide-out-widget-area .menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none; }
    #slide-out-widget-area .menuwrapper button:after {
      content: '';
      position: absolute;
      width: 68%;
      height: 5px;
      background: #fff;
      top: 10px;
      left: 16%;
      box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
  #slide-out-widget-area .menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #slide-out-widget-area .menuwrapper li {
    position: relative; }

#slide-out-widget-area.fullscreen .menuwrapper li a {
  display: block;
  position: relative;
  padding: 6px 20px;
  color: #fff;
  outline: none; }

#slide-out-widget-area .menuwrapper li small {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  top: -4px;
  opacity: 0.6; }

#slide-out-widget-area:not(.fullscreen) .menuwrapper li small {
  font-size: 10px;
  display: block;
  font-weight: 700; }

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

#slide-out-widget-area .menuwrapper li.back > a {
  background: rgba(0, 0, 0, 0.13); }

#slide-out-widget-area:not(.fullscreen) .menuwrapper li.back > a {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px; }

#slide-out-widget-area .menuwrapper li.back, #slide-out-widget-area .menu.subview li.subviewopen > .sub-menu > li.back {
  display: inline-block;
  margin-bottom: 20px !important; }

#slide-out-widget-area .menuwrapper .menu {
  margin: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #slide-out-widget-area .menuwrapper .menu.menu-toggle {
    transition: all 0.25s ease; }
  #slide-out-widget-area .menuwrapper .menu.menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

#slide-out-widget-area .menuwrapper li .sub-menu {
  display: none;
  margin: 0 !important;
  padding: 0 !important; }

#slide-out-widget-area .menu.subview li {
  display: none; }
  #slide-out-widget-area .menu.subview li.subviewopen > a, #slide-out-widget-area .menu.subview li.subview > a, #slide-out-widget-area .menu.subview li.subviewopen > small, #slide-out-widget-area .menu.subview li.subview > small {
    display: none; }

#slide-out-widget-area .mobile-only {
  display: none; }

#slide-out-widget-area .menu.subview li.subview {
  display: block; }
  #slide-out-widget-area .menu.subview li.subview .sub-menu {
    display: block; }

#slide-out-widget-area .menu.subview li.subviewopen {
  display: block; }
  #slide-out-widget-area .menu.subview li.subviewopen > .sub-menu {
    display: block; }
    #slide-out-widget-area .menu.subview li.subviewopen > .sub-menu > li {
      display: block; }

#slide-out-widget-area .menuwrapper > .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important; }

/*#slide-out-widget-area .menuwrapper li.back:after,*/
/*#slide-out-widget-area .menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 1px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	font-size: 16px!important;
	line-height: 60px;
	padding: 6px 0;
}*/
/*#slide-out-widget-area .menuwrapper li > a:after {
	margin-left: 13px;
    color: rgba(255,255,255,1);
    transition: all 0.3s ease;
}

#slide-out-widget-area .menuwrapper li > a:hover:after {
	margin-left: 17px;
}*/
/* Hide the inner submenus */
/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
/* Dynamically added submenu outside of the menu context */
.menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease-in-out;
  animation: MenuAnimOut5 0.4s ease-in-out; }

.menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease-in-out;
  animation: MenuAnimIn5 0.4s ease-in-out; }

.menuwrapper > .sub-menu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease-in-out;
  animation: SubMenuAnimIn5 0.4s ease-in-out; }

.menuwrapper > .sub-menu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease-in-out;
  animation: SubMenuAnimOut5 0.4s ease-in-out; }

@-webkit-keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    opacity: 0; } }

@keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    transform: rotateY(-25deg) translateX(-300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    transform: rotateY(-25deg) translateX(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    transform: rotateY(25deg) translateX(300px);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    transform: rotateY(25deg) translateX(300px);
    opacity: 0; } }

/***************** Flickr widget ******************/
#footer-outer .col #flickr > div img {
  background-color: #444;
  border-color: #4d4d4d; }

#footer-outer .col #flickr > div a:hover img {
  border-color: #616161;
  background-color: #616161; }

#footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
  display: block;
  line-height: 17px;
  color: #999;
  font-size: 11px;
  margin-bottom: 6px; }

#slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
  display: block;
  line-height: 17px;
  color: #999;
  font-size: 11px;
  margin-bottom: 6px; }

#slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
  color: inherit; }

#slide-out-widget-area .widget_recent_entries span {
  opacity: 0.8; }

#footer-outer #footer-widgets .col ul li {
  list-style: none;
  margin-bottom: 0px; }
  #footer-outer #footer-widgets .col ul li:first-child {
    padding-top: 0px !important; }
  #footer-outer #footer-widgets .col ul li:last-child {
    margin-bottom: 0px; }

#footer-outer #footer-widgets .col ul ul li:last-child {
  border-bottom: 0px !important; }

#footer-outer #footer-widgets .col p:last-child {
  padding-bottom: 0px; }

/***************** Calendar Widget ******************/
.widget_calendar {
  position: relative; }
  .widget_calendar table {
    width: 100%;
    border-collapse: collapse; }
    .widget_calendar table td {
      text-align: center; }

#footer-outer #footer-widgets .col .widget_calendar table th {
  text-align: center; }

.widget_calendar table tbody td {
  border: 0px;
  padding: 4px;
  font-size: 11px;
  color: #666; }

.widget_calendar table tbody tr td:first-child {
  border-left: 0px; }

.widget_calendar table tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0; }

.widget_calendar table th {
  font-weight: 700;
  border-bottom: 0px;
  text-align: center !important;
  padding-bottom: 10px;
  color: #999999; }

.widget_calendar table #prev {
  text-align: left;
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2; }

.widget_calendar table #next {
  text-align: right;
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2; }

.widget_calendar caption {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center; }

#footer-outer #footer-widgets .col .widget_calendar table {
  border-collapse: collapse; }
  #footer-outer #footer-widgets .col .widget_calendar table tbody td {
    border: 0px;
    color: #666666;
    padding: 4px;
    font-size: 11px; }
  #footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
    border-left: 0px; }
  #footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: #343739; }
  #footer-outer #footer-widgets .col .widget_calendar table th {
    border-bottom: 0px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #666666; }
  #footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
    margin-top: 20px; }

.widget_search .search-form, .newsletter-widget form {
  position: relative;
  overflow: hidden; }

.widget_search .search-form input[type=text], .newsletter-widget form input[type=email] {
  padding-right: 75px !important;
  border-radius: 0px 2px 2px 0px;
  margin: 0 !important; }

.widget_search .search-form input[type=submit], .newsletter-widget form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 !important;
  line-height: 22px;
  padding: 10px 11px; }

body[data-form-style="minimal"] .main-content .post-password-form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0 !important;
  line-height: 22px;
  padding: 10px 11px;
  top: auto;
  bottom: 35px; }

#footer-outer .widget_search .search-form input[type=submit], #footer-outer .newsletter-widget form input[type=submit] {
  padding: 10px 11px 11px 10px; }

#footer-outer #footer-widgets .col .tagcloud a {
  background-color: #1B1B1B;
  color: #A0A0A0 !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 3px 3px 0px 0px;
  padding: 5px 7px;
  position: relative;
  font-size: 8pt !important;
  text-transform: capitalize;
  transition: all 0.2s linear;
  border-radius: 2px;
  line-height: 22px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

#slide-out-widget-area .tagcloud a {
  padding: 2px 11px;
  border: 1px solid #fff;
  margin: 0px 8px 8px 0px;
  font-size: 12px;
  display: block;
  float: left;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  #slide-out-widget-area .tagcloud a:last-child:after {
    display: block;
    content: ' ';
    clear: both;
    height: 1px; }

#slide-out-widget-area .tagcloud:after {
  display: block;
  content: ' ';
  clear: both;
  height: 1px; }

#footer-outer #footer-widgets .col .tagcloud a:hover {
  background-color: #27CFC3;
  color: #fff !important; }

#footer-outer #footer-widgets .col .widget_recent_comments ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  border: medium none;
  display: block;
  margin-bottom: 18px;
  padding: 19px !important;
  position: relative; }

#slide-out-widget-area .widget_recent_comments ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  border: medium none;
  display: block;
  margin-bottom: 18px;
  padding: 19px !important;
  position: relative;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05); }

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child, #slide-out-widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0px; }

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {
  padding: 10px;
  width: 100%; }

body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus, body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus {
  background-color: #fff; }

#footer-outer #footer-widgets .col input[type=submit] {
  background-color: #27CFC3;
  opacity: 0.9;
  transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s; }
  #footer-outer #footer-widgets .col input[type=submit]:hover {
    opacity: 1; }

#footer-outer #footer-widgets .col .search-form form, #footer-outer #footer-widgets .col .search-form label {
  line-height: 12px !important; }

#footer-outer #footer-widgets .col .newsletter-widget form, #footer-outer #footer-widgets .col .search-form {
  line-height: 12px !important; }

#footer-outer .recent_projects_widget img {
  background-color: #444;
  border-color: #4d4d4d; }

#footer-outer .recent_projects_widget a:hover img {
  border-color: #616161;
  background-color: #616161; }

#footer-outer .widget.widget_nav_menu li a {
  border-bottom: 0px !important; }

#footer-outer #footer-widgets .col ul li:first-child > a {
  padding-top: 0px !important; }

#footer-outer #footer-widgets .rsswidget img {
  margin-bottom: -2px !important;
  margin-right: 2px; }

/***************** Call to action ******************/
#call-to-action {
  font-weight: 300;
  position: relative;
  z-index: 10;
  background-color: #eeedec;
  text-align: center;
  vertical-align: bottom;
  font-size: 22px; }
  #call-to-action .container {
    padding: 42px 0px 36px 0px !important; }
    #call-to-action .container span {
      letter-spacing: -1px;
      display: inline-block; }
    #call-to-action .container a {
      background: none repeat scroll 0 0 #27CFC3;
      position: relative;
      top: -3px;
      color: #FFFFFF;
      margin-bottom: 0px !important;
      font-size: 12px;
      box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
      -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
      -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2px;
      margin-left: 20px;
      line-height: 24px;
      display: inline-block;
      border-radius: 5px 5px 5px 5px;
      padding: 16px 21px; }
  #call-to-action .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f8f8;
    height: 10px;
    width: 10px;
    left: 440px;
    margin: -42px auto 33px auto; }
  #call-to-action a {
    color: #45484a;
    opacity: 1;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear; }
    #call-to-action a:hover {
      opacity: 0.75; }
  #call-to-action span {
    color: #4b4f52;
    font-weight: 600; }

/*-------------------------------------------------------------------------*/
/*	8. Sidebar Styles
/*-------------------------------------------------------------------------*/
#sidebar div ul {
  margin-left: 0px; }
  #sidebar div ul li {
    padding: 8px 0px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6; }

#sidebar > div {
  margin-bottom: 50px; }
  #sidebar > div:last-child {
    margin-bottom: 0px; }

#sidebar #sidebar-inner {
  margin-bottom: 0px !important; }

#sidebar .widget_recent_entries span {
  display: block;
  line-height: 13px;
  font-size: 11px;
  margin-bottom: 6px; }

.recent_posts_extra_widget span {
  display: block;
  line-height: 13px;
  font-size: 11px;
  margin-bottom: 6px; }

#sidebar .widget_recent_entries span {
  color: #999; }

#sidebar h4 {
  margin-bottom: 10px;
  color: #999;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase; }

#sidebar .widget_recent_comments h4, #sidebar .Simple_Flickr_Photos h4 {
  margin-bottom: 16px; }

#sidebar .widget li.recentcomments {
  padding: 15px !important;
  margin-bottom: 22px;
  border: none;
  position: relative;
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02); }

#sidebar .widget li:first-child {
  padding-top: 0px; }

#sidebar .widget .tagcloud a {
  background-color: #333333;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 3px 3px 0px 0px;
  font-size: 8pt !important;
  padding: 5px 7px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

.post-tags a {
  background-color: #333333;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 3px 3px 0px 0px;
  font-size: 8pt !important;
  padding: 5px 7px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

#sidebar .widget_tag_cloud:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

#sidebar .widget .tagcloud a:hover {
  background-color: #27CFC3; }

.post-tags a:hover {
  background-color: #27CFC3; }

#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
  padding: 10px;
  width: 100%; }

#sidebar .widget form p {
  padding-bottom: 15px; }

#sidebar .widget.widget_categories ul ul, #sidebar .widget.widget_pages ul ul, #sidebar .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 20px; }

#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
  border-bottom: 0px !important;
  padding: 0px !important; }

#sidebar .widget.widget_categories li a, #sidebar .widget.widget_pages li a, #sidebar .widget.widget_nav_menu li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #E6E6E6; }

#sidebar .widget.widget_categories > ul > li:first-child > a, #sidebar .widget.widget_pages > ul > li:first-child > a, #sidebar .widget.widget_nav_menu > ul > li:first-child > a {
  padding-top: 0px; }

#sidebar.left-sidebar {
  float: left; }

#post-area.col_last {
  float: right; }

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar #post-area, body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list > li {
  max-width: 1000px;
  margin: 0 auto !important; }

body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  max-width: 1000px;
  margin: 0 auto !important; }

.recent_projects_widget img, #sidebar #flickr img, #footer-outer #flickr img {
  margin-bottom: 0px !important;
  display: block;
  padding: 5px;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #e5e5e5;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.recent_projects_widget a:hover img, #sidebar #flickr a:hover img, #footer-outer #flickr a:hover img {
  border-color: #27CFC3; }

.recent_projects_widget div a, #sidebar #flickr div a, #footer-outer #flickr div a {
  float: left;
  margin: 2% 2% 0 0;
  width: 32% !important; }

.recent_projects_widget div a:nth-child(3n+3), #sidebar #flickr div:nth-child(3n+3) a, #footer-outer #flickr div:nth-child(3n+3) a {
  margin-right: 0px !important; }

#slide-out-widget-area .recent_projects_widget img {
  height: auto;
  width: 100%; }

.recent_posts_extra_widget ul li:first-child {
  padding-top: 0px !important; }

.recent_posts_extra_widget .post-widget-image {
  float: left;
  position: relative;
  z-index: 50;
  margin-right: 10px; }
  .recent_posts_extra_widget .post-widget-image img {
    margin: 3px 0px;
    display: block; }

.recent_posts_extra_widget .clear {
  padding-bottom: 0px; }

.recent_posts_extra_widget .post-widget-text {
  line-height: 17px; }
  .recent_posts_extra_widget .post-widget-text span {
    margin-top: 2px;
    margin-bottom: 4px; }

#sidebar select {
  max-width: 100%; }

#footer-outer #flickr:after, #sidebar #flickr:after, .recent_projects_widget > div:after {
  clear: both;
  content: '';
  display: block; }

.widget_pages ul ul {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px !important; }

/*-------------------------------------------------------------------------*/
/*	9.  Blog + Pagination Styles
/*-------------------------------------------------------------------------*/
#post-area #pagination {
  padding-left: 95px; }

#post-area.infinite_scroll #pagination {
  display: none; }

#infscr-loading {
  position: relative;
  z-index: 10000000;
  background-image: url("../img/icons/loading-white-bg.gif");
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  border-radius: 2px;
  color: #555;
  font-size: 12px;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  width: 60px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  border-color: #555;
  border-style: solid;
  border-width: 0;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important; }
  #infscr-loading.default_loader {
    background-image: none; }

.infscr-loading-wrap {
  margin: 0px auto;
  padding: 0;
  text-align: center;
  height: 0;
  opacity: 0;
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important; }

#infscr-loading div {
  opacity: 0;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

#infscr-loading img {
  margin-bottom: 0;
  display: none !important; }

#post-area {
  padding-right: 20px;
  margin-top: 4px; }
  #post-area.col_last {
    padding-left: 20px;
    padding-right: 0px !important; }
    #post-area.col_last.span_12 {
      padding-left: 0px;
      float: none !important; }
  #post-area > article .content-inner {
    margin-bottom: 0px;
    border-bottom: 0px; }

article.post .more-link, .blog-recent .more-link {
  display: block;
  margin-top: 25px;
  cursor: default;
  color: #fff; }

article.post .content-inner {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 50px;
  margin-bottom: 50px; }

article.post .more-link span {
  background-color: #333;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: auto;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

.blog-recent .more-link span {
  background-color: #333;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: auto;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

article.post .more-link span:hover, .blog-recent .more-link span:hover {
  background-color: #27CFC3; }

article.post .post-meta {
  position: absolute;
  left: 0px;
  top: 0px; }

article.post.masonry-blog-item .post-meta {
  border-right: 0 !important; }

.recent-posts article.post .post-header a {
  color: #999; }

.recent-posts-title {
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 7px !important; }

.post-header, #single-below-header {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888; }

.recent-posts .post-header a {
  color: #888; }
  .recent-posts .post-header a:hover {
    color: #27CFC3; }

.recent-posts .post-header .title {
  margin-bottom: 1px; }
  .recent-posts .post-header .title a {
    color: #27CFC3; }
    .recent-posts .post-header .title a:hover {
      color: inherit; }

article.post .post-header h1 {
  font-size: 26px;
  line-height: 30px; }

article.post .post-header h2 {
  font-size: 26px;
  line-height: 30px; }
  article.post .post-header h2 a {
    color: #27CFC3; }
    article.post .post-header h2 a:hover {
      color: inherit !important; }

article.post .post-header a {
  color: inherit !important; }

article.result a {
  color: inherit !important; }

#single-below-header a {
  color: inherit !important; }
  #single-below-header a:hover {
    color: #27CFC3; }

article.post .post-content {
  position: relative;
  min-height: 98px; }

.post-tags h4 {
  float: left;
  margin-top: 8px;
  margin-bottom: 15px;
  margin-right: 25px; }

.post-tags .clear {
  padding-bottom: 0px; }

.single .post-content {
  padding-left: 0px; }

.single #single-meta {
  right: 0px;
  height: 21px;
  margin-top: 4px; }
  .single #single-meta ul {
    margin-bottom: 0px; }
    .single #single-meta ul li {
      float: left;
      list-style: none;
      padding: 0px !important;
      border-bottom: 0px !important; }
      .single #single-meta ul li .nectar-love-wrap {
        border-right: 1px solid #ddd;
        margin-right: 20px;
        padding-right: 20px;
        width: auto !important; }
        .single #single-meta ul li .nectar-love-wrap span {
          font-size: 12px;
          height: 13px;
          display: block;
          width: auto;
          padding-left: 0px;
          font-weight: 400;
          line-height: 11px; }

.single #single-below-header {
  margin-top: 8px;
  margin-bottom: 0px; }
  .single #single-below-header span {
    font-family: inherit !important;
    font-size: 11px;
    line-height: 16px;
    color: #888;
    padding-left: 0;
    display: block;
    float: left; }
    .single #single-below-header span:first-child {
      padding-left: 0;
      border: none; }
  .single #single-below-header > span {
    padding: 0 10px 0 10px;
    border-left: 1px solid #DDDDDD; }
  .single #single-below-header:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden; }

.single.single-post .section-title h1 {
  max-width: 800px; }

.single.single-post [data-post-hs="default_minimal"] .section-title h1 {
  max-width: none; }

.single .heading-title[data-header-style="default_minimal"] h1 {
  padding: 16px 0 16px 0; }

body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1 {
  padding: 16px 0 16px 0; }

.single .heading-title[data-header-style="default_minimal"] {
  border-bottom: 0;
  text-align: center;
  padding-top: 60px; }
  .single .heading-title[data-header-style="default_minimal"] .meta-category a {
    border: 2px solid #000;
    padding: 4px 8px;
    border-radius: 100px;
    margin: 5px 6px 15px 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 12px;
    color: #000;
    text-transform: uppercase; }
    .single .heading-title[data-header-style="default_minimal"] .meta-category a:hover {
      border-color: transparent;
      color: #fff; }
  .single .heading-title[data-header-style="default_minimal"] #single-below-header span {
    float: none;
    display: inline-block; }

.post-content {
  padding-left: 95px; }

article.post .content-inner {
  position: relative; }

article.post.quote .post-content .quote-inner, article.post.link .post-content .link-inner {
  background-color: #27CFC3;
  position: relative;
  padding: 15px;
  color: #fff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s; }

article.format-status .post-content .status-inner, article.post.format-aside .aside-inner {
  background-color: #27CFC3;
  position: relative;
  padding: 15px;
  color: #fff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s; }

.single-post article.post.quote .post-content .quote-inner {
  padding: 45px; }

article.post.quote .content-inner .quote-inner .whole-link {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s; }

.single-post .quote-below-content {
  margin-top: 70px; }

article.post.format-aside .aside-inner p {
  margin-bottom: 15px; }

article.post.format-aside .aside-inner .post-header {
  margin-bottom: 0px; }

article.post.format-chat .content-inner dt {
  margin-top: 15px; }

article.post.quote .quote-inner a {
  color: #fff !important; }

article.post.format-aside .aside-inner a {
  color: #fff !important; }
  article.post.format-aside .aside-inner a:hover {
    color: #fff !important; }

article.post.format-aside .aside-inner p, article.post.format-aside .aside-inner .post-header {
  color: #fff !important; }

article.post.quote .quote-inner .title, article.post.quote .quote-inner .author, article.post.quote .quote-inner .title, article.post.quote .quote-inner .icon {
  position: relative;
  z-index: 100; }

article.post.quote .content-inner .whole-link {
  position: absolute;
  z-index: 10;
  display: block;
  background-color: #27CFC3;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

article.post.quote .content-inner .quote-inner:hover .whole-link {
  background-color: #333333 !important; }

article.post.quote figure {
  margin: 0 auto !important; }

article.post.quote blockquote {
  background-image: none !important;
  padding: 0px !important;
  color: #fff !important;
  font-family: inherit !important;
  margin: 0 auto !important; }

article.post.quote .post-content .quote-inner span.icon {
  bottom: 17px;
  height: 17px;
  width: 19px;
  display: block;
  background-image: url(img/icons/quote.png);
  position: absolute;
  right: 20px; }

article.post.link .post-content .link-inner span.icon {
  bottom: 17px;
  height: 20px;
  width: 18px;
  display: block;
  background-image: url(img/icons/link.png);
  position: absolute;
  right: 20px; }

article.post.link .post-content .destination {
  word-wrap: break-word; }

article.post.format-status .post-content .status-inner span.icon {
  bottom: 17px;
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(img/icons/status.png);
  position: absolute;
  right: 20px; }

article.post.format-aside .post-content .aside-inner span.icon {
  bottom: 17px;
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(img/icons/aside.png);
  position: absolute;
  right: 20px; }

article.post .post-content.quote a, article.post .post-content.link a {
  display: block;
  z-index: 10; }

article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px; }

@media only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  article.post.quote .post-content .quote-inner span.icon {
    background-size: 19px 17px;
    background-image: url(img/icons/quote@2x.png) !important; }
  article.post.link .post-content .link-inner span.icon {
    background-size: 18px 20px;
    background-image: url(img/icons/link@2x.png) !important; }
  article.post.format-status .post-content .status-inner span.icon {
    background-size: 19px 17px;
    background-image: url(img/icons/status@2x.png) !important; }
  article.post.format-aside .post-content .aside-inner span.icon {
    background-size: 19px 17px;
    background-image: url(img/icons/aside@2x.png) !important; } }

.masonry.classic_enhanced article.post.quote.masonry-blog-item h3.title, .masonry.classic_enhanced article.post.link.masonry-blog-item h3.title {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px; }

article.format-status .post-content h2 a {
  color: #fff !important; }

article.post.quote .post-content a:hover .quote-inner, article.post.link .post-content a:hover .link-inner {
  background-color: #333333 !important; }

article.format-status .post-content:hover .status-inner {
  background-color: #333333 !important; }

article.post .nectar-love-wrap {
  visibility: hidden; }

article.post .post-meta a {
  color: #888888; }

#post-area:not(.masonry) article.post .post-content .post-meta a.nectar-love {
  left: -2px;
  position: relative; }

article.post .post-meta a:hover {
  color: #27CFC3; }

article.post .post-meta {
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6; }
  article.post .post-meta.no-img {
    top: 6px; }

article.post .content-inner .post-featured-img img {
  max-width: none;
  margin-bottom: 15px !important;
  width: 100%; }

.single article.post .content-inner .post-featured-img img {
  margin-bottom: 25px !important; }

article.post .post-meta .date {
  font-size: 12px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s linear 0s; }

article.post .post-meta .month {
  display: block;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-weight: 600; }

article.post .post-meta .year {
  display: block;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0;
  font-weight: 600;
  margin-top: 5px; }

article.post .post-meta .day {
  display: block;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-weight: 700;
  text-transform: uppercase; }

article.post .post-meta .date {
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6; }

article.post.video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 15px; }

.single-portfolio .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 15px; }

article.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

article.post.video .mejs-container {
  margin-bottom: 15px; }

.single article.post.video .mejs-container {
  margin-bottom: 25px; }

article.post.audio .audio-wrap, .main-content .audio-wrap {
  margin-bottom: 15px; }

article.post .gallery-slider .gallery, article.post .gallery-slider .jetpack-slideshow {
  display: none; }

article.post table {
  width: 100%; }
  article.post table td, article.post table th {
    text-align: center; }
  article.post table tbody td {
    padding: 5px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #676767; }
  article.post table tbody tr td:first-child {
    border-left: 1px solid #E6E6E6; }
  article.post table th {
    border-bottom: 1px solid #E6E6E6;
    color: #676767; }
  article.post table #prev {
    text-align: left;
    position: relative;
    z-index: 2; }
  article.post table #next {
    text-align: right;
    position: relative;
    z-index: 2; }

.article.post caption {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center; }

p > a > i.icon-3x {
  margin-bottom: 0px !important; }

#pagination {
  position: relative;
  margin-bottom: 10px;
  height: 32px;
  width: 100%; }
  #pagination.fw-pagination {
    text-align: center;
    height: auto;
    padding: 10px 0px 50px 0px;
    margin-bottom: 0px !important; }
    #pagination.fw-pagination.alt-style-padding {
      padding: 50px 0px; }
    #pagination.fw-pagination > div {
      float: none;
      display: inline-block; }

.page-template-template-portfolio-php #pagination {
  margin-bottom: 30px; }

#pagination.infinite_scroll {
  display: none; }

#pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive {
  background-color: #333333 !important;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  padding: 11px 13px 10px 13px !important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear 0s;
  border-radius: 2px 2px 2px 2px;
  font-weight: 600; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  background-color: #333333 !important;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  padding: 11px 13px 10px 13px !important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear 0s;
  border-radius: 2px 2px 2px 2px;
  font-weight: 600; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  line-height: 11px !important; }

#pagination > div {
  float: left;
  margin: 0px 5px 0px 0px; }
  #pagination > div:first-child {
    margin-left: 0px; }

#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current {
  background-color: #27CFC3; }

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span {
  background-color: #27CFC3; }

.woocommerce nav.woocommerce-pagination ul {
  border-bottom: 0px !important; }
  .woocommerce nav.woocommerce-pagination ul li a:active {
    background-color: #27CFC3; }

#pagination span {
  cursor: default; }

#pagination a, #pagination span {
  display: inline-block; }

#pagination .next a, #pagination .next.inactive {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

#pagination .page-numbers.next {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

#pagination .prev a, #pagination .prev.inactive {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

#pagination .page-numbers.prev {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important; }

#pagination a.page-numbers, #pagination span.page-numbers {
  font-size: 12px;
  line-height: 11px; }

#pagination .next.inactive, #pagination .prev.inactive {
  background-color: #eae8e5;
  cursor: default !important;
  height: 32px;
  width: 32px;
  margin: 0px 5px 0px 0px; }

#pagination .next a, #pagination .next.inactive {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: -20px 12px; }

#pagination .page-numbers.next {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: -20px 12px; }

.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: -20px 12px; }

#pagination .prev a, #pagination .prev.inactive {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: 13px 12px; }

#pagination .page-numbers.prev {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: 13px 12px; }

.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: 13px 12px; }

@media only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #pagination .next a, #pagination .next.inactive {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; }
  #pagination .page-numbers.next {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; }
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; }
  #pagination .prev a, #pagination .prev.inactive {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; }
  #pagination .page-numbers.prev {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; }
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px !important; } }

#author-bio {
  padding-bottom: 50px;
  margin-bottom: 50px;
  min-height: 80px;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  border-bottom: 1px solid #DDDDDD;
  position: relative; }
  #author-bio #author-info {
    width: 100%;
    padding-left: 105px; }
  #author-bio img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: 0; }
  #author-bio .clear {
    padding-bottom: 0px; }

.single #post-area.span_12 #author-info {
  width: 992px; }

/****************************** NECTAR LOVE **************************/
.nectar-love-wrap {
  width: 72px;
  line-height: 19px; }

.nectar-love {
  -moz-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  height: 13px;
  width: auto;
  color: inherit !important;
  line-height: 11px;
  font-size: 14px;
  display: inline-block; }
  .nectar-love span {
    font-weight: 400;
    color: inherit;
    font-size: 12px;
    line-height: 12px;
    padding-left: 0px !important;
    display: inline-block !important; }

.row .col.section-title .nectar-love span {
  font-size: 12px; }

.nectar-love:hover i, .nectar-love.loved i {
  color: #27CFC3; }

/*-------------------------------------------------------------------------*/
/*	10.	Comment Styles
/*-------------------------------------------------------------------------*/
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important; }
  #respond > p, #respond p.comment-notes {
    margin-bottom: 10px; }

p.logged-in-as {
  margin-bottom: 10px;
  padding-bottom: 0px; }

body .comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px; }

.comment-list li {
  list-style: none !important; }
  .comment-list li.comment > div, .comment-list li.pingback > div {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); }

.comment-list .children {
  margin-left: 0px !important;
  padding-left: 40px;
  border-left: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: left 20px;
  background-image: url(img/icons/comment-children-line.jpg); }

.comment-list li.comment > div img.avatar, .comment-list li.pingback > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
  width: 60px;
  height: 60px; }

.comment-list .reply {
  position: absolute;
  top: 29px;
  right: 29px; }
  .comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #333333; }

.comment-list .comment-author {
  color: #333;
  font-weight: 600; }

.comment-list .comment-meta {
  font-size: 11px;
  line-height: 15px; }
  .comment-list .comment-meta a {
    color: #888; }
    .comment-list .comment-meta a:hover {
      color: #27CFC3; }

.comment-list .reply a:hover {
  background-color: #27CFC3; }

.comment-list li.comment > div p, .comment-list li.pingback > div p {
  padding-bottom: 0px;
  margin-top: 10px; }

#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #dddddd; }

#respond h3 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.5px; }

h3#comments {
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.5px; }

.comment-author a {
  color: inherit; }

/*-------------------------------------------------------------------------*/
/*	11.	General Form Styles
/*-------------------------------------------------------------------------*/
input[type=text], textarea {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
  padding: 10px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

input[type=text]:focus {
  background-color: #ebebeb; }

textarea:focus {
  background-color: #ebebeb; }

input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
  background-color: #ebebeb; }

input[type=submit] {
  background-color: #333333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

button[type=submit] {
  background-color: #333333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

input[type="button"] {
  background-color: #333333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

input[type=submit]:hover {
  background-color: #27CFC3; }

button[type=submit]:hover, input[type="button"]:hover {
  background-color: #27CFC3; }

select {
  padding: 10px !important;
  width: 100%;
  border: 0px !important;
  border: none !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

textarea {
  max-width: 100%; }

label span {
  color: #27CFC3; }

/*minimal style*/
body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none !important;
  position: relative;
  margin: 0;
  font-size: 14px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date] {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none !important;
  position: relative;
  margin: 0;
  font-size: 14px;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

body[data-form-style="minimal"] textarea, body[data-form-style="minimal"].woocommerce #review_form #respond textarea {
  resize: none;
  min-height: 45px;
  height: 45px;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  overflow-y: hidden;
  padding-top: 26px !important;
  padding-bottom: 26px !important; }

body[data-form-style="minimal"] .textareahiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem; }

body[data-form-style="minimal"] .minimal-form-input label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-bottom: 1px solid #e0e0e0; }

body[data-form-style="minimal"] .minimal-form-input label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 3px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  border-bottom: 2px solid #27CFC3;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: transform 0.4s cubic-bezier(0.24, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  bottom: 0px; }

body[data-form-style="minimal"] .minimal-form-input.filled label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

body[data-form-style="minimal"] .woocommerce-invalid-required-field:not(.woocommerce-validated) .minimal-form-input label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-color: #ff2929 !important; }

body[data-form-style="minimal"].woocommerce form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required, body[data-form-style="minimal"].woocommerce-page form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required {
  color: #ff2929 !important; }

body[data-form-style="minimal"].woocommerce form .required {
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98); }

body[data-form-style="minimal"] .minimal-form-input {
  position: relative;
  padding-top: 35px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  display: inline-block;
  width: 100%; }
  body[data-form-style="minimal"] .minimal-form-input label .text-inner {
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    transition: all 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98); }
  body[data-form-style="minimal"] .minimal-form-input.filled label .text-inner, body[data-form-style="minimal"] .minimal-form-input.has-text label .text-inner {
    -webkit-animation: text-in-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards;
    animation: text-in-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards; }
  body[data-form-style="minimal"] .minimal-form-input.no-text label .text-inner {
    -webkit-animation: text-out-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards;
    animation: text-out-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards; }
  body[data-form-style="minimal"] .minimal-form-input.filled input, body[data-form-style="minimal"] .minimal-form-input.has-text input, body[data-form-style="minimal"] .minimal-form-input.filled textarea, body[data-form-style="minimal"] .minimal-form-input.has-text textarea {
    color: #000; }
  body[data-form-style="minimal"] .minimal-form-input label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    display: inline-block;
    margin: 0 !important; }

body[data-form-style="minimal"].woocommerce table.cart td.actions .coupon label, body[data-form-style="minimal"].woocommerce-page table.cart td.actions .coupon label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  display: inline-block;
  margin: 0 !important; }

body[data-form-style="minimal"] .minimal-form-input label span.text {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  margin-top: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #acacac !important; }
  body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
    color: #acacac !important;
    display: inline-block; }

body[data-form-style="minimal"] .minimal-form-input.textarea label span.text {
  top: 40px;
  transform: none;
  -webkit-transform: none; }

body[data-form-style="minimal"] .minimal-form-input br {
  display: none; }

body[data-form-style="minimal"] .widget_search .search-form .search-submit {
  top: 30px; }

body[data-form-style="minimal"] input::-webkit-input-placeholder, body[data-form-style="minimal"] input::-moz-placeholder {
  color: transparent; }

body[data-form-style="minimal"] input:-moz-placeholder {
  /* Older versions of Firefox */
  color: transparent; }

body[data-form-style="minimal"] input:-ms-input-placeholder {
  color: transparent; }

body[data-fancy-form-rcs="1"] [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -ms-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin-right: 15px;
  color: #acacac !important; }

body[data-fancy-form-rcs="1"] [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -ms-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin-right: 15px;
  color: #acacac !important;
  color: #000 !important; }

body[data-fancy-form-rcs="1"] [type="radio"]:not(:checked), body[data-fancy-form-rcs="1"] [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

body[data-fancy-form-rcs="1"] [type="radio"] + label:before, body[data-fancy-form-rcs="1"] [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -ms-transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98); }

body[data-fancy-form-rcs="1"] .woocommerce-checkout-payment .payment_method_paypal [type="radio"] + label:before, body[data-fancy-form-rcs="1"] .woocommerce-checkout-payment .payment_method_paypal [type="radio"] + label:after {
  top: 13px; }

body[data-fancy-form-rcs="1"] [type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #d6d6d6; }

body[data-fancy-form-rcs="1"] [type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

body[data-fancy-form-rcs="1"] [type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #27CFC3; }

body[data-fancy-form-rcs="1"] [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #27CFC3;
  background-color: #27CFC3;
  z-index: 0;
  -webkit-transform: scale(0.53);
  -moz-transform: scale(0.53);
  -ms-transform: scale(0.53);
  -o-transform: scale(0.53);
  transform: scale(0.53); }

body[data-fancy-form-rcs="1"] input[type='checkbox'] {
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px; }
  body[data-fancy-form-rcs="1"] input[type='checkbox'] + label {
    position: relative;
    align-items: center;
    color: #acacac !important;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1); }
  body[data-fancy-form-rcs="1"] input[type='checkbox']:checked + label {
    color: #000 !important; }
  body[data-fancy-form-rcs="1"] input[type='checkbox'] + label:after, body[data-fancy-form-rcs="1"] input[type='checkbox'] + label:before {
    display: none; }
  body[data-fancy-form-rcs="1"] input[type='checkbox'] + label > span {
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #d6d6d6;
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.4, 0, 0.23, 1); }
  body[data-fancy-form-rcs="1"] input[type='checkbox'] + label:hover {
    color: #fff; }
  body[data-fancy-form-rcs="1"] input[type='checkbox']:focus + label {
    color: #fff; }
  body[data-fancy-form-rcs="1"] input[type='checkbox']:focus + label > span {
    background: rgba(255, 255, 255, 0.1); }
  body[data-fancy-form-rcs="1"] input[type='checkbox'] + label:hover > span {
    background: rgba(255, 255, 255, 0.1); }
  body[data-fancy-form-rcs="1"] input[type='checkbox']:checked + label > span {
    border: 10px solid #27CFC3;
    animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1); }
    body[data-fancy-form-rcs="1"] input[type='checkbox']:checked + label > span:before {
      content: "";
      position: absolute;
      left: -6px;
      top: -1px;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      transform: rotate(45deg);
      transform-origin: 0% 100%;
      animation: checkbox-check 125ms 220ms cubic-bezier(0.4, 0, 0.23, 1) forwards; }

body[data-fancy-form-rcs="1"] .select2-container .select2-choice {
  background-color: transparent;
  border-color: #e0e0e0;
  padding-top: 5px;
  padding-bottom: 5px;
  webkit-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98); }
  body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
    webkit-transition: border-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    transition: border-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98); }

body[data-fancy-form-rcs="1"] .select2-drop {
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search {
  font-size: 14px; }

@-webkit-keyframes text-in-from-left {
  50% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(0px);
    font-size: 14px; }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-26px);
    font-size: 12px;
    line-height: 12px; } }

@keyframes text-in-from-left {
  50% {
    opacity: 0;
    transform: translateX(15px) translateY(0px);
    font-size: 14px; }
  51% {
    opacity: 0;
    transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px; }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(-26px);
    font-size: 12px;
    line-height: 12px; } }

@-webkit-keyframes text-out-from-left {
  0% {
    -webkit-transform: translateY(-26px) translateX(0px);
    font-size: 12px;
    line-height: 12px; }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-26px);
    font-size: 12px;
    line-height: 12px; }
  51% {
    opacity: 0;
    -webkit-transform: translateX(15px) translateY(0px);
    font-size: 14px; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px); } }

@keyframes text-out-from-left {
  0% {
    transform: translateY(-27px) translateX(0px);
    font-size: 12px;
    line-height: 12px; }
  50% {
    opacity: 0;
    transform: translateX(-10px) translateY(-27px);
    font-size: 12px;
    line-height: 12px; }
  51% {
    opacity: 0;
    transform: translateX(15px) translateY(0px);
    font-size: 14px; }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px); } }

/* hide default placeholders */
/*checkboxes & radios */
@keyframes shrink-bounce {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  33% {
    width: .2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg); }
  100% {
    width: .2em;
    height: .6em;
    border-color: #fff;
    transform: translate3d(0, -0.6em, 0) rotate(45deg); } }

/*selects*/
.select2-search input {
  font-size: 14px; }

body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after {
  border-top-color: #fff; }

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-bottom-color: #fff; }

body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type="text"] {
  padding: 0 4px !important;
  margin-top: 7px !important; }

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice {
  color: #fff !important;
  box-shadow: none;
  -webkit-box-shadow: none; }
  body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover > .select2-chosen, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice > .select2-chosen {
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none; }

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
  margin-top: -33px; }

.select2-container .select2-choice > .select2-chosen {
  color: #000 !important; }

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
  padding-top: 12px; }
  body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
    padding-bottom: 0px;
    font-size: 12px;
    display: inline-block;
    color: #acacac !important; }

body:not(.woocommerce-cart) .main-content table {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border-top: 1px solid #ececec; }

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ececec; }

body:not(.woocommerce-cart) .main-content tr th:first-child, body:not(.woocommerce-cart) .main-content tr td:first-child {
  border-left-style: solid;
  border-left-width: 1px; }

body:not(.woocommerce-cart) .main-content th {
  border-left: medium none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border-color: #ececec; }

body:not(.woocommerce-cart) .main-content td {
  border-color: #ececec;
  border-left: none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-size: 13px;
  padding: 10px; }

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
  background-color: #fcfcfc; }

/* table styling */
/******** CUSTOM ICONS ********/
@font-face {
  font-family: 'icomoon';
  src: url("../css/fonts/icomoon.eot");
  src: url("../css/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../css/fonts/icomoon.woff") format("woff"), url("../css/fonts/icomoon.ttf") format("truetype"), url("../css/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "icomoon" !important;
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, body[data-is="minimal"] [class^="icon-"].icon-reorder, .icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-salient-m-bag:before {
  content: "\e900"; }

.icon-salient-m-eye:before {
  content: "\e015"; }

.icon-salient-m-clock:before {
  content: "\e016"; }

.icon-salient-m-gear:before {
  content: "\e023"; }

.icon-salient-m-heart:before {
  content: "\e024"; }

.icon-salient-m-search:before {
  content: "\e036"; }

.icon-salient-m-prev:before {
  content: "\e050"; }

.icon-salient-m-rewind:before {
  content: "\e051"; }

.icon-salient-m-play:before {
  content: "\e052"; }

.icon-salient-m-pause:before {
  content: "\e053"; }

.icon-salient-m-stop:before {
  content: "\e054"; }

.icon-salient-m-ff:before {
  content: "\e055"; }

.icon-salient-m-next:before {
  content: "\e056"; }

.icon-salient-m-user:before {
  content: "\e074"; }

.icon-salient-m-chat:before {
  content: "\e076"; }

.icon-salient-m-social:before {
  content: "\e081"; }

.icon-salient-m-left-arrow:before {
  content: "\e094"; }

.icon-salient-m-right-arrow:before {
  content: "\e095"; }

.icon-salient-m-sound:before {
  content: "\e098"; }

.icon-salient-m-mute:before {
  content: "\e099"; }

.icon-salient-m-close:before {
  content: "\e117"; }

.icon-salient-m-menu:before {
  content: "\e120"; }

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

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

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

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

.icon-salient-right-line:before {
  content: "\e004"; }

.icon-salient-back-to-all:before {
  content: "\e005"; }

.icon-salient-right-arrow-thin:before {
  content: "\e006"; }

.icon-salient-left-arrow-thin:before {
  content: "\e007"; }

.icon-salient-down-arrow-thin:before {
  content: "\e00c"; }

.icon-salient-down-arrow:before {
  content: "\e008"; }

.icon-salient-google-plus:before {
  content: "\e009"; }

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

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

.icon-salient-pinterest:before {
  content: "\e00d"; }

.icon-salient-heart:before {
  content: "\e00e"; }

.icon-salient-heart-2:before {
  content: "\e00f"; }

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

.icon-salient-cart:before {
  content: "\e012"; }

.icon-salient-pencil:before {
  content: "\e011"; }

.icon-be:before {
  content: "\e013"; }

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

.icon-soundcloud:before {
  content: "\e600"; }

.icon-button-arrow:before {
  content: "\e601"; }

.icon-salient-thin-line:before {
  content: "\e602"; }

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

/*minimal style*/
body[data-is="minimal"] .icon-reorder {
  width: 22px !important; }

body[data-is="minimal"] #slide-out-widget-area a.slide_out_area_close .icon-default-style[class^="icon-"] {
  font-size: 24px !important; }

body[data-is="minimal"] .icon-salient-search:before {
  content: "\e036"; }

body[data-is="minimal"] .icon-salient-x:before {
  content: "\e117"; }

body[data-is="minimal"] #single-below-header.fullscreen-header .steadysets-icon-chat-3, body[data-is="minimal"] #single-below-header.fullscreen-header .steadysets-icon-book2 {
  font-family: "icomoon" !important;
  font-size: 20px !important; }

body[data-is="minimal"] .steadysets-icon-chat-3 {
  font-family: "icomoon" !important;
  font-size: 20px !important; }
  body[data-is="minimal"] .steadysets-icon-chat-3:before {
    content: "\e076"; }

body[data-is="minimal"] .steadysets-icon-book2:before {
  content: "\e034"; }

body[data-is="minimal"][data-header-color="light"] header#top nav ul #search-btn a span {
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.48); }

body[data-is="minimal"][data-header-color="dark"] header#top nav ul #search-btn a span, body[data-is="minimal"][data-header-color="custom"] header#top nav ul #search-btn a span {
  font-size: 18px !important; }

body[data-is="minimal"] .portfolio-items .nectar-love i, body[data-is="minimal"] .post-meta .nectar-love i {
  color: #c5c5c5; }

body[data-is="minimal"] #search-outer #search #close a span {
  font-size: 20px !important; }

body[data-is="minimal"] .lines-button {
  top: -5px;
  line-height: 20px; }
  body[data-is="minimal"] .lines-button.x2.close .lines:before, body[data-is="minimal"] .lines-button.x2.close .lines:after {
    top: 1px; }

body[data-is="minimal"] .lines {
  height: 2px; }
  body[data-is="minimal"] .lines:before, body[data-is="minimal"] .lines:after {
    height: 2px; }

/* linecons */
@font-face {
  font-family: linecons;
  src: url(css/fonts/linecons.eot);
  src: url(css/fonts/linecons.eot?#iefix) format("embedded-opentype"), url(css/fonts/linecons.ttf) format("truetype"), url(css/fonts/linecons.woff) format("woff"), url(css/fonts/linecons.svg#linecons) format("svg");
  font-weight: 400;
  font-style: normal; }

[class*=" linecon-icon-"], [class^=linecon-icon-] {
  font-family: linecons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.linecon-icon-heart:before {
  content: "\e600"; }

.linecon-icon-cloud:before {
  content: "\e601"; }

.linecon-icon-star:before {
  content: "\e602"; }

.linecon-icon-tv:before {
  content: "\e603"; }

.linecon-icon-sound:before {
  content: "\e604"; }

.linecon-icon-video:before {
  content: "\e605"; }

.linecon-icon-trash:before {
  content: "\e606"; }

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

.linecon-icon-key:before {
  content: "\e608"; }

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

.linecon-icon-eye:before {
  content: "\e60a"; }

.linecon-icon-bubble:before {
  content: "\e60b"; }

.linecon-icon-stack:before {
  content: "\e60c"; }

.linecon-icon-cup:before {
  content: "\e60d"; }

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

.linecon-icon-news:before {
  content: "\e60f"; }

.linecon-icon-mail:before {
  content: "\e610"; }

.linecon-icon-like:before {
  content: "\e611"; }

.linecon-icon-photo:before {
  content: "\e612"; }

.linecon-icon-note:before {
  content: "\e613"; }

.linecon-icon-food:before {
  content: "\e614"; }

.linecon-icon-t-shirt:before {
  content: "\e615"; }

.linecon-icon-fire:before {
  content: "\e616"; }

.linecon-icon-clip:before {
  content: "\e617"; }

.linecon-icon-shop:before {
  content: "\e618"; }

.linecon-icon-calendar:before {
  content: "\e619"; }

.linecon-icon-wallet:before {
  content: "\e61a"; }

.linecon-icon-vynil:before {
  content: "\e61b"; }

.linecon-icon-truck:before {
  content: "\e61c"; }

.linecon-icon-world:before {
  content: "\e61d"; }

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

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

.linecon-icon-params:before {
  content: "\e620"; }

.linecon-icon-banknote:before {
  content: "\e621"; }

.linecon-icon-data:before {
  content: "\e622"; }

.linecon-icon-music:before {
  content: "\e623"; }

.linecon-icon-megaphone:before {
  content: "\e624"; }

.linecon-icon-study:before {
  content: "\e625"; }

.linecon-icon-lab:before {
  content: "\e626"; }

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

.linecon-icon-display:before {
  content: "\e628"; }

.linecon-icon-diamond:before {
  content: "\e629"; }

.linecon-icon-pen:before {
  content: "\e62a"; }

.linecon-icon-bulb:before {
  content: "\e62b"; }

.linecon-icon-lock:before {
  content: "\e62c"; }

.linecon-icon-tag:before {
  content: "\e62d"; }

.linecon-icon-camera:before {
  content: "\e62e"; }

.linecon-icon-settings:before {
  content: "\e62f"; }

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

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
  font-family: steadysets !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.steadysets-icon-type:before {
  content: "\e600"; }

.steadysets-icon-box:before {
  content: "\e601"; }

.steadysets-icon-archive:before {
  content: "\e602"; }

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

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

.steadysets-icon-files:before {
  content: "\e605"; }

.steadysets-icon-uniE606:before {
  content: "\e606"; }

.steadysets-icon-connection-empty:before {
  content: "\e607"; }

.steadysets-icon-connection-25:before {
  content: "\e608"; }

.steadysets-icon-connection-50:before {
  content: "\e609"; }

.steadysets-icon-connection-75:before {
  content: "\e60a"; }

.steadysets-icon-connection-full:before {
  content: "\e60b"; }

.steadysets-icon-microphone:before {
  content: "\e60c"; }

.steadysets-icon-microphone-off:before {
  content: "\e60d"; }

.steadysets-icon-book:before {
  content: "\e60e"; }

.steadysets-icon-cloud:before {
  content: "\e60f"; }

.steadysets-icon-book2:before {
  content: "\e610"; }

.steadysets-icon-star:before {
  content: "\e611"; }

.steadysets-icon-phone-portrait:before {
  content: "\e612"; }

.steadysets-icon-phone-landscape:before {
  content: "\e613"; }

.steadysets-icon-tablet:before {
  content: "\e614"; }

.steadysets-icon-tablet-landscape:before {
  content: "\e615"; }

.steadysets-icon-laptop:before {
  content: "\e616"; }

.steadysets-icon-uniE617:before {
  content: "\e617"; }

.steadysets-icon-barbell:before {
  content: "\e618"; }

.steadysets-icon-stopwatch:before {
  content: "\e619"; }

.steadysets-icon-atom:before {
  content: "\e61a"; }

.steadysets-icon-syringe:before {
  content: "\e61b"; }

.steadysets-icon-pencil:before {
  content: "\e61c"; }

.steadysets-icon-chart:before {
  content: "\e61d"; }

.steadysets-icon-bars:before {
  content: "\e61e"; }

.steadysets-icon-cube:before {
  content: "\e61f"; }

.steadysets-icon-image:before {
  content: "\e620"; }

.steadysets-icon-crop:before {
  content: "\e621"; }

.steadysets-icon-graph:before {
  content: "\e622"; }

.steadysets-icon-select:before {
  content: "\e623"; }

.steadysets-icon-bucket:before {
  content: "\e624"; }

.steadysets-icon-mug:before {
  content: "\e625"; }

.steadysets-icon-clipboard:before {
  content: "\e626"; }

.steadysets-icon-lab:before {
  content: "\e627"; }

.steadysets-icon-bones:before {
  content: "\e628"; }

.steadysets-icon-pill:before {
  content: "\e629"; }

.steadysets-icon-bolt:before {
  content: "\e62a"; }

.steadysets-icon-health:before {
  content: "\e62b"; }

.steadysets-icon-map-marker:before {
  content: "\e62c"; }

.steadysets-icon-stack:before {
  content: "\e62d"; }

.steadysets-icon-newspaper:before {
  content: "\e62e"; }

.steadysets-icon-uniE62F:before {
  content: "\e62f"; }

.steadysets-icon-coffee:before {
  content: "\e630"; }

.steadysets-icon-bill:before {
  content: "\e631"; }

.steadysets-icon-sun:before {
  content: "\e632"; }

.steadysets-icon-vcard:before {
  content: "\e633"; }

.steadysets-icon-shorts:before {
  content: "\e634"; }

.steadysets-icon-drink:before {
  content: "\e635"; }

.steadysets-icon-diamond:before {
  content: "\e636"; }

.steadysets-icon-bag:before {
  content: "\e637"; }

.steadysets-icon-calculator:before {
  content: "\e638"; }

.steadysets-icon-credit-cards:before {
  content: "\e639"; }

.steadysets-icon-microwave-oven:before {
  content: "\e63a"; }

.steadysets-icon-camera:before {
  content: "\e63b"; }

.steadysets-icon-share:before {
  content: "\e63c"; }

.steadysets-icon-bullhorn:before {
  content: "\e63d"; }

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

.steadysets-icon-users:before {
  content: "\e63f"; }

.steadysets-icon-user2:before {
  content: "\e640"; }

.steadysets-icon-users2:before {
  content: "\e641"; }

.steadysets-icon-unlocked:before {
  content: "\e642"; }

.steadysets-icon-unlocked2:before {
  content: "\e643"; }

.steadysets-icon-lock:before {
  content: "\e644"; }

.steadysets-icon-forbidden:before {
  content: "\e645"; }

.steadysets-icon-switch:before {
  content: "\e646"; }

.steadysets-icon-meter:before {
  content: "\e647"; }

.steadysets-icon-flag:before {
  content: "\e648"; }

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

.steadysets-icon-printer:before {
  content: "\e64a"; }

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

.steadysets-icon-calendar:before {
  content: "\e64c"; }

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

.steadysets-icon-chat-3:before {
  content: "\e64e"; }

.steadysets-icon-chat-2:before {
  content: "\e64f"; }

.steadysets-icon-chat-1:before {
  content: "\e650"; }

.steadysets-icon-chat:before {
  content: "\e651"; }

.steadysets-icon-zoom-out:before {
  content: "\e652"; }

.steadysets-icon-zoom-in:before {
  content: "\e653"; }

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

.steadysets-icon-trashcan:before {
  content: "\e655"; }

.steadysets-icon-tag:before {
  content: "\e656"; }

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

.steadysets-icon-paperclip:before {
  content: "\e658"; }

.steadysets-icon-checkbox:before {
  content: "\e659"; }

.steadysets-icon-checkbox-checked:before {
  content: "\e65a"; }

.steadysets-icon-checkmark:before {
  content: "\e65b"; }

.steadysets-icon-refresh:before {
  content: "\e65c"; }

.steadysets-icon-reload:before {
  content: "\e65d"; }

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

.steadysets-icon-arrow-down:before {
  content: "\e65f"; }

.steadysets-icon-arrow-up:before {
  content: "\e660"; }

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

.steadysets-icon-settings:before {
  content: "\e662"; }

.steadysets-icon-battery-full:before {
  content: "\e663"; }

.steadysets-icon-battery-75:before {
  content: "\e664"; }

.steadysets-icon-battery-50:before {
  content: "\e665"; }

.steadysets-icon-battery-25:before {
  content: "\e666"; }

.steadysets-icon-battery-empty:before {
  content: "\e667"; }

.steadysets-icon-battery-charging:before {
  content: "\e668"; }

.steadysets-icon-uniE669:before {
  content: "\e669"; }

.steadysets-icon-grid:before {
  content: "\e66a"; }

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

.steadysets-icon-wifi-low:before {
  content: "\e66c"; }

.steadysets-icon-folder-check:before {
  content: "\e66d"; }

.steadysets-icon-folder-settings:before {
  content: "\e66e"; }

.steadysets-icon-folder-add:before {
  content: "\e66f"; }

.steadysets-icon-folder:before {
  content: "\e670"; }

.steadysets-icon-window:before {
  content: "\e671"; }

.steadysets-icon-windows:before {
  content: "\e672"; }

.steadysets-icon-browser:before {
  content: "\e673"; }

.steadysets-icon-file-broken:before {
  content: "\e674"; }

.steadysets-icon-align-justify:before {
  content: "\e675"; }

.steadysets-icon-align-center:before {
  content: "\e676"; }

.steadysets-icon-align-right:before {
  content: "\e677"; }

.steadysets-icon-align-left:before {
  content: "\e678"; }

.steadysets-icon-file:before {
  content: "\e679"; }

.steadysets-icon-file-add:before {
  content: "\e67a"; }

.steadysets-icon-file-settings:before {
  content: "\e67b"; }

.steadysets-icon-mute:before {
  content: "\e67c"; }

.steadysets-icon-heart:before {
  content: "\e67d"; }

.steadysets-icon-enter:before {
  content: "\e67e"; }

.steadysets-icon-volume-decrease:before {
  content: "\e67f"; }

.steadysets-icon-wifi-mid:before {
  content: "\e680"; }

.steadysets-icon-volume:before {
  content: "\e681"; }

.steadysets-icon-bookmark:before {
  content: "\e682"; }

.steadysets-icon-screen:before {
  content: "\e683"; }

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

.steadysets-icon-measure:before {
  content: "\e685"; }

.steadysets-icon-eyedropper:before {
  content: "\e686"; }

.steadysets-icon-support:before {
  content: "\e687"; }

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

.steadysets-icon-email2:before {
  content: "\e689"; }

.steadysets-icon-volume-increase:before {
  content: "\e68a"; }

.steadysets-icon-wifi-full:before {
  content: "\e68b"; }

/****CSS GAC TECHNOLOGY*****/
/*FONT*/
.hide {
  display: none; }

/*HACK WORDPRESS 4.5*/
#page-header-wrap {
  overflow: inherit !important; }

/*
img.img-with-animation, .col.has-animation, .wpb_column.has-animation {
	opacity: 1 !important;
}

.full-width-section {
	visibility: visible;
}

.main-content iframe[src] {
	opacity: 1 !important;
}
*/
/*
.sf-menu li ul {
	margin-top: 20px;
}
*/
/*NONE*/
#header-space, .vc_row-fluid.bloc-fonctionnalites .vc_col-sm-2.bloc-none, .posts-container .post-meta, .meta-comment-count, .single #single-below-header > span.meta-comment-count, a.nectar-love, .blog-accueil .post-header, .presse-accueil .post-header, .hide, .single-portfolio #sidebar, .bloc-news .meta-author, .bloc-news .meta-category, #single-below-header, .block-video-hide {
  display: none !important; }

/*HACK SAFARI*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #menu-item-27 {
    display: none !important; } }

/*GENERAL*/
.telecom-color {
  color: #0092a0 !important; }

.manager-color {
  color: #99c221 !important; }

#separateur.wpb_row {
  margin-bottom: 0 !important; }

.nectar-button {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  -o-box-shadow: 0 !important;
  font-size: 15px !important; }

.nectar-button.medium {
  padding: 15px 25px !important; }

.nectar-button.webinar {
  background-color: #192c77 !important; }

.nectar-button.gris {
  background-color: #a5a5a5 !important; }

.nectar-button.bleu {
  background-color: #103c81 !important; }

article.post .more-link span, .blog-recent .more-link span {
  background-color: #a5a5a5 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px; }

.progiciels a.nectar-button {
  width: 280px;
  text-align: center; }

.progiciels-2 a.nectar-button {
  width: 341px;
  text-align: center; }

body {
  background: white;
  color: #666 !important; }

body .container-wrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

/*ACCUEIL*/
.bloc-accueil-right {
  margin-top: -387px;
  background-color: rgba(255, 255, 255, 0.78) !important;
  padding: 10px 0 20px 20px;
  float: right !important; }

.bloc-accueil-right h1 {
  background-color: transparent !important;
  color: #103c81 !important;
  background-image: none !important;
  padding: 0 !important;
  height: inherit !important; }

.bloc-accueil-right p {
  padding-right: 15px; }

.bloc-accueil-right h2 {
  background-color: #103c81 !important;
  color: #fff !important;
  font-size: 25px !important;
  padding-left: 10px;
  font-style: italic; }

img.carfleet-img {
  box-shadow: 6px 6px #ddd; }

@media only screen and (min-width: 1000px) {
  .onglet-accueil .wpb_content_element .wpb_tabs_nav {
    margin-top: -213px !important; }
  .onglet-accueil .wpb_content_element .wpb_tabs_nav li {
    width: 15.666666666667% !important; } }

@media only screen and (max-width: 1000px) {
  .onglet-accueil .wpb_content_element .wpb_tabs_nav li {
    width: 33% !important; } }

.onglet-accueil .tabbed .wpb_tab {
  margin-top: 40px !important; }

.onglet-accueil {
  z-index: 1 !important; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:first-child, .onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(2), .onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(3) {
  text-transform: uppercase;
  font-size: 22px !important;
  padding-top: 10px !important;
  color: #ffffff !important;
  display: block;
  border: 0 !important; }

.tabbed > ul li a {
  color: #ffffff !important; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:first-child a:before {
  content: url("https://www.gac-technology.com/wp-content/uploads/2014/12/car-fleet-icone.png");
  border-bottom: 1px dashed #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 20px 14px;
  margin-bottom: 10px; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(2) a:before {
  content: url("https://www.gac-technology.com/wp-content/uploads/2014/12/telecom-fleet-icone.png");
  border-bottom: 1px dashed #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 20px 14px;
  margin-bottom: 10px; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(3) a:before {
  content: url("https://www.gac-technology.com/wp-content/uploads/2014/12/to-do-icone.png");
  border-bottom: 1px dashed #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 20px 14px;
  margin-bottom: 10px; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:first-child a {
  background-color: #f5a931 !important;
  min-height: 163px !important;
  margin-right: 2% !important;
  text-align: center;
  font-family: 'PT SANS narrow' !important;
  font-size: 20px !important;
  border: 0 !important; }

.onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(2) a {
  background-color: #0092a0 !important;
  min-height: 163px !important;
  margin-right: 2% !important;
  text-align: center;
  font-family: 'PT SANS narrow' !important;
  font-size: 20px !important;
  border: 0 !important; }

.bloc3accueil, .onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(3) a {
  background-color: #99c221 !important;
  min-height: 163px !important;
  text-align: center;
  font-family: 'PT SANS narrow' !important;
  font-size: 18px !important;
  border: 0 !important; }

.blog-accueil img, .presse-accueil img {
  float: right;
  width: 200px !important;
  padding-left: 20px; }

.blog-accueil .blog-recent .col, .presse-accueil .blog-recent .col, .blog-accueil .blog-recent, .presse-accueil .blog-recent {
  margin: 0 !important;
  padding: 0 !important; }

/*RESSOURCES*/
.bloc-webinar h3 {
  color: #0092a0 !important; }

.bloc-demo h3 {
  color: #7ed3c0 !important; }

/*PRODUITS*/
.block-video-cf {
  background: url("https://www.gac-technology.com/wp-content/uploads/2015/01/carfleet-visuel-2.png") no-repeat scroll center 0 transparent !important;
  height: 350px !important; }

.block-video-tf {
  background: url("https://www.gac-technology.com/wp-content/uploads/2015/01/telecomfleet-visuel-2.png") no-repeat scroll center 0 transparent !important;
  height: 350px !important; }

.block-video-cm {
  background: url("https://www.gac-technology.com/wp-content/uploads/2015/01/commitmentmanager-visuel.png") no-repeat scroll center 0 transparent !important;
  height: 350px !important; }

.block-video-cf iframe.youtube-player, .block-video-tf iframe.youtube-player, .block-video-cm iframe.youtube-player {
  width: 370px !important;
  height: 240px !important;
  margin: 0 auto !important;
  padding: 10px 0 0 !important; }

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .vc_row-fluid.bloc-fonctionnalites .vc_col-sm-2 {
    width: 100% !important;
    text-align: center;
    padding: 15px;
    height: 195px; } }

@media only screen and (min-width: 1000px) {
  .vc_row-fluid.bloc-fonctionnalites .vc_col-sm-2 {
    width: 17.9% !important;
    text-align: center;
    padding: 15px;
    height: 195px; } }

.carfleet-visuel {
  margin-bottom: 50px; }

.vc_row-fluid.bloc-fonctionnalites .vc_col-sm-2 h3, .vc_row-fluid.bloc-fonctionnalites .vc_col-sm-2 h3 a {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 27px;
  margin: 0 !important;
  padding: 0 !important; }

.img-with-aniamtion-wrap img.visuel-img-carfleet {
  margin-bottom: 50px !important; }

.carfleet-visuel, .bloc-top-produit {
  background-repeat: no-repeat;
  background-position: bottom left; }

h1.commitment-title img, h1.carfleet img, h1.telecomfleet img {
  margin-top: -8px;
  border-right: 3px dashed #fff;
  padding-right: 6px; }

/*SOCIETE*/
.blocsociete {
  min-height: 240px !important; }

.blocsociete h3 {
  color: #fff !important; }

.start-pack .divider-border {
  margin-top: 0 !important;
  border-bottom: 3px dashed #35b3c4 !important;
  margin-bottom: -52px !important;
  margin-left: 15% !important;
  margin-right: 15% !important; }

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .start-pack .divider-border {
    display: none; } }

.start-pack h2 {
  color: #a5a5a5 !important;
  margin-bottom: 60px !important; }

.start-pack i.icon-default-style {
  font-size: 75px !important;
  margin-bottom: 15px; }

.start-pack i:before {
  background-color: #eeeeee !important; }

.start-pack .start p, .start-pack .start i, .start-pack .start h4 {
  color: #0092a0 !important; }

.start-pack .training p, .start-pack .training i, .start-pack .training h4 {
  color: #35b3c4 !important; }

.start-pack .abo p, .start-pack .abo i, .start-pack .abo h4 {
  color: #7ed3c0 !important; }

/*REFERENCES*/
body .carousel li.span_4, body .portfolio-items.carousel li.span_4 {
  margin: 0 40px !important; }

.bloc-references .vc_span3, .bloc-news .vc_span3 {
  width: 17.9% !important; }

.bloc-references .vc_span9, .bloc-news .vc_span9 {
  width: 79.6% !important; }

.bloc-references h4 {
  color: #fff; }

.blocreftitle {
  background-color: #f6a931;
  height: 200px;
  padding-top: 85px; }

.blocreftitle h3 {
  color: #fff !important; }

.carousel-wrap[data-full-width="false"] .carousel-heading h2 {
  font-size: 17px !important;
  margin-left: 30px; }

/*BLOG*/
.single.single-post .section-title h1 {
  width: 100% !important; }

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar #post-area {
  max-width: none !important; }

.blog-recent .col .post-header h3 {
  font-size: 20px !important;
  margin-top: 6px; }

.page-id-16 h1 {
  float: right; }

.posts-container article:nth-child(odd) .post-featured-img {
  float: left;
  margin-right: 15px;
  width: 150px; }

.posts-container article:nth-child(even) .post-featured-img {
  float: right;
  margin-left: 15px;
  width: 150px; }

.post-content {
  padding-left: 0 !important; }

article.post .content-inner {
  /*border-bottom: 1px solid #DDDDDD;
		padding-bottom: 25px !important;
		margin-bottom: 25px !important;*/
  box-shadow: none !important; }

body.single-post .container-wrap {
  margin-top: -3px !important; }

body.single-post header#top, body.single-portfolio header#top, body.category-news header#top, body.archive.category .page-header-no-bg {
  height: 225px;
  overflow: visible;
  background-image: url(https://www.gac-technology.com/wp-content/uploads/2014/12/header-gac-technology1.jpg);
  background-color: black;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

body.archive.category .container-wrap {
  padding-top: 70px; }

/*CONTACT*/
.bloccontact {
  margin-top: -60px; }

.bloccontact h3 {
  background-color: #f6a931;
  color: #fff;
  padding: 10px 0 10px 30px; }

.bloccontact .wpcf7 {
  background-color: #eeeeee;
  padding: 20px; }

.bloccontact .wpcf7 input, .bloccontact .wpcf7 textarea {
  background-color: #ffffff !important;
  color: #a5a5a5;
  padding: 4px;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.bloccontact .wpcf7 input.wpcf7-submit {
  background-color: #192c77 !important;
  color: #ffffff;
  padding: 10px;
  border: 0 !important;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0; }

/*PORTFOLIO*/
.single-portfolio #post-area {
  width: 100% !important; }

/*POPUP*/
#hs-rsp-div {
  MAX-WIDTH: 500PX;
  padding: 20px; }

#hs-rsp-image-wrap img {
  width: auto !important;
  height: auto !important; }

/*FOOTER*/
#footer-outer #footer-widgets .col ul li {
  border: none !important; }

/*RESPONSIVE*/
#mobile-menu ul li {
  border-left: none !important;
  border-right: none !important; }

#mobile-menu ul li a {
  text-transform: uppercase; }

header#top #toggle-nav i {
  font-size: 28px !important;
  margin-top: 28px; }

#mobile-menu {
  top: 45px; }

@media only screen and (max-width: 690px) {
  .onglet-accueil .tabbed > ul li {
    float: left !important; }
  .onglet-accueil .wpb_content_element .wpb_tabs_nav li a, .onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(2) a, .onglet-accueil .wpb_content_element .wpb_tabs_nav li:first-child a, .bloc3accueil, .onglet-accueil .wpb_content_element .wpb_tabs_nav li:nth-child(3) a {
    font-size: 14px !important; } }

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  #header-secondary-outer, .vc_span3.blocreftitle {
    display: none; }
  .bloc-references .vc_span9 {
    width: 100% !important; }
  body header#top #logo img {
    height: 80px !important; }
  /*ACCUEIL*/
  .bloc-accueil-left {
    margin-top: 0 !important; }
  .bloc-accueil-right {
    margin-top: 0 !important; } }

/*GESTION DU FORMULAIRE DE SIMULATION ROI*/
#roi-simulator {
  background-color: #eee;
  padding: 20px; }

#roi-simulator input[type="text"] {
  background-color: #fff !important;
  border: 0 none !important;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 700;
  padding: 4px;
  text-transform: uppercase; }

#roi-simulator input[type="submit"] {
  background-color: #192c77 !important;
  border: 0 none !important;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

/**********modifs categories*************/
#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 17px !important; }

#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 19px !important; }

p#breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px !important; }

.page-template-default p#breadcrumbs {
  position: absolute;
  top: 60px; }

/*
.page-template-default h1 {
	margin-bottom: 50px;
}
*/
.single.single-post .section-title h1 {
  max-width: 80% !important; }

body.archive.category .row .col.section-title {
  margin-top: 142px;
  border: 0 !important;
  margin-bottom: 40px; }

body.archive.category .row .col.section-title .subheader, #post-area.masonry article.post .post-meta, .bloc-home-blog .bottom-line {
  display: none !important; }

body.archive.category .page-header-no-bg {
  margin-top: -70px !important; }

.bloc-home-blog .row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.bloc-home-blog h2 {
  margin-bottom: 0 !important;
  font-size: 22px !important; }

.bloc-home-blog article.post .content-inner {
  border: 0 !important; }

.bloc-home-blog .post-header {
  margin-bottom: 0 !important; }

.bloc-home-blog #post-area.masonry {
  margin-bottom: 20px !important; }

.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap {
  box-shadow: none !important;
  padding: 20px 30px 0 0 !important; }

.post-header, #single-below-header {
  font-size: 12px !important; }

.bloc-home-blog .posts-container article:nth-child(even) .post-featured-img {
  float: left !important;
  margin-right: 15px; }

.navpost {
  padding: 5px 17px;
  background-color: #f1f1f1;
  overflow: auto; }

.single .heading-title {
  padding-bottom: 20px !important;
  border-bottom: 0 !important;
  margin-bottom: 20px !important; }

.section-title.blog-title h1 {
  margin-bottom: 25px !important; }

.page-template-default .inner-wrap h1 {
  display: none !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

header#top nav > ul > li > a {
  padding-bottom: 31px;
  padding-top: 30px; }

header#top nav > ul li#search-btn, header#top nav > ul li.slide-out-widget-area-toggle {
  padding-bottom: 29px;
  padding-top: 30px; }

header#top .sf-menu > li.sfHover > ul {
  top: 20px; }

.sf-sub-indicator {
  height: 20px; }

#header-space {
  height: 116px; }

body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
  top: 116px; }

body.single-product div.product .product_title {
  padding-right: 0px; }

@media only screen and (max-width: 1000px) {
  body header#top #logo img {
    height: 24px !important; }
  header#top .col.span_9 {
    min-height: 48px;
    line-height: 28px; } }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .swiper-slide .content h2 {
    font-size: 45px !important;
    line-height: 51px !important; }
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
  .full-width-content .vc_span12 .swiper-slide .content p {
    font-size: 18px !important;
    line-height: 31.2px !important; } }

@media only screen and (min-width: 690px) and (max-width: 1000px) {
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .swiper-slide .content h2 {
    font-size: 33px !important;
    line-height: 39px !important; }
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
  .full-width-content .vc_span12 .swiper-slide .content p {
    font-size: 13.2px !important;
    line-height: 24px !important; } }

@media only screen and (max-width: 690px) {
  .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 15px !important;
    line-height: 21px !important; }
  .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p,
  .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 10px !important;
    line-height: 17.52px !important; } }

#mobile-menu #mobile-search, header#top nav ul #search-btn {
  display: none !important; }

@media only screen and (min-width: 1000px) {
  .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots {
    max-width: 1425px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 90px; }
  body .container .page-submenu.stuck .container:not(.tab-container), .nectar-recent-posts-slider .flickity-page-dots {
    padding: 0px 90px !important; }
  .swiper-slide .content {
    padding: 0px 90px 3em; }
  body .container .container:not(.tab-container):not(.recent-post-container) {
    width: 100% !important;
    padding: 0 !important; }
  body .carousel-heading .container {
    padding: 0 10px !important; }
  body .carousel-heading .container .carousel-next {
    right: 10px; }
  body .carousel-heading .container .carousel-prev {
    right: 35px; }
  .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    left: 90px; }
  .carousel-wrap[data-full-width="true"] .carousel-heading {
    margin-left: -20px;
    margin-right: -20px; }
  .carousel-wrap[data-full-width="true"] .carousel-next {
    right: 90px !important; }
  .carousel-wrap[data-full-width="true"] .carousel-prev {
    right: 115px !important; }
  .carousel-wrap[data-full-width="true"] {
    padding: 0 !important; }
  .carousel-wrap[data-full-width="true"] .caroufredsel_wrapper {
    padding: 20px !important; }
  #search-outer #search #close a {
    right: 90px; }
  #boxed, #boxed #header-secondary-outer, #boxed #slide-out-widget-area-bg.fullscreen, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, body[data-footer-reveal="1"] #boxed #footer-outer, #boxed .orbit > div, #boxed #featured article, .ascend #boxed #search-outer {
    max-width: 1400px !important;
    width: 90% !important;
    min-width: 980px; }
  body[data-hhun="1"] #boxed #header-secondary-outer {
    width: 100% !important; }
  #boxed #search-outer #search #close a {
    right: 0 !important; }
  #boxed .container {
    width: 92%;
    padding: 0; }
  #boxed #footer-outer #footer-widgets, #boxed #footer-outer #copyright {
    padding-left: 0;
    padding-right: 0; }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    left: 35px; }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-next {
    right: 35px !important; }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-prev {
    right: 60px !important; } }

.pagination-navigation {
  -webkit-filter: url("#goo");
  filter: url("#goo"); }

body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love {
  font-family: Roboto;
  font-size: 14px;
  line-height: 25.2px;
  font-weight: 300; }

.bold, strong, b {
  font-family: Roboto;
  font-weight: 600; }

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
  line-height: 25.2px !important; }

header#top nav > ul > li > a {
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 900; }

header#top nav > ul > li.button_solid_color > a:before, #header-outer.transparent header#top nav > ul > li.button_solid_color > a:before {
  height: 24.6px; }

header#top nav > ul > li.button_bordered > a:before, #header-outer.transparent header#top nav > ul > li.button_bordered > a:before {
  height: 34.6px; }

header#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
  font-family: Roboto;
  text-transform: none;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700; }

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  header#top .sf-menu a {
    font-family: Roboto !important;
    font-size: 14px !important; } }

#page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .recent-post-container .inner-wrap h2 {
  font-family: PT Sans Narrow;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700; }

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2 {
    font-size: 34.6px;
    line-height: 37.8px; } }

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  body .row .col.section-title h1, body h1 {
    font-size: 31.2px;
    line-height: 35.1px; }
  .full-width-content .recent-post-container .inner-wrap h2 {
    font-size: 28.8px;
    line-height: 32.4px; } }

@media only screen and (max-width: 690px) {
  body .row .col.section-title h1, body h1 {
    font-size: 28.8px;
    line-height: 32.4px; }
  .full-width-content .recent-post-container .inner-wrap h2 {
    font-size: 21.6px;
    line-height: 24.3px; } }

#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2,
#call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2 {
  font-family: PT Sans Narrow;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700; }

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  body h2 {
    font-size: 30.6px;
    line-height: 50.49px; }
  .row .span_2 h2, .row .span_3 h2, .row .span_4 h2, .row .vc_col-sm-2 h2, .row .vc_col-sm-3 h2, .row .vc_col-sm-4 h2 {
    font-size: 25.2px;
    line-height: 41.58px; } }

@media only screen and (max-width: 690px) {
  .col h2 {
    font-size: 21.6px;
    line-height: 35.64px; } }

body h3, .row .col h3, .toggle h3 a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3,
.masonry.classic_enhanced .masonry-blog-item h3.title {
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700; }

@media only screen and (min-width: 1000px) {
  .ascend .comments-section .comment-wrap.full-width-section > h3, .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3 {
    font-size: 40.8px !important;
    line-height: 48.8px !important; }
  .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
    font-size: 36px !important;
    line-height: 51px !important; } }

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
    font-size: 20.4px !important;
    line-height: 28.9px; } }

@media only screen and (max-width: 1300px) and (min-width: 1000px), (max-width: 690px) {
  .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3 {
    font-size: 16.8px;
    line-height: 23.8px; } }

body h4, .row .col h4, .portfolio-items .work-meta h4, .portfolio-items .col.span_3 .work-meta h4, #respond h3, h3#comments, .portfolio-items[data-ps="6"] .work-meta h4 {
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px; }

@media only screen and (min-width: 690px) {
  .portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
    font-size: 35.7px !important;
    line-height: 43.7px !important; } }

body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px; }

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
  font-size: 22px !important; }

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
  font-family: PT Sans Narrow;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700; }

@media only screen and (min-width: 690px) and (max-width: 1000px) {
  #page-header-bg .span_6 h1, .overlaid-content h1 {
    font-size: 25.2px !important;
    line-height: 29.2px !important; } }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
    font-size: 30.6px;
    line-height: 39.1px; } }

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
    font-size: 32.4px;
    line-height: 41.4px; } }

@media only screen and (max-width: 690px) {
  #page-header-bg.fullscreen-header .span_6 h1, .overlaid-content h1 {
    font-size: 16.2px !important;
    line-height: 20.7px !important; } }

body #page-header-bg .span_6 span.subheader, body .row .col.section-title > span, .nectar-box-roll .overlaid-content .subheader {
  font-family: Roboto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900; }

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader, body .row .col.section-title > span {
    font-size: 14.4px;
    line-height: 22.4px; } }

@media only screen and (min-width: 690px) and (max-width: 1000px) {
  body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
    font-size: 16.2px !important;
    line-height: 25.2px !important; } }

@media only screen and (max-width: 690px) {
  body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
    font-size: 12.6px !important;
    line-height: 19.6px !important; } }

#footer-outer .widget h4, #sidebar h4, #call-to-action .container a, .uppercase, .nectar-button, body .widget_calendar table th, body #footer-outer #footer-widgets .col .widget_calendar table th, .swiper-slide .button a,
header#top nav > ul > li.megamenu > ul > li > a, .carousel-heading h2, body .gform_wrapper .top_label .gfield_label, body .vc_pie_chart .wpb_pie_chart_heading, #infscr-loading div, #page-header-bg .author-section a, .ascend input[type="submit"], .ascend button[type="submit"],
.widget h4, .text-on-hover-wrap .categories a, .text_on_hover.product .add_to_cart_button, .woocommerce-page div[data-project-style="text_on_hover"] .single_add_to_cart_button, .woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.qty, .woocommerce-page #respond input#submit,
.meta_overlaid article.post .post-header h2, .meta_overlaid article.post.quote .post-content h2, .meta_overlaid article.post.link .post-content h2, .meta_overlaid article.post.format-status .post-content h2, .meta_overlaid article .meta-author a, .pricing-column.highlight h3 .highlight-reason,
.blog-recent[data-style="minimal"] .col > span, .masonry.classic_enhanced .posts-container article .meta-category a, .nectar-recent-posts-slider .container .strong, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a, .single .heading-title[data-header-style="default_minimal"] .meta-category a, .nectar-fancy-box .link-text {
  font-size: 19px;
  font-weight: normal; }

.team-member h4, .row .col.section-title p, .row .col.section-title span, #page-header-bg .subheader, .nectar-milestone .subject, .testimonial_slider blockquote span {
  font-size: 25px; }

article.post .post-meta .month {
  line-height: 19px !important; }

#btn-mobile-menu {
  cursor: pointer;
  padding: 2px;
  display: block;
  width: 25px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  overflow: visible; }
  #btn-mobile-menu > span {
    width: 20px;
    height: 12px;
    display: inline-block;
    position: relative; }
    #btn-mobile-menu > span > span {
      display: block;
      margin-top: -1px;
      top: 1px;
      transition-duration: 0.275s;
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      #btn-mobile-menu > span > span, #btn-mobile-menu > span > span:before, #btn-mobile-menu > span > span:after {
        width: 20px;
        height: 2px;
        background-color: #999;
        border-radius: 2px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
      #btn-mobile-menu > span > span:before, #btn-mobile-menu > span > span:after {
        content: "";
        display: block; }
      #btn-mobile-menu > span > span:before {
        top: 5px;
        transition: opacity 0.125s 0.275s ease; }
      #btn-mobile-menu > span > span:after {
        top: 10px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #btn-mobile-menu.active span span {
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.075s; }
    #btn-mobile-menu.active span span:before {
      transition-delay: 0s;
      opacity: 0; }
    #btn-mobile-menu.active span span:after {
      transform: translate3d(0, -10px, 0) rotate(-270deg);
      transition-delay: 0.075s; }

#ax-header-secondary-outer {
  position: relative;
  background-color: #002c40;
  z-index: 999999; }
  #ax-header-secondary-outer nav a {
    text-transform: none;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    padding: 0.7em 1em; }
  #ax-header-secondary-outer .sf-menu {
    float: left; }
  @media (max-width: 767px) {
    #ax-header-secondary-outer {
      display: none; } }

#ax-header-outer {
  background-color: transparent;
  width: 100%;
  z-index: 9999;
  position: relative;
  padding-top: 0 !important; }
  @media (max-width: 991px) {
    #ax-header-outer {
      background-color: #fff; } }
  #ax-header-outer.is_stuck {
    box-shadow: 0 2px 18px -1px rgba(0, 0, 0, 0.2);
    transition: 0.5s all;
    background-color: #fff;
    margin-bottom: 60px; }
    #ax-header-outer.is_stuck .row {
      border-bottom: none !important; }
    #ax-header-outer.is_stuck #ax-top {
      background-color: #fff;
      transition: 0.5s all; }
      #ax-header-outer.is_stuck #ax-top #logo {
        background: url(../img/logo-gac-couleur.svg) no-repeat center; }
      #ax-header-outer.is_stuck #ax-top nav > ul > li > a {
        color: #002c40; }
      #ax-header-outer.is_stuck #ax-top nav > ul .sf-sub-indicator i {
        color: #002c40 !important; }
      #ax-header-outer.is_stuck #ax-top nav .sub-menu {
        background-color: #fff; }
        #ax-header-outer.is_stuck #ax-top nav .sub-menu a {
          color: #002c40; }
  #ax-header-outer #ax-top {
    background-color: transparent; }
    #ax-header-outer #ax-top .row {
      display: flex;
      align-items: center;
      padding: 1.2em 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      @media (max-width: 767px) {
        #ax-header-outer #ax-top .row {
          padding: 0.4em 0 !important; } }
    #ax-header-outer #ax-top .col {
      margin-right: 0; }
      #ax-header-outer #ax-top .col:first-of-type {
        margin-left: 2%; }
      @media (max-width: 991px) {
        #ax-header-outer #ax-top .col {
          margin-bottom: 0 !important; } }
    #ax-header-outer #ax-top #logo {
      text-align: center;
      background: url(../img/logo-gac-blanc.svg) no-repeat center;
      background-size: contain;
      height: 70px;
      display: block; }
      @media (max-width: 767px) {
        #ax-header-outer #ax-top #logo {
          height: 35px;
          background-image: url(../img/logo-gac-couleur.svg); } }
      @media (min-width: 768px) and (max-width: 991px) {
        #ax-header-outer #ax-top #logo {
          height: 45px;
          margin-top: 0 !important;
          background-image: url(../img/logo-gac-couleur.svg); } }
    #ax-header-outer #ax-top nav > ul {
      display: flex;
      align-items: center; }
      #ax-header-outer #ax-top nav > ul > li > a {
        padding: 0.7em 1em !important;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase; }
      #ax-header-outer #ax-top nav > ul .sf-sub-indicator {
        height: 0;
        display: none; }
        #ax-header-outer #ax-top nav > ul .sf-sub-indicator i {
          color: #002c40 !important; }
    #ax-header-outer #ax-top nav .sub-menu {
      background-color: #fff; }
      #ax-header-outer #ax-top nav .sub-menu a {
        color: #002c40;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
        #ax-header-outer #ax-top nav .sub-menu a:hover, #ax-header-outer #ax-top nav .sub-menu a:focus, #ax-header-outer #ax-top nav .sub-menu a:active {
          background-color: #eeeeee; }
  .home #ax-header-outer, .error404 #ax-header-outer {
    background-color: #fff; }
    .home #ax-header-outer.is_stuck, .error404 #ax-header-outer.is_stuck {
      background-color: #fff; }
    .home #ax-header-outer #ax-top, .error404 #ax-header-outer #ax-top {
      background-color: #fff; }
      .home #ax-header-outer #ax-top #logo, .error404 #ax-header-outer #ax-top #logo {
        background: url(../img/logo-gac-couleur.svg) no-repeat center; }
      .home #ax-header-outer #ax-top nav > ul > li > a, .error404 #ax-header-outer #ax-top nav > ul > li > a {
        color: #002c40; }
      .home #ax-header-outer #ax-top nav > ul .sf-sub-indicator i, .error404 #ax-header-outer #ax-top nav > ul .sf-sub-indicator i {
        color: #002c40 !important; }
      .home #ax-header-outer #ax-top nav .sub-menu, .error404 #ax-header-outer #ax-top nav .sub-menu {
        background-color: #fff; }
        .home #ax-header-outer #ax-top nav .sub-menu a, .error404 #ax-header-outer #ax-top nav .sub-menu a {
          color: #002c40; }

.second-prim {
  float: left !important; }

header#ax-top #logo {
  margin-top: 0 !important; }

#header-space {
  display: none; }

#home-slider .slide-element {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative; }
  #home-slider .slide-element img {
    width: 100%; }
  @media (max-width: 767px) {
    #home-slider .slide-element .btn {
      display: none; } }
  #home-slider .slide-element .title {
    color: #fff; }
  #home-slider .slide-element > div {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      #home-slider .slide-element > div {
        top: 50%;
        left: 30%;
        transform: translate(-22%, -50%); } }
    #home-slider .slide-element > div > span {
      transition: all 0.3s; }
  #home-slider .slide-element .subtitle {
    font-size: 24px;
    padding: 0.5em 0 1.2em;
    font-weight: 300;
    font-family: "Roboto", Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1em;
    color: #fff;
    font-size: 24px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #home-slider .slide-element .subtitle {
        font-size: 24px; } }
    @media (max-width: 767px) {
      #home-slider .slide-element .subtitle {
        font-size: 1.2em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-slider .slide-element .subtitle {
        font-size: 18px; } }
    @media (max-width: 767px) {
      #home-slider .slide-element .subtitle {
        padding-bottom: 0; } }

#solutions {
  background-color: #fff;
  display: flex;
  padding-bottom: 0;
  transform: translateY(-10em); }
  @media (min-width: 992px) and (max-width: 1199px) {
    #solutions {
      transform: translateY(-6em); } }
  @media (min-width: 768px) and (max-width: 991px) {
    #solutions {
      transform: translateY(-3.5em);
      display: block; } }
  @media (max-width: 767px) {
    #solutions {
      transform: translateY(0);
      display: block; } }
  #solutions > div:first-of-type {
    display: flex;
    align-items: center;
    padding: 0 4em 0 3em; }
    @media (max-width: 991px) {
      #solutions > div:first-of-type {
        padding: 2em 4em 0 3em; } }
    #solutions > div:first-of-type > div > div:last-of-type {
      padding-top: 1em;
      font-size: 18px;
      line-height: 1.3em;
      color: #666; }
      #solutions > div:first-of-type > div > div:last-of-type p {
        font-size: inherit; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #solutions > div:first-of-type > div > div:last-of-type p {
            font-size: 0.9em; } }
        @media (max-width: 767px) {
          #solutions > div:first-of-type > div > div:last-of-type p {
            font-size: 0.8em; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #solutions > div:first-of-type > div > div:last-of-type p {
            font-size: 0.83em; } }
  #solutions > div:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0; }
  #solutions .hover-content {
    transition: opacity 0.5s;
    opacity: 0;
    height: 0;
    overflow: hidden; }
  #solutions .solution {
    width: 50%;
    padding: 4.5em 3em;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      #solutions .solution {
        width: 100%; } }
    #solutions .solution > div > * {
      color: #fff; }
    #solutions .solution .title {
      font-size: 1.7em; }
    #solutions .solution .description {
      font-size: 18px;
      padding: 0 3em;
      line-height: 1.3em; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #solutions .solution .description {
          padding: 0 1.5em; } }
      @media (max-width: 991px) {
        #solutions .solution .description {
          padding: 0 0.8em; } }
    #solutions .solution .gdescription {
      padding: 0.8em 0;
      line-height: 1.3em; }
    #solutions .solution img {
      width: 80px; }
    #solutions .solution a {
      display: block;
      text-transform: uppercase;
      font-weight: 700; }
      #solutions .solution a h3 {
        color: #fff;
        font-family: "Roboto", Arial, sans-serif;
        line-height: 1em;
        font-size: 14px; }
    #solutions .solution:hover .hover-content {
      opacity: 1;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1em 3em;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }

#clients {
  padding-bottom: 8em; }
  #clients > h2 {
    text-align: center; }
  #clients > h3 {
    padding: 0.4em;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
    text-transform: inherit; }
  #clients > div:last-of-type {
    text-align: center; }
  #clients .btn:hover {
    background-color: #002c40;
    color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    #clients {
      padding-top: 3em;
      padding-bottom: 7.5em; } }
  @media (max-width: 767px) {
    #clients {
      padding-top: 4em;
      padding-bottom: 5.5em; } }

.temoignages {
  padding: 2em 0 3em; }
  .temoignages > div {
    display: flex; }
    @media (max-width: 991px) {
      .temoignages > div {
        margin-bottom: 1em; } }
    .temoignages > div > div:first-of-type {
      width: 30%; }
    .temoignages > div > div:last-of-type {
      width: 70%;
      text-align: left;
      padding: 2em 3em;
      border-left: 1px solid #DDDDDD; }
      @media (max-width: 767px) {
        .temoignages > div > div:last-of-type {
          padding: 2em 1em; } }
    .temoignages > div .content {
      color: #666;
      line-height: 1.2em;
      font-size: 21px; }
    .temoignages > div .footer-temoignage span {
      display: block;
      line-height: 1.4em; }
    .temoignages > div .footer-temoignage > span:first-of-type {
      font-weight: 700;
      color: #555;
      padding-top: 1em; }
    .temoignages > div .footer-temoignage > span:last-of-type {
      font-size: 12px;
      color: #666; }

#nous-connaitre {
  background: #173B57 url(../img/mieux-nous-connaitre.png) no-repeat left;
  background-size: cover;
  padding: 8em 13% 0 35%; }
  @media (max-width: 767px) {
    #nous-connaitre {
      background: #002c40;
      padding: 3em 2em; } }
  #nous-connaitre > div:first-of-type {
    padding-bottom: 5em; }
    @media (max-width: 767px) {
      #nous-connaitre > div:first-of-type {
        padding-bottom: 1em; } }
    #nous-connaitre > div:first-of-type > div:last-of-type {
      color: #fff;
      font-size: 18px;
      font-size: 18px;
      line-height: 1.3em;
      padding: 1.5em 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #nous-connaitre > div:first-of-type > div:last-of-type {
          font-size: 18px; } }
      @media (max-width: 767px) {
        #nous-connaitre > div:first-of-type > div:last-of-type {
          font-size: 14px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #nous-connaitre > div:first-of-type > div:last-of-type {
          font-size: 14px; } }
  #nous-connaitre .btn:hover {
    background: #fff;
    color: #002c40; }

#client-slide-wrapper {
  position: relative; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #client-slide-wrapper img {
      width: 88%;
      height: auto; } }
  @media (max-width: 991px) {
    #client-slide-wrapper img {
      width: 80%;
      height: auto; } }

.carrow {
  position: absolute;
  top: 80%;
  width: 25px;
  height: 25px;
  transform: translateY(-25%);
  cursor: pointer;
  background: url(../img/arrow-left.svg);
  z-index: 99; }
  @media (max-width: 767px) {
    .carrow {
      transform: translateY(-50%);
      top: 100%; } }
  .carrow.slick-prev {
    left: 10px; }
    @media (max-width: 767px) {
      .carrow.slick-prev {
        left: 3px; } }
  .carrow.slick-next {
    right: 10px;
    background: url(../img/arrow-right.svg); }
    @media (max-width: 767px) {
      .carrow.slick-next {
        right: 3px; } }

.home .template-header .title {
  display: none; }

.cslide {
  background-color: #fff;
  padding: 2.5em 3em;
  transform: translateY(5em); }
  @media (max-width: 767px) {
    .cslide {
      padding: 1em 1.5em; } }
  .cslide div {
    border-left: 1px solid #DDD;
    text-align: center; }
  .cslide div:first-of-type {
    border: none; }
  .cslide img {
    display: inline !important; }

#actualites {
  padding: 13em 0 2em; }
  @media (max-width: 767px) {
    #actualites {
      padding: 7em 0 2em; } }
  #actualites > .title, #actualites > .subtitle {
    text-align: center; }
  #actualites .subtitle {
    padding: 0.4em;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1em;
    text-transform: inherit; }
  #actualites .btn:hover {
    background-color: #002c40;
    color: #fff; }
  #actualites .actus {
    padding: 1.7em 0 2em 0; }
    @media (max-width: 767px) {
      #actualites .actus {
        padding: 1.7em 1em 2em; } }
    #actualites .actus > div {
      padding: 0 0.7em; }
      @media (max-width: 767px) {
        #actualites .actus > div {
          padding-bottom: 2em; } }
    #actualites .actus .title {
      font-size: 18px;
      color: #002c40;
      font-weight: 500;
      font-family: "Roboto", Arial, sans-serif;
      line-height: 1.3em; }
    #actualites .actus .meta {
      display: flex;
      align-items: center; }
      #actualites .actus .meta > * {
        color: #999;
        font-size: 12px; }
      #actualites .actus .meta .post-categories {
        margin: 0; }
        #actualites .actus .meta .post-categories a {
          color: #999; }
      #actualites .actus .meta > span:first-of-type {
        display: block;
        padding-right: 1em;
        position: relative; }
        #actualites .actus .meta > span:first-of-type:after {
          content: '';
          position: absolute;
          right: 0.45em;
          top: 5px;
          border-right: 1px solid #C3C3C3;
          width: 1px;
          height: 12px; }
    #actualites .actus .content {
      color: #666;
      line-height: 1.3em;
      padding-top: 0.3em; }
  #actualites > div:last-of-type {
    text-align: center;
    padding: 3em 0 1em; }
    @media (max-width: 767px) {
      #actualites > div:last-of-type {
        padding: 0 0 1em; } }

.page-template-page-axome-contact #footer-top {
  display: none; }

.page-template-page-axome-contact #main-footer {
  /* padding-top: 7em; */ }
  @media (max-width: 767px) {
    .page-template-page-axome-contact #main-footer {
      padding-top: 1em; } }

.blog #footer-top .row, .category #footer-top .row, .single #footer-top .row {
  border: none; }

#footer-top {
  background-color: #F5F5F5; }
  @media (max-width: 767px) {
    #footer-top {
      padding: 0 1em !important; } }
  #footer-top .title {
    font-size: 32.4px;
    padding-bottom: 0.3em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #footer-top .title {
        font-size: 32.4px; } }
    @media (max-width: 767px) {
      #footer-top .title {
        font-size: 28.8px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #footer-top .title {
        font-size: 28.8px; } }
  #footer-top .row {
    border-top: 1px solid #DDDDDD;
    padding: 0 0 3em; }
    #footer-top .row > div:first-of-type {
      padding-top: 3em; }
      #footer-top .row > div:first-of-type > div {
        color: #666;
        line-height: 1.5em; }
      @media (min-width: 768px) and (max-width: 991px) {
        #footer-top .row > div:first-of-type {
          padding-top: 4em;
          text-align: center; }
          #footer-top .row > div:first-of-type * {
            text-align: center; } }
      @media (max-width: 767px) {
        #footer-top .row > div:first-of-type {
          padding-top: 4em;
          text-align: center; }
          #footer-top .row > div:first-of-type * {
            text-align: center; } }
    #footer-top .row > div:last-of-type {
      font-size: 1.1em;
      color: #666;
      line-height: 1.3em;
      transform: translateY(7em);
      z-index: 99; }
      @media (min-width: 768px) and (max-width: 991px) {
        #footer-top .row > div:last-of-type {
          transform: translateY(5em); } }
      @media (max-width: 767px) {
        #footer-top .row > div:last-of-type {
          transform: translateY(3em); } }

#footer-form {
  background-color: #fff;
  padding: 1em 2em;
  margin-top: -65px }
  @media (max-width: 767px) {
    #footer-form {
      padding: 2em; } }
  #footer-form .gfield_label {
    color: #002c40;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 14px; }
  #footer-form input[type="text"] {
    padding: 6px !important; }
  #footer-form input[type="text"], #footer-form textarea {
    border: 1px solid #DDDDDD;
    background-color: #fff;
    box-shadow: none; }
  #footer-form input[type="submit"] {
    color: #002c40;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 0.7em 3em;
    border: 2px solid #002c40;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: -2.7em;
    right: 0; }
    @media (max-width: 991px) {
      #footer-form input[type="submit"] {
        position: static; } }
    #footer-form input[type="submit"]:hover {
      background: #002c40;
      color: #fff; }
  #footer-form .gfield_required {
    display: none; }
  #footer-form .gform_footer {
    padding-top: 2em;
    position: relative; }
    @media (max-width: 991px) {
      #footer-form .gform_footer {
        position: static;
        text-align: right; } }
  #footer-form textarea {
    resize: none; }
  @media (min-width: 768px) {
    #footer-form .gform_body > ul {
      position: relative; }
      #footer-form .gform_body > ul > li {
        width: 45%; }
      #footer-form .gform_body > ul #field_1_4, #footer-form .gform_body > ul #field_3_4 {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0; }
        #footer-form .gform_body > ul #field_1_4 textarea, #footer-form .gform_body > ul #field_3_4 textarea {
          max-height: 135px; } }
      @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
        #footer-form .gform_body > ul #field_1_4 textarea, #footer-form .gform_body > ul #field_3_4 textarea {
          max-height: 200px; } }

#ax-footer-widgets {
  background-color: #002c40;
  padding: 3em 0; }
  @media (max-width: 767px) {
    #ax-footer-widgets {
      padding: 3em 0; }
      #ax-footer-widgets .row > div:first-of-type .textwidget {
        text-align: center; } }
  @media (max-width: 767px) {
    #ax-footer-widgets #menu-menu-footer {
      padding: 0 1em; } }
  #ax-footer-widgets .col p {
    font-weight: 400;
    padding: 0;
    color: #fff; }
  #ax-footer-widgets .col li {
    font-weight: 300;
    color: #fff; }
  #ax-footer-widgets .menu li {
    display: inline-block;
    margin-right: 1em; }
    #ax-footer-widgets .menu li a {
      font-weight: 500;
      color: #fff;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    #ax-footer-widgets .textwidget * {
      text-align: center; } }
  #ax-footer-widgets .textwidget img {
    width: 36px;
    margin-right: 0.7em; }
  #ax-footer-widgets .textwidget > ul {
    padding-top: 1em; }
  #ax-footer-widgets .textwidget > div:last-of-type {
    display: flex; }
    @media (max-width: 767px) {
      #ax-footer-widgets .textwidget > div:last-of-type {
        justify-content: center; } }
    #ax-footer-widgets .textwidget > div:last-of-type img {
      width: 60px;
      display: block;
      margin-right: 1em; }
  #ax-footer-widgets .footer-menu {
    padding-top: 7em; }
    @media (max-width: 767px) {
      #ax-footer-widgets .footer-menu {
        padding: 0; } }

body {
  cursor: default; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body {
      font-size: 13.3px; } }
  @media (max-width: 767px) {
    body {
      font-size: 11.9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 12.6px; } }

::selection {
  background: #002c40;
  color: #FFF; }

::-moz-selection {
  background: #002c40;
  color: #FFF; }

.title {
  display: block;
  margin: 0;
  font-family: "PT Sans Narrow", "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: #000; }
  .title a {
    display: block;
    color: inherit;
    font-size: 0.85em; }
    @media (max-width: 767px) {
      .title a {
        font-size: 1.3em; } }
  .title.ttu-w {
    text-transform: uppercase;
    color: #fff; }
  .title.ttu-b {
    text-transform: uppercase;
    color: #002c40; }

.subtitle {
  color: #666;
  font-size: 24px;
  display: block; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .subtitle {
      font-size: 21.6px; } }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .subtitle {
      font-size: 19.2px; } }
  .subtitle.subsmall {
    font-size: 18px; }

.wbg {
  background-color: #fff;
  padding: 2em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wbg {
      padding: 1.6em; } }
  @media (max-width: 991px) {
    .wbg {
      padding: 1.4em; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 43.2px; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28.8px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 38.4px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 30.6px; } }

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 27px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 25.2px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h3, .h3 {
    font-size: 16.2px; } }

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 14.4px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h4, .h4 {
    font-size: 14.4px; } }

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 11.2px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h4, .h4 {
    font-size: 12.8px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h5, .h5 {
    font-size: 13.3px; } }

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 11.9px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h5, .h5 {
    font-size: 12.6px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h6, .h6 {
    font-size: 11.4px; } }

@media (max-width: 767px) {
  h6, .h6 {
    font-size: 10.2px; } }

@media (min-width: 768px) and (max-width: 991px) {
  h6, .h6 {
    font-size: 10.8px; } }

#playground {
  position: relative;
  background: #F5F5F5 no-repeat 50% 0/100% auto; }

.big-intro * {
  font-size: 18px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .big-intro * {
      font-size: 16.2px; } }
  @media (max-width: 767px) {
    .big-intro * {
      font-size: 13.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .big-intro * {
      font-size: 15.3px; } }

.page-template-page-axome-fiche .entry-content h1, .page-template-page-axome-fiche .entry-content h2, .page-template-page-axome-fiche .entry-content h3, .page-template-page-axome-fiche .entry-content h4, .page-template-page-axome-fiche .entry-content h5 {
  color: #002c40;
  font-size: 24px;
  line-height: 1.1em;
  padding-bottom: 0.5em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-template-page-axome-fiche .entry-content h1, .page-template-page-axome-fiche .entry-content h2, .page-template-page-axome-fiche .entry-content h3, .page-template-page-axome-fiche .entry-content h4, .page-template-page-axome-fiche .entry-content h5 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .page-template-page-axome-fiche .entry-content h1, .page-template-page-axome-fiche .entry-content h2, .page-template-page-axome-fiche .entry-content h3, .page-template-page-axome-fiche .entry-content h4, .page-template-page-axome-fiche .entry-content h5 {
      font-size: 22px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-template-page-axome-fiche .entry-content h1, .page-template-page-axome-fiche .entry-content h2, .page-template-page-axome-fiche .entry-content h3, .page-template-page-axome-fiche .entry-content h4, .page-template-page-axome-fiche .entry-content h5 {
      font-size: 24px; } }

.page-template-page-axome-produit .entry-content h1, .page-template-page-axome-produit .entry-content h2, .page-template-page-axome-produit .entry-content h3, .page-template-page-axome-produit .entry-content h4, .page-template-page-axome-produit .entry-content h5 {
  color: #002c40; }

.page-template-page-axome-produit .entry-content div {
  background-image: none !important; }

.big-wallpaper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80vh;
  background: no-repeat top;
  background-size: cover; }

.btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0.8em 1.6em;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s; }
  .btn.btn-secondary {
    color: #002c40;
    border: 2px solid #002c40; }

.template-header {
  padding: 3em 0 3em; }
  .template-header .title {
    text-align: center; }
    @media (max-width: 767px) {
      .template-header .title {
        padding: 0 1em; } }
  .template-header .subtitle {
    text-align: center;
    padding: 0.5em 0 1.4em;
    color: #fff; }
    @media (max-width: 767px) {
      .template-header .subtitle {
        padding: 0.5em 1em 1.4em; } }

#breadcrumb-wrap * {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.98em; }

#breadcrumb-wrap a {
  text-decoration: underline; }

@media (max-width: 767px) {
  html[lang] {
    margin-top: 0 !important; }
    html[lang] #wpadminbar {
      display: none !important; } }

.page-template-page-axome-fiche .entry-content ol, .page-template-page-axome-fiche .entry-content ul,
.page-template-page-axome-produit .entry-content ol,
.page-template-page-axome-produit .entry-content ul {
  list-style: inherit;
  padding-left: 25px; }

.page-template-page-axome-fiche .entry-content li,
.page-template-page-axome-produit .entry-content li {
  margin-bottom: 5px !important; }

.page-template-page-axome-produit .entry-content h2, .page-template-page-axome-produit .entry-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #002c40; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-template-page-axome-produit .entry-content h2, .page-template-page-axome-produit .entry-content h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .page-template-page-axome-produit .entry-content h2, .page-template-page-axome-produit .entry-content h3 {
      font-size: 21.6px; line-height: 30px;align-content } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-template-page-axome-produit .entry-content h2, .page-template-page-axome-produit .entry-content h3 {
      font-size: 22.8px; line-height: 30px; } }

@media (max-width: 767px) {
  .page-template-page-axome-fiche .container-wrap,
  .page-template-page-axome-contact .container-wrap {
    padding: 1.5em 1em !important; } }

@media (max-width: 767px) {
  .single-produit #playground,
  .single #playground,
  .page-template-page-axome-contact #playground,
  .page-template-page-axome-client #playground,
  .page-template-page-axome-ressources #playground,
  .page-template-page-axome-quisommesnous #playground,
  .blog #playground {
    background-image: linear-gradient(to bottom, #003c57 85vh, #F5F5F5 85vh) !important; } }

#wp_rp_first {
  margin: 0 auto;
  padding: 2em 0 1em;
  max-width: 640px; }
  #wp_rp_first .wp_rp_title {
    display: block;
    line-height: 1.3em !important; }

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

.acf-map {
  width: 100%;
  height: 400px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .acf-map {
      height: 325px; } }
  @media (max-width: 767px) {
    .acf-map {
      height: 270px; } }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

#wrapper-contact > .row {
  display: flex; }
  @media (max-width: 991px) {
    #wrapper-contact > .row {
      display: block; } }

#header-contact {
  padding: 2.5em 0 5em; }

.left-column-contact {
  padding: 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .left-column-contact > div:first-of-type {
      flex-grow: 2;
      position: relative; }
      .left-column-contact > div:first-of-type .acf-map {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%; } }
  .left-column-contact > div:last-of-type {
    background-color: #F7AE32;
    padding: 2.5em;
    font-size: large; }
    .left-column-contact > div:last-of-type * {
      color: #fff;
      font-size: large;
}

.right-column-contact {
  background-color: #fff; }
  .right-column-contact #right-contact {
    padding: 2em 2em 2em; }
    @media (min-width: 768px) and (max-width: 991px) {
      .right-column-contact #right-contact {
        padding: 3em 2em 6em; } }
    @media (max-width: 767px) {
      .right-column-contact #right-contact {
        padding: 2em 1em 4em; } }
  .right-column-contact .entry-content {
    font-size: 18px;
    line-height: 1.3em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .right-column-contact .entry-content {
        font-size: 16.2px; } }
    @media (max-width: 767px) {
      .right-column-contact .entry-content {
        font-size: 13.5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .right-column-contact .entry-content {
        font-size: 15.3px; } }

#intro-contact {
  padding-right: 6em; }
  @media (max-width: 991px) {
    #intro-contact {
      padding-right: 0; } }

@media (min-width: 992px) {
  #form-contact .gform_body {
    display: flex; }
    #form-contact .gform_body > ul:first-of-type {
      width: 45%;
      flex-grow: 1;
      padding-right: 5%; }
    #form-contact .gform_body > ul:last-of-type {
      width: 50%;
      display: flex; }
      #form-contact .gform_body > ul:last-of-type .gfield {
        display: flex;
        flex-direction: column;
        flex-grow: 1; }
        #form-contact .gform_body > ul:last-of-type .gfield .ginput_container {
          flex-grow: 2;
          position: relative; } }

#form-contact .no-label .gfield_label {
  display: none; }

#form-contact .gfield_radio {
  display: flex; }
  #form-contact .gfield_radio input {
    margin-right: 8px; }
  #form-contact .gfield_radio > li {
    margin-right: 1.4em; }

#form-contact .gfield_label, #form-contact label {
  color: #002c40;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: "Roboto", Arial, sans-serif; }

#form-contact input[type="text"] {
  padding: 6px !important; }

#form-contact input[type="text"], #form-contact textarea {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  box-shadow: none; }

#form-contact input[type="submit"] {
  color: #002c40;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 0.7em 3em;
  border: 2px solid #002c40;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.3s all; }
  #form-contact input[type="submit"]:hover {
    background: #002c40;
    color: #fff; }

#form-contact .gfield_required {
  color: #F7AE32;
  padding-left: 3px; }

#form-contact .gform_footer {
  padding-top: 2em;
  text-align: right; }

#form-contact textarea {
  resize: none;
  position: absolute;
  top: 0;
  bottom: 0; }
  @media (max-width: 991px) {
    #form-contact textarea {
      position: static; } }

#header-page-blog {
  padding: 0em 0 0em; }

#blog-catlist {
  background-color: #002c40;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (max-width: 767px) {
    #blog-catlist {
      flex-direction: column; } }
  #blog-catlist li {
    flex-grow: 1;
    text-align: center; }
  #blog-catlist a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 1.6em 0;
    text-decoration: none;
    line-height: 1.1em;
    font-size: 12px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #blog-catlist a {
        font-size: 12px; } }
    @media (max-width: 767px) {
      #blog-catlist a {
        font-size: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #blog-catlist a {
        font-size: 11px; } }
    #blog-catlist a:hover {
      background-color: #004e71; }
  #blog-catlist .current-cat {
    background-color: #005f8a; }
    #blog-catlist .current-cat a:hover {
      background-color: #005f8a; }

#wrapper-blog-list {
  background-color: #fff;
  margin-top: 0em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #wrapper-blog-list {
      margin-top: 4.5em; } }
  @media (max-width: 767px) {
    #wrapper-blog-list {
      margin-top: 2em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #wrapper-blog-list {
      margin-top: 3em; } }

#blog-list {
  padding: 2.5em; }
  @media (max-width: 767px) {
    #blog-list {
      padding: 1em; } }
  #blog-list article {
    padding-bottom: 2.5em; }
    @media (min-width: 768px) {
      #blog-list article:nth-child(2n+1) {
        clear: both;
        padding-right: 15px; }
      #blog-list article:nth-child(2n) {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      #blog-list article {
        padding-bottom: 3em; } }

.sticky {
  padding: 2.5em;
  margin-bottom: 2.5em;
  background-color: #F5F5F5;
  z-index: 2; }
  @media (max-width: 991px) {
    .sticky {
      background-color: #fff; } }
  @media (max-width: 767px) {
    .sticky {
      background-color: #F5F5F5;
      padding: 0 1.3em 1.3em; } }
  .sticky .thumbimg {
    height: 347px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sticky .thumbimg {
        height: 270px; } }
    @media (max-width: 767px) {
      .sticky .thumbimg {
        height: 200px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sticky .thumbimg {
        height: 260px; } }
  .sticky .title a {
    font-size: 24px;
    line-height: 1.2em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sticky .title a {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .sticky .title a {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sticky .title a {
        font-size: 22px; } }
  .sticky .meta > * {
    font-size: 14px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sticky .meta > * {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .sticky .meta > * {
        font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sticky .meta > * {
        font-size: 13px; } }
  .sticky .meta > span:first-of-type {
    padding-right: 1em; }
    .sticky .meta > span:first-of-type:after {
      height: 13px; }
  .sticky .preview-article {
    font-size: 16px;
    padding: 1.7em 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sticky .preview-article {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .sticky .preview-article {
        font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sticky .preview-article {
        font-size: 15px; } }
  .sticky .read-more a {
    font-size: 1em; }

article .thumbimg {
  height: 347px;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    article .thumbimg {
      height: 270px; } }
  @media (max-width: 767px) {
    article .thumbimg {
      height: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    article .thumbimg {
      height: 130px; } }

article .title {
  padding-top: 0.4em; }
  article .title a {
    font-size: 18px;
    line-height: 1.3em;
    color: #002c40;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif; }
    @media (min-width: 992px) and (max-width: 1199px) {
      article .title a {
        font-size: 18px; } }
    @media (max-width: 767px) {
      article .title a {
        font-size: 17px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      article .title a {
        font-size: 16px; } }

article .preview-article {
  color: #666;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.4em;
  font-weight: 300;
  font-size: 14px;
  padding: 0.6em 0; }

article .read-more a {
  text-transform: uppercase;
  color: #002c40;
  font-weight: 500;
  font-size: 0.9em; }

.cat-intro {
  text-align: center;
  padding: 5em 5em 3em; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cat-intro {
      padding: 2.5em 2em; } }
  @media (max-width: 767px) {
    .cat-intro {
      padding: 2em 1.5em; } }
  .cat-intro * {
    text-align: center;
    color: #666;
    line-height: 1.3em;
    font-weight: 300; }
  .cat-intro p {
    margin: 0;
    padding: 0; }

.wp-pagenavi {
  text-align: center;
  padding: 2em 0 4em; }
  .wp-pagenavi span, .wp-pagenavi a {
    border: none;
    font-weight: 500;
    color: #002c40;
    font-size: 14px;
    margin: 13px; }
  .wp-pagenavi .current {
    border: 2px solid #002c40;
    border-radius: 5px;
    padding: 11px 14px;
    margin: 3px; }
  @media (max-width: 767px) {
    .wp-pagenavi {
      padding: 1em 0 3em; }
      .wp-pagenavi span, .wp-pagenavi a {
        margin: 8px;
        line-height: 2.4em; }
      .wp-pagenavi .current {
        padding: 8px 11px; } }

.meta.article {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .meta.article {
      flex-wrap: wrap; } }
  .meta.article > * {
    color: #666;
    font-size: 12px; }
  .meta.article .post-categories {
    margin: 0; }
    .meta.article .post-categories a {
      color: #666; }
  .meta.article > span:first-of-type {
    display: block;
    padding-right: 1em;
    position: relative; }
    .meta.article > span:first-of-type:after {
      content: '';
      position: absolute;
      right: 0.45em;
      top: 5px;
      border-right: 1px solid #C3C3C3;
      width: 1px;
      height: 12px; }

.footer-post {
  padding-top: 2em;
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .footer-post {
      flex-direction: column; } }
  .footer-post span {
    padding-right: 1em;
    color: #002c40;
    font-weight: 500;
    font-size: 1.1em; }
    @media (max-width: 767px) {
      .footer-post span {
        padding-right: 0;
        padding-bottom: 10px; } }

#ax-share {
  display: flex;
  justify-content: flex-end; }

#header-page-ressources {
  padding: 2.5em 0; }

#wrapper-main-ressources {
  background-color: #fff; }

#ressources-head {
  padding: 4em 4em 3em;
  color: #666;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300; }
  @media (min-width: 768px) and (max-width: 991px) {
    #ressources-head {
      padding: 2.5em 2em; } }
  @media (max-width: 767px) {
    #ressources-head {
      padding: 2em 1.5em; } }
  #ressources-head * {
    text-align: center; }
  #ressources-head p {
    padding: 0; }

.ressource-title {
  text-align: center;
  padding: 0 4em 2em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ressource-title .title {
      font-size: false; } }
  @media (max-width: 767px) {
    .ressource-title .title {
      font-size: 27px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ressource-title .title {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .ressource-title .title {
      line-height: 1.3em; } }

#fiche-produit-ressources, #fiche-produit-sommesnous {
  display: flex;
  flex-wrap: wrap; }

.fiche-ressources, .fiche-sommesnous {
  width: 50%;
  padding: 4.5em 1.5em;
  text-align: center; }
  @media (max-width: 991px) {
    .fiche-ressources, .fiche-sommesnous {
      width: 100%;
      padding: 3em 1.5em; } }
  .fiche-ressources > div > *, .fiche-sommesnous > div > * {
    color: #fff; }
  .fiche-ressources .title, .fiche-sommesnous .title {
    font-size: 1.7em;
    color: #fff; }
  .fiche-ressources .description, .fiche-sommesnous .description {
    font-size: 1em;
    padding: 1.2em 1em 0;
    min-height: 90px;
    line-height: 1.3em; }
    @media (max-width: 767px) {
      .fiche-ressources .description, .fiche-sommesnous .description {
        padding: 1.2em 0; } }
  .fiche-ressources img, .fiche-sommesnous img {
    width: 80px; }
  .fiche-ressources a, .fiche-sommesnous a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8em 2em; }

#wrapper-service-ressources, #wrapper-livre-ressources {
  padding-top: 5em; }

#wrapper-service-ressources {
  padding-bottom: 2em; }

#bg-wrapper-livre {
  position: relative;
  background-color: #ECECEC;
  padding-bottom: 5em; }
  #bg-wrapper-livre:before, #bg-wrapper-livre:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 230px;
    background-color: #F5F5F5;
    z-index: 1; }
  #bg-wrapper-livre:before {
    top: 0; }
  #bg-wrapper-livre:after {
    bottom: 0;
    height: 0; }
  #bg-wrapper-livre > .container {
    z-index: 2; }

#blocs-service-ressources, #blocs-livre-ressources {
  display: flex;
  flex-wrap: wrap; }

.blocs-ressources {
  display: block;
  width: 33.333333%;
  background-color: #002c40;
  padding: 8em 4.5em;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 767px) {
    .blocs-ressources {
      width: 100%;
      padding: 6em 3em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blocs-ressources {
      padding: 8em 2em; } }
  .blocs-ressources > div:last-of-type {
    transition: opacity 0.5s; }
  .blocs-ressources .gdescription {
    line-height: 1.5em; }
    @media (min-width: 768px) and (max-width: 991px) {
      .blocs-ressources .gdescription {
        font-size: 0.9em; } }
  .blocs-ressources * {
    color: #fff; }
  .blocs-ressources:nth-child(2n) {
    background-color: #003c57; }
  .blocs-ressources img {
    width: 110px;
    transition: 0.5s all; }
    @media (max-width: 767px) {
      .blocs-ressources img {
        width: 100px; } }
  .blocs-ressources:hover {
    text-decoration: none; }
    .blocs-ressources:hover img {
      transform: scale(1.05) translateY(-10px); }

#header-page-sommesnous {
  padding: 3em 0 4em; }
  @media (max-width: 767px) {
    #header-page-sommesnous {
      padding-bottom: 2.5em; } }

#wrapper-main-sommesnous {
  background-color: #fff; }

#sommesnous-atouts {
  padding: 4em 6em 3em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #sommesnous-atouts {
      padding: 4em 4em 2.5em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sommesnous-atouts {
      padding: 2em 2em 3em; } }
  @media (max-width: 767px) {
    #sommesnous-atouts {
      padding: 1em; } }
  #sommesnous-atouts .cols {
    display: flex;
    padding-bottom: 2.5em; }
    #sommesnous-atouts .cols > div:first-of-type {
      width: 20%;
      text-align: right;
      padding: 1em 1em 0 0; }
    #sommesnous-atouts .cols > div:last-of-type {
      width: 80%;
      text-align: left;
      padding: 1em 1em;
      border-left: 1px solid #DDDDDD; }
    #sommesnous-atouts .cols .title {
      text-transform: inherit;
      color: #002c40;
      padding-bottom: 0.4em; }
    #sommesnous-atouts .cols .content-atout * {
      color: #666;
      font-size: 1.15em;
      font-weight: 300;
      line-height: 1.3em;
      padding: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        #sommesnous-atouts .cols .content-atout * {
          font-size: 1.05em; } }
      @media (max-width: 767px) {
        #sommesnous-atouts .cols .content-atout * {
          font-size: 0.98em; } }
    #sommesnous-atouts .cols img {
      width: 90px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #sommesnous-atouts .cols img {
          width: 90%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #sommesnous-atouts .cols img {
          width: 39px; } }
      @media (max-width: 767px) {
        #sommesnous-atouts .cols img {
          width: 45px; } }
    #sommesnous-atouts .cols:nth-child(2n+1) {
      clear: both; }

#sommesnous-head {
  padding: 1.5em 6em 3em; }
  @media (max-width: 767px) {
    #sommesnous-head {
      padding: 1em; } }
  #sommesnous-head * {
    text-align: center; }

.fiche-sommesnous {
  z-index: 2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fiche-sommesnous .btn {
      margin-top: 1em; } }

#solutions-sommesnous {
  position: relative;
  background-color: #e5e5e5;
  padding-bottom: 5em; }
  @media (max-width: 767px) {
    #solutions-sommesnous {
      padding-bottom: 3em; } }
  #solutions-sommesnous:before {
    content: '';
    position: absolute;
    top: -85px;
    width: 100%;
    height: 85px;
    background-color: #e5e5e5;
    z-index: 1; }

#header-solutions .subtitle {
  color: #002c40;
  padding-bottom: 2.5em !important; }

#steps-solutions {
  display: flex;
  padding: 0 3em;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    #steps-solutions {
      padding: 0; } }
  @media (max-width: 767px) {
    #steps-solutions {
      flex-direction: column;
      padding: 0 1em; }
      #steps-solutions:before {
        display: none; } }
  #steps-solutions:before {
    content: '';
    border-bottom: 1px dashed #002c40;
    position: absolute;
    top: 45px;
    left: 18%;
    right: 18%; }
  #steps-solutions .etape {
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 2;
    align-items: center; }
    @media (max-width: 767px) {
      #steps-solutions .etape {
        padding-bottom: 2em; } }
  #steps-solutions .title {
    font-size: 24px;
    text-transform: inherit; }
  #steps-solutions img {
    width: 90px;
    z-index: 3;
    background-color: #e5e5e5;
    box-shadow: 0 0 0 5px #e5e5e5; }
  #steps-solutions .description {
    text-align: center;
    line-height: 1.35;
    font-size: 1.15em;
    font-weight: 300;
    padding: 0.8em 2.5em 0; }
    @media (max-width: 991px) {
      #steps-solutions .description {
        padding: 0.8em 1em 0;
        font-size: 1.05em; } }

#equipe-sommesnous {
  padding: 2em 0; }

@media (max-width: 767px) {
  #header-equipe {
    padding-top: 3em !important; } }

#header-equipe .subtitle {
  color: #002c40;
  padding-bottom: 2.5em !important; }

.membre {
  padding: 0 0.7em; }
  .membre .title {
    padding-top: 1em;
    text-transform: inherit;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif; }
  .membre .fonction-sommesnous {
    font-size: 0.9em;
    padding: 0.2em 0 0.9em; }
  .membre .description {
    font-weight: 300;
    color: #666;
    line-height: 1.4em; }
  .membre .network {
    padding-top: 8px;
    margin-top: 1em;
    border-top: 1px solid #DDDDDD; }
    .membre .network img {
      width: 25px;
      height: 25px; }

#wrap-post {
  background-color: #fff;
  padding: 4.5em 5em 2.5em;
  margin-top: 0em; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #wrap-post {
      margin-top: 4.5em; } }
  @media (max-width: 767px) {
    #wrap-post {
      margin-top: 2em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #wrap-post {
      margin-top: 3em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #wrap-post {
      padding: 3.4em 3em 2em; } }
  @media (max-width: 767px) {
    #wrap-post {
      padding: 3em 1.5em 1em; } }
  #wrap-post header {
    padding-bottom: 2.5em; }
    #wrap-post header .title {
      color: #002c40;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #wrap-post header .title {
          font-size: false; } }
      @media (max-width: 767px) {
        #wrap-post header .title {
          font-size: 27px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #wrap-post header .title {
          font-size: 32px; } }
      @media (max-width: 991px) {
        #wrap-post header .title {
          line-height: 1.3em; } }
    #wrap-post header .meta {
      align-items: center;
      justify-content: center; }
      #wrap-post header .meta * {
        font-size: 14px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #wrap-post header .meta * {
            font-size: 14px; } }
        @media (max-width: 767px) {
          #wrap-post header .meta * {
            font-size: 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #wrap-post header .meta * {
            font-size: 13px; } }
      #wrap-post header .meta > span:first-of-type:after {
        height: 14px; }
  #wrap-post .img-with-aniamtion-wrap img, #wrap-post .img-with-animation {
    width: 100%; }

.container-wrap {
  background: no-repeat top !important;
  background-size: contain !important; }

#buttons-produit {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 991px) {
    #buttons-produit {
      flex-direction: column; } }
  #buttons-produit a {
    display: block; }
    @media (max-width: 767px) {
      #buttons-produit a {
        font-size: 0.9em; margin-top: 25px; color: #002c40; border: 2px solid #002c40; } }
    #buttons-produit a:last-of-type {
      margin-left: 1em; }
      @media (max-width: 991px) {
        #buttons-produit a:last-of-type {
          margin-left: 0;
          margin-top: 10px;
		  } }

#video-produit .iframe-embed {
  margin: 0; }

#content-produit {
  background-color: #fff;
  padding: 3em 7em; }
  @media (min-width: 768px) and (max-width: 991px) {
    #content-produit {
      padding: 3em 4em; } }
  @media (max-width: 767px) {
    #content-produit {
      padding: 2em 1em; } }

#header-fonctionnalite, #header-solutions, #header-equipe {
  padding-top: 4em; }
  #header-fonctionnalite .title, #header-solutions .title, #header-equipe .title {
    text-align: center; }
  #header-fonctionnalite .subtitle, #header-solutions .subtitle, #header-equipe .subtitle {
    text-align: center;
    padding: 0.5em 0 1.4em; }

#bc-wrapper-fonctionnalite {
  position: relative;
  background-color: #ECECEC; }
  #bc-wrapper-fonctionnalite:before, #bc-wrapper-fonctionnalite:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 260px;
    background-color: #F5F5F5;
    z-index: 1; }
  #bc-wrapper-fonctionnalite:before {
    top: 0; }
  #bc-wrapper-fonctionnalite:after {
    bottom: 0;
    height: 220px; }
  #bc-wrapper-fonctionnalite > .container {
    z-index: 2; }

#blocs-fonctionnalite {
  display: flex;
  flex-wrap: wrap; }
  #blocs-fonctionnalite .hover-content {
    transition: opacity 0.5s;
    opacity: 0;
    height: 0;
    overflow: hidden; }
    #blocs-fonctionnalite .hover-content .title {
      padding-bottom: 0.7em; }
  #blocs-fonctionnalite .bloc-fonctionnalite {
    width: 33.333333%;
    background-color: #002c40;
    padding: 8em 4.5em;
    transition: 0.5s all;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      #blocs-fonctionnalite .bloc-fonctionnalite {
        width: 100%;
        padding: 6em 3em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #blocs-fonctionnalite .bloc-fonctionnalite {
        padding: 8em 2em; } }
    #blocs-fonctionnalite .bloc-fonctionnalite > div:last-of-type {
      transition: opacity 0.5s; }
    #blocs-fonctionnalite .bloc-fonctionnalite .gdescription {
      line-height: 1.5em; }
      @media (min-width: 768px) and (max-width: 991px) {
        #blocs-fonctionnalite .bloc-fonctionnalite .gdescription {
          font-size: 0.9em; } }
    #blocs-fonctionnalite .bloc-fonctionnalite * {
      color: #fff; }
    #blocs-fonctionnalite .bloc-fonctionnalite:nth-child(2n) {
      background-color: #003c57; }
    #blocs-fonctionnalite .bloc-fonctionnalite img {
      width: 80px; }
      @media (max-width: 767px) {
        #blocs-fonctionnalite .bloc-fonctionnalite img {
          width: 100px; } }
    #blocs-fonctionnalite .bloc-fonctionnalite:hover > div:last-of-type {
      opacity: 0; }
    #blocs-fonctionnalite .bloc-fonctionnalite:hover .hover-content {
      opacity: 1;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1em 3em;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        #blocs-fonctionnalite .bloc-fonctionnalite:hover .hover-content {
          padding: 1em; } }

#content-fonctionnalite {
  background-color: #fff;
  text-align: center;
  padding: 6em 7em; }
  @media (max-width: 767px) {
    #content-fonctionnalite {
      padding: 2em 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #content-fonctionnalite {
      padding: 3em 4em; } }
  #content-fonctionnalite .title {
    color: #002c40; }
  #content-fonctionnalite .subtitle {
    padding: 0.5em 0 1.4em; }
  #content-fonctionnalite .content-avantage * {
    text-align: center; }
  #content-fonctionnalite .btn:first-of-type {
    color: #002c40;
    border: #002c40 2px solid; }

#product-slide-wrapper {
  position: relative;
  padding: 5em 0; }
  @media (max-width: 767px) {
    #product-slide-wrapper .cslide div {
      border: none; } }
  #product-slide-wrapper .carrow {
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      #product-slide-wrapper .carrow {
        display: none; } }
    #product-slide-wrapper .carrow.slick-prev {
      left: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #product-slide-wrapper .carrow.slick-prev {
          left: 18px; } }
    #product-slide-wrapper .carrow.slick-next {
      right: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #product-slide-wrapper .carrow.slick-next {
          right: 18px; } }

#product-slide {
  transform: translateY(0); }

#principales-fonctionnalites {
  background-color: #fff;
  padding: 6em 7em 0; }
  @media (max-width: 767px) {
    #principales-fonctionnalites {
      padding: 2em 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #principales-fonctionnalites {
      padding: 3em 4em; } }
  #principales-fonctionnalites > .title {
    text-align: center; }

#wrapper-principales-fonctionnalites {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4em; }
  @media (max-width: 767px) {
    #wrapper-principales-fonctionnalites {
      padding-top: 1em; } }
  #wrapper-principales-fonctionnalites .principale-fonctionnalite {
    padding: 2em 0 1em;
    width: 48%;
    border-bottom: 1px solid #DDDDDD; }
    @media (max-width: 991px) {
      #wrapper-principales-fonctionnalites .principale-fonctionnalite {
        width: 100%; } }
    #wrapper-principales-fonctionnalites .principale-fonctionnalite .title {
      font-size: 24px;
      color: #002c40;
      padding-bottom: 0.5em; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #wrapper-principales-fonctionnalites .principale-fonctionnalite .title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        #wrapper-principales-fonctionnalites .principale-fonctionnalite .title {
          font-size: 19px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #wrapper-principales-fonctionnalites .principale-fonctionnalite .title {
          font-size: 22px; } }
    #wrapper-principales-fonctionnalites .principale-fonctionnalite .gdescription {
      font-size: 1.2em;
      line-height: 1.3em; }

#header-page-client {
  padding: 2.5em 0 4em; }

#main-pageclient {
  background-color: #002c40;
  padding: 2em; }
  #main-pageclient > div:first-of-type {
    padding: 4em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    @media (max-width: 767px) {
      #main-pageclient > div:first-of-type {
        padding: 0 0 2em; } }
  #main-pageclient .entry-content {
    color: #fff;
    font-size: 18px;
    line-height: 1.3em; }
    #main-pageclient .entry-content p {
      padding: 0; }
      @media (max-width: 767px) {
        #main-pageclient .entry-content p {
          font-size: 0.8em; } }
    #main-pageclient .entry-content * {
      text-align: center; }

#contain-client-logos .client-img {
  text-align: center; }
  #contain-client-logos .client-img img:hover {
    cursor: pointer;
    opacity: 0.7; }

@media (max-width: 1199px) {
  #contain-client-logos img {
    width: 100%; } }

#temoignages-page-client {
  padding: 5em 0 2em; }
  #temoignages-page-client > div:first-of-type {
    text-align: center; }
  #temoignages-page-client .temoignages {
    padding: 3em 6em; }
    #temoignages-page-client .temoignages > div {
      margin-bottom: 2.5em; }
      #temoignages-page-client .temoignages > div > div:first-of-type {
        width: 20%;
        text-align: right;
        padding-right: 2em; }
        @media (max-width: 1199px) {
          #temoignages-page-client .temoignages > div > div:first-of-type img {
            width: 100%;
            height: auto; } }
        @media (max-width: 767px) {
          #temoignages-page-client .temoignages > div > div:first-of-type {
            width: 27%;
            padding-right: 0.6em; } }
      #temoignages-page-client .temoignages > div > div:last-of-type {
        width: 80%; }
        @media (max-width: 767px) {
          #temoignages-page-client .temoignages > div > div:last-of-type {
            padding: 2em 1em;
            width: 73%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #temoignages-page-client .temoignages {
        padding: 3em 2em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #temoignages-page-client .temoignages {
        padding: 3em 0; } }
    @media (max-width: 767px) {
      #temoignages-page-client .temoignages {
        padding: 4em 0 1em; } }

.modals {
  padding: 2em 3em 2.5em 2em;
  width: 72%; }
  .modals .modal-wrap {
    display: flex; }
    .modals .modal-wrap > div:first-of-type {
      width: 17%;
      border-right: 1px solid #ddd;
      margin-right: 3em;
      text-align: center; }
    .modals .modal-wrap > div:last-of-type {
      width: 83%;
      line-height: 1.42em;
      padding: 1em 0; }
    .modals .modal-wrap h1, .modals .modal-wrap h2, .modals .modal-wrap h3, .modals .modal-wrap h4 {
      color: #002c40;
      line-height: 1em; }
    @media (min-width: 768px) and (max-width: 991px) {
      .modals .modal-wrap > div:first-of-type {
        width: 28%; }
      .modals .modal-wrap > div:last-of-type {
        width: 72%; } }
    @media (max-width: 767px) {
      .modals .modal-wrap {
        flex-direction: column; }
        .modals .modal-wrap > div:first-of-type {
          width: 100%;
          border: none;
          margin: 0;
          text-align: center; }
        .modals .modal-wrap > div:last-of-type {
          width: 100%; } }
  .modals.nocontent {
    width: auto;
    padding: 1em; }
    .modals.nocontent .modal-wrap > div:first-of-type {
      width: 100%;
      border: none;
      margin: 0;
      text-align: center; }
    .modals.nocontent .modal-wrap > div:last-of-type {
      display: none;
      padding: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .modals {
      width: 93%; } }
  @media (max-width: 991px) {
    .modals {
      width: 100%; } }

#wrapper-head-fiche {
  padding-top: 2em;
  z-index: 5; }
  #wrapper-head-fiche > .row {
    display: flex; }
  @media (min-width: 768px) and (max-width: 991px) {
    #wrapper-head-fiche > .row {
      display: block; } }
  @media (max-width: 767px) {
    #wrapper-head-fiche {
      padding-top: 0; }
      #wrapper-head-fiche > .row {
        display: block; } }

#form-fiche-bloc {
  background-color: #fff; }

#fiche-illustration {
  padding: 2em 2em; }
  @media (max-width: 767px) {
    #fiche-illustration {
      padding: 2em 1em 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #fiche-illustration {
      padding: 2em 2em 1em } }
  #fiche-illustration * {
    color: #fff;
    list-style: inside;}
  #fiche-illustration .subtitle {
    font-size: 24px;
    padding: 0.4em 0 0.5em; }
    @media (max-width: 767px) {
      #fiche-illustration .subtitle {
        font-size: 18px;
        line-height: 1.3em; } }
  #fiche-illustration .description-fiche {
    line-height: 1.3em; }
    @media (max-width: 767px) {
      #fiche-illustration .description-fiche {
        font-size: 0.97em; } }

#wrap-fiche-form {
  padding: 4em 2em; }
  @media (max-width: 767px) {
    #wrap-fiche-form {
      padding: 2.5em 0.9em; } }
  #wrap-fiche-form .title {
    font-size: 24px;
    color: #002c40;
    padding-bottom: 0.8em; }

#fiche-form .gfield_label {
  color: #002c40;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px;
  margin-top: 14px; }

#fiche-form input[type="text"] {
  padding: 6px !important;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  box-shadow: none; }

#fiche-form input[type="submit"] {
  text-transform: uppercase;
  width: 100%;
  margin-top: 1em;
  font-weight: 700;
  font-size: 14px;
  padding: 0.8em 1.6em;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s; }

#fiche-form .gfield_required {
  display: none; }

#fiche-form .gform_footer {
  padding-top: 2em; }

#bigimg-produit img {
  width: 100%; }

#content-fiche .entry-content {
  padding: 5em 6em; }
  @media (max-width: 767px) {
    #content-fiche .entry-content {
      padding: 2em 1em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #content-fiche .entry-content {
      padding: 3em 2em; } }

@media (min-width: 1450px) {
  #content-fiche {
    position: relative;
    z-index: 2; }
    #content-fiche:after {
      content: '';
      position: absolute;
      top: -60px;
      left: -500px;
      right: 500px;
      width: 200%;
      height: 350px;
      background: #F5F5F5;
      z-index: -1; } }

#content-fiche img {
  max-width: 100%; }

#fiche-header-client {
  text-align: center; }
  #fiche-header-client .subtitle {
    padding: 0.5em 0 1.4em; }

#wrapper-clientcontent-fiche {
  padding: 5em 6em;
  border-top: 1px solid #DDDDDD; }
  @media (max-width: 767px) {
    #wrapper-clientcontent-fiche {
      padding: 5em 0 2em; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #wrapper-clientcontent-fiche {
      padding: 5em 2em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #wrapper-clientcontent-fiche {
      padding: 4em 1em 3em; } }

#fiche-temoignages.temoignages > div > div:first-of-type {
  width: 20%;
  text-align: right;
  padding-right: 2em; }
  @media (max-width: 1199px) {
    #fiche-temoignages.temoignages > div > div:first-of-type img {
      width: 100%;
      height: auto; } }
  @media (max-width: 767px) {
    #fiche-temoignages.temoignages > div > div:first-of-type {
      width: 27%;
      padding-right: 0.6em; } }

#fiche-temoignages.temoignages > div > div:last-of-type {
  width: 80%; }
  @media (max-width: 767px) {
    #fiche-temoignages.temoignages > div > div:last-of-type {
      padding: 2em 1em;
      width: 73%; } }

#fiche-temoignages.temoignages > div .content {
  color: #666;
  line-height: 1.4em;
  font-size: 14px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mm-page__blocker {
  cursor: pointer;
  background-color: rgba(0, 44, 64, 0.4) !important; }

#navmob {
  color: #002c40;
  background-color: #F5F5F5;
  display: none;
  font-size: 1.1em; }
  #navmob .mm-panel {
    padding: 0; }
  #navmob.mm-menu {
    display: block; }
  #navmob .widget a {
    color: #000;
    display: block;
    font-family: "PT Sans Narrow", "Roboto", Arial, sans-serif; }
  #navmob .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5; }
    #navmob .widget ul a {
      display: block;
      padding: 0.5em; }
  #navmob .widget > div > ul > li {
    border-bottom: 1px solid #C3C3C3; }
    #navmob .widget > div > ul > li:first-of-type {
      border-top: 1px solid #C3C3C3; }
    #navmob .widget > div > ul > li > a {
      padding: 0.8em 0 0.8em 1.3em;
      position: relative;
      font-size: 1em;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 700;
      color: #002c40;
      text-transform: uppercase; }
      #navmob .widget > div > ul > li > a:after {
        content: '';
        position: absolute;
        background-image: url(../img/arrow-down.svg);
        width: 12px;
        height: 12px;
        transform: translateY(6px);
        right: 1.3em; }
    #navmob .widget > div > ul > li > ul {
      padding: 0 0 0 2em;
      display: none; }
      #navmob .widget > div > ul > li > ul li:last-of-type > a {
        border: none; }
      #navmob .widget > div > ul > li > ul a {
        padding: 0.7em 0.5em;
        font-size: 0.8em;
        font-family: "Roboto", Arial, sans-serif;
        text-transform: uppercase;
        opacity: 0.9;
        color: #003e5a;
        font-weight: 700;
        border-bottom: 1px solid #C3C3C3; }
  #navmob .widget .menu > li {
    position: relative; }
    #navmob .widget .menu > li > .opened {
      background-color: #002c40;
      color: #fff; }
      #navmob .widget .menu > li > .opened:after {
        background-image: url(../img/arrow-up-white.svg); }
  #navmob .widget .current_page_item > a {
    color: #F7AE32;
    font-weight: 700; }
  #navmob .widget .menu-item-has-children ul {
    background-color: #fff; }
  #navmob .widget li:not(.menu-item-has-children) a:after {
    display: none; }
  #navmob .widget .submenutoggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4em;
    height: 100%;
    z-index: 2;
    cursor: pointer; }

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

#fiche-illustration img{
    width: initial;
    max-width: 100%;
    height: auto;
}