.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 50px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.t3-module.bg-twitter {
  background-color: #4099ff;
  color: #ffffff;
}
.t3-module.bg-dark {
  background-color: #222222;
  color: #bbbbbb;
}
.t3-module.bg-dark .module-title {
  color: #ffffff;
}
.t3-module.bg-primary {
  background-color: #e55a55;
  color: #ffffff;
}
.t3-module.bg-primary .module-title {
  color: #ffffff;
}
.t3-module.no-padding {
  padding: 0 !important;
}
.t3-module.no-padding .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #000000;
  font-size: 18px;
  margin: 0 0 12.5px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 25px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
}
#login-form ul.unstyled a {
  color: #999999;
}
#login-form ul.unstyled a:hover,
#login-form ul.unstyled a:focus {
  color: #ce2620;
}
#login-form .input-group-addon {
  line-height: 24px;
  width: auto;
}
#login-form #form-login-remember label {
  font-weight: normal;
  font-size: 12px;
}
#login-form .control-group .btn {
  width: 100%;
}
#login-form .logout-button .btn {
  margin-top: 12.5px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  padding-top: 12.5px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 12.5px 0;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module li p:last-child,
ul.categories-module li p:last-child,
.category-module li p:last-child,
ul.category-module li p:last-child {
  margin-bottom: 0;
}
.categories-module .mod-articles-category-title,
ul.categories-module .mod-articles-category-title,
.category-module .mod-articles-category-title,
ul.category-module .mod-articles-category-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}
.categories-module .mod-articles-category-title:hover,
ul.categories-module .mod-articles-category-title:hover,
.category-module .mod-articles-category-title:hover,
ul.category-module .mod-articles-category-title:hover,
.categories-module .mod-articles-category-title:focus,
ul.categories-module .mod-articles-category-title:focus,
.category-module .mod-articles-category-title:focus,
ul.category-module .mod-articles-category-title:focus {
  color: #ce2620;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestnews {
  list-style: none;
  margin: 0 !important;
}
.latestnews li {
  padding: 12.5px 0;
  border-top: 1px solid #e8e8e8;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.latestnews li:first-child {
  border-top: 0;
}
.latestnews li a {
  color: #000000;
}
.latestnews li a:hover,
.latestnews li a:focus {
  color: #ce2620;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #e8e8e8;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  background: #eeeeee;
  color: #555555;
  display: inline-block;
  margin: 0 5px 8px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tagspopular ul > li:hover,
.tagspopular ul > li:focus,
.tagspopular ul > li:active {
  background: #ce2620;
  color: #ffffff;
  text-decoration: none;
}
.tagspopular ul > li > a {
  color: #555555;
  display: inline-block;
  padding: 3px 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tagspopular ul > li > a:hover {
  color: #ffffff;
}
.tagspopular ul > li .tag-count {
  background: #ddd;
  color: #555555;
  margin-left: -5px;
  margin-right: 5px;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #ce2620;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.t3-masthead .ja-masthead {
  padding-top: 330px;
  padding-bottom: 150px;
}
.t3-masthead .ja-masthead:before {
  filter: alpha(opacity=45);
  opacity: 0.45;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  text-align: left;
  padding: 0;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  font-size: 45px;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  font-weight: 700;
  margin-top: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title span {
  background: #e55a55;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 10px;
  text-transform: uppercase;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title b {
  display: block;
}
.project-slide {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.project-slide .article-image {
  padding: 0;
}
.project-slide .article-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.project-slide .article-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .project-slide .article-image {
    min-height: 0 !important;
  }
}
.project-slide .slick-current .article-image::before {
  display: none;
}
.project-slide .article-content {
  background-color: #222222;
  padding: 50px 60px;
  color: #bbbbbb;
}
@media (max-width: 1199px) {
  .project-slide .article-content {
    min-height: 0 !important;
    float: none !important;
  }
}
.project-slide .mod-articles-category-title {
  display: block;
  color: #ffffff;
  margin: 25px 0;
  font-size: 21px;
  font-size: 1.428;
}
.project-slide .mod-articles-category-category {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid #e55a55;
  font-family: 'Roboto', sans-serif;
}
.project-slide .mod-articles-category-category:hover,
.project-slide .mod-articles-category-category:focus,
.project-slide .mod-articles-category-category:active {
  border-bottom-color: #ce2620;
}
.project-slide .slick-prev,
.project-slide .slick-next {
  right: 80px;
  left: auto;
  top: 40%;
  margin-top: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .project-slide .slick-prev,
  .project-slide .slick-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.project-slide .slick-prev::before,
.project-slide .slick-next::before {
  -moz-osx-font-smoothing: unset;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  filter: alpha(opacity=100);
  opacity: 1;
}
.project-slide .slick-prev:hover::after,
.project-slide .slick-next:hover::after,
.project-slide .slick-prev:focus::after,
.project-slide .slick-next:focus::after,
.project-slide .slick-prev:active::after,
.project-slide .slick-next:active::after {
  border-color: #ffffff;
}
.project-slide .slick-next {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .project-slide .slick-next {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .project-slide .slick-list {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .project-slide .slick-list {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .project-slide .slick-list {
    padding-right: 171.42857143px !important;
  }
}
@media (min-width: 1680px) {
  .project-slide .slick-list {
    padding-right: 236.57142857px !important;
  }
}
.latest-news {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.latest-news > li hr {
  display: none;
}
.latest-news > li + li {
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
}
.latest-news > li + li hr {
  display: block;
  border-top: 1px solid #e8e8e8;
  left: 30px;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 0;
}
.latest-news .article-image img {
  max-width: 100%;
}
.latest-news .mod-articles-category-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.428;
}
.latest-news .mod-articles-category-title a {
  color: #222222;
}
.latest-news .mod-articles-category-title a:hover,
.latest-news .mod-articles-category-title a:focus,
.latest-news .mod-articles-category-title a:active {
  color: #ce2620;
}
.latest-news .mod-articles-category-meta {
  color: #bbbbbb;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12.5px;
}
.latest-news .mod-articles-category-meta span {
  margin-right: 2px;
}
.latest-news .mod-articles-category-meta span + span::before {
  content: "-";
  margin-right: 2px;
}
.latest-news .mod-articles-category-meta a {
  color: #222222;
}
.latest-news .mod-articles-category-meta a:hover,
.latest-news .mod-articles-category-meta a:focus,
.latest-news .mod-articles-category-meta a:active {
  color: #ce2620;
}
.latest-news .mod-articles-category-meta .item-date span::before {
  display: none;
}
@media (min-width: 992px) {
  .latest-news .mod-articles-category-meta .item-date {
    border: 1px solid #e8e8e8;
    color: #555555;
    display: block;
    left: -90px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 72px;
    font-family: 'Roboto', sans-serif;
    margin-right: 0;
  }
  .latest-news .mod-articles-category-meta .item-date .mod-articles-category-day {
    display: block;
    font-size: 27px;
    font-weight: 600;
  }
  .latest-news .mod-articles-category-meta .item-date .mod-articles-category-month {
    background-color: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
  }
  .latest-news .mod-articles-category-meta .item-date span {
    margin-right: 0;
  }
  .latest-news .mod-articles-category-meta .item-date:before,
  .latest-news .mod-articles-category-meta .item-date span::before {
    display: none;
  }
}
.latest-news-2cols {
  margin-left: -30px;
  margin-right: -30px;
}
.latest-news-2cols > li + li {
  padding-top: 0;
  margin-top: 0;
}
.latest-news-2cols > li.clear {
  clear: both;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 30px;
}
.latest-news-2cols .article-image {
  margin-bottom: 25px;
}
.latest-single.owl-carousel {
  padding-right: 0;
  padding-left: 0;
}
.latest-single .mod-articles-category-title {
  margin-top: 0;
  line-height: 1.428;
}
.latest-single .mod-articles-category-title a {
  color: #ffffff;
}
.latest-single .mod-articles-category-title a:hover,
.latest-single .mod-articles-category-title a:focus,
.latest-single .mod-articles-category-title a:active {
  color: #ffffff;
}
.latest-single .mod-articles-category-readmore {
  margin: 25px 0;
}
.latest-single.owl-theme .owl-controls .owl-buttons div {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.latest-single.owl-theme .owl-controls .owl-buttons div:hover,
.latest-single.owl-theme .owl-controls .owl-buttons div:focus,
.latest-single.owl-theme .owl-controls .owl-buttons div:active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.latest-single.owl-theme .owl-controls .owl-buttons div.owl-prev {
  border-right: 1px solid #ffffff;
}
div.ja-twitter .ja-twitter-tweets {
  padding-left: 0;
  padding-right: 0;
}
div.ja-twitter div.ja-twitter-item {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 25px;
  line-height: 1.78571429;
}
div.ja-twitter div.ja-twitter-item a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
div.ja-twitter div.ja-twitter-item .ja-twitter-text {
  margin-bottom: 12.5px;
}
div.ja-twitter div.ja-twitter-item .ja-twitter-date {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
div.ja-twitter .followbutton-none {
  background: url("../../templates/ja_elicyon/images/ico/twitter.png") no-repeat;
  width: 70px;
  height: 70px;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
}
div.ja-twitter .owl-theme .owl-controls .owl-buttons div {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
div.ja-twitter .owl-theme .owl-controls .owl-buttons div:hover,
div.ja-twitter .owl-theme .owl-controls .owl-buttons div:focus,
div.ja-twitter .owl-theme .owl-controls .owl-buttons div:active {
  filter: alpha(opacity=100);
  opacity: 1;
}
div.ja-twitter .owl-theme .owl-controls .owl-buttons div.owl-prev {
  border-right: 1px solid #ffffff;
}
.t3-module.google-map {
  height: 0;
  padding-bottom: 75%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.t3-module.google-map .map-responsive {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
div.map-container {
  margin: 0;
}
.cta-wrap {
  text-align: center;
  padding: 100px 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.cta-wrap h4,
.cta-wrap h3,
.cta-wrap h2,
.cta-wrap h1 {
  margin: 0;
  color: #ffffff;
}
.cta-wrap h4 span,
.cta-wrap h3 span,
.cta-wrap h2 span,
.cta-wrap h1 span {
  margin-bottom: 25px;
  display: inline-block;
}
.cta-wrap .btn {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .cta-wrap span {
    display: block;
  }
  .cta-wrap .btn {
    margin-top: 25px;
  }
}
.acymailing_module_form .acymailing_introtext {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-bottom: 25px !important;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.acymailing_module_form table.acymailing_form {
  width: 100%;
}
.acymailing_module_form table.acymailing_form .acysubbuttons {
  text-align: left;
}
.acymailing_module_form table.acymailing_form td {
  padding-bottom: 12.5px;
}
.t3-footer .acymailing_module_form .inputbox {
  background-color: #333333;
  border-color: #444444;
}
.t3-footer .acymailing_module_form .inputbox:focus {
  background-color: #ffffff;
  border-color: #555555;
}
.acym_module_form .onefield .acym__field__error__block {
  border-radius: 0;
  color: #cc0000;
}
a.acymailing_togglemodule {
  font-size: 14px !important;
  position: static;
  padding: 5px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.acyfield_html label {
  padding-left: 20px;
}
.acyterms input[type="radio"],
.acyterms input[type="checkbox"] {
  display: inline-block;
}
td.acysubbuttons {
  padding-left: 0;
  text-align: left;
}
td.acysubbuttons .button {
  font-weight: 700;
  padding: 8px 12px;
}
.acym_fulldiv .acym_module_form .acym_form {
  width: 100%;
}
.acym_fulldiv .acym_module_form .acym_form tr td {
  border: none;
}
.acym_fulldiv .acym_module_form .acym_form tr td input.cell {
  border: 2px solid #444;
  background: #333;
  color: #555;
  max-width: 100%;
  width: 100%;
  margin-bottom: 12.5px;
}
.acym_fulldiv .acym_module_form .acym_form tr td input.cell:focus {
  background: #ffffff;
}
.acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons {
  padding-left: 0;
  display: block;
}
.acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons .btn {
  border-color: #ffffff;
  color: #ffffff;
  max-width: 100%;
}
.acym_fulldiv .acym_module_form .acym_form tr td.acysubbuttons .btn:hover {
  color: #222;
  background: #ffffff;
}
.acym_fulldiv .acym_module_form .acyterms {
  margin: 8px 0;
  display: inline-block;
}
.acym_fulldiv .acym_module_form .acyterms input.checkbox {
  float: left;
  margin-right: 5px;
}
#sbox-window,
.component.window.com_acymailing.view-sub.task-display body {
  background: #222222 !important;
}
#sbox-content > iframe {
  width: 100% !important;
  height: 100% !important;
}
.head-search {
  float: right;
  text-align: center;
  position: relative;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.affix .head-search .btn {
  height: 90px;
  width: 90px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .affix .head-search .btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.affix .head-search .search #mod-search-searchword {
  height: 90px;
  line-height: 65px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.head-search .btn {
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline-block !important;
  text-align: center;
  border-left: 1px solid #333333;
  height: 120px;
  line-height: 120px;
  width: 120px;
  position: relative;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
@media (max-width: 767px) {
  .head-search .btn {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.head-search .btn::before {
  display: none;
}
.head-search .btn .fa-close {
  display: none;
}
.head-search .btn .fa-search {
  display: inline-block;
}
.head-search .btn .fa {
  color: #ffffff;
  font-size: 18px;
}
.head-search .btn:hover,
.head-search .btn:focus,
.head-search .btn:active {
  background: transparent;
  border-color: #333333;
  color: #ffffff;
}
.head-search.btn-open .fa-search {
  display: none;
}
.head-search.btn-open .fa-close {
  display: inline-block;
}
.head-search-wrap {
  float: left;
  background-color: #222222;
  position: absolute;
  left: 0;
  height: 120px;
  z-index: -1;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
@media (max-width: 767px) {
  .head-search-wrap {
    min-width: 250px;
    height: 80px;
  }
}
.head-search-wrap.btn-open {
  z-index: 2;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (min-width: 768px) {
  .head-search-wrap {
    width: 280px;
    left: 120px;
  }
}
@media (min-width: 992px) {
  .head-search-wrap {
    width: 630px;
    left: 120px;
  }
}
@media (min-width: 1200px) {
  .head-search-wrap {
    width: 840px;
    left: 120px;
  }
}
@media (max-width: 360px) {
  .head-search-wrap {
    top: 81px;
    width: 100% !important;
  }
}
.affix .head-search-wrap {
  left: 0;
  height: 90px;
}
@media (min-width: 768px) {
  .affix .head-search-wrap {
    width: 400px;
    left: 90px;
  }
}
@media (min-width: 992px) {
  .affix .head-search-wrap {
    width: 720px;
    left: 90px;
  }
}
@media (min-width: 1200px) {
  .affix .head-search-wrap {
    width: 930px;
    left: 90px;
  }
}
.affix .head-search-wrap .search #mod-search-searchword {
  height: 90px;
  line-height: 65px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .affix .head-search-wrap .search #mod-search-searchword {
    padding-right: 110px;
  }
}
.head-search-wrap .search {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.head-search-wrap .search .form-inline,
.head-search-wrap .search .form-search {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.head-search-wrap .search #mod-search-searchword,
.head-search-wrap .search .js-finder-search-query {
  height: 120px;
  line-height: 70px;
  width: 100%;
  background-color: transparent;
  padding: 0 30px;
  border: 0;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .head-search-wrap .search #mod-search-searchword,
  .head-search-wrap .search .js-finder-search-query {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 360px) {
  .head-search-wrap .search #mod-search-searchword,
  .head-search-wrap .search .js-finder-search-query {
    padding-right: 125px;
  }
}
.head-cart {
  border-left: 1px solid #333333;
  height: 120px;
  line-height: 120px;
  float: right;
  text-align: center;
  position: relative;
  width: 120px;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
@media (max-width: 767px) {
  .head-cart {
    position: static;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  div.head-offcanvas + .head-cart div.dropdown-menu {
    margin-right: -80px;
  }
}
.affix .head-cart {
  height: 90px;
  width: 90px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .affix .head-cart {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.head-cart #head-cart-dropdown {
  background: url("../../templates/ja_elicyon/images/cart.png") no-repeat !important;
  border: 0;
  padding: 0;
  text-transform: uppercase;
  display: inline-block !important;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.head-cart #head-cart-dropdown::before {
  display: none;
}
.head-cart #head-cart-dropdown .fa {
  display: none;
}
.head-cart #head-cart-dropdown .total-product {
  background: #e55a55;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  padding: 4px 7px;
  top: -10px;
  right: -12px;
  line-height: 1;
}
.head-cart #head-cart-dropdown:hover,
.head-cart #head-cart-dropdown:focus,
.head-cart #head-cart-dropdown:active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.head-cart.open > .dropdown-menu {
  background: #ffffff;
  border: 2px solid #999999;
  border-top: 0;
  min-width: 350px;
  margin-top: 0;
  max-height: 400px;
  line-height: 1.78571429;
  float: left !important;
  left: auto;
  right: 0;
  padding: 0;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .head-cart.open > .dropdown-menu {
    min-width: 310px;
    width: 100%;
  }
}
.head-cart .total-container {
  padding: 0 25px 25px;
  color: #555555;
  margin: 0 -25px -25px;
}
.head-cart .vmCartModule {
  padding: 25px;
}
@media (max-width: 1199px) {
  .head-cart .vmCartModule {
    max-height: 350px;
    overflow-y: scroll;
  }
}
.head-cart .product_row {
  margin-bottom: 25px;
  color: #555555;
}
.head-cart .product_row:before,
.head-cart .product_row:after {
  display: table;
  content: " ";
}
.head-cart .product_row:after {
  clear: both;
}
.head-cart .product-item {
  display: inline-block;
}
.head-cart .subtotal_with_tax {
  float: right;
}
.head-cart .show_cart a {
  border-width: 1px;
  border-style: solid;
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  background-color: transparent;
  border-color: #333333;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.head-cart .show_cart a:focus,
.head-cart .show_cart a.focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.head-cart .show_cart a:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #141414;
}
.head-cart .show_cart a:active:hover,
.head-cart .show_cart a.active:hover,
.open > .dropdown-toggle.head-cart .show_cart a:hover,
.head-cart .show_cart a:active:focus,
.head-cart .show_cart a.active:focus,
.open > .dropdown-toggle.head-cart .show_cart a:focus,
.head-cart .show_cart a:active.focus,
.head-cart .show_cart a.active.focus,
.open > .dropdown-toggle.head-cart .show_cart a.focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.head-cart .show_cart a.disabled:hover,
.head-cart .show_cart a[disabled]:hover,
fieldset[disabled] .head-cart .show_cart a:hover,
.head-cart .show_cart a.disabled:focus,
.head-cart .show_cart a[disabled]:focus,
fieldset[disabled] .head-cart .show_cart a:focus,
.head-cart .show_cart a.disabled.focus,
.head-cart .show_cart a[disabled].focus,
fieldset[disabled] .head-cart .show_cart a.focus {
  background-color: transparent;
  border-color: #333333;
}
.head-cart .show_cart a .badge {
  color: transparent;
  background-color: #333333;
}
.head-cart .show_cart a::before {
  width: 100%;
  height: 0;
  content: "";
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.head-cart .show_cart a:hover,
.head-cart .show_cart a:focus,
.head-cart .show_cart a.focus,
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.head-cart .show_cart a:hover::before,
.head-cart .show_cart a:focus::before,
.head-cart .show_cart a.focus::before,
.head-cart .show_cart a:active::before,
.head-cart .show_cart a.active::before,
.open > .dropdown-toggle.head-cart .show_cart a::before {
  height: 100%;
}
.head-cart .show_cart a:active,
.head-cart .show_cart a.active,
.open > .dropdown-toggle.head-cart .show_cart a {
  background-image: none;
}
.head-cart .show_cart a:active::before,
.head-cart .show_cart a.active::before,
.open > .dropdown-toggle.head-cart .show_cart a::before {
  height: 100%;
}
.head-cart .show_cart a.disabled,
.head-cart .show_cart a[disabled],
fieldset[disabled] .head-cart .show_cart a,
.head-cart .show_cart a.disabled:hover,
.head-cart .show_cart a[disabled]:hover,
fieldset[disabled] .head-cart .show_cart a:hover,
.head-cart .show_cart a.disabled:focus,
.head-cart .show_cart a[disabled]:focus,
fieldset[disabled] .head-cart .show_cart a:focus,
.head-cart .show_cart a.disabled.focus,
.head-cart .show_cart a[disabled].focus,
fieldset[disabled] .head-cart .show_cart a.focus,
.head-cart .show_cart a.disabled:active,
.head-cart .show_cart a[disabled]:active,
fieldset[disabled] .head-cart .show_cart a:active,
.head-cart .show_cart a.disabled.active,
.head-cart .show_cart a[disabled].active,
fieldset[disabled] .head-cart .show_cart a.active {
  background-color: transparent;
  border-color: #333333;
}
.head-cart .show_cart a .badge {
  color: transparent;
  background-color: #333333;
}
.search #mod_virtuemart_search {
  max-width: 100%;
}