/*
Theme Name: Akileos theme
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.4
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.4
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/
/* Include the parent theme's stylesheet(s) */
/*
* Custom mixins function
*
*
*/
.margin-left {
  margin-right: 0px;
  margin-left: 8px;
}
.margin-right,
.margin {
  margin-right: 8px;
  margin-left: 0px;
}
.force-left {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.force-right {
  padding-right: 0 !important;
  padding-left: 15px !important;
}
.force-large {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .force-left-xs {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .force-right-xs {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .force-large-xs {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 991px) {
  .force-left-sm {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .force-right-sm {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .force-large-sm {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
}
@media screen and (max-width: 767px) {
  .pull-right-xs {
    float: right !important;
  }
}
@media screen and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
}
@media screen and (max-width: 991px) {
  .pull-right-sm {
    float: right !important;
  }
}
@font-face {
  font-family: 'century-gothic';
  src: url('../fonts/gothic.ttf');
}
@font-face {
  font-family: 'century-gothic-bold';
  src: url('../fonts/gothicb.ttf');
}
/*
* RESET Global
*
*
* 
*/
html {
  margin: 0;
  height: 100%;
}
html body {
  font-family: 'century-gothic';
  font-size: 12.5px;
  line-height: 20px;
  margin: 0;
  height: 100%;
}
html body p {
  line-height: 22px;
}
html body .default-red {
  color: #a21523;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  color: #303030;
}
html body h1.entry-title,
html body h2.entry-title,
html body h3.entry-title,
html body h4.entry-title,
html body h5.entry-title,
html body h6.entry-title {
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 45px;
}
html body h1.entry-title a,
html body h2.entry-title a,
html body h3.entry-title a,
html body h4.entry-title a,
html body h5.entry-title a,
html body h6.entry-title a {
  font-size: 24px;
  font-weight: bold;
  color: #303030;
}
html body h1.entry-title.title-red,
html body h2.entry-title.title-red,
html body h3.entry-title.title-red,
html body h4.entry-title.title-red,
html body h5.entry-title.title-red,
html body h6.entry-title.title-red {
  color: #a21523;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
}
html body h3.entry-title,
html body h3.entry-title > a {
  color: #a21523;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}
html body .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body a.btn {
  font-size: 12px;
}
html body a.btn.btn-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
html body .overlay {
  display: none;
}
html body.have_background {
  background-size: cover;
  background-position: center center;
}
html body.have_background .overlay {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  pointer-events: auto;
  z-index: -1;
  position: fixed;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
html body.have_background .bg-link {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
html body .bold {
  font-family: 'century-gothic-bold';
}
html input,
html textarea {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  height: 30px;
  line-height: 30px;
  padding: 3px 6px;
  background-color: #eee;
  -webkit-box-shadow: 0 0px 4px #ccc inset;
  -moz-box-shadow: 0 0px 4px #ccc inset;
  box-shadow: 0 0px 4px #ccc inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  width: 100%;
}
html textarea {
  height: auto;
}
html .img-responsive {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
html .img-responsive img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
html .container {
  max-width: 1200px;
  padding: 0;
  width: auto;
}
html #page {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  html #main-grid #primary,
  html #main-grid #secondary {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding-top: 0;
  }
  html #main-grid #primary #main,
  html #main-grid #secondary #main {
    padding-top: 20px;
  }
}
html #content,
html #colophon {
  margin-top: 20px;
}
html #content .container,
html #colophon .container {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}
html #content .content-news .post-thumbnail,
html #colophon .content-news .post-thumbnail {
  -webkit-box-shadow: 0 7px 7px -6px #949494;
  -moz-box-shadow: 0 7px 7px -6px #949494;
  box-shadow: 0 7px 7px -6px #949494;
  border: 1px solid #949494;
}
html #content .content-news .post-thumbnail a img,
html #colophon .content-news .post-thumbnail a img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin-bottom: 0;
  border-width: 0;
}
html #content .content-news .entry-summary p,
html #colophon .content-news .entry-summary p {
  font-size: 12px;
  line-height: 15px;
}
html .btn {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html .btn.btn-read-more {
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #303030;
  color: #303030;
  font-weight: bold;
  padding: 8px 24px;
}
html .btn.btn-read-more i.fa {
  font-weight: bold;
  margin-right: 10px;
}
html .responsive-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
html header.content-header {
  background-color: transparent;
  color: #303030;
  min-height: inherit;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
html header.content-header .page-title {
  margin-top: 0;
  color: #303030;
}
/*
*	Header
*	menu - nav - primary
*
* 
*/
header.site-header {
  background-color: #a21523;
  box-shadow: 0 0 5px #555;
  padding: 20px 0;
  margin-top: 20px;
}
header.site-header .site-branding {
  padding: 0;
  position: relative;
}
header.site-header .site-branding h1,
header.site-header .site-branding h1 > a {
  font-size: 24px;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: 'century-gothic';
  color: #ffffff;
  text-transform: uppercase;
}
header.site-header nav.main-navigation div.navbar-collapse.collapse {
  margin-left: 0;
  margin-right: 0;
}
header.site-header nav.main-navigation .icon-bar {
  background-color: white;
}
header.site-header nav.main-navigation div.navbar {
  background-color: transparent;
  border-color: transparent;
  min-height: inherit;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav {
  background-color: transparent;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li a {
  padding: 10px 15px;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  background-color: transparent;
  font-weight: bold;
  display: inline-block;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.fb,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.facebook,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.tw,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.twitter,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.yt,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.youtube,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.gl,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.google {
  color: transparent;
  font-size: 0px;
  text-indent: -99999px;
  position: relative;
  margin-right: 10px;
  width: 26px;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.fb a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.facebook a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.tw a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.twitter a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.yt a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.youtube a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.gl a,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.google a {
  display: block;
  width: 100%;
  height: 100%;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.fb:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.facebook:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.tw:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.twitter:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.yt:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.youtube:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.gl:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.google:before {
  text-indent: 0px;
  content: "\f1a0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: white;
  font-size: 14px;
  padding-right: 10px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  padding: 2px 5px;
  border: 1px solid white;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.fb:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.facebook:before {
  content: "\f09a";
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.tw:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.twitter:before {
  content: "\f099";
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.yt:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.youtube:before {
  content: "\f04b";
  text-indent: 3px;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.gl:before,
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.google:before {
  content: "\f0d5";
  font-size: 13px;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav li.active {
  border-bottom: 1px solid white;
}
header.site-header nav.main-navigation div.navbar ul.nav.navbar-nav.social {
  margin-right: 15px;
  margin-left: 10px;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 32px;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container:hover .cart-contents-details,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs:hover .cart-contents-details {
  display: block;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container .cart-contents-details,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs .cart-contents-details {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  width: 110px;
  padding-top: 35px;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container .cart-contents-details ul,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs .cart-contents-details ul {
  background-color: #fff;
  padding: 10px 8px;
  -webkit-box-shadow: 0 0 3px black;
  -moz-box-shadow: 0 0 3px black;
  box-shadow: 0 0 3px black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style: none;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container .cart-contents-details ul .total,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs .cart-contents-details ul .total {
  font-family: 'century-gothic-bold';
}
header.site-header nav.main-navigation div.navbar .cart-contents-container .cart-contents-details:hover,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs .cart-contents-details:hover {
  display: block;
}
header.site-header nav.main-navigation div.navbar .cart-contents-container .cart-contents,
header.site-header nav.main-navigation div.navbar .cart-contents-container-xs .cart-contents {
  position: relative;
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 28px;
  margin-left: 7px;
  z-index: 2;
}
header.site-header nav.main-navigation div.navbar .search-form-button,
header.site-header nav.main-navigation div.navbar .search-form-button-xs {
  background-color: transparent;
  font-size: 16px;
  border: 0 none;
  padding: 4px 12px;
}
header.site-header nav.main-navigation div.navbar .search-form-button-xs,
header.site-header nav.main-navigation div.navbar .cart-contents-xs {
  display: none;
}
@media (max-width: 1100px) {
  #site-branding {
    z-index: 9999;
  }
  nav.main-navigation .navbar-header {
    float: none;
  }
  nav.main-navigation .navbar-left,
  nav.main-navigation .navbar-right {
    float: none !important;
  }
  nav.main-navigation .navbar-toggle {
    margin-top: 0;
    display: block;
  }
  nav.main-navigation #menu-social li {
    width: 26px;
  }
  nav.main-navigation .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  nav.main-navigation .navbar-collapse div.pull-left,
  nav.main-navigation .navbar-collapse div.pull-right {
    float: none !important;
  }
  nav.main-navigation .navbar-collapse ul li a {
    font-size: 14px !important;
    padding: 12px 15px;
    margin: 0 auto;
    text-align: center;
  }
  nav.main-navigation .navbar-collapse .search-container > .cart-contents-container,
  nav.main-navigation .navbar-collapse .search-container .search-form-button {
    display: none  !important;
  }
  nav.main-navigation .navbar-collapse .search-container > .search-form-button-xs,
  nav.main-navigation .navbar-collapse .search-container .cart-contents-xs {
    width: 100%;
    display: block !important;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 15px;
  }
  nav.main-navigation .navbar-collapse #menu-social {
    float: right;
    border-top: 1px solid white;
  }
  nav.main-navigation .navbar-collapse #menu-social > li {
    margin-top: 10px;
    float: right !important;
    margin-right: 15px;
  }
  nav.main-navigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  nav.main-navigation .navbar-collapse.collapse {
    display: none!important;
  }
  nav.main-navigation .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  nav.main-navigation .navbar-nav > li {
    float: none;
  }
  nav.main-navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.main-navigation .collapse.in {
    display: block !important;
  }
  nav.main-navigation .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#search.modal {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#search.modal .modal-dialog {
  width: 100%;
  height: 100%;
}
#search.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
#search.modal .modal-dialog .modal-content .modal-header,
#search.modal .modal-dialog .modal-content .modal-footer {
  border: 0 none;
  text-align: center;
  color: white;
}
#search.modal .modal-dialog .modal-content .modal-header h1,
#search.modal .modal-dialog .modal-content .modal-footer h1,
#search.modal .modal-dialog .modal-content .modal-header h2,
#search.modal .modal-dialog .modal-content .modal-footer h2,
#search.modal .modal-dialog .modal-content .modal-header h3,
#search.modal .modal-dialog .modal-content .modal-footer h3,
#search.modal .modal-dialog .modal-content .modal-header h4,
#search.modal .modal-dialog .modal-content .modal-footer h4,
#search.modal .modal-dialog .modal-content .modal-header h5,
#search.modal .modal-dialog .modal-content .modal-footer h5,
#search.modal .modal-dialog .modal-content .modal-header h6,
#search.modal .modal-dialog .modal-content .modal-footer h6 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-align: center;
}
#search.modal .modal-dialog .modal-content .modal-header {
  margin-top: 95px;
}
#search.modal .modal-dialog .modal-content .modal-body {
  margin-top: 95px;
}
#search.modal .modal-dialog .modal-content .modal-body form {
  width: 500px;
  margin: 55px auto;
  display: block;
}
#search.modal .modal-dialog .modal-content .modal-body form input[type="text"] {
  width: 400px;
  text-align: center;
  color: white;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 1px solid #1d1d1d;
  height: 45px;
}
#search.modal .modal-dialog .modal-content .modal-body form button[type=submit] {
  background-color: transparent;
  border: 0 none;
  text-align: center;
  margin-left: 10px;
  width: auto;
  font-size: 20px;
}
#search.modal .modal-dialog .modal-content .btn.close-modal {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
#search.modal .modal-dialog .modal-content .btn.close-modal span {
  margin-right: 10px;
  padding-top: 5px;
  float: left;
}
#search.modal .modal-dialog .modal-content .btn.close-modal:hover {
  border-color: white;
}
#search.modal .modal-dialog .modal-content .close {
  color: white;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#search.modal .modal-dialog .modal-content .close:hover {
  background-color: transparent;
}
/*
* Homepage 
* home - index 
* 
*/
body.home #main {
  position: relative;
  height: 100%;
}
body.home #main .pagination {
  display: none;
}
body.home #main-grid {
  height: 100%;
}
body.home #primary {
  padding-bottom: 0;
  height: 100%;
}
body.home .container.slider-container {
  padding: 0;
  margin-bottom: 20px;
}
body.home .catalogue-container {
  overflow: hidden;
}
body.home .catalogue {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.home .catalogue {
    position: relative;
  }
}
body.home .catalogue .catalogue-slider {
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.home .catalogue .catalogue-slider ul.nav {
  border: 0 none;
  margin-bottom: 30px;
}
body.home .catalogue .catalogue-slider ul.nav li {
  border: 2px solid #aaa;
  padding: 0;
  margin-right: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'century-gothic-bold';
  font-weight: normal;
  font-size: 14px;
  color: #aaa;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.home .catalogue .catalogue-slider ul.nav li a {
  color: #aaa;
  padding: 3px 40px;
  border: 0px none;
  background-color: transparent;
}
body.home .catalogue .catalogue-slider ul.nav li.active,
body.home .catalogue .catalogue-slider ul.nav li:hover {
  background-color: #303030;
  color: white;
  border-color: #303030;
}
body.home .catalogue .catalogue-slider ul.nav li.active a,
body.home .catalogue .catalogue-slider ul.nav li:hover a {
  color: white;
}
body.home .catalogue .catalogue-slider .tab-content-container {
  overflow: hidden;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
body.home .catalogue .catalogue-slider .tab-content.catalogue-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}
body.home .catalogue .catalogue-slider .tab-content.catalogue-slide .tab-pane {
  position: relative;
  left: 0;
  /* For Safari 3.1 to 6.0 */
  transition: left 0.6s ease-in-out;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
}
body.home .catalogue .catalogue-slider .tab-content.catalogue-slide .tab-pane .catalogue-item {
  text-align: center;
  float: left;
  padding: 10px 35px;
  width: 25%;
  margin-right: 0;
}
body.home .catalogue .catalogue-slider .tab-content.catalogue-slide .tab-pane .catalogue-item img {
  -webkit-box-shadow: 0 0 3px #444;
  -moz-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
}
body.home .catalogue .catalogue-slider .tab-content.catalogue-slide .tab-pane .catalogue-item h3 {
  font-family: 'century-gothic-bold';
  font-size: 14px;
  text-align: center;
}
body.home .catalogue .catalogue-slider .catalogue-nav {
  position: absolute;
  right: 0;
  top: 40%;
  color: #aaa;
  font-size: 24px;
}
body.home .catalogue .catalogue-slider .catalogue-nav:hover {
  color: #848484;
}
body.home .catalogue .catalogue-slider .catalogue-nav.prev {
  right: inherit;
  left: 0;
}
body.home .catalogue .catalogue-slider .bullets-nav {
  display: none;
  position: absolute;
  left: 0;
  bottom: 90px;
  /* For Safari 3.1 to 6.0 */
  transition: left 0.6s ease-in-out;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
}
body.home .catalogue .catalogue-slider .bullets-nav .bullet {
  font-size: 12px;
  color: #aaa;
  margin-right: 10px;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.1s linear 0s;
}
body.home .catalogue .catalogue-slider .bullets-nav .bullet:hover {
  color: #7d7d7d;
}
body.home .catalogue .catalogue-slider .bullets-nav .bullet.active {
  color: #4a4a4a;
}
body.home .catalogue .catalogue-slider .bullets-nav .bullet.active i:before {
  content: "\f111";
}
body.page-template-page-theme #main {
  padding-top: 280px !important;
}
body.page-template-page-theme .img-responsive {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
body.page-template-page-theme h4.item-title {
  color: #333333;
}
body.page-template-page-theme h4.item-title a {
  color: #333333;
}
body.page-template-page-theme h3.category-title{
  font-size: 24px;
  margin-bottom: 25px;
}
body.page-template-page-theme .sub-text {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 45px;
}
body.page-template-page-news h1.entry-title .categories,
body.archive.category h1.entry-title .categories {
  margin-top: 5px;
  display: block;
}
body.page-template-page-news h1.entry-title .categories a,
body.archive.category h1.entry-title .categories a {
  font-weight: normal;
  color: #a21523;
  font-size: 13px;
}
body.tribe-events-page-template #tribe-events-pg-template {
  max-width: inherit;
  margin: 0 15px;
}
body.tribe-events-page-template #tribe-events-pg-template .tribe-events-loop {
  max-width: inherit;
  margin: 0 15px;
}
body.page-template-page-catalogue,
body.post-type-archive-catalogue {
  padding-bottom: 45px;
}
body.page-template-page-catalogue .alpha-paginate,
body.post-type-archive-catalogue .alpha-paginate {
  display: inline-block;
  margin-left: 25px;
  line-height: 35px;
}
body.page-template-page-catalogue .alpha-paginate a,
body.post-type-archive-catalogue .alpha-paginate a {
  color: #a21523;
  font-weight: 600;
  margin-right: 10px;
}
body.page-template-page-catalogue .alpha-paginate a:hover,
body.post-type-archive-catalogue .alpha-paginate a:hover,
body.page-template-page-catalogue .alpha-paginate a:focus,
body.post-type-archive-catalogue .alpha-paginate a:focus {
  text-decoration: underline;
}
body.page-template-page-catalogue h6.entry-title.title-red,
body.post-type-archive-catalogue h6.entry-title.title-red {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
body.page-template-page-catalogue .catalogue-file,
body.post-type-archive-catalogue .catalogue-file {
  border-color: #a21523;
  color: #a21523;
  border-width: 2px;
  margin-top: 25px;
  margin-right: 15px;
  font-weight: bold;
}
body.page-template-page-catalogue .catalogue-file:hover,
body.post-type-archive-catalogue .catalogue-file:hover {
  background_color: transparent;
}
body.page-template-page-catalogue .site-main .letter-cell,
body.post-type-archive-catalogue .site-main .letter-cell {
  color: #303030;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-left: 15px;
}
body.page-template-page-catalogue .filters,
body.post-type-archive-catalogue .filters {
  margin-bottom: 55px;
  margin-top: 25px;
}
body.page-template-page-catalogue .filters select,
body.post-type-archive-catalogue .filters select {
  border-color: black;
  border-width: 2px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  padding: 4px;
  width: 100px;
  color: black;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}
body.page-template-page-catalogue .filters .result-count,
body.post-type-archive-catalogue .filters .result-count {
  color: #a21523;
  font-family: 'century-gothic-bold';
  line-height: 35px;
}
body.page-template-page-catalogue .catalogue-item,
body.post-type-archive-catalogue .catalogue-item {
  margin-bottom: 15px;
}
body.page-template-page-catalogue .catalogue-item .line,
body.post-type-archive-catalogue .catalogue-item .line {
  font-size: 11px;
  margin-bottom: 6px;
}
body.page-template-page-catalogue .catalogue-item .line a,
body.post-type-archive-catalogue .catalogue-item .line a {
  color: #303030;
}
body.page-template-page-catalogue .catalogue-item .line a:hover,
body.post-type-archive-catalogue .catalogue-item .line a:hover {
  text-decoration: underline;
}
body.page-template-page-catalogue .catalogue-item .line p,
body.post-type-archive-catalogue .catalogue-item .line p {
  margin-bottom: 0;
  line-height: 12px;
}
@media screen and (min-width: 767px) {
  body.page-template-page-catalogue .catalogue-item,
  body.post-type-archive-catalogue .catalogue-item {
    width: 25.000%;
    min-height: 360px;
  }
}
/*
* shop page
*
* shop - woocomerce - buy 
*/
body.woocommerce-page ul.products li.product {
  width: 25%;
  text-align: center;
  padding: 5px 15px;
}
body.woocommerce-page ul.products li.product h3 {
  color: #303030;
  font-weight: bold;
  text-align: center;
}
body.woocommerce-page ul.products li.product a.button.add_to_cart_button {
  border: 2px solid #a21523;
  color: #a21523;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}
body.woocommerce-page ul.products li.product span.price {
  color: #303030;
  font-weight: bold;
  text-align: right;
}
body.woocommerce-page ul.products li.product span.price del {
  display: inline-block;
  margin-right: 10px;
}
body.woocommerce-page ul.products li.product span.price del span.amount {
  font-size: 12px;
}
body.woocommerce-page ul.products li.product span.price ins {
  display: inline-block;
}
body.woocommerce-page ul.products li.product span.price ins,
body.woocommerce-page ul.products li.product span.price span.amount {
  font-size: 15px;
  text-decoration: initial;
}
body.woocommerce-page span.onsale {
  background-color: #a21523;
}
body.woocommerce-page .quantity input.qty {
  line-height: 15px;
  text-align: left;
  width: 60px;
  margin-right: 10px;
}
body.woocommerce-page.single .product_title {
  margin-bottom: 0;
}
body.woocommerce-page.single .product_title .authors-meta {
  font-size: 12px;
}
body.woocommerce-page.single .related.products h5,
body.woocommerce-page.single .upsells.products h5 {
  margin-bottom: 15px;
}
body.woocommerce-page.single .related.products li.product,
body.woocommerce-page.single .upsells.products li.product {
  width: 100%;
}
body.woocommerce-page.single .related.products span.onsale,
body.woocommerce-page.single .upsells.products span.onsale {
  display: none;
}
body.page-template-page-authors .entry-title {
  margin-top: 5px;
}
body.page-template-page-authors .alphabet-paginate {
  margin-bottom: 35px;
}
body.page-template-page-authors .alphabet-paginate a,
body.page-template-page-authors .alphabet-paginate span {
  color: #a21523;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 900;
  font-size: 11.2px;
}
body.page-template-page-authors .alphabet-paginate a.current,
body.page-template-page-authors .alphabet-paginate span.current {
  text-decoration: underline;
}
body.page-template-page-authors .alphabet-paginate a.sep,
body.page-template-page-authors .alphabet-paginate span.sep {
  margin-left: 20px;
  margin-right: 20px;
  border-right: 1px solid #a21523;
  height: 16px;
}
body.page-template-page-authors .alphabet-paginate a.sep:last-child,
body.page-template-page-authors .alphabet-paginate span.sep:last-child {
  display: none;
}
body.page-template-page-authors .alphabet-paginate span {
  margin-right: 25px;
}
body.page-template-page-authors .post-thumbnail {
  overflow: hidden;
}
body.page-template-page-authors .post-thumbnail .large-thumbnail {
  height: 100%;
}
body.page-template-page-to-appear .catalogue .catalogue-item,
body.tax-catalogue_author .catalogue .catalogue-item,
body.page-template-page-catalogue .catalogue .catalogue-item {
  float: left;
  padding: 10px 35px;
  height: 320px;
  margin-right: 0;
  position: relative;
  margin-bottom: 10px;
}
body.page-template-page-to-appear .catalogue .catalogue-item img,
body.tax-catalogue_author .catalogue .catalogue-item img,
body.page-template-page-catalogue .catalogue .catalogue-item img {
  -webkit-box-shadow: 0 0 3px #444;
  -moz-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
}
body.page-template-page-to-appear .catalogue .catalogue-item h3.item-title,
body.tax-catalogue_author .catalogue .catalogue-item h3.item-title,
body.page-template-page-catalogue .catalogue .catalogue-item h3.item-title,
body.page-template-page-to-appear .catalogue .catalogue-item h3.item-title > a,
body.tax-catalogue_author .catalogue .catalogue-item h3.item-title > a,
body.page-template-page-catalogue .catalogue .catalogue-item h3.item-title > a {
  color: #303030;
  font-family: 'century-gothic-bold';
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
body.page-template-page-to-appear .catalogue .catalogue-item .item-link,
body.tax-catalogue_author .catalogue .catalogue-item .item-link,
body.page-template-page-catalogue .catalogue .catalogue-item .item-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.page-template-page-to-appear .catalogue .catalogue-item .item-link .btn,
body.tax-catalogue_author .catalogue .catalogue-item .item-link .btn,
body.page-template-page-catalogue .catalogue .catalogue-item .item-link .btn {
  text-transform: uppercase;
  border-color: #a21523;
  border-width: 1px;
  -webkit-box-shadow: 0 0 1px #a21523;
  -moz-box-shadow: 0 0 1px #a21523;
  box-shadow: 0 0 1px #a21523;
  color: #a21523;
  margin-top: 15px;
  background-color: transparent;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin: 10px auto;
  display: inline-block;
  padding: 4px 20px;
  font-weight: 600;
}
body.page-template-page-to-appear .catalogue .catalogue-item .out-date,
body.tax-catalogue_author .catalogue .catalogue-item .out-date,
body.page-template-page-catalogue .catalogue .catalogue-item .out-date {
  line-height: 15px;
  margin-bottom: 0;
  font-size: 11px;
}
body.page-template-page-to-appear .catalogue .catalogue-item .authors-line,
body.tax-catalogue_author .catalogue .catalogue-item .authors-line,
body.page-template-page-catalogue .catalogue .catalogue-item .authors-line {
  margin-bottom: 0;
}
body.page-template-page-to-appear .catalogue.large,
body.tax-catalogue_author .catalogue.large,
body.page-template-page-catalogue .catalogue.large {
  margin-top: 25px;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item,
body.tax-catalogue_author .catalogue.large .catalogue-item,
body.page-template-page-catalogue .catalogue.large .catalogue-item {
  height: 420px;
  padding: 10px 15px;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item h3,
body.tax-catalogue_author .catalogue.large .catalogue-item h3,
body.page-template-page-catalogue .catalogue.large .catalogue-item h3 {
  text-align: left;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item img,
body.tax-catalogue_author .catalogue.large .catalogue-item img,
body.page-template-page-catalogue .catalogue.large .catalogue-item img {
  margin: 0 0;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item p,
body.tax-catalogue_author .catalogue.large .catalogue-item p,
body.page-template-page-catalogue .catalogue.large .catalogue-item p {
  margin-bottom: 5px;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item .item-link,
body.tax-catalogue_author .catalogue.large .catalogue-item .item-link,
body.page-template-page-catalogue .catalogue.large .catalogue-item .item-link {
  position: relative;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item:hover .item-link a,
body.tax-catalogue_author .catalogue.large .catalogue-item:hover .item-link a,
body.page-template-page-catalogue .catalogue.large .catalogue-item:hover .item-link a {
  color: #a21523;
}
body.page-template-page-to-appear .catalogue.large .catalogue-item .price ins,
body.tax-catalogue_author .catalogue.large .catalogue-item .price ins,
body.page-template-page-catalogue .catalogue.large .catalogue-item .price ins {
  font-weight: bold;
  margin-left: 10px;
}
body.page-template-page-to-appear .catalogue.entry-shop,
body.tax-catalogue_author .catalogue.entry-shop,
body.page-template-page-catalogue .catalogue.entry-shop {
  border-left: 1px solid #ccc;
}
body.tax-catalogue_author .entry-related {
  margin-top: 25px;
}
article.post.content-news {
  margin-bottom: 35px;
}
article.post.content-news a.btn-read-more {
  position: absolute;
  left: 15px;
  bottom: 0;
}
article.post.content-news h1.entry-title {
  margin-bottom: 0px;
}
article.post.content-news .categories {
  margin-bottom: 35px;
}
.paginate-links {
  display: block;
  text-align: center;
  width: 100%;
}
.paginate-links .page-numbers {
  display: inline-block;
  float: none;
  margin-right: 15px;
  margin-left: 15px;
  color: black !important;
}
.paginate-links .page-numbers.disabled {
  color: #707070 !important;
}
.paginate-links .page-numbers.prev,
.paginate-links .page-numbers.next {
  font-size: 25px;
  vertical-align: sub;
}
.paginate-links .page-numbers:not(.next):not(.prev) {
  padding: 3px;
  color: black;
  height: 28px;
  padding: 2px 8px;
  font-weight: bold;
  width: 28px;
  background-color: transparent;
}
.paginate-links .page-numbers:not(.next):not(.prev).current {
  border: 2px solid black;
  -webkit-border-radius: 360px;
  -moz-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}
.breadcrumbs {
  margin-bottom: 15px;
}
/*
* Single 
*
* Single post page 
*
* article - post - single
*
*/
body.single h1.entry-title,
body.tax-catalogue_author h1.entry-title {
  font-size: 30px;
}
body.single #pdf-modal,
body.tax-catalogue_author #pdf-modal,
body.single #pdf-modal .modal-content,
body.tax-catalogue_author #pdf-modal .modal-content {
  z-index: 9999999999;
}
body.single #pdf-modal .modal-content,
body.tax-catalogue_author #pdf-modal .modal-content,
body.single #pdf-modal .modal-content .modal-content,
body.tax-catalogue_author #pdf-modal .modal-content .modal-content {
  background-color: transparent;
  border: 0 none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 0;
}
body.single #pdf-modal .modal-dialog,
body.tax-catalogue_author #pdf-modal .modal-dialog,
body.single #pdf-modal .modal-content .modal-dialog,
body.tax-catalogue_author #pdf-modal .modal-content .modal-dialog {
  width: 100% !important;
}
body.single #pdf-modal .modal-dialog #flipbook,
body.tax-catalogue_author #pdf-modal .modal-dialog #flipbook,
body.single #pdf-modal .modal-content .modal-dialog #flipbook,
body.tax-catalogue_author #pdf-modal .modal-content .modal-dialog #flipbook {
  margin: 0 auto !important;
}
body.single #pdf-modal .modal-dialog #flipbook .page_number,
body.tax-catalogue_author #pdf-modal .modal-dialog #flipbook .page_number,
body.single #pdf-modal .modal-content .modal-dialog #flipbook .page_number,
body.tax-catalogue_author #pdf-modal .modal-content .modal-dialog #flipbook .page_number {
  background: rgba(0, 0, 0, 0.7);
}
body.single #pdf-modal .modal-dialog .modal-footer,
body.tax-catalogue_author #pdf-modal .modal-dialog .modal-footer,
body.single #pdf-modal .modal-content .modal-dialog .modal-footer,
body.tax-catalogue_author #pdf-modal .modal-content .modal-dialog .modal-footer {
  text-align: center;
}
body.single .entry-thumbnail-header,
body.tax-catalogue_author .entry-thumbnail-header {
  height: 250px;
  border: 1px solid #ddd;
}
body.single .entry-content h4,
body.tax-catalogue_author .entry-content h4 {
  margin-top: 0;
}
body.single .pdf-link,
body.tax-catalogue_author .pdf-link {
  background-color: #a21523;
  color: white;
  font-size: 17px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-top: 8px;
}
body.single .content-detail,
body.tax-catalogue_author .content-detail {
  margin-top: 35px;
}
body.single .entry-details,
body.tax-catalogue_author .entry-details {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  background: #fafafa;
  background-repeat: repeat;
  padding: 10px 15px;
}
body.single .entry-details .line,
body.tax-catalogue_author .entry-details .line {
  font-size: 11px;
  margin-bottom: 6px;
}
body.single .entry-details .line label,
body.tax-catalogue_author .entry-details .line label {
  font-weight: bold;
  color: #a21523;
  margin-bottom: 0;
  line-height: 12px;
  float: left;
  margin-right: 8px;
}
body.single .entry-details .line a,
body.tax-catalogue_author .entry-details .line a {
  color: #303030;
}
body.single .entry-details .line a:hover,
body.tax-catalogue_author .entry-details .line a:hover {
  text-decoration: underline;
}
body.single .entry-details .line p,
body.tax-catalogue_author .entry-details .line p {
  margin-bottom: 0;
  line-height: 12px;
}
body.single .entry-details .line.ban,
body.tax-catalogue_author .entry-details .line.ban {
  margin-top: 25px;
}
body.single .entry-details .cover,
body.tax-catalogue_author .entry-details .cover {
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative;
}
body.single .entry-details .cover .cover-container,
body.tax-catalogue_author .entry-details .cover .cover-container {
  display: inline-block;
  float: right;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto;
}
body.single .entry-details .cover img,
body.tax-catalogue_author .entry-details .cover img {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 2px #666;
  -moz-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
}
body.single .entry-details .tags,
body.tax-catalogue_author .entry-details .tags {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single .entry-details .tags .tags-links,
body.tax-catalogue_author .entry-details .tags .tags-links {
  font-size: 11px;
}
body.single .entry-details .tags .tags-links a,
body.tax-catalogue_author .entry-details .tags .tags-links a {
  color: #a21523;
}
body.single .entry-details .tags .tags-links span,
body.tax-catalogue_author .entry-details .tags .tags-links span {
  font-size: 11px;
}
body.single #pdf-modal #flipbook,
body.tax-catalogue_author #pdf-modal #flipbook {
  margin: 35px auto 0;
}
body.single #pdf-modal #flipbook .page,
body.tax-catalogue_author #pdf-modal #flipbook .page {
  background-color: black !important;
}
body.single #pdf-modal #flipbook .page img,
body.tax-catalogue_author #pdf-modal #flipbook .page img {
  width: 100%;
}
body.single #pdf-modal .modal-footer,
body.tax-catalogue_author #pdf-modal .modal-footer {
  border-color: transparent;
}
body.single #pdf-modal .modal-backdrop.in,
body.tax-catalogue_author #pdf-modal .modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
body.single #pdf-modal p.notice,
body.tax-catalogue_author #pdf-modal p.notice {
  margin-top: 25px;
  display: none;
  text-align: center;
  color: white;
  margin-bottom: -47px;
}
body.single #pdf-modal .close,
body.tax-catalogue_author #pdf-modal .close {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: white;
  text-shadow: 0 0 transparent;
  position: relative;
  z-index: 9;
  border: 1px solid white;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  font-size: 15px;
  padding: 5px 10px;
  margin: 45px auto 0;
  text-align: center;
  width: auto;
  float: none;
  display: inline-block;
}
body.single #pdf-modal .close:hover,
body.tax-catalogue_author #pdf-modal .close:hover {
  background-color: transparent !important;
}
body.single div.entry-meta,
body.tax-catalogue_author div.entry-meta {
  display: none;
}
body.single div.entry-meta .entry-details,
body.tax-catalogue_author div.entry-meta .entry-details {
  margin-top: 15px;
}
body.single .related,
body.tax-catalogue_author .related {
  margin-top: 25px;
}
body.single .related h5.type-title,
body.tax-catalogue_author .related h5.type-title {
  text-transform: uppercase;
  color: #a21523;
  font-family: 'century-gothic-bold';
}
body.single .related .related-group,
body.tax-catalogue_author .related .related-group {
  padding: 10px;
  margin-bottom: 10px;
}
body.single .related .related-group .related-item h5,
body.tax-catalogue_author .related .related-group .related-item h5 {
  margin-bottom: 0;
}
body.single .related .related-group .related-item h5 a,
body.tax-catalogue_author .related .related-group .related-item h5 a {
  font-family: 'century-gothic-bold';
  font-size: 12px;
}
body.single .related .related-group .related-item img,
body.tax-catalogue_author .related .related-group .related-item img {
  width: 100%;
}
body.single .related .related-group .related-item .price,
body.tax-catalogue_author .related .related-group .related-item .price {
  font-family: 'century-gothic-bold';
  font-weight: normal;
  text-align: right;
  color: #303030;
  margin-top: 5px;
}
body.single .related .related-group .related-item .price del,
body.tax-catalogue_author .related .related-group .related-item .price del {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
body.single .related .related-group .related-item .price ins,
body.tax-catalogue_author .related .related-group .related-item .price ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}
body.single .related .related-group .related-item .author,
body.tax-catalogue_author .related .related-group .related-item .author {
  font-size: 11px;
  color: #a21523;
}
body.single .related .related-group .related-item .item-link,
body.tax-catalogue_author .related .related-group .related-item .item-link {
  font-size: 12.5px;
}
body.single-catalogue .entry-meta {
  margin-top: 10px;
}
body.single-catalogue .modal-backdrop {
  opacity: 0.85;
}
body.single.single-post .post-header-image {
  height: 150px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
body.single.single-post .post-header-image .responsive-img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.single.single-post .post-header-image img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
body.single.single-post .entry-title.title-red {
  font-size: 30px;
}
body.single.single-post .comment-form-comment textarea {
  width: 100%;
  max-width: inherit;
}
/*
* single-product
*
* woocommerce - single - product - shop
* 
*/
body.single-product .entry-title {
  font-family: 'century-gothic-bold';
}
body.single-product .entry-summary .price {
  text-align: right;
  color: #303030;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
}
body.single-product .entry-summary .price del {
  display: inline-block;
  margin-right: 10px;
}
body.single-product .entry-summary .price del span.amount {
  color: #303030;
  font-size: 12px;
}
body.single-product .entry-summary .price ins {
  display: inline-block;
}
body.single-product .entry-summary .price ins,
body.single-product .entry-summary .price span.amount {
  color: #303030;
  font-size: 25px;
  text-decoration: initial;
}
body.single-product form.cart button.single_add_to_cart_button.button.alt {
  border: 2px solid #a21523;
  color: #a21523;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}
#tribe-events-content .entry-title {
  margin-bottom: 0;
}
#tribe-events-content .tribe-events-schedule {
  margin-top: 5px;
}
/*
* Akileos 
*
* akileos - about us - team
* 
*/
body.page-template-page-akileos .about-text {
  font-weight: bold;
}
body.page-template-page-akileos .stats .stat {
  color: #a21523;
  text-align: center;
}
body.page-template-page-akileos .stats .stat .title {
  font-size: 15px;
}
body.page-template-page-akileos .stats .stat .value {
  font-weight: bolder;
  font-size: 28px;
  font-family: 'century-gothic-bold';
}
body.page-template-page-akileos .team {
  margin-top: 75px;
  margin-bottom: 55px;
}
body.page-template-page-akileos .team .member {
  min-height: 330px;
  text-align: center;
  color: #a21523;
  padding: 5px;
}
body.page-template-page-akileos .team .member h5 {
  font-size: 14px;
  color: #a21523;
  font-weight: bold;
  margin-bottom: 0;
}
body.page-template-page-akileos .team .member p {
  line-height: 15px;
  margin-bottom: 0;
}
body.page-template-page-akileos .team .member p.email {
  font-weight: bold;
}
/*
* Contact 
*
* contact - form 
* 
*/
body.page-template-page-contact .contact-form p {
  color: #a21523;
  font-weight: bold;
  font-size: 11px;
}
body.page-template-page-contact .contact-form p > span,
body.page-template-page-contact .contact-form p > input,
body.page-template-page-contact .contact-form p > textarea {
  color: #303030;
}
body.page-template-page-contact .contact-form input[type="file"] {
  font-weight: bold;
  color: #676767;
  font-size: 12px;
  line-height: 38px;
  position: relative;
  padding-top: 7px;
  height: 38px;
  width: auto;
  cursor: pointer;
}
body.page-template-page-contact .contact-form input[type="file"]:before {
  color: #303030;
  padding-top: 1px;
  content: "\f016";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  background-color: #c8c8c8;
  margin-top: -8px;
  height: 38px;
  line-height: 38px;
  margin-left: -6px;
  width: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
body.page-template-page-contact .contact-form input[type="file"]:focus {
  outline: 0px;
}
body.page-template-page-contact .contact-form input[type="submit"] {
  float: left;
  width: auto;
  display: block;
  text-transform: uppercase;
  padding: 8px 65px;
  border: 1px solid #a21523;
  color: #a21523;
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 black;
  -moz-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
  font-size: 12px;
  font-weight: bolder;
  height: 40px;
  margin-top: 15px;
}
body.page-template-page-contact .contact-more {
  font-size: 11px;
}
body.page-template-page-contact .contact-more h1,
body.page-template-page-contact .contact-more h2,
body.page-template-page-contact .contact-more h3,
body.page-template-page-contact .contact-more h4,
body.page-template-page-contact .contact-more h5,
body.page-template-page-contact .contact-more h6 {
  color: #a21523;
}
@media screen and (max-width: 767px) {
  body.page-template-page-contact .contact-more {
    padding: 30px 15px 45px;
  }
}
body.page-template-page-contact div.wpcf7-response-output {
  display: block;
  margin: -12px 0 0 0;
  width: auto;
  float: left;
  border: 0px solid transparent;
  font-weight: bold;
}
body.page-template-page-contact div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
/*
* Comments
* comment 
*/
.comments-area {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 17px;
}
.comments-area .comments-title {
  font-weight: bold;
}
.comments-area .comment-content {
  line-height: 18px;
  color: #666;
}
.comments-area .comment-content p {
  line-height: 18px;
}
.comments-area .comment-respond {
  margin-top: 25px;
}
.comments-area .comment-respond h3 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
.comments-area .comment-respond #email-notes {
  font-size: 12px;
}
.comments-area .comment-respond p > label {
  float: left;
  width: 90px;
  font-size: 13px;
  line-height: 15px;
  margin-top: 4px;
  margin-bottom: 0px;
}
.comments-area .comment-respond p > input[type=text],
.comments-area .comment-respond p > input[type=email],
.comments-area .comment-respond p > input[type=url] {
  height: 25px;
  line-height: 25px;
}
/*
* Sidebar
* sidebar - right - widget area - secondary
* 
*/
#secondary.widget-area {
  padding-top: 0;
  padding-bottom: 0;
  /*
	* Catalogue widget
	* author - book - catalogue
	* 
	*/
  /*
	* Product widget
	* product - book - last - catalogue
	* 
	*/
}
#secondary.widget-area .table-cell {
  display: table-cell;
  vertical-align: top;
}
#secondary.widget-area .widget_catalogue_widget {
  overflow: hidden;
  margin-bottom: 0;
}
#secondary.widget-area .widget_catalogue_widget .widget-title {
  background-color: #a21523;
  color: white;
  font-size: 22px;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'century-gothic-bold';
  margin-bottom: 0px;
}
#secondary.widget-area .widget_catalogue_widget ul.catalogue_widget {
  height: 100%;
  border-left: 4px solid #dddddd;
  border-right: 4px solid #dddddd;
  margin: 0;
  padding: 0;
}
#secondary.widget-area .widget_catalogue_widget li {
  padding: 20px 15px 20px 35px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  margin: 0px;
}
#secondary.widget-area .widget_catalogue_widget li img.attachment-catalogue_widget_size {
  float: left;
  margin-right: 10px;
  max-width: 95px;
  -webkit-box-shadow: 0 5px 7px -2px #949494;
  -moz-box-shadow: 0 5px 7px -2px #949494;
  box-shadow: 0 5px 7px -2px #949494;
}
#secondary.widget-area .widget_catalogue_widget li a {
  color: #f43c26;
}
#secondary.widget-area .widget_catalogue_widget li .title {
  font-family: 'century-gothic-bold';
  color: #303030;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}
