/*
Theme Name: Lato
Theme URI: http://themegravity.com
Author: ThemeGravity
Author URI: http://themegravity.com
Description: Parallax Responsive Multi-Purpose Theme
Version: 2.3
License: GNU General Public License
License URI: license.txt
Text Domain: lato
Tags: light, blue, white, custom-colors, theme-options, post-formats
*/
/**
 * Table of Contents:
 *
 * 1.0  - Reset
 * 2.0  - Base
 * 3.0  - Typography
 * 4.0  - Layout
 * 5.0  - Modules
 *   5.1 - Helper Classes
 *   5.2  - Animation
 *   5.3  - Forms
 *   5.4  - Headings
 *   5.5  - Buttons
 *   5.6  - Alerts
 * 6.0  - Header
 * 7.0  - Pages
 * 8.0  - Posts
 * 9.0  - Footer
 * 10.0 - Variants
 * 11.0 - Media Queries
 *   11.1  - Min Width: 480px
 *   11.2  - Min Width: 768px
 *   11.3  - Min Width: 992px
 *   11.4  - Min Width: 1200px
 * ----------------------------------------------------------------------------
 */
/* Colors */
/* Typography */
/* Grid */
/* Media Queries */
/* Z-index */
/* Header */
/* Navigation */
/* Footer */
/* Forms */
/* Tooltip */
/* Post */
/* Share Buttons */
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 2.0 Base
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: whitesmoke;
  color: #333333;
}

body,
input,
button,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #32bfec;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1296c0;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.wp-smiley {
  margin-bottom: 0 !important;
}

.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.wp-caption img {
  display: block;
  margin-bottom: 10px !important;
}

.wp-video-shortcode,
.wp-audio-shortcode {
  max-width: 100%;
}

.wp-audio-shortcode,
iframe {
  margin-bottom: 21px;
}

iframe {
  border: none;
}

video {
  width: 100% !important;
  height: auto !important;
}

.video-wrapper {
  width: 100%;
  margin-bottom: 21px;
}

.row > .video-wrapper {
    position: absolute;
}

.video-inner {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.video-inner div,
.video-inner object,
.video-inner embed,
.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.custom-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/**
 * 3.0 Typography
 * ----------------------------------------------------------------------------
 */
p {
  margin: 0 0 21px;
}

.lead {
  margin-bottom: 24px;
  font-size: 1.14285714em;
  font-weight: 200;
  line-height: 1.3125em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 21px;
  text-rendering: optimizelegibility;
}
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1 {
  font-size: 2.46153846em;
  line-height: 1.1875em;
  margin-bottom: 0.125em;
}

h2, .h2 {
  font-size: 1.61538462em;
  line-height: 1.33333333em;
  margin-bottom: 0.33333333em;
}

h3, .h3 {
  font-size: 1.38461538em;
  line-height: 1.33333333em;
  margin-bottom: 0.38888889em;
}

h4, .h4 {
  font-size: 1.23076923em;
  line-height: 1.375em;
  margin-bottom: 0.3125em;
}

h5, .h5 {
  font-size: 1.07692308em;
  line-height: 1.5em;
  margin-bottom: 0.35714286em;
}

h6, .h6 {
  font-size: 1.23076923em;
  line-height: 1.5em;
}

h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 600;
}

h2.light, h3.light, h4.light {
  font-weight: 300;
}

h1 small, .h1 small {
  font-size: 1.38461538em;
  line-height: 1.33333333em;
}

h2 small, .h2 small {
  font-size: 0.76190476em;
  line-height: 1.375em;
}

h3 small, .h3 small, h4 small, .h4 small {
  font-size: 1.38461538em;
  line-height: 1.16666667em;
}

h1 + .small {
  font-size: 18px;
}

h2 + .small {
  font-size: 14px;
}

h3 + .small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9.5px;
  border-bottom: 1px solid #eeeeee;
  margin: 42px 0 21px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 21px 15px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

li {
  line-height: 21px;
}

.list-unstyled,
.list-inline,
.list-circle,
.list-square,
.list-star,
.list-check,
.list-arrow,
.list-arrow2,
.list-diamond {
  margin-left: 0;
  list-style: none;
  overflow: hidden;
}

.list-circle li,
.list-square li,
.list-star li,
.list-check li,
.list-arrow li,
.list-arrow2 li,
.list-diamond li {
  position: relative;
  padding-left: 20px;
}
.list-circle li:before,
.list-square li:before,
.list-star li:before,
.list-check li:before,
.list-arrow li:before,
.list-arrow2 li:before,
.list-diamond li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(img/list-sprite.png) -20px center no-repeat;
}

.list-circle li:before {
  top: 7px;
}

.list-square li:before {
  top: 7px;
  background-position: 0 0;
}

.list-diamond li:before {
  top: 7px;
  background-position: -40px 0;
}

.list-check li:before {
  background-position: -60px 0;
}

.list-arrow li:before {
  background-position: -80px 0;
}

.list-arrow2 li:before {
  top: 7px;
  background-position: -100px 0;
}

.list-star li:before {
  background-position: -120px 0;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 21px;
}

dt, dd {
  line-height: 21px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before, .dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid transparent;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 18px;
  border-left: 2px solid #32bfec;
  margin: 0 0 21px;
  font-size: 1.23076923em;
  font-weight: 300;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.14285714em;
  line-height: 1.5em;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #32bfec;
  border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right:before {
  content: '';
}
blockquote.pull-right:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px;
}

/**
 * Table
 * ----------------------------------------------------------------------------
 */
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 21px;
}

.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: 21px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
  background-color: #fafafa;
}

.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 #dddddd;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col.column {
  float: none;
  display: table-column;
}

table td.column,
table th.column {
  float: none;
  display: table-cell;
}

/**
 * Icons
 * ----------------------------------------------------------------------------
 */
/**
 * Font Awesome by Dave Gandy
 * Licence: SIL OFL 1.1
 * 
 * @see http://fontawesome.io
 */
/**
 * Linecons by Designmodo
 * Licence: CC BY-SA 3.0
 * 
 * @see http://designmodo.com/linecons-free/
 */
