/*******************************************************
* INCLUDES
*******************************************************/
@import '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css';
/*******************************************************
* GENERAL
*******************************************************/
/*******************************************************
* ALIGNMENT
*******************************************************/
/*******************************************************
* COMPONENTS
*******************************************************/
/*******************************************************
* COLOURS
*******************************************************/
/*******************************************************
* FONTS
*******************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*******************************************************
* UNITS
*******************************************************/
/*******************************************************
* CORE
*******************************************************/
div {
  position: relative;
}
/* LISTS */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
  border: 0;
}
a {
  cursor: pointer;
  color: #2d444a;
}
body {
  background: url('../images/bg_patter.jpg');
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #2d444a;
  line-height: 1.5;
  min-width: 1200px;
  padding: 0;
  margin: 0;
  border: 0;
}
body p {
  margin-bottom: 30px;
}
a.btn {
  border-radius: 0;
}
a.btn-green {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 15px;
  background-color: #6abe06;
  color: white;
}
hr {
  margin: 10px 0;
  border-top: 1px solid #d9d9d9;
}
h1 {
  margin-top: 40px;
}
/*
  Classes
*/
.v-wrap {
  text-align: center;
  white-space: nowrap;
}
.v-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.v-box {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 0 2em;
}
.red-line {
  position: relative;
  margin-bottom: 30px;
}
.red-line:after {
  content: " ";
  height: 2px;
  width: 100px;
  position: absolute;
  background-color: #e62a05;
  bottom: -10px;
  left: 0;
}
/*
    MAIN PARTS
*/
#body-container {
  background-color: white;
  box-shadow: 0px 0px 8.55px 0.45px rgba(77, 77, 77, 0.15);
}
#headerbar {
  background-color: #e62a05;
  height: 81px;
}
#headerbar div > * {
  float: left;
}
#headerbar .subtitle {
  position: absolute;
  right: 20px;
  top: 17px;
  line-height: 1.1;
}
#headerbar .subtitle span {
  font-size: 14px;
  background-color: #2d444a;
  color: white;
  padding: 3px 5px;
}
#headerbar .subtitle span.part2 {
  margin-left: 30px;
  font-size: 18px;
}
#headerbar #main-navi {
  display: inline-block;
  margin-left: 20px;
}
#headerbar #main-navi > li {
  background: none!important;
  margin-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#headerbar #main-navi > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#headerbar #main-navi > li > a {
  color: white;
  font-weight: 700;
  font-size: 14px;
  background: none!important;
}
#headerbar #main-navi > li > a:hover,
#headerbar #main-navi > li > a:visited,
#headerbar #main-navi > li > a:active,
#headerbar #main-navi > li > a:focus {
  color: white;
  border-radius: 0;
  background: none!important;
}
#headerbar #main-navi > li .dropdown-menu {
  margin-top: 0;
}
#headerbar:after {
  clear: both;
}
div.subnavi {
  display: none;
  position: absolute;
  background-color: #d62304;
  z-index: 999;
  width: 100%;
  margin-left: -15px;
  top: 81px;
  border-top: 1px solid white;
  color: white;
  padding: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
div.subnavi > ul > li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 40px;
  padding-left: 15px;
  margin-bottom: 30px;
  float: left;
  width: 25%;
}
div.subnavi > ul > li:nth-child(4n-7) {
  /* or 4n+1 */
  border-left: none;
  padding-left: 0;
}
div.subnavi > ul > li:nth-child(4n-7) {
  /* or 4n+1 */
  display: block;
  clear: both;
}
div.subnavi > ul > li > a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
div.subnavi > ul > li ul.menu_level_1 li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
div.footer-cta {
  background-color: #e62a05;
  padding: 30px;
  margin: 30px -15px 0 -15px;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 18px;
}
div.footer-cta > div {
  display: inline-block;
  overflow: hidden;
  height: 35px;
}
div.footer-cta > div span {
  line-height: 35px;
  float: left;
  display: block;
  margin-right: 15px;
}
div.footer-cta > div form {
  display: inline-block;
}
div.footer-cta > div form input {
  float: left;
  display: block;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
  border: none;
  color: #2d444a;
  height: 35px;
  width: 250px;
}
div.footer-cta > div form button {
  float: left;
  display: block;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding: 7px 35px;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  height: 35px;
}
div.footer-cta > div form button:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer#footer {
  min-height: 150px;
  background-color: #2d444a;
  margin: 0 -15px 0 -15px;
  padding: 20px;
}
footer#footer p {
  float: left;
  margin: 0 80px 0 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  /*a {
      color: darken(white, 15%);
      text-decoration: none;
      .transition(all .15s ease-in-out);
      &:hover {
        text-decoration: underline;
        color: white;
      }
    }*/
}
footer#footer p .contact_mail {
  text-decoration: underline;
  color: white;
}
footer#footer nav {
  float: right;
  margin-right: 25px;
  margin-top: -5px;
}
footer#footer nav li {
  display: inline-block;
}
footer#footer nav a {
  font-size: 11px;
  color: #a6a6a6;
  text-decoration: none;
  padding: 0 5px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
