/* --- CZCIONKI LOKALNE --- */


/* Jost */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-200.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/jost-v20-latin-700.woff2') format('woff2');
}
/* Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}



/* --- foundation.css --- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }


/* --- twentytwenty.css --- */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }


/* --- reset.css --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- style.css --- */


/* Add to docs */
#scrolling{/*frame*/
    position:fixed;
    top:4%;

    background:#fff;/*FF473D*/
    height:90%;
    width:100%;

    overflow: hidden;
}

#scrolling ul {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin: 0;
    padding: 0;
    position: absolute;
    /*top:10%;*/
    margin-top:0vh;
    height:100%;
    list-style-type: none;

    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#scrolling li {

    font-size:8vmin;/*cool*/
    float: left;
    width:auto;
    min-width: 50px;
    height: 100%;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 0px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    cursor: pointer;
    background: #ddd;
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(1);
}

#scrolling li img {
    height:100%;
}
.itemslide-active
{/*applied to current active item*/
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(1);
}





@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}
.container {
  margin: 0 auto;
top: 0;
left: 0;
height: 300px;
max-height: 80%
    
}
}


/* Example wrapper */

.wrap {
  position: relative;
  margin: 2em 0;
  
}


/* Frame */
/*
.frame {
  height: 90vh;
  line-height: 15vh;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}

.frame ul li {
  float: left;
  width: relative;
  height: 100%;
  margin: 0 5px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li img { height:90vh ;}


.frame ul li.active {
  color: #fff;
  background: #a03232;
}

.frame ul li h1{
	
    font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}



.frame-hover{
  position: absolute;
  width: auto;
  height: auto;
  top:0;

  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}


.frame-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:black;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}
/*
*/
.frame { padding: 0; height: 90vh; }
.frame .slidee { margin: 0; padding: 0; width: auto; list-style: none; }
.frame .slidee li { float: left; margin: 0 5px 0px 0px; padding: 0px; width: auto; height: 90vh; }
.frame .slidee li img { height:90vh ;}
.kadr { float: left; margin: 0 5px 0px 0px; padding: 0px; width: auto; height: 90vh; }
.kadr img { height:90vh ;}
/*
.frame .slidee li h1{
	
    font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}




.frame p{
  font-size:10px;
  bottom:10px;
  left:40px;
  position:absolute;
  color:#fff;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
  text-shadow: 0px 0px 10px #000;
 
}

.frame p span{
  font-size:13px;
  bottom:10px;
  left:40px;
  position:absolute;
  color:#eee;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
   background: rgb(0, 0, 0); 
   background: rgba(0, 0, 0, 0.7);
}

li.frame-item img{
  height:50px;
}

/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 10px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handlesly {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handlesly .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}





.ba-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ba-slider img {
  width: 100%;
  display: block;
}
/* The before-image inside .resize must stay at full container width in pixels
   (set by JS). max-width: none prevents any CSS rule from shrinking it back
   to the resize div's width – which would cause scaling instead of clipping. */