@font-face {
  font-family: 'icons';
  src: url("css/fonts/icons.eot");
  src: url("css/fonts/icons.eot?#iefix") format("embedded-opentype"), url("css/fonts/icons.woff") format("woff"), url("css/fonts/icons.ttf") format("truetype"), url("css/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before,
.nav-icon-glass > a:before {
  content: "\e605";
}

.icon-music:before,
.nav-icon-music > a:before {
  content: "\e606";
}

.icon-search:before,
.nav-icon-search > a:before {
  content: "\e607";
}

.icon-envelope:before,
.nav-icon-envelope > a:before {
  content: "\e604";
}

.icon-heart:before,
.nav-icon-heart > a:before {
  content: "\e600";
}

.icon-star:before,
.nav-icon-star > a:before {
  content: "\e608";
}

.icon-star-empty:before,
.nav-icon-star-empty > a:before {
  content: "\e609";
}

.icon-user:before,
.nav-icon-user > a:before {
  content: "\e60a";
}

.icon-film:before,
.nav-icon-film > a:before {
  content: "\e60b";
}

.icon-th-large:before,
.nav-icon-th-large > a:before {
  content: "\e60c";
}

.icon-th:before,
.nav-icon-th > a:before {
  content: "\e60d";
}

.icon-th-list:before,
.nav-icon-th-list > a:before {
  content: "\e60e";
}

.icon-ok:before,
.nav-icon-ok > a:before {
  content: "\e60f";
}

.icon-remove:before,
.nav-icon-remove > a:before {
  content: "\e610";
}

.icon-zoom-in:before,
.nav-icon-zoom-in > a:before {
  content: "\e611";
}

.icon-zoom-out:before,
.nav-icon-zoom-out > a:before {
  content: "\e612";
}

.icon-off:before,
.nav-icon-off > a:before {
  content: "\e613";
}

.icon-signal:before,
.nav-icon-signal > a:before {
  content: "\e614";
}

.icon-cog:before,
.nav-icon-cog > a:before {
  content: "\e615";
}

.icon-trash:before,
.nav-icon-trash > a:before {
  content: "\e616";
}

.icon-home:before,
.nav-icon-home > a:before {
  content: "\e617";
}

.icon-file:before,
.nav-icon-file > a:before {
  content: "\e601";
}

.icon-time:before,
.nav-icon-time > a:before {
  content: "\e618";
}

.icon-road:before,
.nav-icon-road > a:before {
  content: "\e619";
}

.icon-download-alt:before,
.nav-icon-download-alt > a:before {
  content: "\e602";
}

.icon-download:before,
.nav-icon-download > a:before {
  content: "\e61a";
}

.icon-upload:before,
.nav-icon-upload > a:before {
  content: "\e61b";
}

.icon-inbox:before,
.nav-icon-inbox > a:before {
  content: "\e61c";
}

.icon-play-circle:before,
.nav-icon-play-circle > a:before {
  content: "\e61d";
}

.icon-repeat:before,
.nav-icon-repeat > a:before {
  content: "\e61e";
}

.icon-refresh:before,
.nav-icon-refresh > a:before {
  content: "\e61f";
}

.icon-list-alt:before,
.nav-icon-list-alt > a:before {
  content: "\e620";
}

.icon-lock:before,
.nav-icon-lock > a:before {
  content: "\e621";
}

.icon-flag:before,
.nav-icon-flag > a:before {
  content: "\e622";
}

.icon-headphones:before,
.nav-icon-headphones > a:before {
  content: "\e623";
}

.icon-volume-off:before,
.nav-icon-volume-off > a:before {
  content: "\e624";
}

.icon-volume-down:before,
.nav-icon-volume-down > a:before {
  content: "\e625";
}

.icon-volume-up:before,
.nav-icon-volume-up > a:before {
  content: "\e626";
}

.icon-qrcode:before,
.nav-icon-qrcode > a:before {
  content: "\e627";
}

.icon-barcode:before,
.nav-icon-barcode > a:before {
  content: "\e628";
}

.icon-tag:before,
.nav-icon-tag > a:before {
  content: "\e629";
}

.icon-tags:before,
.nav-icon-tags > a:before {
  content: "\e62a";
}

.icon-book:before,
.nav-icon-book > a:before {
  content: "\e62b";
}

.icon-bookmark:before,
.nav-icon-bookmark > a:before {
  content: "\e62c";
}

.icon-print:before,
.nav-icon-print > a:before {
  content: "\e62d";
}

.icon-camera:before,
.nav-icon-camera > a:before {
  content: "\e62e";
}

.icon-font:before,
.nav-icon-font > a:before {
  content: "\e62f";
}

.icon-bold:before,
.nav-icon-bold > a:before {
  content: "\e630";
}

.icon-italic:before,
.nav-icon-italic > a:before {
  content: "\e631";
}

.icon-text-height:before,
.nav-icon-text-height > a:before {
  content: "\e632";
}

.icon-text-width:before,
.nav-icon-text-width > a:before {
  content: "\e633";
}

.icon-align-left:before,
.nav-icon-align-left > a:before {
  content: "\e634";
}

.icon-align-center:before,
.nav-icon-align-center > a:before {
  content: "\e635";
}

.icon-align-right:before,
.nav-icon-align-right > a:before {
  content: "\e636";
}

.icon-align-justify:before,
.nav-icon-align-justify > a:before {
  content: "\e637";
}

.icon-list:before,
.nav-icon-list > a:before {
  content: "\e638";
}

.icon-indent-left:before,
.nav-icon-indent-left > a:before {
  content: "\e639";
}

.icon-indent-right:before,
.nav-icon-indent-right > a:before {
  content: "\e63a";
}

.icon-facetime-video:before,
.nav-icon-facetime-video > a:before {
  content: "\e63b";
}

.icon-picture:before,
.nav-icon-picture > a:before {
  content: "\e63c";
}

.icon-pencil:before,
.nav-icon-pencil > a:before {
  content: "\e63d";
}

.icon-map-marker:before,
.nav-icon-map-marker > a:before {
  content: "\e63e";
}

.icon-adjust:before,
.nav-icon-adjust > a:before {
  content: "\e63f";
}

.icon-tint:before,
.nav-icon-tint > a:before {
  content: "\e640";
}

.icon-edit:before,
.nav-icon-edit > a:before {
  content: "\e641";
}

.icon-share:before,
.nav-icon-share > a:before {
  content: "\e642";
}

.icon-check:before,
.nav-icon-check > a:before {
  content: "\e643";
}

.icon-move:before,
.nav-icon-move > a:before {
  content: "\e644";
}

.icon-step-backward:before,
.nav-icon-step-backward > a:before {
  content: "\e645";
}

.icon-fast-backward:before,
.nav-icon-fast-backward > a:before {
  content: "\e646";
}

.icon-backward:before,
.nav-icon-backward > a:before {
  content: "\e647";
}

.icon-play:before,
.nav-icon-play > a:before {
  content: "\e648";
}

.icon-pause:before,
.nav-icon-pause > a:before {
  content: "\e649";
}

.icon-stop:before,
.nav-icon-stop > a:before {
  content: "\e64a";
}

.icon-forward:before,
.nav-icon-forward > a:before {
  content: "\e64b";
}

.icon-fast-forward:before,
.nav-icon-fast-forward > a:before {
  content: "\e64c";
}

.icon-step-forward:before,
.nav-icon-step-forward > a:before {
  content: "\e64d";
}

.icon-eject:before,
.nav-icon-eject > a:before {
  content: "\e64e";
}

.icon-chevron-left:before,
.nav-icon-chevron-left > a:before {
  content: "\e64f";
}

.icon-chevron-right:before,
.nav-icon-chevron-right > a:before {
  content: "\e650";
}

.icon-plus-sign:before,
.nav-icon-plus-sign > a:before {
  content: "\e651";
}

.icon-minus-sign:before,
.nav-icon-minus-sign > a:before {
  content: "\e652";
}

.icon-remove-sign:before,
.nav-icon-remove-sign > a:before {
  content: "\e653";
}

.icon-ok-sign:before,
.nav-icon-ok-sign > a:before {
  content: "\e654";
}

.icon-question-sign:before,
.nav-icon-question-sign > a:before {
  content: "\e655";
}

.icon-info-sign:before,
.nav-icon-info-sign > a:before {
  content: "\e656";
}

.icon-screenshot:before,
.nav-icon-screenshot > a:before {
  content: "\e657";
}

.icon-remove-circle:before,
.nav-icon-remove-circle > a:before {
  content: "\e658";
}

.icon-ok-circle:before,
.nav-icon-ok-circle > a:before {
  content: "\e659";
}

.icon-ban-circle:before,
.nav-icon-ban-circle > a:before {
  content: "\e65a";
}

.icon-arrow-left:before,
.nav-icon-arrow-left > a:before {
  content: "\e65b";
}

.icon-arrow-right:before,
.nav-icon-arrow-right > a:before {
  content: "\e65c";
}

.icon-arrow-up:before,
.nav-icon-arrow-up > a:before {
  content: "\e65d";
}

.icon-arrow-down:before,
.nav-icon-arrow-down > a:before {
  content: "\e65e";
}

.icon-share-alt:before,
.nav-icon-share-alt > a:before {
  content: "\e65f";
}

.icon-resize-full:before,
.nav-icon-resize-full > a:before {
  content: "\e660";
}

.icon-resize-small:before,
.nav-icon-resize-small > a:before {
  content: "\e661";
}

.icon-plus:before,
.nav-icon-plus > a:before {
  content: "\e662";
}

.icon-minus:before,
.nav-icon-minus > a:before {
  content: "\e663";
}

.icon-asterisk:before,
.nav-icon-asterisk > a:before {
  content: "\e664";
}

.icon-exclamation-sign:before,
.nav-icon-exclamation-sign > a:before {
  content: "\e665";
}

.icon-gift:before,
.nav-icon-gift > a:before {
  content: "\e666";
}

.icon-leaf:before,
.nav-icon-leaf > a:before {
  content: "\e667";
}

.icon-fire:before,
.nav-icon-fire > a:before {
  content: "\e668";
}

.icon-eye-open:before,
.nav-icon-eye-open > a:before {
  content: "\e669";
}

.icon-eye-close:before,
.nav-icon-eye-close > a:before {
  content: "\e66a";
}

.icon-warning-sign:before,
.nav-icon-warning-sign > a:before {
  content: "\e66b";
}

.icon-plane:before,
.nav-icon-plane > a:before {
  content: "\e66c";
}

.icon-calendar:before,
.nav-icon-calendar > a:before {
  content: "\e66d";
}

.icon-random:before,
.nav-icon-random > a:before {
  content: "\e66e";
}

.icon-comment:before,
.nav-icon-comment > a:before {
  content: "\e66f";
}

.icon-magnet:before,
.nav-icon-magnet > a:before {
  content: "\e670";
}

.icon-chevron-up:before,
.nav-icon-chevron-up > a:before {
  content: "\e671";
}

.icon-chevron-down:before,
.nav-icon-chevron-down > a:before {
  content: "\e672";
}

.icon-retweet:before,
.nav-icon-retweet > a:before {
  content: "\e673";
}

.icon-shopping-cart:before,
.nav-icon-shopping-cart > a:before {
  content: "\e674";
}

.icon-folder-close:before,
.nav-icon-folder-close > a:before {
  content: "\e675";
}

.icon-folder-open:before,
.nav-icon-folder-open > a:before {
  content: "\e676";
}

.icon-resize-vertical:before,
.nav-icon-resize-vertical > a:before {
  content: "\e677";
}

.icon-resize-horizontal:before,
.nav-icon-resize-horizontal > a:before {
  content: "\e678";
}

.icon-bar-chart:before,
.nav-icon-bar-chart > a:before {
  content: "\e679";
}

.icon-twitter-sign:before,
.nav-icon-twitter-sign > a:before {
  content: "\e67a";
}

.icon-facebook-sign:before,
.nav-icon-facebook-sign > a:before {
  content: "\e67b";
}

.icon-camera-retro:before,
.nav-icon-camera-retro > a:before {
  content: "\e67c";
}

.icon-key:before,
.nav-icon-key > a:before {
  content: "\e67d";
}

.icon-cogs:before,
.nav-icon-cogs > a:before {
  content: "\e67e";
}

.icon-comments:before,
.nav-icon-comments > a:before {
  content: "\e67f";
}

.icon-thumbs-up:before,
.nav-icon-thumbs-up > a:before {
  content: "\e680";
}

.icon-thumbs-down:before,
.nav-icon-thumbs-down > a:before {
  content: "\e681";
}

.icon-star-half:before,
.nav-icon-star-half > a:before {
  content: "\e682";
}

.icon-heart-empty:before,
.nav-icon-heart-empty > a:before {
  content: "\e683";
}

.icon-signout:before,
.nav-icon-signout > a:before {
  content: "\e684";
}

.icon-linkedin-sign:before,
.nav-icon-linkedin-sign > a:before {
  content: "\e685";
}

.icon-pushpin:before,
.nav-icon-pushpin > a:before {
  content: "\e686";
}

.icon-external-link:before,
.nav-icon-external-link > a:before {
  content: "\e687";
}

.icon-signin:before,
.nav-icon-signin > a:before {
  content: "\e688";
}

.icon-trophy:before,
.nav-icon-trophy > a:before {
  content: "\e689";
}

.icon-github-sign:before,
.nav-icon-github-sign > a:before {
  content: "\e68a";
}

.icon-upload-alt:before,
.nav-icon-upload-alt > a:before {
  content: "\e68b";
}

.icon-lemon:before,
.nav-icon-lemon > a:before {
  content: "\e68c";
}

.icon-phone:before,
.nav-icon-phone > a:before {
  content: "\e603";
}

.icon-check-empty:before,
.nav-icon-check-empty > a:before {
  content: "\e68d";
}

.icon-bookmark-empty:before,
.nav-icon-bookmark-empty > a:before {
  content: "\e68e";
}

.icon-phone-sign:before,
.nav-icon-phone-sign > a:before {
  content: "\e68f";
}

.icon-twitter:before,
.nav-icon-twitter > a:before {
  content: "\e690";
}

.icon-facebook:before,
.nav-icon-facebook > a:before {
  content: "\e691";
}

.icon-github:before,
.nav-icon-github > a:before {
  content: "\e692";
}

.icon-unlock:before,
.nav-icon-unlock > a:before {
  content: "\e693";
}

.icon-credit:before,
.nav-icon-credit > a:before {
  content: "\e694";
}

.icon-rss:before,
.nav-icon-rss > a:before {
  content: "\e695";
}

.icon-hdd:before,
.nav-icon-hdd > a:before {
  content: "\e696";
}

.icon-bullhorn:before,
.nav-icon-bullhorn > a:before {
  content: "\e697";
}

.icon-bell:before,
.nav-icon-bell > a:before {
  content: "\e698";
}

.icon-certificate:before,
.nav-icon-certificate > a:before {
  content: "\e699";
}

.icon-hand-right:before,
.nav-icon-hand-right > a:before {
  content: "\e69a";
}

.icon-hand-left:before,
.nav-icon-hand-left > a:before {
  content: "\e69b";
}

.icon-hand-up:before,
.nav-icon-hand-up > a:before {
  content: "\e69c";
}

.icon-hand-down:before,
.nav-icon-hand-down > a:before {
  content: "\e69d";
}

.icon-circle-arrow-left:before,
.nav-icon-circle-arrow-left > a:before {
  content: "\e69e";
}

.icon-circle-arrow-right:before,
.nav-icon-circle-arrow-right > a:before {
  content: "\e69f";
}

.icon-circle-arrow-up:before,
.nav-icon-circle-arrow-up > a:before {
  content: "\e6a0";
}

.icon-circle-arrow-down:before,
.nav-icon-circle-arrow-down > a:before {
  content: "\e6a1";
}

.icon-globe:before,
.nav-icon-globe > a:before {
  content: "\e6a2";
}

.icon-wrench:before,
.nav-icon-wrench > a:before {
  content: "\e6a3";
}

.icon-tasks:before,
.nav-icon-tasks > a:before {
  content: "\e6a4";
}

.icon-filter:before,
.nav-icon-filter > a:before {
  content: "\e6a5";
}

.icon-briefcase:before,
.nav-icon-briefcase > a:before {
  content: "\e6a6";
}

.icon-fullscreen:before,
.nav-icon-fullscreen > a:before {
  content: "\e6a7";
}

.icon-group:before,
.nav-icon-group > a:before {
  content: "\e6a8";
}

.icon-link:before,
.nav-icon-link > a:before {
  content: "\e6a9";
}

.icon-cloud:before,
.nav-icon-cloud > a:before {
  content: "\e6aa";
}

.icon-beaker:before,
.nav-icon-beaker > a:before {
  content: "\e6ab";
}

.icon-cut:before,
.nav-icon-cut > a:before {
  content: "\e6ac";
}

.icon-copy:before,
.nav-icon-copy > a:before {
  content: "\e6ad";
}

.icon-paper-clip:before,
.nav-icon-paper-clip > a:before {
  content: "\e6ae";
}

.icon-save:before,
.nav-icon-save > a:before {
  content: "\e6af";
}

.icon-sign-blank:before,
.nav-icon-sign-blank > a:before {
  content: "\e6b0";
}

.icon-reorder:before,
.nav-icon-reorder > a:before {
  content: "\e6b1";
}

.icon-list-ul:before,
.nav-icon-list-ul > a:before {
  content: "\e6b2";
}

.icon-list-ol:before,
.nav-icon-list-ol > a:before {
  content: "\e6b3";
}

.icon-strikethrough:before,
.nav-icon-strikethrough > a:before {
  content: "\e6b4";
}

.icon-underline:before,
.nav-icon-underline > a:before {
  content: "\e6b5";
}

.icon-table:before,
.nav-icon-table > a:before {
  content: "\e6b6";
}

.icon-magic:before,
.nav-icon-magic > a:before {
  content: "\e6b7";
}

.icon-truck:before,
.nav-icon-truck > a:before {
  content: "\e6b8";
}

.icon-pinterest:before,
.nav-icon-pinterest > a:before {
  content: "\e6b9";
}

.icon-pinterest-sign:before,
.nav-icon-pinterest-sign > a:before {
  content: "\e6ba";
}

.icon-google-plus-sign:before,
.nav-icon-google-plus-sign > a:before {
  content: "\e6bb";
}

.icon-google-plus:before,
.nav-icon-google-plus > a:before {
  content: "\e6bc";
}

.icon-money:before,
.nav-icon-money > a:before {
  content: "\e6bd";
}

.icon-caret-down:before,
.nav-icon-caret-down > a:before {
  content: "\e6be";
}

.icon-caret-up:before,
.nav-icon-caret-up > a:before {
  content: "\e6bf";
}

.icon-caret-left:before,
.nav-icon-caret-left > a:before {
  content: "\e6c0";
}

.icon-caret-right:before,
.nav-icon-caret-right > a:before {
  content: "\e6c1";
}

.icon-columns:before,
.nav-icon-columns > a:before {
  content: "\e6c2";
}

.icon-sort:before,
.nav-icon-sort > a:before {
  content: "\e6c3";
}

.icon-sort-down:before,
.nav-icon-sort-down > a:before {
  content: "\e6c4";
}

.icon-sort-up:before,
.nav-icon-sort-up > a:before {
  content: "\e6c5";
}

.icon-envelope-alt:before,
.nav-icon-envelope-alt > a:before {
  content: "\e6c6";
}

.icon-linkedin:before,
.nav-icon-linkedin > a:before {
  content: "\e6c7";
}

.icon-undo:before,
.nav-icon-undo > a:before {
  content: "\e6c8";
}

.icon-legal:before,
.nav-icon-legal > a:before {
  content: "\e6c9";
}

.icon-dashboard:before,
.nav-icon-dashboard > a:before {
  content: "\e6ca";
}

.icon-comment-alt:before,
.nav-icon-comment-alt > a:before {
  content: "\e6cb";
}

.icon-comments-alt:before,
.nav-icon-comments-alt > a:before {
  content: "\e6cc";
}

.icon-bolt:before,
.nav-icon-bolt > a:before {
  content: "\e6cd";
}

.icon-sitemap:before,
.nav-icon-sitemap > a:before {
  content: "\e6ce";
}

.icon-umbrella:before,
.nav-icon-umbrella > a:before {
  content: "\e6cf";
}

.icon-paste:before,
.nav-icon-paste > a:before {
  content: "\e6d0";
}

.icon-lightbulb:before,
.nav-icon-lightbulb > a:before {
  content: "\e6d1";
}

.icon-exchange:before,
.nav-icon-exchange > a:before {
  content: "\e6d2";
}

.icon-cloud-download:before,
.nav-icon-cloud-download > a:before {
  content: "\e6d3";
}

.icon-cloud-upload:before,
.nav-icon-cloud-upload > a:before {
  content: "\e6d4";
}

.icon-user-md:before,
.nav-icon-user-md > a:before {
  content: "\e6d5";
}

.icon-stethoscope:before,
.nav-icon-stethoscope > a:before {
  content: "\e6d6";
}

.icon-suitcase:before,
.nav-icon-suitcase > a:before {
  content: "\e6d7";
}

.icon-bell-alt:before,
.nav-icon-bell-alt > a:before {
  content: "\e6d8";
}

.icon-coffee:before,
.nav-icon-coffee > a:before {
  content: "\e6d9";
}

.icon-food:before,
.nav-icon-food > a:before {
  content: "\e6da";
}

.icon-file-alt:before,
.nav-icon-file-alt > a:before {
  content: "\e6db";
}

.icon-building:before,
.nav-icon-building > a:before {
  content: "\e6dc";
}

.icon-hospital:before,
.nav-icon-hospital > a:before {
  content: "\e6dd";
}

.icon-ambulance:before,
.nav-icon-ambulance > a:before {
  content: "\e6de";
}

.icon-medkit:before,
.nav-icon-medkit > a:before {
  content: "\e6df";
}

.icon-fighter-jet:before,
.nav-icon-fighter-jet > a:before {
  content: "\e6e0";
}

.icon-beer:before,
.nav-icon-beer > a:before {
  content: "\e6e1";
}

.icon-h-sign:before,
.nav-icon-h-sign > a:before {
  content: "\e6e2";
}

.icon-plus-sign2:before,
.nav-icon-plus-sign2 > a:before {
  content: "\e6e3";
}

.icon-double-angle-left:before,
.nav-icon-double-angle-left > a:before {
  content: "\e6e4";
}

.icon-double-angle-right:before,
.nav-icon-double-angle-right > a:before {
  content: "\e6e5";
}

.icon-double-angle-up:before,
.nav-icon-double-angle-up > a:before {
  content: "\e6e6";
}

.icon-double-angle-down:before,
.nav-icon-double-angle-down > a:before {
  content: "\e6e7";
}

.icon-angle-left:before,
.nav-icon-angle-left > a:before {
  content: "\e6e8";
}

.icon-angle-right:before,
.nav-icon-angle-right > a:before {
  content: "\e6e9";
}

.icon-angle-up:before,
.nav-icon-angle-up > a:before {
  content: "\e6ea";
}

.icon-angle-down:before,
.nav-icon-angle-down > a:before {
  content: "\e6eb";
}

.icon-desktop:before,
.nav-icon-desktop > a:before {
  content: "\e6ec";
}

.icon-laptop:before,
.nav-icon-laptop > a:before {
  content: "\e6ed";
}

.icon-tablet:before,
.nav-icon-tablet > a:before {
  content: "\e6ee";
}

.icon-mobile:before,
.nav-icon-mobile > a:before {
  content: "\e6ef";
}

.icon-circle-blank:before,
.nav-icon-circle-blank > a:before {
  content: "\e6f0";
}

.icon-quote-left:before,
.nav-icon-quote-left > a:before {
  content: "\e6f1";
}

.icon-quote-right:before,
.nav-icon-quote-right > a:before {
  content: "\e6f2";
}

.icon-spinner:before,
.nav-icon-spinner > a:before {
  content: "\e6f3";
}

.icon-circle:before,
.nav-icon-circle > a:before {
  content: "\e6f4";
}

.icon-reply:before,
.nav-icon-reply > a:before {
  content: "\e6f5";
}

.icon-github-alt:before,
.nav-icon-github-alt > a:before {
  content: "\e6f6";
}

.icon-folder-close-alt:before,
.nav-icon-folder-close-alt > a:before {
  content: "\e6f7";
}

.icon-folder-open-alt:before,
.nav-icon-folder-open-alt > a:before {
  content: "\e6f8";
}

.icon-expand-alt:before,
.nav-icon-expand-alt > a:before {
  content: "\e6f9";
}

.icon-collapse-alt:before,
.nav-icon-collapse-alt > a:before {
  content: "\e6fa";
}

.icon-smile:before,
.nav-icon-smile > a:before {
  content: "\e6fb";
}

.icon-frown:before,
.nav-icon-frown > a:before {
  content: "\e6fc";
}

.icon-meh:before,
.nav-icon-meh > a:before {
  content: "\e6fd";
}

.icon-gamepad:before,
.nav-icon-gamepad > a:before {
  content: "\e6fe";
}

.icon-keyboard:before,
.nav-icon-keyboard > a:before {
  content: "\e6ff";
}

.icon-flag-alt:before,
.nav-icon-flag-alt > a:before {
  content: "\e700";
}

.icon-flag-checkered:before,
.nav-icon-flag-checkered > a:before {
  content: "\e701";
}

.icon-terminal:before,
.nav-icon-terminal > a:before {
  content: "\e702";
}

.icon-code:before,
.nav-icon-code > a:before {
  content: "\e703";
}

.icon-reply-all:before,
.nav-icon-reply-all > a:before {
  content: "\e704";
}

.icon-star-half-full:before,
.nav-icon-star-half-full > a:before {
  content: "\e705";
}

.icon-location-arrow:before,
.nav-icon-location-arrow > a:before {
  content: "\e706";
}

.icon-crop:before,
.nav-icon-crop > a:before {
  content: "\e707";
}

.icon-code-fork:before,
.nav-icon-code-fork > a:before {
  content: "\e708";
}

.icon-unlink:before,
.nav-icon-unlink > a:before {
  content: "\e709";
}

.icon-question:before,
.nav-icon-question > a:before {
  content: "\e70a";
}

.icon-info:before,
.nav-icon-info > a:before {
  content: "\e70b";
}

.icon-exclamation:before,
.nav-icon-exclamation > a:before {
  content: "\e70c";
}

.icon-superscript:before,
.nav-icon-superscript > a:before {
  content: "\e70d";
}

.icon-subscript:before,
.nav-icon-subscript > a:before {
  content: "\e70e";
}

.icon-eraser:before,
.nav-icon-eraser > a:before {
  content: "\e70f";
}

.icon-puzzle:before,
.nav-icon-puzzle > a:before {
  content: "\e710";
}

.icon-microphone:before,
.nav-icon-microphone > a:before {
  content: "\e711";
}

.icon-microphone-off:before,
.nav-icon-microphone-off > a:before {
  content: "\e712";
}

.icon-shield:before,
.nav-icon-shield > a:before {
  content: "\e713";
}

.icon-calendar-empty:before,
.nav-icon-calendar-empty > a:before {
  content: "\e714";
}

.icon-fire-extinguisher:before,
.nav-icon-fire-extinguisher > a:before {
  content: "\e715";
}

.icon-rocket:before,
.nav-icon-rocket > a:before {
  content: "\e716";
}

.icon-maxcdn:before,
.nav-icon-maxcdn > a:before {
  content: "\e717";
}

.icon-chevron-sign-left:before,
.nav-icon-chevron-sign-left > a:before {
  content: "\e718";
}

.icon-chevron-sign-right:before,
.nav-icon-chevron-sign-right > a:before {
  content: "\e719";
}

.icon-chevron-sign-up:before,
.nav-icon-chevron-sign-up > a:before {
  content: "\e71a";
}

.icon-chevron-sign-down:before,
.nav-icon-chevron-sign-down > a:before {
  content: "\e71b";
}

.icon-html5:before,
.nav-icon-html5 > a:before {
  content: "\e71c";
}

.icon-css3:before,
.nav-icon-css3 > a:before {
  content: "\e71d";
}

.icon-anchor:before,
.nav-icon-anchor > a:before {
  content: "\e71e";
}

.icon-unlock-alt:before,
.nav-icon-unlock-alt > a:before {
  content: "\e71f";
}

.icon-bullseye:before,
.nav-icon-bullseye > a:before {
  content: "\e720";
}

.icon-ellipsis-horizontal:before,
.nav-icon-ellipsis-horizontal > a:before {
  content: "\e721";
}

.icon-ellipsis-vertical:before,
.nav-icon-ellipsis-vertical > a:before {
  content: "\e722";
}

.icon-rss-sign:before,
.nav-icon-rss-sign > a:before {
  content: "\e723";
}

.icon-play-sign:before,
.nav-icon-play-sign > a:before {
  content: "\e724";
}

.icon-ticket:before,
.nav-icon-ticket > a:before {
  content: "\e725";
}

.icon-minus-sign-alt:before,
.nav-icon-minus-sign-alt > a:before {
  content: "\e726";
}

.icon-check-minus:before,
.nav-icon-check-minus > a:before {
  content: "\e727";
}

.icon-level-up:before,
.nav-icon-level-up > a:before {
  content: "\e728";
}

.icon-level-down:before,
.nav-icon-level-down > a:before {
  content: "\e729";
}

.icon-check-sign:before,
.nav-icon-check-sign > a:before {
  content: "\e72a";
}

.icon-edit-sign:before,
.nav-icon-edit-sign > a:before {
  content: "\e72b";
}

.icon-external-link-sign:before,
.nav-icon-external-link-sign > a:before {
  content: "\e72c";
}

.icon-share-sign:before,
.nav-icon-share-sign > a:before {
  content: "\e72d";
}

.icon-compass:before,
.nav-icon-compass > a:before {
  content: "\e72e";
}

.icon-collapse:before,
.nav-icon-collapse > a:before {
  content: "\e72f";
}

.icon-collapse-top:before,
.nav-icon-collapse-top > a:before {
  content: "\e730";
}

.icon-expand:before,
.nav-icon-expand > a:before {
  content: "\e731";
}

.icon-euro:before,
.nav-icon-euro > a:before {
  content: "\e732";
}

.icon-gbp:before,
.nav-icon-gbp > a:before {
  content: "\e733";
}

.icon-dollar:before,
.nav-icon-dollar > a:before {
  content: "\e734";
}

.icon-rupee:before,
.nav-icon-rupee > a:before {
  content: "\e735";
}

.icon-yen:before,
.nav-icon-yen > a:before {
  content: "\e736";
}

.icon-renminbi:before,
.nav-icon-renminbi > a:before {
  content: "\e737";
}

.icon-won:before,
.nav-icon-won > a:before {
  content: "\e738";
}

.icon-bitcoin:before,
.nav-icon-bitcoin > a:before {
  content: "\e739";
}

.icon-file2:before,
.nav-icon-file2 > a:before {
  content: "\e73a";
}

.icon-file-text:before,
.nav-icon-file-text > a:before {
  content: "\e73b";
}

.icon-sort-by-alphabet:before,
.nav-icon-sort-by-alphabet > a:before {
  content: "\e73c";
}

.icon-sort-by-alphabet-alt:before,
.nav-icon-sort-by-alphabet-alt > a:before {
  content: "\e73d";
}

.icon-sort-by-attributes:before,
.nav-icon-sort-by-attributes > a:before {
  content: "\e73e";
}

.icon-sort-by-attributes-alt:before,
.nav-icon-sort-by-attributes-alt > a:before {
  content: "\e73f";
}

.icon-sort-by-order:before,
.nav-icon-sort-by-order > a:before {
  content: "\e740";
}

.icon-sort-by-order-alt:before,
.nav-icon-sort-by-order-alt > a:before {
  content: "\e741";
}

.icon-thumbs-up2:before,
.nav-icon-thumbs-up2 > a:before {
  content: "\e742";
}

.icon-thumbs-down2:before,
.nav-icon-thumbs-down2 > a:before {
  content: "\e743";
}

.icon-youtube-sign:before,
.nav-icon-youtube-sign > a:before {
  content: "\e744";
}

.icon-youtube:before,
.nav-icon-youtube > a:before {
  content: "\e745";
}

.icon-xing:before,
.nav-icon-xing > a:before {
  content: "\e746";
}

.icon-xing-sign:before,
.nav-icon-xing-sign > a:before {
  content: "\e747";
}

.icon-youtube-play:before,
.nav-icon-youtube-play > a:before {
  content: "\e748";
}

.icon-dropbox:before,
.nav-icon-dropbox > a:before {
  content: "\e749";
}

.icon-stackexchange:before,
.nav-icon-stackexchange > a:before {
  content: "\e74a";
}

.icon-instagram:before,
.nav-icon-instagram > a:before {
  content: "\e74b";
}

.icon-flickr:before,
.nav-icon-flickr > a:before {
  content: "\e74c";
}

.icon-adn:before,
.nav-icon-adn > a:before {
  content: "\e74d";
}

.icon-bitbucket:before,
.nav-icon-bitbucket > a:before {
  content: "\e74e";
}

.icon-bitbucket-sign:before,
.nav-icon-bitbucket-sign > a:before {
  content: "\e74f";
}

.icon-tumblr:before,
.nav-icon-tumblr > a:before {
  content: "\e750";
}

.icon-tumblr-sign:before,
.nav-icon-tumblr-sign > a:before {
  content: "\e751";
}

.icon-long-arrow-down:before,
.nav-icon-long-arrow-down > a:before {
  content: "\e752";
}

.icon-long-arrow-up:before,
.nav-icon-long-arrow-up > a:before {
  content: "\e753";
}

.icon-long-arrow-left:before,
.nav-icon-long-arrow-left > a:before {
  content: "\e754";
}

.icon-long-arrow-right:before,
.nav-icon-long-arrow-right > a:before {
  content: "\e755";
}

.icon-apple:before,
.nav-icon-apple > a:before {
  content: "\e756";
}

.icon-windows:before,
.nav-icon-windows > a:before {
  content: "\e757";
}

.icon-android:before,
.nav-icon-android > a:before {
  content: "\e758";
}

.icon-linux:before,
.nav-icon-linux > a:before {
  content: "\e759";
}

.icon-dribbble:before,
.nav-icon-dribbble > a:before {
  content: "\e75a";
}

.icon-skype:before,
.nav-icon-skype > a:before {
  content: "\e75b";
}

.icon-foursquare:before,
.nav-icon-foursquare > a:before {
  content: "\e75c";
}

.icon-trello:before,
.nav-icon-trello > a:before {
  content: "\e75d";
}

.icon-female:before,
.nav-icon-female > a:before {
  content: "\e75e";
}

.icon-male:before,
.nav-icon-male > a:before {
  content: "\e75f";
}

.icon-gittip:before,
.nav-icon-gittip > a:before {
  content: "\e760";
}

.icon-sun:before,
.nav-icon-sun > a:before {
  content: "\e761";
}

.icon-moon:before,
.nav-icon-moon > a:before {
  content: "\e762";
}

.icon-archive:before,
.nav-icon-archive > a:before {
  content: "\e763";
}

.icon-bug:before,
.nav-icon-bug > a:before {
  content: "\e764";
}

.icon-vk:before,
.nav-icon-vk > a:before {
  content: "\e765";
}

.icon-weibo:before,
.nav-icon-weibo > a:before {
  content: "\e766";
}

.icon-renren:before,
.nav-icon-renren > a:before {
  content: "\e767";
}

.linecons-heart:before,
.nav-linecons-heart > a:before {
  content: "\e768";
}

.linecons-cloud:before,
.nav-linecons-cloud > a:before {
  content: "\e769";
}

.linecons-star:before,
.nav-linecons-star > a:before {
  content: "\e76a";
}

.linecons-tv:before,
.nav-linecons-tv > a:before {
  content: "\e76b";
}

.linecons-sound:before,
.nav-linecons-sound > a:before {
  content: "\e76c";
}

.linecons-video:before,
.nav-linecons-video > a:before {
  content: "\e76d";
}

.linecons-trash:before,
.nav-linecons-trash > a:before {
  content: "\e76e";
}

.linecons-user:before,
.nav-linecons-user > a:before {
  content: "\e76f";
}

.linecons-key:before,
.nav-linecons-key > a:before {
  content: "\e770";
}

.linecons-search:before,
.nav-linecons-search > a:before {
  content: "\e771";
}

.linecons-settings:before,
.nav-linecons-settings > a:before {
  content: "\e772";
}

.linecons-camera:before,
.nav-linecons-camera > a:before {
  content: "\e773";
}

.linecons-tag:before,
.nav-linecons-tag > a:before {
  content: "\e774";
}

.linecons-lock:before,
.nav-linecons-lock > a:before {
  content: "\e775";
}

.linecons-bulb:before,
.nav-linecons-bulb > a:before {
  content: "\e776";
}

.linecons-pen:before,
.nav-linecons-pen > a:before {
  content: "\e777";
}

.linecons-diamond:before,
.nav-linecons-diamond > a:before {
  content: "\e778";
}

.linecons-display:before,
.nav-linecons-display > a:before {
  content: "\e779";
}

.linecons-location:before,
.nav-linecons-location > a:before {
  content: "\e77a";
}

.linecons-eye:before,
.nav-linecons-eye > a:before {
  content: "\e77b";
}

.linecons-bubble:before,
.nav-linecons-bubble > a:before {
  content: "\e77c";
}

.linecons-stack:before,
.nav-linecons-stack > a:before {
  content: "\e77d";
}

.linecons-cup:before,
.nav-linecons-cup > a:before {
  content: "\e77e";
}

.linecons-phone:before,
.nav-linecons-phone > a:before {
  content: "\e77f";
}

.linecons-news:before,
.nav-linecons-news > a:before {
  content: "\e780";
}

.linecons-mail:before,
.nav-linecons-mail > a:before {
  content: "\e781";
}

.linecons-like:before,
.nav-linecons-like > a:before {
  content: "\e782";
}

.linecons-photo:before,
.nav-linecons-photo > a:before {
  content: "\e783";
}

.linecons-note:before,
.nav-linecons-note > a:before {
  content: "\e784";
}

.linecons-clock:before,
.nav-linecons-clock > a:before {
  content: "\e785";
}

.linecons-paperplane:before,
.nav-linecons-paperplane > a:before {
  content: "\e786";
}

.linecons-params:before,
.nav-linecons-params > a:before {
  content: "\e787";
}

.linecons-banknote:before,
.nav-linecons-banknote > a:before {
  content: "\e788";
}

.linecons-data:before,
.nav-linecons-data > a:before {
  content: "\e789";
}

.linecons-music:before,
.nav-linecons-music > a:before {
  content: "\e78a";
}

.linecons-megaphone:before,
.nav-linecons-megaphone > a:before {
  content: "\e78b";
}

.linecons-study:before,
.nav-linecons-study > a:before {
  content: "\e78c";
}

.linecons-lab:before,
.nav-linecons-lab > a:before {
  content: "\e78d";
}

.linecons-food:before,
.nav-linecons-food > a:before {
  content: "\e78e";
}

.linecons-t-shirt:before,
.nav-linecons-t-shirt > a:before {
  content: "\e78f";
}

.linecons-fire:before,
.nav-linecons-fire > a:before {
  content: "\e790";
}

.linecons-clip:before,
.nav-linecons-clip > a:before {
  content: "\e791";
}

.linecons-shop:before,
.nav-linecons-shop > a:before {
  content: "\e792";
}

.linecons-calendar:before,
.nav-linecons-calendar > a:before {
  content: "\e793";
}

.linecons-wallet:before,
.nav-linecons-wallet > a:before {
  content: "\e794";
}

.linecons-vynil:before,
.nav-linecons-vynil > a:before {
  content: "\e795";
}

.linecons-truck:before,
.nav-linecons-truck > a:before {
  content: "\e796";
}

.linecons-world:before,
.nav-linecons-world > a:before {
  content: "\e797";
}

.steady-type:before,
.nav-steady-type > a:before {
  content: "\e798";
}

.steady-box:before,
.nav-steady-box > a:before {
  content: "\e799";
}

.steady-archive:before,
.nav-steady-archive > a:before {
  content: "\e79a";
}

.steady-envelope:before,
.nav-steady-envelope > a:before {
  content: "\e79b";
}

.steady-email:before,
.nav-steady-email > a:before {
  content: "\e79c";
}

.steady-files:before,
.nav-steady-files > a:before {
  content: "\e79d";
}

.steady-uniE79E:before,
.nav-steady-uniE79E > a:before {
  content: "\e79e";
}

.steady-file-settings:before,
.nav-steady-file-settings > a:before {
  content: "\e79f";
}

.steady-file-add:before,
.nav-steady-file-add > a:before {
  content: "\e7a0";
}

.steady-file:before,
.nav-steady-file > a:before {
  content: "\e7a1";
}

.steady-align-left:before,
.nav-steady-align-left > a:before {
  content: "\e7a2";
}

.steady-align-right:before,
.nav-steady-align-right > a:before {
  content: "\e7a3";
}

.steady-align-center:before,
.nav-steady-align-center > a:before {
  content: "\e7a4";
}

.steady-align-justify:before,
.nav-steady-align-justify > a:before {
  content: "\e7a5";
}

.steady-file-broken:before,
.nav-steady-file-broken > a:before {
  content: "\e7a6";
}

.steady-browser:before,
.nav-steady-browser > a:before {
  content: "\e7a7";
}

.steady-windows:before,
.nav-steady-windows > a:before {
  content: "\e7a8";
}

.steady-window:before,
.nav-steady-window > a:before {
  content: "\e7a9";
}

.steady-folder:before,
.nav-steady-folder > a:before {
  content: "\e7aa";
}

.steady-folder-add:before,
.nav-steady-folder-add > a:before {
  content: "\e7ab";
}

.steady-folder-settings:before,
.nav-steady-folder-settings > a:before {
  content: "\e7ac";
}

.steady-folder-check:before,
.nav-steady-folder-check > a:before {
  content: "\e7ad";
}

.steady-wifi-low:before,
.nav-steady-wifi-low > a:before {
  content: "\e7ae";
}

.steady-wifi-mid:before,
.nav-steady-wifi-mid > a:before {
  content: "\e7af";
}

.steady-wifi-full:before,
.nav-steady-wifi-full > a:before {
  content: "\e7b0";
}

.steady-connection-empty:before,
.nav-steady-connection-empty > a:before {
  content: "\e7b1";
}

.steady-connection-25:before,
.nav-steady-connection-25 > a:before {
  content: "\e7b2";
}

.steady-connection-50:before,
.nav-steady-connection-50 > a:before {
  content: "\e7b3";
}

.steady-connection-75:before,
.nav-steady-connection-75 > a:before {
  content: "\e7b4";
}

.steady-connection-full:before,
.nav-steady-connection-full > a:before {
  content: "\e7b5";
}

.steady-list:before,
.nav-steady-list > a:before {
  content: "\e7b6";
}

.steady-grid:before,
.nav-steady-grid > a:before {
  content: "\e7b7";
}

.steady-uniE7B8:before,
.nav-steady-uniE7B8 > a:before {
  content: "\e7b8";
}

.steady-battery-charging:before,
.nav-steady-battery-charging > a:before {
  content: "\e7b9";
}

.steady-battery-empty:before,
.nav-steady-battery-empty > a:before {
  content: "\e7ba";
}

.steady-battery-25:before,
.nav-steady-battery-25 > a:before {
  content: "\e7bb";
}

.steady-battery-50:before,
.nav-steady-battery-50 > a:before {
  content: "\e7bc";
}

.steady-battery-75:before,
.nav-steady-battery-75 > a:before {
  content: "\e7bd";
}

.steady-battery-full:before,
.nav-steady-battery-full > a:before {
  content: "\e7be";
}

.steady-settings:before,
.nav-steady-settings > a:before {
  content: "\e7bf";
}

.steady-arrow-left:before,
.nav-steady-arrow-left > a:before {
  content: "\e7c0";
}

.steady-arrow-up:before,
.nav-steady-arrow-up > a:before {
  content: "\e7c1";
}

.steady-arrow-down:before,
.nav-steady-arrow-down > a:before {
  content: "\e7c2";
}

.steady-arrow-right:before,
.nav-steady-arrow-right > a:before {
  content: "\e7c3";
}

.steady-reload:before,
.nav-steady-reload > a:before {
  content: "\e7c4";
}

.steady-refresh:before,
.nav-steady-refresh > a:before {
  content: "\e7c5";
}

.steady-volume:before,
.nav-steady-volume > a:before {
  content: "\e7c6";
}

.steady-volume-increase:before,
.nav-steady-volume-increase > a:before {
  content: "\e7c7";
}

.steady-volume-decrease:before,
.nav-steady-volume-decrease > a:before {
  content: "\e7c8";
}

.steady-mute:before,
.nav-steady-mute > a:before {
  content: "\e7c9";
}

.steady-microphone:before,
.nav-steady-microphone > a:before {
  content: "\e7ca";
}

.steady-microphone-off:before,
.nav-steady-microphone-off > a:before {
  content: "\e7cb";
}

.steady-book:before,
.nav-steady-book > a:before {
  content: "\e7cc";
}

.steady-checkmark:before,
.nav-steady-checkmark > a:before {
  content: "\e7cd";
}

.steady-checkbox-checked:before,
.nav-steady-checkbox-checked > a:before {
  content: "\e7ce";
}

.steady-checkbox:before,
.nav-steady-checkbox > a:before {
  content: "\e7cf";
}

.steady-paperclip:before,
.nav-steady-paperclip > a:before {
  content: "\e7d0";
}

.steady-download:before,
.nav-steady-download > a:before {
  content: "\e7d1";
}

.steady-tag:before,
.nav-steady-tag > a:before {
  content: "\e7d2";
}

.steady-trashcan:before,
.nav-steady-trashcan > a:before {
  content: "\e7d3";
}

.steady-search:before,
.nav-steady-search > a:before {
  content: "\e7d4";
}

.steady-zoom-in:before,
.nav-steady-zoom-in > a:before {
  content: "\e7d5";
}

.steady-zoom-out:before,
.nav-steady-zoom-out > a:before {
  content: "\e7d6";
}

.steady-chat:before,
.nav-steady-chat > a:before {
  content: "\e7d7";
}

.steady-chat-1:before,
.nav-steady-chat-1 > a:before {
  content: "\e7d8";
}

.steady-chat-2:before,
.nav-steady-chat-2 > a:before {
  content: "\e7d9";
}

.steady-chat-3:before,
.nav-steady-chat-3 > a:before {
  content: "\e7da";
}

.steady-comment:before,
.nav-steady-comment > a:before {
  content: "\e7db";
}

.steady-calendar:before,
.nav-steady-calendar > a:before {
  content: "\e7dc";
}

.steady-bookmark:before,
.nav-steady-bookmark > a:before {
  content: "\e7dd";
}

.steady-email2:before,
.nav-steady-email2 > a:before {
  content: "\e7de";
}

.steady-heart:before,
.nav-steady-heart > a:before {
  content: "\e7df";
}

.steady-enter:before,
.nav-steady-enter > a:before {
  content: "\e7e0";
}

.steady-cloud:before,
.nav-steady-cloud > a:before {
  content: "\e7e1";
}

.steady-book2:before,
.nav-steady-book2 > a:before {
  content: "\e7e2";
}

.steady-star:before,
.nav-steady-star > a:before {
  content: "\e7e3";
}

.steady-clock:before,
.nav-steady-clock > a:before {
  content: "\e7e4";
}

.steady-printer:before,
.nav-steady-printer > a:before {
  content: "\e7e5";
}

.steady-home:before,
.nav-steady-home > a:before {
  content: "\e7e6";
}

.steady-flag:before,
.nav-steady-flag > a:before {
  content: "\e7e7";
}

.steady-meter:before,
.nav-steady-meter > a:before {
  content: "\e7e8";
}

.steady-switch:before,
.nav-steady-switch > a:before {
  content: "\e7e9";
}

.steady-forbidden:before,
.nav-steady-forbidden > a:before {
  content: "\e7ea";
}

.steady-lock:before,
.nav-steady-lock > a:before {
  content: "\e7eb";
}

.steady-unlocked:before,
.nav-steady-unlocked > a:before {
  content: "\e7ec";
}

.steady-unlocked2:before,
.nav-steady-unlocked2 > a:before {
  content: "\e7ed";
}

.steady-users:before,
.nav-steady-users > a:before {
  content: "\e7ee";
}

.steady-user:before,
.nav-steady-user > a:before {
  content: "\e7ef";
}

.steady-users2:before,
.nav-steady-users2 > a:before {
  content: "\e7f0";
}

.steady-user2:before,
.nav-steady-user2 > a:before {
  content: "\e7f1";
}

.steady-bullhorn:before,
.nav-steady-bullhorn > a:before {
  content: "\e7f2";
}

.steady-share:before,
.nav-steady-share > a:before {
  content: "\e7f3";
}

.steady-screen:before,
.nav-steady-screen > a:before {
  content: "\e7f4";
}

.steady-phone:before,
.nav-steady-phone > a:before {
  content: "\e7f5";
}

.steady-phone-portrait:before,
.nav-steady-phone-portrait > a:before {
  content: "\e7f6";
}

.steady-phone-landscape:before,
.nav-steady-phone-landscape > a:before {
  content: "\e7f7";
}

.steady-tablet:before,
.nav-steady-tablet > a:before {
  content: "\e7f8";
}

.steady-tablet-landscape:before,
.nav-steady-tablet-landscape > a:before {
  content: "\e7f9";
}

.steady-laptop:before,
.nav-steady-laptop > a:before {
  content: "\e7fa";
}

.steady-camera:before,
.nav-steady-camera > a:before {
  content: "\e7fb";
}

.steady-microwave-oven:before,
.nav-steady-microwave-oven > a:before {
  content: "\e7fc";
}

.steady-credit-cards:before,
.nav-steady-credit-cards > a:before {
  content: "\e7fd";
}

.steady-calculator:before,
.nav-steady-calculator > a:before {
  content: "\e7fe";
}

.steady-bag:before,
.nav-steady-bag > a:before {
  content: "\e7ff";
}

.steady-diamond:before,
.nav-steady-diamond > a:before {
  content: "\e800";
}

.steady-drink:before,
.nav-steady-drink > a:before {
  content: "\e801";
}

.steady-shorts:before,
.nav-steady-shorts > a:before {
  content: "\e802";
}

.steady-vcard:before,
.nav-steady-vcard > a:before {
  content: "\e803";
}

.steady-sun:before,
.nav-steady-sun > a:before {
  content: "\e804";
}

.steady-bill:before,
.nav-steady-bill > a:before {
  content: "\e805";
}

.steady-coffee:before,
.nav-steady-coffee > a:before {
  content: "\e806";
}

.steady-uniE807:before,
.nav-steady-uniE807 > a:before {
  content: "\e807";
}

.steady-newspaper:before,
.nav-steady-newspaper > a:before {
  content: "\e808";
}

.steady-stack:before,
.nav-steady-stack > a:before {
  content: "\e809";
}

.steady-map-marker:before,
.nav-steady-map-marker > a:before {
  content: "\e80a";
}

.steady-map:before,
.nav-steady-map > a:before {
  content: "\e80b";
}

.steady-support:before,
.nav-steady-support > a:before {
  content: "\e80c";
}

.steady-uniE80D:before,
.nav-steady-uniE80D > a:before {
  content: "\e80d";
}

.steady-barbell:before,
.nav-steady-barbell > a:before {
  content: "\e80e";
}

.steady-stopwatch:before,
.nav-steady-stopwatch > a:before {
  content: "\e80f";
}

.steady-atom:before,
.nav-steady-atom > a:before {
  content: "\e810";
}

.steady-syringe:before,
.nav-steady-syringe > a:before {
  content: "\e811";
}

.steady-health:before,
.nav-steady-health > a:before {
  content: "\e812";
}

.steady-bolt:before,
.nav-steady-bolt > a:before {
  content: "\e813";
}

.steady-pill:before,
.nav-steady-pill > a:before {
  content: "\e814";
}

.steady-bones:before,
.nav-steady-bones > a:before {
  content: "\e815";
}

.steady-lab:before,
.nav-steady-lab > a:before {
  content: "\e816";
}

.steady-clipboard:before,
.nav-steady-clipboard > a:before {
  content: "\e817";
}

.steady-mug:before,
.nav-steady-mug > a:before {
  content: "\e818";
}

.steady-bucket:before,
.nav-steady-bucket > a:before {
  content: "\e819";
}

.steady-select:before,
.nav-steady-select > a:before {
  content: "\e81a";
}

.steady-graph:before,
.nav-steady-graph > a:before {
  content: "\e81b";
}

.steady-crop:before,
.nav-steady-crop > a:before {
  content: "\e81c";
}

.steady-image:before,
.nav-steady-image > a:before {
  content: "\e81d";
}

.steady-cube:before,
.nav-steady-cube > a:before {
  content: "\e81e";
}

.steady-bars:before,
.nav-steady-bars > a:before {
  content: "\e81f";
}

.steady-chart:before,
.nav-steady-chart > a:before {
  content: "\e820";
}

.steady-pencil:before,
.nav-steady-pencil > a:before {
  content: "\e821";
}

.steady-measure:before,
.nav-steady-measure > a:before {
  content: "\e822";
}

.steady-eyedropper:before,
.nav-steady-eyedropper > a:before {
  content: "\e823";
}

.icomoon-home:before,
.nav-icomoon-home > a:before {
  content: "\e8d0";
}

.icomoon-home2:before,
.nav-icomoon-home2 > a:before {
  content: "\e8d1";
}

.icomoon-home3:before,
.nav-icomoon-home3 > a:before {
  content: "\e8d2";
}

.icomoon-office:before,
.nav-icomoon-office > a:before {
  content: "\e8d3";
}

.icomoon-newspaper:before,
.nav-icomoon-newspaper > a:before {
  content: "\e8d4";
}

.icomoon-pencil:before,
.nav-icomoon-pencil > a:before {
  content: "\e8d5";
}

.icomoon-pencil2:before,
.nav-icomoon-pencil2 > a:before {
  content: "\e8d6";
}

.icomoon-quill:before,
.nav-icomoon-quill > a:before {
  content: "\e8d7";
}

.icomoon-pen:before,
.nav-icomoon-pen > a:before {
  content: "\e8d8";
}

.icomoon-blog:before,
.nav-icomoon-blog > a:before {
  content: "\e8d9";
}

.icomoon-droplet:before,
.nav-icomoon-droplet > a:before {
  content: "\e8da";
}

.icomoon-paint-format:before,
.nav-icomoon-paint-format > a:before {
  content: "\e8db";
}

.icomoon-image:before,
.nav-icomoon-image > a:before {
  content: "\e8dc";
}

.icomoon-image2:before,
.nav-icomoon-image2 > a:before {
  content: "\e8dd";
}

.icomoon-images:before,
.nav-icomoon-images > a:before {
  content: "\e8de";
}

.icomoon-camera:before,
.nav-icomoon-camera > a:before {
  content: "\e8df";
}

.icomoon-music:before,
.nav-icomoon-music > a:before {
  content: "\e8e0";
}

.icomoon-headphones:before,
.nav-icomoon-headphones > a:before {
  content: "\e8e1";
}

.icomoon-play:before,
.nav-icomoon-play > a:before {
  content: "\e8e2";
}

.icomoon-film:before,
.nav-icomoon-film > a:before {
  content: "\e8e3";
}

.icomoon-camera2:before,
.nav-icomoon-camera2 > a:before {
  content: "\e8e4";
}

.icomoon-dice:before,
.nav-icomoon-dice > a:before {
  content: "\e8e5";
}

.icomoon-pacman:before,
.nav-icomoon-pacman > a:before {
  content: "\e8e6";
}

.icomoon-spades:before,
.nav-icomoon-spades > a:before {
  content: "\e8e7";
}

.icomoon-clubs:before,
.nav-icomoon-clubs > a:before {
  content: "\e8e8";
}

.icomoon-diamonds:before,
.nav-icomoon-diamonds > a:before {
  content: "\e8e9";
}

.icomoon-pawn:before,
.nav-icomoon-pawn > a:before {
  content: "\e8ea";
}

.icomoon-bullhorn:before,
.nav-icomoon-bullhorn > a:before {
  content: "\e8eb";
}

.icomoon-connection:before,
.nav-icomoon-connection > a:before {
  content: "\e8ec";
}

.icomoon-podcast:before,
.nav-icomoon-podcast > a:before {
  content: "\e8ed";
}

.icomoon-feed:before,
.nav-icomoon-feed > a:before {
  content: "\e8ee";
}

.icomoon-book:before,
.nav-icomoon-book > a:before {
  content: "\e8ef";
}

.icomoon-books:before,
.nav-icomoon-books > a:before {
  content: "\e8f0";
}

.icomoon-library:before,
.nav-icomoon-library > a:before {
  content: "\e8f1";
}

.icomoon-file:before,
.nav-icomoon-file > a:before {
  content: "\e8f2";
}

.icomoon-profile:before,
.nav-icomoon-profile > a:before {
  content: "\e8f3";
}

.icomoon-file2:before,
.nav-icomoon-file2 > a:before {
  content: "\e8f4";
}

.icomoon-file3:before,
.nav-icomoon-file3 > a:before {
  content: "\e8f5";
}

.icomoon-file4:before,
.nav-icomoon-file4 > a:before {
  content: "\e8f6";
}

.icomoon-copy:before,
.nav-icomoon-copy > a:before {
  content: "\e8f7";
}

.icomoon-copy2:before,
.nav-icomoon-copy2 > a:before {
  content: "\e8f8";
}

.icomoon-copy3:before,
.nav-icomoon-copy3 > a:before {
  content: "\e8f9";
}

.icomoon-paste:before,
.nav-icomoon-paste > a:before {
  content: "\e8fa";
}

.icomoon-paste2:before,
.nav-icomoon-paste2 > a:before {
  content: "\e8fb";
}

.icomoon-paste3:before,
.nav-icomoon-paste3 > a:before {
  content: "\e8fc";
}

.icomoon-stack:before,
.nav-icomoon-stack > a:before {
  content: "\e8fd";
}

.icomoon-folder:before,
.nav-icomoon-folder > a:before {
  content: "\e8fe";
}

.icomoon-folder-open:before,
.nav-icomoon-folder-open > a:before {
  content: "\e8ff";
}

.icomoon-tag:before,
.nav-icomoon-tag > a:before {
  content: "\e900";
}

.icomoon-tags:before,
.nav-icomoon-tags > a:before {
  content: "\e901";
}

.icomoon-barcode:before,
.nav-icomoon-barcode > a:before {
  content: "\e902";
}

.icomoon-qrcode:before,
.nav-icomoon-qrcode > a:before {
  content: "\e903";
}

.icomoon-ticket:before,
.nav-icomoon-ticket > a:before {
  content: "\e904";
}

.icomoon-cart:before,
.nav-icomoon-cart > a:before {
  content: "\e905";
}

.icomoon-cart2:before,
.nav-icomoon-cart2 > a:before {
  content: "\e906";
}

.icomoon-cart3:before,
.nav-icomoon-cart3 > a:before {
  content: "\e907";
}

.icomoon-coin:before,
.nav-icomoon-coin > a:before {
  content: "\e908";
}

.icomoon-credit:before,
.nav-icomoon-credit > a:before {
  content: "\e909";
}

.icomoon-calculate:before,
.nav-icomoon-calculate > a:before {
  content: "\e90a";
}

.icomoon-support:before,
.nav-icomoon-support > a:before {
  content: "\e90b";
}

.icomoon-phone:before,
.nav-icomoon-phone > a:before {
  content: "\e90c";
}

.icomoon-phone-hang-up:before,
.nav-icomoon-phone-hang-up > a:before {
  content: "\e90d";
}

.icomoon-address-book:before,
.nav-icomoon-address-book > a:before {
  content: "\e90e";
}

.icomoon-notebook:before,
.nav-icomoon-notebook > a:before {
  content: "\e90f";
}

.icomoon-envelope:before,
.nav-icomoon-envelope > a:before {
  content: "\e910";
}

.icomoon-pushpin:before,
.nav-icomoon-pushpin > a:before {
  content: "\e911";
}

.icomoon-location:before,
.nav-icomoon-location > a:before {
  content: "\e912";
}

.icomoon-location2:before,
.nav-icomoon-location2 > a:before {
  content: "\e913";
}

.icomoon-compass:before,
.nav-icomoon-compass > a:before {
  content: "\e914";
}

.icomoon-map:before,
.nav-icomoon-map > a:before {
  content: "\e915";
}

.icomoon-map2:before,
.nav-icomoon-map2 > a:before {
  content: "\e916";
}

.icomoon-history:before,
.nav-icomoon-history > a:before {
  content: "\e917";
}

.icomoon-clock:before,
.nav-icomoon-clock > a:before {
  content: "\e918";
}

.icomoon-clock2:before,
.nav-icomoon-clock2 > a:before {
  content: "\e919";
}

.icomoon-alarm:before,
.nav-icomoon-alarm > a:before {
  content: "\e91a";
}

.icomoon-alarm2:before,
.nav-icomoon-alarm2 > a:before {
  content: "\e91b";
}

.icomoon-bell:before,
.nav-icomoon-bell > a:before {
  content: "\e91c";
}

.icomoon-stopwatch:before,
.nav-icomoon-stopwatch > a:before {
  content: "\e91d";
}

.icomoon-calendar:before,
.nav-icomoon-calendar > a:before {
  content: "\e91e";
}

.icomoon-calendar2:before,
.nav-icomoon-calendar2 > a:before {
  content: "\e91f";
}

.icomoon-print:before,
.nav-icomoon-print > a:before {
  content: "\e920";
}

.icomoon-keyboard:before,
.nav-icomoon-keyboard > a:before {
  content: "\e921";
}

.icomoon-screen:before,
.nav-icomoon-screen > a:before {
  content: "\e922";
}

.icomoon-laptop:before,
.nav-icomoon-laptop > a:before {
  content: "\e923";
}

.icomoon-mobile:before,
.nav-icomoon-mobile > a:before {
  content: "\e924";
}

.icomoon-mobile2:before,
.nav-icomoon-mobile2 > a:before {
  content: "\e925";
}

.icomoon-tablet:before,
.nav-icomoon-tablet > a:before {
  content: "\e926";
}

.icomoon-tv:before,
.nav-icomoon-tv > a:before {
  content: "\e927";
}

.icomoon-cabinet:before,
.nav-icomoon-cabinet > a:before {
  content: "\e928";
}

.icomoon-drawer:before,
.nav-icomoon-drawer > a:before {
  content: "\e929";
}

.icomoon-drawer2:before,
.nav-icomoon-drawer2 > a:before {
  content: "\e92a";
}

.icomoon-drawer3:before,
.nav-icomoon-drawer3 > a:before {
  content: "\e92b";
}

.icomoon-box-add:before,
.nav-icomoon-box-add > a:before {
  content: "\e92c";
}

.icomoon-box-remove:before,
.nav-icomoon-box-remove > a:before {
  content: "\e92d";
}

.icomoon-download:before,
.nav-icomoon-download > a:before {
  content: "\e92e";
}

.icomoon-upload:before,
.nav-icomoon-upload > a:before {
  content: "\e92f";
}

.icomoon-disk:before,
.nav-icomoon-disk > a:before {
  content: "\e930";
}

.icomoon-storage:before,
.nav-icomoon-storage > a:before {
  content: "\e931";
}

.icomoon-undo:before,
.nav-icomoon-undo > a:before {
  content: "\e932";
}

.icomoon-redo:before,
.nav-icomoon-redo > a:before {
  content: "\e933";
}

.icomoon-flip:before,
.nav-icomoon-flip > a:before {
  content: "\e934";
}

.icomoon-flip2:before,
.nav-icomoon-flip2 > a:before {
  content: "\e935";
}

.icomoon-undo2:before,
.nav-icomoon-undo2 > a:before {
  content: "\e936";
}

.icomoon-redo2:before,
.nav-icomoon-redo2 > a:before {
  content: "\e937";
}

.icomoon-forward:before,
.nav-icomoon-forward > a:before {
  content: "\e938";
}

.icomoon-reply:before,
.nav-icomoon-reply > a:before {
  content: "\e939";
}

.icomoon-bubble:before,
.nav-icomoon-bubble > a:before {
  content: "\e93a";
}

.icomoon-bubbles:before,
.nav-icomoon-bubbles > a:before {
  content: "\e93b";
}

.icomoon-bubbles2:before,
.nav-icomoon-bubbles2 > a:before {
  content: "\e93c";
}

.icomoon-bubble2:before,
.nav-icomoon-bubble2 > a:before {
  content: "\e93d";
}

.icomoon-bubbles3:before,
.nav-icomoon-bubbles3 > a:before {
  content: "\e93e";
}

.icomoon-bubbles4:before,
.nav-icomoon-bubbles4 > a:before {
  content: "\e93f";
}

.icomoon-user:before,
.nav-icomoon-user > a:before {
  content: "\e940";
}

.icomoon-users:before,
.nav-icomoon-users > a:before {
  content: "\e941";
}

.icomoon-user2:before,
.nav-icomoon-user2 > a:before {
  content: "\e942";
}

.icomoon-users2:before,
.nav-icomoon-users2 > a:before {
  content: "\e943";
}

.icomoon-user3:before,
.nav-icomoon-user3 > a:before {
  content: "\e944";
}

.icomoon-user4:before,
.nav-icomoon-user4 > a:before {
  content: "\e945";
}

.icomoon-quotes-left:before,
.nav-icomoon-quotes-left > a:before {
  content: "\e946";
}

.icomoon-busy:before,
.nav-icomoon-busy > a:before {
  content: "\e947";
}

.icomoon-spinner:before,
.nav-icomoon-spinner > a:before {
  content: "\e948";
}

.icomoon-spinner2:before,
.nav-icomoon-spinner2 > a:before {
  content: "\e949";
}

.icomoon-spinner3:before,
.nav-icomoon-spinner3 > a:before {
  content: "\e94a";
}

.icomoon-spinner4:before,
.nav-icomoon-spinner4 > a:before {
  content: "\e94b";
}

.icomoon-spinner5:before,
.nav-icomoon-spinner5 > a:before {
  content: "\e94c";
}

.icomoon-spinner6:before,
.nav-icomoon-spinner6 > a:before {
  content: "\e94d";
}

.icomoon-binoculars:before,
.nav-icomoon-binoculars > a:before {
  content: "\e94e";
}

.icomoon-search:before,
.nav-icomoon-search > a:before {
  content: "\e94f";
}

.icomoon-zoom-in:before,
.nav-icomoon-zoom-in > a:before {
  content: "\e950";
}

.icomoon-zoom-out:before,
.nav-icomoon-zoom-out > a:before {
  content: "\e951";
}

.icomoon-expand:before,
.nav-icomoon-expand > a:before {
  content: "\e952";
}

.icomoon-contract:before,
.nav-icomoon-contract > a:before {
  content: "\e953";
}

.icomoon-expand2:before,
.nav-icomoon-expand2 > a:before {
  content: "\e954";
}

.icomoon-contract2:before,
.nav-icomoon-contract2 > a:before {
  content: "\e955";
}

.icomoon-key:before,
.nav-icomoon-key > a:before {
  content: "\e956";
}

.icomoon-key2:before,
.nav-icomoon-key2 > a:before {
  content: "\e957";
}

.icomoon-lock:before,
.nav-icomoon-lock > a:before {
  content: "\e958";
}

.icomoon-lock2:before,
.nav-icomoon-lock2 > a:before {
  content: "\e959";
}

.icomoon-unlocked:before,
.nav-icomoon-unlocked > a:before {
  content: "\e95a";
}

.icomoon-wrench:before,
.nav-icomoon-wrench > a:before {
  content: "\e95b";
}

.icomoon-settings:before,
.nav-icomoon-settings > a:before {
  content: "\e95c";
}

.icomoon-equalizer:before,
.nav-icomoon-equalizer > a:before {
  content: "\e95d";
}

.icomoon-cog:before,
.nav-icomoon-cog > a:before {
  content: "\e95e";
}

.icomoon-cogs:before,
.nav-icomoon-cogs > a:before {
  content: "\e95f";
}

.icomoon-cog2:before,
.nav-icomoon-cog2 > a:before {
  content: "\e960";
}

.icomoon-hammer:before,
.nav-icomoon-hammer > a:before {
  content: "\e961";
}

.icomoon-wand:before,
.nav-icomoon-wand > a:before {
  content: "\e962";
}

.icomoon-aid:before,
.nav-icomoon-aid > a:before {
  content: "\e963";
}

.icomoon-bug:before,
.nav-icomoon-bug > a:before {
  content: "\e964";
}

.icomoon-pie:before,
.nav-icomoon-pie > a:before {
  content: "\e965";
}

.icomoon-stats:before,
.nav-icomoon-stats > a:before {
  content: "\e966";
}

.icomoon-bars:before,
.nav-icomoon-bars > a:before {
  content: "\e967";
}

.icomoon-bars2:before,
.nav-icomoon-bars2 > a:before {
  content: "\e968";
}

.icomoon-gift:before,
.nav-icomoon-gift > a:before {
  content: "\e969";
}

.icomoon-trophy:before,
.nav-icomoon-trophy > a:before {
  content: "\e96a";
}

.icomoon-glass:before,
.nav-icomoon-glass > a:before {
  content: "\e96b";
}

.icomoon-mug:before,
.nav-icomoon-mug > a:before {
  content: "\e96c";
}

.icomoon-food:before,
.nav-icomoon-food > a:before {
  content: "\e96d";
}

.icomoon-leaf:before,
.nav-icomoon-leaf > a:before {
  content: "\e96e";
}

.icomoon-rocket:before,
.nav-icomoon-rocket > a:before {
  content: "\e96f";
}

.icomoon-meter:before,
.nav-icomoon-meter > a:before {
  content: "\e970";
}

.icomoon-meter2:before,
.nav-icomoon-meter2 > a:before {
  content: "\e971";
}

.icomoon-dashboard:before,
.nav-icomoon-dashboard > a:before {
  content: "\e972";
}

.icomoon-hammer2:before,
.nav-icomoon-hammer2 > a:before {
  content: "\e973";
}

.icomoon-fire:before,
.nav-icomoon-fire > a:before {
  content: "\e974";
}

.icomoon-lab:before,
.nav-icomoon-lab > a:before {
  content: "\e975";
}

.icomoon-magnet:before,
.nav-icomoon-magnet > a:before {
  content: "\e976";
}

.icomoon-remove:before,
.nav-icomoon-remove > a:before {
  content: "\e977";
}

.icomoon-remove2:before,
.nav-icomoon-remove2 > a:before {
  content: "\e978";
}

.icomoon-briefcase:before,
.nav-icomoon-briefcase > a:before {
  content: "\e979";
}

.icomoon-airplane:before,
.nav-icomoon-airplane > a:before {
  content: "\e97a";
}

.icomoon-truck:before,
.nav-icomoon-truck > a:before {
  content: "\e97b";
}

.icomoon-road:before,
.nav-icomoon-road > a:before {
  content: "\e97c";
}

.icomoon-accessibility:before,
.nav-icomoon-accessibility > a:before {
  content: "\e97d";
}

.icomoon-target:before,
.nav-icomoon-target > a:before {
  content: "\e97e";
}

.icomoon-shield:before,
.nav-icomoon-shield > a:before {
  content: "\e97f";
}

.icomoon-lightning:before,
.nav-icomoon-lightning > a:before {
  content: "\e980";
}

.icomoon-switch:before,
.nav-icomoon-switch > a:before {
  content: "\e981";
}

.icomoon-power-cord:before,
.nav-icomoon-power-cord > a:before {
  content: "\e982";
}

.icomoon-signup:before,
.nav-icomoon-signup > a:before {
  content: "\e983";
}

.icomoon-list:before,
.nav-icomoon-list > a:before {
  content: "\e984";
}

.icomoon-list2:before,
.nav-icomoon-list2 > a:before {
  content: "\e985";
}

.icomoon-numbered-list:before,
.nav-icomoon-numbered-list > a:before {
  content: "\e986";
}

.icomoon-menu:before,
.nav-icomoon-menu > a:before {
  content: "\e987";
}

.icomoon-menu2:before,
.nav-icomoon-menu2 > a:before {
  content: "\e988";
}

.icomoon-tree:before,
.nav-icomoon-tree > a:before {
  content: "\e989";
}

.icomoon-cloud:before,
.nav-icomoon-cloud > a:before {
  content: "\e98a";
}

.icomoon-cloud-download:before,
.nav-icomoon-cloud-download > a:before {
  content: "\e98b";
}

.icomoon-cloud-upload:before,
.nav-icomoon-cloud-upload > a:before {
  content: "\e98c";
}

.icomoon-download2:before,
.nav-icomoon-download2 > a:before {
  content: "\e98d";
}

.icomoon-upload2:before,
.nav-icomoon-upload2 > a:before {
  content: "\e98e";
}

.icomoon-download3:before,
.nav-icomoon-download3 > a:before {
  content: "\e98f";
}

.icomoon-upload3:before,
.nav-icomoon-upload3 > a:before {
  content: "\e990";
}

.icomoon-globe:before,
.nav-icomoon-globe > a:before {
  content: "\e991";
}

.icomoon-earth:before,
.nav-icomoon-earth > a:before {
  content: "\e992";
}

.icomoon-link:before,
.nav-icomoon-link > a:before {
  content: "\e993";
}

.icomoon-flag:before,
.nav-icomoon-flag > a:before {
  content: "\e994";
}

.icomoon-attachment:before,
.nav-icomoon-attachment > a:before {
  content: "\e995";
}

.icomoon-eye:before,
.nav-icomoon-eye > a:before {
  content: "\e996";
}

.icomoon-eye-blocked:before,
.nav-icomoon-eye-blocked > a:before {
  content: "\e997";
}

.icomoon-eye2:before,
.nav-icomoon-eye2 > a:before {
  content: "\e998";
}

.icomoon-bookmark:before,
.nav-icomoon-bookmark > a:before {
  content: "\e999";
}

.icomoon-bookmarks:before,
.nav-icomoon-bookmarks > a:before {
  content: "\e99a";
}

.icomoon-brightness-medium:before,
.nav-icomoon-brightness-medium > a:before {
  content: "\e99b";
}

.icomoon-brightness-contrast:before,
.nav-icomoon-brightness-contrast > a:before {
  content: "\e99c";
}

.icomoon-contrast:before,
.nav-icomoon-contrast > a:before {
  content: "\e99d";
}

.icomoon-star:before,
.nav-icomoon-star > a:before {
  content: "\e99e";
}

.icomoon-star2:before,
.nav-icomoon-star2 > a:before {
  content: "\e99f";
}

.icomoon-star3:before,
.nav-icomoon-star3 > a:before {
  content: "\e9a0";
}

.icomoon-heart:before,
.nav-icomoon-heart > a:before {
  content: "\e9a1";
}

.icomoon-heart2:before,
.nav-icomoon-heart2 > a:before {
  content: "\e9a2";
}

.icomoon-heart-broken:before,
.nav-icomoon-heart-broken > a:before {
  content: "\e9a3";
}

.icomoon-thumbs-up:before,
.nav-icomoon-thumbs-up > a:before {
  content: "\e9a4";
}

.icomoon-thumbs-up2:before,
.nav-icomoon-thumbs-up2 > a:before {
  content: "\e9a5";
}

.icomoon-happy:before,
.nav-icomoon-happy > a:before {
  content: "\e9a6";
}

.icomoon-happy2:before,
.nav-icomoon-happy2 > a:before {
  content: "\e9a7";
}

.icomoon-smiley:before,
.nav-icomoon-smiley > a:before {
  content: "\e9a8";
}

.icomoon-smiley2:before,
.nav-icomoon-smiley2 > a:before {
  content: "\e9a9";
}

.icomoon-tongue:before,
.nav-icomoon-tongue > a:before {
  content: "\e9aa";
}

.icomoon-tongue2:before,
.nav-icomoon-tongue2 > a:before {
  content: "\e9ab";
}

.icomoon-sad:before,
.nav-icomoon-sad > a:before {
  content: "\e9ac";
}

.icomoon-sad2:before,
.nav-icomoon-sad2 > a:before {
  content: "\e9ad";
}

.icomoon-wink:before,
.nav-icomoon-wink > a:before {
  content: "\e9ae";
}

.icomoon-wink2:before,
.nav-icomoon-wink2 > a:before {
  content: "\e9af";
}

.icomoon-grin:before,
.nav-icomoon-grin > a:before {
  content: "\e9b0";
}

.icomoon-grin2:before,
.nav-icomoon-grin2 > a:before {
  content: "\e9b1";
}

.icomoon-cool:before,
.nav-icomoon-cool > a:before {
  content: "\e9b2";
}

.icomoon-cool2:before,
.nav-icomoon-cool2 > a:before {
  content: "\e9b3";
}

.icomoon-angry:before,
.nav-icomoon-angry > a:before {
  content: "\e9b4";
}

.icomoon-angry2:before,
.nav-icomoon-angry2 > a:before {
  content: "\e9b5";
}

.icomoon-evil:before,
.nav-icomoon-evil > a:before {
  content: "\e9b6";
}

.icomoon-evil2:before,
.nav-icomoon-evil2 > a:before {
  content: "\e9b7";
}

.icomoon-shocked:before,
.nav-icomoon-shocked > a:before {
  content: "\e9b8";
}

.icomoon-shocked2:before,
.nav-icomoon-shocked2 > a:before {
  content: "\e9b9";
}

.icomoon-confused:before,
.nav-icomoon-confused > a:before {
  content: "\e9ba";
}

.icomoon-confused2:before,
.nav-icomoon-confused2 > a:before {
  content: "\e9bb";
}

.icomoon-neutral:before,
.nav-icomoon-neutral > a:before {
  content: "\e9bc";
}

.icomoon-neutral2:before,
.nav-icomoon-neutral2 > a:before {
  content: "\e9bd";
}

.icomoon-wondering:before,
.nav-icomoon-wondering > a:before {
  content: "\e9be";
}

.icomoon-wondering2:before,
.nav-icomoon-wondering2 > a:before {
  content: "\e9bf";
}

.icomoon-point-up:before,
.nav-icomoon-point-up > a:before {
  content: "\e9c0";
}

.icomoon-point-right:before,
.nav-icomoon-point-right > a:before {
  content: "\e9c1";
}

.icomoon-point-down:before,
.nav-icomoon-point-down > a:before {
  content: "\e9c2";
}

.icomoon-point-left:before,
.nav-icomoon-point-left > a:before {
  content: "\e9c3";
}

.icomoon-warning:before,
.nav-icomoon-warning > a:before {
  content: "\e9c4";
}

.icomoon-notification:before,
.nav-icomoon-notification > a:before {
  content: "\e9c5";
}

.icomoon-question:before,
.nav-icomoon-question > a:before {
  content: "\e9c6";
}

.icomoon-info:before,
.nav-icomoon-info > a:before {
  content: "\e9c7";
}

.icomoon-info2:before,
.nav-icomoon-info2 > a:before {
  content: "\e9c8";
}

.icomoon-blocked:before,
.nav-icomoon-blocked > a:before {
  content: "\e9c9";
}

.icomoon-cancel-circle:before,
.nav-icomoon-cancel-circle > a:before {
  content: "\e9ca";
}

.icomoon-checkmark-circle:before,
.nav-icomoon-checkmark-circle > a:before {
  content: "\e9cb";
}

.icomoon-spam:before,
.nav-icomoon-spam > a:before {
  content: "\e9cc";
}

.icomoon-close:before,
.nav-icomoon-close > a:before {
  content: "\e9cd";
}

.icomoon-checkmark:before,
.nav-icomoon-checkmark > a:before {
  content: "\e9ce";
}

.icomoon-checkmark2:before,
.nav-icomoon-checkmark2 > a:before {
  content: "\e9cf";
}

.icomoon-spell-check:before,
.nav-icomoon-spell-check > a:before {
  content: "\e9d0";
}

.icomoon-minus:before,
.nav-icomoon-minus > a:before {
  content: "\e9d1";
}

.icomoon-plus:before,
.nav-icomoon-plus > a:before {
  content: "\e9d2";
}

.icomoon-enter:before,
.nav-icomoon-enter > a:before {
  content: "\e9d3";
}

.icomoon-exit:before,
.nav-icomoon-exit > a:before {
  content: "\e9d4";
}

.icomoon-play2:before,
.nav-icomoon-play2 > a:before {
  content: "\e9d5";
}

.icomoon-pause:before,
.nav-icomoon-pause > a:before {
  content: "\e9d6";
}

.icomoon-stop:before,
.nav-icomoon-stop > a:before {
  content: "\e9d7";
}

.icomoon-backward:before,
.nav-icomoon-backward > a:before {
  content: "\e9d8";
}

.icomoon-forward2:before,
.nav-icomoon-forward2 > a:before {
  content: "\e9d9";
}

.icomoon-play3:before,
.nav-icomoon-play3 > a:before {
  content: "\e9da";
}

.icomoon-pause2:before,
.nav-icomoon-pause2 > a:before {
  content: "\e9db";
}

.icomoon-stop2:before,
.nav-icomoon-stop2 > a:before {
  content: "\e9dc";
}

.icomoon-backward2:before,
.nav-icomoon-backward2 > a:before {
  content: "\e9dd";
}

.icomoon-forward3:before,
.nav-icomoon-forward3 > a:before {
  content: "\e9de";
}

.icomoon-firs2:before,
.nav-icomoon-firs2 > a:before {
  content: "\e9df";
}

.icomoon-last:before,
.nav-icomoon-last > a:before {
  content: "\e9e0";
}

.icomoon-previous:before,
.nav-icomoon-previous > a:before {
  content: "\e9e1";
}

.icomoon-next:before,
.nav-icomoon-next > a:before {
  content: "\e9e2";
}

.icomoon-eject:before,
.nav-icomoon-eject > a:before {
  content: "\e9e3";
}

.icomoon-volume-high:before,
.nav-icomoon-volume-high > a:before {
  content: "\e9e4";
}

.icomoon-volume-medium:before,
.nav-icomoon-volume-medium > a:before {
  content: "\e9e5";
}

.icomoon-volume-low:before,
.nav-icomoon-volume-low > a:before {
  content: "\e9e6";
}

.icomoon-volume-mute:before,
.nav-icomoon-volume-mute > a:before {
  content: "\e9e7";
}

.icomoon-volume-mute2:before,
.nav-icomoon-volume-mute2 > a:before {
  content: "\e9e8";
}

.icomoon-volume-increase:before,
.nav-icomoon-volume-increase > a:before {
  content: "\e9e9";
}

.icomoon-volume-decrease:before,
.nav-icomoon-volume-decrease > a:before {
  content: "\e9ea";
}

.icomoon-loop:before,
.nav-icomoon-loop > a:before {
  content: "\e9eb";
}

.icomoon-loop2:before,
.nav-icomoon-loop2 > a:before {
  content: "\e9ec";
}

.icomoon-loop3:before,
.nav-icomoon-loop3 > a:before {
  content: "\e9ed";
}

.icomoon-shuffle:before,
.nav-icomoon-shuffle > a:before {
  content: "\e9ee";
}

.icomoon-arrow-up-left:before,
.nav-icomoon-arrow-up-left > a:before {
  content: "\e9ef";
}

.icomoon-arrow-up:before,
.nav-icomoon-arrow-up > a:before {
  content: "\e9f0";
}

.icomoon-arrow-up-right:before,
.nav-icomoon-arrow-up-right > a:before {
  content: "\e9f1";
}

.icomoon-arrow-right:before,
.nav-icomoon-arrow-right > a:before {
  content: "\e9f2";
}

.icomoon-arrow-down-right:before,
.nav-icomoon-arrow-down-right > a:before {
  content: "\e9f3";
}

.icomoon-arrow-down:before,
.nav-icomoon-arrow-down > a:before {
  content: "\e9f4";
}

.icomoon-arrow-down-left:before,
.nav-icomoon-arrow-down-left > a:before {
  content: "\e9f5";
}

.icomoon-arrow-left:before,
.nav-icomoon-arrow-left > a:before {
  content: "\e9f6";
}

.icomoon-arrow-up-left2:before,
.nav-icomoon-arrow-up-left2 > a:before {
  content: "\e9f7";
}

.icomoon-arrow-up2:before,
.nav-icomoon-arrow-up2 > a:before {
  content: "\e9f8";
}

.icomoon-arrow-up-right2:before,
.nav-icomoon-arrow-up-right2 > a:before {
  content: "\e9f9";
}

.icomoon-arrow-right2:before,
.nav-icomoon-arrow-right2 > a:before {
  content: "\e9fa";
}

.icomoon-arrow-down-right2:before,
.nav-icomoon-arrow-down-right2 > a:before {
  content: "\e9fb";
}

.icomoon-arrow-down2:before,
.nav-icomoon-arrow-down2 > a:before {
  content: "\e9fc";
}

.icomoon-arrow-down-left2:before,
.nav-icomoon-arrow-down-left2 > a:before {
  content: "\e9fd";
}

.icomoon-arrow-left2:before,
.nav-icomoon-arrow-left2 > a:before {
  content: "\e9fe";
}

.icomoon-arrow-up-left3:before,
.nav-icomoon-arrow-up-left3 > a:before {
  content: "\e9ff";
}

.icomoon-arrow-up3:before,
.nav-icomoon-arrow-up3 > a:before {
  content: "\ea00";
}

.icomoon-arrow-up-right3:before,
.nav-icomoon-arrow-up-right3 > a:before {
  content: "\ea01";
}

.icomoon-arrow-right3:before,
.nav-icomoon-arrow-right3 > a:before {
  content: "\ea02";
}

.icomoon-arrow-down-right3:before,
.nav-icomoon-arrow-down-right3 > a:before {
  content: "\ea03";
}

.icomoon-arrow-down3:before,
.nav-icomoon-arrow-down3 > a:before {
  content: "\ea04";
}

.icomoon-arrow-down-left3:before,
.nav-icomoon-arrow-down-left3 > a:before {
  content: "\ea05";
}

.icomoon-arrow-left3:before,
.nav-icomoon-arrow-left3 > a:before {
  content: "\ea06";
}

.icomoon-tab:before,
.nav-icomoon-tab > a:before {
  content: "\ea07";
}

.icomoon-checkbox-checked:before,
.nav-icomoon-checkbox-checked > a:before {
  content: "\ea08";
}

.icomoon-checkbox-unchecked:before,
.nav-icomoon-checkbox-unchecked > a:before {
  content: "\ea09";
}

.icomoon-checkbox-partial:before,
.nav-icomoon-checkbox-partial > a:before {
  content: "\ea0a";
}

.icomoon-radio-checked:before,
.nav-icomoon-radio-checked > a:before {
  content: "\ea0b";
}

.icomoon-radio-unchecked:before,
.nav-icomoon-radio-unchecked > a:before {
  content: "\ea0c";
}

.icomoon-crop:before,
.nav-icomoon-crop > a:before {
  content: "\ea0d";
}

.icomoon-scissors:before,
.nav-icomoon-scissors > a:before {
  content: "\ea0e";
}

.icomoon-filter:before,
.nav-icomoon-filter > a:before {
  content: "\ea0f";
}

.icomoon-filter2:before,
.nav-icomoon-filter2 > a:before {
  content: "\ea10";
}

.icomoon-font:before,
.nav-icomoon-font > a:before {
  content: "\ea11";
}

.icomoon-text-height:before,
.nav-icomoon-text-height > a:before {
  content: "\ea12";
}

.icomoon-text-width:before,
.nav-icomoon-text-width > a:before {
  content: "\ea13";
}

.icomoon-bold:before,
.nav-icomoon-bold > a:before {
  content: "\ea14";
}

.icomoon-underline:before,
.nav-icomoon-underline > a:before {
  content: "\ea15";
}

.icomoon-italic:before,
.nav-icomoon-italic > a:before {
  content: "\ea16";
}

.icomoon-strikethrough:before,
.nav-icomoon-strikethrough > a:before {
  content: "\ea17";
}

.icomoon-omega:before,
.nav-icomoon-omega > a:before {
  content: "\ea18";
}

.icomoon-sigma:before,
.nav-icomoon-sigma > a:before {
  content: "\ea19";
}

.icomoon-table:before,
.nav-icomoon-table > a:before {
  content: "\ea1a";
}

.icomoon-table2:before,
.nav-icomoon-table2 > a:before {
  content: "\ea1b";
}

.icomoon-insert-template:before,
.nav-icomoon-insert-template > a:before {
  content: "\ea1c";
}

.icomoon-pilcrow:before,
.nav-icomoon-pilcrow > a:before {
  content: "\ea1d";
}

.icomoon-left-toright:before,
.nav-icomoon-left-toright > a:before {
  content: "\ea1e";
}

.icomoon-right-toleft:before,
.nav-icomoon-right-toleft > a:before {
  content: "\ea1f";
}

.icomoon-paragraph-left:before,
.nav-icomoon-paragraph-left > a:before {
  content: "\ea20";
}

.icomoon-paragraph-center:before,
.nav-icomoon-paragraph-center > a:before {
  content: "\ea21";
}

.icomoon-paragraph-right:before,
.nav-icomoon-paragraph-right > a:before {
  content: "\ea22";
}

.icomoon-paragraph-justify:before,
.nav-icomoon-paragraph-justify > a:before {
  content: "\ea23";
}

.icomoon-paragraph-left2:before,
.nav-icomoon-paragraph-left2 > a:before {
  content: "\ea24";
}

.icomoon-paragraph-center2:before,
.nav-icomoon-paragraph-center2 > a:before {
  content: "\ea25";
}

.icomoon-paragraph-right2:before,
.nav-icomoon-paragraph-right2 > a:before {
  content: "\ea26";
}

.icomoon-paragraph-justify2:before,
.nav-icomoon-paragraph-justify2 > a:before {
  content: "\ea27";
}

.icomoon-indent-increase:before,
.nav-icomoon-indent-increase > a:before {
  content: "\ea28";
}

.icomoon-indent-decrease:before,
.nav-icomoon-indent-decrease > a:before {
  content: "\ea29";
}

.icomoon-new-tab:before,
.nav-icomoon-new-tab > a:before {
  content: "\ea2a";
}

.icomoon-embed:before,
.nav-icomoon-embed > a:before {
  content: "\ea2b";
}

.icomoon-code:before,
.nav-icomoon-code > a:before {
  content: "\ea2c";
}

.icomoon-console:before,
.nav-icomoon-console > a:before {
  content: "\ea2d";
}

.icomoon-share:before,
.nav-icomoon-share > a:before {
  content: "\ea2e";
}

.icomoon-mail:before,
.nav-icomoon-mail > a:before {
  content: "\ea2f";
}

.icomoon-mail2:before,
.nav-icomoon-mail2 > a:before {
  content: "\ea30";
}

.icomoon-mail3:before,
.nav-icomoon-mail3 > a:before {
  content: "\ea31";
}

.icomoon-mail4:before,
.nav-icomoon-mail4 > a:before {
  content: "\ea32";
}

.icomoon-google:before,
.nav-icomoon-google > a:before {
  content: "\ea33";
}

.icomoon-google-plus:before,
.nav-icomoon-google-plus > a:before {
  content: "\ea34";
}

.icomoon-google-plus2:before,
.nav-icomoon-google-plus2 > a:before {
  content: "\ea35";
}

.icomoon-google-plus3:before,
.nav-icomoon-google-plus3 > a:before {
  content: "\ea36";
}

.icomoon-google-plus4:before,
.nav-icomoon-google-plus4 > a:before {
  content: "\ea37";
}

.icomoon-google-drive:before,
.nav-icomoon-google-drive > a:before {
  content: "\ea38";
}

.icomoon-facebook:before,
.nav-icomoon-facebook > a:before {
  content: "\ea39";
}

.icomoon-facebook2:before,
.nav-icomoon-facebook2 > a:before {
  content: "\ea3a";
}

.icomoon-facebook3:before,
.nav-icomoon-facebook3 > a:before {
  content: "\ea3b";
}

.icomoon-instagram:before,
.nav-icomoon-instagram > a:before {
  content: "\ea3c";
}

.icomoon-twitter:before,
.nav-icomoon-twitter > a:before {
  content: "\ea3d";
}

.icomoon-twitter2:before,
.nav-icomoon-twitter2 > a:before {
  content: "\ea3e";
}

.icomoon-twitter3:before,
.nav-icomoon-twitter3 > a:before {
  content: "\ea3f";
}

.icomoon-feed2:before,
.nav-icomoon-feed2 > a:before {
  content: "\ea40";
}

.icomoon-feed3:before,
.nav-icomoon-feed3 > a:before {
  content: "\ea41";
}

.icomoon-feed4:before,
.nav-icomoon-feed4 > a:before {
  content: "\ea42";
}

.icomoon-youtube:before,
.nav-icomoon-youtube > a:before {
  content: "\ea43";
}

.icomoon-youtube2:before,
.nav-icomoon-youtube2 > a:before {
  content: "\ea44";
}

.icomoon-vimeo:before,
.nav-icomoon-vimeo > a:before {
  content: "\ea45";
}

.icomoon-vimeo2:before,
.nav-icomoon-vimeo2 > a:before {
  content: "\ea46";
}

.icomoon-vimeo3:before,
.nav-icomoon-vimeo3 > a:before {
  content: "\ea47";
}

.icomoon-lanyrd:before,
.nav-icomoon-lanyrd > a:before {
  content: "\ea48";
}

.icomoon-flickr:before,
.nav-icomoon-flickr > a:before {
  content: "\ea49";
}

.icomoon-flickr2:before,
.nav-icomoon-flickr2 > a:before {
  content: "\ea4a";
}

.icomoon-flickr3:before,
.nav-icomoon-flickr3 > a:before {
  content: "\ea4b";
}

.icomoon-flickr4:before,
.nav-icomoon-flickr4 > a:before {
  content: "\ea4c";
}

.icomoon-picassa:before,
.nav-icomoon-picassa > a:before {
  content: "\ea4d";
}

.icomoon-picassa2:before,
.nav-icomoon-picassa2 > a:before {
  content: "\ea4e";
}

.icomoon-dribbble:before,
.nav-icomoon-dribbble > a:before {
  content: "\ea4f";
}

.icomoon-dribbble2:before,
.nav-icomoon-dribbble2 > a:before {
  content: "\ea50";
}

.icomoon-dribbble3:before,
.nav-icomoon-dribbble3 > a:before {
  content: "\ea51";
}

.icomoon-forrst:before,
.nav-icomoon-forrst > a:before {
  content: "\ea52";
}

.icomoon-forrst2:before,
.nav-icomoon-forrst2 > a:before {
  content: "\ea53";
}

.icomoon-deviantart:before,
.nav-icomoon-deviantart > a:before {
  content: "\ea54";
}

.icomoon-deviantart2:before,
.nav-icomoon-deviantart2 > a:before {
  content: "\ea55";
}

.icomoon-steam:before,
.nav-icomoon-steam > a:before {
  content: "\ea56";
}

.icomoon-steam2:before,
.nav-icomoon-steam2 > a:before {
  content: "\ea57";
}

.icomoon-github:before,
.nav-icomoon-github > a:before {
  content: "\ea58";
}

.icomoon-github2:before,
.nav-icomoon-github2 > a:before {
  content: "\ea59";
}

.icomoon-github3:before,
.nav-icomoon-github3 > a:before {
  content: "\ea5a";
}

.icomoon-github4:before,
.nav-icomoon-github4 > a:before {
  content: "\ea5b";
}

.icomoon-github5:before,
.nav-icomoon-github5 > a:before {
  content: "\ea5c";
}

.icomoon-wordpress:before,
.nav-icomoon-wordpress > a:before {
  content: "\ea5d";
}

.icomoon-wordpress2:before,
.nav-icomoon-wordpress2 > a:before {
  content: "\ea5e";
}

.icomoon-joomla:before,
.nav-icomoon-joomla > a:before {
  content: "\ea5f";
}

.icomoon-blogger:before,
.nav-icomoon-blogger > a:before {
  content: "\ea60";
}

.icomoon-blogger2:before,
.nav-icomoon-blogger2 > a:before {
  content: "\ea61";
}

.icomoon-tumblr:before,
.nav-icomoon-tumblr > a:before {
  content: "\ea62";
}

.icomoon-tumblr2:before,
.nav-icomoon-tumblr2 > a:before {
  content: "\ea63";
}

.icomoon-yahoo:before,
.nav-icomoon-yahoo > a:before {
  content: "\ea64";
}

.icomoon-tux:before,
.nav-icomoon-tux > a:before {
  content: "\ea65";
}

.icomoon-apple:before,
.nav-icomoon-apple > a:before {
  content: "\ea66";
}

.icomoon-finder:before,
.nav-icomoon-finder > a:before {
  content: "\ea67";
}

.icomoon-android:before,
.nav-icomoon-android > a:before {
  content: "\ea68";
}

.icomoon-windows:before,
.nav-icomoon-windows > a:before {
  content: "\ea69";
}

.icomoon-windows8:before,
.nav-icomoon-windows8 > a:before {
  content: "\ea6a";
}

.icomoon-soundcloud:before,
.nav-icomoon-soundcloud > a:before {
  content: "\ea6b";
}

.icomoon-soundcloud2:before,
.nav-icomoon-soundcloud2 > a:before {
  content: "\ea6c";
}

.icomoon-skype:before,
.nav-icomoon-skype > a:before {
  content: "\ea6d";
}

.icomoon-reddit:before,
.nav-icomoon-reddit > a:before {
  content: "\ea6e";
}

.icomoon-linkedin:before,
.nav-icomoon-linkedin > a:before {
  content: "\ea6f";
}

.icomoon-lastfm:before,
.nav-icomoon-lastfm > a:before {
  content: "\ea70";
}

.icomoon-lastfm2:before,
.nav-icomoon-lastfm2 > a:before {
  content: "\ea71";
}

.icomoon-delicious:before,
.nav-icomoon-delicious > a:before {
  content: "\ea72";
}

.icomoon-stumbleupon:before,
.nav-icomoon-stumbleupon > a:before {
  content: "\ea73";
}

.icomoon-stumbleupon2:before,
.nav-icomoon-stumbleupon2 > a:before {
  content: "\ea74";
}

.icomoon-stackoverflow:before,
.nav-icomoon-stackoverflow > a:before {
  content: "\ea75";
}

.icomoon-pinterest:before,
.nav-icomoon-pinterest > a:before {
  content: "\ea76";
}

.icomoon-pinterest2:before,
.nav-icomoon-pinterest2 > a:before {
  content: "\ea77";
}

.icomoon-xing:before,
.nav-icomoon-xing > a:before {
  content: "\ea78";
}

.icomoon-xing2:before,
.nav-icomoon-xing2 > a:before {
  content: "\ea79";
}

.icomoon-flattr:before,
.nav-icomoon-flattr > a:before {
  content: "\ea7a";
}

.icomoon-foursquare:before,
.nav-icomoon-foursquare > a:before {
  content: "\ea7b";
}

.icomoon-foursquare2:before,
.nav-icomoon-foursquare2 > a:before {
  content: "\ea7c";
}

.icomoon-paypal:before,
.nav-icomoon-paypal > a:before {
  content: "\ea7d";
}

.icomoon-paypal2:before,
.nav-icomoon-paypal2 > a:before {
  content: "\ea7e";
}

.icomoon-paypal3:before,
.nav-icomoon-paypal3 > a:before {
  content: "\ea7f";
}

.icomoon-yelp:before,
.nav-icomoon-yelp > a:before {
  content: "\ea80";
}

.icomoon-libreoffice:before,
.nav-icomoon-libreoffice > a:before {
  content: "\ea81";
}

.icomoon-file-pdf:before,
.nav-icomoon-file-pdf > a:before {
  content: "\ea82";
}

.icomoon-file-openoffice:before,
.nav-icomoon-file-openoffice > a:before {
  content: "\ea83";
}

.icomoon-file-word:before,
.nav-icomoon-file-word > a:before {
  content: "\ea84";
}

.icomoon-file-excel:before,
.nav-icomoon-file-excel > a:before {
  content: "\ea85";
}

.icomoon-file-zip:before,
.nav-icomoon-file-zip > a:before {
  content: "\ea86";
}

.icomoon-file-powerpoint:before,
.nav-icomoon-file-powerpoint > a:before {
  content: "\ea87";
}

.icomoon-file-xml:before,
.nav-icomoon-file-xml > a:before {
  content: "\ea88";
}

.icomoon-file-css:before,
.nav-icomoon-file-css > a:before {
  content: "\ea89";
}

.icomoon-html5:before,
.nav-icomoon-html5 > a:before {
  content: "\ea8a";
}

.icomoon-html52:before,
.nav-icomoon-html52 > a:before {
  content: "\ea8b";
}

.icomoon-css3:before,
.nav-icomoon-css3 > a:before {
  content: "\ea8c";
}

.icomoon-chrome:before,
.nav-icomoon-chrome > a:before {
  content: "\ea8d";
}

.icomoon-firefox:before,
.nav-icomoon-firefox > a:before {
  content: "\ea8e";
}

.icomoon-IE:before,
.nav-icomoon-IE > a:before {
  content: "\ea8f";
}

.icomoon-opera:before,
.nav-icomoon-opera > a:before {
  content: "\ea90";
}

.icomoon-safari:before,
.nav-icomoon-safari > a:before {
  content: "\ea91";
}

.icomoon-IcoMoon:before,
.nav-icomoon-IcoMoon > a:before {
  content: "\ea92";
}

.meteocons-sunrise:before,
.nav-meteocons-sunrise > a:before {
  content: "\ea93";
}

.meteocons-sun:before,
.nav-meteocons-sun > a:before {
  content: "\ea94";
}

.meteocons-moon:before,
.nav-meteocons-moon > a:before {
  content: "\ea95";
}

.meteocons-sun2:before,
.nav-meteocons-sun2 > a:before {
  content: "\ea96";
}

.meteocons-windy:before,
.nav-meteocons-windy > a:before {
  content: "\ea97";
}

.meteocons-wind:before,
.nav-meteocons-wind > a:before {
  content: "\ea98";
}

.meteocons-snowflake:before,
.nav-meteocons-snowflake > a:before {
  content: "\ea99";
}

.meteocons-cloudy:before,
.nav-meteocons-cloudy > a:before {
  content: "\ea9a";
}

.meteocons-cloud:before,
.nav-meteocons-cloud > a:before {
  content: "\ea9b";
}

.meteocons-weather:before,
.nav-meteocons-weather > a:before {
  content: "\ea9c";
}

.meteocons-weather2:before,
.nav-meteocons-weather2 > a:before {
  content: "\ea9d";
}

.meteocons-weather3:before,
.nav-meteocons-weather3 > a:before {
  content: "\ea9e";
}

.meteocons-lines:before,
.nav-meteocons-lines > a:before {
  content: "\ea9f";
}

.meteocons-cloud2:before,
.nav-meteocons-cloud2 > a:before {
  content: "\eaa0";
}

.meteocons-lightning:before,
.nav-meteocons-lightning > a:before {
  content: "\eaa1";
}

.meteocons-lightning2:before,
.nav-meteocons-lightning2 > a:before {
  content: "\eaa2";
}

.meteocons-rainy:before,
.nav-meteocons-rainy > a:before {
  content: "\eaa3";
}

.meteocons-rainy2:before,
.nav-meteocons-rainy2 > a:before {
  content: "\eaa4";
}

.meteocons-windy2:before,
.nav-meteocons-windy2 > a:before {
  content: "\eaa5";
}

.meteocons-windy3:before,
.nav-meteocons-windy3 > a:before {
  content: "\eaa6";
}

.meteocons-snowy:before,
.nav-meteocons-snowy > a:before {
  content: "\eaa7";
}

.meteocons-snowy2:before,
.nav-meteocons-snowy2 > a:before {
  content: "\eaa8";
}

.meteocons-snowy3:before,
.nav-meteocons-snowy3 > a:before {
  content: "\eaa9";
}

.meteocons-weather4:before,
.nav-meteocons-weather4 > a:before {
  content: "\eaaa";
}

.meteocons-cloudy2:before,
.nav-meteocons-cloudy2 > a:before {
  content: "\eaab";
}

.meteocons-cloud3:before,
.nav-meteocons-cloud3 > a:before {
  content: "\eaac";
}

.meteocons-lightning3:before,
.nav-meteocons-lightning3 > a:before {
  content: "\eaad";
}

.meteocons-sun3:before,
.nav-meteocons-sun3 > a:before {
  content: "\eaae";
}

.meteocons-moon2:before,
.nav-meteocons-moon2 > a:before {
  content: "\eaaf";
}

.meteocons-cloudy3:before,
.nav-meteocons-cloudy3 > a:before {
  content: "\eab0";
}

.meteocons-cloud4:before,
.nav-meteocons-cloud4 > a:before {
  content: "\eab1";
}

.meteocons-cloud5:before,
.nav-meteocons-cloud5 > a:before {
  content: "\eab2";
}

.meteocons-lightning4:before,
.nav-meteocons-lightning4 > a:before {
  content: "\eab3";
}

.meteocons-rainy3:before,
.nav-meteocons-rainy3 > a:before {
  content: "\eab4";
}

.meteocons-rainy4:before,
.nav-meteocons-rainy4 > a:before {
  content: "\eab5";
}

.meteocons-windy4:before,
.nav-meteocons-windy4 > a:before {
  content: "\eab6";
}

.meteocons-windy5:before,
.nav-meteocons-windy5 > a:before {
  content: "\eab7";
}

.meteocons-snowy4:before,
.nav-meteocons-snowy4 > a:before {
  content: "\eab8";
}

.meteocons-snowy5:before,
.nav-meteocons-snowy5 > a:before {
  content: "\eab9";
}

.meteocons-weather5:before,
.nav-meteocons-weather5 > a:before {
  content: "\eaba";
}

.meteocons-cloudy4:before,
.nav-meteocons-cloudy4 > a:before {
  content: "\eabb";
}

.meteocons-lightning5:before,
.nav-meteocons-lightning5 > a:before {
  content: "\eabc";
}

.meteocons-thermometer:before,
.nav-meteocons-thermometer > a:before {
  content: "\eabd";
}

.meteocons-compass:before,
.nav-meteocons-compass > a:before {
  content: "\eabe";
}

.meteocons-none:before,
.nav-meteocons-none > a:before {
  content: "\eabf";
}

.meteocons-Celsius:before,
.nav-meteocons-Celsius > a:before {
  content: "\eac0";
}

.meteocons-Fahrenheit:before,
.nav-meteocons-Fahrenheit > a:before {
  content: "\eac1";
}

/**
 * Plugins
 * ----------------------------------------------------------------------------
 */
/**
 * FlexSlider
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  /*src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
  	url('fonts/flexslider-icon.woff') format('woff'),
  	url('fonts/flexslider-icon.ttf') format('truetype'),
  	url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');*/
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }*/
/*.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }*/
.flex-pauseplay a:hover {
  opacity: 1;
}

/*.flex-pauseplay a.flex-play:before { content: '\f003'; }*/
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * Magnific Popup
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * MediaElement
 */
.mejs-controls div.mejs-horizontal-volume-slider {
  /*width: 40px !important;*/
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  /*width: 40px !important;*/
}

.section > .video-wrapper .mejs-container .mejs-controls {
    visibility: hidden !important;
}

.tp-bullets.simplebullets.round .bullet {
  margin: 0 5px;
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.tp-bullets.simplebullets.round .bullet.selected {
  background-color: #fff;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
  background: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
}
.tp-leftarrow.default:after,
.tp-rightarrow.default:after {
  position: absolute;
  top: 8px;
  left: 50%;
  font-family: "icons";
}

.tp-leftarrow.default:after {
  content: "\e6e8";
  margin-left: -6px;
}

.tp-rightarrow.default:after {
  content: "\e6e9";
  margin-left: -4px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  line-height: 20px;
  background-color: #f9f2f4;
  color: #c7254e;
}

pre {
  display: block;
  padding: 10px 10px 11px;
  margin: 0 0 21px;
  font-size: 12px;
  line-height: 1.75em;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: whitesmoke;
  color: #333333;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 294px;
  overflow-y: scroll;
}

/**
 * 4.0 Layout
 * ----------------------------------------------------------------------------
 */
.container:before, .container:after,
.row:before,
.row:after,
.group:before,
.group:after,
.widget_shopping_cart_content:before,
.widget_shopping_cart_content:after {
  content: " ";
  display: table;
}
.container:after,
.row:after,
.group:after,
.widget_shopping_cart_content:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.section {
  position: relative;
  /*padding-top: 42px;
  padding-bottom: 21px;*/
}

.column {
  position: relative;
  min-height: 1px;
  z-index: 10;
  padding-right: 15px;
  padding-left: 15px;
}

.xsmall-1 {
  float: left;
  width: 8.33333333%;
}

.xsmall-2 {
  float: left;
  width: 16.66666667%;
}

.xsmall-3 {
  float: left;
  width: 25%;
}

.xsmall-4 {
  float: left;
  width: 33.33333333%;
}

.xsmall-5 {
  float: left;
  width: 41.66666667%;
}

.xsmall-6 {
  float: left;
  width: 50%;
}

.xsmall-7 {
  float: left;
  width: 58.33333333%;
}

.xsmall-8 {
  float: left;
  width: 66.66666667%;
}

.xsmall-9 {
  float: left;
  width: 75%;
}

.xsmall-10 {
  float: left;
  width: 83.33333333%;
}

.xsmall-11 {
  float: left;
  width: 91.66666667%;
}

.xsmall-12 {
  float: left;
  width: 100%;
}

.xsmall-1-5 {
  width: 20%;
}

/**
 * 5.0 Modules
 * ----------------------------------------------------------------------------
 */
/**
 * 5.1 Helper Classes
 * ----------------------------------------------------------------------------
 */
.box {
  margin-bottom: 1.5em !important;
}

.font-light {
  font-weight: 300;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-light {
  color: #fff;
}

.muted {
  color: #999999;
}

.text-error {
  color: #e3625f;
}

.text-warning {
  color: #ffcc8a;
}

.text-info {
  color: #b1e9fb;
}

.text-success {
  color: #b8e9a7;
}

.has-parallax {
  background-attachment: fixed;
}

.pos-right {
  /*right: 0;*/
}

.pos-left {
  /*left: 0;*/
}

.pos-middle {
  /*left: 50%;*/
}

.cover {
  -webkit-background-size: cover;
  background-size: cover;
}

.primary-color {
  background-color: #32bfec;
}

.accent-color {
  background-color: #f68235;
}

.extra-color1 {
  background-color: #2fc4c4;
}

.extra-color2 {
  background-color: #a78dd6;
}

.extra-color3 {
  background-color: #444444;
}

.extra-color4 {
  background-color: #fafafa;
}

.c-primary-color {
  color: #32bfec;
}

.c-accent-color {
  color: #f68235;
}

.c-extra-color1 {
  color: #2fc4c4;
}

.c-extra-color2 {
  color: #a78dd6;
}

.c-extra-color3 {
  color: #444444;
}

.c-extra-color4 {
  color: #fafafa;
}

.image-round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

.boxed {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  padding: 21px 15px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow .3s;
  -moz-transition: -moz-box-shadow .3s;
  -ms-transition: -ms-box-shadow .3s;
  -o-transition: -o-box-shadow .3s;
  transition: box-shadow .3s;
}
.boxed:hover {
  top: -2px !important;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.boxed-dark {
  background-color: #333;
  color: #fafafa;
}

.inner-shadow {
  -webkit-box-shadow: inset 0 -2px 7px rgba(0, 0, 0, 0.05), inset 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 7px rgba(0, 0, 0, 0.05), inset 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -2px 7px rgba(0, 0, 0, 0.05), inset 0 2px 7px rgba(0, 0, 0, 0.05);
}

.outer-shadow {
  -webkit-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.05), 0 2px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.05), 0 2px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.05), 0 2px 7px rgba(0, 0, 0, 0.05);
}

/*.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0;

	.mejs-overlay-loading {
		display: none;
	}
}*/
.video-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .7;
}

