/* ==========================================================================
   HTML5DOCTOR RESET
========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/* ==========================================================================
   NATURAL BOXSIZING
========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("./boxsizing.htc");
}

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

/* ==========================================================================
   GENERAL STYLING
========================================================================== */
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}
p {
  line-height: 1.5em;
  color: #666;
}
p strong {
  color: #333;
}
p a {
  color: #d5e04e;
  text-decoration: underline;
}

#page-wrap {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}

#social {
  display: block;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 20;
  background: #fff;
  min-height: 100%;
  -webkit-backface-visibility: hidden;

  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;

  animation-timing-function: ease-out;
}

body.fb-feed #social {
  position: relative;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ipad-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: 50;
}

/* ==========================================================================
   VERTICAL CENTER
========================================================================== */
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   HOMEPAGE PANELS
========================================================================== */
.pp-section {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#pagepiling {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}

#section-wrap {
  -webkit-backface-visibility: hidden;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}

body.open #section-wrap {
  -webkit-transform: translate3d(-400px, 0, 0);
  -moz-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}

.panel-inner {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border: 15px solid #fff;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 700px) {
  .panel-inner--home {
    background-image: url("../assets/backgrounds/home-2020-mobile.png") !important;
    background-color: #f0bdc3;
    background-size: 330px auto;
    background-position: bottom 40px left -50px;
  }
  .panel-inner--home .logo {
    width: auto;
    top: 20px;
    left: 20px;
  }

  .panel-inner--home .logo img {
    width: 180px;
  }
}

.panel-shade {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.panel:nth-child(1) .panel-shade {
  display: none;
}

.panel-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: 25px;
  z-index: 15;
  width: 46px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.panel-nav a.btn-nav {
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 46px;
  margin: 7px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.panel-nav a.btn-nav:hover {
  background: #fff;
  color: #333;
}

.panel-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  overflow: hidden;
}
#alerts {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #d5e04e;
  z-index: 8000;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#alerts p.quote {
  display: block;
  float: left;
  color: #222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 300;
  padding-left: 70px;
}

@media (max-width: 700px) {
  /* #alerts {
    padding: 20px 5px;
  } */
  #alerts p.quote {
    font-size: 13px;
  }
}

#alerts p.quote strong {
  font-weight: 600;
}

#open-alerts {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 5;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;

  border-left: 30px solid #fff;

  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  transform: translateX(-150%);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#open-alerts.visible {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);

  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

#open-alerts.visible:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

#alerts.hidden {
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);

  opacity: 0;
}

#close-alert {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 50px;
  height: 50px;
  z-index: 9900;
  color: #fff;
  margin-right: 35px;
  margin-top: -25px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#close-alert div {
  display: none;
}

#close-alert span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  text-indent: -9999px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#close-alert span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -ms-transform: translateY(0px) rotate(-90deg);
  -o-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

#close-alert:hover span:after,
#close-alert:hover span {
  background: #333;
}

.panel-lock {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

body.open .panel-lock {
  opacity: 1;
  pointer-events: auto;
}

.page-icon {
  display: block;
  position: absolute;
  top: 50%;
  height: 200px;
  margin-top: -100px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, -150px, 0);
  -moz-transform: translate3d(0, -150px, 0);
  -ms-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);

  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.page-icon .icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-icon .icon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  z-index: 5;
}

.page-icon .icon:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 190px;
  height: 190px;
  background: #fff;
  content: "";
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-icon-clear {
  display: block;
  float: left;
  width: 100%;
}
.title-wrap {
  display: block;
  float: left;
  width: 100%;
  padding-top: 370px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.page-titles {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.page-titles h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0 5px;
}
.page-titles h2:before,
.page-titles h2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  background: #fff;
  height: 1px;
  content: "";
}
.page-titles h2:after {
  left: auto;
  right: -25px;
}

