﻿.headerSpacing {
  letter-spacing: 0.8px;
}
.mediumSpacing {
  letter-spacing: 0.8px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: 0 !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #545452;
  opacity: 0.6;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
::-moz-placeholder {
  color: #545452;
  opacity: 0.6;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
:-ms-input-placeholder {
  color: #545452;
  opacity: 0.6;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
:-moz-placeholder {
  color: #545452;
  opacity: 0.6;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@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;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.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.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.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';
}
.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.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#container {
  float: left;
  width: 100%;
  overflow: hidden;
}
.row {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}
.content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0 10px;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.hide {
  display: none;
}
.grid {
  margin: 0 -10px;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
}
.grid:after {
  clear: both;
}
.grid .col-1,
.grid .col-2,
.grid .col-3,
.grid .col-4,
.grid .col-5,
.grid .col-6,
.grid .col-7,
.grid .col-8,
.grid .col-9,
.grid .col-10,
.grid .col-11,
.grid .col-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0 10px;
}
.grid .col-1 {
  width: 8.333%;
}
.grid .col-2 {
  width: 16.666%;
}
.grid .col-3 {
  width: 25%;
}
.grid .col-4 {
  width: 33.333%;
}
.grid .col-5 {
  width: 41.666%;
}
.grid .col-6 {
  width: 50%;
}
.grid .col-7 {
  width: 58.333%;
}
.grid .col-8 {
  width: 66.666%;
}
.grid .col-9 {
  width: 75%;
}
.grid .col-10 {
  width: 83.333%;
}
.grid .col-11 {
  width: 91.666%;
}
.grid .col-12 {
  width: 100%;
}
.grid .push-col-1 {
  margin-left: 8.33333333%;
}
.grid .push-col-2 {
  margin-left: 16.66666667%;
}
.grid .push-col-3 {
  margin-left: 25%;
}
.grid .push-col-4 {
  margin-left: 33.33333333%;
}
.grid .push-col-5 {
  margin-left: 41.66666667%;
}
.grid .push-col-6 {
  margin-left: 50%;
}
.grid .push-col-7 {
  margin-left: 58.33333333%;
}
.grid .push-col-8 {
  margin-left: 66.66666667%;
}
.grid .push-col-9 {
  margin-left: 75%;
}
.grid .push-col-10 {
  margin-left: 83.33333333%;
}
.grid .push-col-11 {
  margin-left: 91.66666667%;
}
@media only screen and (max-width: 960px) {
  #container {
    padding-top: 63px;
  }
  .md-separator {
    margin-top: 50px;
  }
  .md-small-separator {
    margin-top: 20px;
  }
  .md-half {
    width: 50%;
  }
  .md-show {
    display: inline-block;
  }
  .md-hide {
    display: none;
  }
  #container::before {
    height: 200px;
  }
  .grid {
    /*
		.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
			width: 100%;
		}*/
  }
  .grid .md-push-col-0 {
    margin-left: 0;
  }
  .grid .md-push-col-1 {
    margin-left: 8.33333333%;
  }
  .grid .md-push-col-2 {
    margin-left: 16.66666667%;
  }
  .grid .md-push-col-3 {
    margin-left: 25%;
  }
  .grid .md-push-col-4 {
    margin-left: 33.33333333%;
  }
  .grid .md-push-col-5 {
    margin-left: 41.66666667%;
  }
  .grid .mdpush-col-6 {
    margin-left: 50%;
  }
  .grid .md-push-col-7 {
    margin-left: 58.33333333%;
  }
  .grid .md-push-col-8 {
    margin-left: 66.66666667%;
  }
  .grid .md-push-col-9 {
    margin-left: 75%;
  }
  .grid .md-push-col-10 {
    margin-left: 83.33333333%;
  }
  .grid .md-push-col-11 {
    margin-left: 91.66666667%;
  }
  .grid .md-align-center {
    text-align: center !important;
  }
  .grid .md-col-1 {
    width: 8.333%;
  }
  .grid .md-col-2 {
    width: 16.666%;
  }
  .grid .md-col-3 {
    width: 25%;
  }
  .grid .md-col-4 {
    width: 33.333%;
  }
  .grid .md-col-5 {
    width: 41.666%;
  }
  .grid .md-col-6 {
    width: 50%;
  }
  .grid .md-col-7 {
    width: 58.333%;
  }
  .grid .md-col-8 {
    width: 66.666%;
  }
  .grid .md-col-9 {
    width: 75%;
  }
  .grid .md-col-10 {
    width: 83.333%;
  }
  .grid .md-col-11 {
    width: 91.666%;
  }
  .grid .md-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .sm-separator {
    margin-top: 50px;
  }
  .sm-small-separator {
    margin-top: 20px;
  }
  .sm-hide {
    display: none;
  }
  .sm-show {
    display: inline-block;
  }
  .grid .sm-col-1 {
    width: 8.333%;
  }
  .grid .sm-col-2 {
    width: 16.666%;
  }
  .grid .sm-col-3 {
    width: 25%;
  }
  .grid .sm-col-4 {
    width: 33.333%;
  }
  .grid .sm-col-5 {
    width: 41.666%;
  }
  .grid .sm-col-6 {
    width: 50%;
  }
  .grid .sm-col-7 {
    width: 58.333%;
  }
  .grid .sm-col-8 {
    width: 66.666%;
  }
  .grid .sm-col-9 {
    width: 75%;
  }
  .grid .sm-col-10 {
    width: 83.333%;
  }
  .grid .sm-col-11 {
    width: 91.666%;
  }
  .grid .sm-col-12 {
    width: 100%;
  }
  .grid .sm-push-col-0 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 380px) {
  .vsm-separator {
    margin-top: 50px;
  }
  .vsm-small-separator {
    margin-top: 20px;
  }
  .vsm-hide {
    display: none;
  }
  .grid .vsm-col-1 {
    width: 8.333%;
  }
  .grid .vsm-col-2 {
    width: 16.666%;
  }
  .grid .vsm-col-3 {
    width: 25%;
  }
  .grid .vsm-col-4 {
    width: 33.333%;
  }
  .grid .vsm-col-5 {
    width: 41.666%;
  }
  .grid .vsm-col-6 {
    width: 50%;
  }
  .grid .vsm-col-7 {
    width: 58.333%;
  }
  .grid .vsm-col-8 {
    width: 66.666%;
  }
  .grid .vsm-col-9 {
    width: 75%;
  }
  .grid .vsm-col-10 {
    width: 83.333%;
  }
  .grid .vsm-col-11 {
    width: 91.666%;
  }
  .grid .vsm-col-12 {
    width: 100%;
  }
  .grid .vsm-push-col-0 {
    margin-left: 0;
  }
}
html {
  overflow-y: scroll;
}
body {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  color: #909090;
}
a {
  color: inherit;
  transition: color 0.5s ease;
}
a:hover {
  color: #ff8200;
}
span {
  color: #ff8200;
  text-transform: uppercase;
}
hr {
  border-top: 1px solid #d6d6d6;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
h1,
h2 {
  margin-bottom: 20px;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
}
h3 {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  font-weight: lighter;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #38346a;
}
h4 {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
  font-weight: 400;
  color: #ff8200;
  text-transform: none;
}
h5 {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 300;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  position: relative;
  margin: 10px 0px;
  padding: 6px 18px 8px;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #ff8200;
  border: 2px solid #ff8200;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
}
.btn.btn-more {
  padding-right: 32px;
}
.btn.btn-more:after {
  font-family: fontAwesome;
  font-size: 11px;
  top: 6px;
  color: #ef5205;
  content: "";
  position: absolute;
  right: 16px;
  transition: color 0.5s ease;
}
.btn.white-btn {
  color: #fff;
  border-color: #fff;
}
.btn.white-btn:hover {
  background: #fff;
  color: #ff8200;
  border-color: #fff;
}
.btn:hover {
  border-color: #38346a;
  background: #38346a;
  color: #fff;
  text-decoration: none !important;
}
.btn:hover.btn-more:after {
  color: #241d60;
}
.social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  color: #1d1d1b;
  background: transparent;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
}
.social-icon i {
  padding: 8px 0 10px;
  font-size: 14px;
  line-height: 1.2em;
}
.social-icon i.fa-angle-right {
  padding-left: 2px;
}
.social-icon:hover {
  color: #ff8200;
  background: #f2f2f2;
}
.circle-small-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 22px 0;
  color: #ff8200;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.circle-small-icon i {
  font-size: 20px;
}
#scroll-top {
  opacity: 0;
  z-index: 999;
  position: fixed;
  border-radius: 50%;
  bottom: 34px;
  right: 34px;
  width: 50px;
  height: 50px;
  background: #ff8200;
  transition: all 0.5s ease;
  cursor: pointer;
}
#scroll-top:before {
  content: "";
  position: absolute;
  top: 11px;
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  text-align: center;
  width: 100%;
}
#scroll-top.active-scroll-top {
  opacity: 1;
}
#scroll-top:hover {
  opacity: 0.8;
}
.no-margin {
  margin: 0;
}
.clear-margin {
  margin: 0 !important;
}
.clear-padding {
  padding: 0 !important;
}
.hidden {
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear-margin-top {
  margin-top: 0 !important;
}
.clear-margin-bottom {
  margin-bottom: 0 !important;
}
.top-separator {
  margin-top: 50px;
}
.bottom-separator {
  margin-bottom: 50px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.light-bg {
  background: #f2f2f2;
}
.light-bg .social-icon {
  border: 2px solid #d6d6d6;
}
.light-bg .social-icon:hover {
  background: #ebebeb;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ff8200;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  font-weight: normal;
  background: transparent;
  transition: all 0.5s ease;
  background: transparent url(../img/menu.png) no-repeat center top;
}
#header .content {
  /*
		background: #fff;
		box-shadow: 0 0 70px fade(#000, 50%);

		&:before, &:after {
			position: absolute;
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 64px 110px 0;
			border-color: transparent #fff transparent transparent;
			top: 0;
			left: -64px;
		}

		&:after {
			border-width: 110px 64px 0 0;
			border-color: #fff transparent transparent transparent;
			left: auto;
			right: -64px;
		}*/
}
#header .logo {
  float: left;
  width: 100%;
  margin: 29px 0;
  text-decoration: none;
}