#secondary.widget-area .widget_catalogue_widget li .catalogue-author {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#secondary.widget-area .widget_catalogue_widget li .catalogue-author a {
  font-family: 'century-gothic-bold';
}
#secondary.widget-area .widget_catalogue_widget li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
#secondary.widget-area .widget_catalogue_widget li:last-child {
  border-bottom: 0 none;
}
@media screen and (max-width: 991px) {
  #secondary.widget-area .widget_catalogue_widget li {
    padding-left: 15px;
  }
}
#secondary.widget-area .widget_products {
  margin-bottom: 0;
}
#secondary.widget-area .widget_products .widget-title {
  background-color: #a21523;
  color: white;
  font-size: 22px;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'century-gothic-bold';
  margin-bottom: 25px;
}
#secondary.widget-area .widget_products ul.product_list_widget > li {
  padding: 35px 15px 20px 40px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  border: 4px solid #a21523;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .product-thumbnail img.attachment-shop_thumbnail {
  margin-right: 10px;
  margin-left: 0;
  -webkit-box-shadow: 0 5px 7px -2px #949494;
  -moz-box-shadow: 0 5px 7px -2px #949494;
  box-shadow: 0 5px 7px -2px #949494;
  width: 160px;
  height: auto;
}
#secondary.widget-area .widget_products ul.product_list_widget > li a {
  color: #f43c26;
}
#secondary.widget-area .widget_products ul.product_list_widget > li a .product-title {
  font-family: 'century-gothic-bold';
  font-weight: normal;
  color: #303030;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .catalogue-author {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .catalogue-author > a.author {
  display: inline;
  font-weight: normal;
  font-family: 'century-gothic-bold';
}
#secondary.widget-area .widget_products ul.product_list_widget > li p {
  font-size: 15px;
  line-height: 20px;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .prices {
  font-family: 'century-gothic-bold';
  font-weight: normal;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .prices del {
  font-size: 12px;
  display: block;
  width: 100%;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .prices ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .shop-button {
  color: #a21523;
  font-family: 'century-gothic-bold';
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .shop-button span {
  vertical-align: super;
}
#secondary.widget-area .widget_products ul.product_list_widget > li .shop-button i.icon.shop-icon {
  background-image: url('../img/sprites.png');
  width: 25px;
  height: 25px;
  background-position: -10px -8px;
  display: inline-block;
  margin-top: 25px;
}
.background-widget-container {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.background-widget-container .widget {
  display: none;
}
.background-widget-container .widget .offscreen {
  display: none;
}
.background-widget-container .widget_simpleimage {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.background-widget-container .widget_simpleimage img {
  width: 100%;
  height: auto;
}
/*
* Footer
* pagebottom - sidebar - footer
* 
*/
#colophon.site-footer {
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 3px #666;
  -moz-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}
@media screen and (max-width: 767px) {
  #colophon.site-footer {
    margin-bottom: 0;
  }
}
#colophon.site-footer .sidebar-footer {
  background-color: #fff;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  color: #010101;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 12px;
}
#colophon.site-footer .sidebar-footer h1,
#colophon.site-footer .sidebar-footer h2,
#colophon.site-footer .sidebar-footer h3,
#colophon.site-footer .sidebar-footer h4,
#colophon.site-footer .sidebar-footer h5,
#colophon.site-footer .sidebar-footer h6,
#colophon.site-footer .sidebar-footer li,
#colophon.site-footer .sidebar-footer a {
  color: #010101;
}
#colophon.site-footer .sidebar-footer h1,
#colophon.site-footer .sidebar-footer h2,
#colophon.site-footer .sidebar-footer h3,
#colophon.site-footer .sidebar-footer h4,
#colophon.site-footer .sidebar-footer h5,
#colophon.site-footer .sidebar-footer h6 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #colophon.site-footer .sidebar-footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#colophon.site-footer .sidebar-footer .widget .widget-title {
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #colophon.site-footer .sidebar-footer .widget {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #colophon.site-footer .sidebar-footer .widget.last {
    margin-bottom: 0;
  }
  #colophon.site-footer .sidebar-footer .widget h2.widget-title {
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
#colophon.site-footer .sidebar-footer .widget .btn.bd-btn {
  width: 100%;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
