@charset "UTF-8";
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body .material-icons {
  vertical-align: middle;
  font-size: 1em; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.i-md {
  font-size: 65px !important; }

.i-lg {
  font-size: 80px !important; }

.i-xl {
  font-size: 110px !important; }

hr {
  border-top-color: #dedede; }
  hr.white {
    border-top-color: #fff; }

a:hover, a:focus {
  text-decoration: underline; }

a .material-icons {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a, button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }

.spacer {
  height: 1px;
  width: 51px; }

.span-xs {
  display: none;
  visibility: hidden; }
  @media (max-width: 767px) {
    .span-xs {
      display: inline-block;
      visibility: visible; } }

.top-img-over-header {
  position: relative; }

.big-img img {
  width: 100%;
  height: auto; }

.heading-line span {
  position: relative;
  z-index: 10; }

.heading-line span::after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #fecc47;
  margin-top: -10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.heading-fancy {
  text-align: center;
  font-size: 50px;
  font-family: "Sailec-Regular", serif;
  padding: 10px 0; }
  .heading-fancy > span {
    box-shadow: inset 0 -0.3em 0 white, inset 0 -0.33em 0 black;
    display: inline; }

.dash {
  font-size: 16px;
  font-weight: 400; }

md-select.bordered {
  border: 1px solid #000; }

md-checkbox-group.look-radio .md-icon {
  border-radius: 50%; }

md-checkbox-group.look-radio .md-checked .md-icon:after {
  border: 3px solid #fff;
  background-color: #000;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  border-radius: 50%; }

.circle-abrv > .c0 {
  color: #3392fc; }

.circle-abrv > .c1 {
  color: #000; }

.circle-abrv > .c2 {
  color: #fecc47; }

.circle-abrv > .c3 {
  color: #f75659; }

.circle-abrv > .c4 {
  color: #16e372; }

md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #fecc47; }

md-select-menu.md-default-theme md-option[selected], md-select-menu md-option[selected],
md-select-menu.md-default-theme md-option[selected]:focus, md-select-menu md-option[selected]:focus {
  color: #fecc47; }

md-select-menu.md-default-theme md-option:focus:not([disabled]):not([selected]), md-select-menu md-option:focus:not([disabled]):not([selected]) {
  background-color: #fecc47;
  color: #3a3a3a; }

md-dialog {
  max-height: 95%; }
  md-dialog > form {
    display: block !important;
    overflow: visible; }

md-input-container.nomi.md-input-focused label:not(.md-no-float), md-input-container.nomi.md-input-has-placeholder label:not(.md-no-float), md-input-container.nomi.md-input-has-value label:not(.md-no-float) {
  font-family: "Sailec-Regular" !important;
  font-weight: 400; }

md-radio-button, md-checkbox {
  font-weight: 400; }

.caret {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .caret.up {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 50%;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    transform: rotate(180deg);
    transform-origin: 50% 50%; }

.loader {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto; }

.dot {
  motion-path: path("M16.7,66.7C7.5,66.7,0,74.1,0,83.3S7.5,100,16.7,100s16.7-7.5,16.7-16.7c0,0,0-50,0-50C33.3,14.9,48.3,0,66.7,0S100,14.9,100,33.3c0,18.4-14.9,33.3-33.3,33.3C66.7,66.7,16.7,66.7,16.7,66.7z");
  animation: sweep 4s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-top: -16px;
  margin-left: -16px;
  tranform-origin: 0 0;
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */ }
  .dot:nth-child(1) {
    animation-delay: 0s;
    background-color: #1994F4; }
  .dot:nth-child(2) {
    animation-delay: -.9s;
    background-color: #01C381; }
  .dot:nth-child(3) {
    animation-delay: -1.8s;
    background-color: #FE485B; }

@keyframes sweep {
  0% {
    motion-offset: 0;
    -ms-transform: scale(0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5);
    /* Chrome, Safari, Opera */
    transform: scale(0.5); }
  25% {
    -ms-transform: scale(0.3);
    /* IE 9 */
    -webkit-transform: scale(0.3);
    /* Chrome, Safari, Opera */
    transform: scale(0.3); }
  50%,
  75% {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1); }
  100% {
    motion-offset: 100%;
    -ms-transform: scale(0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5);
    /* Chrome, Safari, Opera */
    transform: scale(0.5); } }

.crop-modal .modal-dialog {
  width: 600px !important; }

.gap-10 {
  width: 100%;
  height: 10px; }

.gap-18 {
  width: 100%;
  height: 18px; }

.gap-20 {
  width: 100%;
  height: 20px; }

.gap-30 {
  width: 100%;
  height: 30px; }

.gap-40 {
  width: 100%;
  height: 40px; }

.tt-none {
  text-transform: none; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.m-0 {
  margin: 0 !important; }

.abs-0000 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.row20 {
  margin-left: -20px;
  margin-right: -20px; }

.row30 {
  margin-left: -30px;
  margin-right: -30px; }

.row-2 {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .row-2-xs_p {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .row-2-sm_p {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  .row-2-md_p {
    padding-left: 0;
    padding-right: 0; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

.ls-175 {
  letter-spacing: 0.175em; }

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

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

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

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

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

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

.p-5-20 {
  padding: 5px 20px; }

.p-5-30 {
  padding: 5px 30px; }

.p-0 {
  padding: 0; }

.relative {
  position: relative; }

.h-100 {
  height: 100%; }

.block {
  display: block; }

.sans {
  font-family: "Sailec-Regular", sans-serif !important; }

.serif {
  font-family: "Sailec-Regular", serif !important; }

.uppercase {
  text-transform: uppercase !important; }

.container-sm {
  max-width: 620px; }

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hw-100 {
  height: 100%;
  width: 100%; }

.relative {
  position: relative; }

.circle {
  display: block;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .circle.circle-50 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px; }

.overlay {
  border-radius: 0;
  background-color: rgba(254, 204, 71, 0.8);
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  padding: 15px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1; }
  .overlay.black {
    background-color: rgba(0, 0, 0, 0.6); }

.help-block {
  position: relative; }
  .help-block ul.warning-tooltip {
    margin-top: 5px;
    list-style: none;
    background: #FF9800;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    text-shadow: none;
    border-radius: 5px; }
  .help-block ul.warning-tooltip > li {
    padding: 0; }
  .help-block ul.warning-tooltip::before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FF9800;
    border-width: 9px;
    margin-left: -9px; }
  .help-block ul.warning-tooltip::after {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 74, 74, 0);
    border-bottom-color: #FF9800;
    border-width: 8px;
    margin-left: -8px; }
  .help-block ul.errors-tooltip {
    margin-top: 5px;
    list-style: none;
    background: #bc1621;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    text-shadow: none;
    border-radius: 5px; }
  .help-block ul.errors-tooltip > li {
    padding: 0; }
  .help-block ul.errors-tooltip::before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #bc1621;
    border-width: 9px;
    margin-left: -9px; }
  .help-block ul.errors-tooltip::after {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 74, 74, 0);
    border-bottom-color: #bc1621;
    border-width: 8px;
    margin-left: -8px; }

/*!
 *  Font Awesome 4.5.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?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") 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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* Preload images */
body:after {
  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(../images/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(../images/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(../images/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(../images/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; }

.btn {
  border-radius: 0;
  font-weight: 400;
  font-family: "Sailec-Regular";
  white-space: normal;
  border: 1px solid transparent;
  padding: 10px 15px;
  background: #f9cb28;
  color: #000; }
  .btn.active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

.btn-ctas {
  margin-top: 20px;
  margin-bottom: 20px; }

.btn-flat {
  padding: 0;
  background-color: transparent;
  color: #000;
  border: none; }
  .btn-flat:hover, .btn-flat:focus {
    color: #000;
    text-decoration: underline; }
  .btn-flat.btn-grey {
    color: #bfbfbf; }
  .btn-flat.underline {
    text-decoration: underline; }

.btn-sign-login {
  float: right;
  padding: 3px 8px; }
  .btn-sign-login:hover {
    /*text-decoration: none; */
  }

.btn-flat-black {
  padding: 2px 15px 0 15px;
  font-size: 26px;
  font-family: "Sailec-Regular", serif;
  background-color: transparent;
  color: #000;
  /*text-decoration: underline; */
}
  .btn-flat-black:hover, .btn-flat-black:focus {
    background-color: #000;
    /*text-decoration: none;*/
    color: #fff; }

.btn-simple {
  background-color: transparent;
  color: #000;
  text-transform: none;
  text-align: left;
  width: auto;
  min-width: 0;
  padding: 5px; }
  .btn-simple:hover, .btn-simple:focus {
    background-color: #f7f4f0;
    color: #000; }

.btn-transparent-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000 !important; }
  .btn-transparent-black:hover, .btn-transparent-black:focus {
    background-color: #000;
    color: #fff !important; }

.btn-transparent {
  background-color: transparent;
  color: #fff; }

.btn-transparent-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500; }
  .btn-transparent-white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }

.btn-yellow {
  background-color: #fecc47;
  color: #fff; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #000;
    color: #fff; }

.btn-green {
  background-color: #16e372;
  color: #fff; }
  .btn-green:hover, .btn-green:focus {
    background-color: #000;
    color: #fff; }

.btn-yellow-black {
  background-color: #fecc47;
  color: #000; }
  .btn-yellow-black:hover, .btn-yellow-black:focus {
    background-color: #000;
    color: #fff; }

.btn-green-black {
  background-color: #16e372;
  color: #000; }
  .btn-green-black:hover, .btn-green-black:focus {
    background-color: #000;
    color: #fff; }

.btn-white {
  background-color: #fff;
  color: #000; }
  .btn-white:hover, .btn-white:focus {
    background-color: #000;
    color: #fff; }

.btn-yellow-white {
  background-color: #fecc47;
  color: #fff;
  border: 1px solid #fecc47; }
  .btn-yellow-white:hover, .btn-yellow-white:focus {
    background-color: #fff;
    color: #fecc47; }

.btn-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }
  .btn-black:hover, .btn-black:focus {
    background-color: #fff;
    color: #000; }

.btn-gray-black {
  background-color: #f2f0eb;
  color: #000; }
  .btn-gray-black:hover, .btn-gray-black:focus {
    background-color: #000;
    color: #fff; }

.btn-group .btn {
  min-width: 115px;
  background-color: #f7f4f0;
  color: #9d9d9d;
  border-color: #9d9d9d; }
  .btn-group .btn md-icon:hover, .btn-group .btn md-icon:focus {
    color: #fff; }
  .btn-group .btn:hover, .btn-group .btn:focus {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    .btn-group .btn:hover md-icon, .btn-group .btn:focus md-icon {
      color: #fff; }
  .btn-group .btn.active md-icon {
    color: #000; }
  .btn-group .btn.active {
    background-color: #fff;
    color: #000;
    border-color: #000; }
  .btn-group .btn + .btn {
    margin-left: -2px; }

.btn-flat-grey {
  color: #bfbfbf; }

.btn-facebook {
  background-color: #3b5a97;
  color: #fff;
  border: 1px solid #3b5a97; }
  .btn-facebook:hover, .btn-facebook:focus {
    background-color: #4f6ba1;
    color: #fff; }

.btn-google {
  color: #b4b3b3;
  background-color: #fff;
  border: 1px solid #bfbfbf; }
  .btn-google:hover, .btn-google:focus {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff; }

.btn-facebook, .btn-google {
  position: relative; }
  .btn-facebook .logo, .btn-google .logo {
    position: absolute;
    left: 7px;
    top: 7px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .btn-facebook .logo, .btn-google .logo {
        left: 3px;
        top: 3px; } }

#header > .inner {
  background-color: #fff; }
  #header > .inner > .container-c {
    padding: 25px 15px;
    position: relative;
    z-index: 5;
    text-align: center; }
    #header > .inner > .container-c .navbar-nav {
      float: none; }
    #header > .inner > .container-c .navbar-header {
      position: absolute; }
    #header > .inner > .container-c .navbar-right {
      position: absolute;
      right: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #header > .inner > .container-c {
        padding: 20px 15px 0 15px; }
        #header > .inner > .container-c .navbar-header {
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #header > .inner > .container-c {
        padding: 10px 0 0 0;
        text-align: left; }
        #header > .inner > .container-c .navbar-header, #header > .inner > .container-c .navbar-right {
          position: inherit; }
        #header > .inner > .container-c .navbar-header {
          margin-bottom: 10px;
          padding: 0 15px; } }

#header .navbar-collapse {
  margin-top: -1px; }

#header .nav {
  padding: 0;
  display: inline-block; }
  #header .nav .header-flag {
    position: relative;
    padding: 0 15px;
    top: 5px; }
  @media (max-width: 767px) {
    #header .nav {
      display: block; } }
  #header .nav li {
    padding: 0; }
  #header .nav.navbar-right a, #header .nav.navbar-right button {
    color: #585650; }
  #header .nav.nav-center {
    text-transform: capitalize; }
  #header .nav a, #header .nav button {
    text-align: center;
    font-size: 16px;
    color: #2c2b28;
    font-weight: 500;
    padding: 10px 15px;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    line-height: 20px; }
    #header .nav a.f-g-light, #header .nav button.f-g-light {
      font-weight: 400; }
    #header .nav a.btn-sign, #header .nav button.btn-sign {
      border-radius: 7px;
      padding: 10px;
      color: #fecc47; }
    #header .nav a span, #header .nav button span {
      display: inline-block; }
/*    #header .nav a span:after, #header .nav button span:after {
      content: ' ';
      display: block;
      width: 0%;
      height: 10px;
      background-color: #fecc47;
      margin-top: -10px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }*/
    #header .nav a:hover, #header .nav a:focus, #header .nav button:hover, #header .nav button:focus {
      background-color: transparent;
      text-decoration: underline;
      outline: none; }
      #header .nav a:hover span, #header .nav a:focus span, #header .nav button:hover span, #header .nav button:focus span {
        text-decoration: underline;
      }

      /*#header .nav a:hover span:after, #header .nav a:focus span:after, #header .nav button:hover span:after, #header .nav button:focus span:after {
        width: 100%; }
  /*#header .nav li.active a span:after, #header .nav li.active button span:after {
    width: 100%; }*/
  #header .nav li.active a span, #header .nav li.active button span {
    text-decoration: underline;
  }
  #header .nav .dropdown a {
    padding: 5px; }
  #header .nav .dropdown .divider {
    background-color: rgba(0, 0, 0, 0.15);
    margin: 9px 10%; }
  #header .nav .dropdown.open {
    background-color: #f0ede9; }
    #header .nav .dropdown.open .dropdown-menu {
      background-color: #f0ede9; }
  #header .nav .dropdown-menu {
    border-radius: 0;
    left: auto;
    right: 0;
    border: none;
    margin-top: 0;
    box-shadow: none; }
  @media (max-width: 767px) {
    #header .nav {
      float: none;
      margin: 0 -15px;
      padding: 0;
      background-color: #f0ede9;
      box-shadow: none; }
      #header .nav > li {
        padding: 5px 0;
        text-align: center; }
        #header .nav > li > a, #header .nav > li button {
          display: block;
          width: 100%;
          padding: 5px 15px;
          position: relative; }
          #header .nav > li > a > span, #header .nav > li button > span {
            position: relative;
            z-index: 10; }
          #header .nav > li > a:after, #header .nav > li button:after {
            position: absolute;
            margin-left: -15px;
            z-index: 1; }
      #header .nav .dropdown.open {
        background-color: #e8e5e2; }
        #header .nav .dropdown.open .dropdown-menu {
          background-color: #e8e5e2; } }

#header .navbar-toggle {
  padding: 20px 15px;
  margin: -10px -15px -10px 0;
  background-color: #f0ede9;
  border-radius: 0;
  border: 0; }
  #header .navbar-toggle.cart-toggle {
    padding: 13px 15px;
    margin-right: 0; }
  @media (max-width: 767px) {
    #header .navbar-toggle {
      padding: 16px 15px; } }
  #header .navbar-toggle .icon-bar {
    background-color: #2c2b28;
    color: #2c2b28; }
  #header .navbar-toggle a {
    color: #2c2b28; }
  #header .navbar-toggle.collapsed {
    background-color: transparent; }

#header .navbar {
  min-height: 0;
  margin: 0;
  border: 0; }

#header .nav-top-logo img {
  max-height: 32px; }
  @media (min-width: 768px) {
    #header .nav-top-logo img {
      margin-top: 4px; } }
  @media (max-width: 767px) {
    #header .nav-top-logo img {
      max-width: 73px; } }

.instagram {
  background-color: #f8f7f4;
  margin: 50px 0;
  text-align: center; }
  .instagram .top-heading {
    text-align: center;
    font-family: "Sailec-Regular", serif;
    font-size: 50px;
    margin-bottom: 30px;
    display: inline; }
  .instagram .feed {
    margin: 0; }
    .instagram .feed::after {
      content: ' ';
      clear: both;
      display: table; }
  .instagram .item {
    position: relative;
    width: 25%;
    display: block;
    float: left;
    background-color: #f7f4f0;
    background-position: center center;
    background-size: cover; }
    .instagram .item::after {
      content: "";
      display: block;
      padding-top: 100%; }
    .instagram .item .data {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      position: absolute;
      height: 100%;
      width: 100%;
      padding: 15px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .instagram .item:hover .data, .instagram .item:focus .data {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    @media (max-width: 767px) {
      .instagram .item .data {
        font-size: 9px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .instagram .item .data {
        font-size: 11px; } }
    @media (max-width: 991px) {
      .instagram .item {
        width: 50%; } }

.insta-cta {
  text-align: center;
  margin-bottom: 50px; }

#footer {
  padding-top: 60px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #footer {
      padding-top: 30px; } }
  #footer .footer-line {
    height: 9px;
    background-color: #f8f7f4; }
  #footer .heading {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px; }
  #footer .subscribe {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      #footer .subscribe {
        margin-bottom: 20px; } }
    #footer .subscribe .form-control {
      max-width: 410px;
      border-width: 1px;
      display: inline-block;
      padding-top: 12px;
      padding-bottom: 12px;
      margin-right: 13px;
      height: auto;
      border-color: #000;
      color: #000;
      width: 100%; }
    #footer .subscribe::after {
      content: ' ';
      clear: both;
      display: table; }
    @media (max-width: 767px) {
      #footer .subscribe .form-control, #footer .subscribe .btn {
        display: block;
        float: left; }
      #footer .subscribe .form-control {
        width: 65%;
        margin-right: 5%; }
      #footer .subscribe .btn {
        width: 30%;
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
  #footer .as-featured-in {
    margin-bottom: 30px; }
    #footer .as-featured-in .heading {
      margin-bottom: 10px; }
  #footer .nav-bottom {
    font-size: 16px;
    margin-bottom: 30px; }
    #footer .nav-bottom ul {
      padding: 0;
      text-align: right; }
      #footer .nav-bottom ul li {
        display: inline-block;
        margin: 5px 10px; }
        #footer .nav-bottom ul li a {
          color: #000; }
          #footer .nav-bottom ul li a:hover, #footer .nav-bottom ul li a:focus {
            text-decoration: underline; }
  #footer .copyright {
    font-size: 16px; }
  @media (max-width: 991px) {
    #footer .nav-bottom ul, #footer .copyright {
      text-align: center; } }