#header .logo figure {
  float: left;
  width: 100%;
}
#header .logo img {
  position: relative;
  float: left;
  top: 4px;
  transition: all 0.5s ease;
}
#header .logo .animated-logo:hover img {
  transform: rotate(180deg);
}
#header .logo p {
  float: left;
  margin-left: 14px;
  color: #ff8200;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  font-weight: lighter;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
#header .logo span {
  color: #4d4d4d;
}
#header .contact-search {
  float: right;
  width: auto;
  margin-top: 8px;
}
#header .contact-search a,
#header .contact-search span {
  display: inline-block;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  color: #38346a;
  font-size: 14px;
  text-decoration: none;
}
#header .contact-search a i,
#header .contact-search span i {
  display: inline-block;
  color: #ff8200;
  font-size: 14px;
  margin: 0 10px 0 20px;
  position: relative;
  top: -1px;
}
#header .contact-search a i.fa-mobile,
#header .contact-search span i.fa-mobile {
  font-size: 18px;
  top: 1px;
}
#header .contact-search a:hover {
  text-decoration: underline;
}
#header nav {
  float: right;
  margin-top: 8px;
}
#header nav ul {
  float: left;
  margin-left: 15px;
}
#header nav ul li {
  position: relative;
  float: left;
  margin-left: 5px;
}
#header nav ul li a {
  float: left;
  padding: 8px 14px 10px;
  color: #1d1d1b;
  text-decoration: none;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.5s ease;
}
#header nav ul li:hover ul {
  display: block;
}
#header nav ul li:hover a {
  text-decoration: underline;
}
#header nav ul li.active a {
  text-decoration: none;
  color: #ff8200;
}
#header nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 35px;
  margin-left: 0;
  padding: 4px 0 10px;
  background: #ff8200;
  border-radius: 0 0 10px 10px;
}
#header nav ul ul:before {
  position: absolute;
  content: "";
  top: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background: transparent;
}
#header nav ul ul:after {
  position: absolute;
  content: "";
  top: -7px;
  left: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #ff8200 transparent;
}
#header nav ul ul li {
  width: 100%;
  margin-left: 0;
}
#header nav ul ul li a {
  width: 100%;
  padding: 3px 20px 4px;
  color: #fff;
}
#header nav ul ul li a:hover {
  text-decoration: underline;
}
#header nav ul ul li ul {
  position: relative;
  top: 0;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
