/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.background-center-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2c3133;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2c3133;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
p {
  margin: 0 0 20px;
  font-weight: 300;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #2c3133;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  position: relative;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
@media (min-width: 767px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .container {
    max-width: 440px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.333333333333332%;
  }
  .col-xs-2 {
    width: 16.666666666666664%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333333333333%;
  }
  .col-xs-5 {
    width: 41.66666666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.333333333333336%;
  }
  .col-xs-8 {
    width: 66.66666666666666%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333333333334%;
  }
  .col-xs-11 {
    width: 91.66666666666666%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333333333333%;
  }
  .col-xs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 678px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 820px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 978px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 978px;
  }
}
.btn,
.searchandfilter .sf-field-submit input {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.searchandfilter .sf-field-submit input:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.searchandfilter .sf-field-submit input:hover,
.btn:focus,
.searchandfilter .sf-field-submit input:focus {
  text-decoration: none;
}
.btn:active,
.searchandfilter .sf-field-submit input:active,
.btn.active,
.searchandfilter .sf-field-submit input.active {
  outline: 0;
  /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled,
.searchandfilter .sf-field-submit input.disabled,
.btn[disabled],
.searchandfilter .sf-field-submit input[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .searchandfilter .sf-field-submit input {
  cursor: default;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #666666 !important;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ffffff;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #428bca;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f0ad4e;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d9534f;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #5cb85c;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5bc0de;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/*
// Success appears as green
.btn-green {
  .btn-pseudo-states(@btn-green-color; @btn-green-bg; @btn-green-border);
}

// Success appears as green
.btn-cyan {
  .btn-pseudo-states(@btn-cyan-color; @btn-cyan-bg; @btn-cyan-border);
}

// Success appears as green
.btn-blue {
  .btn-pseudo-states(@color-blue; @color-blue; @color-blue);
}

// Success appears as orange
.btn-orange {
  .btn-pseudo-states(@btn-orange-color; @btn-orange-bg; @btn-orange-border);
}
// Success appears as orange darker
.btn-orange-darker {
  .btn-pseudo-states(@btn-orange-color; @btn-orange-bg; @btn-orange-border);
}
*/
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2c3133;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn,
.searchandfilter .sf-field-submit input {
  padding: 12px 36px 12px 20px;
  line-height: 1.3;
  border-radius: 6px;
  letter-spacing: 1px;
}
.searchandfilter .sf-field-submit input {
  padding: 12px 20px;
}
.btn-lg {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 6px;
}
.btn-lg [class^="icon-"] {
  margin-top: 1px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm [class^="icon-"],
.btn-xs [class^="icon-"] {
  margin-top: -1px;
}
.btn-xs {
  padding: 3px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
[class^="icon-"],
[class*=" icon-"] {
  /*
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-image: url(@iconWhiteSpritePath);
  background-position: 14px 14px;
  margin-left: 8px;
*/
}
.icon-btn {
  background-image: url(images/btn-arrow.png);
  width: 8px;
  height: 16px;
  position: absolute;
  display: block;
  top: 14px;
  right: 18px;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
}
input.btn {
  background-image: url(images/btn-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.btn-loading {
  padding-right: 48px;
}
.btn-back {
  padding-left: 36px !important;
  padding-right: 20px !important;
}
.icon-btn-back {
  background-image: url(images/btn-arrow_back.png) !important;
  top: 14px;
  left: 18px;
}
.icon-loading {
  background-image: url(images/icon-refresh.png);
  width: 20px;
  height: 24px;
  position: absolute;
  display: block;
  top: 9px;
  right: 16px;
  z-index: 2;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.ajax-loading .icon-loading {
  background-image: url(images/refresh-loader.gif);
  width: 20px;
  height: 24px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}
body {
  background: #222228;
}
#wrapper {
  position: relative;
}
@media screen and (max-width: 600px) {
  body.logged-in #wrapper {
    padding-top: 46px;
  }
}
#page {
  padding-top: 104px;
}
#main {
  background: #ffffff;
}
/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
a {
  color: #428bca;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
}
a:visited {
  color: #428bca;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:active,
a:hover {
  color: #2c3133;
  outline: 0;
  text-decoration: none;
}
a.btn {
  color: #fff;
}
b,
strong {
  font-weight: 600;
}
.noTopMargin {
  margin-top: 0 !important;
}
.marginLeftRight {
  margin-left: auto;
  margin-right: auto;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginTop0 {
  margin-top: 0;
}
.paddingTopBottom20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}
/**
 * F O N T   S I Z E S
 * ----------------------------------------------------------------------------
 */
.egyptienne-64 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 70px;
}
.egyptienne-54 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 60px;
}
p.egyptienne-54 a.btn {
  margin-top: 6px;
}
.egyptienne-40 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.egyptienne-32 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 39px;
}
.egyptienne-24 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.egyptienne-22 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
.egyptienne-20 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.egyptienne-18 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.egyptienneIT-24 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.egyptienneIT-22 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
.egyptienneIT-20 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.egyptienneIT-18 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.egyptienneIT-16 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.egyptienneIT-15 {
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.nudista-13 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.nudista-14 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.nudista-16 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.nudista-38 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 44px;
}
.nudista-18 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.nudista-20 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.nudista-22 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
.nudista-23 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.45em;
}
.nudista-24 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
}
.nudista-26 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.45em;
}
.nudista-28 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
.nudista-34 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.nudista-32 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
}
/**
 * B A C K G R O U D S
 * ----------------------------------------------------------------------------
 */
.background-white {
  background-color: #ffffff;
}
.background-offwhite {
  background-color: #f2f1ec;
}
.background-green {
  background-color: #00b819;
}
.background-dark {
  background-color: #42464a;
  color: #fff !important;
}
.background-darker {
  background-color: #2c3133;
  color: #fff !important;
}
.page-section {
  padding: 80px 0 70px 0;
}
#page-footer {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #00b819;
  color: #f8f8f8;
}
#page-footer p {
  margin: 0;
}
#page-footer .btn {
  background-color: #2c3133;
  color: #ffffff;
}
#page-footer .btn:hover {
  background-color: #222228;
}
@media screen and (min-width: 767px) {
  #page-footer p.egyptienne-54 a.btn {
    margin-top: -6px;
  }
}
/**
 * M A I N   S I T E   H E A D E R
 * ----------------------------------------------------------------------------
 */