.wpb_content_element {
  margin-bottom: 1.5em !important;
}

/**
 * 5.2 Animation
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes fade-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fade-from-top {
  0% {
    opacity: 0;
    -o-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@-moz-keyframes fade-from-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes fade-from-top {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fade-from-right {
  0% {
    opacity: 0;
    -o-transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@-moz-keyframes fade-from-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@-moz-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fade-from-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@-moz-keyframes fade-from-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes flip-vertical {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400) rotateX(0deg);
  }
}

@-o-keyframes flip-vertical {
  0% {
    opacity: 0;
    -o-transform: perspective(400) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400) rotateX(0deg);
  }
}

@-moz-keyframes flip-vertical {
  0% {
    opacity: 0;
    -moz-transform: perspective(400) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400) rotateX(0deg);
  }
}

@keyframes flip-vertical {
  0% {
    opacity: 0;
    transform: perspective(400) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400) rotateX(0deg);
  }
}

@-webkit-keyframes flip-horizontal {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400) rotateY(0deg);
  }
}

@-o-keyframes flip-horizontal {
  0% {
    opacity: 0;
    -o-transform: perspective(400) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400) rotateY(0deg);
  }
}

@-moz-keyframes flip-horizontal {
  0% {
    opacity: 0;
    -moz-transform: perspective(400) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400) rotateY(0deg);
  }
}

@keyframes flip-horizontal {
  0% {
    opacity: 0;
    transform: perspective(400) rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400) rotateY(0deg);
  }
}

@-webkit-keyframes grow-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-o-keyframes grow-in {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@-moz-keyframes grow-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@keyframes grow-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.has-animation {
  display: block;
  position: relative;
  opacity: 0;
}

.has-animation[data-animation="fade-from-right"] {
  right: -60px;
}

.has-animation[data-animation="fade-from-bottom"] {
  bottom: -60px;
}

.has-animation[data-animation="fade-from-left"] {
  left: -60px;
}

.has-animation[data-animation="fade-from-top"] {
  top: -60px;
}

.has-animation[data-animation="grow-in"] {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.has-animation.flip-vertical,
.has-animation.flip-horizontal {
  opacity: 0;
}
.has-animation.flip-vertical.start-animation,
.has-animation.flip-horizontal.start-animation {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.has-animation.flip-vertical.start-animation {
  -webkit-animation-name: flip-vertical;
  -moz-animation-name: flip-vertical;
  -o-animation-name: flip-vertical;
  animation-name: flip-vertical;
}

.has-animation.flip-horizontal.start-animation {
  -webkit-animation-name: flip-horizontal;
  -moz-animation-name: flip-horizontal;
  -o-animation-name: flip-horizontal;
  /*animation-name: flip-horizontal;*/
}