footer#footer nav a:hover {
  color: white;
}
footer#footer li#social {
  float: right;
  text-align: right;
  margin-left: 35px;
}
footer#footer li#social a {
  display: block;
  background: #a6a6a6;
  color: black;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}
footer#footer li#social a:hover {
  color: white;
}
footer#footer li#social a:hover.facebook {
  background: #3b5998;
}
footer#footer li#social a:hover.google-plus {
  background: #dd4b39;
}
footer#footer li#social a:hover.twitter {
  background: #3a92c8;
}
footer#footer #partners {
  padding: 30px 0;
  clear: both;
}
footer#footer #partners::after {
  content: "";
  display: table;
  clear: both;
}
footer#footer #partners small {
  margin-bottom: 5px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  height: 20px;
}
footer#footer #partners li {
  height: 30px;
  display: block;
  margin: 0 15px 0 0;
  float: left;
  color: white;
}
footer#footer #partners li:last-child {
  padding-left: 40px;
}
footer#footer #partners a {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
footer#footer #partners a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer#footer #partners img {
  vertical-align: top;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
footer#footer #partners .very-small {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
aside.social {
  position: absolute;
  height: 250px;
  width: 45px;
  top: 200px;
  right: -45px;
}
aside.social .header-newsletter {
  width: 45px;
  height: 190px;
  margin-bottom: 15px;
}
aside.social .header-newsletter #newsletter_subscribe {
  display: block;
  width: 45px;
  height: 190px;
  background: #2d444a url('../images/btn-newsletter.png') no-repeat center;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
aside.social .header-newsletter #newsletter_subscribe:hover {
  background-color: #00898f;
}
aside.social .header-newsletter .mc_embed_signup {
  display: none;
  width: 320px;
  min-height: 190px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 45px;
  top: 0;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside.social .header-newsletter .mc_embed_signup form {
  width: 270px;
  margin: 20px 25px;
}
aside.social .header-newsletter .mc_embed_signup form input:not([type="checkbox"]) {
  width: 100%;
  color: black;
}
aside.social .header-newsletter .mc_embed_signup form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 8px;
}
aside.social .header-newsletter .mc_embed_signup label,
aside.social .header-newsletter .mc_embed_signup a {
  color: white;
  font-size: 12px;
  font-weight: normal;
}
aside.social .header-newsletter .mc_embed_signup a {
  text-decoration: underline;
}
aside.social .header-newsletter .mc_embed_signup .checkbox input {
  margin-left: 0;
}
aside.social .header-newsletter .mc_embed_signup .response {
  margin: 20px;
}
aside.social .header-newsletter .mc_embed_signup button {
  background-color: #2d444a;
  color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border: none;
}
aside.social .header-newsletter .mc_embed_signup button:hover {
  background: #4a707a;
}
aside.social .header-share #social_double_optin {
  display: block;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  background: #2d444a url('../images/btn-share.png') no-repeat center;
  width: 45px;
  height: 45px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