.page-titles h3 {
  display: block;
  float: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.page-titles h3 span {
  display: block;
  float: left;
  width: 100%;
}
.page-titles h3 span.small {
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: normal;
}
.page-titles h3 span.big {
  padding: 25px 0;
}

.panel.ready .page-titles,
.panel.ready .page-icon {
  opacity: 1;
}

.panel.ready .page-icon {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

.panel.ready .page-titles {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel.locked .title-wrap {
  opacity: 0;
}
.panel.locked .page-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel.locked .panel-shade {
  opacity: 0;
}
.panel.locked .panel-nav {
  opacity: 0;
}

.more-wrap {
  display: block;
  float: left;
  width: 100%;
  margin-top: 35px;
}
a.detail-button {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.panel.hide-icon .page-icon {
  display: none;
}

a.detail-button:hover {
  color: #000;
  background: #fff;
}

#close-detail {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  margin: 15px;
  z-index: 9900;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#close-detail.visible {
  opacity: 1;
  pointer-events: auto;
}

#close-detail span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  text-indent: -9999px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

#close-detail span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -ms-transform: translateY(0px) rotate(-90deg);
  -o-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

/* icons */
.page-icon .icon span .references {
  display: inline-block;
  width: 75px;
  height: auto;
  margin-top: 32px;
  margin-left: 2px;
}
.page-icon .icon span .pop_history {
  display: inline-block;
  width: 110px;
  height: auto;
  margin-top: 23px;
}
.page-icon .icon span .private {
  display: inline-block;
  width: 140px;
  height: auto;
  margin-top: 44px;
}
.page-icon .icon span .company {
  display: inline-block;
  width: 160px;
  height: auto;
  max-height: 160px;
  margin-top: 62px;
}
.page-icon .icon span .contact {
  display: inline-block;
  width: 130px;
  height: auto;
  margin-top: 32px;
  margin-left: -15px;
}
.page-icon .icon span .about {
  display: inline-block;
  width: 105px;
  height: auto;
  margin-top: 27px;
  margin-left: -5px;
}

/* ==========================================================================
   LANGUAGE TOGGLE
========================================================================== */
.language-toggle {
  display: block;
  position: absolute;
  top: 90px;
  right: 0;
  width: 44px;
}
.language-toggle a {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  margin-bottom: 7px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.language-toggle a:hover {
  color: #000;
  background: #fff;
}

/* ==========================================================================
   HAMBURGER
========================================================================== */
.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 18px;
  text-decoration: none;
}
.menu-toggle div {
  display: none;
}

.menu-toggle .menu-text {
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: right;
  margin-bottom: 5px;
  font-weight: normal;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.bt-menu-trigger {
  display: block;
  height: 40px;
  width: 44px;
  float: right;
  position: relative;
}

.bt-menu-trigger span {
  -moz-user-select: none;
  background-color: #fff;
  display: block;
  font-size: 0;
  height: 2px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  width: 100%;
}

/*.bt-menu-open .bt-menu-trigger span {
    background-color: rgba(255, 255, 255, 0);
}*/

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  width: 100%;
}

.bt-menu-trigger span:before {
  -webkit-transform: translateY(-550%);
  -moz-transform: translateY(-550%);
  -ms-transform: translateY(-550%);
  -o-transform: translateY(-550%);
  transform: translateY(-550%);
}

.bt-menu-trigger span:after {
  -webkit-transform: translateY(550%);
  -moz-transform: translateY(550%);
  -ms-transform: translateY(550%);
  -o-transform: translateY(550%);
  transform: translateY(550%);
}

/*.bt-menu-open .bt-menu-trigger span:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -o-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
}*/

/* ==========================================================================
   SLIDE-OUT MENU
========================================================================== */
nav#nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  border: 15px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(400px, 0, 0);
  -moz-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

nav#nav ul {
  display: block;
  float: left;
  width: 100%;
}
nav#nav ul li {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #000;
}
nav#nav ul li a {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
nav#nav ul li a span.page {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 12px;
  margin-bottom: 12px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
nav#nav ul li a span.page:after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

nav#nav ul li a span.title {
  display: block;
  float: left;
  width: 100%;
  color: #000;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 16px;
  text-transform: lowercase;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

nav#nav ul li a:hover {
  background: #000;
}
nav#nav ul li a:hover span.page,
nav#nav ul li a:hover span.title {
  color: #fff;
}
nav#nav ul li a:hover span.page:after {
  background: #fff;
  content: " ";
}

nav#nav .fb {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
nav#nav .fb a.fb-button {
  display: block;
  float: left;
  width: 100%;
  background: #000;
  color: #fff;
  height: 80px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 80px;
  font-weight: 800;
  font-size: 16px;
  padding-right: 80px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
nav#nav .fb a.fb-button i {
  font-size: 28px;
  margin-right: 10px;
  line-height: 80px;
}

nav#nav .fb a.fb-button:hover {
  color: #d5e04e;
}

body.open nav#nav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ==========================================================================
   DETAIL PAGE
========================================================================== */

#detail {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 12000;
  position: relative;
  border: 15px solid #fff;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#page-wrap {
  border: 15px solid #fff;
  border-top: 0;
  margin-top: 15px;
}

#page-wrap .header {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#page-wrap .icon-wrap {
  display: block;
  float: left;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 20;
}
#page-wrap .page-icon {
  opacity: 1;
}