.footer-socials {
  font-size: 14px;
  line-height: 24px;
  padding-top: 58px; }
  @media (max-width: 767px) {
    .footer-socials {
      padding-top: 0; } }
  .footer-socials a {
    margin: 5px 10px;
    color: #585650; }
    .footer-socials a:hover, .footer-socials a:focus {
      /*color: #fecc47;*/
    }

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer; }

html, body {
  font-family: "Sailec-Regular";
  font-style: normal;
  font-size: 14px;
  color: #2c2b28;
  font-weight: 400; }

.page-template h6 {
  font-size: 35px;
  font-weight: 400; }

.page-template p {
  margin: 0 0 10px;
  line-height: 25.7143px; }

.page-template .h4, .page-template .h5, .page-template .h6, .page-template h4, .page-template h5, .page-template h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

section.simply-text {
  padding: 45px 0 125px 0;
  text-align: center;
  position: relative; }
  @media (max-width: 767px) {
    section.simply-text {
      padding: 30px 0 60px 0; } }
  section.simply-text p {
    max-width: 630px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto; }
    @media (max-width: 767px) {
      section.simply-text p {
        font-size: 27px; } }
  section.simply-text.half-width {
    text-align: left; }
    @media (max-width: 767px) {
      section.simply-text.half-width {
        text-align: center; }
        section.simply-text.half-width p {
          max-width: inherit; } }
    section.simply-text.half-width p {
      margin: 0; }
  section.simply-text .down-cont {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center; }
    section.simply-text .down-cont span {
      -ms-transform: rotate(180deg);
      /* IE 9
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg); }

section.two-img-w-text {
  background-color: #f8f7f4; }
  @media (max-width: 767px) {
    section.two-img-w-text .container {
      padding: 0; } }
  section.two-img-w-text .block {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      section.two-img-w-text .block {
        width: 100%; } }
    section.two-img-w-text .block .text-over {
      position: absolute;
      color: #ffffff;
      padding-right: 30px; }
      section.two-img-w-text .block .text-over.bottom-left {
        bottom: 30px;
        left: 35px; }
        section.two-img-w-text .block .text-over.bottom-left p {
          line-height: 37.1429px;
          font-size: 26px; }
          @media (max-width: 767px) {
            section.two-img-w-text .block .text-over.bottom-left p {
              font-size: 22px; } }
          @media (max-width: 379px) {
            section.two-img-w-text .block .text-over.bottom-left p {
              font-size: 18px; } }
        section.two-img-w-text .block .text-over.bottom-left span {
          line-height: 22px;
          font-weight: normal;
          font-size: 16px; }
          @media (max-width: 379px) {
            section.two-img-w-text .block .text-over.bottom-left span {
              font-size: 16px; } }
      section.two-img-w-text .block .text-over.top-left {
        top: 30px;
        left: 35px; }
        section.two-img-w-text .block .text-over.top-left h6 {
          font-size: 35px;
          color: #fff; }
          @media (max-width: 767px) {
            section.two-img-w-text .block .text-over.top-left h6 {
              font-size: 25px; } }
          @media (max-width: 379px) {
            section.two-img-w-text .block .text-over.top-left h6 {
              font-size: 20px; } }
        section.two-img-w-text .block .text-over.top-left p {
          font-size: 18px; }
          @media (max-width: 379px) {
            section.two-img-w-text .block .text-over.top-left p {
              font-size: 14px; } }
      section.two-img-w-text .block .text-over p, section.two-img-w-text .block .text-over h6 {
        font-weight: 400; }
      section.two-img-w-text .block .text-over a {
        color: #ffffff;
        text-decoration: underline; }

section.text-and-cta {
  padding: 55px 0; }
  section.text-and-cta h6 {
    margin-top: 60px;
    margin-bottom: 15px; }
  section.text-and-cta p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 60px; }
  section.text-and-cta .cta {
    text-align: center; }
  section.text-and-cta .text-overlay {
    color: #fff;
    display: block;
    left: 0;
    /*text-decoration: none;*/
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute; }
    section.text-and-cta .text-overlay .btn {
      opacity: 0; }
    section.text-and-cta .text-overlay:hover {
      background-color: rgba(0, 0, 0, 0.2); }
      section.text-and-cta .text-overlay:hover .btn {
        opacity: 1; }
  section.text-and-cta .img-block {
    margin: 0 auto;
    position: relative;
    display: inline-block; }