#header nav ul ul li ul a {
  padding-left: 30px;
}
#header nav ul ul li ul:before,
#header nav ul ul li ulafter {
  display: none;
}
#header nav .langs {
  float: left;
}
#header nav .langs li {
  float: left;
  margin: 0 8px;
  text-transform: uppercase;
}
#header nav .langs li a {
  float: left;
  padding-left: 2px;
  padding-right: 0;
}
#header nav .langs li.active a {
  text-decoration: underline;
  color: #a5a5a5;
}
#header nav .langs li.active ul {
  width: 50px;
  left: -3px;
}
#header nav .langs li.active ul li a {
  padding-top: 3px;
  padding-bottom: 4px;
  border-color: #ff8200;
}
#header nav .langs li:after {
  position: relative;
  top: 10px;
  left: 8px;
  content: "/";
}
#header nav .langs li:last-child {
  margin-right: 0;
}
#header nav .langs li:last-child:after {
  display: none;
}
.responsive,
#responsive-menu-wrapper {
  display: none;
}
.responsive,
.responsive-sidebar {
  position: fixed;
  z-index: 999999;
  top: 10px;
  right: 10px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 14px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: opacity 0.5s ease;
  text-align: center;
  line-height: 1em;
  background: #ff8200;
  border-radius: 50%;
}
.responsive i,
.responsive-sidebar i {
  font-size: 14px;
  color: #fff;
  position: relative;
  top: -1px;
  right: -1px;
}
.responsive:hover,
.responsive-sidebar:hover {
  opacity: 0.8;
}
.responsive-sidebar {
  display: none;
  margin-top: 0;
  margin-bottom: 20px;
}
#responsive-menu-wrapper {
  position: fixed;
  z-index: 9999;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #ff8200;
  transition: top 0.5s ease;
  overflow-y: auto;
}
#responsive-menu-wrapper #responsive-menu-inner {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 20px 0px 40px;
  text-align: center;
}
#responsive-menu-wrapper #responsive-menu-inner .search-box {
  margin-left: 0;
  width: 100%;
  width: calc(100% - 20px);
  max-width: 300px;
  display: inline-block;
  height: 40px;
}
#responsive-menu-wrapper #responsive-menu-inner .search-box input {
  font-size: 18px;
  height: 40px;
}
#responsive-menu-wrapper #responsive-menu-inner .search-box button {
  width: 40px;
}
#responsive-menu-wrapper #responsive-menu-inner .search-box button i {
  font-size: 14px;
}
#responsive-menu-wrapper #responsive-menu-inner .responsive {
  position: fixed;
  background: #fff;
  display: inline-block;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border: none;
  opacity: 0;
}
#responsive-menu-wrapper #responsive-menu-inner .responsive i {
  color: #ff8200;
  position: relative;
  top: 3px;
  font-size: 14px;
}
#responsive-menu-wrapper #responsive-menu-inner > ul {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 30px 0 15px 0px;
  padding: 0 15px;
}
#responsive-menu-wrapper #responsive-menu-inner > ul li {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}
#responsive-menu-wrapper #responsive-menu-inner > ul li a {
  cursor: pointer;
  float: left;
  width: 80%;
  margin-left: 10%;
  padding: 10px 0px;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: none;
}
#responsive-menu-wrapper #responsive-menu-inner > ul li a:hover {
  text-decoration: underline;
}
#responsive-menu-wrapper #responsive-menu-inner > ul li.active a {
  text-decoration: underline;
}
#responsive-menu-wrapper #responsive-menu-inner .langs {
  width: 100%;
  margin-top: 30px;
}
#responsive-menu-wrapper #responsive-menu-inner .langs li {
  width: auto;
  display: inline-block;
  float: none;
  margin: 0 15px;
}
#responsive-menu-wrapper #responsive-menu-inner .langs li:after {
  position: absolute;
  content: " / ";
  top: 18px;
  right: -22px;
  font-size: 24px;
  color: #ef5205;
}
#responsive-menu-wrapper #responsive-menu-inner .langs li a {
  float: none;
  width: auto;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
}
#responsive-menu-wrapper #responsive-menu-inner .langs li.active a,
#responsive-menu-wrapper #responsive-menu-inner .langs li:hover a {
  text-decoration: underline;
}
#responsive-menu-wrapper #responsive-menu-inner .langs li:last-child:after {
  display: none;
}
.active-responsive-menu #responsive-menu-wrapper {
  top: 0;
  opacity: 1;
}
.active-responsive-menu #responsive-menu-wrapper #responsive-menu-inner .responsive {
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  #header {
    height: 63px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #header .content {
    box-shadow: none !important;
  }
  #header .contact-search {
    display: none;
  }
  #header .logo {
    margin: 12px 0;
  }
  #header .logo img {
    height: 60px;
    width: auto;
	margin-top: 10px;
  }
  #header nav ul {
    display: none;
  }
  .responsive,
  .responsive-sidebar {
    display: block;
  }
  #responsive-menu-wrapper {
    display: block;
  }
  /*

	.sidebar {
		display: none;
	}

	.active-responsive-sidebar {
		.sidebar {
			display: block;
		}
	}*/
}
.slider {
  background: #ff8200;
}
.slider .flexslider {
  width: 100%;
  margin: 0 0 0px;
  padding: 100px 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.slider .flexslider:hover .flex-prev {
  left: 50px;
}
.slider .flexslider:hover .flex-next {
  right: 50px;
}
.slider .active-full-screen-slider.fullScreenSlider .slides li.flex-active-slide .slide {
  top: 0;
  opacity: 1;
}
.slider .slides li {
  width: 100%;
  text-align: center;
}
.slider .slides li.slide-1 {
  background: url('../img/slider/slide1.jpg') no-repeat center top;
}
.slider .slides li.slide-2 {
  background: url('../img/slider/slide2.jpg') no-repeat center top;
}
.slider .slides li.slide-3 {
  background: url('../img/slider/slide3.jpg') no-repeat center top;
}
.slider .slides li.slide-4 {
  background: url('../img/slider/slide4.jpg') no-repeat center top;
}
.slider .slides li .slide {
  position: relative;
  display: inline-block;
  width: 800px;
  margin: 0 auto;
  transition: all 1s ease 1s;
}
.slider .slides li .slide h2 {
  position: relative;
  color: #fff;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 700;
  font-size: 46px;
}
.slider .slides li .slide p {
  padding: 0;
  margin: 15px 0 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
}
.slider .slides li .slide .btn {
  margin: 10px 10px;
}
.slider .slides li img {
  display: inline-block;
  max-width: 192px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.slider .slides li h2,
.slider .slides li h4 {
  color: #000;
}
.slider .flex-control-nav {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 40px;
}
.slider .flex-control-nav.flex-control-paging li {
  margin: 0 12px;
}
.slider .flex-control-nav.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: #fff;
  border: none;
  box-shadow: none;
}
.slider .flex-control-nav.flex-control-paging li a.flex-active {
  background: #ff8200;
}
.slider .flex-direction-nav a {
  display: none;
  opacity: 0;
  width: 63px;
  height: 63px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin-top: -32px;
}
.slider .flex-direction-nav a:before {
  content: "";
  padding-top: 16px;
  padding-right: 2px;
  font-family: FontAwesome;
  font-size: 28px;
  color: #ff8200;
  text-shadow: none;
}
.slider .flex-direction-nav a:hover {
  background: #fff;
}
.slider .flex-direction-nav a.flex-prev {
  left: 20px;
}
.slider .flex-direction-nav a.flex-next {
  right: 20px;
}
.slider .flex-direction-nav a.flex-next:before {
  content: "";
  padding-left: 2px;
  padding-right: 0px;
}
.slider .fullScreenSlider {
  position: relative;
  height: auto;
  float: left;
  min-height: 700px;
  padding: 0px 0 0px;
}
.slider .fullScreenSlider .slides li {
  min-height: 700px;
  height: auto;
  padding-bottom: 80px;
}
.slider .fullScreenSlider .slides li .align-left .btn {
  margin-left: 0;
}
.slider .fullScreenSlider .slides li .align-right .btn {
  margin-right: 0;
}
.slider .fullScreenSlider .slides li .slide {
  opacity: 0;
  top: 120px;
  margin: 230px auto 0;
}
.slider .fullScreenSlider .flex-control-nav {
  position: relative;
  margin-top: -100px;
  margin-bottom: 20px;
}
.slider .fullScreenSlider .flex-direction-nav a {
  display: block;
}
.slider .recommend-slider .slides li .recommendation p {
  padding: 0;
}
.slider .recommend-slider .slides li .recommendation .hidden-recommendation {
  display: none;
}
.slider .recommend-slider .slides li .recommendation.show-all-content > .btn {
  display: none;
}
.slider .recommend-slider .slides li .recommendation.show-all-content .hidden-recommendation {
  display: block;
}
.slider .recommend-slider .flex-control-nav.flex-control-paging li a.flex-active {
  border-color: #000;
}
@media only screen and (max-width: 960px) {
  .slider .recommend-slider {
    padding: 50px 0;
  }
}
.slider.slider-logotypes {
  background: #fff;
  padding: 34px 0 18px;
}
.slider.slider-logotypes .flex-control-nav {
  margin-top: 0;
  bottom: 0px;
  position: absolute;
}
.slider.slider-logotypes .slides li {
  text-align: center;
}
.slider.slider-logotypes .slides li img {
  border-radius: 0;
  max-width: none;
  width: auto;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
.slider.slider-logotypes .flexslider {
  padding: 0;
}
.slider.slider-logotypes .flex-control-paging li a {
  border: 2px solid #ff8200;
}
.slider.slider-logotypes .flex-control-paging li a.flex-active {
  border-color: #000;
}
.slider.slider-logotypes .flex-direction-nav a {
  display: block;
  margin-top: -45px;
}
.slider.slider-logotypes:hover .flex-prev {
  left: -40px;
  border-color: #ff8200;
}
.slider.slider-logotypes:hover .flex-next {
  right: -40px;
  border-color: #ff8200;
}
@media only screen and (max-width: 600px) {
  .slider .recommend-slider {
    padding: 50px 0;
  }
  .slider.slider-logotypes .slides {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
  .slider.slider-logotypes .slides li {
    float: left;
    width: 50% !important;
  }
}
.decoration {
  text-align: center;
  width: 560px;
  margin: 90px auto 110px;
}
.decoration p {
  margin: 15px 0 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
}
.decoration .btn {
  margin: 10px;
}
.small-decoration {
  margin: 35px auto;
}
.small-decoration h2 {
  display: inline-block;
  margin: 0 20px 0 0;
}
.small-decoration .btn {
  top: -15px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .decoration {
    width: 100%;
    margin: 60px auto 80px;
  }
  .small-decoration {
    margin: 35px auto;
  }
}
@media only screen and (max-width: 960px) {
  .slider .active-full-screen-slider.fullScreenSlider .flex-direction-nav {
    display: none;
  }
  .slider .slides li .slide {
    width: 100%;
    padding: 0 50px;
  }
  .slider .fullScreenSlider .slides li .slide {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .slider .slides li.slide-1 {
    background-image: url('../img/slider/slide_rwd_1.jpg');
  }
  .slider .slides li.slide-2 {
    background-image: url('../img/slider/slide_rwd_2.jpg');
  }
  .slider .slides li.slide-3 {
    background-image: url('../img/slider/slide_rwd_3.jpg');
  }
  .slider .slides li.slide-4 {
    background-image: url('../img/slider/slide_rwd_4.jpg');
  }
  .slider .slides li .slide {
    padding: 0 20px;
  }
  .slider .slides li .slide p {
    padding: 0 20px;
  }
  .slider .fullScreenSlider .slides li .slide {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 380px) {
  .slider {
    margin-top: -63px;
  }
  .slider .fullScreenSlider {
    min-height: 100vh;
  }
  .slider .fullScreenSlider .slides li {
    min-height: 100vh;
  }
  .slider .fullScreenSlider .slides li .slide {
    margin-top: 100px;
  }
  .slider .fullScreenSlider .slides li .slide h2 {
    line-height: 1.4em;
    font-size: 40px;
  }
  .slider .fullScreenSlider .slides li .slide p {
    font-size: 16px;
  }
  .slider .fullScreenSlider .flex-control-nav {
    margin-bottom: 20px;
    margin-top: -50px;
  }
}
.icon-col {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  padding: 80px 10%;
  text-align: center;
}
.icon-col img {
  display: inline-block;
}
.icon-col h4 {
  margin: 30px 0 20px;
}
.icon-col .circle-icon {
  display: inline-block;
  position: relative;
  width: 141px;
  height: 141px;
  background: #f2f2f2;
  border-radius: 50%;
}
.icon-col .circle-icon i {
  padding-top: 53px;
  font-size: 34px;
  color: #ff8200;
}
.light-bg .icon-col .circle-icon {
  background: #fff;
}
.photo-col {
  float: left;
  width: 100%;
  font-weight: 300;
  line-height: 1.8em;
  padding: 80px 0px 80px 0;
  font-size: 16px;
}
.photo-col img {
  display: inline-block;
}
.photo-col h4 {
  margin: 20px 0 5px;
}
.photo-col p {
  padding-right: 20px;
}
.team-col {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  padding: 80px 0px;
  text-align: center;
}
.team-col img {
  display: inline-block;
}
.team-col img {
  margin-bottom: 30px;
  border-radius: 50%;
  max-width: 192px;
}
.team-col p {
  margin-top: 30px;
  padding: 0 18px;
}
.team-col .icons {
  margin-top: 20px;
}
.stat-col {
  display: inline-block;
  margin: 130px 0;
  text-align: center;
  width: 100%;
}
.stat-col h2 {
  margin-bottom: 0;
}
.stat-col p {
  margin: 15px 0 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
}
.features {
  padding: 30px 0;
}
.features .features-col {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.features .features-col .features-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.features .features-col .features-icon .fa-mobile {
  position: relative;
  top: -2px;
  font-size: 180%;
}
.features .features-col .features-text {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 300;
  font-size: 18px;
  float: left;
  width: 100%;
  padding-left: 85px;
}
.features .features-col .features-text h3 {
  margin: 15px 0;
  font-weight: 400;
  text-transform: none;
}
.features .features-col.features-dark h3 {
  color: #000;
}
.features .features-col.features-dark .circle-small-icon {
  color: #000;
}
.offer {
  padding: 50px 0;
}
.offer .offer-col {
  margin: 20px 0;
  padding: 40px 30px;
  background: #fff;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 5px;
}
.offer .offer-col p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 30px 0;
}
.offer .offer-col h2,
.offer .offer-col h3,
.offer .offer-col h4 {
  transition: color 0.5s ease;
}
.offer .offer-col h3 {
  color: #000;
  margin-top: 10px;
}
.offer .offer-col .btn {
  color: #ff8200;
  border-color: #f2f2f2;
}
.offer .offer-col .btn:hover {
  background: #fff;
}
.offer .offer-col.main-offer {
  background: #3d3d3d;
}
.offer .offer-col.main-offer h3 {
  color: #ff8200;
}
.offer .offer-col.main-offer .btn {
  color: #ff8200;
  border-color: #fff;
}
.offer .offer-col.main-offer p,
.offer .offer-col.main-offer h4 {
  color: #fff;
}
.offer .offer-col:hover {
  color: #fff;
  background: #ff8200;
}
.offer .offer-col:hover.main-offer:before {
  color: #fff;
}
.offer .offer-col:hover .btn {
  color: #000;
  border-color: #fff;
}
.offer .offer-col:hover h4 {
  color: #fff;
}
.offer .offer-col:hover h3 {
  color: #000;
}
.text-page {
  padding: 37px 0 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  min-height: 500px;
}
.text-page p {
  width: 100%;
}
.text-page h3 span {
  text-transform: none;
}
.text-page .accordion {
  margin: 8px 0;
}
.text-page .accordion h3 {
  color: #ff8200;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 8px 0;
  padding-right: 30px;
  line-height: 1.4em;
  display: inline-block;
}
.text-page .accordion h3:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  content: "";
  font-size: 18px;
  color: #ff8200;
}
.text-page .accordion h3.ui-accordion-header-active {
  color: #ff8200;
}
.text-page .accordion h3.ui-accordion-header-active:after {
  content: "";
  color: #d7d7d7;
}
.text-page .accordion p {
  padding: 0;
}
.text-page ol {
  counter-reset: ol-counter;
  padding-left: 0px;
}
.text-page ol li {
  position: relative;
  padding-left: 0px;
  margin: 0px 0;
}
.text-page ol li:before {
  content: counter(ol-counter, decimal) ".";
  counter-increment: ol-counter;
  color: #ff8200;
}
.text-page .text-page-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
}
.text-page .text-page-photo img {
  display: inline-block;
  max-width: 100%;
  padding: 0;
}
.text-page ul {
  display: inline-block;
  width: 100%;
  margin: 10px 0 10px 0px;
  padding-left: 25px;
}
.text-page ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 25px;
}
.text-page ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 10px;
  background: #ff8200;
  border-radius: 50%;
}
.text-page ul li a {
  display: inline-block;
  width: 100%;
}
.text-page ul.checks li:before {
  content: "";
  background: transparent;
  width: auto;
  height: auto;
  left: -2px;
  top: 0;
  font-family: FontAwesome;
  font-size: 16px;
  color: #ff8200;
}
.text-page .tab-menu {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.text-page .tab-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d6d6d6;
  left: 0;
  bottom: 0;
}
.text-page .tab-menu li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.text-page .tab-menu li:before {
  display: none;
}
.text-page .tab-menu li a {
  float: left;
  width: auto;
  margin: 0;
  padding: 9px 20px 11px;
  border-radius: 4px;
  border: 2px solid #d6d6d6;
  margin-left: -2px;
  position: relative;
  top: 7px;
  border-bottom: none;
  text-decoration: none;
  color: #ff8200;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.text-page .tab-menu li a:before {
  display: none;
}
.text-page .tab-menu li:first-child a {
  margin-left: 0;
}
.text-page .tab-menu li:hover a {
  background: #e9e9e9;
}
.text-page .tab-menu li.active a {
  padding: 10px 22px 14px;
  top: 3px;
  color: #3d3d3d;
  background: transparent;
}
.text-page .tab-menu li.active:after {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: 2px;
  background: #f2f2f2;
  left: 0;
  bottom: 0px;
}
.text-page p {
  display: inline-block;
  padding: 10px 0;
}
.text-page img {
  padding: 10px 0;
  max-width: 100%;
}
.text-page strong {
  font-weight: 700;
}
.text-page blockquote {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 25px 30px 25px 102px;
  color: #a9a9a9;
  font: 15px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-style: italic;
  background: #f2f2f2;
  border-radius: 8px;
}
.text-page blockquote:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 32px;
  font-family: FontAwesome;
  font-size: 48px;
  font-style: normal;
  color: #e3e3e3;
}
.text-page.light-bg blockquote {
  background: #fff;
}
.text-page.light-bg blockquote:before {
  color: #f2f2f2;
}
.text-page .sidebar {
  float: left;
  width: 100%;
  padding: 40px 30px;
  background: #ff8200;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
}
.text-page .sidebar p {
  color: #fff;
}
.text-page .sidebar ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #ff8200;
}
.text-page .sidebar ul li {
  float: left;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
.text-page .sidebar ul li:before {
  display: none;
}
.text-page .sidebar ul li a {
  margin: 15px 0 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s ease;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 2px solid #e67500;
}
.text-page .sidebar ul li a:hover {
  padding: 10px 20px;
  background: #e67500;
}
.text-page table {
  margin: 20px 0;
  caption-side: bottom;
}
.text-page table th {
  color: #ff8200;
}
.text-page table th,
.text-page table td {
  border: 2px solid #d7d7d7;
  text-align: left;
  padding: 6px 12px;
}
.text-page .btn {
  color: #ff8200;
  border-color: #d6d6d6;
}
.text-page .btn:hover {
  /*border-color: @mainColor;*/
  background: #ebebeb;
}
.sidebar-page {
  padding: 0;
  overflow: hidden;
}
.sidebar-page .left-sidebar-page {
  padding: 50px 0 50px 30px;
}
.sidebar-page .right-sidebar-page {
  padding: 50px 30px 50px 0px;
}
caption,
.caption {
  font: 15px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-style: italic;
  font-size: 12px;
  font-style: normal;
  color: #a9a9a9;
  color: #c3c3c3;
  padding: 10px 0 0;
  text-transform: none;
  letter-spacing: 1px;
}
.caption {
  position: relative;
  padding-top: 0;
  top: -15px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.blog {
  padding: 50px 0;
}
.blog h2 {
  margin-bottom: 30px;
}
.blog .project-thumb {
  float: left;
}
.blog-post {
  display: inline-block;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blog-post h1 {
  text-transform: uppercase;
}
.blog-post img {
  display: inline-block;
}
.blog-post a {
  color: #ff8200;
  text-decoration: none;
}
.blog-post a:hover {
  text-decoration: underline;
}
.blog-post .post-details {
  display: inline-block;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.blog-post .post-details time {
  color: #b6b6b6;
  text-transform: uppercase;
}
.blog-post .post-details .tags {
  display: inline-block;
  margin-left: 0px;
  color: #b6b6b6;
}
.blog-post .post-details .tags a {
  color: #b6b6b6;
  text-transform: uppercase;
}
.blog-post .btn {
  border-color: #d6d6d6;
  margin: 20px 0 0;
}
.blog-post .btn:hover {
  background: #ebebeb;
}
.single-blog-post {
  width: 70%;
  margin-left: 15%;
  border-bottom: none;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.single-blog-post.single-post-small {
  width: 100%;
  margin-left: 0;
  padding: 10px 0 0;
}
.single-post-page {
  padding: 0 0 50px;
}
.single-post-page .decoration {
  width: 800px;
}
.single-post-page .decoration h2 {
  line-height: 1.2em;
  margin-bottom: 6px;
}
.single-post-page .decoration .post-details {
  display: inline-block;
  text-transform: uppercase;
}
.single-post-page .decoration .post-details time {
  display: inline-block;
  width: auto;
  color: #fff;
}
.single-post-page .decoration .post-details .tags {
  display: inline-block;
  width: auto;
  color: #fff;
}
.single-post-page .decoration .post-details .tags a {
  color: #fff;
  text-decoration: none;
}
.single-post-page .decoration .post-details .tags a:hover {
  text-decoration: underline;
}
.single-post-page .decoration .post-details .post-signature-big {
  display: inline-block;
  width: auto;
  color: #ff8200;
  margin-top: -15px;
}
.single-post-page .decoration .post-details .post-signature-big img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  margin: 0 10px;
  top: 25px;
  position: relative;
}
.single-post-page .decoration .post-details .post-signature-big a {
  text-decoration: none;
  color: #fff;
}
.single-post-page .decoration .post-details .post-signature-big a:hover {
  text-decoration: underline;
}
.single-post-page h3 {
  margin: 30px 0 0;
}
.single-post-page .author-details {
  display: inline-block;
  margin-bottom: 0px;
}
.single-post-page .author-details a {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  color: #ff8200;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.single-post-page .author-details .post-signature {
  float: left;
  width: 30%;
  padding-top: 15px;
}
.single-post-page .author-details .post-signature img {
  display: inline-block;
  max-width: 90px;
  border-radius: 50%;
}
.single-post-page .author-details .post-signature p {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  top: -10px;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post-page .author-details .post-signature a {
  top: -2px;
}
.single-post-page .author-details .recent-posts {
  float: left;
  width: 70%;
  padding: 20px 24px 0px;
}
.single-post-page .author-details .recent-posts ul {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
  list-style: none;
}
.single-post-page .author-details .recent-posts ul li {
  padding-left: 0;
}
.single-post-page .author-details .recent-posts ul li:before {
  display: none;
}
.single-post-page .author-details .recent-posts ul li a {
  margin: 7px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-post-page .author-details .recent-posts ul li a:hover {
  text-decoration: underline;
}
.single-post-page .author-details .recent-posts ul li:last-child a {
  margin-bottom: 0;
}
.single-post-page .circle-small-icon {
  border-color: #d6d6d6;
  padding: 17px 0;
}
.single-post-page .circle-small-icon i {
  font-size: 28px;
  padding-right: 4px;
}
.single-post-page .post-nav {
  float: left;
  position: relative;
  width: 80%;
}
.single-post-page .post-nav span {
  position: absolute;
  left: 0;
  top: 5px;
  padding-left: 90px;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 18px;
  font-weight: 300;
}
.single-post-page .post-nav.next-post {
  text-align: right;
  float: right;
}
.single-post-page .post-nav.next-post i {
  padding-right: 0px;
  padding-left: 2px;
}
.single-post-page .post-nav.next-post span {
  padding-left: 0;
  padding-right: 90px;
}
.single-post-page .post-nav:hover span {
  text-decoration: underline;
}
.single-post-page .post-nav:hover .circle-small-icon {
  background: #ebebeb;
}
.pagination {
  display: inline-block;
  margin: auto;
  margin-bottom: 0px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  color: #ff8200;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  margin: 0 3px;
  transition: all 0.5s ease;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: 300;
  font-size: 16px;
}
.pagination li a:hover {
  background: #ebebeb;
  color: #ff8200;
}
.pagination li.active a {
  background: #ff8200;
  color: #fff;
  border-color: #ff8200;
}
.pagination li.inactive a {
  background: transparent;
  color: #d6d6d6;
}
.blog-sidebar h4 {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 14px 0;
  font-weight: bold;
  font-size: 20px;
  color: #4d4d4d;
  border-bottom: 2px solid #d6d6d6;
}
.blog-sidebar h4 i {
  font-size: 18px;
  margin-left: 14px;
  position: relative;
  top: 0px;
}
.blog-sidebar a {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
  font-size: 18px;
  color: #ff8200;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-sidebar a:hover {
  text-decoration: underline;
}
.blog-sidebar ul {
  display: inline-block;
  margin: 6px 0;
  list-style: none;
  padding-left: 0;
}
.blog-sidebar ul li {
  padding: 0;
}
.blog-sidebar ul li:before {
  display: none;
}
.blog-sidebar ul li a {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 18px;
  margin: 4px 0;
  padding: 0;
  transition: padding-left 0.5s ease;
}
.blog-sidebar ul li a:hover {
  padding-left: 20px;
  font-weight: bold;
  text-decoration: none;
}
.blog-sidebar .tags {
  display: inline-block;
  margin: 10px 0;
  color: #b6b6b6;
}
.blog-sidebar .tags a {
  display: inline;
  width: auto;
  color: #b6b6b6;
}
.blog-sidebar .blog-search {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.blog-sidebar .blog-search ::-webkit-input-placeholder {
  color: #4d4d4d;
}
.blog-sidebar .blog-search ::-moz-placeholder {
  color: #4d4d4d;
}
.blog-sidebar .blog-search :-ms-input-placeholder {
  color: #4d4d4d;
}
.blog-sidebar .blog-search input {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  display: inline-block;
  border: 2px solid #fff;
  background: #fff;
  font-size: 16px;
  line-height: 1em;
  width: 100%;
  border-radius: 4px;
  padding: 13px 60px 13px 15px;
  color: #4d4d4d;
}
.blog-sidebar .blog-search button {
  color: #fff;
  position: absolute;
  width: 50px;
  margin-top: 0px;
  right: 0px;
  background: #ff8200;
  border: none;
  height: 46px;
  border-radius: 0 4px 4px 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.blog-sidebar .blog-search button i {
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 14px;
  transition: color 0.5s ease;
}
.blog-sidebar .blog-search button:hover {
  opacity: 0.9;
}
.blog-sidebar .blog-search button:hover i {
  color: #fff;
}
.blog-grid {
  float: left;
  width: 100%;
  /*
	.blog-grid-post {
		width: 25%;
		margin: auto;
	}*/
}
.blog-grid .blog-post-row {
  display: flex;
  float: left;
  width: 100%;
}
.blog-grid .blog-post-row .blog-grid-post {
  width: 25%;
  border-bottom: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: background 0.5s ease;
}
.blog-grid .blog-post-row .blog-grid-post .blog-grid-post-content {
  position: relative;
  padding: 50px;
  z-index: 5;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.blog-grid .blog-post-row .blog-grid-post:hover {
  background: #f2f2f2;
}
.blog-grid .blog-post-row .blog-grid-post:hover .read-more {
  opacity: 1;
  right: 40px;
}
.blog-grid .blog-post-row .blog-grid-post time {
  color: #ff8200;
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
}
.blog-grid .blog-post-row .blog-grid-post h2 {
  font-size: 22px;
  color: #4a4a4a;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4em;
}
.blog-grid .blog-post-row .blog-grid-post p {
  font-size: 16px;
  line-height: 1.6em;
  color: #959595;
  letter-spacing: 0.8px;
}
.blog-grid .blog-post-row .blog-grid-post a {
  text-decoration: none;
}
.blog-grid .blog-post-row .blog-grid-post a:hover h2 {
  text-decoration: underline;
}
.blog-grid .blog-post-row .blog-grid-post .tags {
  display: inline-block;
  margin-top: 20px;
  padding-right: 100px;
  position: absolute;
  bottom: 40px;
  color: #ff8200;
  padding-left: 23px;
}
.blog-grid .blog-post-row .blog-grid-post .tags:before {
  content: "";
  color: #ff8200;
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-grid .blog-post-row .blog-grid-post .tags i {
  color: #ff8200;
  font-size: 18px;
}
.blog-grid .blog-post-row .blog-grid-post .tags a {
  display: inline-block;
  color: #ff8200;
  text-decoration: none;
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
}
.blog-grid .blog-post-row .blog-grid-post .tags a:hover {
  text-decoration: underline;
}
.blog-grid .blog-post-row .blog-grid-post .blog-grid-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-grid .blog-post-row .blog-grid-post .blog-grid-bg img {
  min-width: 100%;
  min-height: 100%;
}
.blog-grid .blog-post-row .blog-grid-post.blog-grid-with-bg {
  background: #000;
}
.blog-grid .blog-post-row .blog-grid-post.blog-grid-with-bg img {
  opacity: 0.5;
}
.blog-grid .blog-post-row .blog-grid-post.blog-grid-with-bg h2 {
  color: #fff;
}
.blog-grid .blog-post-row .blog-grid-post.blog-grid-with-bg p {
  display: none;
}
.blog-grid .blog-post-row .blog-grid-post.blog-grid-with-bg .tags {
  display: none;
}
.blog-grid .blog-post-row:first-child {
  border-left: none;
}
.blog-grid .read-more {
  opacity: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 80px;
  bottom: 40px;
  border-radius: 50%;
  background: #ff8200;
  text-align: center;
  line-height: 49px;
  transition: all 0.5s ease;
}
.blog-grid .read-more i {
  position: relative;
  top: 3px;
  font-size: 26px;
  color: #fff;
  margin-left: 3px;
}
.blog-grid .read-more:hover {
  opacity: 0.8 !important;
}
.newsletter {
  background: #ff8200;
  height: 160px;
}
.newsletter input {
  position: absolute;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 50px;
  color: #fff;
  padding-bottom: 4px;
  display: inline-block;
  float: left;
  width: 100%;
  height: 160px;
  border: none;
  left: 0;
  background: transparent;
  line-height: 1em;
}
.newsletter .btn {
  float: right;
  margin: 57px 0 0;
}
.newsletter .btn:hover {
  background: #fff;
  border-color: #fff;
}
.projects-list {
  padding: 50px 0;
}
.projects-list .projects-margin {
  margin-top: 30px;
}
.projects-list .btn {
  border-color: #f2f2f2;
  color: #ff8200;
}
.projects-list .btn:hover {
  border-color: #ff8200;
  color: #ff8200;
}
.projects-list ul {
  position: absolute;
  right: 15px;
  top: 15px;
}
.projects-list ul li {
  float: left;
  margin-left: 5px;
}
.projects-list ul li a.btn {
  float: left;
  border-color: transparent;
  color: #ff8200;
}
.projects-list ul li a.btn:hover {
  border-color: #ff8200;
  background: transparent;
}
.projects-list ul li.active a.btn {
  border-color: #f2f2f2;
}
.projects-list .proj-row-4 {
  width: 25%;
}
.projects-list .proj-row-5 {
  width: 20%;
}
.projects-list h4 {
  display: inline-block;
  margin-top: 12px;
  color: #555555;
}
.projects-list .proj-row-4,
.projects-list .proj-row-5 {
  float: left;
  padding-bottom: 30px;
}
.project-link .project-thumb {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.project-link .project-thumb img {
  float: left;
  width: 100%;
}
.project-link .project-thumb .triangle {
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.project-link .project-thumb:before {
  content: "";
  z-index: 70;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff8200;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.project-link .project-thumb:after {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 36%;
  left: 0;
  font-family: FontAwesome;
  content: "";
  color: #fff;
  font-size: 18px;
  z-index: 80;
  opacity: 0;
  transition: all 0.5s ease;
}
.project-link:hover .project-thumb:before {
  opacity: 0.7;
}
.project-link:hover .project-thumb:after {
  opacity: 1;
  top: calc(50% - 9px);
}
.single-project {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.6em;
}
.single-project p {
  padding-right: 10px;
}
.single-project .project-images {
  margin-bottom: 50px;
}
.single-project .project-navigation {
  margin-top: 20px;
}
.single-project .project-images img {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.floating-project {
  position: absolute;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.full-projects .project-loink {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .projects-list .proj-row-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .projects-list .proj-row-4 {
    width: 100%;
  }
}
.contact-form {
  padding: 50px 0;
}
.contact-form p {
  margin-bottom: 10px;
}
.contact-form output {
  margin-left: 0px;
  margin-top: 0px;
  width: 100%;
  display: inline-block;
  color: #ff8200;
}
.contact-form .btn {
  color: #fff;
  padding-right: 32px;
  border-color: #ff8200;
  margin: 5px 0;
}
.contact-form .btn:after {
  font-family: fontAwesome;
  font-size: 11px;
  top: 6px;
  color: #ef5205;
  content: "";
  position: absolute;
  right: 16px;
  transition: color 0.5s ease;
}
.contact-form .btn:hover {
  border-color: #38346a;
  background: #38346a;
}
.contact-form .btn:hover:after {
  color: #241d60;
}
.contact-form input,
.contact-form textarea {
  color: #555;
  border: 2px solid transparent;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
  border-radius: 0px;
  background: #eeeeee;
  padding: 0 15px;
  height: 42px;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  transition: all 0.5s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  color: #ff8200;
  border-color: #ff8200;
}
.contact-form textarea {
  min-height: 180px;
  padding: 9px 15px;
}
.contact-form ::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.contact-form :-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.contact-form input[type="checkbox"],
.contact-form input[type="radio"] {
  width: auto;
}
.contact-form input[type="checkbox"]:disabled + .decorated-input,
.contact-form input[type="radio"]:disabled + .decorated-input {
  cursor: not-allowed;
}
.contact-form input[type="checkbox"]:disabled + .decorated-input span,
.contact-form input[type="radio"]:disabled + .decorated-input span {
  opacity: 0.5;
}
.contact-form input[type="checkbox"]:disabled + .decorated-input span i,
.contact-form input[type="radio"]:disabled + .decorated-input span i {
  opacity: 0.5;
}
.contact-form input[type="radio"] + .decorated-input span {
  border-radius: 50%;
  background: #fff;
  position: relative;
  border: 3px solid #fff;
}
.contact-form input[type="radio"] + .decorated-input span i {
  position: absolute;
  font-size: 14px;
  top: 2px;
  left: 2px;
  opacity: 1;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  width: 11px;
  height: 11px;
  background: #fff;
}
.contact-form input[type="checkbox"]:checked + .decorated-input span i,
.contact-form input[type="radio"]:checked + .decorated-input span i {
  opacity: 1;
  color: #ff8200;
}
.contact-form input[type="checkbox"]:checked + .decorated-input span i {
  color: #ff8200;
}
.contact-form input[type="radio"]:checked + .decorated-input span i {
  background: #ff8200;
}
.contact-form .decorated-input {
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.contact-form .decorated-input span {
  float: left;
  width: 21px;
  height: 21px;
  margin-top: 4px;
  padding: 0px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  transition: background 0.5s ease;
}
.contact-form .decorated-input span i {
  font-size: 14px;
  opacity: 0;
  position: relative;
  top: 0px;
  left: 1px;
  color: #ff8200;
  transition: all 0.5s ease;
}
.contact-form .decorated-input p {
  position: relative;
  float: left;
  top: 4px;
  margin-top: 0px;
  margin-left: 10px;
}
.contact-form .decorated-input p a {
  text-decoration: underline;
}
.chosen-container {
  position: relative;
}
.chosen-container span {
  color: #555;
}
.chosen-container.chosen-container-single .chosen-single {
  width: 100% !important;
  height: 35px !important;
  padding: 0px 0px 0 11px !important;
  line-height: 32px !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: none;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.chosen-container.chosen-container-single .chosen-single span {
  text-transform: none;
  transition: color 0.5s ease;
}
.chosen-container.chosen-container-single .chosen-single div {
  width: 17px;
  right: 5px;
}
.chosen-container.chosen-container-single .chosen-single div b {
  padding-right: 10px;
  background: none;
}
.chosen-container.chosen-container-single .chosen-single div b:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ff8200 transparent transparent transparent;
}
.chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
  border-radius: 4px 4px 0 0!important;
}
.chosen-container.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #b1b1b1 !important;
}
.chosen-container.chosen-container-single .chosen-drop {
  border-color: #fff;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: 0px 0px 5px 0 #fff inset;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #ff8200 transparent;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop {
  box-shadow: none !important;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #ff8200;
}
.chosen-container .chosen-results li {
  padding: 9px 7px 11px;
  font-size: 13px;
  border-radius: 4px;
}
.chosen-container {
  margin: 8px 0;
}
.chosen-container.chosen-container-single .chosen-single {
  height: 42px !important;
  line-height: 40px !important;
  font-size: 16px;
  padding: 0 0 0 16px !important;
}
.chosen-container.chosen-container-single .chosen-single div b:before {
  top: 17px;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #ff8200 transparent;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop {
  box-shadow: none !important;
  padding-bottom: 3px;
}
.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  background: #ff8200;
}
.chosen-container .chosen-results li {
  padding: 12px 12px 14px;
  font-size: 16px;
  border-radius: 4px;
}
#google_map {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 422px;
}
.gallery {
  padding: 50px 0;
}
.gallery .gallery-nav {
  position: absolute;
  right: 15px;
  top: 15px;
}
.gallery .gallery-nav li {
  float: left;
}
.gallery .gallery-nav li a.btn {
  float: left;
  border-color: transparent;
}
.gallery .gallery-nav li a.btn:hover {
  border-color: #d6d6d6;
}
.gallery h2 span {
  color: #dfdfdf;
}
.gallery .gallery-row-5 {
  float: left;
  width: 20%;
}
.gallery .gallery-album {
  position: relative;
  background: #ff8200;
  float: left;
  width: 100%;
  padding-top: calc(99%);
  box-sizing: border-box;
  text-align: center;
  border-right: 2px solid #e67500;
  border-bottom: 2px solid #e67500;
}
.gallery .gallery-album i {
  color: #e67500;
  font-size: 60px;
  margin-bottom: 10px;
}
.gallery .gallery-album p {
  position: absolute;
  width: 100%;
  top: 26%;
  line-height: 1.6em;
  left: 0;
  font-size: 18px;
  padding: 0 50px;
  color: #fff;
}
#lightbox .lb-outerContainer {
  border-radius: 0;
  border: none;
}
#lightbox .lb-outerContainer .lb-container {
  padding: 0;
}
#lightbox .lb-outerContainer .lb-container img {
  border-radius: 0;
}
#lightbox .lb-nav {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#lightbox .lb-nav a {
  background: none;
  left: 0;
  opacity: 1 !important;
  transition: opacity 0.6s ease 0s;
  width: 34%;
  position: relative;
}
#lightbox .lb-nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  width: 52px;
  height: 52px;
  background: #000;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  top: 48%;
  opacity: 0.6;
}
#lightbox .lb-nav a.lb-next {
  right: 0;
}
#lightbox .lb-nav a.lb-next:before {
  content: "";
  left: auto;
  right: 0;
}
#lightbox .lb-outerContainer:hover .lb-nav {
  opacity: 1;
}
#lightbox .lb-dataContainer {
  background: #fff !important;
  color: #ff8200 !important;
  border-radius: 0 !important;
}
#lightbox .lb-dataContainer .lb-data .lb-caption {
  display: none !important;
}
#lightbox .lb-dataContainer .lb-data .lb-number {
  color: #ff8200 !important;
  padding: 5px 15px 12px !important;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
}
#lightbox .lb-dataContainer .lb-data .lb-close {
  opacity: 1;
  position: relative;
  background: none;
  width: 30px;
  height: 30px;
  text-align: right;
  top: 0px;
  color: #acacac;
}
#lightbox .lb-dataContainer .lb-data .lb-close:before {
  position: absolute;
  top: 3px;
  right: 32px;
  color: #acacac;
  content: "Zamknij";
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
}
#lightbox .lb-dataContainer .lb-data .lb-close:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: #acacac;
  width: 30px;
  text-align: center;
  padding: 15px 0px;
}
.taksonomy h1 {
  margin-top: -8px;
  margin-bottom: 26px;
  color: #ff8200;
}
.powiazane-artykuly {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.news-thumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-thumb h4 {
  display: inline;
  float: left;
  padding: 8px 0 10px;
}
.news-thumb .photo {
  position: relative;
  float: left;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.news-thumb .photo img {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  transition: all 0.6s ease;
}
.news-thumb .photo .shadow {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.55) 100%);
}
.news-thumb .photo .material-type {
  z-index: 10;
  position: absolute;
  right: 24px;
  bottom: 17px;
}
.news-thumb .photo .material-type i {
  font-size: 20px;
}
.news-thumb .photo .main-title {
  z-index: 3;
  position: absolute;
  width: 90%;
  bottom: 26px;
  left: 30px;
  color: #fff;
}
.news-thumb .photo > img {
  transform: scale(1.05);
}
.news-thumb:hover h4 {
  color: #ff8200;
  text-decoration: underline;
}
.news-thumb:hover .photo > img {
  transform: scale(1.1);
  opacity: 0.6;
}
.category {
  z-index: 10;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  background: #e53b3b;
  border-radius: 0px;
  text-transform: uppercase;
}
.main-news {
  margin-bottom: 30px;
}
.main-news .stats-box {
  position: relative;
  margin-left: 10px;
  top: -5px;
}
.main-news .stats-box i {
  color: #7a7a7a;
}
.main-news .stats-box span {
  color: #fff;
}
.main-news .signature {
  display: inline-block;
  position: relative;
  clear: both;
  top: 0px;
  bottom: auto;
  left: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .news-thumb .photo .material-type {
    display: none;
  }
  .news-thumb .photo .main-title {
    position: relative;
    background: #fff;
    width: 100%;
    bottom: auto;
    top: auto;
    height: auto;
    float: left;
    left: auto;
  }
  .news-thumb .photo .main-title .signature {
    position: absolute;
    top: -63px;
    left: 12px;
  }
  .news-thumb .photo .main-title h1 {
    color: #ff8200;
    display: inline;
    float: left;
    padding: 8px 0 10px;
    font: 14px/1.6em "Roboto Condensed", sans-serif;
    letter-spacing: 0.8px;
    font-weight: lighter;
    font-size: 20px;
  }
  .news-thumb .photo .main-title h1 .stats-box {
    top: 0;
    margin-left: 0;
  }
  .news-thumb .photo .main-title h1 .stats-box span,
  .news-thumb .photo .main-title h1 .stats-box a {
    color: #bebebe;
  }
  .news-thumb .photo .main-title h1 .stats-box i {
    color: #e4e4e4;
  }
}
.gallery-opener {
  cursor: pointer;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.gallery-opener .news-gallery {
  margin-bottom: 0;
}
.gallery-opener .news-gallery img {
  padding: 0;
}
.gallery-opener .news-gallery .gallery-preview {
  z-index: 99;
  position: absolute;
  width: 100%;
  margin-top: 30%;
  text-align: center;
}
.gallery-opener .news-gallery .gallery-preview .gallery-button {
  display: inline-block;
  padding: 12px 30px 17px;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.gallery-opener .news-gallery .gallery-preview .gallery-button i {
  margin-right: 14px;
}
.gallery-opener .news-gallery .image-signature {
  z-index: 12;
  position: absolute;
  right: 15px;
  bottom: 11px;
  font-size: 12px;
  color: #c3c3c3;
}
.gallery-thumbs {
  float: left;
  width: 100%;
  padding: 7.5px;
  background: #f2f2f2;
  border-radius: 0;
}
.gallery-thumbs .gallery-thumb {
  position: relative;
  float: left;
  width: 20%;
  padding: 7.5px;
  text-align: center;
  overflow: hidden;
}
.gallery-thumbs .gallery-thumb img {
  float: left;
  width: 100%;
  padding: 0;
}
.gallery-thumbs .gallery-thumb .gallery-more {
  z-index: 99;
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  width: 100%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: rgba(0, 0, 0, 0.5);
}
.gallery-thumbs .gallery-thumb .gallery-more span {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
}
.gallery-thumbs .gallery-thumb .gallery-more span.amount {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 5px;
  font-size: 30px;
}
.gallery-wrapper {
  display: none;
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.gallery-wrapper .gallery-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.gallery-wrapper .gallery-inner .gallery-popup {
  display: inline-block;
  position: relative;
  width: 1200px;
  margin: auto;
  margin-top: 10%;
  padding: 20px 58px;
  text-align: left;
  transition: left 0.5s ease;
  overflow: hidden;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container {
  position: relative;
  float: left;
  width: 100%;
  transition: left 0.5s ease;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0px;
  margin-right: 116px;
  background: #fff;
  opacity: 1;
  transition: left 0.5s ease 1s;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide img {
  float: left;
  width: auto;
  max-width: 100%;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide h1 {
  margin-bottom: 10px;
  color: #ff8200;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 26px;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide span {
  color: #ff8200;
  text-transform: uppercase;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide p {
  color: #909090;
  font-size: 16px;
  line-height: 1.6em;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide figcaption {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 12px 0 0 6px;
  color: #c3c3c3;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev,
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next {
  position: absolute;
  top: calc(50% - 58px);
  left: -58px;
  width: 0;
  height: 0;
  color: #fff;
  border-style: solid;
  border-width: 58px 58px 58px 0;
  border-color: transparent #ff8200 transparent transparent !important;
  transition: border 0.5s ease;
  cursor: pointer;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev i,
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next i {
  position: relative;
  top: -14px;
  left: 22px;
  font-size: 30px;
  color: #fff !important;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next {
  left: auto;
  right: -58px;
  border-width: 58px 0 58px 58px;
  border-color: transparent transparent transparent #ff8200 !important;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next:hover {
  border-color: transparent transparent transparent #ff8200 !important;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next i {
  left: auto;
  right: 42px;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev:hover {
  border-color: transparent #ff8200 transparent transparent !important;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .close {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 34px;
  color: #ff8200;
  cursor: pointer;
  transition: color 0.5s ease;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .close:hover {
  color: #ff8200;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .left {
  float: left;
  width: 70%;
  padding: 14px;
}
.gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .right {
  float: left;
  width: 30%;
  padding: 24px 24px 14px 10px;
}
@media only screen and (max-width: 960px) {
  .gallery-thumbs .gallery-thumb .gallery-more {
    display: none;
  }
  .gallery-wrapper .gallery-inner .gallery-popup {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide {
    margin: 0;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev,
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next {
    top: 20%;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev {
    left: 0;
    border-color: transparent transparent transparent #ff8200;
    border-width: 42px 0 42px 42px;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev:hover {
    border-color: transparent transparent transparent #ff8200;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .prev i {
    font-size: 18px;
    top: -10px;
    left: -34px;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next {
    right: 0;
    border-color: transparent #ff8200 transparent transparent;
    border-width: 42px 42px 42px 0;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next:hover {
    border-color: transparent #ff8200 transparent transparent;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .next i {
    font-size: 18px;
    top: -10px;
    right: -22px;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .left {
    width: 100%;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .right {
    width: 100%;
    padding: 14px;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .right h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .gallery-wrapper .gallery-inner {
    background: #fff;
  }
  .gallery-wrapper .gallery-inner .gallery-popup {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .close {
    right: 6px;
    top: 4px;
  }
  .gallery-wrapper .gallery-inner .gallery-popup .gallery-container .gallery-slide .close i {
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
  }
}
.error-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  text-align: center;
}
.error-text .slide {
  position: relative;
  z-index: 4;
  top: 30vh;
}
.error-text .slide p {
  margin: 15px 0 20px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
}
.error-page {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(5px);
  transform: scale(1.1);
}
#header.header-portfolio {
  float: left;
  width: 320px;
  height: auto;
  position: relative;
  margin-top: -110px;
}
#header.header-portfolio .logo {
  padding-left: 55px;
}
#header.header-portfolio nav .menu-separator {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 18px;
  padding: 3px 15px 3px 55px;
  color: #ff8200;
  float: left;
  margin-top: 20px;
}
#header.header-portfolio nav > :first-child {
  margin-top: 0;
}
#header.header-portfolio nav ul {
  margin-left: 0;
  float: left;
  width: 100%;
}
#header.header-portfolio nav ul li {
  float: left;
  width: 100%;
  border: none;
  margin-left: 0;
}
#header.header-portfolio nav ul li a {
  float: left;
  width: auto;
  padding: 3px 15px 3px 55px;
  border: none;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  border-radius: 0;
  font-size: 18px;
  color: #909090;
  text-decoration: none;
  transition: background 0.5s ease;
}
#header.header-portfolio nav ul li:hover a {
  color: #fff;
  background: #ff8200;
}
#header.header-portfolio nav ul li a.hover {
  color: #ff8200;
}
#header.header-portfolio nav ul li ul {
  position: relative;
}
#header.header-portfolio nav ul li ul li ul {
  position: relative;
}
#header.header-portfolio .icons {
  float: left;
  width: 100%;
  padding-left: 55px;
  padding-top: 20px;
}
.content-portfolio {
  float: left;
  width: 1200px;
}
.content-portfolio .projects-list {
  padding-top: 10px;
}
.content-portfolio .portfolio-footer {
  padding: 30px 0 50px;
  color: #c4c4c4;
  font-size: 16px;
}
.content-portfolio .single-project {
  padding-top: 0;
}
@media only screen and (max-width: 1600px) {
  .content-portfolio {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 960px) {
  .content-portfolio {
    width: 100%;
  }
  .content-portfolio .projects-list {
    position: relative;
    top: -40px;
  }
  .content-portfolio .floating-project {
    position: relative;
  }
  #header.header-portfolio {
    width: 100%;
  }
  #header.header-portfolio .logo {
    padding-left: 15px;
  }
  #header.header-portfolio .menu-separator {
    display: none;
  }
  #header.header-portfolio .icons {
    display: none;
  }
}
#footer {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
  font-weight: 300;
  padding: 52px 0;
  color: #909090;
  background: #222222 url(../img/footer.jpg) no-repeat center top;
}
#footer .foot-text {
  padding-right: 50px;
}
#footer .icons {
  display: inline-block;
}
#footer .icons p {
  margin-right: 15px;
}
#footer .icons .social-icon {
  color: #38346a;
  background: #fff;
  border: none;
}
#footer .icons .social-icon:hover {
  color: #ff8200;
}
#footer h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
#footer ul li a {
  float: left;
  width: 100%;
  color: #909090;
  padding: 2px 0;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: 1.4em;
}
#footer ul li:hover > a {
  text-decoration: underline;
}
#footer ul li.active a {
  color: #ff8200;
  text-decoration: none;
}
#footer ul ul {
  float: left;
  padding-left: 10px;
}
#footer ul ul a {
  position: relative;
  padding-left: 16px;
}
#footer ul ul a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #ff8200;
  border-radius: 50%;
}
#footer .chyr {
  visibility: hidden;
  position: relative;
  top: -1px;
  float: left;
  margin-left: 0px;
}
#footer .chyr a {
  color: #909090;
  text-decoration: none;
}
#footer .chyr a img {
  transition: transform 0.5s ease;
  position: relative;
  width: 30px;
  top: 3px;
  margin: 0 10px;
}
#footer .chyr a:hover {
  color: #ff8200;
}
#footer .chyr a:hover img {
  transform: rotate(180deg);
}
#footer #copyright {
  margin-top: 50px;
  color: #909090;
}
#footer #copyright p {
  display: inline-block;
}
#footer #copyright > p {
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 960px) {
  #footer .chyr {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 600px) {
  #footer {
    padding: 0px 0 52px;
  }
  #footer .chyr {
    margin-top: 8px;
  }
  #footer h4,
  #footer h5 {
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
.text-page h3 {
  margin-top: 0;
  padding-bottom: 7px;
}
.text-page hr {
  border: none;
  border-top: 5px solid #f6f6f6;
  float: left;
  margin: 32px 0 21px;
}
.v-box {
  float: left;
  width: 100%;
  min-height: 140px;
  padding: 24px 35px;
}
.v-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}
.v-box p {
  color: #fff;
  font-weight: 400;
}
.v-box.v-box-1 {
  background: #ff8200 url(../img/box-1.jpg) no-repeat;
}
.v-box.v-box-2 {
  background: #38346a url(../img/box-2.jpg) no-repeat;
}