aside.social .header-share #social_double_optin:hover {
  background-color: #e62a05;
}
aside.social .header-share .tooltip.top {
  width: 200px;
}
aside.social .header-share .aticon-compact {
  display: none;
}
aside.social .header-share .addthis_toolbox {
  display: none;
  position: absolute;
  padding: 1px;
  background-color: white;
  width: 32px;
  top: 45px;
  left: 0;
}
aside.social .header-share .addthis_toolbox a span {
  margin-top: 3px;
}
aside.social .header-share .addthis_toolbox a:first-child span {
  margin: 0;
}
/*
    PAGE INDEX
*/
body.page-index .slider {
  position: relative;
}
body.page-index .slider .overlay {
  text-align: center;
  position: absolute;
  right: 100px;
  top: 150px;
  color: white;
  line-height: 1.5;
}
body.page-index .slider .overlay span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.8);
}
body.page-index .slider .overlay span.text {
  margin-left: 50px;
}
body.page-index .slider .overlay span.highlight {
  font-size: 35px;
}
body.page-index section#main .text h2 {
  margin-top: 30px;
}
body.page-index section#main .text p {
  margin-bottom: 50px;
}
body.page-index .cta {
  margin-top: -180px;
  margin-bottom: 20px;
  min-height: 150px;
  color: white;
}
body.page-index .cta.cta1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#169196+0,169196+69,068186+69,068186+100 */
  background: #169196;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #169196 0%, #169196 69%, #068186 69%, #068186 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #169196 0%, #169196 69%, #068186 69%, #068186 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #169196 0%, #169196 69%, #068186 69%, #068186 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#169196', endColorstr='#068186', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
