/*--------------------------------------------------------------------------------------
  FONT
--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

/*--------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-top: 40px;
  background-color: #F5F5F5;
  font-family: 'Fira Sans', sans-serif;
}
* {
  font-family: 'Fira Sans', sans-serif;
}
a.no-cursor {
  cursor: default;
}
a {
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}

/*--------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------*/
#goto_top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9998;
  display: none; 
  opacity: 0.8; 
  background-color: #000; 
  color: #fff; 
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}

/*--------------------------------------------------------------------------
 AJAX
--------------------------------------------------------------------------*/
#ajax-loader {
  display: none;
  background: url(../img/loaders/ajax-loader.gif) no-repeat center; 
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/*--------------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------------*/
footer {
  padding-top: 58px; 
  background: #ffffff;
}
footer a {
  outline: 0;
  color: #009a44;
  text-decoration: none;
}
footer p {
  color: #888888;
  margin: 0 2px;
  padding: 0;
}
footer h5 {
  color: #888888;
  font-weight: bold;
  padding: 0;
}
footer a:hover {
  color: #5D9741;
  text-decoration: none;
}
footer a:focus {
  text-decoration: none;
  box-shadow: none;
}

/*--------------------------------------------------------------------------------------
  MISCELLANEOUS
--------------------------------------------------------------------------------------*/
.removed {
  color: #aa4444;
}
.enabled {
  color: #44aa44;
}
.background-enabled {
  background-color: #44aa44;
}
.disabled {
  color: #aa4444;
}
.warning {
  color: #aa4444;
}
.inactive {
  color: #cccccc;
}
.background-disabled {
  background-color: #aa4444;
}
.required {
  color: red;
  width: auto;
  float: none;
  display: inline;
  margin : 0 6px 0 6px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.img-center {
  margin-right: auto;
  margin-left: auto;
}
img.zoomable {
  cursor: pointer;
}

/*--------------------------------------------------------------------------------------
  FORM ERROR
--------------------------------------------------------------------------------------*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

/*--------------------------------------------------------------------------------------
  AMO STYLE COLORS
--------------------------------------------------------------------------------------*/
.amo-text {
  color: #009a44 !important;
}
.amo-badge {
  color: #ffffff;
  background-color: #009a44;
}
.amo-background {
  background-color: #009a44;
}
.amo-region {
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 22px;
  text-transform: uppercase;
  color: #009a44;
}

/*--------------------------------------------------------------------------------------
  Divider
--------------------------------------------------------------------------------------*/
.divider {
  height: 1px;
  margin: 8px 0 12px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}
.divider-small {
  height: 1px;
  margin: 8px 0 8px 0;
  overflow: hidden;
  background-color: #d5d5d5;
}

/*--------------------------------------------------------------------------------------
  CAPTCHA
--------------------------------------------------------------------------------------*/
.captcha {
  margin: 8px auto;
}
.captcha img {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}
.captcha .form-group {
  margin-top: 10px;
}

/*--------------------------------------------------------------------------
 MESSAGE
--------------------------------------------------------------------------*/
.message-text {
  text-align: left;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 2px 8px 2px 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 10px center;
  border-left: 2px solid rgba(232, 232, 232, 0.4);
}
.message-text p {
  margin: 0;
  padding: 0;
}
.message-block {
  margin-bottom: 12px;
  padding: 10px 8px 10px 8px;
  background-color: #fff;
  border-left: 2px solid rgba(232, 232, 232, 0.4);
  text-align: left;
}
.message-alert {
  margin-bottom: 4px;
  padding: 2px 8px 2px 8px;
  background-color: #fff;
  text-align: center;
}
.message-text.info,
.message-alert.info,
.message-block.info {
  color: #00529B;
  font-size: 15px;  
}
.message-text.success,
.message-alert.success,
.message-block.success {
  color: #009a44;
  font-size: 16px;  
}
.message-text.warning,
.message-alert.warning,
.message-block.warning {
  color: #9F6000;
  font-size: 16px;
}
.message-text.error,
.message-alert.error,
.message-block.error {
  color: #a94442;
  font-size: 16px; 
}
.message-text.info,
.message-block.info {
  border-left-color: #00529B;
}
.message-text.success,
.message-block.success {
  border-left-color: #009a44;
}
.message-text.warning,
.message-block.warning {
  border-left-color: #9F6000;
}
.message-text.error,
.message-block.error {
  border-left-color: #D8000C;
}
.message-alert.info {
  border-bottom-color: #00529B;
}
.message-alert.success {
  border-bottom-color: #009a44;
}
.message-alert.warning {
  border-bottom-color: #9F6000;
}
.message-alert.error {
  border-bottom-color: #D8000C;
}

/*--------------------------------------------------------------------------
 PROCESS WINDOW
--------------------------------------------------------------------------*/
.process-window-border {
  padding: 8px 8px;
  margin-bottom: 12px;  
  border: 1px solid #ccc;
}
.process-window-content {
  display: none;
}
.process-window-content.active {
  display: block;
}
.process-dialog,
.process-request,
.process-window-content.active {
  cursor: pointer;
}

/*--------------------------------------------------------------------------------------
  CONTAINER BLOCK
--------------------------------------------------------------------------------------*/
.container-block {
  padding-top: 28px;
  padding-bottom: 28px;
  min-height: 640px;
}

/*--------------------------------------------------------------------------------------
  HEADER HX
--------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
  text-transform:uppercase;
}

/*--------------------------------------------------------------------------------------
  BUTTON
--------------------------------------------------------------------------------------*/
.btn { 
  border-radius: 0; 
  text-transform: uppercase;
}
.btn-block {
  width: 100%;
  white-space: normal;
  margin: 0 0 6px 0;
}
.btn.btn-default {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #a4a4a4;
}
/*.btn.btn-default:hover {
  box-shadow: 0 .15rem 1.75rem 0 rgba(23,27,21,.15) !important;
}*/
.btn.btn-primary {
  background-color: #009a44;
  border:1px solid #009a44;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.btn-active,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border:1px solid #004a04;
  background-color: #004a04;
  box-shadow: 0 .15rem 1.75rem 0 rgba(23,27,21,.15) !important;
}
.btn.btn-download {
  border: 0;
  padding: 4px 8px;
  text-transform: none;
  background-color: transparent;
  text-align: center;
}
.btn.btn-download:hover {
  border: 0;
  padding: 4px 8px;
  background-color: transparent;
  text-align: center; 
}
.btn.btn-filter {
  border: 0;
  padding: 4px 8px;
  margin: 0 0 2px 0;
  background-color: transparent;
  text-align: left; 
}
.btn.btn-filter:hover {
  color: #acacac;
}

/*--------------------------------------------------------------------------------------
  NAVBAR
--------------------------------------------------------------------------------------*/
#navbar_main {
  font-size: 15px;
  background-color: #FFFFFF;
  font-family: 'Fira Sans', sans-serif;
}
#navbar_main .navbar-brand {
  margin: 0;
  padding: 8px 0 4px 0;
}
#navbar_main .navbar-brand img {
  width: 120px;
  height: auto;
}
#navbar_main .navbar-collapse {
  max-height: 420px;
  overflow-y: auto;
  text-align: center;
}
#navbar_main ul.navbar-nav li.nav-item {
  list-style: none;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link {
  padding-right: 4px;
  padding-left: 4px;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: normal;
}
#navbar_main ul.navbar-nav li.nav-item::before {
  content: none;
}
#navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
}
#navbar_main ul.navbar-nav li.nav-item .picture-dropdown-image {
  width: 28px;
  height : 28px;
  margin-top: 4px;
}
#navbar_main ul.navbar-nav li.nav-item .picture-dropdown-profile {
  text-align: center;
}
#navbar_main ul.navbar-nav li.nav-item .picture-dropdown-profile img {
  width: 96px;
  height: 96px;
  display: none;
  margin: 8px auto;
}
#navbar_main ul.navbar-nav li.nav-item .nav-link.picture-dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown {
  margin: 0 8px;
  padding: 0;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown li {
  padding: 4px 10px 4px 10px;
  border-bottom: 1px solid  #ccc;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown li:hover {
  background-color: #f8f9fa;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown li:last-child {
  border-bottom: 0;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown .text-notify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  text-align: left;
  font-size: 12px;
  margin: 0;
}
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown .from-notify,
#navbar_main ul.navbar-nav li.nav-item ul.notify-dropdown .date-notify {
  text-align: left;
  font-size: 10px;
  color: #888888;
  margin: 0;
}
@media (min-width: 992px) {
  #navbar_main ul.navbar-nav li.nav-item .nav-link.picture-dropdown-toggle {
    padding: 0 8px 0 8px;
  }
  #navbar_main ul.navbar-nav li.nav-item .picture-dropdown-profile img {
    display: block;
  }
  #navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
    width: 320px;
	max-height: 9999px;
    overflow-y: visible;
  }
  #navbar_main .navbar-collapse {
    max-height: 9999px;
    overflow-y: visible;
	text-align: left;
  }
}
#navbar_main a.region-home {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 22px;
  position: relative;
  color: #009a44;
}
@media (max-width: 968px) {
  #navbar_main_content {
    padding-top: 20px;
  }
}
@media (max-width: 1080px) {
  #navbar_main a.region-home {
    max-width: 80px;
  }
}
@media (max-width: 992px) {
  #navbar_main a.region-home {
    max-width: 200px;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK
--------------------------------------------------------------------------*/
.display-block {
  padding: 0;
  width: 100%;
  display: block;
  line-height: 1.5;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 16px;
}
.display-block h2 {
  margin: 4px 0 0 0;
  padding: 0;
}
.display-block h4.text-middle {
  margin: 4px 0 0 0;
  font-size: 22px;
  padding: 0;
}
.display-block h4.text-strong {
  margin: 4px 0 0 0;
  font-size: 38px;
  padding: 0;
}
.display-block .divider {
  margin: 10px 0 10px 0;
}
.display-block .img-header {
  margin: 8px 16px 8px 8px;
  padding: 0;
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK HEADER
--------------------------------------------------------------------------*/
.display-header {
  padding: 8px 18px 0 18px;
}
.display-header h5 {
  color: #333;
}
.display-header h6 {
  color: #888888;
}
.display-header i.fa {
  font-size: 16px;
  margin-right: 12px;
}
.display-header.display-single {
  padding: 12px 18px 12px 18px;
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK CONTENT
--------------------------------------------------------------------------*/
.display-content {
  padding: 4px 18px;
}
.display-content p {
  margin: 2px 0;
  padding: 0;
}
.display-content p.required-message {
  margin: 4px 0 12px 0;
  padding: 0;
}
.display-content p.display-create {
  font-size: 12px;
  margin: 4px 8px 4px 0;
  padding: 0;
}
.display-content.no-padding {
  padding: 0;
}
.display-content .display-logo {
  margin: 8px auto 12px auto;
  text-align: center;
  max-width: 320px;
}
.display-content .display-logo img {
  width: 100%;
  height: 100%;
  border: 1px solid  #ccc;
}
.display-content .display-logo.fixed {
  margin: 8px 0 12px 0;
}
.display-content .display-text {
  color: #444;
  font-size: 14px;
}
.display-content .display-text.warning {
  color: #aa4444;
}
.display-content .display-small {
  color: #444;
  font-size: 10px;
}
.display-content .display-title {
  width: 90%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.display-content .display-price {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.display-content .display-comment {
  color: #333;
  font-size: 12px;
}
.display-content .display-field p {
  color: #444;
  margin: 4px 0;
  padding: 0;
}
.display-content .display-field label {
  font-weight: 600;
  color: #000000;
  margin: 4px 0;
}
.display-content .display-message {
  margin: 2px 0 12px 0;
  font-weight: 400;
  font-size: 16px;  
  color: #444;
}
.display-content .divider-lg {
  display: block;
}
@media (min-width: 992px) {
  .display-content .divider-lg {
    display: none;
  }
}
.display-content .divider-md {
  display: block;
}
@media (min-width: 768px) {
  .display-content .divider-md {
    display: none;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK LINK
--------------------------------------------------------------------------*/
a.display-link {
  display: block;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  padding: 4px 0 6px 0;
  background-color: transparent;
  border: 0;
}
a.display-link:hover,
a.display-link:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f0f1f2;
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK CONTENT NAV TAB
--------------------------------------------------------------------------*/
.display-content .nav-tabs {
  margin-bottom:5%;
}
.display-content .nav-tabs .nav-link {
  font-weight:600;
  color: #000000;
  border: none;
}
.display-content .nav-tabs .nav-link i.fa {
  font-size: 16px;
  margin-right: 8px;
}
.display-content .nav-tabs .nav-link.active {
  border: none;
  color: #888888;
  border-bottom:2px solid #009a44;
}

/*--------------------------------------------------------------------------
 DISPLAY ORDER
--------------------------------------------------------------------------*/
.display-table thead tr {
  border-bottom: 1px solid #ddd;
}
.display-table thead tr th {
  margin: 0;
  font-size: 12px;
  text-align: left;
  padding: 4px 8px 4px 8px;
  border-right: 1px solid #ddd;
  background-color: transparent;
}
.display-table thead tr th:last-child {
  border-right: 0;
}
.display-table thead tr th:first-child {
  padding: 4px 8px 4px 0;
}
.display-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.display-table tbody tr:last-child {
  border-bottom: 0;
}
.display-table tbody tr td {
  font-size: 0.875em;
  vertical-align: top;
  padding: 4px 8px 4px 8px;
  background-color: transparent;
  border-right: 1px solid #ddd;
}
.display-table tbody tr td i.fa {
  font-size: 28px;
}
.display-table tbody tr td:first-child {
  padding: 4px 8px 4px 0;
}
.display-table tbody tr td:last-child {
  border-right: 0;
}
.display-table thead tr th.truncate,
.display-table tbody tr td.truncate {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
.display-table thead tr th.name,
.display-table tbody tr td.name {
  text-align: left;
  font-weight: bold;
}
.display-table thead tr th.price,
.display-table tbody tr td.price {
  text-align: right;
}
.display-table thead tr th.quantity,
.display-table tbody tr td.quantity {
  text-align: center;
}
.display-table thead tr th.button,
.display-table tbody tr td.button {
  width: 120px;
  text-align: center;
}

/*--------------------------------------------------------------------------
 DISPLAY PROFILE BLOCK
--------------------------------------------------------------------------*/
.profile-block {
}
.profile-block .profile-avatar {
  margin: 8px auto 12px auto;
  text-align: center;
  max-width: 300px;
  max-height: 300px;
}
.profile-block .profile-avatar img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(0, 0, 0, 0.26);
}
.profile-block .profile-avatar .file {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529;
}
.profile-block .profile-avatar .file:hover {
  color: #212529;
  background: #ffffff;
}

/*--------------------------------------------------------------------------
 PAGINATION
--------------------------------------------------------------------------*/
.display-pagination-container {
  display: block;
  text-align: center;
}
.display-pagination {
  line-height: 36px;
  font-size: 18px;
  margin: 18px 0;
  clear: both;
}
.pagination-counter {
  line-height: 36px;
  font-size: 18px;
  margin: 2px 0;
  clear: both;
}
span.pagination-badge {
  font-size: 18px;
  padding: 6px 12px;
  height: 36px;
  min-width: 36px;
  text-align: center;
  border-radius: 18px;
  margin: 0 7px 0 7px;
  background-color: #009a44;
  color: #fff;
}
span.pagination-badge:first-child {
  margin-left: 0px;
}
.display-pagination > span {
  display: inline-block;
}
.display-pagination .pagination-pnext a,
.display-pagination .pagination-pprev a {
  display: block;
  width: 36px;
  text-align: center;
  border-radius: 18px;
 }
.pagination-navigation {
  padding: 0 2px;
} 
.pagination-counter span,
.pagination-navigation a,
.pagination-navigation span {
  display: inline-block;
  padding: 0 5px;
  min-width: 36px;
  margin: 0 7px 5px 0;
  text-align: center;
  border-radius: 18px;
  background-color: #e3e3e3;
}
.pagination-navigation span {
  background-color: #009a44;
  color: #fff;
}
.display-pagination  a:hover {
  background-color: #009a44;
  color: #fff;
}
.pagination-navigation span.nav_ext {
  background-color: transparent;
  color: #888;
}
.pagination-counter span {
  margin: 0 7px 0 7px;
  background-color: #009a44;
  color: #fff;
}
.pagination-counter span:first-child {
  margin-left: 0px;
}

/*--------------------------------------------------------------------------
 DISPLAY MODAL
--------------------------------------------------------------------------*/
.display-modal {
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  border: 0;
}
.display-modal {
  width: 100%;
  background-color: #F9FBFF;
}
.display-modal .modal-content {
  background-color: #F9FBFF;
  padding: 0;
  border: 0;
}
.display-modal .modal-body {
  background-color: #F9FBFF;
  overflow-x: hidden;
}
.display-modal.modal-scroll .modal-body {
  max-height: 480px;
  overflow-y: auto;
}
.display-modal .modal-footer {
  padding: 12px 4px 4px 20px;
}
.display-modal .modal-footer .btn.btn-default {
  background-color: #788694;
  padding: 4px 10px 4px 10px;
  border-color: #444444;
  color: #fff;
}
.display-modal .modal-footer .btn.btn-default:hover {
  color: #444;
  background-color: #F9FBFF;
  box-shadow: 0 .15rem 1.75rem 0 rgba(23,27,21,.15) !important;
}
.display-modal .modal-footer .btn.btn-primary {
  margin-left: 12px;
}

/*--------------------------------------------------------------------------
 DISPLAY DATE
--------------------------------------------------------------------------*/
.display-date {
  color: #fff;
  text-transform: uppercase;
  background-color: rgb(165, 82, 167);
}
.display-date span {
  display: none;
}
.display-date .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
  color: #fff;
}
.display-date .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.display-date .year {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

/*--------------------------------------------------------------------------
 DISPLAY EVENTS
--------------------------------------------------------------------------*/
.display-picture-block {
  color: #000;
}
.display-picture-block.picture-block-row {
  height: 100%;
  background: #fff;
}
.display-picture-block .picture-block-image {
  overflow: hidden;
}
.display-picture-block .picture-block-header {
  font-size: 18px;
  font-weight: 300;
  color: #54667a;
  padding: 8px 4px 8px 4px;
  text-align: center;
  border-bottom: 1px solid #c5c5c5;
}
.display-picture-block .picture-block-header p {
  margin: 0;
  padding: 0;
}
.display-picture-block .picture-block-content {
  overflow: hidden;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #c5c5c5;
}
.display-picture-block .picture-block-content hr {
  margin: 10px 0 4px 0;
}
.display-picture-block p.picture-block-title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 300;
  color: #54667a;
  line-height: 32px;
  margin-bottom: 8px;
}
.display-picture-block p.picture-block-locality {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
}
.display-picture-block p.picture-block-comment {
  font-size: 16px;
  color: #54667a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.picture-block-footer {
  background: #fff;
  border-top: 1px solid #c5c5c5; 
}
.display-picture-block img.picture-block-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
.display-picture-block:hover img.picture-block-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
.display-picture-block.display-horiz .picture-block-content {
  border-top: 0;
} 
@media (min-width: 768px) {
 .display-picture-block.display-horiz {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    padding: 0px;
  }
  .display-picture-block.display-horiz .picture-block-image {
    display: inline-block;
    height: 100%;
    width: 220px;
    float: left;
  }
  .display-picture-block.display-horiz .picture-block-image img {
    width: 100%;
  }
  .display-picture-block.display-horiz .picture-block-header {
    display: inline-block;
    height: 100%;
    width: 220px;
    float: left;
  }
  .display-picture-block.display-horiz p.picture-block-title,
  .display-picture-block.display-horiz p.picture-block-locality {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY LIST
--------------------------------------------------------------------------*/
.display-list {
}
.display-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.display-list ul li {
  font-size: 14px;
  display: block;
  position: relative;
  padding: 4px 8px;
  margin-bottom: 12px;
  transition: all .3s ease-out;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.display-list p {
  padding: 0;
}
.display-list a {
  color: #444;
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-out;   
}
.display-list ul li:after {
  top: 50%;
  left: -1em;
  content: '';
  margin-top: -.5em;
  position: absolute; 
  border: .5em solid transparent;
  transition: all .3s ease-out;
}
.display-list ul li:hover:after {
  left: -.5em;
  border-left-color: #009a44;
}
.display-list ul li:hover {
  background-color: #ffffff;
}
.display-list ul li.selected:after {
  border-left-color: #ff0a44;
}

/*--------------------------------------------------------------------------
 DISPLAY BLOCK LIST
--------------------------------------------------------------------------*/
.display-block-list {
}
.display-block-list .media {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}
.display-block-list h2 {
  float: left; 
  width: 100%; 
  color: #fff; 
  margin-bottom: 30px; 
  font-size: 14px;
}
.display-block-list h2 a {
  color: #d2abce;
}
.display-block-list h4 a {
  color: inherit;
}
.display-block-list .display-block-row {
  padding: 8px 0; 
  margin-bottom: 10px;
}
.display-block-list .media {
  padding: 5px 10px; 
  border-radius: 5px; 
  border: 1px solid #d5dbdd;   
  box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
}
.display-block-list .media.no-border {
  border: 0;
  box-shadow: unset; 
  padding: 0; 
}
.display-block-list .media .media-left img.logo {
  width: 120px;
  margin-right: 12px;
}
.display-block-list .media .media-left img.avatar {
  width: 120px;
  border-radius: 50%; 
  margin-right: 12px;
}
.display-block-list .media .media-left img.avatar.avatar-small {
  width: 60px;
  border-radius: 50%; 
  margin-right: 12px;
}
@media (min-width: 768px) {
  .display-block-list .media:hover .media-left img.avatar.animated {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    margin-right: 12px;
    border-radius: 10px; 
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 768px) {
  .display-block-list .media:hover .media-left img.logo.animated {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    margin-right: 12px;
    border-radius: 10px; 
    width: 240px;
  }
}
.display-block-list .media .media-body {
  overflow: hidden;
}
.display-block-list .media .media-body p {
  font-size:14px;
  overflow: hidden;
}
.display-block-list .media .media-body h4 {
  text-transform: uppercase;
  color: #6b456a !important; 
  font-size: 18px; 
  font-weight: 600; 
  margin-bottom: 12px; 
  margin-top: 12px;
}
.display-block-list .media .media-body h5 {
  text-transform: uppercase;
  color: #17a2b8 !important;
  font-size: 16px; 
  font-weight: 600; 
  margin-bottom: 12px; 
  margin-top: 12px;
}
.display-block-list .media .btn-default {
  background-color: #009a44; 
  color: #fff; 
  border-radius: 30px; 
  font-size: 14px;
}
.display-block-list .media .media-body .display-small {
  color: #444;
  font-size: 10px;
}

/*--------------------------------------------------------------------------
 DISPLAY POLAROID
--------------------------------------------------------------------------*/
.display-polaroid {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.display-polaroid .polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
}
.display-polaroid .polaroid a > img{
  max-width: 100%;
  height: auto;
}
.display-polaroid .caption {
  padding-top: 8px;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
}
.display-polaroid .item {
  width: 46%;
  display: inline-block;
  filter: grayscale(100%);
}
.display-polaroid .item .display-polaroid polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.display-polaroid .item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.display-polaroid .item:nth-of-type(4n+1) .display-polaroid polaroid:before {
  transform: rotate(6deg);
}
.display-polaroid .item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.display-polaroid .item:nth-of-type(4n+2) .display-polaroid .polaroid:before {
  transform: rotate(-6deg);
}
.display-polaroid .item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.display-polaroid .item:nth-of-type(4n+4) .display-polaroid .polaroid:before {
  transform: rotate(4deg);
}
.display-polaroid .item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.display-polaroid .item:nth-of-type(4n+3) .display-polaroid .polaroid:before {
  transform: rotate(-4deg);
}
.display-polaroid .item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.display-polaroid .item:hover .display-polaroid .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .display-polaroid .item {
    width: 30%;
    display: inline-block;
    filter: grayscale(100%);
  }
}

/*--------------------------------------------------------------------------
 DISPLAY COOKIE BANNER
--------------------------------------------------------------------------*/
.cookie-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #e9edf0;
    padding: 10px 20px;
    z-index: 999;
}
.cookie-banner p {
    color: #6c8897;
    font-size: .8em;
    text-align: center;
    margin: 0;
}
.cookie-banner a, 
.cookie-banner span {
    color: #6c8897;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}
.cookie-banner .fa {
    font-size: 1.1em;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
}