.v-box.v-box-3-3 {
  background: #38346a url(../img/box-3-blueish.png) no-repeat;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.v-box-margin {
  margin-top: 50px;
}
.h-box-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 18px 0 0px;
  width: 100%;
}
.h-box-container .h-box {
  flex: 0 0 16.66666667%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}
.h-box-container .h-box:before {
  content: '';
  display: table;
  padding-top: 100%;
}
.h-box-container .h-box .h-box-inner {
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 400;
  /*padding: 16px;*/
  padding: 0;
  flex-grow: 1;
  background: #ff8200;
  color: white;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  transition: all 0.5s ease;
}
.h-box-container .h-box .h-box-inner:hover {
  /*align-items: flex-end;*/
}
.h-box-container .h-box:hover .cube {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.h-box-container.h-box-container-blue .h-box .h-box-inner {
  background: #38346a;
  border-color: #252153;
}
.h-box-container.h-box-container-gray .h-box .h-box-inner {
  background: #708390;
  border-color: #708390;
}

.cube {
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 100%;
  height: 100%;
  transform: rotateX(0deg);
}
.cube .side {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1fa3df;
  border-top: 1px solid #2f4491;
  border-left: 1px solid #2f4491;
}

.blue-box {
  background: #0B0B40 !important;
  border-top: 1px solid #004785 !important;
  border-left: 1px solid #004785 !important;
}

/*.h-box-container-blue .h-box .h-box-inner .cube .side-blue {*/
  /*background: #008aff;*/
  /*border-color: #004785;*/
/*}*/


.cube .side img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 1;
}
.cube .side p {
  position: absolute;
  left: 0;
  padding: 12px 18px 13px;
  z-index: 2;
}
.cube .side-front {
  -webkit-transform: translateZ(78px);
  -moz-transform: translateZ(78px);
  -ms-transform: translateZ(78px);
  transform: translateZ(78px);
}
.cube .side-back {
  -webkit-transform: rotateX(-90deg) translateZ(78px);
  -moz-transform: rotateX(-90deg) translateZ(78px);
  -ms-transform: rotateX(-90deg) translateZ(78px);
  transform: rotateX(-90deg) translateZ(78px);
  border-color: #252153;
}
.cube .side-back p {
  top: auto;
  bottom: 0;
}
.h-box-container-blue .h-box .h-box-inner .cube .side-front {
  background: #38346a;
  border-color: #252153;
}