.site-header {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  background: #2d3135;
}
.site-header #masthead {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #2d3135;
}
@media (min-width: 992px) {
  body.logged-in .site-header #masthead {
    top: 32px;
  }
}
.site-header .row {
  position: relative;
}
.site-title {
  line-height: 1;
  margin: 0;
  width: 210px;
  height: 44px;
  font-size: 20px;
}
.site-header .site-header-container {
  padding: 35px 0 25px 0;
  position: relative;
}
.site-header-border {
  border-bottom: 1px solid #42464a;
}
/* Main Navigation */
.main-navigation {
  clear: both;
  position: absolute;
  top: 41px;
  right: 0;
}
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
}
.nav-menu li a {
  color: #999999 !important;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 19px;
  text-decoration: none;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.nav-menu li:last-child a {
  margin-right: 0;
}
.nav-menu li:first-child a {
  margin-left: 0;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
  color: #fff !important;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-page-ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #ffffff !important;
}
.menu-toggle {
  display: none;
}
ul.nav-menu ul {
  position: absolute;
  top: 16px;
  left: -9999px;
  padding: 18px 0 0 0;
  background-color: #2d3135;
  list-style: none;
}
ul.nav-menu li:hover > ul {
  left: 0;
}
ul.nav-menu li.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
  left: 0;
}
ul.nav-menu li a:focus {
  color: #ef397e !important;
}
/* Fisrt Tier Dropdown */
ul.nav-menu ul li {
  width: 215px;
  float: none;
  display: list-item;
  position: relative;
  background-color: #2d3135;
  border: 1px solid #42464a;
  border-top: 0;
}
ul.nav-menu ul li a {
  padding: 1em;
  font-size: 1em;
}
/* Mobile Navigation */
.mobile-nav {
  background: #222528;
  padding: 10px 0;
  border-bottom: 1px solid #42464a;
  width: 100%;
  display: none;
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav li a {
  display: block;
  background: #222528;
  color: #aaaaaa;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-nav li a:hover {
  background: #181a1c;
  color: #ffffff;
}
.nav-menu-side {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-menu-side {
    display: block;
  }
}
#my-menu.mm-opened {
  display: block !important;
}
.site-header .pull-right {
  display: block;
}
.site-header .pull-right a.mobile-menu {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -3px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .site-header .pull-right a.mobile-menu {
    display: none;
  }
}
.mm-opening .site-header .pull-right a.mobile-menu {
  width: 22px;
  height: 22px;
  margin: 8px 5px 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAURJREFUeNrEl1FxwzAQRDclYAiG0EIIg0IQhEIwhEC4hkEYFILKoBA8RbD5iWccR9JJd1ZyM/7xyLdvNNLu+UASr6y3zPsAgAAigMHRX259JLuC5PYJvK9Ickis0x7Z9JHUOk3cCiGZPlICyIm3QojSR1IAmngthFT2OW0BWioHIY193tcA0QnRKj6THNcAgwHij+RE8oft9Zk6hBYIS4XSNewNETQf6AkRaoyoF0TIXd2SoewFEUrGpbnacDvtXcRJZtNwqX8A38Yk/AVwtsbxuo5GgA8AoxdAHAAAcFHniR2CxRVgvcVViGeIFyGeJZ6F8IpHL4RHfDGZ0TNPWCailMNZbHuy7kDYITsedqAWIlRkhwYxL/Ng6y1Qg6UC4k68xQdqxUsQD+I1TjgbxFMQMSWuzQNfuY8aIaZSFhxe/Xt+HQC1jqz9p6fdHwAAAABJRU5ErkJggg==);
}
#my-menu {
  background-color: #000 !important;
  margin-top: 0;
  font-size: 18px;
}
#my-menu a,
#my-menu a:visited {
  color: #fff !important;
}
#my-menu a br,
#my-menu a:visited br {
  display: none !important;
}
#my-menu .menu-main-navigation-container,
#my-menu .mm-menu > .mm-panel.mm-hasnavbar,
#my-menu .mm-menu > .mm-panel {
  padding-top: 75px !important;
}
#my-menu .mm-menu > .mm-panel > .mm-listview.mm-first,
#my-menu .nav-side-menu {
  margin-top: 0 !important;
}
#my-menu .sub-menu {
  margin-top: 20px !important;
}
#my-menu .mm-title {
  font-family: arial black, arial;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: -9999px;
  background: url(../images/themes/green/logo_2x.png) no-repeat top;
  background-size: auto 38px;
  padding: 0;
  margin: 18px 0 0 0;
  height: 42px;
  line-height: 42px;
}
#my-menu .mm-title:before {
  content: '';
  color: #fff;
}
#my-menu .mm-navbar {
  background-color: none !important;
  color: #fff !important;
  height: 60px;
}
#my-menu .mm-prev:before {
  left: 25px !important;
}
#my-menu .mm-navbar .mm-btn {
  width: 60px !important;
  height: 60px !important;
  background-color: #242424 !important;
}
#my-menu em.mm-counter {
  right: 65px;
}
#my-menu .mm-close:after {
  content: '';
}
#my-menu em.mm-counter + a.mm-next {
  background-color: rgba(0, 0, 0, 0.15);
}
#my-menu em.mm-counter + a.mm-next + a,
#my-menu em.mm-counter + a.mm-next + span {
  margin-right: 50px !important;
}
#my-menu .mm-listview > li > a,
#my-menu .mm-listview > li > span {
  padding: 20px 10px 20px 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
}
#my-menu .mm-listview > li.menu-item-has-children > a {
  background-color: #181818 !important;
}
#my-menu .mm-listview > li a:hover {
  background-color: #181818 !important;
  color: #999 !important;
}
#my-menu .mm-listview > li.social-items {
  width: 16.6%;
  float: left;
}
#my-menu .mm-listview > li.social-items a {
  padding: 15px 13px;
}
#my-menu .link-logout {
  display: none;
}
#my-menu .link-login {
  display: block;
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: 1px solid #000;
}
/* Navbar */
.navbar {
  background-color: #f7f5e7;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px;
}
.site-header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  color: #686758;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.site-footer .widget-area {
  background: #2d3135;
  width: 100%;
  padding: 72px 0 106px 0;
}
.site-footer .btn:hover {
  background-color: #666666 !important;
}
.site-footer .nav-menu {
  padding-left: 0;
}
.site-footer #social-links,
#vision #social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.site-footer #social-links li,
#vision #social-links li {
  float: left;
  margin-left: 23px;
}
.site-footer #social-links li:first-child,
#vision #social-links li:first-child {
  margin-left: 0;
}
.site-footer #social-links li:last-child:after,
#vision #social-links li:last-child:after {
  clear: both;
}
.site-footer #social-links li a,
#vision #social-links li a {
  display: block;
  height: 18px;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #00b819;
  text-transform: uppercase;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .025em;
}
.site-footer #social-links li.twitter a,
#vision #social-links li.twitter a {
  background-image: url(images/icon-twitter_f.png);
  padding-left: 28px;
}
.site-footer #social-links li.linkedin a,
#vision #social-links li.linkedin a {
  background-image: url(images/icon-linkedin_f.png);
  padding-left: 25px;
}
#social-links li a:hover {
  color: #666666 !important;
}
.site-info {
  padding: 30px 0;
  color: #666666;
  width: 100%;
}
.site-info .container {
  position: relative;
}
#wpstats {
  display: block;
  margin: -10px auto 0;
}
.site-footer .back-to-top {
  position: absolute;
  width: 46px;
  right: 15px;
  bottom: 0;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
}
.site-footer .back-to-top .icon-top {
  padding: 0;
  margin: 0;
  z-index: 99999;
  margin-bottom: 12px;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
article.error404 {
  padding: 120px 0;
}
.error404 .entry-title {
  line-height: 0.6;
  margin: 0;
  font-size: 16px;
  color: #868686;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.error404 .entry-content span {
  color: #00b819;
}
.error404 .eclipse-404 {
  margin-top: 40px;
}
/**
 * 5.11 Home Page
 * ----------------------------------------------------------------------------
 */
#page-header {
  background-color: #2c3133;
}
#page-header .page-header-text {
  position: relative;
  padding: 70px 0;
}
#page-header .page-header-text p {
  color: #f8f8f8;
  margin: 0;
}
.egyptienne-54 span,
.egyptienne-64 span {
  color: #00b819;
}
#page-header .page-header-text .skip-to-content {
  position: absolute;
  bottom: -21px;
  right: 0;
}
#page-header #page-slider {
  background: #2c3133 url(images/bx_loader.gif) no-repeat center center;
  min-height: 400px;
  max-height: 700px;
  overflow: hidden;
}
#page-header #page-slider .img-responsive {
  width: 100%;
}
#page-header #page-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#page-header #page-slider ul li {
  display: inline;
}
.section-title {
  line-height: 0.6;
  margin: 0;
  font-size: 13px;
  color: #868686;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .section-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 16px;
  }
}
.icon-play .icon-bg,
.icon-play .icon-img,
.toggle-icon,
.icon-skip,
.icon-top,
.icon-close,
.icon-next,
.icon-prev,
.swipe-handle,
.icon-search {
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}
.swipe {
  background: #eeeeee;
  width: 225px;
  height: 46px;
  position: relative;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  line-height: 47px;
  font-size: 16px;
  color: #A3A3A3;
  font-weight: 400;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.swipe span {
  padding: 0 15px;
}
.swipe .swipe-handle {
  background-color: #00b819;
  background-image: url(images/arrow-right.png);
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
.swipe-lock {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
}
.swipe.locked {
  background: #E0E0E0;
  text-align: left;
}
.swipe.locked .swipe-handle {
  background-color: #2c3133 !important;
}
.icon-skip,
.icon-top {
  width: 46px;
  height: 42px;
  display: block;
  overflow: hidden;
  z-index: 99998;
}
.icon-skip span,
.icon-top span {
  display: block;
  position: absolute;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 13px;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon-skip {
  /*background-image: url(images/themes/green/icon-skip.png);*/
  background-color: #00b819;
}
.icon-skip span {
  background-image: url(images/arrow-down.png);
}
.icon-top {
  /*background-image: url(images/themes/green/icon-top.png);*/
  background-color: #00b819;
}
.icon-top span {
  background-image: url(images/arrow-up.png);
}
.icon-skip:hover,
.icon-top:hover {
  background-color: #666666;
  /*background-image: url(images/icon-skip_hover.png) !important;*/
}
.icon-close {
  background-image: url(images/icon-close.png);
}
.icon-prev {
  background-image: url(images/arrow-left.png);
}
.icon-next {
  background-image: url(images/arrow-right.png);
}
.icon-search {
  background-image: url(images/icon-search.png);
}
.icon-play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.icon-play .icon-bg {
  background-color: #00b819;
  display: block;
  position: absolute;
  width: 65px;
  height: 46px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -23px;
  opacity: .8;
}
.featured-event-thumb .icon-play .icon-bg {
  margin-top: -38px;
}
.icon-play .icon-img {
  background-image: url(images/icon-play.png);
  display: block;
  width: 100%;
  height: 100%;
}
.icon-close {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  text-indent: -999em;
  background-color: #00b819;
}
li .icon-close {
  top: 0;
  line-height: 0;
  right: -68px;
}
.icon-play:hover .icon-bg,
.icon-skip:hover,
.icon-top:hover,
.icon-close:hover,
.icon-next:hover,
.icon-prev:hover,
.icon-search:hover {
  background-color: #666666 !important;
}
li .icon-close:hover {
  background-color: #373D42 !important;
}
.toggle-box .toggle-icon {
  background-image: url(images/themes/green/icon-toggle.png);
  position: absolute;
  right: 20px;
  top: 17px;
  height: 15px;
  width: 16px;
  line-height: 0;
  text-indent: -999em;
}
.toggle-box.on .toggle-icon {
  background-image: url(images/themes/green/icon-toggle_on.png);
}
.toggle-box {
  background-color: rgba(45, 49, 53, 0.85);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -50px;
  cursor: pointer;
}
.toggle-box .toggle-title {
  line-height: 50px;
  height: 50px;
  padding: 0 50px 0 18px;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
  color: #fff;
}
.toggle-box .toggle-desc {
  padding: 0 20px 0 18px;
  margin: 0 0 20px 0;
  color: #cccccc;
}
.btn {
  color: #ffffff;
  background-color: #00b819;
  border-color: #00b819;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #ffffff;
  background-color: #00b819;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #00b819;
  border-color: #00b819;
}
.btn-transparent {
  padding: 0 20px 0 0;
  color: #00b819 !important;
  background: none !important;
  border-radius: none;
  letter-spacing: 1px;
}
.btn-transparent:hover {
  color: #373D42 !important;
}
.btn-transparent .icon-btn {
  background-image: url(images/themes/green/arrow-right.png);
  width: 8px;
  height: 16px;
  position: absolute;
  display: block;
  top: 2px;
  right: 4px;
}
/**
 * H O M E   P A G E
 * ----------------------------------------------------------------------------
 */
#guides,
#guides.page-section {
  padding-bottom: 0 !important;
}
.guide-item {
  position: relative;
}
#guides_list .section-title {
  margin-bottom: 35px;
}
#guides_list .guide-item .guide-icon-wrapper {
  width: 100%;
  height: 180px;
  position: relative;
}
#guides_list .guide-item .top-3 {
  width: 220px;
}
@media (max-width: 767px) {
  #guides_list .guide-item .top-3 {
    width: 100%;
  }
}
#guides_list .guide-item .guide-icon,
#guides_list .guide-item .guide-icon-bg,
#guides_list .guide-item .guide-icon-image {
  position: absolute;
  display: block !important;
  top: 50%;
  left: 50%;
}
#guides_list .guide-item .guide-icon,
#guides_list .guide-item .guide-icon-bg {
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
}
#guides_list .guide-item .guide-icon {
  z-index: 1;
}
#guides_list .guide-item .guide-icon-bg {
  z-index: 2;
  border-radius: 500px;
  background: #00b819;
}
#guides_list .guide-item .guide-icon-image {
  z-index: 3;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#guides_list .guide-item .guide-icon-image a {
  display: block;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  outline: none;
}
#guides_list .guide-item .guide-desc {
  min-height: 150px;
}
#guides_list .guide-item .guide-desc h4,
#guides_list .guide-item .guide-desc p {
  margin: 10px 0;
}
#guides_list .guide-item .guide-desc h4 a,
#guides_list .guide-item .guide-desc p a,
#guides_list .guide-item .guide-desc h4 a:visited,
#guides_list .guide-item .guide-desc p a:visited {
  color: #000;
}
#guides_list .guide-item .guide-desc h4 {
  font-weight: 400;
}
#guides_list .guide-item .guide-desc p {
  color: #555555;
  padding: 10px 0 20px;
  margin: 0;
}
#guides_list .guide-item h4 a,
#guides_list .guide-item h4 a:visited {
  color: #000;
}
body.page-template-guidesindividual #guides_list {
  padding: 20px 0;
}
@media (max-width: 767px) {
  body.page-template-guidesindividual #guides_list {
    padding: 0 0 20px 0;
  }
}
#guides_list .guide-item .design-management {
  background-image: url(images/icon-design-management.png);
  background-image: url(images/icon-design-management.svg);
}
#guides_list .guide-item .experience-strategy {
  background-image: url(images/icon-experience-strategy.png);
  background-image: url(images/icon-experience-strategy.svg);
}
#guides_list .guide-item .service-design {
  background-image: url(images/icon-service-design.png);
  background-image: url(images/icon-service-design.svg);
}
#guides_list .guide-item .visual-design {
  background-image: url(images/icon-visual-design.png);
  background-image: url(images/icon-visual-design.svg);
}
#guides_list .guide-item .design-research {
  background-image: url(images/icon-design-research.png);
  background-image: url(images/icon-design-research.svg);
}
#guides_list .guide-item .design-strategy {
  background-image: url(images/icon-design-strategy.png);
  background-image: url(images/icon-design-strategy.svg);
}
#guides_list .guide-item .experience-mapping {
  background-image: url(images/icon-experience-mapping.png);
  background-image: url(images/icon-experience-mapping.svg);
}
#guides_list .guide-item .design-leadership {
  background-image: url(images/icon-design-leadership.png);
  background-image: url(images/icon-design-leadership.svg);
}
#guides_list .guide-item .design-facilitation {
  background-image: url(images/icon-design-facilitation.png);
  background-image: url(images/icon-design-facilitation.svg);
}
.guides-sub-list .guides-sub-list-item .visual-design {
  background: url(images/icon-visual-design-bk.png) no-repeat center;
  background: url(images/icon-visual-design-bk.svg) no-repeat center;
}
.guides-sub-list .guides-sub-list-item .design-research {
  background: url(images/icon-design-research-bk.png) no-repeat center;
  background: url(images/icon-design-research-bk.svg) no-repeat center;
}
.guides-sub-list .guides-sub-list-item .design-strategy {
  background: url(images/icon-design-strategy-bk.png) no-repeat center;
  background: url(images/icon-design-strategy-bk.svg) no-repeat center;
}
.guides-sub-list .guides-sub-list-item .experience-mapping {
  background: url(images/icon-experience-mapping-bk.png) no-repeat center;
  background: url(images/icon-experience-mapping-bk.svg) no-repeat center;
}
.guides-sub-list .guides-sub-list-item .design-leadership {
  background: url(images/icon-design-leadership-bk.png) no-repeat center;
  background: url(images/icon-design-leadership-bk.svg) no-repeat center;
}
.guides-sub-list .guides-sub-list-item .design-facilitation {
  background: url(images/icon-design-facilitation-bk.png) no-repeat center;
  background: url(images/icon-design-facilitation-bk.svg) no-repeat center;
}
/* Guides */
#guides .egyptienne-54 {
  margin-bottom: 60px;
}
/* Guides sub list */
.guides-sub-list {
  background-color: #00b819;
  text-align: center;
  font-weight: 400;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .guides-sub-list {
    padding-bottom: 1.25em;
    margin-top: 40px;
  }
}
.guides-sub-list .guides-sub-list-item {
  border-left: 1px solid #66d677;
  min-height: 120px;
  padding-top: 30px;
  padding-bottom: 20px;
  word-wrap: break-word;
}
.guides-sub-list .guides-sub-list-item .guide-icon-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
}
.guides-sub-list .guides-sub-list-item .guide-icon-wrapper .guide-icon-image {
  position: absolute;
  display: block !important;
  top: 0;
  left: 50%;
  margin-left: -50px;
  margin-top: 0;
  z-index: 3;
  width: 100px;
  height: 50px;
  background-size: auto 70%;
}
.guides-sub-list .guides-sub-list-item .guide-icon-wrapper .guide-icon-image a {
  display: block;
  width: 100px;
  height: 50px;
  text-indent: -9999px;
  outline: none;
}
.guides-sub-list .guides-sub-list-item .sub-guide-desc h4 {
  padding-left: 5px;
  padding-right: 5px;
}
.guides-sub-list .guides-sub-list-item .sub-guide-desc h4 a,
.guides-sub-list .guides-sub-list-item .sub-guide-desc h4 a:visited {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.guides-sub-list .guides-sub-list-item:nth-last-child(1) {
  border-right: 1px solid #66d677;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .guides-sub-list .guides-sub-list-item:nth-child(3) {
    border-right: 1px solid #66d677;
  }
}
body.page-child .guides-sub-list {
  margin-top: 0;
}
.pink .guides-sub-list .guides-sub-list-item {
  border-left: 1px solid #f3689d;
}
.pink .guides-sub-list .guides-sub-list-item:nth-last-child(1) {
  border-right: 1px solid #f3689d;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .pink .guides-sub-list .guides-sub-list-item:nth-child(3) {
    border-right: 1px solid #f3689d;
  }
}
@media screen and (max-width: 766px) {
  .guides-sub-list .guides-sub-list-item:nth-child(2n+1),
  .pink .guides-sub-list .guides-sub-list-item:nth-child(2n+1) {
    clear: left;
  }
  .guides-sub-list-item,
  .guides-sub-list-item:nth-last-child(1) {
    border: 0 !important;
  }
}
.guides-single-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 12px 0;
  text-align: center;
  background-color: #000;
}
@media (min-width: 1200px) {
  .guides-single-nav {
    display: block;
  }
}
.guides-single-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  width: 95px;
  word-spacing: 95px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.guides-single-nav li a {
  display: block;
  padding: 12px 10px 0 10px;
  color: #999;
  letter-spacing: 1px;
  margin: 0;
}
.guides-single-nav li a:hover {
  color: #fff;
}
.guides-single-nav li a:visited {
  color: #999;
}
.guides-single-nav li.current_page_item a,
.guides-single-nav li.current_page_item a:visited {
  color: #fff;
}
.guides-single-nav .guide-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background-size: 100%;
}
.guides-single-nav .page-item-3167 .guide-icon {
  background-image: url(images/icon-design-facilitation.png);
  background-image: url(images/icon-design-facilitation.svg);
}
.guides-single-nav .page-item-3171 .guide-icon {
  background-image: url(images/icon-design-leadership.png);
  background-image: url(images/icon-design-leadership.svg);
}
.guides-single-nav .page-item-3159 .guide-icon {
  background-image: url(images/icon-design-management.png);
  background-image: url(images/icon-design-management.svg);
}
.guides-single-nav .page-item-3163 .guide-icon {
  background-image: url(images/icon-design-research.png);
  background-image: url(images/icon-design-research.svg);
}
/* Events */
#slider_home_events,
#slider_featured {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home_events .egyptienne-54 {
  margin-bottom: 60px;
}
#home_events .event-item {
  border-top: 1px solid #505357;
  padding-top: 16px;
  position: relative;
  min-height: 65px;
  margin-bottom: 20px;
}
#home_events .home-featured-event .event-item .event-description {
  color: #ffffff;
  padding-top: 1em;
}
#home_events .home-featured-event .event-item .event-description p {
  margin: 0 0 1.5em !important;
}
#home_events .home-featured-event .event-item .btn {
  margin: 0 !important;
}
#home_events .other-events .event-item .btn {
  margin-top: 1.5em;
}
/* Ideas */
#home_ideas .egyptienne-54 {
  margin-bottom: 70px;
}
#home_ideas .idea-item .item-date {
  color: #888;
  margin: 30px 0 20px 0;
}
#home_ideas .idea-item .idea-image {
  position: relative;
  overflow: hidden;
}
#home_ideas .idea-item .idea-image img {
  visibility: hidden;
}
#home_ideas .idea-item .item-title {
  margin-bottom: 20px;
}
#home_ideas .idea-item .item-title a {
  color: #2c3133;
}
#home_ideas .mouseover .item-title a {
  color: #888 !important;
}
#home_ideas .idea-item .read-more {
  text-transform: uppercase;
  color: #00b819;
  background: url(images/themes/green/arrow-right.png) no-repeat right center;
  padding-right: 16px;
}
/**
 * C O N S U L T I N G / WORK  P A G E  //  MIKEY
 * ----------------------------------------------------------------------------
 */