#page-wrap .icon-wrap .page-icon {
  top: auto;
  bottom: -93px;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.detail-content {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  border-bottom: 15px solid #fff;
  padding-top: 75px;
}

#section-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   DETAIL CONTENT
========================================================================== */
.intro {
  display: block;
  float: left;
  width: 100%;
  padding: 75px 0;
  padding-bottom: 0;
  background: #fff;
  text-align: center;
}
.intro h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
}
.intro h2:before,
.intro h2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.intro h2:after {
  left: auto;
  right: -30px;
  content: " ";
}

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

.intro .text {
  display: block;
  float: left;
  width: 100%;
  padding: 45px 0;
  padding-bottom: 0;
}
.text p {
  line-height: 1.7em;
}

.content-960 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.dotted-box {
  display: block;
  float: left;
  width: 100%;
  background: #ebda92;
  outline: #ebda92 dotted 5px;
  outline-offset: -2px;
  padding: 150px 35px;
  margin-bottom: 5px;
}
.dotted-box h3 {
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  font-size: 110px;
  text-transform: lowercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffff00;
  line-height: 1.2em;
  padding-right: 30px;
}

.dotted-box .text {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  max-width: 500px;
}
.dotted-box .text p {
  color: #fff;
}

.picture-button {
  display: block;
  float: left;
  width: 100%;
  padding-top: 35px;
}
.picture-button a {
  display: block;
  float: left;
  width: 130px;
  height: 84px;
  font-size: 16px;
  line-height: 80px;
  background: url("../assets/pictures-button.svg");
  text-align: center;
  text-decoration: none;
  color: #4fa985;
  font-style: italic;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.picture-button a:hover {
  color: #000;
}

.slider-wrap {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 75px 0;
  text-align: center;
}

.slider-wrap h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
}
.slider-wrap h2:before,
.slider-wrap h2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.slider-wrap h2:after {
  left: auto;
  right: -30px;
  content: " ";
}

.slider-wrap h3 {
  display: block;
  float: left;
  width: 100%;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 16px;
  color: #000;
  text-transform: lowercase;
  padding: 35px 0;
  font-weight: normal;
}

.full-slider {
  display: block;
  float: left;
  width: 100%;
  padding: 0 55px;
}

.owl .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl .item {
  position: relative;
}
.owl .item .desc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 15px 20px;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 15px;
  color: #000;
}

.owl-controls {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.owl-controls .owl-buttons {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-controls .owl-buttons div {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 90px;
  background: #fff;
  margin-top: -45px;
  margin-left: -65px;
  line-height: 90px;
  text-align: center;
  font-size: 26px;
  color: #333;
}
.owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -65px;
}

.owl-controls:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;

  border-top: 30px solid #fff;
}

.owl {
  padding: 5px;
  background: url("../assets/arc.png") repeat;
}

.owl-carousel .owl-wrapper-outer {
  background: #fff;
}

.footer {
  display: block;
  float: left;
  width: 100%;
  background: #efefef;
  padding: 55px 0;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
}
.footer:after,
.footer:before {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  background: #efefef;
  content: "";
}
.footer:before {
  left: auto;
  right: -15px;
}

.footer h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0 5px;
}
.footer h4:before,
.footer h4:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.footer h4:after {
  left: auto;
  right: -25px;
}

.fb-footer {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.fb-footer a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  margin: 0 10px;
}
.fb-footer a i {
  font-size: 28px;
}
.fb-footer a:hover i {
  color: #d5e04e;
}

.footer-widget {
  clear: both;
  padding-top: 20px;
}

/* ==========================================================================
   CUSTOM PER SECTION
========================================================================== */
.logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 8000;
}
.logo img {
  display: inline-block;
  width: 240px;
  height: auto;
  max-height: 240px;
}

.private .dotted-box {
  background: #bde1c8;
  outline: #bde1c8 dotted 5px;
}
.private .dotted-box h3 {
  color: #ff827d;
}

.private .picture-button a {
  background-image: url("../assets/pictures-button-private.svg");
  color: #fff;
}

.panel-wrap {
  display: block;
  float: left;
  width: 100%;
}

.references .references-text {
  display: block;
  float: left;
  width: 100%;
}
.references .references-text ul {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
}
.references .references-text ul li {
  display: inline-block;
  margin: 0 7px;
  text-transform: uppercase;
  color: #999;
  font-size: 15px;
  line-height: 1.6em;
}
.references .references-text ul li.odd {
  color: #333;
}

.references .note {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
  padding-top: 25px;
}
.references .note p {
  color: #333;
}