.h-box-container-blue .h-box .h-box-inner .cube .side-back {
   background: #1fa3df;
   border-color: #2f4491;
}
.h-box-container-gray .h-box .h-box-inner .cube .side-back {
  background: #708390;
  border-color: #708390;
}

.page-header {
  min-height: 278px;
  background: #000 url(../img/bg-page-1.jpg) no-repeat center bottom;
}
.page-header h1 {
  margin-bottom: 30px;
}
.gatunki-stali {
  background: #000 url(../img/bg-page-2.jpg) no-repeat center top;
}
.wyroby-hutnicze {
  background: #000 url(../img/bg-page-3.jpg) no-repeat center top;
}
.breadcrumb {
  margin-top: 155px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
}
.breadcrumb a,
.breadcrumb span {
  float: left;
  color: #fff;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
  font-size: 14px;
  text-transform: none;
}
.breadcrumb a:before,
.breadcrumb span:before {
  content: "";
  font-family: FontAwesome;
  color: #ff8200;
  position: absolute;
  left: -15px;
  font-size: 14px;
  top: 0;
}
.breadcrumb a:first-child:before,
.breadcrumb span:first-child:before {
  display: none;
}
.breadcrumb a:hover,
.breadcrumb span:hover {
  text-decoration: underline;
}
.breadcrumb span:hover {
  text-decoration: none;
}
.accordin-tabs {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.accordin-tabs ul {
  float: left;
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.accordin-tabs ul li {
  float: left;
  width: 100%;
  margin: 2px 0;
  padding-left: 0;
}
.accordin-tabs ul li:before {
  display: none;
}
.accordin-tabs ul li a {
  float: left;
  width: 100%;
  background: #ff8200;
  color: #fff;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.accordin-tabs ul li a:after {
  content: "";
  font-family: FontAwesome;
  color: #e3490c;
  font-size: 18px;
  margin-left: 12px;
  position: relative;
  top: 1px;
  transition: color 0.5s ease;
}
.accordin-tabs ul li a:hover {
  background: #38346a;
}
.accordin-tabs ul li a:hover:after {
  color: #1a1741;
}
.accordin-tabs ul li.more ul {
  display: none;
}
.accordin-tabs ul li.more > a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
}
.accordin-tabs ul li.more.active > a:after {
  content: "";
}
.accordin-tabs ul li ul {
  margin-top: 2px;
}
.accordin-tabs ul li ul li {
  padding: 0 30px;
}
.accordin-tabs ul li ul li:last-child {
  margin-bottom: 0;
}
.accordin-tabs ul li:last-child {
  margin-bottom: 0;
}
.accordin-tabs.accordin-tabs-blue ul li a {
  background: #38346a;
}
.accordin-tabs.accordin-tabs-blue ul li a:after {
  color: #1a1741;
}
.accordin-tabs.accordin-tabs-blue ul li a:hover {
  background: #ff8200;
}
.accordin-tabs.accordin-tabs-blue ul li a:hover:after {
  color: #e3490c;
}
.accordin-tabs.accordin-tabs-blue ul li.more > a:after {
  color: #fff;
}
figure {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
figure img {
  display: inline-block;
  width: auto;
}
figure.light-bg {
  background: #f6f6f6;
}
figure.vertical-padding {
  padding: 50px 0;
}
figure figcaption {
  position: absolute;
  bottom: 22px;
  right: 26px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
figure figcaption.dark-caption {
  color: #909090;
}
.bottom-small-separator {
  margin-bottom: 20px;
}
.top-small-separator {
  margin-top: 20px;
}
.text-page table {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}
.text-page table td,
.text-page table th {
  border: none;
  padding: 8px 10px;
}
.text-page table td.blue-bg,
.text-page table th.blue-bg {
  background: #38346a;
  border: 1px solid #38346a;
}
.text-page table thead tr {
  background: #ff8200;
  border: none;
}
.text-page table thead tr.blue-bg-b th {
  background: #4a4585;
  border: 1px solid #38346a;
}
.text-page table thead tr th {
  border-top: 1px solid #ff8200;
  border-bottom: 1px solid #ff8200;
  color: #fff;
  font-weight: 400;
}
.text-page table tbody tr {
  background: #f6f6f6;
}
.text-page table tbody tr td {
  border: 1px solid #e3e3e3;
}
.text-page table tbody tr td:last-child {
  border-right: none;
}
.text-page table tbody tr td:first-child {
  border-left: none;
}
.text-page table tbody tr:nth-child(even) {
  background: #ececec;
}
.text-page table.align-center th,
.text-page table.align-center td {
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}
.text-page table.second-header tr {
  background: #38346a;
}
.tabs-menu {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.tabs-menu nav {
  float: left;
  width: 100%;
  border-bottom: 3px solid #38346a;
}
.tabs-menu nav a {
  float: left;
  color: #545452;
  background: #f6f6f6;
  padding: 10px 15px;
  font-weight: 400;
  transition: none;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}
.tabs-menu nav a:last-child {
  border-right: none;
}
.tabs-menu nav a.active,
.tabs-menu nav a:hover {
  color: #fff;
  background: #38346a;
  border-right-color: #38346a;
}
.tabs-menu .tab-content {
  float: left;
  width: 100%;
  display: none;
  padding: 20px 0;
}
.tabs-menu .tab-content.active {
  display: inline-block;
}
.sidebar-menu ul {
  padding: 0;
}
.sidebar-menu ul li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-menu ul li:before {
  display: none;
}
.sidebar-menu ul li a {
  font-weight: 400;
  line-height: 1.4em;
  padding: 15px 80px 15px 15px;
  text-decoration: none;
}
.sidebar-menu ul li a:after {
  position: relative;
  left: 8px;
  font-size: 12px;
  font-family: FontAwesome;
  content: '\f061';
  color: #ff8200;
  /*display: inline-block;*/
}
.sidebar-menu ul li a:hover {
  text-decoration: underline;
  background: #f6f6f6;
}
.sidebar-menu ul li a:hover:after {
  color: #38346a;
}
.sidebar-menu ul li.more > a:hover {
  background: transparent;
  text-decoration: none;
  color: inherit;
}
.sidebar-menu ul li.more > a:after {
  display: none;
}
.sidebar-menu ul li ul {
  margin: 0px;
  padding-bottom: 10px;
}
.sidebar-menu ul li ul li {
  border-bottom: none;
  margin: 0;
}
.sidebar-menu ul li ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #38346a;
  top: 14px;
  left: 20px;
}
.sidebar-menu ul li ul li a {
  padding: 7px 70px 7px 40px;
}
.sidebar-menu ul li ul li a:hover {
  background: transparent;
}
.icon-margin {
  padding-left: 25px;
  position: relative;
  width: 100%;
}
.icon-margin i {
  color: #ff8200;
  position: absolute;
  left: 0;
  top: 5px;
}
.icon-margin i.fa-envelope-o {
  font-size: 12px;
}
.icon-margin i.fa-mobile {
  font-size: 18px;
  left: 3px;
  top: 3px;
}
.text-page .icon-margin {
  margin: 0;
  padding: 0 0 0 25px;
}
.contact-headers h3 {
  margin-bottom: 10px;
}
.p-margin {
  margin-top: 10px;
  margin-bottom: 30px;
}
.text-page .pagination {
  padding-left: 0;
  display: inline-block;
}
.text-page .pagination li {
  padding: 0;
  width: auto;
  display: inline-block;
}
.text-page .pagination li:before {
  display: none;
}
.text-page .pagination li a {
  line-height: 22px;
  color: #a3a3a3;
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #e2e2e2;
}
.text-page .pagination li:not(.inactive):hover a {
  background: transparent;
  color: #38346a;
}
.text-page .pagination li:not(.inactive).active a {
  background: #f1f1f1;
  color: #a3a3a3;
  border-color: #f1f1f1;
}
.text-page .pagination li.inactive {
  opacity: 0.3;
}
.text-page .search-result-menu {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.text-page .search-result-menu li {
  float: left;
  width: 100%;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  padding: 15px 20px;
  transition: all 0.5s ease;
}
.text-page .search-result-menu li:before {
  display: none;
}
.text-page .search-result-menu li a {
  float: left;
  width: 100%;
  text-decoration: none;
}
.text-page .search-result-menu li a span {
  float: left;
  text-transform: none;
  clear: both;
  color: #909090;
  font-size: 18px;
}
.text-page .search-result-menu li a span:after {
  position: relative;
  left: 8px;
  top: -2px;
  font-size: 12px;
  font-family: FontAwesome;
  content: '';
  color: #ff8200;
  display: inline-block;
  transition: all 0.5s ease;
}
.text-page .search-result-menu li a small {
  transition: all 0.5s ease;
  float: left;
  clear: both;
  color: #909090;
  font-size: 12px;
  color: #ff8200;
}
.text-page .search-result-menu li p {
  padding-bottom: 0;
  font-weight: 300;
}
.text-page .search-result-menu li:hover {
  background: #f6f6f6;
}
.text-page .search-result-menu li:hover a span:after {
  color: #38346a;
}
.text-page .search-result-menu li:hover a small {
  color: #38346a;
}
.text-page.sitemap-page h4 {
  margin-bottom: 15px;
}
.text-page.sitemap-page ul {
  padding-left: 0;
}
.text-page.sitemap-page ul li {
  padding-left: 0;
  font-weight: 400;
}
.text-page.sitemap-page ul li:before {
  display: none;
}
.text-page.sitemap-page ul li a {
  text-decoration: none;
}
.text-page.sitemap-page ul li a:hover {
  color: #38346a;
}
.text-page.sitemap-page ul li ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.text-page.sitemap-page ul li ul li {
  color: #909090;
}
.search-box {
  position: relative;
  display: inline-block;
  top: 10px;
  width: 170px;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 20px;
}
.search-box input {
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 0px 34px 1px 13px;
  border: none;
  background: #efefef;
  font: 14px/1.6em "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  font-weight: lighter;
  font-size: 14px;
  color: #38346a;
}
.search-box button {
  position: absolute;
  background: transparent;
  width: 34px;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.search-box button i {
  position: relative;
  left: 1px;
  top: -2px;
  color: #38346a;
  font-size: 11px;
}
.search-box button:hover {
  background: #38346a;
}
.search-box button:hover i {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .v-box {
    min-height: 240px;
  }
  .v-box-margin {
    margin-top: 20px;
  }
  .breadcrumb {
    visibility: collapse;
    margin-top: 35px;
  }
  .page-header {
    min-height: 150px;
  }
  .h-box-container .h-box {
    flex: 0 0 25%;
  }
  #header .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.responsive-table-wrapper {
  overflow-x: auto;
}
@media only screen and (max-width: 600px) {
  .tabs-menu nav a {
    width: 100%;
  }
  .h-box-container .h-box {
    flex: 0 0 33.33333333%;
  }
}
@media only screen and (max-width: 380px) {
  .h-box-container .h-box {
    flex: 0 0 50%;
  }
}
.mt-10 {
  margin-top: 10%;
}

.black-404 {
  color: black;
}

h2 {
  color: black;
  font-size: 18px;
  margin-bottom: 30px;
}

h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.hide-link {
  visibility: hidden;
}

.form-agree-validation {
  color: red;
}

.privacy-policy-checkbox-label {
  font-size: 12px;
}

.privacy-header {
  margin-bottom: 10px;
  margin-top: 20px;
}

.justify {
  text-align: justify;
}

.fix-list li {
  padding-top: 5px;
}

.smaller-page-title {
  font-size: 30px;
}

.page-content ul li a {
  display: inline !important;
}

/* Dirty fix for nickel button on main site */
@media only screen and (min-width: 600px) {
  .nickel-rwd-1 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .nickel-rwd-2 {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .buttons-vertical-separator {
    margin-bottom: 120px;
  }
}