#consulting_services .nudista-22 {
  font-weight: 600;
}
#consulting_services .section-title {
  margin: 24px 0 40px 0;
}
#consulting_services .service-item {
  margin: 20px 0 46px 0;
  text-align: left;
}
#consulting_services .service-item img {
  margin: 0 !important;
  padding: 0 !important;
  width: 98%;
}
#consulting_services .service-item p {
  color: #444444;
}
/* Our Work */
#consulting_work {
  padding-bottom: 0;
}
#work-slider .tabs {
  border-top: 1px solid #ffa300;
  height: 83px;
  overflow: hidden;
  margin-top: 70px;
}
#work-slider .tabs-toggle {
  display: none;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
#work-slider .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#work-slider .tabs li {
  display: block;
  float: left;
  margin-right: 61px;
  border-top: 4px solid transparent;
  padding: 20px 0 38px 0;
}
#work-slider .tabs li.last-child,
#work-slider .tabs li:last-child {
  margin: 0 !important;
}
#work-slider .tabs a {
  color: #ffa300;
  text-transform: uppercase;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
#work-slider .tabs span {
  color: #666;
}
#work-slider .tabs .selected {
  border-color: #ffa300;
}
#work-slider .tabs a:hover,
#work-slider .tabs .selected a,
#work-slider .tabs a:hover span,
#work-slider .tabs .selected a span {
  color: #ffffff;
}
#work-slider .slider {
  height: 490px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#work-slider .slider ul {
  position: absolute;
  top: 0;
  left: 340px;
  /*float: left;*/
  width: 5180px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#work-slider .slider li {
  display: block;
  position: relative;
  width: auto;
  height: 490px;
  float: left;
}
#work-slider .slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2d3135;
  opacity: .74;
  z-index: 4;
}
#work-slider .slider .selected .slide-overlay {
  display: none;
}
#work-slider .slider .btn-next,
#work-slider .slider .btn-prev {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
#work-slider .slider .btn-next span,
#work-slider .slider .btn-prev span {
  position: absolute;
  display: block;
  top: 50%;
  width: 18px;
  height: 38px;
  margin-top: -19px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  text-indent: -999em;
}
#work-slider .slider .btn-next {
  right: 0;
}
#work-slider .slider .btn-prev {
  left: 0;
}
#work-slider .slider .btn-next span {
  left: 28px;
  background-image: url(images/slider-next_y.png);
}
#work-slider .slider .btn-prev span {
  right: 28px;
  background-image: url(images/slider-prev_y.png);
}
#work-slider .slider ul li .work-slide {
  float: left;
  background: #383d42;
  height: 100%;
}
#work-slider .slider ul li .slide-content {
  position: relative;
  height: 100%;
  width: 448px;
  padding: 0 !important;
}
#work-slider .slider ul li .slide-info {
  padding-top: 34px !important;
  padding: 0 29px;
}
#work-slider .slide-image-pad {
  width: 0;
  height: 100%;
  float: left;
}
#work-slider .slider ul li .slide-content h4 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
}
#work-slider .slider ul li .slide-content p {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #dddddd;
  margin-bottom: 20px;
}
#work-slider .slider ul li .slide-images {
  float: left;
  height: 100%;
}
#work-slider .slider ul li .slide-image {
  position: relative;
  float: left;
  height: 100%;
}
#work-slider .slider ul li .slide-image .slide-image-caption {
  color: #dddddd;
  padding: 15px 20px;
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  max-width: 400px;
  bottom: 0;
  left: 0;
}
#work-slider .slider ul li .slide-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2d3135;
  opacity: .74;
  z-index: 2;
}
#work-slider .slider ul li .slide-image.selected .image-overlay {
  display: none;
}
#work-slider .slider ul li .slide-footer {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 2;
}
#work-slider .slider ul li .slide-pager {
  margin-top: 20px;
  margin-left: 2px;
}
#work-slider .slider ul li .slide-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  outline: 0;
  border: 1px solid #ffffff;
  float: left;
  margin: 0 7px 0 0;
}
#work-slider .slider ul li .slide-pager a.active,
#work-slider .slider ul li .slide-pager a.selected {
  background: #fff;
}
/* Space for change */
#consulting_sfc .section-title {
  margin: 0 0 30px 0;
}
.sfc-items {
  margin-top: 45px;
}
.sfc-items h4 {
  margin-top: 26px;
}
.sfc-items p {
  margin-bottom: 20px;
}
/**
 * A B O U T / M I S S I O N  P A G E
 * ----------------------------------------------------------------------------
 */
/* Our History */
#our-history {
  padding-bottom: 0;
}
#history-slider .tabs {
  border-top: 1px solid #00b819;
  height: 83px;
  overflow: hidden;
  margin-top: 70px;
}
#history-slider .tabs-toggle {
  display: none;
}
#history-slider .tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#history-slider .tabs li {
  display: block;
  float: left;
  margin-right: 61px;
  border-top: 4px solid transparent;
  padding: 20px 0 38px 0;
}
#history-slider .tabs li.second-last-child,
#history-slider .tabs li.last-child,
#history-slider .tabs li:last-child {
  margin: 0 !important;
}
#history-slider .tabs li.last-child,
#history-slider .tabs li:last-child {
  float: right;
}
#history-slider .tabs a {
  color: #00b819;
  text-transform: uppercase;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
#history-slider .tabs span {
  color: #666;
}
#history-slider .tabs .selected {
  border-color: #00b819;
}
#history-slider .tabs a:hover,
#history-slider .tabs .selected a,
#history-slider .tabs a:hover span,
#history-slider .tabs .selected a span {
  color: #ffffff;
}
#history-slider .slider {
  height: 490px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#history-slider .slider ul {
  position: absolute;
  top: 0;
  left: 340px;
  width: 5180px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#history-slider .slider li {
  display: block;
  position: relative;
  width: 1036px;
  height: 490px;
  float: left;
  background: #383d42;
}
#history-slider .slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2d3135;
  opacity: .74;
  z-index: 2;
}
#history-slider .slider .selected .slide-overlay {
  display: none;
}
#history-slider .slider li .btn:hover {
  background-color: #2d3135 !important;
}
#history-slider .slider .btn-next,
#history-slider .slider .btn-prev {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
#history-slider .slider .btn-next span,
#history-slider .slider .btn-prev span {
  position: absolute;
  display: block;
  top: 50%;
  width: 18px;
  height: 38px;
  margin-top: -19px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  text-indent: -999em;
}
#history-slider .slider .btn-next {
  right: 0;
}
#history-slider .slider .btn-prev {
  left: 0;
}
#history-slider .slider .btn-next span {
  left: 28px;
  background-image: url(images/slider-next.png);
}
#history-slider .slider .btn-prev span {
  right: 28px;
  background-image: url(images/slider-prev.png);
}
#history-slider .slider ul li .col-7 {
  padding-top: 75px;
  position: relative;
}
#history-slider .slider ul li .col-7 h4 {
  color: #999999;
  font-weight: 400;
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#history-slider .slider ul li .col-7 p {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 50px;
}
#history-slider .slider ul li .slide-footer {
  position: absolute;
  bottom: 60px;
  left: 30px;
}
#history-slider .slider ul li .slide-footer .btn:hover {
  background-color: #666666 !important;
}
#history-slider .slider ul li .slide-pager {
  margin-top: 20px;
  margin-left: 2px;
  display: none;
}
#history-slider .slider ul li .slide-pager a,
#history-slider .slider ul li .slide-pager span {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  outline: 0;
  border: 1px solid #ffffff;
  float: left;
  margin: 0 7px 0 0;
}
#history-slider .slider ul li .slide-pager span {
  background: #fff;
}
#history-slider .slider ul li .col-5 {
  padding-top: 58px;
  padding-bottom: 58px;
}
#history-slider .graphic-placeholder {
  width: 374px;
  height: 374px;
  border-radius: 500px;
  background: #2d3135;
  position: relative;
}
#history-slider .graphic-placeholder .graphic-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 288px;
  height: 288px;
  margin-top: -144px;
  margin-left: -144px;
  text-align: center;
}
#history-slider .graphic-placeholder .graphic-image img {
  max-height: 100%;
}
.expand-box a.load-more,
.section-questions a.load-more {
  margin: 2.5em auto 3em auto;
  width: 160px;
  padding-right: 20px;
  display: block;
}
.expand-box a.load-more:hover,
.section-questions a.load-more:hover {
  background-color: #ffa233 !important;
}
/* FAQ */
.faq-text {
  margin-bottom: 2em;
}
.faq-text .nudista-18 {
  line-height: 26px;
  font-weight: 300;
  color: #dddddd;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-list li {
  padding: 1em 0;
}
.faq-list li h3 {
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  cursor: hand;
  line-height: 32px;
}
.faq-list li h3 i {
  color: #ff8b00;
}
.faq-list .faqcontent {
  display: none;
}
.faq-list .faqcontent p {
  color: #dddddd;
  margin: 1em 0 0 0;
}
.faq-list .nudista-18 {
  line-height: 26px;
}
.hide-until-loaded {
  display: none;
}
.section-questions a.load-more {
  margin: 2.5em 0 0 auto;
}
/* Meet Our Team */
#our-team .section-title {
  margin: 0 0 20px 0;
}
#our-team .team-member {
  padding-top: 15px;
  padding-bottom: 3em;
  overflow: hidden;
}
#our-team .team-member .member-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
#our-team .team-member .member-image img {
  opacity: 0 !important;
}
#our-team .team-member .iso-device img {
  opacity: 1 !important;
}
.topbar,
#our-team .team-member .topbar {
  height: 6px;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  background: #ff8b00;
  z-index: 2;
}
.overlay,
#our-team .team-member .overlay {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.overlay.mouseover,
.overlay:hover,
#our-team .team-member .overlay:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  -ms-transition-duration: .4s;
}
#our-team .team-member h4 {
  color: #00b819;
  margin: 0;
  font-weight: 300;
}
#our-team .team-member h4 a {
  color: #ff8b00;
}
#our-team .team-member h4 a.mouseover,
#our-team .team-member h4 a:hover {
  color: #2c3133;
}
#our-team .team-member p {
  margin: 2px 0 0 0;
}
/* Member's Profile */
.member-profile .section-slider {
  margin: 0 0 60px 0;
}
.member-profile .member-title {
  margin: 0;
}
.member-profile .member-designation {
  color: #aaaaaa;
}
.member-profile .secondary-text {
  margin: 40px 0;
}
.member-profile .member-content {
  color: #666666;
}
.member-profile .member-content a {
  color: #19B835;
}
.member-profile .member-content a:hover {
  color: #333D42;
}
.member-profile .member-content p {
  margin: 0 0 30px 0;
}
.member-profile .social-links {
  list-style: none;
  margin: 74px 0 0 0;
  padding: 0;
  font-size: 15px;
}
.member-profile .social-links li {
  float: left;
  margin-left: 31px;
}
.member-profile .social-links li:first-child {
  margin-left: 0;
}
.member-profile .social-links li:last-child:after {
  clear: both;
}
.member-profile .social-links li a {
  display: block;
  height: 21px;
  padding-top: 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #00b819;
  text-transform: uppercase;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .04em;
}
.member-profile .social-links li.twitter a {
  background-image: url(images/icon-twitter_m.png);
  padding-left: 32px;
}
.member-profile .social-links li.linkedin a {
  background-image: url(images/icon-linkedin_m.png);
  padding-left: 26px;
}
.member-profile .social-links li.tumblr a {
  background-image: url(images/icon-tumblr_m.png);
  padding-left: 17px;
}
.member-profile .social-links li a:hover {
  color: #373D42;
}
#social-links li a:hover {
  opacity: 1;
}
/* Careers */
#about_careers .section-slider {
  margin: 8px 0 42px 0;
}
#about_careers .egyptienne-54 {
  margin-bottom: 47px;
}
#about_careers .secondary-text {
  margin-bottom: 55px;
}
/**
 * A P P R O A C H E S / G U I D E S
 * ----------------------------------------------------------------------------
 */
