/* GLOBALS
   ========================================================================== */
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* WRAPPERS
   ========================================================================== */
.wrapper {
  margin: 0px auto -179px auto;
  padding-bottom: 179px;
}

/* HEADER AREA
   ========================================================================== */
.header {
  position: relative;
  border-bottom: 8px solid #f5ae31;
  min-height: 119px;
  z-index: 21;
}

.header .navbar-brand {
  position: absolute;
  top: 27px;
  width: 197px;
  height: 124px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
  background: url(/public/images/gocay-logo.png) top left no-repeat;
  display: block;
  margin-right: 1rem;
  padding-bottom: 9px;
}

.serch-languages{
  padding-top: 22px;
}

.serch-languages .languages{
  padding-top: 4px;
  display: table;
  height: 24px;
}

  .serch-languages .languages span{
      display: table-cell;
      vertical-align: bottom;
      font-size: 14px;
      color: #7e7872;
  }

  .serch-languages .languages a{
    display: block;
    float: left;
    margin-left: 6px;
  }


.serch-languages .search{
    margin-right: 25px;
}

    .serch-languages .search label{
      display: block;
      float: left;
    }

  .serch-languages .search .short-search input[type="text"]{
        width: 189px;
        height: 25px;
        border: 1px solid #adadad;
        border-radius: 7px;
        overflow: hidden;
        padding-right: 41px;
    }

  .serch-languages .search .short-search button[type="submit"]{
    margin-left: -41px;
    background: none;
  }


@media (max-width: 622px) {
  .header .navbar-brand{
    width: 100%;
    background: url(/public/images/gocay-logo.png) center center no-repeat;
    float: none !important;
  }

  .serch-languages{
    width: 100%;
    clear: both;
    float: none !important;
    padding-top: 159px;
  }

  .serch-languages .search{
    float: none !important;
    margin-bottom: 11px;
  }

  .serch-languages .search .short-search input[type="text"]{
    width: 140px;
  }
  .serch-languages .languages span{
   display: none;
  }
}


/* NAV AREA
   ========================================================================== */
.navbar {
  margin-left: 120px;
}

.navbar-nav .nav-item {
  margin-left: 22px;
  margin-bottom: 11px;
  position: relative;
  padding-bottom: 4px;
}

.navbar-nav .nav-item:hover, .navbar-nav .nav-item.active{
  background: url("/public/images/ucgen.png") bottom center no-repeat;
  color: #f5ae31 !important;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
.navbar-nav .nav-item .nav-link {
  padding: 33px 3px 3px 3px;
  color: #7e7872;
  font-weight: 500;
}

.navbar-nav .nav-item.active .nav-link{
  color: #f5ae31 !important;
}

@media (max-width: 1087px) {

  .navbar {
    margin-left: 0px;
  }

  .navbar-wrapper {
    width: 100%;
    padding-top: 91px;
  }

  .navbar-nav{
    clear: both !important;
  }

  .navbar-nav .nav-item {
    float: none;
    clear: both;
    margin-left: 0rem !important;
  }

  .navbar-nav .nav-item:last-child a {
    border-bottom: 0px;
    box-shadow: none;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 4px 12px;
    border-bottom: 1px solid #f5ae31;
  }

  .navbar-nav .nav-item .nav-link :hover {
    color: #e6400c;
  }

  .navbar-nav .nav-item:hover, .navbar-nav .nav-item.active {
    background: none;
  }
}

@media (max-width: 622px) {
  .navbar-wrapper {
    padding-top: 0px;
  }
}


/* FOOTER AREA
   ========================================================================== */
.footer {
  display: block;
  text-align: center;
  background-color: #272626;
  color: #FFF;
  font-size: 12px;
  padding: 15px 0px;
  min-height: 179px;
}

.footer .navbar-brand {
  margin-top: 27px;
  width: 188px;
  height: 124px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/public/images/footer-logo.png) top left no-repeat;
  display: block;
  margin-right: 1rem;
  padding-bottom: 9px;
}

.footer ul {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  list-style: none;
  float: left;
  border-left: 1px solid #8c8c8c;
  margin-top: 43px;
}

.footer ul li {
  text-align: left;
  padding: 0px 16px 0px 10px;
}

.footer ul li a {
  display: block;
  font-size: 16px;
  color: #c6c6c6;
  font-weight: 500;
  padding: 2px 0px 2px 0px;
}

.footer ul li a:hover {
  color: #f5ae31;
}

.footer .iso{
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  margin: 0px auto;
}

.footer .iso span{
  display: block;
  font-size: 15px;
  padding-top: 5px;
}

.footer .iso .veriquality{
  display: table-cell;
  padding-right: 12px;
  border-right: 1px solid #8C8C8C;
}
.footer .iso .tuv{
  display: table-cell;
  padding-left: 12px;
}