/**
 * Flexslider
 * ----------------------------------------------------------------------------
 */
.flex-gallery,
.gravity-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.61538462em;
}
.flex-gallery:hover .flex-prev,
.gravity-slider:hover .flex-prev {
  left: 0;
  opacity: 0.7;
}
.flex-gallery:hover .flex-next,
.gravity-slider:hover .flex-next {
  right: 0;
  opacity: 0.7;
}
header + .flex-gallery, header +
.gravity-slider {
  margin-bottom: 0;
}

.flex-prev, .flex-next {
  background-color: #32bfec;
}
.flex-prev .icon, .flex-next .icon {
  position: relative;
  top: 6px;
  color: #fff;
  font-size: 26px;
}
.flex-gallery .flex-prev:hover, .flex-gallery .flex-next:hover {
  opacity: 1;
}

.flex-prev .icon {
  left: -1px;
}
.gravity-slider .flex-prev .icon {
  left: 13px;
}

.flex-next .icon {
  left: -13px;
}

.dark-controls .flex-direction-nav a {
  background-color: #333;
}

/**
 * Gallery
 * ----------------------------------------------------------------------------
 */
.mf-gallery {
  margin-bottom: 1.61538462em;
}
.mf-gallery.portfolio-full-section {
  margin-bottom: 0;
}
.full-width-content .mf-gallery {
  margin-bottom: 0;
}