#approaches {
  padding: 0 !important;
}
body.page-template-guides #guides,
body.page-template-guidesindividual .guides-sub-list {
  border-bottom: 1px solid #f3689d;
}
@media (max-width: 767px) {
  body.page-template-guides #guides h2.section-title,
  body.page-template-guidesindividual .guides-sub-list h2.section-title {
    text-align: center;
  }
}
.guides-single-description {
  display: table;
  height: 100%;
  width: 100%;
  padding: 3em 0 !important;
  background: url(images/guides-tick.png) no-repeat bottom left;
  background: url(images/guides-tick.svg) no-repeat bottom left;
  background-size: 97px 28px;
}
@media (max-width: 480px) {
  .guides-single-description {
    display: block;
    background: url(images/guides-tick-320.svg) no-repeat bottom;
    background-size: 57px 28px;
    padding: 3em 0 4em 0 !important;
  }
}
.guides-single-description .guides-icon {
  width: 140px;
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .guides-single-description .guides-icon {
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }
}
.guides-single-description .guides-icon #guides_list {
  margin-top: 0 !important;
}
.guides-single-description .guides-icon #guides_list .guide-icon-wrapper {
  height: 160px;
}
@media (max-width: 480px) {
  .guides-single-description .guides-icon #guides_list .guide-icon-wrapper {
    height: 140px;
  }
}
.guides-single-description .guide-description {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  padding-left: 2em;
}
@media (max-width: 480px) {
  .guides-single-description .guide-description {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.talk-list,
.video-list {
  padding-top: 10px;
  padding-bottom: 2em;
}
.talk-list h4 a,
.video-list h4 a,
.talk-list h4 a:visited,
.video-list h4 a:visited {
  margin-top: 1.25em;
}
.talk-list h4 a,
.talk-list h4 a:visited {
  color: #ffffff;
}
.talk-list h4 a:hover,
.talk-list h4 a:visited:hover {
  color: #ef397e;
}
.video-list h4 a,
.video-list h4 a:visited {
  color: #000000;
}
.video-list h4 a:hover,
.video-list h4 a:visited:hover {
  color: #ffa300;
}
ul.taxonomy-list {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  list-style: none;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  width: auto;
  float: left;
}
ul.taxonomy-list > li {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #42464a;
  font-size: 1.1em;
}
.feature-idea-container ul.taxonomy-list {
  border-color: #f2f1ec;
}
.feature-idea-container ul.taxonomy-list > li {
  color: #ffffff;
}
/**
 * E V E N T S   &   T R A I N I N G   P A G E
 * ----------------------------------------------------------------------------
 */
/* Upcoming Events */
#slider_events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-item {
  margin-bottom: 50px;
}
.event-item .btn {
  margin-top: 20px;
}
.event-item h4 {
  color: #373D42;
  margin: 0 0 .25em 0;
  font-weight: 300;
}
.event-item h4 a {
  color: #00b819;
}
body.home .event-item h4 a:hover {
  color: #fff !important;
}
.event-item .event-location {
  color: #858585;
  margin-top: 0.35em;
}
.event-item .event-description {
  color: #858585;
}
#upcoming-events-list .event-item {
  position: relative;
}
#upcoming-events-list .event-item .event-description {
  padding-bottom: 60px;
}
#upcoming-events-list .event-item .btn {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.event-item-header {
  border-top: 1px solid #dddddd;
  padding-top: 26px;
  position: relative;
  padding-left: 85px;
  min-height: 65px;
  margin-bottom: 20px;
}
.event-item-header img {
  position: absolute;
  top: 32px;
  left: 0;
}
.featured-event .event-item-header {
  padding-left: 107px;
  min-height: 84px;
}
.featured-event .event-item-header img {
  width: 85px;
}
.featured-event .event-item-header .event-date {
  margin: 5px 0;
}
.featured-event .event-description {
  color: #2c3133;
}
.featured-video-event .event-item-header {
  padding-left: 0;
  padding-top: 0;
  border: none;
}
.featured-video-event .event-item-header .event-date {
  margin: 2px 0;
}
.featured-event-thumb {
  position: relative;
  overflow: hidden;
}
.featured-event-thumb a {
  position: relative;
  display: block;
}
#upcoming_events h2.section-title {
  margin-bottom: 28px;
}
/* Get Inspired */
#events_get_inspired,
#events_get_inspired_video {
  padding-bottom: 200px;
}
#events_get_inspired #video-items {
  margin-top: 65px;
}
#events_get_inspired .video-item .video-thumb {
  position: relative;
  display: block;
}
#events_get_inspired .video-item .video-item-title {
  margin-top: 26px;
  margin-bottom: 5px;
}
#events_get_inspired .mouseover .video-item-title a {
  color: #373D42 !important;
}
#events_get_inspired .mouseover .icon-play .icon-bg {
  background-color: #666;
}
/* Keep Watching */
#events_keepwathcing .egyptienne-24 {
  margin-bottom: 30px;
}
.app-slider-wrapper {
  position: relative;
  margin-top: -140px;
}
.app-slider-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
 * I D E A S   P A G E
 * ----------------------------------------------------------------------------
 */
.ideas-nav {
  position: absolute;
  bottom: -22px;
  right: 0;
  z-index: 99999999;
}
.ideas-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ideas-nav ul li {
  margin-left: 10px;
  float: left;
  display: block;
}
.ideas-nav ul li a {
  display: block;
  width: 44px;
  height: 44px;
  text-indent: -999em;
  background-color: #00b5e1;
  font-size: 0;
  line-height: 0;
}
.guides-nav ul li a {
  background-color: #ef397e;
}
.ideas-nav ul li .icon-close {
  position: relative;
  right: 0;
}
.ideas-nav ul li .icon-close:hover {
  background-color: #666 !important;
}
.ideas-nav .searchform {
  width: 44px;
  height: 44px;
  background-color: #00b5e1;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*
  -moz-transition: width 400ms ease, background 400ms ease;
  -webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease; */
}
.pink .ideas-nav .searchform {
  background-color: #ef397e !important;
}
.ideas-nav .searchform #s {
  border: none;
  float: left;
  width: 220px;
  margin: 9px 0 9px 10px;
  padding: 0;
  height: 26px;
  background: none;
  color: #f2f1ec;
  z-index: 1;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  line-height: 16px;
  outline: none;
  display: none;
}
/*
.ideas-nav .expanded{
  -moz-transition: width 400ms ease, background 400ms ease;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;*
}*/
#searchsubmit {
  width: 44px;
  height: 44px;
  background-color: #00b5e1;
  display: block;
  float: right;
  border: none;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  background-image: url(images/icon-search.png);
}
/*
.site-search{
  float: right;
  width: 388px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.site-search

*/
#ideas_featured .feature-idea-container {
  padding-bottom: 92px;
  padding-top: 70px;
  position: relative;
}
#ideas_featured .feature-idea-container .skip-to-content {
  position: absolute;
  bottom: -21px;
  right: 0;
}
#ideas_featured h3 {
  margin: 0;
  padding: 0;
}
#ideas_featured h3 a {
  color: #00B6DF;
}
#ideas_featured h3 a:hover {
  color: #ffffff;
}
#ideas_featured h3 a:hover {
  color: #fff!important;
}
#ideas_featured .post-meta {
  color: #999999;
  margin: 8px 0 19px 0;
}
#ideas_featured .post-meta a {
  color: #fff;
}
#ideas_featured .post-excerpt {
  color: #fff;
  padding-right: 40px;
  margin-bottom: 32px;
}
#ideas_featured .btn:hover {
  background-color: #666666 !important;
}
#ideas_articles article {
  border-top: 1px solid #dddddd;
  margin: 0 0 50px 0;
  padding: 26px 0 0 0;
}
#ideas_articles.guides-articles article {
  border: 0;
  padding: 10px 0 0 0;
}
#ideas_articles article.row-first {
  margin-top: 0;
  border: none !important;
}
#ideas_articles article .article-thumb {
  position: relative;
  display: block;
  margin: 3px 0 19px 0;
  overflow: hidden;
  background-color: #000;
}
#ideas_articles article .topbar {
  height: 6px;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  background: #00b5e1;
  z-index: 2;
}
#ideas_articles.guides-articles article .topbar {
  background: #ef397e;
}
#ideas_articles.guides-articles p.nudista-18 a {
  color: #ffffff;
}
#ideas_articles article .article-thumb img {
  visibility: hidden;
}
#ideas_articles article h3 {
  margin: 0 0 5px 0 !important;
}
#ideas_articles article .entry-date {
  color: #aaaaaa;
  margin: 0 0 20px 0;
}
#ideas_articles article p {
  margin: 0 !important;
}
#ideas_articles article.quote {
  background: #e8e7e2;
  font-size: 20px;
  line-height: 31px;
  color: #2c3134;
  border-top: 3px solid #00b5e1;
  padding: 28px 20px 30px 20px;
  margin-bottom: 4px;
}
#ideas_articles article.quote .quote-by {
  color: #AAAAAA;
  margin-top: 13px;
}
#ideas_articles article.quote .quote-by a {
  color: #00a7d3;
}
#ideas_articles article.quote .quote-start {
  width: 26px;
  height: 19px;
  background: url(images/quote-start.png) no-repeat 0 0;
  text-indent: -999em;
  margin-bottom: 20px;
}
#ideas_articles article.quote .quote-end {
  width: 26px;
  height: 18px;
  background: url(images/quote-end.png) no-repeat 0 0;
  text-indent: -999em;
  margin: 20px 0 20px 0;
}
#ideas_articles .more-articles {
  background: url(images/bg-ideas_load_more.png) repeat-x center center;
  margin-top: 90px;
  margin-bottom: 50px;
}
#ideas_articles .more-articles .more-link-wrapper {
  margin: auto;
  width: 170px;
  background: #f2f1ec;
  border-left: 10px solid #f2f1ec;
  border-right: 10px solid #f2f1ec;
}
#ideas_articles.guides-articles .more-articles .more-link-wrapper {
  background: #2c3133;
  border-left: 10px solid #2c3133;
  border-right: 10px solid #2c3133;
}
#ideas_articles .more-articles a {
  margin: 0 auto;
  height: 46px;
}
/**
 * I N D I V I D U A L   A R T I C L E
 * ----------------------------------------------------------------------------
 */
#article_page_slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
#article_page #primary,
#article_page #secondary {
  padding-top: 28px;
}
.entry-header {
  margin-bottom: 42px;
}
.entry-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-header .bx-controls-direction {
  display: none;
}
.entry-header .entry-title {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 55px;
  margin: 20px 0 6px 0;
}
.entry-header .entry-meta {
  color: #aaa;
}
.entry-header a {
  color: #00b3df;
}
.entry-header a:hover {
  color: #2c3133;
}
.entry-content {
  color: #1f1f1f;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.entry-content .intro_text {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.wp-caption {
  margin: 0 0 20px 0;
}
.wp-caption p.wp-caption-text {
  color: #c0c0be;
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 15px 0;
}
.entry-content p {
  margin: 0 0 25px 0;
  padding: 0;
}
body.single-post .entry-content p {
  font-size: 1em;
  margin: 0 0 1em 0;
}
.entry-content h1 {
  color: #1f1f1f;
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 23px;
  margin: 0 0 3px 0;
  padding: 0;
}
.entry-content h2 {
  color: #1f1f1f;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 3px 0;
  padding: 0;
  text-transform: uppercase;
}
.entry-content h3 {
  color: #1f1f1f;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 3px 0;
  padding: 0;
  font-weight: 600;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 30px 25px;
  padding: 0;
}
.entry-content ol li ol {
  list-style: lower-alpha;
  margin: 0 0 0 20px;
  padding: 0;
}
.entry-content ul li ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.entry-content blockquote {
  padding: 25px;
  margin: 34px 0 32px 0;
  border-top: 3px solid #00B5E1;
  background: #e8e7e2;
}
.entry-content blockquote p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote p:first-child:before,
.entry-content blockquote p:last-child:after {
  content: ' ';
  display: block;
  width: 26px;
  height: 19px;
}
.entry-content blockquote p:first-child:before {
  background: url(images/quote-start.png) no-repeat 0 0;
  margin-bottom: 13px;
}
.entry-content blockquote p:last-child:after {
  background: url(images/quote-end.png) no-repeat 0 0;
  margin-top: 23px;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
.entry-content .arve-embed-container {
  margin: 40px 0 0 0;
}
.entry-content .arve-embed-container + * {
  margin-top: 30px;
}
.entry-content h1 + img,
.entry-content h2 + img,
.entry-content h3 + img {
  margin: 0 0 20px 0;
}
.entry-content .caption,
.entry-content img + .caption {
  margin-bottom: 20px;
  color: #aaaaaa;
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content .arve-embed-container + .video-caption {
  margin-top: 10px;
  color: #aaaaaa;
  font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content address {
  margin-top: 10px !important;
}
.share-article {
  margin: 30px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.share-article .share-text {
  float: left;
  width: 140px;
  margin-right: 10px;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 16px;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.share-article ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.share-article li {
  float: left;
  display: block;
  width: 22px;
  height: 21px;
  margin-left: 23px;
}
.share-article li:first-child {
  margin-left: 0;
}
.share-article li:last-child:after {
  clear: both;
}
.share-article li a {
  display: block;
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999em;
}
.share-article li.twitter a {
  background-image: url(images/icon-share-twitter.png);
}
.share-article li.linkedin a {
  background-image: url(images/icon-share-linkedin.png);
}
.share-article li.facebook a {
  background-image: url(images/icon-share-facebook.png);
}
.share-article li.mail a {
  background-image: url(images/icon-share-mail.png);
}
.share-article li.permalink a {
  background-image: url(images/icon-share-link.png);
}
.pink .share-article li.twitter a {
  background-image: url(images/icon-share-twitter-pink.png);
}
.pink .share-article li.linkedin a {
  background-image: url(images/icon-share-linkedin-pink.png);
}
.pink .share-article li.facebook a {
  background-image: url(images/icon-share-facebook-pink.png);
}
.pink .share-article li.mail a {
  background-image: url(images/icon-share-mail-pink.png);
}
.pink .share-article li.permalink a {
  background-image: url(images/icon-share-link-pink.png);
}
.share-article li a:hover {
  color: #666666 !important;
}
/* Comments */
.comments-area {
  border-top: 1px solid #dddddd;
}
.comments-title {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 30px 0;
}
.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commentlist li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
.comment-meta {
  padding: 30px 0 20px 0;
  position: relative;
}
.comment-meta time {
  color: #aaaaaa;
}
.comment-content {
  color: #1f1f1f;
}
.comment-content p {
  margin: 0 0 20px 0;
}
.comment-content p:last-child {
  margin: 0;
}
/* Comment form */
.comment-respond {
  marign-top: 50px;
}
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}
.comment-reply-title {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 0;
}
.comment-form .row {
  margin-bottom: 27px;
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .field {
  position: relative;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form .field .ph-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  padding: 12px 13px 10px 13px;
  line-height: 18px;
  font-size: 18px;
  color: #AAAAAA;
  font-weight: 400;
  background: #ffffff;
}
.comment-form .field-textarea .ph-text {
  height: 200px;
}
.comment-form .txtBox {
  width: 100%;
  padding: 12px 13px 10px 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  background: #ffffff;
  border: none;
  outline: none;
  color: #2c3133;
}
.comment-form textarea.txtBox {
  height: 200px;
  resize: none;
  line-height: 22px;
}
.comment-form .txtBox:focus {
  background: #ffffff;
}
.comment-form .btn {
  background-position: 86px 15px;
}
.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}
.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}
.comment-form .swipe {
  background: #ffffff;
  color: #aaaaaa;
}
.comment-form .swipe.locked {
  background: #ffffff;
}
/* Sidebar */
.widget {
  margin-bottom: 24px;
}
.widget .widget-title {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 28px 0;
}
#author-widget {
  padding-bottom: 30px;
}
#author-widget img {
  margin: 0 0 24px 0;
  visibility: none;
}
#author-widget h4 {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  padding: 0;
}
#author-widget .author-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
#author-widget .author-image .topbar {
  background: #00b5e1;
}
#author-widget .author-title {
  color: #aaaaaa;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