.resize img {
  max-width: none !important;
  width: auto;   /* will be overridden to container px width by JS */
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  /* Thin white line separator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-left: -1.5px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  cursor: ew-resize;
}
.handle:after {
  /* White knob with black arrows and vertical line */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  content: '';
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M7 7l-5 5 5 5V7z'/%3E%3Cpath d='M17 7l5 5-5 5V7z'/%3E%3Crect x='11' y='4' width='2' height='16' rx='0.5'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 20px 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.draggable:after,
.handle:hover:after {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

body{
	
  font-family: 'Jost', sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
}

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

p{
  font-family: 'Jost', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

h{

  position: absolute;
  top: 12vh;
  left: 40px;
  text-align: left;  
     font-size:8vh;
  width:100%;
  text-transform:uppercase;
 color:#000;
  
  font-weight:900;
  line-height:80%;
   /* margin-left: 10vw;*/

    
    
} 

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 50%;
  top: 5%;
  position: absolute;
  height: 80vh;
  margin-top: -auto;
    margin-left: 10vw;
}

ul.menu-fullscreen li{
  font-size:20px;
  text-align:left;
  line-height:40px;
  font-weight:900;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#ffffff;
}


#full{
  width:1640px;
  position: absolute;
  top:0;
  
  z-index: 9997;
   padding-left: 8px;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:5%;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1640px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 1%;
  z-index: 99999;
  padding:0px;
  background:none;
  cursor:pointer;
}


.menu-index i{
  float:right;
  font-size:28px;
  color:black;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#c3c3c3;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
  color:#000000;
}

ul.header-nav{
  float: right;
  width: auto !important;
}

header .logo > a{
  text-transform:uppercase;
 letter-spacing: 0pt;
  font-size:23px;
  font-weight:400;
  float:left;
  line-height:30px;
  padding-right:40px;
    padding-left: 40px;
  border-bottom: 0px solid #fff;
}

header .logo a p{
  
 letter-spacing: 3.2pt;
  font-size:12px;
  font-weight:400;
  float:left;
  line-height:4px;
  padding-right:0px;
    padding-left: 3px;
  border-bottom: 0px solid #fff;
    color:#888;
}

header .logo > a:hover{
  color:#888;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#888;
  padding-right:25px;
  padding-left:25px;
  font-weight:600;
  line-height:40px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:600px; 
  background: url('../img/full/full.webp') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.about-column{
  width:80%;
  position:relative;
  float:left;

}

.two-column{
  width:40%;
  position:relative;
  float:left;
}

.carousel-column{
  width:60%;
  position:relative;
  float:left;
}

.carousel-ba{
  position: relative; 
    height: 93vh; 
    width: inherit;
    background: #ddd;
     margin-right: auto;
    margin-left: auto;
}


.carousel-column p{
  width:100% !important;
}
.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}


.carousel-cell h1{

  position: absolute;
  top: 12vh;
  left: 40px;
  text-align: left;  
     font-size:8vh;
  width:100%;
  text-transform:uppercase;
 color:#000;
  
  font-weight:900;
  line-height:80%;
   /* margin-left: 10vw;*/

    
    
} 

.carousel-cell h2{
 
  
    
  position: absolute;
  top: 28vh;
  left: 40px;
  text-align: left;  
  font-size:8vh;
  width:32%;
  text-transform:;
  color:#000;
  text-transform:uppercase;
  font-weight:900;
  line-height:100%;
   /* margin-left: 10vw;*/

    
    
} 



.carousel-cell p1,
.carousel-cell .carousel-p1{

  position: absolute;
  top: 55vh;
  left: 40px;
    text-align: left;  
     font-size:3vh;
    color:#000;
    width: 30%;
     font-weight:50;
}   
    

.content{
  position:relative;
  width:1140px;
  margin:0px auto;
}

.content .text-carousel{
  width: 400px;
  margin-top: 50px;
  margin: 50px auto 0;
}

.content .text-carousel h1old{
  font-size:28px;
  width:90%;
  text-transform:uppercase;
  color:#000000;
  font-weight:300;
  line-height:20px;
   /* margin-left: 10vw;*/
    margin-left: 50px;
    letter-spacing: 7pt;
    z-index: 999;
}

.content .text-carousel h1{
/*background: #fff;*/
font-size: 53px;
  color:#8d8d8d;    
text-align: left;
 margin-top:80px;
    margin-left: 40px;
    letter-spacing: 1pt;

}



.content .text-carousel h2{
  font-size:40px;
  width:90%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:50px;
   /* margin-left: 10vw;*/
    margin-left: 50px;
}


.content .text-carousel p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
    /* margin-left: 10vw;*/
    margin-left: 50px; 
    
    font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-carousel p1,
.content .text-carousel .carousel-p1{
  font-size:13px;
  color:#000;
  margin-top:30px;
    margin-left: 10vw;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-carousel p11{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
  font-style: italic;
}



.content .text-carousel h3{
  font-size:50px;
  width:40%;
  
  color: #f7e6de;
  font-weight:900;
  line-height:70px;
}



.content .text-carousel p2{

  font-size:20px;
  color:#f0d4c7;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:14px;
  width:40%;
}
.content .text-carousel p3{
 text-transform:uppercase;

    font-weight:800;
  font-size:13px;
}

.content .text-carousel p3> a{
  font-size:13px;
  /*color:#edd1c4;*/
   color:#ccc;
  font-weight:800;
  line-height:40px;
    
  border-bottom:0;
}

.content .text-carousel p3>  a:hover{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}

.content .text-carousel p3>  a #active{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}


.content .text-carousel p4{
  font-size:80px;
  color:#8d8d8d;
  margin-top:30px;
    margin-left: 10vw;
    font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}


.content .text-bottomtest{
/*background: #fff;*/

 


    letter-spacing: 1pt;
   /* margin-left: 10vw;*/

 font-size: 23px;
  color:#8d8d8d;    
text-align: left;
 margin-top:5px;
    margin-left: 40px;
    letter-spacing: 1pt;   
    
}

.content .text-bottom{
/*background: #fff;*/
font-size: 13px;
  color:#8d8d8d;    
text-align: center;
 margin-top:5px;
    letter-spacing: 1pt;
 
    
}


.content .text-intro{
  width: 1140px;
  margin-top: 100px;
  margin: 100px auto 0;
}

.content .text-intro2{
  width: 1140px;
  margin-top: 0px;
  margin: 0px auto 0;
}


.content .text-intro h1{
  font-size:43px;
  width:40%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:70px;
}

.content .text-intro p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:80%;
}

.content .text-intro p1,
.content .text-intro .carousel-p1{
  font-size:13px;
  color:#000;
  margin-top:30px;
  font-weight:900;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
}

.content .text-intro p11{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:40%;
  font-style: italic;
}

.content .text-intro h2{
  font-size:40px;
  width:40%;
  
  color: #b37a9f;
  font-weight:400;
  line-height:40px;
}

.content .text-intro h3{
  font-size:50px;
  width:40%;
  
  color: #f7e6de;
  font-weight:900;
  line-height:70px;
}

.content .text-intro p2{

  font-size:20px;
  color:#f0d4c7;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:14px;
  width:40%;
}
.content .text-intro p3{
 text-transform:uppercase;

    font-weight:800;
  font-size:13px;
}

.content .text-intro p3> a{
  font-size:13px;
  /*color:#edd1c4;*/
   color:#ccc;
  font-weight:800;
  line-height:40px;
    
  border-bottom:0;
}

.content .text-intro p3>  a:hover{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}

.content .text-intro p3>  a #active{
  color:#c76fd7;
  text-shadow: 0px 0px 15px #f6b7f7;
}






        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1250px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:1300px;
  position:relative;
  margin: 10px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:600px;
  position:relative;
  float:left;
  padding:0px;
}

.grid-hover{
  position: absolute;
  width:600px;
  height: 100%;
  top:0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.grid-hover:hover{
  opacity: 0.8;
}

.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:black;
  letter-spacing:1px;
  font-weight:900;
  line-height:50px;
}

.grid-hover p{
  font-size:13px;
  bottom:40px;
  left:40px;
  position:absolute;
  color:gray;
  letter-spacing:1px;
  font-weight:400;
  line-height:15px;
}