body.page-index .cta.cta1 span.highlight {
  font-weight: 700;
  font-size: 26px;
  display: block;
}
body.page-index .cta.cta1 a.btn {
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 35px;
  background-color: #6abe06;
  color: white;
  right: 20px;
  bottom: 20px;
  height: 38px;
}
body.page-index .cta.cta1 a.btn:before {
  content: url('../images/arrow.png');
  font-size: 20px;
  position: absolute;
  left: -60px;
  top: 0;
  opacity: .5;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.page-index .cta.cta1 a.btn:hover {
  background-color: #60ac05;
}
body.page-index .cta.cta1 a.btn:hover:before {
  left: -55px;
  opacity: 1;
}
body.page-index .cta.cta2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f5459+0,3f5459+67,2e4247+67,2e4247+67,2e4247+100 */
  background: #3f5459;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3f5459 0%, #3f5459 67%, #2e4247 67%, #2e4247 67%, #2e4247 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3f5459 0%, #3f5459 67%, #2e4247 67%, #2e4247 67%, #2e4247 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3f5459 0%, #3f5459 67%, #2e4247 67%, #2e4247 67%, #2e4247 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f5459', endColorstr='#2e4247', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0px 1px 3px 0px rgba(77, 77, 77, 0.3);
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
body.page-index .cta.cta2 p {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 13px;
}
body.page-index .cta.cta2 p a {
  font-size: 11px;
  color: white;
  text-decoration: underline;
}
body.page-index .cta.cta2 .reg {
  width: 516px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
body.page-index .cta.cta2 .reg input {
  width: 60%;
  float: left;
  height: 38px;
  border: none;
  font-size: 12px;
  padding: 10px;
  color: black;
}
body.page-index .cta.cta2 .reg button.button {
  width: 40%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 15px;
  background: none;
  color: white;
  height: 38px;
  border: 1px solid white;
  text-transform: uppercase;
}
body.page-index .cta.cta2 .reg button.button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body.page-index ul.categories-grid {
  position: relative;
  display: inline-block;
}
body.page-index ul.categories-grid li {
  position: relative;
  width: 360px;
  height: 180px;
  display: inline;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  background-size: cover;
  background-position: center center;
}
body.page-index ul.categories-grid li:nth-child(3n) {
  margin-right: 0;
}
body.page-index ul.categories-grid li div.v-box {
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body.page-index ul.categories-grid li div.v-box h2 {
  font-size: 1em;
  color: white;
  width: 100%;
  border: 1px solid white;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 100;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
body.page-index ul.categories-grid li .ani-layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 137, 143, 0.4);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.page-index ul.categories-grid li:hover .ani-layer {
  background-color: rgba(255, 0, 0, 0.85);
}
body.page-index ul.categories-grid li:hover div.v-box {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body.page-index ul.categories-grid:after {
  clear: both;
}
/*
    PAGE DIRECTORY
*/
body.page-directory section#main .text h2 {
  margin-top: 50px;
}
body.page-directory section#main .text p {
  margin-bottom: 50px;
}
body.page-directory #accordion .panel {
  border-radius: 0;
  border: none;
  margin-top: 1px;
}
body.page-directory #accordion .panel .panel-heading {
  background-color: #2d444a;
  border-radius: 0;
  padding: 0;
}
body.page-directory #accordion .panel .panel-heading.multi:after {
  content: "\f078";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  right: 14px;
  top: 10px;
}
body.page-directory #accordion .panel .panel-heading a {
  text-decoration: none;
}
body.page-directory #accordion .panel .panel-heading a h2.panel-title {
  padding: 13px 16px;
  color: white;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
}
body.page-directory #accordion .panel.active .panel-heading {
  background-color: #00898f;
}
body.page-directory #accordion .panel:not(.active) .panel-heading:hover {
  background-color: #00898f;
}
body.page-directory #accordion .panel .panel-body {
  border-left: 3px solid #00898f;
  border-top: none;
  background-color: #f3f3f3;
}
body.page-directory #accordion .panel .panel-body ul li h3 {
  font-size: 13px;
}
body.page-directory #accordion .panel .panel-body ul li:not(:last-child) {
  margin-bottom: 13px;
}
body.page-directory #accordion .panel .panel-body ul li.active a {
  color: #e62a05;
  font-weight: bold;
}
body.page-directory #accordion .resetFilter {
  font-size: 12px;
  padding-top: 20px;
  float: right;
}
body.page-directory ul.filter {
  border-top: 1px solid #2d444a;
  border-bottom: 1px solid #2d444a;
  margin: 0;
}
body.page-directory ul.filter li {
  margin: 1px 0;
  display: inline-block;
  width: 3.25%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
body.page-directory ul.filter li a {
  text-decoration: none;
  color: #2d444a;
}
body.page-directory ul.filter li.active {
  background-color: #e62a05;
}
body.page-directory ul.filter li.active a {
  color: white;
}
body.page-directory ul.filter li.inactive {
  color: #d9d9d9;
}
body.page-directory ul.filter li:not(.active) a:hover {
  color: #00898f;
}
body.page-directory ul.results > li {
  background-color: #f3f3f3;
  height: 175px;
  margin-bottom: 15px;
  width: 100%;
}
body.page-directory ul.results > li div.img-container {
  float: left;
  height: 100%;
  width: 250px;
  overflow: hidden;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center center!important;
}
body.page-directory ul.results > li div.img-container img {
  height: 100%;
}
body.page-directory ul.results > li a,
body.page-directory ul.results > li a:active,
body.page-directory ul.results > li a:hover {
  color: inherit;
}
body.page-directory ul.results > li a div.list-body,
body.page-directory ul.results > li a:active div.list-body,
body.page-directory ul.results > li a:hover div.list-body {
  font-size: 1em;
  float: left;
  display: inline-block;
  width: 596px;
  padding: 10px;
  position: relative;
  height: 100%;
}
body.page-directory ul.results > li a div.list-body .title,
body.page-directory ul.results > li a:active div.list-body .title,
body.page-directory ul.results > li a:hover div.list-body .title {
  margin-top: 0;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-directory ul.results > li a div.list-body .categories,
body.page-directory ul.results > li a:active div.list-body .categories,
body.page-directory ul.results > li a:hover div.list-body .categories {
  font-size: 13px;
  font-style: italic;
}
body.page-directory ul.results > li a div.list-body .description,
body.page-directory ul.results > li a:active div.list-body .description,
body.page-directory ul.results > li a:hover div.list-body .description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 12px;
}
body.page-directory ul.results > li a div.list-body .attributes,
body.page-directory ul.results > li a:active div.list-body .attributes,
body.page-directory ul.results > li a:hover div.list-body .attributes {
  position: absolute;
  bottom: 10px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
body.page-directory ul.results > li a div.list-body .attributes .item,
body.page-directory ul.results > li a:active div.list-body .attributes .item,
body.page-directory ul.results > li a:hover div.list-body .attributes .item {
  font-weight: bold;
}
body.page-directory ul.results > li a div.list-body .attributes .item .value,
body.page-directory ul.results > li a:active div.list-body .attributes .item .value,
body.page-directory ul.results > li a:hover div.list-body .attributes .item .value {
  color: #00898f;
  font-weight: bold;
  margin-right: 20px;
}
body.page-directory ul.results > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-directory .pagination {
  display: block;
  text-align: center;
}
body.page-directory .pagination .current {
  color: #e62a05;
  font-weight: bold;
}
body.page-directory .pagination .page,
body.page-directory .pagination .current {
  margin: 0 5px ;
}
body.page-directory .pagination .previous,
body.page-directory .pagination .next,
body.page-directory .pagination .first,
body.page-directory .pagination .last {
  margin: 0 2px ;
  font-weight: bold;
}
/*
    PAGE DETAIL
*/
body.page-detail .headline {
  margin: 0 0 30px 0;
}
body.page-detail .headline .title {
  font-weight: 700;
}
body.page-detail .text {
  margin-bottom: 75px;
  line-height: 1.8em;
}
body.page-detail .attributes {
  font-size: 12px;
  margin-top: 35px;
}
body.page-detail .attributes h3 {
  display: inline-block;
  font-size: 13px;
  background-color: #F3F3F3;
  padding: 8px;
  margin: 0 10px 10px 0;
}
body.page-detail .attributes .item {
  color: #2d444a;
}
body.page-detail .attributes .item .value {
  color: #00898f;
  font-weight: bold;
}
body.page-detail .stepper-navi {
  height: 82px;
  background-color: #f3f3f3;
  margin: 20px 0;
  padding: 20px;
}
body.page-detail .stepper-navi a {
  text-transform: uppercase;
}
body.page-detail .stepper-navi div.pre {
  padding-top: 10px;
}
body.page-detail .stepper-navi div.pre a.pre-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
body.page-detail .stepper-navi div.overview {
  text-align: center;
}
body.page-detail .stepper-navi div.overview a.overview-link.btn {
  font-weight: 700;
  font-size: 12px;
  padding: 10px 15px;
  background-color: #6abe06;
  color: white;
}
body.page-detail .stepper-navi div.next {
  text-align: right;
  padding-top: 10px;
}
body.page-detail .stepper-navi div.next a.next-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
body.page-detail .main-img {
  width: 100%;
  background-size: cover!important;
  background-repeat: no-repeat;
  height: 300px;
}
body.page-detail .headline .subline {
  color: #e62a05;
  font-weight: 700;
}
body.page-detail .headline .subline h2 {
  display: inline;
  font-size: 18px;
}
body.page-detail ul.thumbs {
  margin-top: 60px;
}
body.page-detail ul.thumbs li.thumb {
  height: 125px;
  margin-bottom: 20px;
  position: relative;
  float: left;
}
body.page-detail ul.thumbs li.thumb a img {
  height: 100%;
  margin-right: 10px;
}
body.page-detail ul.thumbs li.thumb:hover:after {
  content: "\e003";
  position: absolute;
  right: 20px;
  bottom: 5px;
  color: white;
  font-family: 'Glyphicons Halflings';
  font-size: 20px;
  text-shadow: 1px 1px 4px black;
}
body.page-detail .sidebar .box {
  padding: 10px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
body.page-detail .sidebar .social-list li {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
    PAGE ABOUT US
*/
body.page-about h2 {
  margin-top: 50px;
}
body.page-about p {
  margin-bottom: 50px;
}
/*
    PAGE 404
*/
body.page-404 #body-container {
  background-image: url('http://lorempixel.com/1920/1200/nightlife');
  background-size: cover!important;
}
body.page-404 #body-container section#main {
  min-height: 500px;
  text-align: center;
  padding-top: 180px;
}
body.page-404 #body-container section#main h1 {
  font-weight: bold;
}
body.page-404 #body-container section#main p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
body.page-404 #body-container section#main h1,
body.page-404 #body-container section#main p {
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
body.page-404 #body-container section#main a.btn {
  font-weight: 700;
  font-size: 12px;
  padding: 7px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  height: 35px;
  border: 1px solid white;
  text-transform: uppercase;
}
/*
    PAGE RESET PASSWORT (existing user)
*/
body.page-reset-password-new .slider {
  position: relative;
}
body.page-reset-password-new .slider .overlay {
  text-align: center;
  position: absolute;
  right: 100px;
  top: 120px;
  color: white;
  width: 500px;
}
body.page-reset-password-new .slider .overlay span {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.8);
}
body.page-reset-password-new .slider .overlay span.highlight {
  font-size: 35px;
}
body.page-reset-password-new .slider .overlay p {
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
body.page-reset-password-new .slider .overlay .usermail {
  font-weight: bold;
  font-size: 35px;
}
body.page-reset-password-new .slider .overlay .btn {
  background-color: #00898f;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
body.page-reset-password-new .slider .overlay .btn:hover {
  color: white;
}
body.page-reset-password-new section#main .text h2 {
  margin-top: 30px;
}
body.page-reset-password-new section#main .text p {
  margin-bottom: 50px;
}


.shariff {
  text-align: center;
}

.shariff li {
  height: 45px !important;
}

.shariff li a {
  height: 45px !important;
  line-height: 45px !important;
}