.gallery-cta {
  padding-top: 50px;
  text-align: center;
  max-width: 630px;
  margin: 0 auto; }
  .gallery-cta a {
    color: #2c2b28;
    font-size: 50px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block; }
    .gallery-cta a:hover {
      color: #2c2b28; }
  .gallery-cta p {
    font-weight: 300;
    font-size: 18px; }

.top-img-over-header {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff; }

.full-width-slider {
  width: 100%;
  height: 660px; }
  .full-width-slider .slide-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .full-width-slider .slide-cont > div {
      max-width: 415px;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 60px 30px;
      text-align: center; }
      .full-width-slider .slide-cont > div h2 {
        font-weight: 700;
        font-size: 50px; }
      .full-width-slider .slide-cont > div h4 {
        font-size: 36px; }
      .full-width-slider .slide-cont > div p {
        font-size: 20px; }
        .full-width-slider .slide-cont > div p span {
          font-size: 14px;
          position: relative;
          top: -4px; }
      .full-width-slider .slide-cont > div h4, .full-width-slider .slide-cont > div p {
        font-weight: 400; }
      .full-width-slider .slide-cont > div .btn {
        margin-top: 65px;
        font-size: 16px;
        font-weight: 500;
        border-color: transparent;
        position: relative; }
        .full-width-slider .slide-cont > div .btn i {
          width: 25px;
          height: 18px;
          position: absolute; }
          .full-width-slider .slide-cont > div .btn i.top-left {
            top: 0;
            left: 0;
            border-top: 1px solid #000;
            border-left: 1px solid #000; }
          .full-width-slider .slide-cont > div .btn i.bottom-right {
            bottom: 0;
            right: 0;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000; }
  .full-width-slider .rsOverflow {
    margin-top: 60px; }
  .full-width-slider .rsGCaption {
    position: absolute;
    top: 0 !important;
    bottom: auto !important;
    padding: 19px 0; }
    .full-width-slider .rsGCaption figure {
      font-size: 16px; }
  .full-width-slider .rsBullets {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: auto; }
    .full-width-slider .rsBullets .rsNavItem {
      height: 15px;
      width: 15px;
      background-color: #fff;
      display: inline-block;
      margin: 0 2px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .full-width-slider .rsBullets .rsNavItem:hover {
        cursor: pointer; }
      .full-width-slider .rsBullets .rsNavItem.rsNavSelected {
        background-color: #2c2b28; }
  .full-width-slider .rsArrow {
    position: absolute;
    top: 16px;
    z-index: 123; }
    .full-width-slider .rsArrow .rsArrowIcn {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 25px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
    .full-width-slider .rsArrow.rsArrowLeft {
      margin-left: 50%;
      left: -250px; }
      .full-width-slider .rsArrow.rsArrowLeft .rsArrowIcn:before {
        content: "\f104"; }
    .full-width-slider .rsArrow.rsArrowRight {
      margin-right: 50%;
      right: -250px; }
      .full-width-slider .rsArrow.rsArrowRight .rsArrowIcn:before {
        content: "\f105"; }

.product-gallery .designs {
  padding-top: 20px; }
  .product-gallery .designs .design-hold {
    padding: 0 12px;
    text-decoration: none;}
  .product-gallery .designs .design-cont {
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    -moz-transition: 0.35s ease-out;
    -ms-transition: 0.35s ease-out;
    -o-transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    transition: 0.35s ease-out; }
    .product-gallery .designs .design-cont:hover {
      border-color: #000;
      -ms-transform: scale(1.06, 1.06);
      /* IE 9 */
      -webkit-transform: scale(1.06, 1.06);
      /* Safari */
      transform: scale(1.06, 1.06);
      z-index: 300;
      cursor: pointer; }
      .product-gallery .designs .design-cont:hover .img-hover {
        opacity: 1; }
      .product-gallery .designs .design-cont:hover .img-main {
        opacity: 0; }
      .product-gallery .designs .design-cont:hover .additional-products {
        max-height: 300px; }
    .product-gallery .designs .design-cont .additional-products {
      max-height: 0;
      overflow: hidden;
      -moz-transition: 0.35s ease-out;
      -ms-transition: 0.35s ease-out;
      -o-transition: 0.35s ease-out;
      -webkit-transition: 0.35s ease-out;
      transition: 0.35s ease-out; }
    .product-gallery .designs .design-cont .img {
      -moz-transition: 0.35s ease-out;
      -ms-transition: 0.35s ease-out;
      -o-transition: 0.35s ease-out;
      -webkit-transition: 0.35s ease-out;
      transition: 0.35s ease-out; }
    .product-gallery .designs .design-cont .img {
      min-height: 258px;
      margin-bottom: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-color: #fff;
      z-index: 3;
      position: relative;
      opacity: 1; }
    .product-gallery .designs .design-cont .img-hover {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      opacity: 0; }
    .product-gallery .designs .design-cont .customise {
      color: #585650;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500; }
      .product-gallery .designs .design-cont .customise img {
        position: relative;
        top: -2px; }
    .product-gallery .designs .design-cont h4 {
      font-weight: 400;
      font-size: 19px;
      margin-top: 16px;
      margin-bottom: 0; }
    .product-gallery .designs .design-cont .price {
      font-weight: 300;
      font-size: 34px;
      position: relative; }
      .product-gallery .designs .design-cont .price span {
        font-size: 16px;
        position: relative;
        top: -12px;
        font-weight: 400; }

.text-overlay {
  color: #fff;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1; }
  .text-overlay.load {
    background-color: #ffffff; }
    .text-overlay.load p {
      color: #2c2b28;
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 42px; }
    .text-overlay.load .vertical-center {
      top: 38%;
      -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
      transform: translateY(-55%); }
  .text-overlay .vertical-center {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%); }

.form-control {
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
  border-color: #000;
  color: #000; }

.transition.ease-all {
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  transition: 500ms ease all; }