li.grid-item img{
  width:600px;
}

/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:150px;
  height:300px;
  overflow:hidden;
  position:relative;
  z-index:10;
}

.footer-margin{
  width:1140px;
  margin: 30px auto;
  line-height: 100px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
  padding: 20px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two{
  width:30%;
  padding-right:3%;
  position:relative;
  float:left;
}

.contact-three{
  width:33%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#f8f7f7;
  border:0;
  color:#000000;
  font-weight:500;
  line-height:40px;
  font-family: 'Jost', sans-serif;
  margin-bottom:10px;
  font-size:13px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#f8f7f7;
  font-weight:500;
  border:0;
  font-family: 'Jost', sans-serif;
  color:#000000;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#f8f7f7;
  color:#000000;
  font-size:13px;
  font-family: 'Jost', sans-serif;
  font-weight:500;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}


/*
**************************
CUSTOM CAROUSEL (desktop)
**************************
*/

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 32px;
}

.fr-carousel-active {
  touch-action: pan-y;
}

.fr-carousel-track {
  display: flex;
  align-items: flex-start;
  cursor: grab;
  will-change: transform;
}

.fr-carousel-track .carousel-cell {
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}

.fr-carousel-track .carousel-cell img {
  height: calc(98vh - 38px);
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.fr-carousel-prev,
.fr-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 44px;
  height: 64px;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.fr-carousel-prev:hover,
.fr-carousel-next:hover {
  background: rgba(0,0,0,0.6);
}

.fr-carousel-prev { left: 10px; }
.fr-carousel-next { right: 10px; }


/*
**************************
HAMBURGER MENU (mobile)
**************************
*/

.hamburger-mobile {
  display: none;
  position: fixed;
  top: 12px;
  right: 15px;
  z-index: 99998;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger-mobile span {
  display: block;
  width: 13px;
  height: 2px;
  background: #333;
  margin: 3px 0;
  border-radius: 1px;
  transform-origin: center center !important;
}

.mobile-logo {
  display: none;
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 99998;
  font-size: 18px;
  letter-spacing: 5pt;
  text-transform: uppercase;
  font-weight: 400;
}

.mobile-logo a {
  color: #000;
  border: none;
  text-decoration: none;
}

.ba-slider-container {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.logo {
  float: left;
}

.logo a img {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.mobile-logo a img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}


/* --- style-responsive.css --- */
@media all and (max-width: 1330px) and (min-width: 1025px) {

  header.boxed .header-margin{
    width:1600px;
  }

  .content .text-intro{
    width:900px;
  }

  .footer-margin{
    width:1000px;
  }

  .content .text-intro h1, .content .text-intro p{
    width:60%;
  }
    
   ul.header-nav{
    width:auto;
    float:right;
    }

  #full{
    width:1000px;
  }

  .prev-next{
    max-width:1000px;
  }


  /*
  **************************
  Portfolio Grid
  **************************
  */

  #portfolio-sidebar{

    width: 710px !important;
    padding-right: 320px;
  }

  .portfolio-grid{

    width:1030px;

  }

  .grid-hover, li.grid-item, li.grid-item img{
    width:312px;
  }


}


@media all and (max-width: 1024px) and (min-width: 761px) {


  header.boxed .header-margin{
    width:1600px;
  }

  .content .text-intro{
    width:700px;
  }

  .footer-margin{
    width:800px;
  }

  .content .text-intro h1, .content .text-intro p{
    width:60%;
  }

  #full{
    width:800px;
  }

  .prev-next{
    max-width:800px;
  }


  #portfolio-sidebar{

    width: 580px !important;
    padding-right: 250px;
  }

  .portfolio-grid{

    width:830px;

  }

  .grid-hover, li.grid-item, li.grid-item img{
    width:246px;
  }

  header li > a{
    padding-right: 15px;
    padding-left: 15px;
  }  
    
    
}
/*
@media all and (max-width: 1023px) and (min-width: 769px) {


  header.boxed .header-margin{
    width:880px;
  }

  .content .text-intro{
    width:600px;
  }

  .footer-margin{
    width:600px;
  }

  .content .text-intro h1, .content .text-intro p{
    width:100%;
  }

  #full{
    width:600px;
  }

  .prev-next{
    max-width:600px;
  }
  
  .home-sidebar{
    display:none;
  }
  
  ul.header-nav{
    width:60%;
  
  }
  
  header li > a{
    padding-right: 7px;
    padding-left: 7px;
  }
 
*/
/*
@media all and (max-width: 768px) and (min-width: 513px) {


  header.boxed .header-margin{
    width:500px;
  }

  .content .text-intro{
    width:600px;
  }

  .footer-margin{
    width:600px;
  }

  .content .text-intro h1, .content .text-intro p{
    width:100%;
  }

  #full{
    width:600px;
  }

  .prev-next{
    max-width:600px;
  }
  
  .home-sidebar{
    display:none;
  }
  
  ul.header-nav{
    width:50%;
  
  }
  
  header li > a{
    padding-right: 5px;
    padding-left: 5px;
  }
 


  #portfolio-sidebar{

    width:630px !important;
    padding-right: 0;
  }

  .portfolio-grid{
    width:630px;
  }

  .grid-hover, li.grid-item, li.grid-item img{
    width:282px;
  }

}



@media all and (max-width: 512px) and (min-width: 481px) {


  header.boxed .header-margin{
    width:400px;
  }

  .content .text-intro{
    width:400px;
  }

  .footer-margin{
    width:400px;
  }

  .content .text-intro h1, .content .text-intro p{
    width:100% !important;
  }

  #full{
    width:400px;
    display:block !important;
  }

  .menu-index{
    display:block !important;
  }

  .prev-next{
    max-width:400px;
  }
  
  .home-sidebar{
    display:none;
  }
  
  ul.header-nav{
    width:50%;
  
  }
  
  header li > a{
    padding-right: 5px;
    padding-left: 5px;
  }
 
  .one-column, .two-column{
    width:100%;
  }
  
  .contact-one, .contact-two, .contact-three{
    width:100%;
  }
  
  textarea{
    height:250px;
  }

  input.button-submit{
    margin-bottom:100px;
  }
  
  .logo, .menu-index{
    display:block;
  }

  header.boxed{
    display:none !important;
  }  
  
  #footer-left{text-align:center;}


  #portfolio-sidebar{

    width:430px !important;
    padding-right: 0;
  }

  .portfolio-grid{
    width:430px;
  }

  .grid-hover, li.grid-item, li.grid-item img{
    width:400px;
  }

}

*/
@media all and (max-width: 760px) and (min-width: 320px) {

  .content {
    width: 100% !important;
    max-width: 100% !important;
  }

  header.boxed .header-margin{
    width:280px;
  }

    
    
    
  .content .text-intro{
    width:280px;
  }

  .footer-margin{
    width:280px;
  }
  
  .footer-margin .copyright{line-height:40px;}

  .content .text-intro h1, .content .text-intro p{
    width:100% !important;
  }

  #full{
    width:280px;
    display:block !important;
  }
  
  .menu-index{
    display:block !important;
  }

  .prev-next{
    max-width:280px;
  }
  
  .home-sidebar{
    display:none;
  }
 
  .one-column, .two-column{
    width:100%;
  }
  
  .contact-one, .contact-two, .contact-three{
    width:100%;
  }
  
  textarea{
    height:250px;
  }
  
  input, textarea{
    padding:0;
  }

  input.button-submit{
    margin-bottom:100px;
  }
  
  header.boxed{
    display:none !important;
  }  
  
  #footer-left{text-align:center;}
  
  .content .text-intro h1{
    font-size:33px; 
    line-height:50px;
  }

  /*
  **************************
  Portfolio Grid
  **************************
  */

  #portfolio-sidebar{

    width:310px !important;
    padding-right: 0;
  }

  .portfolio-grid{
    width:310px;
  }

  .grid-hover, li.grid-item, li.grid-item img{
    width:280px;
  }

  /*
  **************************
  Mobile Carousel -> Vertical Scroll
  **************************
  */

  .carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    width: 100%;
    padding: 10px 0;
    margin-top: 0;
  }

  .carousel .carousel-cell {
    width: 100%;
    margin-bottom: 8px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  .carousel .carousel-cell img {
    order: 2;
    width: 100%;
    height: auto;
    display: block;
  }

  /* Intro text above first image on mobile */
  .carousel .carousel-cell h1,
  .carousel .carousel-cell h2,
  .carousel .carousel-cell p1,
  .carousel .carousel-cell .carousel-p1 {
    position: static !important;
    order: 1;
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box;
    color: #111 !important;
    text-shadow: none !important;
  }

  .carousel .carousel-cell h1 span,
  .carousel .carousel-cell h2 span {
    color: inherit !important;
    text-shadow: none !important;
    font-size: inherit !important;
  }

  .carousel .carousel-cell h1 {
    font-size: 56px !important;
    line-height: 0.8 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 900 !important;
  }

  /* Style subtitle spans in h1 if they exist (e.g. fashion & portrait) */
  .carousel .carousel-cell h1 span[style*="font-size"] {
    font-size: 32px !important;
    display: block;
    margin-top: 20px;
    color: #555 !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }

  .carousel .carousel-cell h2 {
    font-size: 36px !important;
    line-height: 1.0 !important;
    margin-bottom: 20px !important;
    color: #555 !important;
    font-weight: 500 !important;
  }

  .carousel .carousel-cell p1,
  .carousel .carousel-cell .carousel-p1 {
    font-size: 15px !important;
    margin-bottom: 20px !important;
    color: #555 !important;
  }

  /* Show captions under photos on mobile */
  .carousel .text-bottom,
  .carousel .bottom-text {
    display: block !important;
    order: 3 !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #888888 !important;
    letter-spacing: 0.5px !important;
    margin: 8px 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
  }

  .carousel .text-bottom:empty,
  .carousel .bottom-text:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide carousel arrows on mobile */
  .fr-carousel-prev,
  .fr-carousel-next {
    display: none !important;
  }

  /* Text carousel panel on mobile */
  .carousel .carousel-cell .text-carousel {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .content .text-carousel {
    width: 100% !important;
    margin: 10px auto 0;
  }

  .content .text-carousel h1 {
    margin-left: 15px;
    font-size: 22px;
    letter-spacing: 4pt;
  }

  .content .text-carousel h2 {
    margin-left: 15px;
    font-size: 30px;
  }

  .content .text-carousel p {
    margin-left: 15px;
    width: 85% !important;
  }

  .carousel-column {
    width: 100%;
  }

  /* Intro text on non-carousel pages */
  .content .text-intro {
    margin-top: 80px !important;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* Give content area top padding to clear fixed mobile header */
  #ajax-content {
    padding-top: 60px;
  }

  /*
  **************************
  Mobile Hamburger Menu
  **************************
  */

  /* Fixed top bar: white background, logo left, hamburger right, vertically centered */
  .mobile-logo,
  .hamburger-mobile {
    position: fixed;
    top: 0;
    z-index: 99998;
    background: #fff;
  }

  .mobile-logo {
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    height: 50px;
    padding-left: 15px;
    font-size: 17px;
    letter-spacing: 5pt;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
  }

  .hamburger-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    background: transparent;
  }

  /* Override: hide the existing fullscreen hamburger button on mobile since we have our own */
  #fullscreen {
    display: none !important;
  }

  /* Disable background scrolling when mobile menu is open */
  html:has(#hamburger-btn.is-active),
  body:has(#hamburger-btn.is-active) {
    overflow: hidden !important;
    height: 100% !important;
  }

}

/* --- home-v4.css --- */
/* Custom styles for FlowRetouch Home Page */

html,
body {
  background: #ffffff !important;
  color: #111111 !important;
  font-family: 'Jost', sans-serif;
  margin: 0;
  padding: 0;
}

/* Ensure the fixed boxed header stays clean and fits inline */
header.boxed {
  background: #ffffff !important;
  border-bottom: none;
}

header.boxed .header-margin {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 5px 20px 15px !important;
  box-sizing: border-box;
}

/* Make logo display inline-block and float/flex correctly */
.logo {
  float: none !important;
}

.logo a {
  padding-left: 0 !important;
}

.logo a img {
  height: 24px;
  width: auto;
  display: block;
}

ul.header-nav {
  float: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px;
}

ul.header-nav>li {
  float: none !important;
}

ul.header-nav>li>a {
  padding: 10px 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

ul.header-nav>li>ul>li>a {
  font-weight: 400 !important;
}

/* Hero Section Layout */
.hero-wrapper {
  width: 100%;
  background: linear-gradient(to right, #ffffff 50%, #efeeef 50%);
  margin: 50px auto 0;
  /* No bottom margin */
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  /* Reset margin */
  padding: 0 20px;
  box-sizing: border-box;
  background: url('../img/hero-image-3.webp') no-repeat right center;
  background-size: contain;
  min-height: 600px;
}

.hero-content {
  flex: 1.1;
  max-width: 480px;
}

.hero-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 25px;
  display: block;
}

.hero-title {
  font-size: 58px;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #111111;
  letter-spacing: -1px;
}

.hero-title .bold {
  font-weight: 400;
  display: block;
}

.hero-title .light {
  font-weight: 200;
  display: block;
}

.hero-subtitle {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 26px;
  color: #333333;
  margin: 0 0 25px 0;
  font-weight: 500;
}

.hero-description {
  font-size: 15px;
  line-height: 1.65;
  color: #555555;
  margin: 0 0 35px 0;
  font-weight: 500;
  max-width: 350px;
}

/* Buttons styling */
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.25s ease;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}

.btn-primary {
  background: #111111;
  color: #ffffff !important;
  border: 1px solid #111111;
}

.btn-primary:hover {
  background: #333333;
  border-color: #333333;
}

.btn-secondary {
  background: transparent;
  color: #111111 !important;
  border: 1px solid #cccccc;
}

.btn-secondary:hover {
  border-color: #111111;
  background: rgba(0, 0, 0, 0.02);
}

/* Checkmark benefits list */
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.benefit-item {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #444444;
  text-transform: uppercase;
}

.benefit-item span.checkmark {
  color: #111111;
  font-weight: 900;
  margin-right: 8px;
  font-size: 13px;
}

/* Image styling */
.hero-image-container {
  display: none;
}

/* Split Section below Hero */
.split-section {
  display: flex;
  width: 100%;
  min-height: 400px;
  box-sizing: border-box;
}

.split-col {
  flex: 1;
  padding: 60px 40px;
  box-sizing: border-box;
}

.split-left {
  background: #ffffff;
}

.split-right {
  background: #efeeef;
}

/* Mobile Layout Overrides */
@media (max-width: 991px) {
  .hero-section {
    gap: 40px;
  }

  .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .hero-wrapper {
    background: none;
    margin-top: 0;
  }

  .hero-section {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    gap: 0;
    background: none;
    min-height: auto;
    overflow: visible;
  }

  .hero-content {
    max-width: 100%;
    padding: 50px 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  /* contact & about-me hero has empty div placeholder – hide it on mobile */
  .contact-page-hero .hero-image-container,
  .contact-hero-wrapper .hero-image-container,
  .about-hero-wrapper .hero-image-container,
  .before-after-hero-wrapper .hero-image-container {
    display: none !important;
  }

  /* remove fixed-height white backgrounds on contact/about hero wrappers and pull text up by 100px on mobile */
  .contact-hero-wrapper,
  .about-hero-wrapper,
  .before-after-hero-wrapper {
    background: none !important;
    min-height: auto !important;
    margin-top: -100px !important;
  }

  /* Mobile menu (hamburger) font and layout overrides */
  ul.menu-fullscreen {
    font-family: 'Jost', sans-serif !important;
    margin-top: 50px !important;
  }

  ul.menu-fullscreen li {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
  }

  ul.menu-fullscreen li > a {
    font-family: 'Jost', sans-serif !important;
  }

  /* index.html hero image – show full-bleed */
  .hero-image-container:has(img.hero-image) {
    display: block !important;
    order: -1;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  /* index.html hero content sits below image, no top padding needed */
  .hero-section:has(.hero-image-container img) .hero-content {
    padding-top: 30px;
  }

  .hero-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .btn {
    width: 100%;
  }

  .hero-benefits {
    justify-content: center;
    gap: 15px;
  }

  .split-section {
    flex-direction: column;
    min-height: auto;
  }

  .split-col {
    padding: 40px 20px;
  }
}

/* Shared layout variables/classes */
.services-container,
.featured-container,
.why-container,
.footer-top,
.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.btn-center {
  text-align: center;
  margin-top: 80px;
}

/* Services Overview */
.services-overview {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.services-container {
  display: flex;
  justify-content: space-between;
}

.service-item {
  flex: 1;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #d5d5d5;
}

.service-item>* {
  position: relative;
  top: -20px;
}

.service-item:first-child {
  padding-left: 0;
}

.service-item:last-child {
  padding-right: 0;
  border-right: none;
}

.service-item img {
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

.service-item h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.service-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Featured Works */
.featured-works {
  padding: 50px 0 80px;
  background-color: #ffffff;
}

.featured-works .section-title {
  /* Inherits from .section-title */
}

.works-grid {
  display: flex;
  gap: 20px;
}

.work-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.work-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: none !important;
}

.work-item .image-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.work-item:hover img {
  transform: scale(1.05);
}

.work-item h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  color: #111;
  text-transform: uppercase;
}

.work-item p.view-project {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #888;
}

/* Before & After Banner */
.before-after-banner {
  background-color: #000;
  width: 100%;
  color: #fff;
  text-align: left;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background: url('../img/before_after_banner_2.webp') no-repeat right center;
  background-size: cover;
  aspect-ratio: 2400 / 675;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

h2.dark-bg-title {
  font-size: 36px !important;
  font-weight: 300 !important;
  max-width: 250px !important;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-container h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  max-width: 60%;
}

.banner-container p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 40px;
  max-width: 60%;
}

.btn-outline-white {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
}

.btn-outline-white:hover {
  background: #fff;
  color: #111 !important;
}

/* Why Work With Me */
.why-work-with-me {
  padding: 50px 0 80px;
  background-color: #fff;
}


/* Footer */
.main-footer {
  background-color: #111;
  padding-top: 80px;
  color: #fff;
  height: auto;
  overflow: visible;
  margin-top: 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}

.footer-cta {
  flex: 2;
}

.footer-cta h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.footer-cta p {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 30px;
}

.footer-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact p {
  font-size: 15px;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer-contact i {
  color: #fff;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.footer-bottom {
  background-color: #111;
  border-top: 1px solid #333;
  padding: 30px 0;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo {
  flex: 1;
}

.footer-img-logo {
  height: 30px;
  width: auto;
  filter: invert(1);
}

.footer-nav {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 2;
  justify-content: center;
}

.footer-nav a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-copy {
  color: #777;
  font-size: 11px;
  flex: 1;
  text-align: right;
}

.footer-img-logo {
  height: 19px !important;
  width: auto !important;
  filter: invert(1) !important;
  mix-blend-mode: screen !important;
  display: block !important;
}

.footer-nav {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-copy {
  color: #777;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

/* Responsiveness for new sections */
@media (max-width: 991px) {
  .works-grid {
    flex-wrap: wrap;
  }

  .work-item {
    flex: 1 1 calc(50% - 20px);
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .services-container,
  .why-grid,
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .service-item {
    border-right: none;
    padding: 0;
  }

  .work-item {
    flex: 1 1 100%;
  }

  .footer-contact {
    align-items: center;
  }
}

/* Contact Page Styles - Mockup Redesign */
.contact-section {
  background-color: #f9f9f9; /* Light grey background like mockup */
  padding: 100px 0;
  width: 100%;
}

.contact-page-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  padding: 0 40px;
  box-sizing: border-box;
}

.contact-left {
  flex: 1.1;
  max-width: 620px;
}

.contact-right {
  flex: 0.9;
  max-width: 480px;
}

.contact-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #111111;
  font-family: 'Jost', sans-serif;
}

/* Form Styles */
.contact-form-custom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
}

.contact-form-custom input[type="text"],
.contact-form-custom input[type="email"],
.contact-form-custom input[type="date"],
.contact-form-custom select,
.contact-form-custom textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s;
  border-radius: 0; /* Square borders */
}

.contact-form-custom input:focus,
.contact-form-custom select:focus,
.contact-form-custom textarea:focus {
  border-color: #111111;
}

.contact-form-custom textarea {
  min-height: 140px;
  resize: vertical;
}

/* Row Grid for Deadline & Budget */
.form-row-grid {
  display: flex;
  gap: 20px;
}

.form-row-grid .form-group {
  flex: 1;
}

/* Form checkbox styles */
.form-checkbox-group {
  margin: 10px 0 20px 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #555555;
  cursor: pointer;
  user-select: none;
  font-family: 'Jost', sans-serif;
}

.checkbox-container input {
  width: 18px;
  height: 18px;
  accent-color: #111111;
  cursor: pointer;
}

/* Wide Submit Button matching mockup */
.contact-submit-btn {
  background-color: #111111;
  color: #ffffff;
  padding: 18px 30px;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0;
}

.contact-submit-btn:hover {
  background-color: #333333;
}

.contact-submit-btn i {
  font-size: 14px;
}

.form-disclaimer {
  text-align: center;
  font-size: 11px;
  color: #888888;
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'Jost', sans-serif;
}

.form-disclaimer i {
  font-size: 12px;
}

/* GET IN TOUCH Cards list */
.contact-cards-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
  border-color: #bbbbbb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.contact-card-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contact-card-left i {
  font-size: 20px;
  color: #111111;
  width: 24px;
  text-align: center;
}

.contact-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card-info label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888888;
  margin: 0;
  font-family: 'Jost', sans-serif;
}

.contact-card-info span,
.contact-card-info a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}

.contact-card-right i {
  font-size: 16px;
  color: #cccccc;
  transition: color 0.3s;
}

.contact-card:hover .contact-card-right i {
  color: #111111;
}

#copy-email-btn {
  background-color: #111111;
  border-color: #111111;
}