#author-widget.mouseover h4 a {
  color: #1f1f1f!important;
}
#author-widget .author-summary {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  line-height: 23px;
  color: #444444;
  margin: 22px 0;
}
#related-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#related-posts ul li {
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
#related-posts ul li:last-child {
  border: 0;
}
#related-posts ul li h4 {
  font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
#related-posts ul li .nudista-16 {
  color: #aaaaaa;
}
/* =Navigation
-------------------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav .meta-nav {
  font-weight: normal;
}
/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  width: auto;
}
#nav-single .nav-next {
  padding-left: .5em;
}
#nav-single .nav-previous {
  padding-right: .5em;
}
/*********************
PAGE NAVIGATION
*********************/
.article-navigation {
  padding: 3.5em 0px 3em 0;
  text-align: center;
  clear: both;
}
.article-navigation ul.pagination {
  list-style: none;
  border: 0;
}
.article-navigation ul.pagination span.current {
  color: #000000;
}
.article-navigation ul.pagination li {
  display: inline-block;
  color: #000000;
  border: 1px solid #ccc;
  margin-left: -1px;
}
.article-navigation ul.pagination li span {
  border-color: #ccc;
}
.article-navigation ul.pagination li a {
  display: block;
  color: #000000;
  border-color: #eeeeee;
  padding: .5em 1em;
}
.article-navigation ul.pagination li a:hover {
  color: #ffa300;
  background: none;
}
.article-navigation ul.pagination li.active a {
  background-color: #000000 !important;
  color: #ffffff;
}
.article-navigation ul.pagination li:first-child {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.article-navigation ul.pagination li:last-child {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.article-navigation ul.pagination li.disabled a {
  cursor: not-allowed;
}
/**
 * S E A R C H   R E S U L T S
 * ----------------------------------------------------------------------------
 */
.search-results .page-title,
.search-no-results .page-title {
  padding-bottom: 52px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
}
.search-results article {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 54px;
  margin-bottom: 26px;
}
.search-results .entry-header {
  margin-bottom: 27px;
}
.search-results article .entry-date {
  color: #aaa;
}
.search-no-results article {
  margin-bottom: 200px;
}
.search-results .mouseover a {
  color: #373D42 !important;
}
#nav-below {
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
/* Talks search results specific */
.searchandfilter {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 2em 0;
}
.searchandfilter h4 {
  padding: 0 0 1em 0;
  font-size: 20px;
}
.searchandfilter ul {
  padding: 1.5em;
}
@media screen and (min-width: 600px) {
  .searchandfilter ul li {
    float: left;
    width: 48.5%;
    margin-right: 1%;
  }
}
.searchandfilter ul li.sf-field-taxonomy-Year {
  float: right;
  text-align: right;
}
.searchandfilter ul li.sf-field-submit {
  float: none;
  width: 100%;
  margin: 10px 0 0 0;
  clear: both;
}
.searchandfilter ul select {
  width: 99%;
  padding: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-indent: 10px;
  border: 1px solid #e5e5e5;
}
#search_results .video-list:nth-child(2n+1) {
  clear: left;
}
/**
 * C O N T A C T   P A G E
 * ----------------------------------------------------------------------------
 */
#contact_form .row {
  margin-bottom: 30px;
}
#contact_form .field {
  position: relative;
  font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact_form .field .ph-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  padding: 12px 13px 10px 13px;
  line-height: 18px;
  font-size: 18px;
  color: #A3A3A3;
  font-weight: 400;
  background: #eeeeee;
}
#contact_form .field-textarea .ph-text {
  height: 200px;
}
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
.placeholder {
  color: #333;
}
#contact_form .txtBox {
  width: 100%;
  padding: 12px 13px 10px 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  background: #eeeeee;
  border: none;
  outline: none;
  color: #2c3133;
}
#contact_form textarea.txtBox {
  height: 200px;
  resize: none;
  line-height: 22px;
}
#contact_form .txtBox:focus {
  background: #E0E0E0;
}
.error_input {
  border: 1px solid #ff8b00;
}
.field_error {
  margin-top: 15px;
  color: #ff8b00;
  display: none;
}
#contact_form .field_error strong {
  font-weight: 600;
}
#contact_form input.btn {
  float: left;
  background-position: 145px 15px;
}
/*
#contact_form .ajax-loader {
  float: left;
  margin: 7px 0 0 20px;
  display: none;
}
*/
#slider_our_team .bx-wrapper {
  background: #fff;
  overflow: hidden;
}
#slider_get_inspired .bx-wrapper {
  background: #2c3133 !important;
  overflow: hidden;
}
/**
 * S P E C I A L   I N S E R T
 * ----------------------------------------------------------------------------
 */
#special_insert .section-slider {
  margin: 52px 0 50px 0;
}
#special_insert .secondary-text {
  margin-top: 30px;
}
#special_insert .secondary-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#special_insert .secondary-text ul li {
  padding: 0 0 0 25px;
  background: url(images/themes/green/bullet-arrow.png) no-repeat 0 10px;
  margin-bottom: 7px;
}
#special_insert_footer {
  padding: 50px 0 55px 0;
}
#special_insert_footer .nudista-34 {
  line-height: 50px;
}
#special_insert_footer .btn-green {
  margin-top: -8px !important;
  margin-left: 8px !important;
}
/* Theme Dark */
.special-insert-dark #special_insert_content {
  background: #373d42;
  color: #ffffff;
}
.special-insert-dark #special_insert_footer {
  background: #2c3133;
  color: #ffffff;
}
.special-insert-dark .secondary-text {
  color: #999999;
}
.special-insert-dark .btn:hover {
  background-color: #666666 !important;
}
/* Theme White */
.special-insert-white #special_insert_content {
  background: #ffffff;
}
.special-insert-white #special_insert_footer {
  background: #f4f4f4;
}
/* Theme Light */
.special-insert-light #special_insert_content {
  background: #f2f1ec;
}
.special-insert-light #special_insert_footer {
  background: #e8e7e2;
}
.slider ul li .slide-pager a,
.slider ul li .slide-pager span {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}
/**
 * S H O W   L O A D I N G
 * ----------------------------------------------------------------------------
 */
.loading-indicator {
  height: 28px;
  width: 28px;
  background: url(images/bx_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.loading-indicator-overlay {
  background-color: #2c3133;
  opacity: 0.9;
}
/**
 * B R O W S E R   C H E C K
 * ----------------------------------------------------------------------------
 */
#browser-check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #2c3133;
  z-index: 99999999999999;
}
#browser-check .browser-check-header {
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #42464a;
  position: relative;
}
#browser-check .close-browser-check {
  position: absolute;
  bottom: -21px;
  right: 0;
}
#browser-check .browser-check-message {
  margin: 60px 0;
}
#browser-check .egyptienne-54 {
  color: #fff;
}
/**
 * M E D I A   Q U E R I E S
 * ----------------------------------------------------------------------------
 */
