/* =============================
	DIBSS - CSS Style
============================= */
/* -----------------
	Base setup
----------------- */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  font-size: 16px; }

a {
  color: #37b34a;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2b8c3a; }

.h1, h1 {
  font-size: 32px; }

.h2, h2 {
  font-size: 28px; }

.h3, h3 {
  font-size: 22px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

.pic-left {
  float: left;
  padding: 0px;
  line-height: 0;
  margin: 4px 24px 6px 0; }

.pic-right {
  float: right;
  padding: 0px;
  line-height: 0;
  margin: 4px 0 6px 24px; }

.pic-center {
  display: block;
  padding: 0px;
  line-height: 0;
  margin: 4px auto 14px; }

.pic-left-outset {
  float: left;
  padding: 0px;
  line-height: 0;
  margin: 4px 24px 6px -100px; }

@media (max-width: 991px) {
  .pic-left-outset {
    margin-left: 0; } }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* -----------------
	Buttons
----------------- */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

/* button primary */
.btn-primary {
  background: #37b34a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #2b8c3a;
  border-color: #2b8c3a; }

/* button secondary */
.btn-secondary {
  background: #28aadd;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  background-color: #1d8ab5;
  border-color: #1d8ab5;
  color: #ffffff; }

/* button gradient */
.btn-gradient {
  background: #37b34a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(to right top, #37b34a, #28aadd);
  background-image: -moz-linear-gradient(to right top, #37b34a, #28aadd);
  background-image: linear-gradient(to right top, #37b34a, #28aadd); }

.btn-gradient:focus,
.btn-gradient.focus,
.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient.active,
.open > .dropdown-toggle.btn-gradient,
.btn-gradient:active:hover,
.btn-gradient.active:hover,
.open > .dropdown-toggle.btn-gradient:hover,
.btn-gradient:active:focus,
.btn-gradient.active:focus,
.open > .dropdown-toggle.btn-gradient:focus,
.btn-gradient:active.focus,
.btn-gradient.active.focus,
.open > .dropdown-toggle.btn-gradient.focus {
  background-color: #2b8c3a;
  color: #ffffff;
  background-image: -webkit-linear-gradient(to left top, #37b34a, #28aadd);
  background-image: -moz-linear-gradient(to left top, #37b34a, #28aadd);
  background-image: linear-gradient(to left top, #37b34a, #28aadd); }

/* -----------------
	Header
----------------- */
header {
  border-bottom: 2px solid #37b34a; }
  header .branding {
    padding-top: 20px;
    padding-bottom: 20px; }
    header .branding .info {
      margin-left: 96px;
      font-size: 15px;
      margin-bottom: 10px; }
  header .header-logos {
    text-align: right;
    padding-top: 30px; }
    header .header-logos a {
      float: right; }
    header .header-logos img {
      max-height: 68px;
      width: auto; }
  header .search .search-input {
    background: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  header .search .btn {
    color: #37b34a;
    min-width: 140px; }
  header .header-auspices .info {
    margin: 0px 0 30px 96px; }
    header .header-auspices .info small {
      display: inline-block;
      vertical-align: middle;
      padding-top: 8px; }
    header .header-auspices .info a {
      display: inline-block;
      vertical-align: middle; }

@media (max-width: 991px) {
  header .branding .info,
  header .header-auspices .info {
    margin-left: 84px; }
  header .header-logos img {
    max-height: 58px; } }
@media (max-width: 767px) {
  header .branding,
  header .header-auspices {
    text-align: center; }
  header .branding a img {
    margin: 0 auto; }
  header .branding .info {
    margin-left: 0; }
  header .header-logos {
    text-align: center;
    padding-top: 0; }
    header .header-logos img {
      float: none; }
  header .header-logos .wrap {
    display: inline-block;
    margin: 0 auto; }
  header .header-auspices .info {
    margin: 20px auto 10px; }
    header .header-auspices .info small {
      display: block; } }
@media (max-width: 580px) {
  header .header-logos img {
    max-height: 49px; } }
/* Navbar */
.navbar-default {
  background: #ffffff;
  margin-bottom: 0;
  border: none; }
  .navbar-default .container-fluid {
    padding-left: 4px;
    padding-right: 4px; }
  .navbar-default .navbar-nav {
    font-size: 16px; }
    .navbar-default .navbar-nav li > a {
      color: #28aadd;
      padding: 10px 14px; }
      .navbar-default .navbar-nav li > a:hover {
        color: #58585a;
        background: none; }
    .navbar-default .navbar-nav .active > a,
    .navbar-default .navbar-nav .active > a:focus,
    .navbar-default .navbar-nav .active > a:hover {
      color: #37b34a;
      background: #37b34a;
      color: #ffffff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-image: -webkit-linear-gradient(to right top, #37b34a, #28aadd);
      background-image: -moz-linear-gradient(to right top, #37b34a, #28aadd);
      background-image: linear-gradient(to right top, #37b34a, #28aadd); }
  .navbar-default .nav .open > a,
  .navbar-default .nav .open > a:focus,
  .navbar-default .nav .open > a:hover {
    background: none; }
  .navbar-default .dropdown-menu {
    border: none;
    margin-top: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    .navbar-default .dropdown-menu li > a {
      color: #444444; }
    .navbar-default .dropdown-menu li > a:hover {
      color: #37b34a; }
    .navbar-default .dropdown-menu li.active > a,
    .navbar-default .dropdown-menu li.active > a:hover {
      color: #37b34a;
      border: none;
      background: none; }
    .navbar-default .dropdown-menu li.active > a:hover {
      color: #444444; }
  .navbar-default .navbar-toggle {
    border-color: #37b34a; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #37b34a; }
    .navbar-default .navbar-toggle:hover {
      background: #37b34a; }
      .navbar-default .navbar-toggle:hover .icon-bar {
        background: #ffffff; }

@media (max-width: 991px) {
  .navbar-default {
    margin-left: -15px;
    margin-right: -15px; }
    .navbar-default .navbar-nav {
      font-size: 14px; } }
@media (max-width: 767px) {
  .navbar-default {
    margin-left: inherit;
    margin-right: inherit; }
    .navbar-default .navbar-collapse {
      border: none; }
    .navbar-default .navbar-nav li > a {
      border-bottom: 1px solid #e5e5e6; }
    .navbar-default .navbar-nav li:last-child > a,
    .navbar-default .navbar-nav .active > a,
    .navbar-default .navbar-nav .active > a:focus,
    .navbar-default .navbar-nav .active > a:hover {
      border-bottom: none; }

  .dropdown-menu {
    display: block;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; } }
/* enable hover on dropdown menu */
.dropdown:hover .dropdown-menu {
  display: block; }

/* -----------------
	Main
----------------- */
main .container {
  margin-top: 30px; }

/* -----------------
	Homepage
----------------- */
.slider .carousel {
  max-height: 500px;
  overflow: hidden; }
  .slider .carousel .item {
    max-height: 500px; }
  .slider .carousel .item img {
    min-width: 100%;
    height: auto; }
  .slider .carousel .carousel-caption {
    bottom: 50px;
    padding: 0; }
    .slider .carousel .carousel-caption h1 {
      font-size: 48px; }
    .slider .carousel .carousel-caption p {
      font-size: 22px; }

@media (max-width: 767px) {
  .slider .carousel .carousel-caption h1 {
    font-size: 38px; }
  .slider .carousel .carousel-caption p {
    font-size: 18px; } }
@media (max-width: 580px) {
  .slider .carousel .carousel-caption h1 {
    font-size: 28px; }
  .slider .carousel .carousel-caption p {
    font-size: 14px; }

  .slider .carousel-inner > .item {
    min-height: 200px; }

  .slider .carousel .item img {
    min-height: 200px; } }
/* -----------------
	Content pages
----------------- */
.content-col {
  padding-bottom: 30px; }

.textpage .title {
  margin-bottom: 40px;
  margin-top: 10px; }
.textpage h3 {
  margin-top: 30px;
  font-weight: 600; }
.textpage .breadcrumb {
  background: transparent;
  padding: 0; }
  .textpage .breadcrumb a {
    color: #37b34a; }
  .textpage .breadcrumb .active {
    /* color: $gray; */ }

/* share buttons */
.share-buttons {
  clear: both;
  text-align: right;
  padding: 5px 2px 10px; }

.share-button {
  float: right;
  margin: 0 0 0 16px; }

.share-button-facebook-like {
  margin-left: 12px;
  margin-top: -3px; }

.share-button-facebook-like .fb-like iframe {
  min-width: 75px; }

.share-button-facebook .fb-share-button span {
  vertical-align: inherit !important; }

@media (max-width: 520px) {
  .share-buttons {
    margin: 0 -5px; }

  .share-button {
    float: right;
    margin: 0 0 0 3px; }

  .share-button-facebook-like {
    margin-left: 3px;
    margin-top: -3px; }

  .share-button-facebook-like .fb-like iframe {
    min-width: 0; } }
/* pagination */
.pagination > li > a,
.pagination > li > span {
  color: #37b34a; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2b8c3a; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #37b34a;
  border-color: #37b34a; }

/* gallery */
.gallery .gallery-title {
  font-size: 24px;
  margin-bottom: 14px; }

.gallery-wrap {
  margin-bottom: 30px; }
  .gallery-wrap .img-thumbnail {
    margin-bottom: 20px; }
    .gallery-wrap .img-thumbnail:hover {
      background-color: #8ac540;
      border-color: #8ac540; }

/* contact */
.contact .contact-title {
  font-size: 24px;
  margin-bottom: 14px; }
  .contact .contact-title .fa {
    color: #28aadd; }
.contact .contact-wrap {
  margin-bottom: 30px; }
  .contact .contact-wrap .contact-info {
    line-height: 30px; }
  .contact .contact-wrap .text-muted {
    font-size: 12px; }
.contact .contact-form {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 2px solid #28aadd; }
  .contact .contact-form .form-group {
    margin-bottom: 20px; }
  .contact .contact-form .btn {
    min-width: 200px; }

/* panel */
.panel-wrapper {
  padding-top: 20px; }
  .panel-wrapper .list-group-item {
    padding: 6px 15px;
    font-size: 14px; }
  .panel-wrapper .panel-primary {
    border-color: #37b34a; }
  .panel-wrapper .panel-primary > .panel-heading {
    background-color: #37b34a;
    border-color: #37b34a; }
  .panel-wrapper .panel-secondary {
    border-color: #28aadd; }
  .panel-wrapper .panel-secondary > .panel-heading {
    background-color: #28aadd;
    border-color: #28aadd;
    color: #ffffff; }

/* table responsive */
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: normal;
  text-align: center;
  vertical-align: middle; }

.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > th {
  background: #58585a;
  color: #ffffff; }

/* -----------------
	Sidebar
----------------- */
.sidebar-col {
  background: #f6f6f6; }
  .sidebar-col .registration {
    margin-bottom: 20px; }
    .sidebar-col .registration h3 {
      color: #28aadd; }
    .sidebar-col .registration .btn-gradient {
      font-size: 22px;
      min-width: 240px;
      padding: 15px 10px; }
  .sidebar-col .newsletter {
    border-top: 1px dashed #37b34a;
    margin-bottom: 20px; }
    .sidebar-col .newsletter form {
      padding: 20px 0; }
    .sidebar-col .newsletter .form-group {
      width: 60%; }
    .sidebar-col .newsletter .form-control {
      width: 100%;
      border: none;
      border: 1px solid #28aadd;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .sidebar-col .newsletter .btn {
      border: 1px solid #28aadd;
      margin-left: -4px;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
      .sidebar-col .newsletter .btn:hover {
        border: 1px solid #1d8ab5; }
      .sidebar-col .newsletter .btn .fa {
        /* margin-top: -3px; */ }
  .sidebar-col .social {
    border-top: 1px dashed #37b34a;
    margin-bottom: 20px; }
    .sidebar-col .social a {
      color: #8ac540; }
      .sidebar-col .social a:hover {
        color: #59b78f; }
    .sidebar-col .social .social-icons {
      font-size: 56px;
      color: #59b78f; }
    .sidebar-col .social .facebook-feed {
      margin: 0 -10px 10px; }
    .sidebar-col .social .twitter-feed {
      margin-bottom: 10px; }
  .sidebar-col .conference-navigation {
    /* border-bottom: 1px dashed $primary; */
    margin-bottom: 30px;
    margin-top: 20px; }
    .sidebar-col .conference-navigation .list-group-item-heading {
      margin-left: 8px;
      margin-bottom: 10px; }
    .sidebar-col .conference-navigation a {
      color: #444444; }
      .sidebar-col .conference-navigation a:hover {
        color: #37b34a;
        text-decoration: none; }
    .sidebar-col .conference-navigation .active {
      background: #ffffff;
      border-color: #ddd; }
      .sidebar-col .conference-navigation .active a {
        color: #28aadd; }

@media (max-width: 1199px) {
  .sidebar-col .newsletter .form-group {
    width: 90%; }

  .sidebar-col .newsletter .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

  .sidebar-col .newsletter .btn {
    width: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0;
    margin-top: 10px; } }
@media (max-width: 991px) {
  .sidebar-col .registration .btn-gradient {
    min-width: 90%; } }
@media (max-width: 767px) {
  .sidebar-col {
    background: none;
    border-top: 2px solid #28aadd; }

  .sidebar-col .newsletter .form-group {
    width: 60%;
    float: left; }

  .sidebar-col .newsletter .btn {
    width: 40%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: -4px;
    margin-top: 0; } }
@media (max-width: 580px) {
  .sidebar-col .newsletter .form-group {
    width: 90%;
    float: none;
    margin: 0 auto; }

  .sidebar-col .newsletter .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

  .sidebar-col .newsletter .btn {
    width: 90%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0;
    margin-top: 10px; } }
/* -----------------
	Footer
----------------- */
footer {
  border-top: 2px solid #37b34a;
  margin-top: 30px;
  padding: 20px 0;
  background: #f6f6f6; }
  footer .footer-branding {
    padding-bottom: 20px; }
  footer .footer-right {
    padding-top: 20px; }
  footer .footer-info {
    font-size: 13px;
    text-align: right; }
  footer .navbar-nav {
    font-size: 14px; }
    footer .navbar-nav li > a {
      color: #28aadd;
      padding: 4px 8px; }
      footer .navbar-nav li > a:hover {
        color: #58585a;
        background: none; }
    footer .navbar-nav .active > a,
    footer .navbar-nav .active > a:focus,
    footer .navbar-nav .active > a:hover {
      color: #37b34a;
      background: none;
      text-decoration: underline; }
  footer .nav .open > a,
  footer .nav .open > a:focus,
  footer .nav .open > a:hover {
    background: none; }

@media (max-width: 991px) {
  footer .footer-info {
    font-size: 12px; } }
@media (max-width: 767px) {
  footer .footer-branding {
    padding-bottom: 0; }

  footer .footer-branding img {
    margin: 0 auto; }

  footer .footer-info {
    text-align: center; } }
/* -----------------
	Print styles
----------------- */
@media print {
  a[href]:after {
    content: none; } }
/* -----------------
	Cookie policy
----------------- */
.cookie-policy {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  line-height: 20px;
  color: #444;
  text-shadow: none;
  -webkit-transition: all 0.16s ease-in-out 0s;
  -moz-transition: all 0.16s ease-in-out 0s;
  -o-transition: all 0.16s ease-in-out 0s;
  -ms-transition: all 0.16s ease-in-out 0s;
  transition: all 0.16s ease-in-out 0s; }

.cookie-policy-wrapper {
  position: relative;
  float: right;
  background: #fff;
  color: #444;
  max-width: 500px;
  margin: 0 10px 10px;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-top: 13px solid #444; }

.cookie-text {
  width: 90%;
  font-size: 16px;
  line-height: 28px;
  border-right: 1px solid #ccc;
  padding-right: 8px; }

.cookie-text a {
  color: #1EA5CB; }

.cookie-button {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 46px;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cookie-button .line {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
  position: absolute;
  top: 15px; }

.cookie-button .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cookie-button .line2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cookie-button:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cookie-button:active {
  margin-top: 1px; }

.cookie-blue {
  border-color: #0d6196; }

.cookie-blue .line {
  background: #0d6196; }

.cookie-blue .cookie-text a {
  color: #0d6196; }

.cookie-red {
  border-color: #E0310D; }

.cookie-red .line {
  background: #E0310D; }

.cookie-red .cookie-text a {
  color: #E0310D; }

.cookie-yellow {
  border-color: #eec71d; }

.cookie-yellow .line {
  background: #eec71d; }

.cookie-yellow .cookie-text a {
  color: #eec71d; }

.cookie-green {
  border-color: #59c48c; }

.cookie-green .line {
  background: #59c48c; }

.cookie-green .cookie-text a {
  color: #59c48c; }

.cookie-black {
  border-color: #000;
  background: #444;
  color: #fff; }

.cookie-black .line {
  background: #fff; }

.cookie-black .cookie-text a {
  color: #fff;
  text-decoration: underline; }

.cookie-policy {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 1;
    -moz-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 1;
    -o-transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px); } }
@keyframes fadeInUp {
  0% {
    opacity: 1;
    transform: translate(0px, 160px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@media (max-width: 767px) {
  .cookie-policy-wrapper {
    width: 100%;
    max-width: none;
    margin: 0; }

  .cookie-text {
    width: 93%; } }
@media (max-width: 560px) {
  .cookie-text {
    width: 90%; }

  .cookie-button {
    right: 4%; } }
/* pretty photo fix */
.pp_social {
  display: none; }

.pp_nav p {
  line-height: 14px; }

@media only screen and (max-width: 767px) {
  div.pp_pic_holder {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
    margin-top: -60px; }

  div.pp_pic_holder .pp_content_container .pp_left {
    padding-left: 0 !important; }

  div.pp_pic_holder .pp_content_container .pp_right {
    padding-right: 0 !important; }

  .pp_content {
    width: 100% !important;
    height: auto !important; }

  .pp_fade {
    width: 100% !important;
    height: 100% !important; }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }

  #pp_full_res img {
    width: 100% !important;
    height: auto !important; }

  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; }

  a.pp_close {
    right: 7% !important;
    top: 10px !important; } }

/*# sourceMappingURL=style.css.map */