#copy-email-btn i {
  color: #ffffff;
}

#copy-email-btn label {
  color: #aaaaaa;
}

#copy-email-btn span {
  color: #ffffff;
}

#copy-email-btn:hover {
  background-color: #333333;
  border-color: #333333;
}

.contact-card-row {
  display: flex;
  gap: 15px;
}

.contact-card-row .contact-card {
  margin-bottom: 0 !important;
}

.contact-card-row a.contact-card {
  flex: 1.2;
}

.contact-card-row #copy-email-btn {
  flex: 0.8;
  cursor: pointer;
  user-select: none;
}

@media all and (max-width: 760px) {
  .contact-card-row {
    flex-direction: column;
  }
  .contact-card-row a.contact-card,
  .contact-card-row #copy-email-btn {
    flex: none;
    width: 100%;
  }
}

.contact-right-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: #888888;
  margin-top: 30px;
  border-left: 2px solid #dddddd;
  padding-left: 20px;
  font-family: 'Jost', sans-serif;
}

.contact-left-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  color: #888888;
  margin-top: 30px;
  border-left: 2px solid #dddddd;
  padding-left: 20px;
  font-family: 'Jost', sans-serif;
}

.contact-left-disclaimer a {
  color: #111111;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.contact-left-disclaimer a:hover {
  opacity: 0.7;
}