#colophon.site-footer .mc4wp-form label {
  display: none;
}
#colophon.site-footer .mc4wp-form p {
  width: 100%;
}
#colophon.site-footer .mc4wp-form input[type="email"] {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 30px;
  line-height: 30px;
  padding: 3px 6px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 2px 3px #ccc inset;
  -moz-box-shadow: 0 2px 3px #ccc inset;
  box-shadow: 0 2px 3px #ccc inset;
  border: 1px solid #aaa;
  width: 88%;
  float: left;
}
#colophon.site-footer .mc4wp-form input[type="submit"] {
  width: 12%;
  float: left;
  height: 32px;
  line-height: 10px;
  padding: 3px 6px;
  background-color: #eee;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -8px 12px #ccc inset;
  -moz-box-shadow: 0 -8px 12px #ccc inset;
  box-shadow: 0 -8px 12px #ccc inset;
  border: 1px solid #aaa;
  color: #636363;
}
#colophon.site-footer .after-footer {
  padding: 0;
  background-color: #a21523;
}
#colophon.site-footer .after-footer .container {
  background-color: #a21523;
  color: white;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#colophon.site-footer .after-footer .container .sample-menu-footer-container ul li a,
#colophon.site-footer .after-footer .container #footer-navigation ul li a {
  line-height: 50px;
  font-family: 'century-gothic-bold';
  text-transform: uppercase;
  font-size: 12px;
}
#colophon.site-footer .after-footer .container .sample-menu-footer-container ul li a:hover,
#colophon.site-footer .after-footer .container #footer-navigation ul li a:hover {
  text-decoration: underline;
  color: white;
}
@media screen and (max-width: 767px) {
  #colophon.site-footer .after-footer .container .sample-menu-footer-container,
  #colophon.site-footer .after-footer .container #footer-navigation {
    display: none;
  }
}
#colophon.site-footer .after-footer .container #site-credits {
  line-height: 50px;
  font-size: 12px;
  font-family: 'century-gothic-bold';
}
#colophon.site-footer .after-footer .container #site-credits .brand-logo {
  background-image: url("../img/akileos-logo-sm.png");
  padding-left: 68px;
  height: 61px;
  float: left;
  background-repeat: no-repeat;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 16px;
  font-family: 'century-gothic';
}
#colophon.site-footer .after-footer .container #site-credits a {
  color: white;
}
#colophon.site-footer .after-footer .container #site-credits a:hover {
  color: white;
  text-decoration: underline;
}
/*
* Theme page template
*
*/
body.page-template-page-theme .upper-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
body.page-template-page-theme .more-selection {
  margin-bottom: 35px;
}
body.page-template-page-theme .big-post {
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
}
body.page-template-page-theme .big-post .post-thumbnail {
  width: 200px;
  height: 250px;
  margin-right: 15px;
  float: left;
}
body.page-template-page-theme .big-post h3.entry-big-title {
  margin-top: 0;
  font-size: 20px;
}
body.page-template-page-theme .big-post h3.entry-big-title a {
  color: #333333;
}
.events-archive footer.entry-meta,
.events-archive header.entry-header,
.events-archive span.edit-link,
.single-tribe_events footer.entry-meta,
.single-tribe_events header.entry-header,
.single-tribe_organizer footer.entry-meta,
.single-tribe_organizer header.entry-header,
.single-tribe_venue footer.entry-meta,
.single-tribe_venue header.entry-header {
  display: block;
}
/*
* Making turn js responsive 
* 
*/
body.hide-overflow {
  overflow: hidden;
}
/* helpers */
.t {
  display: table;
  width: 100%;
  height: 100%;
}
.tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.rel {
  position: relative;
}
/* book */
.book {
  margin: 0 auto;
  width: 90%;
  height: 90%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.book .page {
  height: 100%;
}
.book .page img {
  max-width: 100%;
  height: 100%;
}
body.safari .navbar-static-top .navbar-collapse > div,
body.safari .navbar-static-top .navbar-collapse > button {
  display: inline-block;
  float: none !important;
}
body.safari .navbar-static-top .navbar-collapse > div.cart-contents-container,
body.safari .navbar-static-top .navbar-collapse > button.cart-contents-container {
  display: inline;
}
body.page-template-page-authors .hentry .post-thumbnail img {
  padding-bottom: 100%;
  height: 0;
}