.mf-gallery > a {
  float: left;
}

.gallery-col-3 > a {
  width: 33.33333333%;
}

.gallery-col-6 > a {
  width: 16.66666666%;
}

.gallery-col-5 > a {
  width: 20%;
}

.gallery-col-4 > a {
  width: 25%;
}

.gallery-col-2 > a {
  width: 50%;
}

.gallery-col-1 > a {
  width: 100%;
}

.gallery-big-image.gallery-col-3 > a:first-child {
  width: 66.66666666%;
}

.gallery-big-image.gallery-col-4 > a:first-child {
  width: 50%;
}

.gallery-big-image.gallery-col-5 > a:first-child {
  width: 40%;
}

.gallery-big-image.gallery-col-6 > a:first-child {
  width: 33.33333333%;
}

.gallery-gap > a {
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gravity-gallery-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 15px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-style: italic;
}

.img-overlay {
  display: block;
  position: relative;
}
.img-overlay img {
  position: relative;
  z-index: 5;
}
.img-overlay .retina-img {
  display: none;
  top: 0;
  left: 0;
}
.img-overlay span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  background-color: rgba(50, 191, 236, 0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.img-overlay span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNFRTcyRENDQUMxMTFFM0EzNURGRUE4M0E5MDJEMzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNFRTcyRERDQUMxMTFFM0EzNURGRUE4M0E5MDJEMzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0VFNzJEQUNBQzExMUUzQTM1REZFQTgzQTkwMkQzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0VFNzJEQkNBQzExMUUzQTM1REZFQTgzQTkwMkQzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmMPIuMAAAFHSURBVHja7NixDoIwEAZgqobRxAFfwpHNzdX3cWc2DrK7+SBObg4O+hRGTHyBepiaAFKh7d0VE5r8KQkIH9Jr0gopZdDlNgg63orAEJJC7hDpGF1LjO+Rf2KVrcRrwY8kJvco/vCuTsQND8BIYgNs8/acyPd1olDFnwPBWANryEpzTviu4giy7Oo0k+MOkBnkCtlor/QwBiPIRT0r76eaMemlSHS4usJhBzbhqkhWYBUXtZiC2ICmuFKogU44aqAzjhKIgqMCouEogKg4bCAWjmSixvzn0IHYnxUViD7mMIEUODQgFQ4FSIlzBlLjnIAcOGvghAn35Ri1XOQ8IWd1vIDcuFZXJuviIWQMeRCbSg7fC/dG4F9tv/VAV2Cm+tijZ16xlIB71Z8Qdlhtc1SGXd3eTAhJIZn01zJlCOv2B/sisWkvAQYAWP1dFWZPXzUAAAAASUVORK5CYII=);
  -webkit-transition: top .2s;
  -moz-transition: top .2s;
  -ms-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s;
}
.gravity-gallery .img-overlay span:after, #product-thumbnails .img-overlay span:after, #project-detail .entry-thumbnail .img-overlay span:after, .single .entry-thumbnail .img-overlay span:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzUyRjgyOTlCRDZEMTFFM0FDMEJGNzYzQTQ4NDlDMTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzUyRjgyOUFCRDZEMTFFM0FDMEJGNzYzQTQ4NDlDMTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNTJGODI5N0JENkQxMUUzQUMwQkY3NjNBNDg0OUMxNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNTJGODI5OEJENkQxMUUzQUMwQkY3NjNBNDg0OUMxNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvFe9UIAAAB7SURBVHja7NdBCsAgDERRR3L/K6cUuiih3bQjRPgDbuVFQUZl5uiccG1UB5Vk2XeaB85r2TJH8wAECBAgQIAAAe4NjKeyuaLAfslZeqOUTWdx/e3b54rvYtPJyQp0fHB2+TTxDgIECBAgQIAAAb4WVkfUFugqqDWHAAMAKJMUXcdw6YYAAAAASUVORK5CYII=);
}
.portfolio-boxed .img-overlay span:after {
  display: none;
  background-image: none;
}
.img-overlay:hover span {
  opacity: 1;
}
.img-overlay:hover span:after {
  top: 50%;
}
.img-overlay:hover .portfolio-meta {
  opacity: 1;
  top: 50%;
}

.img-boxed {
  overflow: hidden;
}

.img-boxed:after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  background-color: rgba(50, 191, 236, 0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);*/
}

.img-boxed:hover:after {
  opacity: 1;
}

.img-photo img {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -ms-transition: -ms-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}