/* RWD for Contact Section */
@media (max-width: 991px) {
  .contact-page-wrapper {
    flex-direction: column;
    gap: 60px;
    padding: 0 20px;
  }
  
  .contact-left, .contact-right {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .form-row-grid {
    flex-direction: column;
    gap: 25px;
  }
}

/* Contact Hero Section - Scoped to contact-hero-section if ever reused */
.contact-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.contact-info-boxes {
  display: flex;
  justify-content: flex-start;
  border-top: none;
  padding-top: 30px;
  text-align: left;
}

.contact-box {
  flex: 0 1 auto;
  padding: 0 30px 0 0;
  position: relative;
  margin-right: 30px;
}

.contact-box:last-child {
  padding-right: 0;
  margin-right: 0;
}

.contact-box:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  height: calc(100% - 10px);
  width: 1px;
  background-color: #dddddd;
}

.contact-box i {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  display: block;
}

.contact-box h3 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.contact-box p,
.contact-box a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
}

.contact-box a:hover {
  color: #111;
}

@media (max-width: 768px) {
  .contact-info-boxes {
    flex-direction: column;
    gap: 40px;
  }
  
  .contact-box:not(:last-child)::after {
    display: none;
  }
}

/* Contact and About page specific hero overrides */
.contact-hero-wrapper,
.about-hero-wrapper,
.before-after-hero-wrapper {
  background: #ffffff !important;
}