@media (max-width: 1200px) {
  .egyptienne-54 {
    font-size: 48px;
    line-height: 54px;
  }
  .nudista-20 {
    font-size: 18px;
    line-height: 23px;
  }
  .nudista-32 {
    font-size: 30px;
    line-height: 36px;
  }
  /* site header */
  .nav-menu li a {
    font-size: 15px;
    margin: 0 15px;
  }
  /* Our History */
  #our-history {
    padding-bottom: 0;
  }
  #history-slider .tabs li {
    margin-right: 42px;
  }
  #history-slider .tabs a {
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
  #history-slider .slider {
    height: 415px;
  }
  #history-slider .slider li {
    height: 415px;
    float: left;
    background: #383d42;
  }
  #history-slider .slider .btn-next span {
    left: 20px;
  }
  #history-slider .slider .btn-prev span {
    right: 20px;
  }
  #history-slider .slider ul li .col-7 {
    padding-top: 50px;
    position: relative;
  }
  #history-slider .slider ul li .col-7 h4 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 27px;
  }
  #history-slider .slider ul li .col-7 p {
    margin-bottom: 40px;
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px;
  }
  #history-slider .slider ul li .slide-footer {
    position: absolute;
    bottom: 40px;
    left: 29px;
  }
  #history-slider .slider ul li .col-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #history-slider .graphic-placeholder {
    width: 320px;
    height: 320px;
  }
  #history-slider .graphic-placeholder .graphic-image {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }
  #work-slider .tabs {
    border-top: 1px solid #ffa300;
    height: 73px;
    overflow: hidden;
    margin-top: 60px;
  }
  #work-slider .tabs li {
    margin-right: 51px;
    padding: 15px 0 33px 0;
  }
  #work-slider .tabs a {
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
  #work-slider .slider {
    height: 460px;
  }
  #work-slider .slider li {
    height: 460px;
  }
  #work-slider .slider ul li .slide-content {
    padding-top: 0 !important;
    height: 100%;
    width: 388px;
  }
  #work-slider .slider ul li .slide-info {
    padding-top: 0 !important;
  }
  #work-slider .slider ul li .slide-content h4 {
    margin-top: 34px !important;
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1.45em;
  }
  #work-slider .slider ul li .slide-content p {
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }
  /* Search */
  .search-results .page-title,
  .search-no-results .page-title {
    padding-bottom: 44px;
  }
  .search-results article {
    padding-bottom: 44px;
    margin-bottom: 20px;
  }
  .search-results article .entry-title {
    font-size: 38px;
    line-height: 44px;
  }
  .search-no-results article {
    margin-bottom: 160px;
  }
  .error404 .eclipse-404 {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  /* global */
  .site-header {
    position: relative;
  }
  .page-section {
    padding: 70px 0;
  }
  .bx-wrapper .bx-pager {
    bottom: 30px !important;
  }
  #page {
    padding-top: 0;
  }
  .site-header .site-header-container {
    padding: 13px 0 10px 0;
  }
  .main-navigation {
    top: 22px;
  }
  /* site header */
  .site-title {
    width: 191px;
  }
  .nav-menu li a {
    font-size: 14px;
    margin: 0 11px;
  }
  /* font sizes */
  .egyptienne-64 {
    font-size: 47px;
    line-height: 52px;
  }
  .egyptienne-54 {
    font-size: 38px;
    line-height: 44px;
  }
  .egyptienne-40 {
    font-size: 32px;
    line-height: 38px;
  }
  .egyptienne-32 {
    font-family: "EgyptienneFLTStd-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 39px;
  }
  .egyptienne-24 {
    font-size: 20px;
    line-height: 22px;
  }
  .egyptienne-22 {
    font-size: 18px;
    line-height: 23px;
  }
  .egyptienneIT-22 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 27px;
  }
  .egyptienneIT-20 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  .egyptienneIT-18 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }
  .egyptienneIT-16 {
    font-size: 14px;
    line-height: 20px;
  }
  .nudista-14 {
    font-size: 12px;
    line-height: 18px;
  }
  .nudista-16 {
    font-size: 15px;
    line-height: 22px;
  }
  .nudista-38 {
    font-size: 28px;
    line-height: 34px;
  }
  .nudista-18 {
    font-size: 16px;
    line-height: 22px;
  }
  .nudista-20 {
    font-size: 18px;
    line-height: 23px;
  }
  .nudista-22 {
    font-size: 20px;
    line-height: 25px;
  }
  .nudista-23 {
    font-size: 21px;
    line-height: 1.45em;
  }
  .nudista-24 {
    font-size: 24px;
    line-height: 29px;
  }
  .nudista-26 {
    font-size: 20px;
    line-height: 1.45em;
  }
  .nudista-28 {
    font-size: 22px;
    line-height: 28px;
  }
  .nudista-32 {
    font-size: 24px;
    line-height: 30px;
  }
  .nudista-34 {
    font-size: 28px;
    line-height: 32px;
  }
  /* Page Header */
  #page-header .page-header-text {
    padding: 40px 0;
  }
  #page-header #page-slider {
    min-height: 300px;
  }
  /* Page Footer */
  #page-footer {
    padding: 40px 0;
  }
  /* site-footer */
  .site-footer #social-links,
  #vision #social-links {
    margin: 48px 0 0 0;
  }
  /* Home Page */
  .guide-item .guide-desc {
    min-height: 140px;
  }
  #home_ideas .egyptienne-54 {
    margin-bottom: 40px;
  }
  #home_ideas .idea-item .item-date {
    margin: 10px 0 10px 0;
  }
  /* Consulting Page */
  #consulting_services .section-title {
    margin: 0 0 20px 0;
  }
  #consulting_services .service-item {
    margin: 20px 0 26px 0;
  }
  #consulting_services .service-item .egyptienne-24 {
    font-size: 16px;
    line-height: 20px;
  }
  /* =Space for change */
  #consulting_sfc .section-title {
    margin: 0 0 40px 0;
  }
  .sfc-items {
    margin-top: 40px;
  }
  .sfc-items h4 {
    margin-top: 10px;
  }
  .sfc-items p {
    margin-bottom: 20px;
  }
  #events_get_inspired {
    padding-bottom: 160px;
  }
  #events_get_inspired #video-items {
    margin-top: 40px;
  }
  #events_get_inspired #video-items .video-item {
    margin: 0 0 20px 0;
  }
  #events_get_inspired .video-item .video-item-title {
    margin-top: 8px;
    margin-bottom: 5px;
  }
  /* About Page */
  /* Meet Our Team */
  #our-team {
    margin-top: 30px;
  }
  #our-team .team-member {
    padding-top: 0;
  }
  #our-team .member-image {
    margin-bottom: 10px !important;
  }
  #our-team .team-member h4 {
    margin: 0;
  }
  .member-profile .section-slider {
    margin: 0 0 20px 0;
  }
  .member-profile .secondary-text {
    margin: 34px 0 !important;
  }
  .member-profile .member-content p {
    margin: 0 0 30px 0;
  }
  .member-profile .social-links {
    margin: 65px 0 0 0;
    padding: 0;
    font-size: 15px;
  }
  #about_our_team_profile .icon-close,
  #events_get_inspired_video .icon-close,
  #events_video .icon-close,
  #article_our_team_profile .icon-close,
  #home_events_video .icon-close {
    right: 15px;
  }
  #about_our_team_profile .col-12,
  #events_get_inspired_video .col-12,
  #events_video .col-12,
  #article_our_team_profile .col-12,
  #home_events_video .col-12 {
    margin-top: 60px;
  }
  #about_careers .section-slider {
    margin: 0 0 20px 0;
  }
  #about_careers .egyptienne-54 {
    margin-bottom: 40px;
  }
  #about_careers .secondary-text {
    margin-bottom: 0;
  }
  /* Our History */
  #our-history {
    padding-bottom: 0;
  }
  #history-slider .tabs {
    height: 63px;
    margin-top: 50px;
  }
  #history-slider .tabs li {
    margin-right: 26px;
    border-top: 3px solid transparent;
    padding: 10px 0 28px 0;
  }
  #history-slider .tabs a {
    font-size: 12px;
    line-height: 18px;
  }
  #history-slider .slider {
    height: 350px;
  }
  #history-slider .slider li {
    height: 350px;
  }
  #history-slider .slider .btn-next span {
    left: 15px;
  }
  #history-slider .slider .btn-prev span {
    right: 15px;
  }
  #history-slider .slider ul li .col-7 {
    padding-top: 40px;
  }
  #history-slider .slider ul li .col-7 .slide-content {
    padding-left: 29px;
  }
  #history-slider .slider ul li .col-7 h4 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  #history-slider .slider ul li .col-7 p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 23px;
  }
  #history-slider .slider ul li .slide-footer {
    position: absolute;
    bottom: 30px;
    left: 29px;
  }
  #history-slider .slider ul li .col-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #history-slider .graphic-placeholder {
    width: 240px;
    height: 240px;
  }
  #history-slider .graphic-placeholder .graphic-image {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
  }
  #work-slider .tabs {
    border-top: 1px solid #ffa300;
    height: 73px;
    overflow: hidden;
    margin-top: 40px;
  }
  #work-slider .tabs li {
    margin-right: 51px;
    padding: 15px 0 33px 0;
  }
  #work-slider .tabs a {
    font-size: 15px;
    line-height: 22px;
  }
  #work-slider .slider {
    height: 420px;
  }
  #work-slider .slider ul {
    position: none;
    top: 0;
    left: 0;
    float: left;
  }
  #work-slider .slider li {
    height: 420px;
    float: left;
  }
  #work-slider .slider li .slide-overlay {
    display: none;
  }
  #work-slider .slider li .image-overlay {
    display: none;
  }
  #work-slider .slider ul li .slide-content {
    height: 100%;
    width: 348px;
  }
  #work-slider .slider ul li .slide-info {
    padding-top: 0 !important;
  }
  #work-slider .slider ul li .slide-content h4 {
    margin-top: 24px !important;
    font-size: 20px;
    line-height: 1.45em;
  }
  #work-slider .slider ul li .slide-content p {
    font-size: 15px;
    line-height: 22px;
  }
  #work-slider .slider .slide-image-pad {
    display: none !important;
  }
  #work-slider .slider ul li .slide-footer {
    bottom: 25px;
    display: none !important;
  }
  #work-slider .slider ul li .slide-image .slide-image-caption {
    font-size: 14px;
    line-height: 20px;
    max-width: 330px;
  }
  #work-slider .slider .btn-next,
  #work-slider .slider .btn-prev {
    background-color: rgba(45, 49, 53, 0.6);
  }
  /* Contact Form */
  #commentform .field_error,
  #contact_form .field_error {
    margin-top: 10px;
  }
  #commentform .nudista-18,
  #contact_form .nudista-18 {
    font-size: 14px !important;
  }
  /* Search */
  .search-results .page-title,
  .search-no-results .page-title {
    padding-bottom: 44px;
  }
  .search-results article {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .search-results .entry-header {
    margin-bottom: 20px;
  }
  .search-results article .entry-title {
    font-size: 32px;
    line-height: 38px;
  }
  .search-no-results article {
    margin-bottom: 160px;
  }
  /* Sepcial Insert */
  #special_insert .section-slider {
    margin: 40px 0;
  }
  #special_insert .secondary-text ul li {
    background-position: 0 7px;
    margin-bottom: 10px;
  }
  #special_insert_footer .nudista-34 {
    line-height: 44px;
  }
  .slider ul li .slide-pager a,
  .slider ul li .slide-pager span,
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px !important;
    height: 12px !important;
  }
  /* ---- Single Post Page --------- */
  #article_page_slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .entry-header {
    margin-bottom: 30px;
  }
  .entry-header .entry-title {
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0 6px 0;
  }
  .entry-content blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
  /* Comments */
  .commentlist li {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
  .comment-meta {
    padding: 20px 0;
  }
  .comment-content p {
    margin: 0 0 15px 0;
  }
  /* Comment form */
  .comment-respond {
    margin-bottom: 40px;
  }
  /* Sidebar */
  #author-widget {
    border: none;
    padding-bottom: 0;
  }
  .widget .widget-title {
    margin: 0 0 22px 0;
  }
  #related-posts ul li {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  #related-posts ul li h4 {
    font-size: 20px;
    line-height: 22px;
  }
  /* ---- --------- */
}
@media (max-width: 767px) {
  /* global */
  p:last-child,
  .col-xs-12:last-child {
    margin: 0 !important;
  }
  .page-section {
    padding: 50px 0;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .bx-wrapper .bx-pager {
    bottom: 15px !important;
  }
  .back-to-top,
  .skip-to-content {
    /*visibility: hidden !important;*/
  }
  .toggle-box .toggle-desc {
    font-size: 11px;
    line-height: 14px;
  }
  /* Header */
  .site-title {
    width: 160px;
  }
  .single .site-title {
    display: none;
  }
  .single .site-header-container .ideas-nav {
    position: relative;
    float: left;
    clear: right;
    bottom: 0;
  }
  .single .ideas-nav .searchBox {
    display: none !important;
  }
  #page {
    padding-top: 0;
  }
  .site-header .site-header-container {
    padding: 13px 0 10px 0;
  }
  .main-navigation {
    top: 17px;
  }
  .mobile-nav {
    display: block;
  }
  .searchform #s {
    width: 120px !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  /* Small menu */
  .menu-toggle {
    cursor: pointer;
    background: url(images/icon-menu_toggle.png) no-repeat;
    display: block;
    width: 38px;
    height: 32px;
    text-indent: -999em;
    float: right;
    margin: 0;
    padding: 0;
  }
  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
    margin-top: 1px;
    background: #818386;
  }
  .toggled-on li,
  .toggled-on .children {
    display: block;
    padding: 0 !important;
  }
  .toggled-on .nav-menu li a {
    color: #141412;
    width: auto;
    padding: 10px;
    margin: 0;
  }
  .toggled-on .nav-menu li:hover > a,
  .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412;
  }
  .toggled-on .nav-menu li a:hover,
  .toggled-on .nav-menu ul a:hover {
    background-color: #db572f;
    color: #fff;
  }
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }
  /* font sizes */
  .egyptienne-64 {
    font-size: 24px;
    line-height: 30px;
  }
  .egyptienne-54 {
    font-size: 24px;
    line-height: 30px;
  }
  .egyptienne-40 {
    font-size: 28px;
    line-height: 34px;
  }
  .egyptienne-32 {
    font-size: 24px;
    line-height: 30px;
  }
  .egyptienne-24 {
    font-size: 20px;
    line-height: 22px;
  }
  .egyptienne-22 {
    font-size: 18px;
    line-height: 23px;
  }
  .egyptienneIT-22 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 27px;
  }
  .egyptienneIT-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .egyptienneIT-18 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }
  .egyptienneIT-16 {
    font-family: "EgyptienneFLTStd-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  .nudista-34 {
    font-size: 28px;
    line-height: 32px;
  }
  .nudista-28 {
    font-size: 18px;
    line-height: 22px;
  }
  .nudista-14 {
    font-size: 13px;
    line-height: 17px;
  }
  .nudista-16 {
    font-size: 15px;
    line-height: 20px;
  }
  .nudista-38 {
    font-family: "nudista-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    line-height: 44px;
  }
  .nudista-18 {
    font-size: 16px;
    line-height: 22px;
  }
  .nudista-20 {
    font-size: 16px;
    line-height: 22px;
  }
  .nudista-22 {
    font-size: 18px;
    line-height: 22px;
  }
  .nudista-23 {
    font-size: 19px;
    line-height: 1.45em;
  }
  .nudista-24 {
    font-size: 20px;
    line-height: 25px;
  }
  .nudista-26 {
    font-size: 18px;
    line-height: 1.45em;
  }
  .nudista-38 {
    font-size: 26px;
    line-height: 32px;
  }
  .nudista-32 {
    font-size: 24px;
    line-height: 28px;
  }
  /* Page Header */
  #page-header .page-header-text {
    padding: 30px 0;
  }
  #page-header .secondary-text .col-xs-12 {
    margin-bottom: 20px;
  }
  #page-header #page-slider {
    min-height: 140px;
  }
  /* Page Footer */
  #page-footer {
    padding: 30px 0;
  }
  /* site-footer */
  /* MIKEY */
  .site-footer .widget-area {
    padding: 40px 0;
  }
  .site-footer .col-xs-12 {
    margin-bottom: 10px;
  }
  .site-footer #social-links,
  #vision #social-links {
    margin: 0px 0 0 0;
  }
  .site-info {
    padding: 23px 0;
  }
  .site-footer .back-to-top {
    bottom: -1px;
  }
  .site-footer .back-to-top .icon-top {
    margin-bottom: 6px;
  }
  /* Home Page Page */
  #home_consulting.page-section {
    padding-bottom: 10px;
  }
  #guides_list {
    margin: 20px 0 0 0;
  }
  #guides_list .section-title {
    margin: 0 0 30px 0;
  }
  #guides_list .guide-item .guide-desc {
    min-height: 50px !important;
    text-align: center;
    margin: 0 0 10px 0;
    padding-bottom: 0;
  }
  #guides_list .guide-item .guide-desc h4 {
    margin: 0px;
    margin-bottom: 10px;
  }
  #guides_list .guide-item .guide-desc h4 br {
    display: none;
  }
  #guides_list .guide-item .guide-desc p {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #444;
    padding-bottom: 20px;
    /*border-bottom: 1px solid @border-color;*/
  }
  #guides_list .guide-item.last-child .guide-desc,
  #guides_list .guide-item.last-child .guide-desc p {
    border: none;
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
  #home_events .featured-video {
    margin: 40px 0;
  }
  #home_ideas .idea-item {
    margin: 30px 0 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  #home_ideas .idea-item .item-date {
    margin: 0 0 10px 0;
  }
  #home_ideas .idea-item .item-title {
    margin-bottom: 15px;
  }
  #home_ideas .idea-item.last-child {
    border: none;
  }
  /* Consulting Page */
  #consulting_services .section-title {
    margin: 0 0 20px 0;
  }
  #consulting_services .service-item {
    margin: 0;
  }
  #consulting_services .service-item h4 {
    margin: 0 0 10px 0;
    font-weight: 400;
  }
  #consulting_services .service-item-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  #consulting_services .service-item-text.last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  #consulting_services .service-item-text p {
    font-size: 18px;
    line-height: 22px;
  }
  /* =Space for change */
  .sfc-items {
    margin-top: 40px;
  }
  .sfc-items img {
    display: none;
  }
  .sfc-items h4 {
    margin-top: 0;
  }
  .sfc-items p {
    margin-bottom: 20px;
  }
  #consulting_sfc .section-title {
    margin: 0 0 20px 0;
  }
  #consulting_sfc .sfc-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  #consulting_sfc .col-xs-12:last-child .sfc-item,
  #consulting_sfc .sfc-item.last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  /* About Page */
  /* Meet Our Team */
  #our-team {
    margin-top: 30px;
  }
  #our-team .team-member {
    padding-top: 0;
    padding-bottom: 2.25em;
  }
  #our-team .member-image {
    margin-bottom: 10px !important;
  }
  #our-team .team-member h4 {
    margin: 0;
  }
  #our-team .team-member:nth-child(2n+1) {
    clear: left;
  }
  .member-profile .section-slider {
    margin: 0 0 20px 0;
  }
  .member-profile .secondary-text {
    margin: 28px 0 !important;
  }
  .member-profile .member-content p {
    margin: 0 0 30px 0;
  }
  .member-profile .social-links {
    margin: 50px 0 0 0;
    padding: 0;
    font-size: 15px;
  }
  .member-profile .social-links li {
    margin: 0 0 10px 0;
    float: none;
  }
  .member-profile .social-links li a {
    padding-left: 26px !important;
    float: left;
  }
  #about_careers .section-slider {
    margin: 0 0 20px 0;
  }
  #about_careers .egyptienne-54 {
    margin-bottom: 40px;
  }
  #about_careers .secondary-text {
    margin: 30px 0;
  }
  #about_careers .secondary-text .col-xs-12 {
    margin-bottom: 20px;
  }
  #history-slider .tabs-toggle {
    display: block !important;
    cursor: pointer;
    position: relative;
    padding: 12px;
    height: 46px;
    background: #42464a url(images/bg_slidertab.png) no-repeat right top;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #00b819;
    font-weight: 400;
  }
  #history-slider .tabs {
    overflow: visible;
    position: relative;
  }
  #history-slider .tabs {
    height: 83px;
    margin-top: 50px;
  }
  #history-slider .tabs li {
    margin-right: 26px;
    border-top: 3px solid transparent;
    padding: 10px 0 28px 0;
  }
  #history-slider .tabs a {
    font-size: 13px;
    line-height: 17px;
  }
  #history-slider .slider ul li .col-7 {
    padding-top: 30px;
  }
  #history-slider .slider ul li .col-7 .slide-content {
    padding-left: 0;
  }
  #history-slider .slider ul li .slide-footer {
    left: 15px;
    display: block !important;
  }
  #history-slider .tabs ul {
    display: none;
    position: absolute;
    top: 64px;
    z-index: 99;
    background: #42464a;
    width: 100%;
  }
  #history-slider .tabs li {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #2c3133 !important;
  }
  #history-slider .tabs li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 10px;
  }
  #history-slider .slider ul li .col-7 p {
    font-size: 16px;
    line-height: 22px;
  }
  #history-slider .slide-pager {
    display: none;
  }
  #work-slider .tabs-toggle {
    display: block !important;
    cursor: pointer;
    position: relative;
    padding: 12px;
    height: 46px;
    background: #42464a url(images/bg_slidertab.png) no-repeat right top;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ff8b00;
    font-weight: 400;
  }
  #work-slider .tabs {
    overflow: visible;
    position: relative;
  }
  #work-slider .tabs ul {
    display: none;
    position: absolute;
    top: 64px;
    z-index: 99;
    background: #42464a;
    width: 100%;
    z-index: 999;
  }
  #work-slider .tabs li {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #2c3133 !important;
  }
  #work-slider .tabs li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
  }
  #work-slider .slider {
    height: 420px;
  }
  #work-slider .slider ul {
    position: absolute;
    top: 0;
    left: 340px;
  }
  #work-slider .slider li {
    height: 420px;
  }
  #work-slider .slider li .slide-overlay {
    display: block;
  }
  #work-slider .slider li .image-overlay {
    display: block;
  }
  #work-slider .slider ul li .slide-content {
    padding-top: 0 !important;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #work-slider .slider ul li .slide-content h4 {
    margin-top: 24px !important;
    font-size: 18px;
    line-height: 22px;
  }
  #work-slider .slider ul li .slide-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #work-slider .slider li .slide-images {
    display: none;
  }
  #work-slider .slider .btn-next,
  #work-slider .slider .btn-prev {
    background-color: transparent;
  }
  .comment-form .txtBox {
    width: 99%;
  }
  /* Events */
  #upcoming_events .col-xs-12 {
    margin-bottom: 30px;
  }
  #upcoming_events #upcoming-events-list .event-item {
    margin-bottom: 30px !important;
  }
  #events_get_inspired {
    padding-bottom: 160px;
  }
  #events_get_inspired #video-items {
    margin-top: 40px;
  }
  #events_get_inspired #video-items .video-item {
    margin: 0 0 30px 0;
  }
  #events_get_inspired .video-item .video-item-title {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  /* Keep Watching */
  #events_keepwathcing .egyptienne-24 {
    margin-bottom: 30px;
  }
  .app-slider-wrapper {
    margin-top: -100px;
    margin-bottom: 40px;
  }
  article.error404 {
    padding: 80px 0;
  }
  article.error404 .eclipse-404 {
    margin-top: 0px;
    margin-bottom: 40px;
    display: none;
  }
  /* Search */
  .search .ideas-nav {
    bottom: -58px;
  }
  .search-results .page-title,
  .search-no-results .page-title {
    padding-bottom: 30px;
  }
  .search-results article {
    padding-bottom: 36px;
    margin-bottom: 20px;
  }
  .search-results .entry-header {
    margin-bottom: 20px;
  }
  .search-results article .entry-title {
    font-size: 26px;
    line-height: 32px;
  }
  .search-no-results article {
    margin-bottom: 120px;
  }
  /* Contact Form */
  #contact_form .col-xs-12 {
    margin-bottom: 20px;
  }
  #contact_form .field-error {
    margin-top: 10px;
  }
  /* Ideas */
  #ideas_featured .feature-idea-container {
    padding-bottom: 62px;
    padding-top: 40px;
  }
  #ideas_featured h3 {
    margin: 20px 0 0 0;
  }
  #ideas_featured .post-meta {
    margin: 8px 0 14px 0;
  }
  #ideas_featured .post-excerpt {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #ideas_articles article.row-first {
    border-top: 1px solid #dddddd !important;
  }
  #ideas_articles article {
    border-top: 1px solid #dddddd !important;
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
  }
  #ideas_articles article.article-first {
    border-top: none !important;
  }
  #ideas_articles article.quote {
    border-top: 2px solid #00b5e1;
    padding: 28px 20px 22px 20px;
    margin-bottom: 3px;
  }
  #ideas_articles.guides-articles article.row-first {
    border-top: 1px solid #474b4c !important;
  }
  #ideas_articles.guides-articles article {
    border-top: 1px solid #474b4c !important;
  }
  /* ---- Single Post Page --------- */
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 38px;
  }
  /* Comments */
  .comment-form .col-xs-12 {
    margin-bottom: 27px;
  }
  /* Sidebar */
  #author-widget {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 40px;
  }
  #related-posts ul li h4 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 !important;
  }
  .share-article li {
    margin-left: 15px;
  }
  /* ---- --------- */
  /* Sepcial Insert */
  #special_insert .section-slider {
    margin: 40px 0;
  }
  #special_insert .secondary-text ul li {
    padding: 0 0 0 18px;
    background-position: 0 4px;
    margin-bottom: 7px;
  }
  #special_insert_footer .nudista-34 {
    /*font-size: 26px;
    line-height: 42px;*/
    font-size: 20px;
    line-height: 28px;
  }
  #special_insert_footer {
    padding: 40px 0 45px 0;
  }
  #special_insert_footer .btn-green {
    margin-top: 10px !important;
    margin-left: 0px !important;
  }
  .skip-to-content {
    visibility: hidden;
  }
  /*.site-header-container .ideas-nav {visibility: hidden;}*/
  /*.toggle-box {display: none;}*/
}
/**
 * R E T I N A   D I S P L A Y
 * ----------------------------------------------------------------------------
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  /* Small screen, retina, stuff to override above media query */
  /*= Home Page */
  #guides_list .guide-item .consult_experience {
    background-image: url(images/icon-consult_experience_2x.png);
  }
  #guides_list .guide-item .consult_service {
    background-image: url(images/icon-consult_service_2x.png);
  }
  #guides_list .guide-item .consult_digital {
    background-image: url(images/icon-consult_digital_2x.png);
  }
  #guides_list .guide-item .consult_training {
    background-image: url(images/icon-consult_training_2x.png);
  }
  .icon-skip span {
    background-image: url(images/arrow-down_2x.png);
    background-size: 16px 15px;
  }
  .icon-top span {
    background-image: url(images/arrow-up_2x.png);
    background-size: 16px 15px;
  }
  #work-slider .slider .btn-next span {
    background-image: url(images/slider-next_y_2x.png);
    background-size: 16px 38px;
  }
  #work-slider .slider .btn-prev span {
    background-image: url(images/slider-prev_y_2x.png);
    background-size: 16px 38px;
  }
  #history-slider .slider .btn-next span {
    background-image: url(images/slider-next_2x.png);
    background-size: 16px 38px;
  }
  #history-slider .slider .btn-prev span {
    background-image: url(images/slider-prev_2x.png);
    background-size: 16px 38px;
  }
  .member-profile .social-links li.twitter a {
    background-image: url(images/icon-twitter_m_2x.png);
    background-size: 11px 18px;
  }
  .member-profile .social-links li.linkedin a {
    background-image: url(images/icon-linkedin_m_2x.png);
    background-size: 20px 21px;
  }
  .member-profile .social-links li.tumblr a {
    background-image: url(images/icon-tumblr_m_2x.png);
    background-size: 11px 18px;
  }
  .site-footer #social-links li.twitter a {
    background-image: url(images/icon-twitter_f_2x.png);
    background-size: 22px 18px;
  }
  .site-footer #social-links li.linkedin a {
    background-image: url(images/icon-linkedin_f_2x.png);
    background-size: 17px 18px;
  }
  .icon-close {
    background-image: url(images/icon-close_2x.png);
    background-size: 14px 13px;
  }
  .icon-search {
    background-image: url(images/icon-search_2x.png);
    background-size: 20px 21px;
  }
  .icon-play .icon-img {
    background-image: url(images/icon-play_2x.png);
    background-size: 15px 21px;
  }
  .swipe .swipe-handle {
    background-image: url(images/arrow-right_2x.png);
    background-size: 15px 16px;
  }
  .icon-prev {
    background-image: url(images/arrow-left_2x.png);
    background-size: 15px 16px;
  }
  .icon-next {
    background-image: url(images/arrow-right_2x.png);
    background-size: 15px 16px;
  }
  #ideas_articles article.quote .quote-start {
    background-image: url(images/quote-start.png_2x);
    background-size: 26px 19px;
  }
  #ideas_articles article.quote .quote-end {
    background-image: url(images/quote-end_2x.png);
    background-size: 26px 18px;
  }
  .entry-content blockquote p:first-child:before {
    background-image: url(images/quote-start_2x.png);
    background-size: 26px 19px;
  }
  .entry-content blockquote p:last-child:after {
    background-image: url(images/quote-end_2x.png);
    background-size: 26px 18px;
  }
  .share-article li.twitter a {
    background-image: url(images/icon-share-twitter_2x.png);
    background-size: 23px 18px;
  }
  .share-article li.linkedin a {
    background-image: url(images/icon-share-linkedin_2x.png);
    background-size: 20px 21px;
  }
  .share-article li.facebook a {
    background-image: url(images/icon-share-facebook_2x.png);
    background-size: 10px 20px;
  }
  .share-article li.mail a {
    background-image: url(images/icon-share-mail_2x.png);
    background-size: 21px 15px;
  }
  .share-article li.permalink a {
    background-image: url(images/icon-share-link_2x.png);
    background-size: 22px 21px;
  }
  .menu-toggle {
    background: url(images/icon-menu_toggle_2x.png) no-repeat;
    background-size: 38px 32px;
  }
  .loading-indicator {
    background-image: url(images/bx_loader_2x.gif);
    background-size: 28px 28px;
  }
  #page-header #page-slider {
    background-image: url(images/bx_loader_2x.gif);
    background-size: 28px 28px;
  }
  .icon-loading {
    background-image: url(images/icon-refresh_2x.png);
    background-size: 20px 24px;
  }
  .ajax-loading .icon-loading {
    background-image: url(images/refresh-loader_2x.gif);
    background-size: 20px 24px;
  }
  /* ---------

  .site-header .search-field {
    background-image: url(images/search-icon_2x.png);
  }

  .toggle-box .toggle-icon {
    background-image: url(images/themes/green/icon-toggle_2x.png);
  }
  .toggle-box.on .toggle-icon {
    background-image: url(images/themes/green/icon-toggle_on_2x.png);
  }
  .btn-transparent .icon-btn {
    background-image: url(images/themes/green/arrow-right_2x.png);
  }

  #home_ideas .idea-item .read-more {
    background: url(images/themes/green/arrow-right_2x.png) no-repeat right center;
  }

  #special_insert .secondary-text ul li {
    background: url(images/themes/green/bullet-arrow_2x.png) no-repeat 0 10px;
  }

  #history-slider {
    .tabs-toggle {
      background: #42464a url(images/bg_slidertab_2x.png) no-repeat right top;
    }
  }
  #ideas_articles .more-articles {
    background: url(images/bg-ideas_load_more_2x.png) repeat-x center center;
  }
  */
}
/**
 * T H E M E   C O L O R S
 * ----------------------------------------------------------------------------
 */