.references .slider-wrap h2 {
  margin-bottom: 35px;
}

.arrow-down {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 75px 0;
  padding-bottom: 100px;
}
.arrow-down img {
  display: inline-block;
  border: 0;
  width: 61px;
  height: auto;
  max-height: 65px;
}

.references .slider-wrap {
  padding-top: 0;
}

.about .dotted-box {
  background: #efc5b1;
  outline: #efc5b1 dotted 5px;
}
.about .dotted-box h3 {
  color: #a9fba0;
}

.dotted-box .text p {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.pic {
  display: block;
  float: right;
  padding-right: 30px;
  padding-bottom: 30px;
}
.pic img {
  display: block;
  float: right;
  width: 200px;
  height: 200px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.pop_history .dotted-box {
  background: #7c8185;
  outline: #7c8185 dotted 5px;
}
.pop_history .dotted-box h3 {
  color: #f26363;
}

.pop_history .pic {
  padding-bottom: 0;
  padding-top: 35px;
}
.pop_history .pic .frame {
  display: block;
  float: left;
  position: relative;
}
.pop_history .pic .frame img.frame-img {
  display: block;
  float: left;
  width: 450px;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pop_history .pic .frame .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 38px 30px;
}

.pop_history .pic .frame .image img {
  padding: 5px;

  background: url("../assets/arc.png") repeat;

  width: 100%;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ugly-button {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.ugly-button a {
  display: block;
  float: left;
  width: 177px;
  height: 69px;
  background: url("../assets/ugly-button.png") no-repeat;
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "Petit Formal Script", sans-serif;
  font-size: 16px;
  line-height: 69px;
  text-align: center;
  padding-left: 5px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.ugly-button a:hover {
  color: #333;
}

.map-title {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
.map-title h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
}
.map-title h2:before,
.map-title h2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.map-title h2:after {
  left: auto;
  right: -30px;
  content: " ";
}

.dashed-title {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 75px;
}
.dashed-title h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
}
.dashed-title h2:before,
.dashed-title h2:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.dashed-title h2:after {
  left: auto;
  right: -30px;
  content: " ";
}

.map {
  display: block;
  float: left;
  width: 100%;
  height: 600px;
}
.map #map-canvas {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}

.dashed-box {
  display: block;
  float: left;
  width: 100%;
  background: url("../assets/arc-pink.png") repeat;
  padding: 5px;
  margin-bottom: 75px;
}
.dashed-box .inner {
  display: block;
  float: left;
  width: 100%;
  background: #dabdae;
  padding: 75px 55px;
  color: #fff;
}

.dashed-box .inner .form-title {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
}
.dashed-box .inner .form-title.check {
  padding-left: 20px;
}
.dashed-box .inner .form-title p,
.form-alerts p {
  color: #fff;
  font-size: 15px;
}
.form-alerts {
  display: none;
}
.form-alerts .alert {
  display: none;
}
.form-alerts .success p {
  margin: 0;
  color: #3c763d;
}
.form-alerts .error p {
  margin: 0;
  color: #a94442;
}
.form-alerts .success {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
}

.form-alerts .error {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
}

.form-alerts .error a {
  color: #a94442;
}

.form-wrap {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  background: #e1cabe;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"] {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
  background: none;
  font-size: 15px;
}
.form-wrap input.error {
  border-bottom: 1px solid #cc0000;
  color: #cc0000;
}

.form-wrap label.error {
  display: none !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/* Error colors */
input.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cc0000;
}
input.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cc0000;
  opacity: 1;
}
input.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cc0000;
  opacity: 1;
}
input.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cc0000;
}

.checkboxes {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
  padding-left: 20px;
  padding-bottom: 0;
}
.checkboxes .form-item {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.checkboxes input {
  outline: 1px solid #fff !important;
  margin: 0;
  margin-right: 7px;
  margin-top: -3px;
}
.checkboxes label {
  font-size: 15px;
  line-height: 1.5em;
}

input {
  border-radius: 0;
}

*:focus {
  outline: 0;
}

.form-actions {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.form-actions button {
  display: inline-block;
  background: none;
  border: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.form-actions button:before,
.form-actions button:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
.form-actions button:after {
  left: auto;
  right: -30px;
  content: " ";
}

.form-actions button:disabled,
.form-actions button[disabled] {
  color: #666666;
  cursor: default;
}

.form-actions input {
  display: none;
}

.checkboxes .form-item.webform-component-checkboxes {
  margin: 0;
}

.mobile-wrap {
  display: block;
  float: left;
  width: 100%;
}
.mobile-title {
  display: none;
  color: #fff;
  font-size: 15px;
}
.mobile-title p {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

.company-input {
  display: none;
}

.type-input {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.webform-component-radios > label {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
.type-input .form-item {
  display: block;
  float: left;
  margin-right: 10px;
}

/* ==========================================================================
   AJAX SPECIFIC
========================================================================== */
#ajax-pages {
  display: none !important;
}

/* ==========================================================================
   FACEBOOK FEED
========================================================================== */
#social {
  min-height: 100%;
  margin: 0 auto;
  clear: both;
  padding: 35px 0;
}
#social-grid {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.social-item {
  display: block;
  float: left;
  padding: 10px;
  -webkit-backface-visibility: hidden;
}

.social-item .inner {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.social-item-title {
  display: block;
  float: left;
  width: 100%;
  color: #333;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  text-decoration: none;
}
.social-item-title.sup {
  color: #888;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 15px;
}
a.social-item-title:hover {
  text-decoration: underline;
  color: #d5e04e;
}
.social-item-description {
  display: block;
  float: left;
  width: 100%;
  color: #888;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 10px 0;
}
.social-item-date {
  margin-top: 3px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 13px;
  display: block;
  float: left;
}
.social-item-photo img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.social-item-link {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  display: block;
  color: #555;
  margin-top: 5px;
  clear: both;
  border: 1px solid #ddd;
  text-decoration: none;
}
.social-item-link:hover {
  border-color: #aaa;
}
.social-item-link p {
  overflow: hidden;
  margin: 5px;
  font-size: 14px;
}
.social-item-link img {
  float: left;
  width: 80px;
  margin-right: 10px;
  border-radius: 5px;
}

#social h3 {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
  padding-bottom: 20px;
}

#social h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Petit Formal Script", sans-serif;
  line-height: 1em;
  font-size: 16px;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0 5px;
}
#social h4:before,
#social h4:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  background: #000;
  height: 1px;
  content: "";
}
#social h4:after {
  left: auto;
  right: -25px;
}

#social .title {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

#social .fb-icon-wrap {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#social .fb-icon-wrap a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#social .fb-icon-wrap i {
  font-size: 24px;
}
#social .fb-icon-wrap a:hover i {
  color: #d5e04e;
}