.img-photo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-photo .img-photo:after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.portfolio-photo .img-photo:hover:after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.gallery dl.gallery-item {
  position: relative;
  margin-bottom: 0;
}

.gallery-item img {
  border-color: transparent !important;
}

.gallery dd.gallery-caption {
  width: 100%;
  position: absolute;
  bottom: 2px;
  padding: 7px 15px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.gallery dl:hover dd.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
}

/**
 * 5.3 Forms
 * ----------------------------------------------------------------------------
 */
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  border-color: transparent;
  border-top-color: #999;
  border-width: 6px;
}

select {
  padding: 5px;
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
}
select:focus {
  outline: 0;
}

/**
 * 5.4 Headings
 * ----------------------------------------------------------------------------
 */
.heading-border {
  position: relative;
  padding-bottom: 10px;
}
.heading-border:after {
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 2px solid #ccc;
}
.heading-border.text-center:after {
  left: 50%;
  margin-left: -20px;
}

h1.heading-border {
  padding-bottom: 16px;
  margin-bottom: 17px;
}

h3.heading-border {
  margin-bottom: 13px;
}

.text-center + .small {
  text-align: center;
}

/**
 * 5.5 Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 1.5em;
  margin-right: 15px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.btn:focus {
  outline: 0;
}

.btn-primary-color {
  background-color: #32bfec;
  color: #fff;
}
.btn-primary-color:hover {
  background-color: #14a8d7;
  color: #fff;
}

.btn-accent-color {
  background-color: #f68235;
  color: #fff;
}
.btn-accent-color:hover {
  background-color: #f46d13;
  color: #fff;
}

.btn-see-through {
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-see-through:hover {
  background-color: #fff;
  color: #000;
}

.btn-see-through-dark {
  border: 2px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.btn-see-through-dark:hover {
  background-color: #000;
  color: #fff;
}

.btn-extra-color1 {
  background-color: #2fc4c4;
  color: #fff;
}
.btn-extra-color1:hover {
  background-color: #28a7a7;
  color: #fff;
}

.btn-extra-color2 {
  background-color: #a78dd6;
  color: #fff;
}
.btn-extra-color2:hover {
  background-color: #997acf;
  color: #fff;
}

.btn-extra-color3 {
  background-color: #444444;
  color: #fff;
}
.btn-extra-color3:hover {
  color: #fff;
}

.btn-extra-color4 {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0);
  color: #000;
}
.btn-extra-color4:hover {
  color: #000;
}

.btn-color-light {
  background-color: #e5e5e5;
  color: #333;
}
.btn-color-light:hover {
  background-color: #d8d8d8;
  color: #333;
}

.btn-large {
  padding: 15px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
}
.btn-large.btn-see-through, .btn-large.btn-see-through-dark {
  padding-top: 13px;
  padding-bottom: 12px;
}

.btn-medium {
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538462em;
  font-weight: 700;
}
.btn-medium.btn-see-through, .btn-medium.btn-see-through-dark {
  padding-top: 13px;
  padding-bottom: 12px;
}

.btn-small {
  padding: 9px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538462em;
  font-weight: 600;
}
.btn-small.btn-see-through, .btn-small.btn-see-through-dark {
  padding-top: 7px;
  padding-bottom: 6px;
}

.btn-tiny {
  padding: 5px 9px 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.btn-inline {
  margin-left: 15px;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.btn .icon {
  position: relative;
  top: 1px;
}

.btn .icon-after {
  padding-left: 4px;
}

.btn .icon-before {
  padding-right: 4px;
}

.tp-caption .btn,
.tp-caption .btn:hover {
  color: #fff;
}

.tp-caption .btn-extra-color4,
.tp-caption .btn-see-through-dark {
  color: #000;
}

.tp-caption .btn-color-light,
.tp-caption .btn-color-light:hover {
  color: #333;
}

.tp-caption .btn-see-through-dark:hover {
  color: #fff;
}

.tp-caption .btn-see-through:hover {
  color: #000;
}

/**
 * Accordion
 * ----------------------------------------------------------------------------
 */
.panel-heading .icon-minus {
  display: none;
}

.panel-heading.ui-accordion-header-active .icon-minus {
  display: block;
}

.panel-heading.ui-accordion-header-active .icon-plus {
  display: none;
}

/**
 * 5.6 Alerts
 * ----------------------------------------------------------------------------
 */
.alert,
div.wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked,
.wpcf7-form .wpcf7-mail-sent-ok {
  position: relative;
  overflow: hidden;
  padding: 14px 15px 0;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.alert > p:last-child,
.alert > ul:last-child,
div.wpcf7-validation-errors > p:last-child,
div.wpcf7-validation-errors > ul:last-child,
.wpcf7-form .wpcf7-mail-sent-ng > p:last-child,
.wpcf7-form .wpcf7-mail-sent-ng > ul:last-child,
.wpcf7-form .wpcf7-spam-blocked > p:last-child,
.wpcf7-form .wpcf7-spam-blocked > ul:last-child,
.wpcf7-form .wpcf7-mail-sent-ok > p:last-child,
.wpcf7-form .wpcf7-mail-sent-ok > ul:last-child {
  margin-bottom: 14px;
}

div.wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked,
.wpcf7-form .wpcf7-mail-sent-ok {
  padding-bottom: 14px;
}

.alert-info {
  background-color: #b1e9fb;
  border-color: #9cd4e6;
}

.alert-success,
.wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #b8e9a7;
  border-color: #a1d78e;
}

.alert-warning {
  background-color: #ffcc8a;
  border-color: #e6b577;
}

.alert-danger,
div.wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked {
  background-color: #e3625f;
  border-color: #cb4643;
}

.close {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 15px 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}
.close + p {
  margin-right: 30px;
}

.close:hover, .close:focus {
  color: #000;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/**
 * Image
 * ----------------------------------------------------------------------------
 */
.img-wrapper {
  position: relative;
  margin-bottom: 21px;
}
.img-wrapper img {
  display: inline-block;
}
.img-wrapper.img-right {
  text-align: right;
}
.img-wrapper.img-center {
  text-align: center;
}

/**
 * Team Members
 * ----------------------------------------------------------------------------
 */
.team-members-img {
  margin-bottom: 13px;
}

.team-members > ul {
  overflow: visible;
  margin-bottom: 0;
}
.boxed .team-members > ul {
  margin-bottom: 21px;
}

/**
 * Dividers
 * ----------------------------------------------------------------------------
 */
.divider {
  clear: both;
  margin: 21px 0;
  border-top-color: transparent;
}

.divider-bordered {
  border-top-color: #eaeaea;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.divider-light {
  border-top-color: #444;
}

.divider-dashed {
  border-top-style: dashed;
  border-bottom-color: transparent;
}

.divider-shadow {
  height: 21px;
  background: url(img/divider-shadow.png) 50% 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

/**
 * Icons
 * ----------------------------------------------------------------------------
 */
.icon-wrapper {
  float: left;
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.icon-wrapper.text-center {
  float: none;
  display: block;
  padding-right: 0;
}

.icon-image-center {
  margin-bottom: 7px;
}

.featured-box-center {
  width: 100%;
  padding-right: 0;
  padding-bottom: 10px;
  text-align: center;
}
.featured-box-center ~ h2, .featured-box-center ~ .featured-box-content {
  text-align: center;
}
.featured-box-center .btn {
  margin-right: 0;
}

.featured-box.text-center .btn {
  margin-right: 0;
}

.featured-box-tiny + .featured-box-inner {
  margin-left: 30px;
}

.featured-box-small + .featured-box-inner {
  margin-left: 30px;
}

.featured-box-medium + .featured-box-inner {
  margin-left: 40px;
}

.featured-box-large + .featured-box-inner {
  margin-left: 50px;
}

.featured-box-small.featured-box-circle + .featured-box-inner {
  margin-left: 46px;
}

.featured-box-image + .featured-box-inner {
  margin-left: 0 !important;
}

.icon-primary-color {
  color: #32bfec;
}

.icon-accent-color {
  color: #f68235;
}

.icon-extra-color1 {
  color: #2fc4c4;
}

.icon-extra-color2 {
  color: #a78dd6;
}

.icon-extra-color3 {
  color: #444444;
}

.icon-extra-color4 {
  color: #fafafa;
}

.icon-black {
  color: #333333;
}

.icon-white {
  color: #fff;
}

.icon-tiny {
  font-size: 1em;
}

.icon-small {
  font-size: 1.38461538em;
  line-height: 1.55555556em;
}

.icon-medium {
  font-size: 1.84615385em;
}

.icon-large {
  font-size: 2.46153846em;
}

.icon-style-inline,
.icon-style-left {
  vertical-align: middle;
}

.circled {
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.circled.icon-tiny {
  padding: 4px;
}
.circled.icon-small {
  display: inline;
  padding: 9px;
}
.circled.icon-medium {
  width: 50px;
  line-height: 50px;
}
.circled.icon-large {
  width: 66px;
  line-height: 66px;
}
.circled.icon-primary-color {
  background-color: #32bfec;
  color: #fff;
}
.circled.icon-accent-color {
  background-color: #f68235;
  color: #fff;
}
.circled.icon-extra-color1 {
  background-color: #2fc4c4;
  color: #fff;
}
.circled.icon-extra-color2 {
  background-color: #a78dd6;
  color: #fff;
}
.circled.icon-extra-color3 {
  background-color: #444444;
  color: #fff;
}
.circled.icon-extra-color4 {
  background-color: #fafafa;
  color: #fff;
}
.circled.icon-black {
  background-color: #333333;
  color: #fff;
}
.circled.icon-white {
  background-color: #fff;
  color: #000;
}

img.circled {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**
 * Lists
 * ----------------------------------------------------------------------------
 */
.custom-list {
  margin-left: 0;
  list-style-type: none;
}

.custom-list-item {
  margin-bottom: 4px;
  line-height: 1.84615385em;
}

.medium-list .custom-list-item {
  font-size: 1.07692308em;
}

.large-list .custom-list-item {
  font-size: 1.23076923em;
}

.custom-list-item .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-right: 7px;
}

/**
 * Carousel
 * ----------------------------------------------------------------------------
 */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.caroufredsel_wrapper {
  overflow: hidden;
  margin: 0 !important;
}

.carousel-header h3 {
  float: left;
  line-height: 29px;
}

.carousel-header .carousel-controls {
  float: right;
  margin-bottom: 0.53846154em;
}

.carousel-control {
  display: inline-block !important;
  padding: 0 10px;
  margin-left: 1px;
  background-color: #32bfec;
  color: #fff;
}

.carousel-wrapper > .carousel-controls .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.carousel-wrapper:hover > .carousel-controls .carousel-control {
  opacity: .7;
}

.carousel-control:hover {
  opacity: 1 !important;
  color: #fff;
}

.carousel-wrapper > .carousel-controls .carousel-prev {
  left: -15px;
}

.carousel-wrapper > .carousel-controls .carousel-next {
  right: -15px;
}

.carousel-wrapper:hover > .carousel-controls .carousel-prev {
  left: 15px;
}

.carousel-wrapper:hover > .carousel-controls .carousel-next {
  right: 15px;
}

.carousel-items > div {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

/**
 * Testimonial
 * ----------------------------------------------------------------------------
 */
.carousel-wrapper .testimonial {
  float: left;
}

.testimonial {
  margin-bottom: 1.5em;
}
.testimonial img {
  margin-right: 15px;
}

.testimonial-author {
  padding-left: 20px;
}

.testimonial-author span {
  font-style: italic;
}

.testimonial-large blockquote,
.testimonial-large .testimonial-author {
  padding: 0 60px;
}
.testimonial-large blockquote {
  border-left: none;
  font-size: 1.61538462em;
  line-height: 1.33333333em;
}
.testimonial-large .testimonial-author {
  font-size: 1.07692308em;
}

/**
 * Table
 * ----------------------------------------------------------------------------
 */
.table,
.widget_calendar table {
  width: 100%;
}

th {
  text-align: left;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.widget_calendar table > thead > tr > th,
.widget_calendar table > thead > tr > td,
.widget_calendar table > tbody > tr > th,
.widget_calendar table > tbody > tr > td,
.widget_calendar table > tfoot > tr > th,
.widget_calendar table > tfoot > tr > td {
  padding: 8px;
  line-height: 21px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th,
.widget_calendar table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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,
.widget_calendar table > caption + thead > tr:first-child > th,
.widget_calendar table > caption + thead > tr:first-child > td,
.widget_calendar table > colgroup + thead > tr:first-child > th,
.widget_calendar table > colgroup + thead > tr:first-child > td,
.widget_calendar table > thead:first-child > tr:first-child > th,
.widget_calendar table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody,
.widget_calendar table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table,
.widget_calendar table .table {
  background-color: #fafafa;
}

/**
 * Pricing Table
 * ----------------------------------------------------------------------------
 */
.pricing-table {
  /*margin-bottom: 1.5em;*/
}

.pricing-table h3 {
  background-color: #eee;
  padding: 14px 15px;
  margin: 0 -15px;
}

.pricing-table .pricing-featured h3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pricing-table h4 {
  padding-top: 14px;
  margin-bottom: 0;
}

.pricing-column {
  position: relative;
  z-index: 1;
  padding-bottom: 21px;
  margin: 20px 0 20px -1px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.pricing-column:first-child {
  margin-left: 0;
}
.pricing-column ul {
  margin-left: 0;
  list-style-type: none;
}
.pricing-column li {
  padding: 11px 15px 10px;
}
.pricing-column li:nth-child(odd) {
  background-color: #eee;
}

.pricing-featured {
  z-index: 10;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pricing-featured .pricing-action {
  padding-bottom: 21px;
}

.table-primary-color h3 {
  background-color: #32bfec;
  color: #fff;
}

.table-accent-color h3 {
  background-color: #f68235;
  color: #fff;
}

.table-extra-color1 h3 {
  background-color: #2fc4c4;
  color: #fff;
}

.table-extra-color2 h3 {
  background-color: #a78dd6;
  color: #fff;
}

.table-extra-color3 h3 {
  background-color: #444444;
  color: #fff;
}

.table-extra-color4 h3 {
  background-color: #fafafa;
  color: #000;
}

.pricing-column-content {
  margin-right: -15px;
  margin-left: -15px;
}

.pricing-interval {
  display: block;
  padding-bottom: 14px;
}

.pricing-action .btn {
  margin-right: 0;
  margin-bottom: 0;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
.tab-wrapper {
  margin-bottom: 21px;
}

.tab-list {
  margin-bottom: 0;
}

.tab-list li {
  padding-right: 0;
  padding-left: 0;
  margin-right: 1px;
  margin-bottom: -1px;
}

.panel-link {
  display: block;
  position: relative;
  padding: 10px 15px;
  background-color: #fafafa;
  border: 1px solid #eee;
  color: #32bfec;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tab-list .panel-link {
  border-bottom-width: 0;
}

.ui-accordion-header-active .panel-link,
.ui-tabs-active .panel-link,
.panel-link:hover {
  background-color: #32bfec;
  border-color: #32bfec;
  color: #fff;
}

.panel-content {
  overflow: hidden;
  padding: 14px 15px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

/**
 * Accordion
 * ----------------------------------------------------------------------------
 */
.panel-heading {
  margin-bottom: 1px;
}
.panel-heading.ui-accordion-header-active {
  margin-bottom: 0;
}
.panel-heading h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.panel-heading .icon {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 17px;
}
.panel-heading .icon-minus {
  display: none;
}

.panel-heading,
.panel-heading h3:focus {
  outline: 0;
}

.panel-body {
  margin-bottom: 3px;
}

/**
 * Clients
 * ----------------------------------------------------------------------------
 */
.client-item a img {
  opacity: .75;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.client-item a:hover img {
  opacity: 1;
}

/**
 * Promo Box
 * ----------------------------------------------------------------------------
 */
.promo-box h2 + .btn {
  margin-top: 13px;
}

/**
 * Lightbox
 * ----------------------------------------------------------------------------
 */
.lightbox {
  position: relative;
  padding: 20px 45px 20px 20px;
  margin: 0 auto;
  background: #fff;
}

.mfp-close-btn-in .mfp-close {
  /*color: #fff;*/
  opacity: .9;
}
.mfp-close-btn-in .mfp-close:active {
  top: 0;
}

/**
 * Google Map
 * ----------------------------------------------------------------------------
 */
.google-map {
  margin-bottom: 21px;
}
.full-width-content .google-map {
  margin-bottom: 0;
}

.google-map-wrapper img {
  max-width: inherit;
}

/**
 * Banner
 * ----------------------------------------------------------------------------
 */
.has-animation .banner-inner {
  opacity: 0;
}

.start-animation .banner-inner {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-from-top.start-animation .banner-inner {
  -webkit-animation-name: fade-from-top;
  -moz-animation-name: fade-from-top;
  -o-animation-name: fade-from-top;
  animation-name: fade-from-top;
}

.fade-from-right.start-animation .banner-inner {
  -webkit-animation-name: fade-from-right;
  -moz-animation-name: fade-from-right;
  -o-animation-name: fade-from-right;
  animation-name: fade-from-right;
}

.fade-from-bottom.start-animation .banner-inner {
  -webkit-animation-name: fade-from-bottom;
  -moz-animation-name: fade-from-bottom;
  -o-animation-name: fade-from-bottom;
  animation-name: fade-from-bottom;
}

.fade-from-left.start-animation .banner-inner {
  -webkit-animation-name: fade-from-left;
  -moz-animation-name: fade-from-left;
  -o-animation-name: fade-from-left;
  animation-name: fade-from-left;
}

.flip-vertical.start-animation .banner-inner {
  -webkit-animation-name: flip-vertical;
  -moz-animation-name: flip-vertical;
  -o-animation-name: flip-vertical;
  animation-name: flip-vertical;
}

.flip-horizontal.start-animation .banner-inner {
  -webkit-animation-name: flip-horizontal;
  -moz-animation-name: flip-horizontal;
  -o-animation-name: flip-horizontal;
  animation-name: flip-horizontal;
}

.grow-in.start-animation .banner-inner {
  -webkit-animation-name: grow-in;
  -moz-animation-name: grow-in;
  -o-animation-name: grow-in;
  animation-name: grow-in;
}

.banner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-top: 13px;
  padding-bottom: 13px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

.banner-inner {
  position: absolute;
  right: 10%;
  left: 10%;
}

.pos-left[data-animation="fade-from-right"] {
  right: auto;
  left: 25%;
}

.pos-right[data-animation="fade-from-left"] {
  right: 25%;
  left: auto;
}

.pos-bottom[data-animation="fade-from-top"] {
  top: auto;
  bottom: 75px;
}

.pos-top[data-animation="fade-from-bottom"] {
  top: 75px;
  bottom: auto;
}

.pos-middle {
  margin: 0 auto;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  left: auto;
}

.text-right .btn {
  margin-right: 0;
  margin-left: 15px;
}

.banner-link,
.banner-link:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #333333;
}

.banner-inner .banner-link {
  position: initial;
}

/**
 * Gravity Slider
 * ----------------------------------------------------------------------------
 */
.slide-item {
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.slide-item .container {
  height: 100%;
  position: relative;
}
.slide-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-content {
  position: absolute;
  top: 30px;
  z-index: 10;
}
.slide-content h2 {
  margin-bottom: 12px;
  font-family: "Open Sans";
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
.slide-content p {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.slide-content-bottom {
  top: auto;
  bottom: 30px;
}

.slide-content-center {
  width: 100%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.slide-content-center.slide-content-bottom {
  bottom: 40px;
}

.slide-content-right {
  right: 0;
}

.slide-overlay-texture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url(img/slide-texture-overlay.png) repeat 0 0;
}

.js .slide-content > h2,
.js .slide-content > p,
.js .slide-content > .slide-buttons {
  opacity: 0;
  padding-top: 30px;
}

.flex-control-nav {
  z-index: 10;
  bottom: 10px;
}
.flex-control-nav li a {
  border: 1px solid #fff;
}
.flex-control-nav li a.flex-active {
  background-color: #fff;
}

.js .slide-loader {
  position: absolute;
}

.js .loader {
  width: 100%;
  height: 480px;
  z-index: 1;
  background: #666666 url(img/loader2.gif) 50% 50% no-repeat;
}

/**
 * Progress Bar
 * ----------------------------------------------------------------------------
 */
.progress {
  overflow: hidden;
  margin-bottom: 21px;
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.progress-bar {
  float: left;
  position: relative;
  width: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -ms-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.progress-bar span {
  float: right;
  margin-right: 10px;
}

.progress-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

/**
 * Pie Chart
 * ----------------------------------------------------------------------------
 */
.chart {
  position: relative;
  height: 120px;
  margin-bottom: 13px;
}
.chart span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.chart-wrapper h4,
.counter-wrapper h4 {
  font-size: 18px;
  font-weight: 400;
}

.counter-wrapper h3 {
  font-size: 28px;
  line-height: 33px;
}

.counter-icon {
  margin-bottom: 13px;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
.tooltip {
  position: relative;
  padding: 10px;
  color: #999 !important;
  font-size: 16px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.tooltip:hover {
  color: #32bfec !important;
}
.tooltip span.tooltip-data {
  display: block;
  position: absolute;
  top: 45px;
  left: -50%;
  z-index: 1050;
  padding: 4px 6px;
  background-color: rgba(20, 20, 20, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.tooltip-top .tooltip span.tooltip-data {
  top: auto;
  bottom: 45px;
}
.tooltip span.tooltip-data:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid rgba(20, 20, 20, 0.9);
}
.tooltip-top .tooltip span.tooltip-data:before {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid rgba(20, 20, 20, 0.9);
}
.tooltip:hover span:last-child {
  top: 35px;
  opacity: 1;
}
.tooltip-top .tooltip:hover span:last-child {
  top: auto;
  bottom: 35px;
}

/**
 * Audio
 * ----------------------------------------------------------------------------
 */
.mejs-controls .mejs-playpause-button button:active,
.mejs-controls .mejs-playpause-button button:focus {
  outline: 0 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #616161 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #32bfec !important;
}

iframe {
  max-width: 100%;
}

/**
 * Video
 * ----------------------------------------------------------------------------
 */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56%;
  position: relative;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static;
}

.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}

/**
 * Share Buttons
 * ----------------------------------------------------------------------------
 */
.share-buttons li {
  position: relative;
  padding-left: 0;
  margin-bottom: 13px;
}

/**
 * Recent Projects
 * ----------------------------------------------------------------------------
 */
.recent-projects article {
  margin-bottom: 21px;
}

.related-posts {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/**
 * 6.0 Header
 * ----------------------------------------------------------------------------
 */
#wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

#logo-retina {
  display: none;
}

#top-header {
  background-color: whitesmoke;
  border-bottom: 1px solid #eee;
  font-size: 1em;
}

.navbar,
.navbar ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-brand {
  font-size: 1.61538462em;
  line-height: 3em;
}

#breadcrumb {
  position: absolute;
  bottom: 25px;
  margin-top: 13px;
  margin-bottom: -19px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: rgba(51, 51, 51, 0.7);
}
.text-light #breadcrumb {
  color: rgba(255, 255, 255, 0.7);
}
#breadcrumb a {
  color: #333;
}
.text-light #breadcrumb a {
  color: #fff;
}
#breadcrumb a:hover {
  color: inherit;
}

.parallax-header {
  background-attachment: fixed;
}

#page-header {
  position: relative;
  padding-top: 32px;
  padding-bottom: 13px;
  background-color: #ebebeb;
  color: #666;
}
#page-header.text-light {
  color: #fff;
}

#page-header-main {
  margin-bottom: 26px;
}

.project-nav-link a {
  display: block;
  opacity: .7;
  color: #666;
  font-size: 42px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.text-light .project-nav-link a {
  color: #fff;
}
.project-nav-link a:hover {
  opacity: 1;
}

.project-list {
  text-align: center;
}
.project-list a {
  margin-top: 10px;
  font-size: 28px;
}

.project-next {
  text-align: right;
}

/**
 * 6.0 Navigation
 * ----------------------------------------------------------------------------
 */
#site-navigation,
.secondary-navigation {
  display: none;
}

.navbar-wrapper {
  position: relative;
}

.nav-toggle {
  position: relative;
  float: right;
  padding: 12px 15px 9px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-toggle .icon {
  font-size: 21px;
}

.navbar li {
  position: relative;
  display: block;
}
.navbar li a {
  position: relative;
  display: block;
  padding: 12px 15px;
}
.navbar li a:hover {
  background-color: rgba(255, 255, 255, 0);
}
.js .navbar ul {
  overflow: hidden;
  max-height: 0;
}

.nav-icon > a:before {
  position: relative;
  top: 1px;
  right: 6px;
  font-family: "icons";
}

.js .navbar ul.active {
  max-height: 200em;
}

.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  position: absolute;
  right: 12px;
  width: 0;
  height: 0;
  content: "";
  margin-top: 8px;
  border-top: 4px solid #777777;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.menu-item-has-children a.active:after {
  border-top-width: 0;
  border-bottom: 4px solid #777777;
}

.jPanelMenu-panel {
  /*background: none !important;*/
}

.logged-in #jPanelMenu-menu {
  top: 46px;
}

#jPanelMenu-menu {
  padding-right: 0;
  background-color: #333;
}
#jPanelMenu-menu a,
#jPanelMenu-menu .search-item {
  border-bottom: 1px solid #3a3a3a;
}
#jPanelMenu-menu .sub-menu a {
  padding-left: 30px;
}
#jPanelMenu-menu .navbar-secondary {
  margin-top: 2em;
  font-size: 1em;
}

/*
 * Search
 * ----------------------------------------------------------------------------
 */
.search-wrapper input[type="search"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333333;
  color: #cccccc;
  border: none;
  padding: 12px 45px 12px 15px;
}
.search-wrapper input[type="search"]:focus {
  outline: 0;
  background-color: #383838;
}
.search-wrapper .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
}
.search-wrapper input[type="submit"] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: transparent;
  border: none;
}
.search-wrapper .icon {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #acacac;
  font-size: 18px;
  cursor: pointer;
}
.search-wrapper .submit-btn:hover .icon {
  color: #32bfec;
}
.search-wrapper .icon-remove {
  display: none;
}

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------
 */
[role="main"] {
  margin-top: 42px;
  margin-bottom: 42px;
}
.page-template-default [role="main"], .page-template-page-contact-php [role="main"], .page-template-page-portfolio-full-width-php [role="main"], .single-lato_portfolio.project-full-width [role="main"] {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-page [role="main"] {
  margin-top: 42px;
  margin-bottom: 42px;
}
.page-template-page-right-sidebar-php [role="main"], .page-template-page-left-sidebar-php [role="main"] {
  margin-bottom: 42px;
}
[role="main"] > .row {
  margin-right: 0;
  margin-left: 0;
}
.full-width-content > .medium-12 {
  padding-right: 0;
  padding-left: 0;
}
[role="main"] > .contact-map-row {
  margin-right: -15px;
  margin-left: -15px;
}

#wrapper [role="main"] .full-width-content {
  margin-right: -15px;
  margin-left: -15px;
}

/**
 * 6.0 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.gravity_flickr .mf-gallery img {
  height: 92px;
}

/**
 * 5.0 Footer
 * ----------------------------------------------------------------------------
 */
#footer-main {
  padding-top: 3em;
  background-color: #333333;
  color: #aaaaaa;
}

#footer-secondary {
  background-color: #2b2b2b;
  border-top: 1px solid #373737;
  color: #999999;
}

.footer-copy {
  margin-top: 11px;
  margin-bottom: 11px;
}

#scroll-top {
  display: block;
}
#scroll-top:hover {
  background-color: #32bfec;
  color: white;
}
#scroll-top .icon {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -5px;
}