.teal {
  /*  .icon-close {background-image: url(@icon-close-url);}
  .icon-skip {background-image: url(@icon-skip-url);}
  .icon-top {background-image: url(@icon-top-url);}
  .icon-play {background-image: url(@icon-play-url);}
*/
  /* Page Footer */
  /* Site Footer */
  /* Buttons */
  /* Event Related Theme */
}
.teal .egyptienne-54 span,
.teal .egyptienne-64 span {
  color: #1ebec3;
}
.teal .icon-skip,
.teal .icon-top,
.teal .icon-close,
.teal .icon-play .icon-bg,
.teal .swipe .swipe-handle {
  background-color: #1ebec3;
}
.teal .toggle-box .toggle-icon {
  background-image: url("images/themes/teal/icon-toggle.png");
}
.teal .toggle-box.on .toggle-icon {
  background-image: url("images/themes/teal/icon-toggle_on.png");
}
.teal #page-footer,
.teal .guides-sub-list,
.teal #guides_list .guide-item .guide-icon-bg {
  background-color: #1ebec3;
}
.teal .site-footer #social-links li a,
.teal #vision #social-links li a {
  color: #1ebec3;
}
.teal .btn {
  color: #ffffff;
  background-color: #1ebec3;
  border-color: #1ebec3;
}
.teal .btn:hover,
.teal .btn:focus,
.teal .btn:active,
.teal .btn.active {
  color: #ffffff;
  background-color: #1ebec3;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.teal .btn.disabled,
.teal .btn[disabled],
fieldset[disabled] .teal .btn,
.teal .btn.disabled:hover,
.teal .btn[disabled]:hover,
fieldset[disabled] .teal .btn:hover,
.teal .btn.disabled:focus,
.teal .btn[disabled]:focus,
fieldset[disabled] .teal .btn:focus,
.teal .btn.disabled:active,
.teal .btn[disabled]:active,
fieldset[disabled] .teal .btn:active,
.teal .btn.disabled.active,
.teal .btn[disabled].active,
fieldset[disabled] .teal .btn.active {
  background-color: #1ebec3;
  border-color: #1ebec3;
}
.teal .btn-transparent:hover {
  color: #373D42 !important;
}
.teal .btn-transparent .icon-btn {
  background-image: url("images/themes/teal/arrow-right.png");
}
.teal .error_input {
  border-color: #1ebec3;
}
.teal .field_error {
  color: #1ebec3;
}
.teal a {
  color: #00BEC5;
}
.teal a:hover {
  color: #373D42;
}
.teal .event-item h4 a {
  color: #1ebec3;
}
.teal .event-item h4 a:hover {
  color: #373D42;
}
.blue {
  /*  .icon-close {background-image: url(@icon-close-url);}
  .icon-skip {background-image: url(@icon-skip-url);}
  .icon-top {background-image: url(@icon-top-url);}
  .icon-play {background-image: url(@icon-play-url);}
*/
  /* Page Footer */
  /* Site Footer */
  /* Buttons */
}
.blue .egyptienne-54 span,
.blue .egyptienne-64 span {
  color: #00b5e1;
}
.blue .icon-skip,
.blue .icon-top,
.blue .icon-close,
.blue .icon-play .icon-bg,
.blue .swipe .swipe-handle {
  background-color: #00b5e1;
}
.blue .toggle-box .toggle-icon {
  background-image: url("images/themes/blue/icon-toggle.png");
}
.blue .toggle-box.on .toggle-icon {
  background-image: url("images/themes/blue/icon-toggle_on.png");
}
.blue #page-footer,
.blue .guides-sub-list,
.blue #guides_list .guide-item .guide-icon-bg {
  background-color: #00b5e1;
}
.blue .site-footer #social-links li a,
.blue #vision #social-links li a {
  color: #00b5e1;
}
.blue .btn {
  color: #ffffff;
  background-color: #00b5e1;
  border-color: #00b5e1;
}
.blue .btn:hover,
.blue .btn:focus,
.blue .btn:active,
.blue .btn.active {
  color: #ffffff;
  background-color: #00b5e1;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.blue .btn.disabled,
.blue .btn[disabled],
fieldset[disabled] .blue .btn,
.blue .btn.disabled:hover,
.blue .btn[disabled]:hover,
fieldset[disabled] .blue .btn:hover,
.blue .btn.disabled:focus,
.blue .btn[disabled]:focus,
fieldset[disabled] .blue .btn:focus,
.blue .btn.disabled:active,
.blue .btn[disabled]:active,
fieldset[disabled] .blue .btn:active,
.blue .btn.disabled.active,
.blue .btn[disabled].active,
fieldset[disabled] .blue .btn.active {
  background-color: #00b5e1;
  border-color: #00b5e1;
}
.blue .btn-transparent:hover {
  color: #373D42 !important;
}
.blue .btn-transparent .icon-btn {
  background-image: url("images/themes/blue/arrow-right.png");
}
.blue .error_input {
  border-color: #00b5e1;
}
.blue .field_error {
  color: #00b5e1;
}
.blue .member-profile .social-links li a,
.blue .member-profile .member-content a,
.blue a {
  color: #00A6D2;
}
.blue .member-profile .social-links li a:hover,
.blue .member-profile .member-content a:hover,
.blue a:hover {
  color: #373d42;
}
.blue .btn-transparent {
  color: #00A6D2 !important;
}
.yellow {
  /*  .icon-close {background-image: url(@icon-close-url);}
  .icon-skip {background-image: url(@icon-skip-url);}
  .icon-top {background-image: url(@icon-top-url);}
  .icon-play {background-image: url(@icon-play-url);}
*/
  /* Page Footer */
  /* Site Footer */
  /* Buttons */
}
.yellow .egyptienne-54 span,
.yellow .egyptienne-64 span {
  color: #ffa300;
}
.yellow .icon-skip,
.yellow .icon-top,
.yellow .icon-close,
.yellow .icon-play .icon-bg,
.yellow .swipe .swipe-handle {
  background-color: #ffa300;
}
.yellow .toggle-box .toggle-icon {
  background-image: url("images/themes/yellow/icon-toggle.png");
}
.yellow .toggle-box.on .toggle-icon {
  background-image: url("images/themes/yellow/icon-toggle_on.png");
}
.yellow #page-footer,
.yellow .guides-sub-list,
.yellow #guides_list .guide-item .guide-icon-bg {
  background-color: #ffa300;
}
.yellow .site-footer #social-links li a,
.yellow #vision #social-links li a {
  color: #ffa300;
}
.yellow .btn {
  color: #ffffff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.yellow .btn:hover,
.yellow .btn:focus,
.yellow .btn:active,
.yellow .btn.active {
  color: #ffffff;
  background-color: #ffa300;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.yellow .btn.disabled,
.yellow .btn[disabled],
fieldset[disabled] .yellow .btn,
.yellow .btn.disabled:hover,
.yellow .btn[disabled]:hover,
fieldset[disabled] .yellow .btn:hover,
.yellow .btn.disabled:focus,
.yellow .btn[disabled]:focus,
fieldset[disabled] .yellow .btn:focus,
.yellow .btn.disabled:active,
.yellow .btn[disabled]:active,
fieldset[disabled] .yellow .btn:active,
.yellow .btn.disabled.active,
.yellow .btn[disabled].active,
fieldset[disabled] .yellow .btn.active {
  background-color: #ffa300;
  border-color: #ffa300;
}
.yellow .btn-transparent:hover {
  color: #373D42 !important;
}
.yellow .btn-transparent .icon-btn {
  background-image: url("images/themes/yellow/arrow-right.png");
}
.yellow .error_input {
  border-color: #ffa300;
}
.yellow .field_error {
  color: #ffa300;
}
.yellow a {
  color: #ffa300;
}
.yellow .searchandfilter .sf-field-submit input {
  color: #ffffff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.orange {
  /*  .icon-close {background-image: url(@icon-close-url);}
  .icon-skip {background-image: url(@icon-skip-url);}
  .icon-top {background-image: url(@icon-top-url);}
  .icon-play {background-image: url(@icon-play-url);}
*/
  /* Page Footer */
  /* Site Footer */
  /* Buttons */
}
.orange .egyptienne-54 span,
.orange .egyptienne-64 span {
  color: #ff8b00;
}
.orange .icon-skip,
.orange .icon-top,
.orange .icon-close,
.orange .icon-play .icon-bg,
.orange .swipe .swipe-handle {
  background-color: #ff8b00;
}
.orange .toggle-box .toggle-icon {
  background-image: url("images/themes/orange/icon-toggle.png");
}
.orange .toggle-box.on .toggle-icon {
  background-image: url("images/themes/orange/icon-toggle_on.png");
}
.orange #page-footer,
.orange .guides-sub-list,
.orange #guides_list .guide-item .guide-icon-bg {
  background-color: #ff8b00;
}
.orange .site-footer #social-links li a,
.orange #vision #social-links li a {
  color: #ff8b00;
}
.orange .btn {
  color: #ffffff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.orange .btn:hover,
.orange .btn:focus,
.orange .btn:active,
.orange .btn.active {
  color: #ffffff;
  background-color: #ff8b00;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.orange .btn.disabled,
.orange .btn[disabled],
fieldset[disabled] .orange .btn,
.orange .btn.disabled:hover,
.orange .btn[disabled]:hover,
fieldset[disabled] .orange .btn:hover,
.orange .btn.disabled:focus,
.orange .btn[disabled]:focus,
fieldset[disabled] .orange .btn:focus,
.orange .btn.disabled:active,
.orange .btn[disabled]:active,
fieldset[disabled] .orange .btn:active,
.orange .btn.disabled.active,
.orange .btn[disabled].active,
fieldset[disabled] .orange .btn.active {
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.orange .btn-transparent:hover {
  color: #373D42 !important;
}
.orange .btn-transparent .icon-btn {
  background-image: url("images/themes/orange/arrow-right.png");
}
.orange .error_input {
  border-color: #ff8b00;
}
.orange .field_error {
  color: #ff8b00;
}
.orange a,
.orange a:visited {
  color: #ff8b00;
}
.pink {
  /*  .icon-close {background-image: url(@icon-close-url);}
  .icon-skip {background-image: url(@icon-skip-url);}
  .icon-top {background-image: url(@icon-top-url);}
  .icon-play {background-image: url(@icon-play-url);}
*/
  /* Page Footer */
  /* Site Footer */
  /* Buttons */
}
.pink .egyptienne-54 span,
.pink .egyptienne-64 span {
  color: #ef397e;
}
.pink .icon-skip,
.pink .icon-top,
.pink .icon-close,
.pink .icon-play .icon-bg,
.pink .swipe .swipe-handle {
  background-color: #ef397e;
}
.pink .toggle-box .toggle-icon {
  background-image: url("images/themes/pink/icon-toggle.png");
}
.pink .toggle-box.on .toggle-icon {
  background-image: url("images/themes/pink/icon-toggle_on.png");
}
.pink #page-footer,
.pink .guides-sub-list,
.pink #guides_list .guide-item .guide-icon-bg {
  background-color: #ef397e;
}
.pink .site-footer #social-links li a,
.pink #vision #social-links li a {
  color: #ef397e;
}
.pink .btn {
  color: #ffffff;
  background-color: #ef397e;
  border-color: #ef397e;
}
.pink .btn:hover,
.pink .btn:focus,
.pink .btn:active,
.pink .btn.active {
  color: #ffffff;
  background-color: #ef397e;
  /*
    background-color: darken(@background, 8%);
        border-color: darken(@border, 12%);
*/
}
.pink .btn.disabled,
.pink .btn[disabled],
fieldset[disabled] .pink .btn,
.pink .btn.disabled:hover,
.pink .btn[disabled]:hover,
fieldset[disabled] .pink .btn:hover,
.pink .btn.disabled:focus,
.pink .btn[disabled]:focus,
fieldset[disabled] .pink .btn:focus,
.pink .btn.disabled:active,
.pink .btn[disabled]:active,
fieldset[disabled] .pink .btn:active,
.pink .btn.disabled.active,
.pink .btn[disabled].active,
fieldset[disabled] .pink .btn.active {
  background-color: #ef397e;
  border-color: #ef397e;
}
.pink .btn-transparent:hover {
  color: #373D42 !important;
}
.pink .btn-transparent .icon-btn {
  background-image: url("images/themes/pink/arrow-right.png");
}
.pink .error_input {
  border-color: #ef397e;
}
.pink .field_error {
  color: #ef397e;
}
.pink a,
.pink a:visited {
  color: #ef397e;
}
.pink a:hover {
  color: #999999;
}
.pink a.btn-transparent {
  color: #ef397e !important;
}
.pink #searchsubmit {
  background-color: #ef397e;
}
.ipad-slider {
  position: relative;
  max-width: 445px;
  max-height: 578px;
}
.ipad-screens {
  position: absolute;
  top: 0;
  left: 0;
  top: 63px;
  left: 47px;
  z-index: 2;
  max-height: 460px;
  max-width: 352px;
}
.ipad-screens-slider {
  /*

*/
}
.ipad-screens ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.ipad-screens ul li {
  __padding: 10.8996% 10.3370% 9.5155% 10.5617%;
}
/* LOG */
#log {
  z-index: 99999;
  border: 1px solid red;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 10px 0;
  position: fixed;
}