.contact-hero-wrapper .hero-section,
.about-hero-wrapper .hero-section,
.before-after-hero-wrapper .hero-section {
  align-items: flex-start !important;
  padding-top: 80px !important;
  min-height: 370px !important;
}

.contact-hero-wrapper .hero-description,
.about-hero-wrapper .hero-description,
.before-after-hero-wrapper .hero-description {
  max-width: 440px; /* Wider text matching mockup */
}

.contact-page-hero {
  background: none !important;
}

/* Contact Info Strip (below hero section) */
.contact-info-strip {
  display: flex;
  align-items: flex-start;
  padding: 0 40px 60px 40px;
  border-top: none;
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 0 0 auto;
}

.contact-info-item i {
  font-size: 22px;
  color: #333;
  flex-shrink: 0;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
}

.contact-info-text a,
.contact-info-text span:not(.contact-info-label) {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info-text a:hover {
  color: #111;
}

.contact-info-divider {
  width: 1px;
  height: 60px;
  background: #e8e8e8;
  margin: 0 45px;
  flex-shrink: 0;
  align-self: center;
}

/* About Page Bio Section Styles */
.about-bio-section {
  background-color: #f9f9f9;
  padding: 100px 0;
  width: 100%;
}

.about-bio-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  padding: 0 40px;
  box-sizing: border-box;
}