/* Cookies */
#cookie-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 0;
  background-color: white;
  color: #333333;
  font-size: 1em;
  text-align: center;
}
#cookie-wrapper .container {
  position: relative;
  padding-right: 45px;
}
#cookie-wrapper .container .icon {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
#cookie-wrapper .container .icon:hover {
  color: #32bfec;
}

/**
 * 6.0 Post
 * ----------------------------------------------------------------------------
 */
.hentry {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #dddddd;
}
.single .hentry {
  margin-bottom: 0;
}

.sticky {
  padding: 13px 15px;
  background-color: #fff;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.entry-pinterest {
  border-bottom: none;
}
.entry-pinterest h1 {
  font-size: 2em;
}
.entry-pinterest.sticky {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.entry-list-style h1 {
  font-size: 2em;
}

.entry-outer {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.entry-header {
  margin-bottom: 1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-header > small {
  color: #777;
  font-size: 1em;
}
.entry-header .gravity-gallery {
  margin-bottom: 1em;
}

.single .entry-title {
  font-weight: 600;
}

.post-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 1em;
}
.format-audio .post-thumbnail {
  margin-bottom: 0;
}

.entry-thumbnail .video-wrapper,
.entry-thumbnail .wp-audio-shortcode {
  margin-bottom: 1em;
}

.entry-inner {
  overflow: hidden;
  padding: 9px 15px 0;
  margin-bottom: 0.69230769em;
}
.entry-pinterest .entry-inner {
  padding: 0;
}
.format-quote .entry-inner {
  padding: 9px 15px 0;
}

.format-aside .entry-inner {
  background-color: #fff;
}

.single .format-aside .entry-inner {
  padding: 15px;
}
.single .format-aside .entry-inner p:last-child {
  margin-bottom: 0;
}

.format-quote blockquote {
  padding-left: 0;
  border-left: none;
}

.format-quote .entry-inner {
  background-color: #32bfec;
  color: #fff;
}
.format-quote .entry-inner a {
  color: #fff;
}

.more-btn {
  margin-bottom: 0;
}

.entry-pinterest footer {
  padding-top: 1em;
  margin-top: 1.5em;
  border-top: 1px dashed #ddd;
}

.icon-meta-block {
  color: #a3a3a3;
  font-size: 1em;
}

.byline {
  font-style: italic;
}

.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post > .entry-meta {
  margin-top: 3em;
}

.icon-meta-block a {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.icon-meta-block .icon,
.gravity_contact_detail .icon {
  position: relative;
  top: 1px;
  padding-right: 4px;
  color: #d7d7d7;
  font-size: 16px;
}

.icon-meta-block > span {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
}

.section-title,
#reply-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.section-title:after,
#reply-title:after {
  width: 40px;
  height: 2px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #333;
}

#search-header {
    margin-bottom: 42px;
}

/* Post Navigation */
.page-links {
  margin: 1.5em 0;
}

.navigation {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-navigation {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #ddd;
}

.nav-prev,
.nav-next {
  display: inline-block;
  max-width: 50%;
}

.nav-links a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-prev {
  float: left;
}

.nav-next {
  float: right;
}

.paging-navigation {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  padding: 11px 18px;
  background-color: #32bfec;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page-numbers:hover {
  background-color: #14a8d7;
  color: #fff;
}

.current,
.dots {
  background-color: transparent;
  color: inherit;
}
.current:hover,
.dots:hover {
  background-color: inherit;
  color: inherit;
}

.author-info {
  padding: 1em 15px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px dashed #ddd;
  border-top-width: 0;
}
.author-info img {
  float: left;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.archive .author-info {
  margin-bottom: 21px;
  border-top: 1px dashed #ddd;
}

.author-bio {
  padding-left: 75px;
  color: #666;
}
.author-bio > p:last-child {
  margin-bottom: 7px;
}

.related-posts article {
  margin-bottom: 2em;
}

.related-posts h3,
.recent-posts h3 {
  margin-top: 0.38461538em;
}

/* Comments */
#comments {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-list {
  margin-bottom: 3em;
}
.comment-list ul {
  margin-left: 0;
  list-style-type: none;
}

.comment > article {
  position: relative;
  padding: 13px 15px;
  border-bottom: 1px dashed #ddd;
}

.comment.parent > article {
  padding: 13px 15px;
  border-bottom: 1px dashed #ddd;
}

.comment.depth-2 > article {
  padding-left: 45px;
}

.comment.depth-3 > article {
  padding-left: 75px;
}

.comment.depth-4 > article {
  padding-left: 105px;
}

.comment.depth-5 > article {
  padding-left: 135px;
}

.comment.depth-6 > article {
  padding-left: 165px;
}

.comment.bypostauthor > article {
  background-color: #fafafa;
}

.comment-author img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.comment-author cite {
  padding-left: 15px;
}
.comment-author cite, .comment-author .says {
  font-weight: 600;
}
.comment-author .says {
  color: #777;
  font-style: italic;
}
.comment-author cite, .comment-author cite a, .comment-author .says {
  vertical-align: top;
}

.comment-content {
  padding-left: 58px;
  margin-top: -17px;
}

.comment-meta {
  padding-left: 58px;
}

.comment-date {
  float: left;
  width: 50%;
}

.comment-actions {
  float: right;
  width: 50%;
  text-align: right;
}

.reply .icon,
.edit-link .icon {
  padding-right: 4px;
  vertical-align: middle;
}

.edit-link {
  float: right;
  padding-left: 15px;
}
.sticky .edit-link {
  padding-right: 35px;
}

#reply-title small {
  float: right;
  font-size: 14px;
  line-height: 21px;
}

/* Forms */
form label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}

.wpcf7-form > p,
.wpcf7-form .column > p {
  font-weight: 600;
}

.form-control,
.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text,
#calc_shipping_state,
#searchform #s,
.woocommerce .login .input-text,
.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 9px 15px;
  background-color: #e3e3e3;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  outline: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.form-control:hover, .form-control:focus, .form-control:active,
.woocommerce-billing-fields .input-text:hover,
.woocommerce-billing-fields .input-text:focus,
.woocommerce-billing-fields .input-text:active,
.woocommerce-shipping-fields .input-text:hover,
.woocommerce-shipping-fields .input-text:focus,
.woocommerce-shipping-fields .input-text:active,
#calc_shipping_state:hover,
#calc_shipping_state:focus,
#calc_shipping_state:active,
#searchform #s:hover,
#searchform #s:focus,
#searchform #s:active,
.woocommerce .login .input-text:hover,
.woocommerce .login .input-text:focus,
.woocommerce .login .input-text:active,
.wpcf7-form-control:hover,
.wpcf7-form-control:focus,
.wpcf7-form-control:active {
  background-color: #ebebeb;
}

.required {
  color: #e3625f;
}

input[type="file"] {
    padding-left: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="file"]:hover {
    background-color: transparent;
}

#submit,
.wpcf7-submit,
.wpcf7-submit:active,
.wpcf7-submit:focus {
  display: inline-block;
  padding: 5px 9px 7px;
  margin-bottom: 1.5em;
  margin-right: 15px;
  background-color: #32bfec;
  border: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  font-size: 1em;
  line-height: 1.61538462em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#submit:hover,
.wpcf7-submit:hover,
.wpcf7-submit:active:hover,
.wpcf7-submit:focus:hover {
  background-color: #14a8d7;
  color: #fff;
}

.wpcf7-submit {
  width: auto;
  margin-bottom: 0;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

div.wpcf7-response-output {
  margin-left: 0;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as {
  color: #777;
}

.comment-awaiting-moderation {
  padding-left: 58px;
  color: #76d555;
}

/* Portfolio */
.portfolio-item {
  padding-bottom: 0;
  border-bottom: none;
}

.row-elastic {
  margin: 0;
}

.column-elastic {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.column-elastic-grid {
  border: 2px solid transparent;
}

.portfolio-boxed {
  color: #fff;
}

.portfolio-meta h3 {
  margin-top: 0.38461538em;
}
.portfolio-meta a {
  color: inherit;
}
.portfolio-meta a:hover {
  color: #32bfec;
}
.portfolio-boxed .portfolio-meta {
  width: 100%;
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 15;
  opacity: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -24px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio-boxed .portfolio-meta a:hover {
  color: #fff;
}
.portfolio-photo .portfolio-meta {
  opacity: 1;
  top: 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.portfolio-categories {
  margin-bottom: 13px;
}

.page-template-page-portfolio-full-width-php .portfolio-filter {
  margin-top: 3em;
}

.portfolio-filter-heading {
  float: left;
}

.filter-list-wrapper {
  float: right;
}

.filter-list-text {
  float: left;
  display: block;
  margin-right: 15px;
}

#filters {
  float: left;
  margin-bottom: 0;
}

.portfolio-filter + hr {
  margin-top: 13px;
}

.project-social-meta {
  padding: 16px 0 0;
  margin-top: 21px;
  border: 1px dashed #ddd;
  border-width: 1px 0;
}
.project-social-meta ul {
  overflow: visible;
  margin-bottom: 0;
}
.project-social-meta span.tooltip-data {
  width: 80px;
  left: -23px;
}
.project-social-meta .tooltip .count {
  padding-left: 3px;
}

.project-social-full-width {
  margin-top: 7px;
}

.love-share .tooltip:hover,
.love-post .tooltip:hover,
.love-post .tooltip:hover .icon {
  color: #ce0a31 !important;
}

.facebook-share .tooltip:hover {
  color: #3b5998 !important;
}

.twitter-share .tooltip:hover {
  color: #00aced !important;
}

.googleplus-share .tooltip:hover {
  color: #d34836 !important;
}

.pinterest-share .tooltip:hover {
  color: #cb2027 !important;
}

.related-projects {
  margin-top: 42px;
}

.related-projects article {
  margin-bottom: 2em;
}

#project-detail .entry-thumbnail {
  margin-bottom: 21px;
}

#project-detail.project-detail-full-width .entry-thumbnail,
#project-detail.project-detail-full-width .flex-gallery,
#project-detail.project-detail-full-width .mf-gallery,
#project-detail.project-detail-full-width .video-wrapper {
  margin-bottom: 0;
}

.project-detail-full-width #project-aside {
  padding-top: 63px;
  padding-bottom: 63px;
  background-color: #fafafa;
}

.full-width-related-projects {
  padding-top: 63px;
  padding-bottom: 63px;
}

.smooth-scroll .project-detail-full-width {
  margin-right: 12px;
}

/* Sidebar */
/* Widgets */
.widget {
  margin-bottom: 3em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.widget > ul:last-child {
  margin-bottom: 0;
}
.widget > ul,
.widget .children,
.widget .menu {
  overflow: hidden;
  margin-left: 0;
  list-style-type: none;
}
.widget > ul > li,
.widget .menu > li {
  position: relative;
  border-bottom: 1px dashed #ddd;
}
.widget > ul > li a,
.widget .menu > li a {
  display: block;
  padding: 9px 0;
}
.widget .recentcomments {
  padding: 9px 0;
}
.widget .recentcomments a {
  padding: 0;
}
.widget .img-overlay {
  float: left;
  display: inline-block;
}

.widget .children > li a {
  border-bottom: 1px dashed #ddd;
}

.widget .children > li a {
  padding-left: 15px;
}

.widget .children > li:last-child a {
  /* border-bottom: none; */
}

.widget .children > li:only-child a {
  border-top: none;
}

.widget .children > li:first-child a {
  border-top: 1px dashed #ddd;
}

.widget_categories li,
.widget_product_categories li {
  position: relative;
}

.widget-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 13px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-title:after {
  width: 40px;
  height: 2px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ccc;
}
footer .widget-title:after {
  background-color: #aaaaaa;
}

footer .widget > ul > li,
footer .widget > .menu > li {
  border-bottom-color: #666;
}

footer .widget .icon-meta-block .icon,
footer .gravity_contact_detail .icon {
  color: #aaaaaa;
}

.widget-count,
.widget_layered_nav .count {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 2px 12px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tagcloud a {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 2px 5px 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 8pt !important;
}
.tagcloud a:hover {
  background-color: #32bfec;
  border-color: #32bfec;
  color: #fff;
}
footer .tagcloud a {
  border-color: rgba(255, 255, 255, 0.15);
}
.widget_product_tag_cloud .tagcloud a {
  font-size: 8pt !important;
}

.gravity_recent_posts li,
.gravity_contact_detail li {
  padding: 9px 0;
}

.widget .post-meta-widget a,
.gravity_contact_detail > ul > li a {
  display: inline;
  padding: 0;
}

.gravity_recent_posts .img-overlay {
  padding: 0;
  margin: 0 15px 15px 0;
}

.gravity_flickr .gallery-col-3 > a {
  width: auto;
}

.gravity_recent_projects .mf-gallery,
.gravity_flickr .mf-gallery {
  margin-bottom: 0;
}

footer .widget_calendar table > thead > tr > th,
footer .widget_calendar table > thead > tr > td,
footer .widget_calendar table > tbody > tr > th,
footer .widget_calendar table > tbody > tr > td,
footer .widget_calendar table > tfoot > tr > th,
footer .widget_calendar table > tfoot > tr > td {
  border-top-color: #666666;
}

footer .widget_calendar table > thead > tr > th {
  border-bottom-color: #666666;
}

/* Search */
.search-form,
#searchform {
  position: relative;
}

.search-form .search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3em;
}

.search-submit {
  width: 3em;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #999;
  font-size: 18px;
}
.search-submit:after {
  position: relative;
  content: "\e607";
  font-family: "icons";
}
.search-submit:focus, .search-submit:active {
  outline: 0;
}
.search-submit:hover {
  color: #32bfec;
}

/**
 * 3.0 Woocommerce
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'star';
  src: url("css/fonts/star.eot");
  src: url("css/fonts/star.eot?#iefix") format("embedded-opentype"), url("css/fonts/star.woff") format("woff"), url("css/fonts/star.ttf") format("truetype"), url("css/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

.product-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 21px;
}

.woocommerce-result-count {
  float: left;
  line-height: 42px;
}

.woocommerce-ordering {
  float: right;
  max-width: 240px;
  margin-bottom: 21px;
}

.product {
  margin-bottom: 3em;
}

.product-title {
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

.product-price {
  margin-top: 1.61538462em;
}

.product-prices {
  display: block;
  clear: both;
}

.price {
  color: #333;
  font-size: 1.61538462em;
  line-height: 1.14285714em;
  font-weight: 600;
}
.single-product-main .price {
  font-size: 2em;
  line-height: 1em;
}
.price ins {
  text-decoration: none;
}
.price del {
  color: #7d7d7d;
  font-weight: 400;
  font-size: 0.61904762em;
}
.single-product-main .price del {
  font-size: 0.61538462em;
  line-height: 1.625em;
}

.product h3 {
  color: #333;
}

.onsale {
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 100;
  background-color: #32bfec;
  color: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  line-height: 40px;
}

.product.featured .product-wrapper:before {
  content: "\e608";
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 25px;
  color: #f68235;
  font-family: "icons";
  font-size: 26px;
  line-height: 26px;
}

.wc-forward {
  float: right;
  position: relative;
  padding-right: 10px;
}
.wc-forward:after {
  position: absolute;
  right: 0;
  content: "\e6e9";
  font-family: "icons";
}

.add_to_cart_button,
.added_to_cart {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -40px;
  opacity: 0;
  background: rgba(50, 191, 236, 0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBOTY1NUE1QzAzODhFMzExOTM1NEUxOUNGQkM3Q0IwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OEFCRDkxNkNERjcxMUUzOUNDNkU2NEM3OEEyRDE2RiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OEFCRDkxNUNERjcxMUUzOUNDNkU2NEM3OEEyRDE2RiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc1OTk0MjkwNEZCNkUzMTFCOTAxQzJFNTg4RTBCMEMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE5NjU1QTVDMDM4OEUzMTE5MzU0RTE5Q0ZCQzdDQjAyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nwImqwAAAINJREFUeNpi+P//PwMaNgTizUD8FYrXAbEWujp0TX5A/BKIU4BYAIiFgDgLKuaES6M4ED8HYhMsrrAH4qdQg8BiTAwIkA3Eq4D4DAMmOAjEO4A4Ey6CZOoFIDbFYhsMOwLxGRif8T/YwaQDFijNSKK+/0wMZIJRjcNDIyzlkJzsAAIMAOF2vKZDCkExAAAAAElFTkSuQmCC) 13px 11px no-repeat;
  text-indent: -9999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.added_to_cart {
  float: none;
  display: inline-block;
  position: absolute;
  padding-right: 0;
  background: rgba(25, 195, 105, 0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAoCAYAAAB5ADPdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBN0NEOUMyM0UwRDVFMzExOEI2ODkyQzNCMjRGRkU0RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QUY4N0NFNERBQUYxMUUzOTVDQkI1RDgxRDFFRkZENyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QUY4N0NFM0RBQUYxMUUzOTVDQkI1RDgxRDFFRkZENyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE3Q0Q5QzIzRTBENUUzMTE4QjY4OTJDM0IyNEZGRTREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE3Q0Q5QzIzRTBENUUzMTE4QjY4OTJDM0IyNEZGRTREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qVQpHwAAAUZJREFUeNrs2LFLQlEUx/H7UgjEyUGQ6AUOLtns5FD/gUNbgUN7gqPQ1j/Q3JRt/QXOQbi8IWhra0kcWoKWgtf3wQ0keHWP1163OBc+CL5zLz/fPc8rRmmamtDGmglwaCgNpaE0lIb6Q6HqoYWqIcFOXkH0CwfyFR4wzCsoFxyojxYOvioq8k41McUe7kLoqRIucfpdoCJDjfCMM6fqbPscNQS1izqYSea7LtzCI2JhoCru0ZPMkzT6AIfo4sVxzrl9PRJttvCTj3HhWNuzd6kq3XJpqAoSDBz6b2b7yfx0qMyW7a/dnOtZS0xwsuSDsVQoYwPlNf4xblAqOpSxW5jYLf14r405mh7reoX63PjruEXfc03vs6+Ca4yxiRj7vl//qziQY/v76A3beAohVDY28Ir5KhaL9F8XDaWhNJSG+ieh3gUYAP0Ts4U4YtRCAAAAAElFTkSuQmCC);
}

.product-wrapper:hover .add_to_cart_button,
.product-wrapper:hover .added_to_cart {
  bottom: 0;
  opacity: 1;
}

.add_to_cart_button:hover {
  background-color: #32bfec;
}

.added_to_cart:hover {
  background-color: #19c369;
}

.quick-view-btn {
  display: none;
}

.product-lightbox {
  width: 90%;
  max-width: 800px;
  padding: 0;
  padding-right: 45px;
}

.product-column-description {
  padding: 20px 0 0 30px;
}

.product_type_variable {
  display: none;
}

.single-product-categories {
  float: left;
  margin-bottom: 1em;
}

.category-link {
  color: #7d7d7d;
  font-size: 11px;
  text-transform: uppercase;
}

.star-rating {
  float: right;
  width: 5.4em;
  height: 1em;
  overflow: hidden;
  position: relative;
  top: 3px;
  font-family: 'star';
  font-size: 1em;
  line-height: 1em;
}

.star-rating:before {
  content: "\73\73\73\73\73";
  color: #dfdbdf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #f68235;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.buttons_added {
  float: left;
  margin-right: 30px;
  margin-bottom: 21px;
}
.cart-table .buttons_added {
  margin-right: 0;
  margin-bottom: 0;
}

.buttons_added input {
  display: inline-block;
  width: 35px;
  height: 42px;
  margin: 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  text-align: center;
}
.buttons_added input:hover {
  background: #eee;
}
.buttons_added input:focus {
  outline: 0;
}
.buttons_added input.qty {
  background-color: #fff;
  border-right: none;
  border-left: none;
}
.buttons_added input.qty::-webkit-inner-spin-button, .buttons_added input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buttons_added input.qty:hover {
  background: #fff;
}

.plus,
.minus {
  background: none;
}

.product_meta {
  clear: both;
  margin-bottom: 2em;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
}

.comment-author > strong {
  padding-left: 15px;
  vertical-align: top;
}

#product-thumbnails {
  margin-top: 3px;
}
#product-thumbnails > a {
  float: left;
  width: 20%;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.stars a {
  display: inline-block;
  width: 14px;
  height: 21px;
  position: relative;
  text-indent: -9999px;
}
.stars a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\73";
  color: #dfdbdf;
  font-family: "star";
  text-indent: 0;
}
.stars a:hover:before {
  z-index: 10;
  color: #f68235;
}
.stars a.star-1:hover:before, .stars a.star-1.active:before {
  content: "\53";
  color: #f68235;
}
.stars a.star-2:hover:before, .stars a.star-2.active:before {
  content: "\53\53";
  left: -14px;
  color: #f68235;
}
.stars a.star-3:hover:before, .stars a.star-3.active:before {
  content: "\53\53\53";
  left: -28px;
  color: #f68235;
}
.stars a.star-4:hover:before, .stars a.star-4.active:before {
  content: "\53\53\53\53";
  left: -42px;
  color: #f68235;
}
.stars a.star-5:hover:before, .stars a.star-5.active:before {
  content: "\53\53\53\53\53";
  left: -56px;
  color: #f68235;
}

.variations {
  margin-bottom: 2em;
}
.variations .value {
  position: relative;
}

.variations .label label {
  margin-right: 5px;
  margin-bottom: 0;
}

.reset_variations {
  position: absolute;
  top: 12px;
  right: -100px;
}

.single_variation_wrap {
  margin-bottom: 1em;
}

.single_variation {
  margin-top: -13px;
  margin-bottom: 21px;
}

.variation dt {
  float: left;
  clear: both;
  margin-right: 5px;
  font-weight: 600;
}

.woocommerce select,
.woocommerce-billing-fields .form-row .chosen-container-single .chosen-single,
.woocommerce-shipping-fields .form-row .chosen-container-single .chosen-single {
  width: 100%;
  -webkit-appearance: menulist-button;
  padding: 11px 15px;
  background-color: #e3e3e3;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.woocommerce-billing-fields .form-row .chosen-container-single .chosen-single,
.woocommerce-shipping-fields .form-row .chosen-container-single .chosen-single {
  height: auto;
  background: #e3e3e3;
  border-width: 1px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
}

.lost_password {
  margin-top: -13px;
}

.product-remove {
  vertical-align: middle !important;
  padding: 15px !important;
}
.product-remove a {
  padding: 5px;
  color: #e3625f;
  font-size: 21px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.product-remove a:hover {
  color: #333;
}

.coupon .form-control {
  float: left;
  max-width: 170px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 15px;
  margin-bottom: 13px;
}

.cart-main-actions {
  text-align: right;
}

.cart-table {
  font-size: 14px;
}
.cart-table > tbody > tr > td,
.cart-table > thead > tr > th {
  padding: 13px 8px;
}
.cart-table .product-thumbnail {
  display: none;
}

.order-total th,
.order-total td {
  border-top-color: #aaa !important;
  font-size: 16px;
}

.shipping_calculator h2 {
  margin-bottom: 13px;
}

.shipping-calculator-button .icon {
  position: relative;
  top: 1px;
  padding-left: 3px;
}

.chosen-container-single .chosen-single div {
  display: none;
}

.place-order {
  text-align: right;
}
.place-order .btn {
  margin-right: 0;
}

.login .form-row input[type="submit"] {
  margin-bottom: 0;
}

.product-images {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-back-image {
  display: none;
}

.images.mf-gallery > a {
  float: none;
}

.shop_attributes {
  margin-bottom: 12px;
}
.shop_attributes th {
  padding: 9px 15px 9px 0;
}
.shop_attributes td p {
  margin-bottom: 0;
}

.product-social-meta {
  margin-bottom: 21px;
}
.product-lightbox .product-social-meta {
  display: none;
}

/**
 * WooCommerce Cart Widget
 */
.has-products .main-navigation {
  padding-right: 70px;
}

.cart-nav-wrapper {
  width: 55px;
  height: 63px;
  position: absolute;
  top: 0;
  right: 60px;
  background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAoCAYAAAB5ADPdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjFFREQyMjFENjJCMTFFM0JGMERCRkEwODdGNUJEMDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjFFREQyMjJENjJCMTFFM0JGMERCRkEwODdGNUJEMDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MUVERDIxRkQ2MkIxMUUzQkYwREJGQTA4N0Y1QkQwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MUVERDIyMEQ2MkIxMUUzQkYwREJGQTA4N0Y1QkQwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn64UycAAAEfSURBVHjaYvz//z/DYANMDIMQDEpHsVBqwNmzZxmBVDoQ5wKxBhDfAOLJQDzT2NiYrLTBSEmaAjqIGUgtExISsmNnZy8RFBTc+P79e/+fP3/2vHv37hBQLgrosL/0DqlioIOsFRUV5YHsXyABTk7OpUBqNRDfAzqsBEh30i1NAUNJGEjVsLGxRcAchAR+AcXDQfJQdXRL6JECAgLPpKWlj2CTBIofBco/Bamjp6PcgKGxAZ8CqLwbPR1lwMzMvBGfAqi8AY7oB2OSch9QA92KemAOZSQl9zFSyVJ8Geb/aDUz6qhBXyGTkqhHo2/UUaOOGnXUqKNGHTXqqFFH0bbpQnLnAVcPhW5jCdRwBLb2F+PooNmoo0YdNeooBAAIMAAN6VUjfMpuRwAAAABJRU5ErkJggg==) no-repeat 8px 10px;
  line-height: 63px;
  text-align: center;
}

.cart-nav {
  padding: 11px 15px;
}

.widget_shopping_cart,
.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products,
.widget_products {
  display: none;
  position: absolute;
  right: 0;
  background-color: #333;
}
.widget_shopping_cart .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_products .product_list_widget {
  list-style: none;
}
.widget_shopping_cart .product_list_widget li,
.widget_recent_reviews .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li,
.widget_products .product_list_widget li {
  overflow: hidden;
  padding: 9px 0;
  border-bottom: 1px dashed #444;
}
.widget_shopping_cart .product_list_widget img,
.widget_recent_reviews .product_list_widget img,
.widget_top_rated_products .product_list_widget img,
.widget_recently_viewed_products .product_list_widget img,
.widget_products .product_list_widget img {
  float: left;
  width: 60px !important;
  padding-right: 15px;
}
.widget_shopping_cart .product_list_widget .quantity,
.widget_recent_reviews .product_list_widget .quantity,
.widget_top_rated_products .product_list_widget .quantity,
.widget_recently_viewed_products .product_list_widget .quantity,
.widget_products .product_list_widget .quantity {
  display: block;
  color: #eee;
}
.widget_shopping_cart .total,
.widget_recent_reviews .total,
.widget_top_rated_products .total,
.widget_recently_viewed_products .total,
.widget_products .total {
  padding-left: 15px;
  color: #eee;
  font-size: 16px;
}
.widget_shopping_cart .buttons,
.widget_recent_reviews .buttons,
.widget_top_rated_products .buttons,
.widget_recently_viewed_products .buttons,
.widget_products .buttons {
  padding-left: 15px;
}

.widget_shopping_cart .product_list_widget li.empty {
  padding-bottom: 0;
  border-bottom: none;
  color: #eee;
}

#secondary .widget_shopping_cart {
  display: block;
  position: static;
  background-color: transparent;
}

#secondary .widget_shopping_cart_content {
  background-color: transparent;
}