#close-social {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  margin: 15px;
  z-index: 9900;
  color: #fff;
}
#close-social div,
#close-detail div {
  display: none;
}

#close-social span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  text-indent: -9999px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

#close-social span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -ms-transform: translateY(0px) rotate(-90deg);
  -o-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

body.fb-feed #close-social {
  display: block;
}

nav#nav .fb .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  padding: 15px;
  text-align: center;
  line-height: 80px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.close-menu {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.close-menu i {
  display: none;
}

.close-menu div {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.close-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  text-indent: -9999px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.close-menu span:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -ms-transform: translateY(0px) rotate(-90deg);
  -o-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.questions {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.questions textarea {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  background: #fff;
  line-height: 1.5em;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #333;
  resize: none;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

/* ==========================================================================
  LOGIN
========================================================================== */
.login {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.login input {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  height: 38px;
  color: #000;
  line-height: 38px;
  background: #efefef;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #efefef;
  color: #666;
}
.login input[type="submit"] {
  background: #d5e04e;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  border: 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: 200;
}
.login input.error {
  border-color: #a94442;
}
.login .description {
  display: none;
}
.login .form-item {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 7px;
}
.login label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1em;
  color: #111;
  text-transform: uppercase;
}
#user-login {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 125px 0;
  padding-top: 200px;
}
.login .form-actions {
  padding-top: 0;
  margin-top: 0;
}

html.no-inlinesvg .page-icon .icon span .references {
  display: inline-block;
  width: 150px;
  height: auto;
  margin-top: 26px;
  margin-left: 2px;
}
html.no-inlinesvg .page-icon .icon span .pop_history {
  display: inline-block;
  width: 150px;
  height: auto;
  margin-top: 23px;
}
html.no-inlinesvg .page-icon .icon span .private {
  display: inline-block;
  width: 140px;
  height: auto;
  margin-top: 30px;
}
html.no-inlinesvg .page-icon .icon span .company {
  display: inline-block;
  width: 160px;
  height: auto;
  margin-top: 20px;
}
html.no-inlinesvg .page-icon .icon span .contact {
  display: inline-block;
  width: 130px;
  height: auto;
  margin-top: 32px;
  margin-left: -15px;
}
html.no-inlinesvg .page-icon .icon span .about {
  display: inline-block;
  width: 105px;
  height: auto;
  margin-top: 27px;
  margin-left: -5px;
}