.bio-left-text {
  flex: 1.1;
  max-width: 620px;
}

.bio-right-photo {
  flex: 0.9;
  max-width: 480px;
}

.bio-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111111;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
}

.bio-subtitle {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #888888;
  text-transform: uppercase;
  display: block;
  font-family: 'Jost', sans-serif;
}

.bio-divider {
  width: 40px;
  height: 2px;
  background-color: #111111;
  margin: 25px 0 35px 0;
}

.bio-left-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #555555;
  margin: 0 0 25px 0;
  font-family: 'Jost', sans-serif;
}

.bio-techniques-list {
  list-style: none;
  padding: 0;
  margin: -15px 0 25px 0;
}

.bio-techniques-list li {
  font-size: 15px;
  line-height: 1.75;
  color: #555555;
  padding-left: 15px;
  position: relative;
  font-family: 'Jost', sans-serif;
}

.bio-techniques-list li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #555555;
}

/* Offset Border/Shadow Photo Frame */
.bio-photo-frame {
  position: relative;
  display: block;
  width: 100%;
}

.bio-photo-frame::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #e0e0e0;
  z-index: 1;
  pointer-events: none;
}

.bio-photo-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

/* RWD for About Page Bio Section */
@media (max-width: 991px) {
  .about-bio-container {
    flex-direction: column-reverse;
    gap: 60px;
    padding: 0 20px;
  }
  
  .bio-left-text, .bio-right-photo {
    max-width: 100%;
    width: 100%;
  }

  .bio-right-photo {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* Portfolio Carousel Typography Overrides (homepage style alignment) */
.carousel-cell h1 {
  font-weight: 400 !important;
}

.carousel-cell h1 span:first-of-type {
  font-weight: 200 !important;
}

.carousel-cell h2 {
  font-family: 'Jost', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 2.4vh !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.3 !important;
}

/* Mobile: match desktop font weights (override style-responsive.css) */
@media all and (max-width: 760px) {
  .carousel .carousel-cell h1 {
    font-weight: 400 !important;
    font-size: 48px !important;
  }

  .carousel .carousel-cell h1 span:first-of-type {
    font-weight: 200 !important;
  }

  .carousel .carousel-cell h2 {
    font-family: 'Jost', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #111 !important;
  }
}

/* Remove underlines (which are border-bottoms) from footer navigation links */
.footer-nav a {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Before and After slider spacing and background overrides */
.ba-section {
  background: #f9f9f9;
  padding: 80px 0;
}

.ba-slider-container {
  width: 1200px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Ending slide in portfolio carousel */
.ending-slide-cell {
  background-color: #ffffff;
  height: calc(98vh - 55px);
  width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 70px;
  box-sizing: border-box;
  text-align: left;
}

.ending-slide-cell h1.ending-slide-title {
  position: static !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 8vh !important;
  line-height: 80% !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin: 0 0 25px 0 !important;
  width: auto !important;
  height: auto !important;
  font-weight: 400 !important;
  order: 1 !important;
}

.ending-slide-cell h1.ending-slide-title span {
  font-weight: 200 !important;
  display: inline !important;
}

.ending-slide-cell p {
  order: 2 !important;
}

.ending-slide-cell .portfolio-links-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  order: 3 !important;
}

.ending-slide-cell .portfolio-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 12px;
  transition: border-color 0.3s;
}

.ending-slide-cell .portfolio-link-item:hover {
  border-color: #111111 !important;
}

.ending-slide-cell .portfolio-link-item span {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111111;
}

.ending-slide-cell .portfolio-link-item i {
  font-size: 14px;
  color: #111111;
  transition: transform 0.3s;
}

.ending-slide-cell .portfolio-link-item:hover i {
  transform: translateX(5px);
}

/* Mobile responsive adjustments */
@media (max-width: 760px) {
  .ending-slide-cell {
    width: 100% !important;
    height: auto !important;
    padding: 60px 20px !important;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
  }
  
  .ending-slide-cell h1.ending-slide-title {
    font-size: 48px !important;
  }
}

/* Privacy Policy Section */
.privacy-policy-section {
  padding: 80px 0;
  background: #ffffff;
}

.privacy-policy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
}

.privacy-policy-container h2 {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 20px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.privacy-policy-container h3 {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #111111;
  letter-spacing: 0.5px;
}

.privacy-policy-container p {
  margin-bottom: 20px;
}

.privacy-policy-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy-container li {
  margin-bottom: 8px;
}

.privacy-policy-container strong {
  font-weight: 600;
  color: #111111;
}

.privacy-policy-container a {
  color: #111111;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.privacy-policy-container a:hover {
  opacity: 0.7;
}

@media (max-width: 760px) {
  .privacy-policy-section {
    padding: 40px 0;
  }
  .privacy-policy-container h2 {
    font-size: 18px;
    margin-top: 35px;
  }
  .privacy-policy-container h3 {
    font-size: 15px;
  }
}

/* Disable vertical page scroll and enable touch horizontal swipe on tablet & desktop for portfolio pages */
@media all and (min-width: 761px) {
  body.portfolio-page,
  html:has(body.portfolio-page) {
    overflow: hidden !important;
    height: 100vh !important;
    max-height: 100vh !important;
    touch-action: pan-x;
  }

  .portfolio-page .content,
  .portfolio-page #ajax-content {
    height: 100vh;
    overflow: hidden;
    touch-action: pan-x;
  }

  .portfolio-page .carousel,
  .portfolio-page .fr-carousel-track,
  .portfolio-page .carousel-cell {
    touch-action: pan-x;
    overscroll-behavior: contain;
  }

  /* Fixed Desktop Header (4K & High-Res Fix) */
  header.boxed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    z-index: 9999 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    transition: background 0.2s ease-in !important;
  }

  header.boxed .header-margin,
  header.boxed .header-margin-mini {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1140px !important;
    height: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  header.boxed .logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: -15px !important;
  }

  header.boxed .logo > a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    border-bottom: none !important;
  }

  header.boxed .logo img {
    height: 18px !important;
    width: auto !important;
    max-height: 18px !important;
    display: block !important;
    object-fit: contain !important;
  }

  header.boxed ul.header-nav {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  header.boxed li {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    position: relative !important;
  }

  header.boxed li > a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: normal !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
    letter-spacing: 0.5px !important;
  }

  header.boxed ul.header-nav > li:last-child > a {
    padding-right: 0 !important;
  }

  header.boxed li > a:hover {
    color: #000000 !important;
  }

  /* Submenu Portfolio formatting & increased interline */
  header.boxed li ul {
    top: 100% !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 4px 4px !important;
  }

  header.boxed li ul li {
    width: 100% !important;
    display: block !important;
    height: auto !important;
  }

  header.boxed li ul li a {
    line-height: 2.2 !important;
    padding: 6px 25px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    display: block !important;
    width: 220px !important;
    text-transform: lowercase !important;
  }

  header.boxed li ul li a:hover {
    color: #000000 !important;
    background: #f7f7f7 !important;
  }
}

/* --- font-awesome.min.css --- */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{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:#fff}.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-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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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-genderless:before,.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-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-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"}