#secondary .widget_shopping_cart .product_list_widget {
  margin-left: 0;
}

#secondary .widget_shopping_cart .product_list_widget li {
  border-bottom-color: #ddd;
}

#secondary .widget_shopping_cart .product_list_widget img {
  width: 100px !important;
}

#secondary .widget_shopping_cart .product_list_widget .quantity {
  color: #333;
}

#secondary .widget_shopping_cart .total {
  color: #333;
  padding-left: 0;
}

#secondary .widget_shopping_cart .buttons {
  padding-left: 0;
}

.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products,
.widget_products {
  display: block;
  position: static;
  background-color: transparent;
}
.widget_recent_reviews .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li,
.widget_products .product_list_widget li {
  border-bottom-color: #ddd;
}
.widget_recent_reviews .product_list_widget img,
.widget_top_rated_products .product_list_widget img,
.widget_recently_viewed_products .product_list_widget img,
.widget_products .product_list_widget img {
  width: 100px !important;
}
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating,
.widget_products .star-rating {
  float: none;
  margin-bottom: 1em;
}
.widget_recent_reviews .reviewer,
.widget_top_rated_products .reviewer,
.widget_recently_viewed_products .reviewer,
.widget_products .reviewer {
  color: #777;
}
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del,
.widget_products del {
  color: #7d7d7d;
}
.widget_recent_reviews ins,
.widget_recent_reviews li > .amount,
.widget_top_rated_products ins,
.widget_top_rated_products li > .amount,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products li > .amount,
.widget_products ins,
.widget_products li > .amount {
  font-size: 16px;
  text-decoration: none;
}

.widget_shopping_cart .buttons .wc-forward,
.price_slider_amount .button {
  float: none;
  display: inline-block;
  padding: 5px 18px 7px 9px;
  margin-right: 15px;
  background-color: #32bfec;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.13);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.widget_shopping_cart .buttons .wc-forward:hover,
.price_slider_amount .button:hover {
  background-color: #14a8d7;
}

.price_slider_amount .button {
  padding: 5px 9px 7px;
}

.widget_shopping_cart .buttons .wc-forward:after {
  right: 5px;
}

.widget_shopping_cart_content {
  padding-right: 15px;
}

.add-cart-notification {
  display: none;
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin-left: -200px;
  text-align: center;
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.38461538em;
  font-size: 1.1em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  cursor: pointer;
  background: #ebebeb;
  border: 1px solid #e0e0e0;
  outline: 0;
  top: -0.6em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: none;
  background: #32bfec;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px inset, rgba(255, 255, 255, 0.4) 0px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px inset, rgba(255, 255, 255, 0.4) 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px inset, rgba(255, 255, 255, 0.4) 0px 1px 0px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #e0e0e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/**
 * 11.0 Media Query
 * ----------------------------------------------------------------------------
 */
/**
 * 11.1 Retina Display
 * ----------------------------------------------------------------------------
 */
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), 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) {
  #logo-standard {
    display: none;
  }

  #logo-retina {
    display: inline;
  }

  .img-overlay .standard-img {
    display: none;
  }

  .img-overlay .retina-img {
    display: block;
  }

  .divider-shadow {
    background-image: url(img/divider-shadow@2x.png);
    -webkit-background-size: 485px 21px;
    background-size: 485px 21px;
  }
}
/**
 * 11.1 Min Width: 480px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  #wrapper {
    max-width: 480px;
  }

  .container {
    max-width: 480px;
  }

  .small-1 {
    float: left;
    width: 8.33333333%;
  }

  .small-2 {
    float: left;
    width: 16.66666667%;
  }

  .small-3 {
    float: left;
    width: 25%;
  }

  .small-4 {
    float: left;
    width: 33.33333333%;
  }

  .small-5 {
    float: left;
    width: 41.66666667%;
  }

  .small-6 {
    float: left;
    width: 50%;
  }

  .small-7 {
    float: left;
    width: 58.33333333%;
  }

  .small-8 {
    float: left;
    width: 66.66666667%;
  }

  .small-9 {
    float: left;
    width: 75%;
  }

  .small-10 {
    float: left;
    width: 83.33333333%;
  }

  .small-11 {
    float: left;
    width: 91.66666667%;
  }

  .small-12 {
    float: left;
    width: 100%;
  }

  .products-full-width .product.small-6:nth-child(2n+1),
  .product.small-6:nth-child(2n+1) {
    clear: both;
  }
}
/**
 * 11.1 Min Width: 640px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 640px) {
  #wrapper {
    max-width: 640px;
  }

  .container {
    max-width: 600px;
  }
}
/**
 * 11.2 Min Width: 768px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  #wrapper {
    max-width: 768px;
  }

  .container {
    max-width: 750px;
  }

  .medium-1 {
    float: left;
    width: 8.33333333%;
  }

  .medium-2 {
    float: left;
    width: 16.66666667%;
  }

  .medium-3 {
    float: left;
    width: 25%;
  }

  .medium-4 {
    float: left;
    width: 33.33333333%;
  }

  .medium-5 {
    float: left;
    width: 41.66666667%;
  }

  .medium-6 {
    float: left;
    width: 50%;
  }

  .medium-7 {
    float: left;
    width: 58.33333333%;
  }

  .medium-8 {
    float: left;
    width: 66.66666667%;
  }

  .medium-9 {
    float: left;
    width: 75%;
  }

  .medium-10 {
    float: left;
    width: 83.33333333%;
  }

  .medium-11 {
    float: left;
    width: 91.66666667%;
  }

  .medium-12 {
    float: left;
    width: 100%;
  }

  .medium-1-5 {
    float: left;
    width: 20%;
  }

  .regular, .tall {
    width: 33.33%;
    height: auto;
  }

  .wide, .large {
    width: 66.66%;
    height: auto;
  }

  .push-1 {
    left: 8.33333333%;
  }

  .push-2 {
    left: 16.66666667%;
  }

  .push-3 {
    left: 25%;
  }

  .push-4 {
    left: 33.33333333%;
  }

  .push-5 {
    left: 41.66666667%;
  }

  .push-6 {
    left: 50%;
  }

  .push-7 {
    left: 58.33333333%;
  }

  .push-8 {
    left: 66.66666667%;
  }

  .push-9 {
    left: 75%;
  }

  .push-10 {
    left: 83.33333333%;
  }

  .push-11 {
    left: 91.66666667%;
  }

  .push-12 {
    left: 100%;
  }

  .push-1-5 {
    left: 20%;
  }

  .pull-1 {
    right: 8.33333333%;
  }

  .pull-2 {
    right: 16.66666667%;
  }

  .pull-3 {
    right: 25%;
  }

  .pull-4 {
    right: 33.33333333%;
  }

  .pull-5 {
    right: 41.66666667%;
  }

  .pull-6 {
    right: 50%;
  }

  .pull-7 {
    right: 58.33333333%;
  }

  .pull-8 {
    right: 66.66666667%;
  }

  .pull-9 {
    right: 75%;
  }

  .pull-10 {
    right: 83.33333333%;
  }

  .pull-11 {
    right: 91.66666667%;
  }

  .pull-12 {
    right: 100%;
  }

  .pull-1-5 {
    right: 20%;
  }

  .offset-1 {
    margin-left: 8.33333333%;
  }

  .offset-2 {
    margin-left: 16.66666667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.33333333%;
  }

  .offset-5 {
    margin-left: 41.66666667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.33333333%;
  }

  .offset-8 {
    margin-left: 66.66666667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.33333333%;
  }

  .offset-11 {
    margin-left: 91.66666667%;
  }

  .offset-12 {
    margin-left: 100%;
  }

  .offset-1-5 {
    margin-left: 20%;
  }

  .left-sidebar #primary {
    float: right;
  }
  .left-sidebar #secondary {
    float: left;
  }

  .top-header-text {
    float: left;
    padding-top: 10.5px;
  }
  .top-logo .top-header-text {
    padding-top: 21px;
  }

  .social-icons-list {
    float: left;
    overflow: visible;
    margin-bottom: 0;
  }
  .social-icons-list li {
    padding-right: 0;
    padding-left: 0;
  }
  .social-icons-list a {
    padding: 11px 10px;
    line-height: 43px;
  }

  #main-header {
    position: relative;
    z-index: 1000;
    background-color: #fafafa;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.085);
  }

  .transparent-header #main-header,
  .transparent-header .cart-nav-outer .cart-nav-wrapper {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
  }

  /*.transparent-header #main-header {
  	background-color: transparent !important;
  }*/
  .transparent-header + .gravity-gallery,
  .transparent-header + .revslider-wrapper {
    top: -63px;
    margin-bottom: -63px;
  }

  .transparent-header + .revslider-wrapper {
    position: relative;
    margin-bottom: 0;
  }

  .nav-header {
    float: left;
  }
  .centered-logo .nav-header {
    position: absolute;
    left: 50%;
  }

  #site-navigation,
  .secondary-navigation {
    display: block;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    width: auto;
    height: auto;
    max-height: none;
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar {
    float: left;
  }
  .navbar > li {
    float: left;
  }
  .navbar > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
    color: #333;
  }
  .navbar > li > a:hover {
    color: #32bfec;
  }
  .navbar > li.nav-icon > a {
    padding-left: 20px;
  }
  .navbar ul {
    display: none;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 190px;
    background-color: #333333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.035);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.035);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.035);
  }
  .navbar ul a {
    color: #ccc;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .navbar ul a:hover {
    background-color: #373737;
    color: #32bfec;
  }
  .navbar .nav-right > ul {
    right: 0;
    left: auto;
  }
  .js .navbar ul {
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .navbar li:hover > ul {
    display: block;
  }
  .navbar ul li {
    border-bottom: 1px solid #3a3a3a;
  }
  .navbar ul li:last-child {
    border-bottom: none;
  }
  .navbar > .current-menu-parent > a {
    color: #32bfec;
  }
  .navbar > .current-menu-item > a {
    color: #32bfec;
  }
  .navbar > .current-menu-parent .current-menu-item > a,
  .navbar > li .current-menu-item > a {
    background-color: #373737;
    color: #32bfec;
  }

  .nav-left > ul {
    right: 0;
    left: auto;
  }

  .navbar-right {
    float: right;
  }

  .navbar-secondary ul {
    min-width: 120px;
    z-index: 1050;
  }

  .navbar-secondary li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-logo .navbar-secondary li a {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .navbar-light > li > a {
    color: #333;
  }
  .navbar-light > li > a:hover {
    color: #32bfec;
  }

  .navbar-light ul a {
    color: #333;
  }
  .navbar-light ul a:hover {
    background-color: #f6f6f6;
    color: #32bfec;
  }

  .navbar-light > .current-menu-parent .current-menu-item > a,
  .navbar-light > li .current-menu-item > a {
    background-color: #f6f6f6;
  }

  .navbar-light ul {
    background-color: #fafafa !important;
  }

  .navbar-light li {
    border-bottom-color: #eee !important;
  }

  .navbar-light ul li:first-child,
  .navbar-light .mega-menu > ul {
    border-top: 1px solid #eee;
  }

  .navbar-light .mega-menu ul li:first-child {
    border-top: none;
  }

  .navbar-light > li > ul a .caret {
    border-left-color: #333;
  }

  .top-logo .navbar-secondary ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-item-has-children > a:after {
    position: relative;
    top: 0;
    right: -11px;
  }

  .ie .menu-item-has-children > a:after {
      top: -16px;
  }

  .menu-item-has-children > a:hover:after,
  .menu-item-has-children.current-menu-parent > a:after {
    border-top-color: #32bfec;
  }

  .js .navbar ul ul {
    top: 0;
    left: 100%;
  }

  .sub-menu .menu-item-has-children > a:after {
    right: -3px;
    border-top-color: transparent;
    border-right: 0 dotted transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #777;
  }

  .navbar li.mega-menu ul ul {
    border-top: 1px solid #333;
  }

  .navbar li.mega-menu li.hidden-header ul {
    border-top-color: transparent !important;
  }

  .nav li.mega-menu {
    position: static;
  }

  .mega-menu > ul ul {
    min-width: 158px;
  }

  .mega-menu > ul {
    width: 100% !important;
    padding-bottom: 1.5em;
  }

  .mega-menu > ul > li {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: none !important;
  }

  .mega-menu li a:after {
    display: none;
  }

  .mega-menu > ul > li.col-2 {
    width: 50%;
  }

  .mega-menu > ul > li.col-3 {
    width: 33.33%;
  }

  .mega-menu > ul > li.col-4 {
    width: 25%;
  }

  .mega-menu > ul > li ul {
    display: block !important;
    position: static;
    width: 100%;
    border-top-color: #666 !important;
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .mega-menu > ul .header,
  .mega-menu > ul > li > a {
    color: #999 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .mega-menu > ul .header:hover,
  .mega-menu > ul > li > a:hover {
    background-color: transparent !important;
    cursor: default;
  }

  .mega-menu > ul .header .caret,
  .mega-menu > ul > li > a .caret {
    display: none;
  }

  .mega-menu > ul > li ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .mega-menu .hidden-header > a {
    display: none;
  }

  .js .navbar-light ul ul {
    top: -1px;
  }

  .navbar-light .mega-menu .header,
  .navbar-light .mega-menu > ul > li > a {
    color: #999 !important;
  }

  .navbar-light .mega-menu .header:hover,
  .navbar-light .mega-menu > ul > li > a:hover {
    color: inherit;
  }

  #main-header > .container {
    position: relative;
    max-width: 720px;
    padding-right: 0;
    padding-left: 0;
  }

  .search-wrapper {
    position: static;
    overflow: hidden;
    left: 0;
  }

  .search-wrapper input[type="search"] {
    float: left;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 21px 0;
    background-color: #fff;
  }

  .search-wrapper input[type="search"]:focus {
    background-color: #fff;
    color: #333;
  }

  .search-wrapper.active input[type="search"] {
    padding-right: 75px;
    padding-left: 30px;
  }

  .search-item {
    position: static !important;
  }

  .search-wrapper .submit-btn {
    float: right;
    position: relative;
    width: 60px;
    height: 63px;
    margin-left: 15px;
    border-left: 1px solid #eee;
  }

  .search-wrapper .submit-btn:hover {
    cursor: pointer;
  }

  .search-wrapper .submit-btn input[type="submit"] {
    display: none;
  }

  .search-wrapper .submit-btn .icon {
    top: 50%;
    right: 16px;
    left: 15px;
    margin-top: -10px;
    color: #ccc;
  }

  .search-wrapper.active .submit-btn .icon-remove {
    display: inline-block;
  }

  .search-wrapper.active .submit-btn .icon-search {
    display: none;
  }

  .main-header-extended .search-item {
    float: right;
  }

  .main-header-extended #menu-primary-navigation {
    width: 100%;
  }

  .header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header-fixed + #page-header {
    /*padding-top: 148px;*/
  }

  .widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {
    padding: 4px;
  }

  .footer-second-col .footer-social-icons,
  .footer-second-col .footer-copy,
  .footer-second-col .footer-nav {
    float: right;
  }

  #scroll-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: -30px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  #ascrail2000 {
    width: 12px !important;
    background-color: #a3a3a3;
    z-index: 10000 !important;
  }

  #ascrail2000-hr {
    display: none;
  }

  .page-numbers {
    padding: 5px 12px;
  }

  .cart-nav-wrapper {
    right: 0;
  }

  .cart-table .product-thumbnail {
    display: table-cell;
  }

  .products-full-width .product.small-6:nth-child(2n+1),
  .columns-4 .product.small-6:nth-child(2n+1),
  .columns-3 .product.small-6:nth-child(2n+1) {
    clear: none;
  }

  .products-full-width .product.medium-4:nth-child(3n+1) {
    clear: both;
  }

  .product-back-image {
    display: block;
  }

  .product-back-image img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .product-wrapper:hover .product-back-image img {
    opacity: 1;
  }

  #product-thumbnails > a {
    width: 25%;
  }

  .quick-view-btn {
    display: block;
    width: 100%;
    position: absolute;
    right: 42px;
    bottom: -40px;
    opacity: 0;
    padding-left: 77px;
    background: rgba(50, 191, 236, 0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjYxNTU1QzVENURGMTFFM0ExQkZDMkQyOUExODI4OUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjYxNTU1QzZENURGMTFFM0ExQkZDMkQyOUExODI4OUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjE1NTVDM0Q1REYxMUUzQTFCRkMyRDI5QTE4Mjg5RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NjE1NTVDNEQ1REYxMUUzQTFCRkMyRDI5QTE4Mjg5RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlZFzYUAAAA1SURBVHjaYvz//z8DpYCJCDX/qWEIw6ghA2QIC5HRiE+eEWYIIwEDGEdjZzgbwkhIAUCAAQDd4wcjLVAGjgAAAABJRU5ErkJggg==) no-repeat 55px 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .product-wrapper:hover .quick-view-btn {
    bottom: 0;
    opacity: 1;
  }
  .quick-view-btn:hover {
    background-color: #32bfec;
    color: #fff;
  }

  .tab-horizontal > ul {
    float: left;
    width: 180px;
    margin-right: -1px;
    margin-bottom: 1px;
  }
  .tab-horizontal > ul > li {
    float: none;
    display: block;
  }

  .slide-content h2 {
    /*font-size: 52px;
    line-height: 52px;*/
  }
}
/**
 * 11.3 Min Width: 992px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 992px) {
  #wrapper {
    max-width: 992px;
  }

  .container {
    max-width: 970px;
  }

  #main-header > .container {
    max-width: 940px;
  }

  .large-1 {
    float: left;
    width: 8.33333333%;
  }

  .large-2 {
    float: left;
    width: 16.66666667%;
  }

  .large-3 {
    float: left;
    width: 25%;
  }

  .large-4 {
    float: left;
    width: 33.33333333%;
  }

  .large-5 {
    float: left;
    width: 41.66666667%;
  }

  .large-6 {
    float: left;
    width: 50%;
  }

  .large-7 {
    float: left;
    width: 58.33333333%;
  }

  .large-8 {
    float: left;
    width: 66.66666667%;
  }

  .large-9 {
    float: left;
    width: 75%;
  }

  .large-10 {
    float: left;
    width: 83.33333333%;
  }

  .large-11 {
    float: left;
    width: 91.66666667%;
  }

  .large-12 {
    float: left;
    width: 100%;
  }

  .large-1-5 {
    width: 20%;
  }

  .regular, .tall {
    width: 25%;
    height: auto;
  }

  .wide, .large {
    width: 50%;
    height: auto;
  }

  .two-col .pricing-column {
    float: left;
    width: 50%;
  }

  .three-col .pricing-column {
    float: left;
    width: 33.33%;
  }

  .four-col .pricing-column {
    float: left;
    width: 25%;
  }

  .widget_calendar table > thead > tr > th, .widget_calendar table > thead > tr > td, .widget_calendar table > tbody > tr > th, .widget_calendar table > tbody > tr > td, .widget_calendar table > tfoot > tr > th, .widget_calendar table > tfoot > tr > td {
    padding: 8px;
  }

  .columns-4 .small-6,
  .columns-3 .small-6 {
    width: 25%;
  }

  .product.small-6:nth-child(2n+1),
  .columns-4 .product.small-6:nth-child(2n+1),
  .columns-3 .product.small-6:nth-child(2n+1) {
    clear: none;
  }

  .product.large-4:nth-child(3n+1) {
    clear: both;
  }

  .products-full-width .product.medium-4:nth-child(3n+1),
  .columns-4 .product.medium-4:nth-child(3n+1),
  .columns-3 .product.medium-4:nth-child(3n+1) {
    clear: none;
  }

  .products-full-width .product.medium-4:nth-child(4n+1),
  .columns-4 .product.medium-4:nth-child(4n+1),
  .columns-3 .product.medium-4:nth-child(4n+1) {
    clear: both;
  }

  .slide-content h2 {
    /*font-size: 36px;
    line-height: 44px;*/
  }
}
/**
 * 11.4 Min Width: 1200px
 * ----------------------------------------------------------------------------
 */
@media screen and (min-width: 1200px) {
  #wrapper {
    max-width: 1200px;
  }

  .container {
    max-width: 1170px;
  }

  #main-header > .container {
    max-width: 1140px;
  }

  .xlarge-1 {
    float: left;
    width: 8.33333333%;
  }

  .xlarge-2 {
    float: left;
    width: 16.66666667%;
  }

  .xlarge-3 {
    float: left;
    width: 25%;
  }

  .xlarge-4 {
    float: left;
    width: 33.33333333%;
  }

  .xlarge-5 {
    float: left;
    width: 41.66666667%;
  }

  .xlarge-6 {
    float: left;
    width: 50%;
  }

  .xlarge-7 {
    float: left;
    width: 58.33333333%;
  }

  .xlarge-8 {
    float: left;
    width: 66.66666667%;
  }

  .xlarge-9 {
    float: left;
    width: 75%;
  }

  .xlarge-10 {
    float: left;
    width: 83.33333333%;
  }

  .xlarge-11 {
    float: left;
    width: 91.66666667%;
  }

  .xlarge-12 {
    float: left;
    width: 100%;
  }

  .xlarge-1-5 {
    width: 20%;
  }

  .regular, .tall {
    width: 20%;
  }

  .wide, .large {
    width: 40%;
  }

  .gravity_flickr .mf-gallery img,
  .gravity_recent_projects .mf-gallery img {
    width: 83px;
    height: 83px;
  }
}