.footer .coppy{
  padding-top: 30px;
}

@media (max-width: 1173px) {
  .footer .coppy{
    padding-top: 14px;
  }
}

@media (max-width: 991px) {
  .footer .iso {
    /*width: 34%;*/
  }

  .footer .iso .veriquality{
    border-right: none;
  }
}

@media (max-width: 659px) {
  .footer ul li {
    padding: 0 11px 0 10px;
  }
  .footer ul li a {
    font-size: 14px;
  }
}

@media (max-width: 543px) {

  .footer .iso {
    width: 100%;
  }

  .footer .navbar-brand {
    width: 100%;
    background: url(/public/images/footer-logo.png) top center no-repeat;
  }
  .footer ul{
    border-left: none;
    width: 100%;
    margin-top: 5px;
  }
  .footer ul li{
    display: inline-block;
  }

  .footer ul li a {
    text-decoration: underline;
  }
}

@media (max-width: 350px) {
  .footer ul {
    margin-top: 0px;
  }
  .footer ul li{
    display: block;
    text-align: center;
  }
}


/* GALLERY CSS [FIGURE]
   ========================================================================== */
figure {
  display: block;
  position: relative;
  overflow: hidden;
}

figcaption {
  display: block;
  padding: 10px;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

/* GALLERY CSS [IMAGES]
   ========================================================================== */
.gallery-page .col {
  margin-bottom: 15px;
}

.gallery-page .thumbnails {
  position: relative;
  width: 100%;
}

.gallery-page .thumbnails img {
  vertical-align: middle;
  width: 100%;
}

.gallery-page .thumbnails .thumbnails-link {
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: 0%;
  position: absolute;
  z-index: 90;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease;
}

.gallery-page .thumbnails:hover .thumbnails-link {
  bottom: 0;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

.gallery-page .thumbnails .thumbnails-link .details {
  display: table;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.gallery-page .thumbnails .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .thumbnails .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .thumbnails .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .thumbnails .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

/* GALLERY CSS [CATALOGUE || ARCHIVE]
   ========================================================================== */
.gallery-page .col-doc {
  margin-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.gallery-page .documents {
  position: relative;
  width: 100%;
  display: table;
  border: 1px solid #dddddd;
}

.gallery-page .documents .icon {
  display: table-cell;
  padding: 10px;
  font-size: 24px;
  background-color: #0e9c57;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.gallery-page .documents .thumbnails-link {
  color: #3e3e3e;
  display: table-cell;
  background-color: #fff;
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
  position: relative;
}

.gallery-page .documents .thumbnails-link .details {
  position: relative;
  z-index: 2;
  padding: 14px 8px;
}

.gallery-page .documents .thumbnails-link .bg-color {
  position: absolute;
  z-index: 1;
  background-color: #0e9c57;
  width: 0%;
  height: 100%;
  left: 0px;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link strong {
  font-weight: normal;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link p {
  color: #8a8a8a;
}

.gallery-page .documents .thumbnails-link:hover {
  background-color: #5fc995;
  transition: all 0.5s ease;
  color: #fff;
}

.gallery-page .documents .thumbnails-link:hover .bg-color {
  background-color: #0e9c57;
  width: 100%;
  transition: all 0.5s ease;
}

.gallery-page .documents .thumbnails-link:hover p {
  color: #95d4b5;
}

/* GALLERY CSS [MEDIA]
   ========================================================================== */
.gallery-page .gallery-media {
  margin-top: 10px;
}

.gallery-page .medias {
  position: relative;
  width: 100%;
}

.gallery-page .medias .thumbnails-link {
  color: #fff;
  display: block;
  position: relative;
  transition: all 0.6s ease;
  background-color: #e6400c;
}

.gallery-page .medias .thumbnails-link .icon {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  font-size: 70px;
  text-align: center;
  vertical-align: middle;
}

.gallery-page .medias .thumbnails-link .details {
  display: table;
  width: 100%;
  height: 100%;
  height: 150px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 3;
  background-color: rgba(230, 64, 12, 0.9);
  opacity: 0;
  transition: all 0.6s ease;
  bottom: -100%;
}

.gallery-page .medias .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .medias .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .medias .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .medias .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

.gallery-page .medias .thumbnails-link:hover .details {
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
  transition: all 0.6s ease;
}

/* GALLERY CSS [ONLINE MEDIA]
   ========================================================================== */
.gallery-page .o-medias {
  position: relative;
  width: 100%;
}

.gallery-page .o-medias .thumbnails-link {
  color: #fff;
  display: block;
  position: relative;
  transition: all 0.6s ease;
}

.gallery-page .o-medias .thumbnails-link img {
  display: block;
  position: absolute;
  z-index: 0;
  text-align: center;
  vertical-align: middle;
  top: 0px;
}

.gallery-page .o-medias .thumbnails-link .icon {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  font-size: 70px;
  text-align: center;
  vertical-align: middle;
}

.gallery-page .o-medias .thumbnails-link .color {
  background-color: #e6400c;
}

.gallery-page .o-medias .thumbnails-link .details {
  display: table;
  width: 100%;
  height: 100%;
  height: 150px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 3;
  background-color: rgba(230, 64, 12, 0.9);
  opacity: 0;
  transition: all 0.6s ease;
  bottom: -100%;
}

.gallery-page .o-medias .thumbnails-link .details div {
  display: table-cell;
  vertical-align: middle;
}

.gallery-page .o-medias .thumbnails-link strong {
  color: #fff;
  font-weight: normal;
}

.gallery-page .o-medias .thumbnails-link p {
  color: #c3c3c3;
}

.gallery-page .o-medias .thumbnails-link i {
  color: #fff;
  font-size: 14px;
}

.gallery-page .o-medias .thumbnails-link:hover .details {
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
  transition: all 0.6s ease;
}

@media (max-width: 480px) {
  .gallery-row > [class*='col-'] {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .gallery-row > [class*='col-'] {
    float: left;
    clear: none;
    width: 50%;
    margin-bottom: 15px;
  }
}
/* DATA ARTICLE AREA
   ========================================================================== */
.data-article {
  overflow: hidden;
  clear: both;
  padding-bottom: 7px;
}

.data-article i {
  font-size: 18px;
}

.data-article .show_social {
  float: left;
  margin-right: 4px;
  padding: 2px 4px;
}

.data-article .show_print {
  float: left;
  margin-right: 0px;
  padding: 2px 0px;
}

.data-article .show_email {
  float: left;
  margin-right: 0px;
  padding: 2px 0px;
}

.data-article .show_rating {
  float: left;
  margin-right: 4px;
  padding: 2px 6px;
}

.data-article .show_rating .star-rating {
  width: 80px;
  height: 16px;
  float: left;
  background: url(/public/images/ratings.png);
  cursor: pointer;
}

.data-article .show_rating .star {
  width: 16px;
  height: 16px;
  float: left;
}

.data-article .show_rating .result {
  float: left;
  height: 16px;
  color: #454545;
  margin-left: 5px;
  line-height: 110%;
}

.data-article .show_social a, .data-article .show_print a, .data-article .show_email a {
  float: left;
  padding: 6px 12px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-color: #c1c1c1;
  margin-right: 2px;
  color: #fff;
}

.data-article .show_social a:hover, .data-article .show_print a:hover, .data-article .show_email a:hover {
  background-color: #ea4a24;
  transition: all 0.5s ease-in-out;
}

/* VIDEO WRAPPER
   ========================================================================== */
/* SEARCH AREA
   ========================================================================== */
/* CUSTOM SELECT BOX
   ========================================================================== */
.selectbox-wrap {
  display: block;
  position: relative;
  vertical-align: middle;
}

.selectbox {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #504e4a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #c4c0b6;
  padding: 0px 12px;
  margin-bottom: 1px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
}

.selectbox:hover {
  border: 1px solid #a09c95;
  color: #444;
}

.selectbox.disabled, .selectbox.readonly {
  background-color: #f4f4f4;
  border: 1px solid #c6c6c6;
  color: #504e4a;
  cursor: default;
}

.selectbox::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 8px;
  top: 8px;
}

.selectbox-content {
  display: none;
  position: absolute;
  z-index: 101;
  width: 240px;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  box-shadow: none;
  top: 0px;
  margin: 0px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}

.selectbox-content .selectbox-inner {
  display: block;
  position: relative;
  z-index: 103;
  background-color: #fff;
  padding: 10px;
}

.selectbox-content .selectbox-inner .selectbox-collapse {
  display: block;
  position: relative;
  text-align: right;
  color: #444;
  margin-bottom: 3px;
}

.selectbox-content .selectbox-inner .selectbox-collapse:hover {
  color: #e6400c;
}

.selectbox-content .selectbox-inner .selectbox-collapse i {
  font-size: 1.2em;
}

.selectbox-content .selectbox-inner .selectbox-scroll {
  display: block;
  position: relative;
  height: 90px;
  overflow-y: scroll;
  background-color: #fff;
}

.selectbox-content .selectbox-inner .selectbox-scroll .selectbox-scroll-inner {
  display: block;
  margin: 0px 0px;
}

.selectbox-content ul, .selectbox-content ol {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.selectbox-content li {
  display: block;
  padding: 1px 1px;
  margin-bottom: 2px;
}

.selectbox-content li > span {
  padding-left: 3px;
}

.selectbox-content li > span > span {
  font-style: italic;
}

.selectbox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: #000;
  opacity: .3;
  display: block;
}

/* SUGGESTION FORM
   ========================================================================== */
#suggestion-form h2 {
  font-size: 1.2em;
  padding-bottom: 12px;
}

#suggestion-form .suggestion-result {
  clear: left;
  color: #fff;
  font-style: italic;
  background-color: #e66c76;
  padding: 6px;
  font-size: 0.9em;
  margin-bottom: 10px;
}

/* COMMENT FORM || GUESTBOOK FORM
   ========================================================================== */
.comments .comment-result {
  font-size: 0.9em;
}

.comments .comment-result span {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  padding: 4px;
  display: block;
  margin-bottom: 10px;
}

.comments .comment-result em {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  padding: 4px;
  display: block;
  margin-bottom: 10px;
}

.comments .comments-list {
  clear: both;
  padding-top: 6px;
}

.comments .comments-list .comments-header {
  font-size: 1.2em;
  display: none;
}

.comments .comments-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments .comments-list ul li {
  border: 1px solid #DADADA;
  padding: 10px;
  margin-bottom: 4px;
  display: table;
  width: 100%;
}

.comments .comments-list .comment-author {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  width: 80px;
}

.comments .comments-list .comment-author img {
  border-radius: 44px;
}

.comments .comments-list .comment-content {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  padding-top: 4px;
}

.comments .comments-list .comment-content .commenter {
  color: #e6400c;
  font-weight: normal;
  font-size: 1.1em;
}

.comments .comments-list .comment-content .timeago {
  font-size: 0.9em;
  color: #838383;
}

.comments .comments-list .comment-content p {
  display: block;
  text-align: justify;
  padding-top: 6px;
}

/* DATA EXTRAS
   ========================================================================== */
.header .shops-info {
  float: right;
  overflow: hidden;
}

.header .shops-info > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header .shops-info > ul > li {
  display: block;
  position: relative;
  float: left;
  transition: 0.5s;
  border-right: 1px solid #ccc;
  padding: 0px 9px;
}

.header .shops-info > ul > li > a {
  display: inline-block;
  padding: 0px 3px;
  line-height: 25px;
}

.header .shops-info > ul > li > a > span, .header .shops-info > ul > li > a > strong {
  font-weight: normal;
}

.header .shops-info > ul > li.shops-list {
  position: relative;
}

/* DATA EXTRAS
   ========================================================================== */
.data-extra-fields {
  margin-bottom: 7px;
}

.data-extra-fields .div-table {
  border-collapse: collapse;
}

.data-extra-fields .div-table-row {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
}

.data-extra-fields .div-table-row:last-child {
  border-bottom: none;
}

.data-extra-fields .div-table-col {
  padding: 3px 6px;
  vertical-align: middle;
}

.data-extra-fields .div-table-col:first-child {
  width: 133px;
  background-color: #e4e4e4;
}

.data-extra-fields .div-table-col strong {
  font-weight: normal;
}

/* DATA OPTIONS
   ========================================================================== */
.data-extra-options {
  margin-bottom: 7px;
}

.data-extra-options .div-table {
  border-collapse: collapse;
}

.data-extra-options .div-table-row {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
}

.data-extra-options .div-table-row:last-child {
  border-bottom: none;
}

.data-extra-options .div-table-col {
  padding: 3px 6px;
  vertical-align: middle;
}

.data-extra-options .div-table-col:first-child {
  width: 133px;
  background-color: #e4e4e4;
}

.data-extra-options .div-table-col strong {
  font-weight: normal;
}

/* DATA VARYANTS
   ========================================================================== */
.data-extra-varyants {
  margin-bottom: 7px;
}

.data-extra-varyants .div-table {
  border-collapse: collapse;
}

.data-extra-varyants .div-table-row {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
}

.data-extra-varyants .div-table-row:last-child {
  border-bottom: none;
}

.data-extra-varyants .div-table-col {
  padding: 3px 6px;
  vertical-align: middle;
}

.data-extra-varyants .div-table-col:first-child {
  width: 133px;
  background-color: #e4e4e4;
}

.data-extra-varyants .div-table-col strong {
  font-weight: normal;
}

/* LIST CHECK STYLE
   ========================================================================== */
.list-check {
  list-style: none;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.list-check li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  padding-right: 6px;
}

/* MODAL STYLE CSS
   ========================================================================== */
/* POPUP PAGE */
#popup {
  position: relative;
  background: #FFF;
  padding: 15px;
  width: auto;
  max-width: 772px;
  margin: 0 auto;
}

#popup .mfp-close {
  right: -10px;
  top: -37px;
}

/* PRINT PAGE CSS
 ========================================================================== */
@media print {
  .header, .footer, .pre-footer, .comments, .gallery-page, .breadcrumb, .data-article {
    display: none;
  }
}
