@charset "UTF-8";
/*!
 * JoomlaShine FW
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:regular,700");
label {
  font-weight: normal; }
  label span.star {
    color: #F95050; }

select[multiple], select[size],
select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-image: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  transition: border-color ease-in-out .15s;
  outline: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px; }
  select[multiple]:focus, select[size]:focus,
  select:focus, textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: rgba(233, 233, 233, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }
  select[multiple][aria-invalid="true"], select[size][aria-invalid="true"],
  select[aria-invalid="true"], textarea[aria-invalid="true"],
  input[type="text"][aria-invalid="true"],
  input[type="password"][aria-invalid="true"],
  input[type="datetime"][aria-invalid="true"],
  input[type="datetime-local"][aria-invalid="true"],
  input[type="date"][aria-invalid="true"],
  input[type="month"][aria-invalid="true"],
  input[type="time"][aria-invalid="true"],
  input[type="week"][aria-invalid="true"],
  input[type="number"][aria-invalid="true"],
  input[type="email"][aria-invalid="true"],
  input[type="url"][aria-invalid="true"],
  input[type="search"][aria-invalid="true"],
  input[type="tel"][aria-invalid="true"],
  input[type="color"][aria-invalid="true"] {
    border-color: #F95050; }

select option {
  background-color: #fff;
  color: #000; }

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6); }
input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6); }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6); }
input[type="text"]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6); }

textarea {
  height: auto; }

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
  color: rgba(255, 255, 255, 0.2);
  background-image: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  cursor: not-allowed; }

/*!
 * Sun Framework
 * Copyright 2016 Joomlashine.
 * @file _module-style.scss
 */
.module-title i.fa:before {
  padding-right: 8px;
  padding-left: 0; }
  .sunfw-direction-rtl .module-title i.fa:before {
    padding-left: 8px;
    padding-right: inherit; }
  .sunfw-direction-rtl .module-title i.fa:before {
    padding-right: 0;
    padding-left: inherit; }

[class*='sunfw-pos-'] > .module-style {
  margin-bottom: 20px; }
  [class*='sunfw-pos-'] > .module-style:last-child {
    margin-bottom: 0; }

.module-style[class*='module-style-'] .module-title {
  background-color: rgba(0, 0, 0, 0.2); }
  .module-style[class*='module-style-'] .module-title .box-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 20px;
    margin: 0; }
.module-style[class*='module-style-'] .module-body {
  padding: 20px; }
  .module-style[class*='module-style-'] .module-body p:last-child {
    margin-bottom: 0; }
  .module-style[class*='module-style-'] .module-body ul.newsfeed, .module-style[class*='module-style-'] .module-body ul.archive-module, .module-style[class*='module-style-'] .module-body ul.relateditems, .module-style[class*='module-style-'] .module-body ul.categories-module, .module-style[class*='module-style-'] .module-body ul.category-module, .module-style[class*='module-style-'] .module-body ul.mostread, .module-style[class*='module-style-'] .module-body ul.latestnews, .module-style[class*='module-style-'] .module-body ul.latestusers {
    padding-left: 0; }

.module-style.module-style-1 {
  background-image: linear-gradient(224deg, #00a5cd, #006c9e); }
.module-style.module-style-2 {
  background-image: linear-gradient(223deg, #cb116d, #9c073b); }
.module-style.module-style-3 {
  background-image: linear-gradient(224deg, rgba(164, 45, 207, 0.99), rgba(107, 20, 161, 0.99)); }
.module-style.module-style-4 {
  background-image: linear-gradient(224deg, #9cc93a, #63991b); }
.module-style.module-style-5 {
  background-image: linear-gradient(262deg, #ffbc00, #ff9100); }
.module-style.module-style-6 {
  background-color: rgba(255, 255, 255, 0.05); }
  .module-style.module-style-6 .module-title {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15); }
  .module-style.module-style-6 .module-body {
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15); }

/*!
 * Sun Framework
 * Copyright 2016 Joomlashine.
 * @file _pagination.scss
 */
div.pagination {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 0; }
  div.pagination p.counter {
    font-size: 12px;
    display: none; }
  div.pagination ul.pagination {
    margin: 0 -1px;
    padding: 0;
    line-height: 1; }
    div.pagination ul.pagination li {
      display: inline-block;
      padding: 0; }
      div.pagination ul.pagination li a {
        font-size: 12px;
        line-height: 14px;
        border-radius: 3px;
        border: 1px solid rgba(233, 233, 233, 0.15);
        background-color: transparent;
        padding: 2px 6px;
        margin: 0 2px;
        color: #fff; }
        div.pagination ul.pagination li a:hover {
          background: transparent; }
      div.pagination ul.pagination li.active a {
        color: #fff;
        border-radius: 3px; }
      div.pagination ul.pagination li.disabled a {
        color: #b8c2cc; }
        div.pagination ul.pagination li.disabled a:hover {
          border-color: rgba(233, 233, 233, 0.15);
          background-color: transparent; }

.pager {
  padding: 0; }
  .pager li > a, .pager li > span {
    border-radius: 0; }

.breadcrumb {
  padding: 9px 0;
  background-color: transparent;
  margin: 0;
  font-size: 0.9em; }
  .breadcrumb span.divider {
    display: none; }
  .breadcrumb li + li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #394a5c; }
  .breadcrumb li:first-child + li:before {
    display: none; }
  .breadcrumb > li {
    padding: 0; }
  .breadcrumb > .active {
    color: inherit; }

.dark-bg li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff; }
.dark-bg .breadcrumb {
  padding: 0; }
  .dark-bg .breadcrumb li > span[itemprop="name"],
  .dark-bg .breadcrumb > .active {
    color: #fff; }

/* Search Module */
.search button {
  font-size: 12px; }

.module-style.search-module .search #mod-search-searchword {
  color: #394A5C; }
  .module-style.search-module .search #mod-search-searchword::-webkit-input-placeholder {
    color: #394A5C; }
  .module-style.search-module .search #mod-search-searchword::-moz-placeholder {
    color: #394A5C; }
.module-style.search-module .module-body .search-module {
  padding-top: 5px; }

.module-style .userdata {
  padding-top: 5px; }
  .module-style .userdata ul > li a {
    padding: 2px 0;
    font-size: 14px; }
.module-style .input-group-addon {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(233, 233, 233, 0.15); }
  .module-style .input-group-addon i.fa {
    color: #fff; }

/* Search Smart Module */
.form-search input.search-query {
  border: 1px solid #D1D6DE;
  background: #fff;
  height: 35px;
  margin-bottom: 5px; }
.form-search button {
  height: 35px;
  padding: 0 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px; }
.form-search .control-group .controls label {
  font-weight: normal;
  padding: 8px 0; }

/* Language Switcher Module */
div.mod-languages a.dropdown-toggle {
  border: 1px solid #D1D6DE;
  background-color: #F0F2F5;
  padding: 7px 10px;
  color: #394A5C; }
div.mod-languages .posttext {
  margin-top: 10px; }

/* Wrapper Module */
iframe.wrapper {
  border: 1px solid #394A5C; }

/* ============ TYPOGRAPHY ============ */
.page-header h2 {
  margin-top: 0; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.1); }

h1.md-text, h2.md-text, h3.md-text, h4.md-text, h5.md-text, h6.md-text {
  font-weight: 500; }
h1.rg-text, h2.rg-text, h3.rg-text, h4.rg-text, h5.rg-text, h6.rg-text {
  font-weight: normal; }

a > i[class*="fa-"] {
  margin-right: 4px; }
  .sunfw-direction-rtl a > i[class*="fa-"] {
    margin-left: 4px;
    margin-right: inherit; }
a:hover {
  text-decoration: underline; }

.btn {
  padding: 8px 16px;
  border-radius: 2px;
  border: none;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  overflow: hidden; }
  .btn[class*="btn-"]:not(.navbar-toggle) {
    transition: all 0.3s ease-in-out; }
    .btn[class*="btn-"]:not(.navbar-toggle):after {
      background: #fff;
      content: "";
      height: 155px;
      left: -75px;
      opacity: .2;
      position: absolute;
      top: -50px;
      transform: rotate(35deg);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px; }
    .btn[class*="btn-"]:not(.navbar-toggle):hover:after {
      left: 120%;
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn.btn-small, .btn.btn-mini {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.4;
    border: solid 1px rgba(233, 233, 233, 0.3); }
  .btn.btn-plain {
    padding: 3px 5px; }
    .btn.btn-plain:hover {
      background-color: #F7F7F7; }
  .btn.btn-mini:not(.btn-primary), .btn.btn-small:not(.btn-primary) {
    background: transparent;
    color: #ffffff; }
  .btn.btn-outline {
    border: solid 1px rgba(233, 233, 233, 0.4);
    color: #394A5C;
    padding: 8px 16px;
    color: #fff; }
    .btn.btn-outline:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .btn.btn-danger {
    background-color: #b40000;
    border: solid 1px rgba(54, 57, 61, 0.1); }
  .btn.btn-success {
    background-color: #38b36b;
    border: solid 1px rgba(54, 57, 61, 0.1); }
  .btn.btn-info {
    background-color: #1e9cc8;
    border: solid 1px rgba(54, 57, 61, 0.1); }
  .btn.btn-warning {
    background-color: #f28b00;
    border: solid 1px rgba(54, 57, 61, 0.1); }
  .btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, .btn.btn-default.disabled:focus, .btn.btn-default[disabled]:focus, .btn.btn-default.disabled.focus, .btn.btn-default[disabled].focus {
    background-color: #8596a9; }
  .btn[class*="btn-"] + .btn[class*="btn-"] {
    margin-left: 5px; }
    .sunfw-direction-rtl .btn[class*="btn-"] + .btn[class*="btn-"] {
      margin-right: 5px;
      margin-left: inherit; }
  .btn.full-width {
    width: 100%; }

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .element-invisible:focus {
    width: auto;
    height: auto;
    overflow: auto;
    background: #eee;
    color: #000;
    padding: 1em; }

.js-stools .js-stools-container-bar {
  margin-bottom: 30px; }
  .js-stools .js-stools-container-bar .btn-wrapper {
    vertical-align: top; }
    .js-stools .js-stools-container-bar .btn-wrapper button.btn {
      padding: 8px 20px;
      line-height: 1.4;
      border: none;
      vertical-align: top; }
      .js-stools .js-stools-container-bar .btn-wrapper button.btn:not(.btn-primary) {
        background: #717f8e;
        color: #ffffff; }

.btn-toolbar {
  margin-left: -10px; }
  .sunfw-direction-rtl .btn-toolbar {
    margin-right: -10px;
    margin-left: inherit; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 10px; }
    .sunfw-direction-rtl .btn-toolbar > .btn, .sunfw-direction-rtl .btn-toolbar > .btn-group, .sunfw-direction-rtl .btn-toolbar > .input-group {
      margin-right: 10px;
      margin-left: inherit; }

.highlighted {
  background: #b6c6d3; }

/* ============ List Styles ============ */
ol,
ul {
  padding-left: 25px; }
  .sunfw-direction-rtl ol, .sunfw-direction-rtl
  ul {
    padding-right: 25px;
    padding-left: inherit; }
  ol > li,
  ul > li {
    padding: 5px 0; }

ul.list-nobullet {
  padding: 0; }

ul.list-nobullet li {
  list-style: none; }

ul.list-nobullet li span {
  margin-right: 8px; }

ul.list-nobullet li i {
  margin-right: 8px; }

ul.list-nobullet[class*="bullet-"] li {
  margin: 5px 0; }

ul.square-list {
  list-style: square; }

blockquote {
  font-size: 14px;
  background: #141517;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 20px; }

.center-block {
  display: flex;
  justify-content: center; }

.drop-cap::first-letter {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  width: 42px;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  line-height: 42px;
  background-size: 42px;
  content: "";
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  float: left; }
  .sunfw-direction-rtl .drop-cap::first-letter {
    margin-left: 10px;
    margin-right: inherit; }
  .sunfw-direction-rtl .drop-cap::first-letter {
    float: right; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .drop-cap::first-letter {
    padding: 1px 15px; } }
.drop-cap.circle::first-letter {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1); }

.drop-cap.square::first-letter {
  background-color: rgba(255, 255, 255, 0.1); }

.modal-content {
  border-radius: 0; }
  .modal-content .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #f9f9f9; }
    .modal-content .modal-header .modal-title {
      font-size: 18px; }
  .modal-content .modal-body {
    position: relative;
    padding: 20px; }
    .modal-content .modal-body p {
      margin-bottom: 0; }

#sbox-window {
  padding: 0; }
  #sbox-window #sbox-content iframe {
    padding: 20px; }

.icon-search:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  content: "\f002";
  margin-right: 6px; }
  .sunfw-direction-rtl .icon-search:after {
    margin-left: 6px;
    margin-right: inherit; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d1d6de;
  border-radius: 2px; }
  .alert h4 {
    margin-bottom: 0; }
  .alert.alert-success {
    background-color: #dbf6d0;
    border: solid 1px #b3dea2; }
  .alert.alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-color: #B3DEA2; }
  .alert.alert-error, .alert.alert-danger {
    background-color: #ffeeee;
    border: solid 1px #f9c2c2; }
  .alert.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .alert.alert-info {
    background-color: #e0f3ff;
    border: solid 1px #a6d2ed; }
  .alert.alert-warning {
    background-color: #fdfad4;
    border: solid 1px #ebe494; }

/* ===== Image ===== */
.image-hover {
  border: 1px solid transparent; }
  .image-hover:hover {
    border: 1px solid #E7EAEE;
    background-color: #F8F8F8; }

.border-image {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 5px; }

figure {
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  margin-top: 10px; }
  figure figcaption {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    line-height: 21px;
    text-align: center; }
  figure img.border-image {
    border-bottom: none; }
    figure img.border-image + figcaption {
      border-top: none; }

/* ===== Table ===== */
.table {
  width: 100%;
  max-width: 100%; }
  .table thead {
    background-color: rgba(255, 255, 255, 0.2);
    border-top: solid 1px rgba(233, 233, 233, 0.15); }
    .table thead .highlight {
      background: #CFCFCF; }
  .table tbody {
    border-top: solid 1px rgba(233, 233, 233, 0.15); }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1); }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 12px 20px;
      border: none; }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.2); }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.table-bordered {
  border: none; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px; }

ul.plain-space {
  padding: 0; }
  ul.plain-space li {
    list-style: none; }

ul.pager li > a,
ul.pager li > span {
  padding: 5px 16px;
  background: transparent;
  border: solid 1px rgba(233, 233, 233, 0.3);
  border-radius: 2px;
  color: #fff; }
  ul.pager li > a:after,
  ul.pager li > span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #fff;
    line-height: 20px; }
  ul.pager li > a:hover,
  ul.pager li > span:hover {
    background-color: rgba(255, 255, 255, 0.1); }
ul.pager li.previous > a:after, ul.pager li.previous > span:after {
  content: "\f104";
  float: left;
  margin-right: 8px; }
  .sunfw-direction-rtl ul.pager li.previous > a:after, .sunfw-direction-rtl ul.pager li.previous > span:after {
    margin-left: 8px;
    margin-right: inherit; }
ul.pager li.next > a:after, ul.pager li.next > span:after {
  content: "\f105";
  margin-left: 8px; }
  .sunfw-direction-rtl ul.pager li.next > a:after, .sunfw-direction-rtl ul.pager li.next > span:after {
    margin-right: 8px;
    margin-left: inherit; }

.carousel-control {
  opacity: 1; }
  .carousel-control > span:not(.sr-only) {
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    width: 54px;
    height: 54px;
    border-radius: 100%; }
    .carousel-control > span:not(.sr-only):after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 30px;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px; }
    .carousel-control > span:not(.sr-only):hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .carousel-control.right > span:not(.sr-only):after {
    content: "\f105"; }
  .carousel-control.left > span:not(.sr-only):after {
    content: "\f104"; }
  .carousel-control:hover, .carousel-control:focus {
    opacity: 1; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left {
    margin-left: 24px; }

  .carousel-control .glyphicon-chevron-right {
    margin-right: 24px; } }
.content_vote select {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  color: #fff; }
.content_vote input.btn-mini {
  margin-left: 14px;
  height: 33px; }
  .sunfw-direction-rtl .content_vote input.btn-mini {
    margin-right: 14px;
    margin-left: inherit; }

/* ============ LOGIN MODULE ============ */
.sunfw-pos-left .module-style,
.sunfw-pos-right .module-style {
  margin-bottom: 30px; }

.form-control {
  height: auto;
  padding: 8px 12px;
  box-shadow: none; }

.form-control,
.input-group-addon {
  border-color: #D1D6DE;
  border-radius: 0; }

#login-form .pretext {
  margin-bottom: 20px; }
#login-form .posttext {
  margin-top: 20px; }
#login-form ul {
  padding: 0;
  margin: 15px 0 0; }
  #login-form ul li {
    list-style: none;
    line-height: 27px; }

/* ============ CONTENT MODULE ============ */
ul.newsfeed, ul.archive-module, ul.relateditems, ul.categories-module, ul.category-module, ul.mostread, ul.latestnews, ul.latestusers {
  padding-left: 15px;
  margin: 0; }
  .sunfw-direction-rtl ul.newsfeed, .sunfw-direction-rtl ul.archive-module, .sunfw-direction-rtl ul.relateditems, .sunfw-direction-rtl ul.categories-module, .sunfw-direction-rtl ul.category-module, .sunfw-direction-rtl ul.mostread, .sunfw-direction-rtl ul.latestnews, .sunfw-direction-rtl ul.latestusers {
    padding-right: 15px;
    padding-left: inherit; }
  ul.newsfeed li, ul.archive-module li, ul.relateditems li, ul.categories-module li, ul.category-module li, ul.mostread li, ul.latestnews li, ul.latestusers li {
    line-height: 27px;
    list-style-type: initial; }
    ul.newsfeed li a, ul.archive-module li a, ul.relateditems li a, ul.categories-module li a, ul.category-module li a, ul.mostread li a, ul.latestnews li a, ul.latestusers li a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
ul.newsfeed {
  padding: 0; }
  ul.newsfeed .lead {
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: normal; }
  ul.newsfeed li {
    line-height: 21px;
    list-style: none; }
    ul.newsfeed li .feed-link {
      margin: 15px 0 3px;
      display: block;
      font-weight: bold; }
ul.latestnews li {
  list-style-type: none; }
ul.categories-module ul {
  padding-left: 15px; }
  .sunfw-direction-rtl ul.categories-module ul {
    padding-right: 15px;
    padding-left: inherit; }
ul.categories-module h4, ul.categories-module h5, ul.categories-module h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0 0; }
ul.categories-module p {
  margin: 0; }

.newsflash .introtext p:last-child {
  margin-bottom: 0; }
.newsflash .newsflash-item {
  padding: 15px;
  border: 1px solid #D1D6DE;
  margin-bottom: 5px;
  overflow: hidden; }
  .newsflash .newsflash-item img {
    margin: -15px -15px 0;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); }

.btn.readmore {
  padding-top: 10px;
  padding-bottom: 10px; }

/* ============ LOGIN MODULE ============ */
.sunfw-pos-left .module-style,
.sunfw-pos-right .module-style {
  margin-bottom: 20px; }

.form-control {
  height: auto;
  padding: 8px 12px;
  box-shadow: none; }

.form-control,
.input-group-addon {
  border-color: #D1D6DE; }

#login-form ul {
  padding: 0;
  margin: 15px 0 0; }
  #login-form ul li {
    list-style: none;
    line-height: 27px; }

.bannergroup {
  font-size: 18px;
  line-height: 27px; }
  .bannergroup .banneritem {
    margin: 15px 0; }

/* ============ NEWSFEED MODULE ============ */
.newsfeed-category .filters {
  margin-bottom: 30px; }
.newsfeed-category .category {
  padding: 0; }
  .newsfeed-category .category li {
    list-style: none;
    line-height: 21px;
    margin: 10px 0; }

/* ============ STICKY MODULE ============ */
div[class*=sunfw-pos-stick-] {
  position: fixed;
  z-index: 888888; }

.sunfw-pos-stick-lefttop {
  left: 0; }
  .sunfw-direction-rtl .sunfw-pos-stick-lefttop {
    right: 0;
    left: auto; }

.sunfw-pos-stick-righttop {
  right: 0; }
  .sunfw-direction-rtl .sunfw-pos-stick-righttop {
    left: 0;
    right: auto; }

.sunfw-pos-stick-leftmiddle {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .sunfw-direction-rtl .sunfw-pos-stick-leftmiddle {
    right: 0;
    left: auto; }

.sunfw-pos-stick-rightmiddle {
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .sunfw-direction-rtl .sunfw-pos-stick-rightmiddle {
    left: 0;
    right: auto; }

.sunfw-pos-stick-leftbottom {
  left: 0;
  bottom: 0; }
  .sunfw-direction-rtl .sunfw-pos-stick-leftbottom {
    right: 0;
    left: auto; }

.sunfw-pos-stick-rightbottom {
  right: 0;
  bottom: 0; }
  .sunfw-direction-rtl .sunfw-pos-stick-rightbottom {
    left: 0;
    right: auto; }

/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
  margin: 0 auto;
  padding: 0;
  list-style: none; }

ul.menu-divmenu li {
  margin: 0;
  padding: 0 0.5em;
  display: inline-block; }
  ul.menu-divmenu li a {
    padding: 0 5px; }

ul.menu-divmenu li:first-child {
  padding-left: 0; }

/* =============== MENU - DEFAULT =============== */
ul.nav.menu li a {
  color: rgba(255, 255, 255, 0.8); }
  ul.nav.menu li a:hover {
    background: transparent; }
  ul.nav.menu li a > i.fa {
    padding-right: 5px; }
    .sunfw-direction-rtl ul.nav.menu li a > i.fa {
      padding-left: 5px;
      padding-right: inherit; }
  ul.nav.menu li a span.description {
    display: block;
    font-size: 90%; }

.nav > li > a {
  padding: 8px 0; }

ul.nav.hidden-icon li a i.fa {
  display: none !important; }

ul.nav.hidden-description li a span.description {
  display: none !important; }

/* =============== MENU - TREE MENU =============== */
ul.nav[class*='menu-treemenu'] li {
  padding-top: 0;
  padding-bottom: 0; }
  ul.nav[class*='menu-treemenu'] li a {
    display: block;
    padding: 8px 0; }
    ul.nav[class*='menu-treemenu'] li a:hover {
      text-decoration: none;
      background: transparent; }
  ul.nav[class*='menu-treemenu'] li:first-child {
    margin-top: 0; }
  ul.nav[class*='menu-treemenu'] li ul.nav-child {
    list-style-type: none;
    padding-left: 15px; }
    .sunfw-direction-rtl ul.nav[class*='menu-treemenu'] li ul.nav-child {
      padding-right: 15px;
      padding-left: inherit; }
  ul.nav[class*='menu-treemenu'] li > span.separator {
    padding: 12px 20px;
    display: block; }
ul.nav[class*='menu-treemenu'] > li > a {
  font-weight: bold; }

/* =============== MENU - SIDE MENU =============== */
.module-style ul.nav[class*='menu-sidemenu'], .module-style ul.nav[class*='menu-treemenu'] {
  margin: 0; }
  .module-style ul.nav[class*='menu-sidemenu'] > li:first-child > a, .module-style ul.nav[class*='menu-treemenu'] > li:first-child > a {
    padding-top: 0; }
  .module-style ul.nav[class*='menu-sidemenu'] > li:last-child > a, .module-style ul.nav[class*='menu-treemenu'] > li:last-child > a {
    padding-bottom: 0; }

ul.nav[class*='menu-sidemenu'] > li > a:hover, ul.nav[class*='menu-sidemenu'] > li > a:focus {
  background: transparent; }
ul.nav[class*='menu-sidemenu'] li {
  position: relative;
  padding: 0; }
  ul.nav[class*='menu-sidemenu'] li a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    padding: 8px 0; }
    ul.nav[class*='menu-sidemenu'] li a.get-it {
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: normal;
      margin-top: 45px; }
      ul.nav[class*='menu-sidemenu'] li a.get-it:not(.btn-outline) {
        color: #fff; }
        ul.nav[class*='menu-sidemenu'] li a.get-it:not(.btn-outline):hover {
          color: #fff; }
      ul.nav[class*='menu-sidemenu'] li a.get-it:before {
        content: "";
        display: block;
        background-color: #E7EAEE;
        height: 1px;
        width: 100%;
        position: absolute;
        top: -30px; }
  ul.nav[class*='menu-sidemenu'] li:hover > ul {
    visibility: visible;
    display: block;
    opacity: 1;
    transition-delay: 0.2s; }
  @media (min-width: 768px) {
    ul.nav[class*='menu-sidemenu'] li ul {
      position: absolute;
      top: 0;
      padding: 12px 20px;
      left: 100%;
      right: auto;
      min-width: 200px;
      list-style-type: none !important;
      border: solid 1px rgba(233, 233, 233, 0.15);
      background: #100c2e;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      z-index: 900;
      margin: 0 0 0 20px; }
    ul.nav[class*='menu-sidemenu'] li.parent > a {
      position: relative; }
      ul.nav[class*='menu-sidemenu'] li.parent > a:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); } }
  @media (max-width: 767px) {
    ul.nav[class*='menu-sidemenu'] li ul {
      display: none;
      padding-right: 10px; }
    ul.nav[class*='menu-sidemenu'] li.parent > a {
      position: relative; }
      ul.nav[class*='menu-sidemenu'] li.parent > a:after {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); } }

.module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul, .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
  right: auto;
  left: -200px; }
  .sunfw-direction-rtl .module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul, .sunfw-direction-rtl .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
    left: auto;
    right: auto; }
  .sunfw-direction-rtl .module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul, .sunfw-direction-rtl .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
    right: -200px;
    left: auto; }

@media (min-width: 768px) {
  .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li ul {
    right: calc(100% + 1px);
    left: auto; }
  .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li.parent > a:after {
    content: '\f104';
    top: 50%;
    left: 10px;
    right: auto;
    transform: translateY(-50%); } }
html {
  position: relative;
  min-height: 100%; }

body {
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body a {
    transition: all 0.3s ease-in-out; }

.sw-header {
  position: relative;
  z-index: 999; }

.content-center {
  text-align: center;
  margin-top: 10px; }

.sunfw-flex {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap; }
  .sunfw-flex.flex-items-middle {
    align-items: center;
    -webkit-align-items: center; }
  .sunfw-flex.flex-items-top {
    align-items: top;
    -webkit-align-items: top; }
  .sunfw-flex.flex-items-bottom {
    align-items: bottom;
    -webkit-align-items: bottom; }
  .sunfw-flex.flex-items-right {
    justify-content: flex-end; }
  .sunfw-flex:before, .sunfw-flex:after {
    display: none; }

.sunfw-content {
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

img {
  max-width: 100%; }

.sunfw-scrollup {
  border: solid 1px rgba(233, 233, 233, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  z-index: 10000;
  padding: 8px 25px;
  transition: color 0.3s linear, background 0.3s ease-in-out;
  -moz-transition: color 0.3s linear, background 0.3s ease-in-out;
  -webkit-transition: color 0.3s linear, background 0.3s ease-in-out;
  text-align: center; }
  .sunfw-scrollup i {
    font-size: 20px; }
  .sunfw-scrollup:hover {
    text-decoration: none;
    color: #fff; }
  .sunfw-scrollup.position-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    right: auto; }
  .sunfw-scrollup.position-left {
    left: 30px;
    right: auto; }

.sunfw-switcher a.btn {
  padding: 5px 10px;
  margin-bottom: 1px;
  color: #fff;
  border-radius: 0; }
  .sunfw-switcher a.btn.active, .sunfw-switcher a.btn:active {
    box-shadow: none;
    border-bottom: 1px solid #fff; }

.chzn-container-single .chzn-single {
  height: 35px;
  border-radius: 0;
  line-height: 35px;
  padding-left: 8px;
  padding-right: 8px; }

fieldset {
  margin-bottom: 20px; }

.sample-module {
  margin-top: 20px; }

/* ---------- Search Page ----------- */
form#searchForm {
  border: none;
  padding: 0; }
  form#searchForm .searchintro {
    margin: 25px 0 10px; }
  form#searchForm fieldset {
    margin-top: 15px; }
    form#searchForm fieldset.phrases {
      margin-top: 25px; }
    form#searchForm fieldset + fieldset.only {
      margin-top: 35px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    form#searchForm fieldset.only > label:last-child {
      margin-bottom: 35px; }
    form#searchForm fieldset legend {
      padding-bottom: 8px;
      margin-bottom: 8px;
      padding-top: 8px; }
    form#searchForm fieldset label.radio, form#searchForm fieldset label.checkbox {
      margin-top: 16px;
      margin-bottom: 16px; }
    form#searchForm fieldset label input {
      display: inline-block;
      position: inherit;
      margin: -3px 6px 0 0;
      vertical-align: middle; }
    form#searchForm fieldset .ordering-box {
      padding-top: 16px; }
  form#searchForm p.counter {
    padding: 10px 0; }
  form#searchForm .chzn-container-single {
    display: block;
    margin: 5px 0 0; }

dl.search-results {
  margin: 10px 0;
  padding: 0; }
  dl.search-results dt.result-title {
    padding-top: 5px; }
  dl.search-results .result-category {
    margin: 3px 0 10px; }
  dl.search-results .result-created {
    margin-bottom: 22px; }

.chzn-container-single .chzn-single {
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  height: 33px;
  line-height: 33px;
  color: #fff; }
  .chzn-container-single .chzn-single div b {
    margin: 5px 0; }

.chzn-container-single .chzn-single span {
  margin-right: 0; }
  .sunfw-direction-rtl .chzn-container-single .chzn-single span {
    margin-left: 0;
    margin-right: inherit; }

.sunfw-sticky.sunfw-sticky-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999; }
  .sunfw-sticky.sunfw-sticky-open .sunfw-menu-head.navbar-default {
    margin-top: 0; }

.search #searchForm .chzn-container-single-nosearch {
  min-width: 250px; }

#finder-search button.btn {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-left: 5px;
  line-height: 17px;
  vertical-align: top; }
  .sunfw-direction-rtl #finder-search button.btn {
    margin-right: 5px;
    margin-left: inherit; }
  #finder-search button.btn + a[href="#advancedSearch"] {
    vertical-align: top;
    height: 33px; }
#finder-search .finder-selects {
  margin: 0 0 25px; }
  #finder-search .finder-selects .control-label {
    margin-bottom: 8px; }
#finder-search fieldset {
  margin-bottom: 0; }
  #finder-search fieldset input.inputbox {
    margin-left: 16px; }
    .sunfw-direction-rtl #finder-search fieldset input.inputbox {
      margin-right: 16px;
      margin-left: inherit; }
#finder-search #advancedSearch #search-query-explained {
  padding: 0; }
#finder-search #advancedSearch #finder-filter-window .field-calendar {
  margin-top: 10px; }
#finder-search #advancedSearch #finder-filter-window .chzn-container-single {
  min-width: 252px; }

div#finder-filter-window .filter-branch .finder-selects {
  float: none; }

/* ============ Top ============ */
.sunfw-pos-top {
  padding: 30px 0; }

/* ============ PROMO ============ */
/* ============ MAINCONTENT ============ */
body:not(.sunfw-com-mijoshop):not(.sunfw-com-community):not(.sunfw-homepage):not(.none-bg-content) .sunfw-main-body > .layout-item {
  background: #fff;
  padding: 10px 15px; }

body:not(.sunfw-homepage):not(.landing-page):not(.sunfw-com-mijoshop):not(.sunfw-com-community):not(.sunfw-layout-blog):not(.sunfw-view-featured):not(.sunfw-view-archive):not(.sunfw-view-contact):not(.sunfw-com-easysocial) .sunfw-section:not(.landing-page) .metro-new-version .layout-item.sunfw-item-page-content {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 32px 20px; }

body.sunfw-com-users.sunfw-view-login .layout-item.sunfw-item-page-content {
  height: 100%; }

/* ---------- Article Category Blog ----------- */
.sunfw-layout-blog .items-leading > [class*='leading-'], .sunfw-layout-blog .items-row .item[class*='column-'], .sunfw-view-featured .items-leading > [class*='leading-'], .sunfw-view-featured .items-row .item[class*='column-'] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 20px; }

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
  clear: both; }
  .page-header h2 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: normal; }

.article-info[class*="mut"] {
  margin: 0px 0px 20px;
  color: rgba(255, 255, 255, 0.8); }
  .article-info[class*="mut"] dd {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 22px;
    margin: 0; }
    .article-info[class*="mut"] dd:first-child {
      padding-right: 0; }
      .sunfw-direction-rtl .article-info[class*="mut"] dd:first-child {
        padding-left: 0;
        padding-right: inherit; }
    .article-info[class*="mut"] dd i.fa {
      margin-right: 6px; }
      .sunfw-direction-rtl .article-info[class*="mut"] dd i.fa {
        margin-left: 6px;
        margin-right: inherit; }
  .article-info[class*="mut"] + .content_rating + form {
    margin-bottom: 20px; }

.icons .btn-group .btn.dropdown-toggle {
  padding: 0; }
  .icons .btn-group .btn.dropdown-toggle .caret {
    margin-left: 5px; }
    .sunfw-direction-rtl .icons .btn-group .btn.dropdown-toggle .caret {
      margin-right: 5px;
      margin-left: inherit; }
.icons .btn-group.open .btn.dropdown-toggle {
  box-shadow: none; }

.layout-item .items-leading [class*="leading-"] {
  margin-bottom: 20px;
  overflow: hidden; }
.layout-item .items-row {
  margin-bottom: 20px; }
  .layout-item .items-row .item {
    overflow: hidden; }

.items-more {
  margin: 60px 0 0;
  clear: both; }
  .items-more .nav-tabs {
    border-color: rgba(233, 233, 233, 0.15); }
    .items-more .nav-tabs > li > a {
      padding: 0 0 18px;
      margin: 0;
      border: none; }
      .items-more .nav-tabs > li > a:hover {
        background: transparent; }

.content_rating {
  display: flex;
  align-items: center;
  float: right;
  margin: 0px; }
  .sunfw-direction-rtl .content_rating {
    float: left; }
  .content_rating p {
    margin: 0;
    margin-right: 10px; }
    .sunfw-direction-rtl .content_rating p {
      margin-left: 10px;
      margin-right: inherit; }
  .content_rating + form input[name="submit_vote"] {
    color: #fff; }
  .content_rating + form .content_vote {
    display: flex;
    align-content: center;
    align-items: center; }
    .content_rating + form .content_vote label {
      margin-right: 5px; }
      .sunfw-direction-rtl .content_rating + form .content_vote label {
        margin-left: 5px;
        margin-right: inherit; }

.blog-featured .item-image,
.blog .item-image {
  margin-bottom: 16px; }
.blog-featured .entry-content,
.blog .entry-content {
  clear: both; }
  .blog-featured .entry-content p:last-child,
  .blog .entry-content p:last-child {
    margin-bottom: 0; }
.blog-featured h2.item-title,
.blog h2.item-title {
  margin-top: 0;
  font-weight: normal; }
.blog-featured .content_rating,
.blog .content_rating {
  margin: 22px 0 15px; }
.blog-featured .item .intro-text p:last-child,
.blog .item .intro-text p:last-child {
  margin-bottom: 0; }

.readmore {
  margin: 5px 0 0;
  float: left; }
  .sunfw-direction-rtl .readmore {
    float: right; }

/* ---------- Article Category List ----------- */
.content-category .page-header {
  padding-top: 15px; }
.content-category .category-desc + form fieldset.btn-toolbar {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-left: 0; }
  .sunfw-direction-rtl .content-category .category-desc + form fieldset.btn-toolbar {
    margin-right: 0;
    margin-left: inherit; }
  .content-category .category-desc + form fieldset.btn-toolbar label {
    margin-right: 5px; }
    .sunfw-direction-rtl .content-category .category-desc + form fieldset.btn-toolbar label {
      margin-left: 5px;
      margin-right: inherit; }
.content-category .category-desc + form table td[headers="categorylist_header_date"] {
  font-size: 100%; }
.content-category .cat-children {
  margin: 20px 0 0; }
  .content-category .cat-children h3.page-header {
    padding: 0 0 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    margin-top: 20px; }

.badge {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-radius: 0;
  border: none;
  line-height: 15px; }

/* ---------- Article Categories ----------- */
.categories-list .page-header {
  margin-bottom: 10px; }
.categories-list div:not(.base-desc) {
  margin: 10px 0 0; }
.categories-list > div.first > .page-header {
  margin-top: 0px; }

.cat-children .item-title.page-header,
.categories-list .item-title.page-header {
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  margin-bottom: 16px;
  position: relative; }
  .cat-children .item-title.page-header a.btn,
  .categories-list .item-title.page-header a.btn {
    position: absolute;
    top: 0;
    right: 0; }
.cat-children div.category-desc,
.categories-list div.category-desc {
  margin: 20px 0 10px; }
  .cat-children div.category-desc + div.collapse,
  .categories-list div.category-desc + div.collapse {
    padding-left: 30px; }
    .sunfw-direction-rtl .cat-children div.category-desc + div.collapse, .sunfw-direction-rtl
    .categories-list div.category-desc + div.collapse {
      padding-right: 30px;
      padding-left: inherit; }
.cat-children .badge,
.categories-list .badge {
  display: block;
  font-size: 12px;
  padding: 0;
  text-align: left; }
  .sunfw-direction-rtl .cat-children .badge, .sunfw-direction-rtl
  .categories-list .badge {
    text-align: right; }
.cat-children a[data-toggle="collapse"],
.categories-list a[data-toggle="collapse"] {
  padding: 0;
  border-radius: 100%; }
  .cat-children a[data-toggle="collapse"]:active,
  .categories-list a[data-toggle="collapse"]:active {
    box-shadow: none; }
.cat-children a .icon-plus:after,
.cat-children a .icon-minus:after,
.categories-list a .icon-plus:after,
.categories-list a .icon-minus:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background-color: #a9a9a9;
  color: #53348c;
  line-height: 18px;
  border-radius: 100%; }
.cat-children a .icon-minus:after,
.categories-list a .icon-minus:after {
  content: "\f068"; }
.cat-children a .icon-plus:after,
.categories-list a .icon-plus:after {
  content: "\f067"; }
.cat-children a[aria-expanded="true"] .icon-plus:after,
.categories-list a[aria-expanded="true"] .icon-plus:after {
  content: "\f068"; }

.cat-children > h3 {
  font-size: 28px; }
.cat-children > div {
  margin-bottom: 20px; }

/* ---------- Single Article ----------- */
button.btn .icon-calendar {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }
  button.btn .icon-calendar:after {
    content: "\f073";
    font-size: 14px; }

.item-page .item-image {
  margin-bottom: 20px; }
.item-page .articleBody {
  clear: both; }
  .item-page .articleBody .alert p:last-child {
    margin-bottom: 0; }
.item-page .article-index[class*="pull-"] + .articleBody {
  clear: none; }
.item-page.edit #com-content-formTabs {
  margin-bottom: 35px; }
  .item-page.edit #com-content-formTabs > li > a {
    padding: 7px 20px;
    border-radius: 0;
    background: #E7EAEE;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #d1d5de;
    color: #394a5c; }
  .item-page.edit #com-content-formTabs > li.active > a {
    background: #fff;
    border-width: 2px 1px 0; }
.item-page.edit #editor > .control-group .control-label {
  width: 10%; }
.item-page.edit .control-group {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 0 20px; }
  .item-page.edit .control-group label {
    margin-right: 10px; }
    .sunfw-direction-rtl .item-page.edit .control-group label {
      margin-left: 10px;
      margin-right: inherit; }
.item-page.edit .js-editor-tinymce .mce-edit-area {
  border-width: 1px 1px 0 0 !important;
  border-color: #d5d6d8; }
.item-page.edit .js-editor-tinymce .mce-panel {
  border-color: #d5d6d8;
  background-color: #f8f8f8; }
.item-page.edit .sunfw-media-selector input + .btn {
  padding: 8px 15px;
  vertical-align: top;
  line-height: 1.4; }
.item-page.edit #attrib-sunfw-options {
  margin-bottom: 30px;
  float: left; }
.item-page.edit #com-content-formContent #images,
.item-page.edit #publishing {
  margin-bottom: 80px; }
  .item-page.edit #com-content-formContent #images .control-label,
  .item-page.edit #publishing .control-label {
    flex: 0 0 15%; }
  .item-page.edit #com-content-formContent #images .chzn-container-multi .chzn-choices,
  .item-page.edit #publishing .chzn-container-multi .chzn-choices {
    border-color: #d5d6d8;
    background: transparent; }
  .item-page.edit #com-content-formContent #images button.btn,
  .item-page.edit #publishing button.btn {
    padding: 8px 15px;
    vertical-align: top;
    line-height: 1.4; }
.item-page.edit #metadata {
  margin-bottom: 80px; }
  .item-page.edit #metadata .control-label {
    flex: 0 0 15%; }
.item-page.edit #language {
  margin-bottom: 80px; }
  .item-page.edit #language .control-group {
    margin-bottom: 10px; }
.item-page.edit .controls a.btn.modal {
  display: inline-block; }
.item-page.edit .controls .input-prepend.input-append input.hasTipImgpath {
  vertical-align: top; }
.item-page.edit .chzn-container-multi .chzn-choices,
.item-page.edit select:not(.time), .item-page.edit textarea, .item-page.edit input[type="text"], .item-page.edit input[type="password"], .item-page.edit input[type="datetime"], .item-page.edit input[type="datetime-local"], .item-page.edit input[type="date"], .item-page.edit input[type="month"], .item-page.edit input[type="time"], .item-page.edit input[type="week"], .item-page.edit input[type="number"], .item-page.edit input[type="email"], .item-page.edit input[type="url"], .item-page.edit input[type="search"], .item-page.edit input[type="tel"], .item-page.edit input[type="color"],
.item-page.edit .chzn-container-single .chzn-single {
  min-width: 200px; }
.item-page.edit #j2store-product-type .chzn-container-single .chzn-single {
  color: #000;
  border: 1px solid #d1d5de; }
.item-page.edit .chzn-container-single .chzn-search input[type="text"] {
  min-width: 100%; }
.item-page.edit .calendar-container table {
  max-width: 355px; }
.item-page.edit button.btn:not(.btn-primary) {
  background: #717f8e;
  color: #fff; }
.item-page.edit form#adminForm {
  position: relative; }
  .item-page.edit form#adminForm .toggle-editor .btn {
    border: 1px solid #d1d6de;
    margin: 30px 0 0;
    color: #717f8e; }
  .item-page.edit form#adminForm > .btn-toolbar {
    position: absolute;
    bottom: 0; }
.item-page .j2store-product-edit-form {
  background: transparent;
  padding: 0 0 50px; }
  .item-page .j2store-product-edit-form .panel {
    border-radius: 0;
    box-shadow: none; }
  .item-page .j2store-product-edit-form > hr {
    display: none; }
.item-page #editor-xtd-buttons {
  margin: 0 -15px 60px; }
  .item-page #editor-xtd-buttons a.btn {
    padding: 15px 10px; }

/* ---------- Archive Article ----------- */
#archive-items {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 20px;
  overflow: hidden; }

.archive .filter-search .btn {
  padding-bottom: 8px;
  padding-top: 8px; }
.archive .filter-search > select {
  min-width: 80px; }
.archive .filter-search div.chzn-container {
  margin-right: 8px; }
  .sunfw-direction-rtl .archive .filter-search div.chzn-container {
    margin-left: 8px;
    margin-right: inherit; }
.archive .article-info-term {
  display: none; }
.archive > form > fieldset {
  padding-bottom: 8px;
  margin-bottom: 0px; }

/* ---------- Administrator Components ----------- */
.article-index .nav-tabs {
  border: 1px solid #d5d6d8; }
  .article-index .nav-tabs > li > a {
    border-bottom: 1px solid #d5d6d8;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0;
    color: #394a5c; }
  .article-index .nav-tabs > li.active > a:hover, .article-index .nav-tabs > li.active > a:focus {
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: #eee; }
.article-index + .articleBody .pagenavcounter {
  margin-bottom: 10px; }
  .article-index + .articleBody .pagenavcounter + p + ul {
    padding-left: 15px;
    padding-right: 15px; }

/* ---------- Tag Category ----------- */
.tag-category form fieldset {
  margin: 30px 0; }
  .tag-category form fieldset button {
    padding: 8px 15px; }
    .tag-category form fieldset button[name*="filter-"] i.fa {
      margin: 0; }
  .tag-category form fieldset label.filter-search-lbl {
    display: block; }
  .tag-category form fieldset .form-group + .btn-group {
    margin-top: 27px; }
.tag-category > img {
  margin: 0 0 25px;
  display: block; }
.tag-category .category {
  padding: 0; }
  .tag-category .category li {
    list-style: none; }
    .tag-category .category li h3 {
      margin-top: 0; }
    .tag-category .category li img {
      margin-bottom: 20px; }
.tag-category ul.thumbnails {
  padding: 0; }
  .tag-category ul.thumbnails li {
    list-style: none; }

/* ---------- Comming Soon Page ----------- */
body.coming-soon .search #mod-search-searchword {
  margin-right: 6px; }
  .sunfw-direction-rtl body.coming-soon .search #mod-search-searchword {
    margin-left: 6px;
    margin-right: inherit; }

.jsn-counter-wrap .info .number {
  color: #394A5C;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  border: 1px solid #D1D6DE;
  width: 80px;
  height: 80px;
  display: block;
  background: #fff; }
.jsn-counter-wrap .info .title {
  color: #394A5C;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
  display: block; }

/* ---------- Content Types ----------- */
.sunfw-link,
.sunfw-quote,
.sunfw-gallery,
.sunfw-video,
.sunfw-standard {
  margin-bottom: 30px; }

.sunfw-link {
  padding: 15px 25px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15); }
  .sunfw-link h2 {
    margin: 0; }
  .sunfw-link a {
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal; }
    .sunfw-link a i {
      font-size: 23px;
      background: transparent;
      margin-right: 24px;
      border-radius: 0;
      display: inline-block;
      float: none;
      position: relative;
      top: 0;
      width: auto;
      height: auto; }
      .sunfw-direction-rtl .sunfw-link a i {
        margin-left: 24px;
        margin-right: inherit; }

.sunfw-quote {
  padding: 20px;
  background-image: linear-gradient(262deg, #9cc93a, #63991b);
  border: solid 1px rgba(233, 233, 233, 0.15); }
  .sunfw-quote .author {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    font-style: normal;
    margin: 20px 0 0; }

/* ---------- Content Types ----------- */
#sunfw-social-share a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px; }
  #sunfw-social-share a i.fa {
    font-size: 22px; }

/* Fix Print and Email Padding */
.sunfw-view-article > .sunfw-content > .item-page {
  padding: 20px; }

.sunfw-view-mailto > .sunfw-content > #mailto-window {
  padding: 20px; }

.social li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px; }
  .sunfw-direction-rtl .social li {
    margin-left: 10px;
    margin-right: inherit; }

.footer-social.social {
  text-align: center; }
  .footer-social.social li {
    width: 64px;
    height: 64px;
    line-height: 64px; }

.footer-social.style1 li a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .footer-social.style1 li a i[class*='fa-facebook'] {
    background: #39599f; }
  .footer-social.style1 li a i[class*='fa-twitter'] {
    background: #45b0e3; }
  .footer-social.style1 li a i[class*='fa-youtube'] {
    background: #e70031; }
  .footer-social.style1 li a i[class*='fa-flickr'] {
    background: #ff0084; }
  .footer-social.style1 li a i[class*='fa-instagram'] {
    background: #8a3ab9; }
  .footer-social.style1 li a i[class*='fa-pinterest'] {
    background: #cb2027; }
  .footer-social.style1 li a i[class*='fa-google-plus'] {
    background: #dd4b39; }
  .footer-social.style1 li a i[class*='fa-linkedin'] {
    background: #007db5; }
  .footer-social.style1 li a i[class*='fa-dribbble'] {
    background: #ea4c89; }
  .footer-social.style1 li a i[class*='fa-behance'] {
    background: #1769ff; }
  .footer-social.style1 li a i[class*='fa-skype'] {
    background: #00c6ff; }
  .footer-social.style1 li a i[class*='fa-vk'] {
    background: #4c75a3; }
.footer-social.style1 li a span {
  display: none; }
.footer-social.style1 li a:hover i {
  opacity: 1; }

.footer-social.style2 li a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(225, 225, 225, 0.1);
  border: 1px solid rgba(225, 225, 225, 0.2); }
.footer-social.style2 li a span {
  display: none; }
.footer-social.style2 li a:hover i[class*='fa-facebook'] {
  background: #39599f; }
.footer-social.style2 li a:hover i[class*='fa-twitter'] {
  background: #45b0e3; }
.footer-social.style2 li a:hover i[class*='fa-youtube'] {
  background: #e70031; }
.footer-social.style2 li a:hover i[class*='fa-flickr'] {
  background: #ff0084; }
.footer-social.style2 li a:hover i[class*='fa-instagram'] {
  background: #8a3ab9; }
.footer-social.style2 li a:hover i[class*='fa-pinterest'] {
  background: #cb2027; }
.footer-social.style2 li a:hover i[class*='fa-google-plus'] {
  background: #dd4b39; }
.footer-social.style2 li a:hover i[class*='fa-linkedin'] {
  background: #007db5; }
.footer-social.style2 li a:hover i[class*='fa-dribbble'] {
  background: #ea4c89; }
.footer-social.style2 li a:hover i[class*='fa-behance'] {
  background: #1769ff; }
.footer-social.style2 li a:hover i[class*='fa-skype'] {
  background: #00c6ff; }
.footer-social.style2 li a:hover i[class*='fa-vk'] {
  background: #4c75a3; }

.cookialaw {
  display: none;
  z-index: 999; }
  .cookialaw p {
    line-height: 34px;
    margin-bottom: 0; }
  .cookialaw.top {
    top: 0; }
  .cookialaw.left {
    left: 0; }
    .sunfw-direction-rtl .cookialaw.left {
      right: 0;
      left: auto; }
  .cookialaw.right {
    right: 0; }
    .sunfw-direction-rtl .cookialaw.right {
      left: 0;
      right: auto; }
  .cookialaw.bottom {
    bottom: 0; }
  .cookialaw.fixed {
    position: fixed; }
  .cookialaw.full {
    width: 100%; }
  .cookialaw.show {
    display: block; }

.subscribe .btn {
  line-height: 20px;
  border-radius: 0; }

/*!
 * Sun Framework
 * Copyright 2016 Joomlashine.
 * @file _modules.scss
 */
/* .sunfw-breadcrumb {
  padding: 40px 0;
  .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    > .active {
      color: #FFF;
    }
  }
} */
ul.nav > li > a i.fa {
  padding-right: 5px; }

.sunfw-direction-rtl ul.nav > li > a i.fa {
  padding-right: 0;
  padding-left: 5px; }

.search.search-module button {
  margin-top: 8px; }

/* 
.edit {
  #adminForm {
    .btn-toolbar {
      padding-bottom: 10px;
    }
    fieldset {
      ul.nav-tabs {
        > li > a {
          display: block !important;
        }
      }
      .tab-content {
        padding-top: 15px;
        .control-label {
          > label {
            display: inline-block !important;
            padding-top: 10px;
          }
        }
        #jform_state-lbl {
          padding-top: 10px;
        }
        #jform_title {
          margin-bottom: 10px;
        }
        .controls {
          input {
            padding: 1px 10px;
          }
          textarea {
            padding: 10px;
          }
          .chzn-search {
            input {
              padding: 4px 20px 4px 5px;
            }
          }
          > .chzn-container {
            width: 250px !important;
          }
          .chzn-container-single .chzn-single {
            height: 30px;
            line-height: 29px;
          }
          .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
            height: 30px;
          }
          .input-append {
            > input {
              display: inline-block !important;
            }
            .btn {
              padding: 7px 10px;
              position: relative;
              top: -1px;
              line-height: 20px;
              border-style: solid;
              border-color: #CCC;
              border-width: 1px 1px 1px 0;
              -webkit-border-radius:0;
              -moz-border-radius:0;
              border-radius:0;
            }
            span.icon-calendar {
              &:before {
                content: "\f274";
                font-family: FontAwesome;
              }
            }
          }
        }
      }
    }
    .btn-toolbar {
      padding-top: 10px;
      .btn {
        border: 1px solid #CCC;
      }
    }
  }
}
.sunfw-view-modules {
  #modules-form {
    .btn-toolbar {
      padding-top: 10px;
      .btn {
        border: 1px solid #ccc;
      }
    }
    .control-group {
      padding-bottom: 10px;
      .control-label {
        text-align: left;
        label {
          display: inline-block !important;
        }
      }
      .radio input[type="radio"] {
        margin-left: 0;
      }
      .radio label, .checkbox label {
        padding-right: 5px;
      }
      input {
        padding: 1px 10px;
      }
      textarea {
        padding: 10px;
      }
      .chzn-search {
        input {
          padding: 4px 20px 4px 5px;
        }
      }
      > .chzn-container {
        width: 250px !important;
      }
      .chzn-container-single .chzn-single {
        height: 30px;
        line-height: 29px;
      }
      .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
        height: 30px;
      }
      .input-append {
        > input {
          display: inline-block !important;
        }
        .btn {
          padding: 5px 10px;
          position: relative;
          top: -1px;
          line-height: 20px;
          border-style: solid;
          border-color: #CCC;
          border-width: 1px 1px 1px 0;
          -webkit-border-radius:0;
          -moz-border-radius:0;
          border-radius:0;
        }
        span.icon-calendar {
          &:before {
            content: "\f274";
            font-family: FontAwesome;
          }
        }
      }
      .btn-toolbar {
        padding-bottom: 10px;
      }
    }
  }
}
*/
nav.navbar.sunfw-menu-head {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0; }
  nav.navbar.sunfw-menu-head .navbar-collapse {
    padding: 0; }
  nav.navbar.sunfw-menu-head ul.navbar-nav {
    float: right; }
    .sunfw-direction-rtl nav.navbar.sunfw-menu-head ul.navbar-nav {
      float: left; }
    nav.navbar.sunfw-menu-head ul.navbar-nav > li {
      transition: 0.3s ease-in-out;
      padding-top: 0;
      padding-bottom: 0; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li.parent span.caret {
        margin-left: 8px; }
        .sunfw-direction-rtl nav.navbar.sunfw-menu-head ul.navbar-nav > li.parent span.caret {
          margin-right: 8px;
          margin-left: inherit; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li ul.dropdown-menu {
        padding: 12px 0; }
        nav.navbar.sunfw-menu-head ul.navbar-nav > li ul.dropdown-menu span.caret {
          display: inline-block;
          float: right;
          position: absolute;
          right: 25px; }
          .sunfw-direction-rtl nav.navbar.sunfw-menu-head ul.navbar-nav > li ul.dropdown-menu span.caret {
            left: 25px;
            right: auto; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li > span.nav-header > span:not(.caret),
      nav.navbar.sunfw-menu-head ul.navbar-nav > li > a > span:not(.caret) {
        display: inline-block;
        vertical-align: top; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li a {
        line-height: 21px;
        color: #d2d2d2; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li:focus > a.get-it.btn:not(.btn-outline), nav.navbar.sunfw-menu-head ul.navbar-nav > li:hover > a.get-it.btn:not(.btn-outline), nav.navbar.sunfw-menu-head ul.navbar-nav > li.active > a.get-it.btn:not(.btn-outline) {
        color: #fff;
        box-shadow: none; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li.active > a,
      nav.navbar.sunfw-menu-head ul.navbar-nav > li.active > a:focus {
        background-color: transparent;
        box-shadow: none; }
    nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu {
      border-radius: 0;
      z-index: 999; }
      nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li {
        transition: all 0.3s ease-in-out;
        padding: 0; }
        nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li a, nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li span.nav-header {
          padding: 8px 20px 7px; }
          nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li a:hover, nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li span.nav-header:hover {
            background: transparent; }
        nav.navbar.sunfw-menu-head ul.navbar-nav ul.dropdown-menu li:last-child {
          border-bottom: none; }
    nav.navbar.sunfw-menu-head ul.navbar-nav ul.menu.nav > li {
      padding: 0; }

.megamenu.full-width ul.sunfw-megamenu-sub-menu ul {
  width: 100% !important; }

.dropdown-menu {
  box-shadow: none;
  border: none; }

.icons .dropdown-menu {
  border: 1px solid #d1d6de;
  border-radius: 0; }

/* ===== MOBILE MENU ===== */
@media (max-width: 991px) {
  .sunfw-menu-head .navbar-header {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15); }
    .sunfw-menu-head .navbar-header button.navbar-toggle {
      background-color: rgba(255, 255, 255, 0.1);
      border-right: solid 1px rgba(233, 233, 233, 0.15);
      margin: 0;
      padding: 23px;
      float: left;
      outline: none; }
      .sunfw-direction-rtl .sunfw-menu-head .navbar-header button.navbar-toggle {
        float: right; }
      .sunfw-menu-head .navbar-header button.navbar-toggle i {
        width: 15px;
        height: 15px;
        display: block;
        color: #fff; }

  .sunfw-menu {
    position: relative;
    z-index: 999;
    border: none; }

  ul.sunfw-tpl-menu.navbar-nav {
    margin: 0;
    float: none !important;
    background-color: #211451; }
  ul.sunfw-tpl-menu > li > a {
    border-bottom: solid 1px rgba(233, 233, 233, 0.15); }
  ul.sunfw-tpl-menu > li a {
    padding: 16px 25px !important; }
    ul.sunfw-tpl-menu > li a.dropdown-toggle {
      position: relative; }
  ul.sunfw-tpl-menu > li ul {
    padding: 0 !important;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: none !important;
    background-color: #1b1043 !important; }
    ul.sunfw-tpl-menu > li ul ul {
      padding: 0 20px; }
    ul.sunfw-tpl-menu > li ul.menuShow {
      float: none;
      display: block !important;
      width: 100%; }
      ul.sunfw-tpl-menu > li ul.menuShow ul.menuShow {
        padding: 0 10px !important;
        position: relative; }
    ul.sunfw-tpl-menu > li ul li {
      padding-left: 20px; }
    ul.sunfw-tpl-menu > li ul.dropdown-menu > li a {
      border-bottom: solid 1px rgba(233, 233, 233, 0.15); }

  .sunfw-sticky.sunfw-sticky-open .sunfw-menu ul.sunfw-tpl-menu.navbar-nav {
    max-height: 480px; }

  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent; }

  #sunfw-wrapper .sunfw-menu ul.dropdown-menu li a:hover, #sunfw-wrapper .sunfw-menu ul.dropdown-menu li a:focus, #sunfw-wrapper .sunfw-menu ul.dropdown-menu li a.current, ul.sunfw-megamenu-sub-menu li a:hover, ul.sunfw-megamenu-sub-menu li a:focus, ul.sunfw-megamenu-sub-menu li a.current {
    background-color: transparent; }

  .sunfw-menu ul.dropdown-menu, ul.sunfw-megamenu-sub-menu ul {
    width: 100% !important; }

  body.sunfw-direction-rtl ul.sunfw-tpl-menu > li.dropdown-submenu ul li:hover > ul {
    right: 0 !important; } }
@media (max-width: 767px) {
  .col-menu {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) {
  ul.sunfw-tpl-menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap; }
    ul.sunfw-tpl-menu > li > a, ul.sunfw-tpl-menu > li > span.nav-header {
      display: block;
      text-transform: uppercase;
      padding: 25px 10px 16px;
      font-weight: 500;
      color: #d2d2d2;
      text-align: center;
      margin-left: 1px;
      background: none;
      min-width: 122px; }
      ul.sunfw-tpl-menu > li > a i.fa, ul.sunfw-tpl-menu > li > span.nav-header i.fa {
        display: block;
        text-align: center;
        font-size: 25px;
        color: #fff;
        opacity: .8;
        width: 56px;
        height: 56px;
        line-height: 1.9;
        margin: 0 auto 4px;
        padding: 0;
        transition: 0.3s ease-in-out;
        position: relative; }
        ul.sunfw-tpl-menu > li > a i.fa:after, ul.sunfw-tpl-menu > li > span.nav-header i.fa:after {
          border: 1px solid rgba(255, 255, 255, 0.8);
          border-radius: 50%;
          content: '';
          position: absolute;
          display: inline-block;
          opacity: 0;
          transition: 0.3s ease-in-out;
          transform: scale(0);
          width: inherit;
          height: inherit;
          top: -4px;
          left: 0; }
    ul.sunfw-tpl-menu > li > span.nav-header span.menudescription {
      display: block !important; }
    ul.sunfw-tpl-menu > li.active > a i.fa:after, ul.sunfw-tpl-menu > li.active > span.nav-header i.fa:after, ul.sunfw-tpl-menu > li:hover > a i.fa:after, ul.sunfw-tpl-menu > li:hover > span.nav-header i.fa:after {
      opacity: 1;
      transform: scale(1); }
    ul.sunfw-tpl-menu > li.dropdown-submenu ul {
      border: solid 1px rgba(233, 233, 233, 0.15);
      margin: 0;
      position: absolute;
      width: 200px;
      left: auto;
      display: none;
      list-style: none;
      text-align: left; }
      .sunfw-direction-rtl ul.sunfw-tpl-menu > li.dropdown-submenu ul {
        text-align: right; }
      ul.sunfw-tpl-menu > li.dropdown-submenu ul li {
        position: relative; }
        ul.sunfw-tpl-menu > li.dropdown-submenu ul li:hover > ul {
          top: 0;
          left: 100%; }
          .sunfw-direction-rtl ul.sunfw-tpl-menu > li.dropdown-submenu ul li:hover > ul {
            right: 100%;
            left: auto; }
        ul.sunfw-tpl-menu > li.dropdown-submenu ul li a {
          position: relative; }
          ul.sunfw-tpl-menu > li.dropdown-submenu ul li a:hover {
            background: transparent; }
        ul.sunfw-tpl-menu > li.dropdown-submenu ul li:last-child a:before {
          display: none; }
    ul.sunfw-tpl-menu > li.dropdown-submenu li.dropdown-submenu .dropdown-menu {
      display: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    ul.sunfw-tpl-menu > li.dropdown-submenu li.dropdown-submenu:hover > .dropdown-menu {
      display: block;
      opacity: 1;
      filter: alpha(opacity=100); }
    ul.sunfw-tpl-menu ul li.parent a span.caret {
      border: none; }
      ul.sunfw-tpl-menu ul li.parent a span.caret:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 1; }
    ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul li.parent a span.caret {
      left: 12px; }
      ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul li.parent a span.caret:before {
        content: "\f104"; }

  .sunfw-direction-rtl ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item .module-style > div > ul li:hover > ul {
    right: 100%;
    left: auto; }

  ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul {
    right: 0;
    left: auto !important; }
    ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul ul {
      right: 100%; }
    ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul.dropdown-menu {
      text-align: right; }
      .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul.dropdown-menu {
        text-align: left; }
      ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul.dropdown-menu .caret {
        left: 5px;
        border-right: 4px dashed;
        border-left: 0; }
        .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul.dropdown-menu .caret {
          right: 5px;
          left: auto; }
  ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) > ul.sunfw-megamenu-sub-menu {
    right: 0 !important; }
  ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center) ul li:hover > ul {
    left: auto !important;
    right: 100%; }
  ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center).center {
    position: static; }
    ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center).center > ul {
      width: 100% !important;
      left: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center).center > ul {
        right: 0;
        left: auto; }
      .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback:not(.center).center > ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }

  .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li:hover > ul {
    left: 100% !important;
    right: auto !important; }
  .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback > ul.sunfw-megamenu-sub-menu {
    left: 0 !important;
    right: auto !important; }
  .sunfw-direction-rtl ul.sunfw-tpl-menu > li.dropdown-submenu.sunfw-submenu-flipback li.dropdown-submenu .caret {
    right: 5px;
    left: auto;
    border-left: 4px dashed;
    border-right: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  nav.navbar.sunfw-menu-head ul.navbar-nav > li > a:not(.get-it) {
    padding-left: 11px;
    padding-right: 11px; }
  nav.navbar.sunfw-menu-head ul.navbar-nav > li > a.get-it {
    margin-left: 7px; }
    .sunfw-direction-rtl nav.navbar.sunfw-menu-head ul.navbar-nav > li > a.get-it {
      margin-right: 7px;
      margin-left: inherit; } }
@media (max-width: 767px) {
  nav.navbar.sunfw-menu-head ul.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px; }
    nav.navbar.sunfw-menu-head ul.navbar-nav > li > a.get-it {
      margin: 5px; }
      nav.navbar.sunfw-menu-head ul.navbar-nav > li > a.get-it:not(.btn-outline) {
        color: #fff; } }
/* ===== ANIMATION MENU ===== */
@media (min-width: 768px) {
  .sunfwMenuFading .sunfw-megamenu-sub-menu, .sunfwMenuFading .dropdown-menu, .sunfwMenuSlide .sunfw-megamenu-sub-menu, .sunfwMenuSlide .dropdown-menu {
    display: none; }

  .sunfwMenuNoneEffect ul.sunfw-tpl-menu > li > ul {
    display: none; }
  .sunfwMenuNoneEffect ul.sunfw-tpl-menu > li:hover > ul {
    display: block; } }
/* Other */
.sunfw-tpl-menu .dropdown-menu .divider {
  height: auto;
  margin: 0;
  overflow: inherit;
  background-color: inherit; }

.btn.hasTooltip > span.icon-remove:after {
  content: 'X'; }

.sunfw-layout-edit .btn:hover {
  color: inherit; }

#sunfw_section_header > .container > .row {
  padding-bottom: 40px; }

ul.sunfw-tpl-menu .menudescription {
  display: block;
  font-size: 12px;
  text-transform: initial; }
ul.sunfw-tpl-menu li > a > i {
  padding-right: 5px; }
  .sunfw-direction-rtl ul.sunfw-tpl-menu li > a > i {
    padding-left: 5px;
    padding-right: inherit; }
ul.sunfw-tpl-menu > li {
  position: relative; }
  ul.sunfw-tpl-menu > li.megamenu {
    position: static; }
  ul.sunfw-tpl-menu > li:not(.full-width).right > ul {
    right: 0; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li:not(.full-width).right > ul {
      left: 0;
      right: auto; }
  ul.sunfw-tpl-menu > li:not(.full-width).left > ul {
    left: 0; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li:not(.full-width).left > ul {
      right: 0;
      left: auto; }
  ul.sunfw-tpl-menu > li:not(.full-width).center > ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li:not(.full-width).center > ul {
      right: 50%;
      left: auto; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li:not(.full-width).center > ul {
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -o-transform: translateX(50%);
      transform: translateX(50%); }
  ul.sunfw-tpl-menu > li.full-width {
    position: static; }
    ul.sunfw-tpl-menu > li.full-width > ul {
      left: 0; }
      .sunfw-direction-rtl ul.sunfw-tpl-menu > li.full-width > ul {
        right: 0;
        left: auto; }
  ul.sunfw-tpl-menu > li > ul {
    background: #211451;
    z-index: 1; }
ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu {
  position: absolute;
  padding: 0;
  border: solid 1px rgba(233, 233, 233, 0.15);
  width: 100%;
  z-index: 999; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-mega-menu {
    padding: 20px; }
    @media (max-width: 991px) {
      ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-mega-menu {
        padding: 0; } }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer h3 {
    clear: both;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: bold; }
    @media (max-width: 991px) {
      ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer h3 {
        padding: 16px 25px !important;
        border-bottom: solid 1px rgba(233, 233, 233, 0.15);
        margin-bottom: 0; } }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer > ul > li {
    padding: 0;
    list-style: none; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer > ul > li ul {
      opacity: 0;
      position: absolute;
      width: 100%;
      display: none;
      left: 100%;
      top: 0;
      list-style: none;
      background: #fff;
      border: 1px solid #D1D6DE;
      padding: 0; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer > ul > li:hover ul {
      opacity: 1;
      display: block;
      z-index: 9; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer > ul > li a {
      padding: 8px 0px 7px; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer li.parent > a > span.caret {
    right: 5px; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer li.parent > a > span.caret {
      left: 5px;
      right: auto; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer #login-form {
    padding-top: 15px; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer #login-form #form-login-remember, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer #login-form .checkbox {
      margin-bottom: 5px; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer #login-form ul.unstyled {
      display: none;
      position: relative;
      opacity: 1; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul {
    max-width: 100%; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item > ul, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item .module-style > div > ul {
    display: block;
    position: relative;
    width: 100%;
    right: 0; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item > ul ul, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item .module-style > div > ul ul {
      position: absolute;
      width: 100%; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item > ul li:hover > ul, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item .module-style > div > ul li:hover > ul {
      display: block;
      left: 100%;
      top: 0; }
      ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item > ul li:hover > ul a, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-item .module-style > div > ul li:hover > ul a {
        width: 100%;
        display: block; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .sunfw-social ul {
    position: relative;
    left: 0; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li a:hover {
    background: transparent; }

@media (max-width: 1024px) {
  ul.sunfw-tpl-menu .sunfw-submenu-flipback .sunfw-mega-menu ul {
    right: 0; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu .sunfw-submenu-flipback .sunfw-mega-menu ul {
      left: 0;
      right: auto; } }
@media (max-width: 991px) {
  ul.sunfw-tpl-menu > li.megamenu {
    position: relative; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu {
      width: 100% !important;
      border: none; }
      ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer ul .menuShow {
        border: none;
        padding: 0 15px;
        background: transparent;
        display: block !important;
        left: 0 !important;
        opacity: 1; }
      ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu .modulecontainer ul li a {
        border-bottom: solid 1px rgba(233, 233, 233, 0.15); }
    ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu [class*="col-xs-"] {
      width: 100%;
      padding: 0; }
    ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu .row {
      margin: 0; }
    ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu ul {
      display: block !important;
      padding: 0 10px !important; }
      ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu ul.unstyled {
        display: none !important; }
    ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu h3 {
      margin-top: 0;
      padding: 10px 15px; }
  ul.sunfw-tpl-menu li:last-child {
    border-bottom: none; }
  ul.sunfw-tpl-menu .caret {
    border: none;
    width: 48px;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
    margin-top: 0; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu .caret {
      left: 0;
      right: auto; }
    ul.sunfw-tpl-menu .caret:before {
      content: "\f105";
      font-family: "FontAwesome";
      color: #fff;
      font-size: 20px;
      vertical-align: middle;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
    ul.sunfw-tpl-menu .caret.open:before {
      content: "\f107" !important; }

  .sunfw-menu-head.navbar-default .navbar-nav > li > a {
    padding: 10px 15px; }

  .sunfw-direction-rtl ul.sunfw-tpl-menu .caret:before {
    content: "\f104"; } }
@media (max-width: 991px) {
  li.megamenu .sunfw-megamenu-sub-menu .sunfw-block ul.sub-menu > li {
    padding-left: 0; }
    li.megamenu .sunfw-megamenu-sub-menu .sunfw-block ul.sub-menu > li ul li {
      padding-left: 20px; }

  li.megamenu .sunfw-megamenu-sub-menu .sunfw-block ul.sub-menu > li.parent span.caret {
    display: none; } }
.sunfw-block ul.nav span.caret {
  vertical-align: baseline; }

.items-border > li {
  border-bottom: 1px solid #E7EAEE; }

@media (max-width: 767px) {
  [id*='jsn-thememasonry-container'] .jsn-is-msnry-grid {
    width: 100% !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .jsn-is-msnry-grid {
    margin: 0 auto; } }
.border-slider .jsn-es-slider {
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15); }

.dotstyle li {
  height: auto !important;
  width: 10px !important; }

.carousel-control {
  width: auto; }

#sunfw-master .jsn-es-nav-circlepop .jsn-es-icon-wrap {
  width: 50%;
  height: 50%;
  margin: 25% 0 0 25%; }
#sunfw-master .jsn-es-nav-circlepop a {
  width: 60px;
  height: 60px; }
  #sunfw-master .jsn-es-nav-circlepop a:before {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.1); }
  #sunfw-master .jsn-es-nav-circlepop a:hover:before {
    background-color: rgba(255, 255, 255, 0.4); }
  #sunfw-master .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::before, #sunfw-master .jsn-es-nav-circlepop a:hover .jsn-es-icon-wrap::after {
    background: #fff; }
  #sunfw-master .jsn-es-nav-circlepop a .jsn-es-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
  #sunfw-master .jsn-es-nav-circlepop a .jsn-es-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg); }

#fancybox-title {
  width: calc(100% - 20px) !important; }

/* IMAGESHOW */
.metro-imgshow .jsn-gallery {
  margin-bottom: -6px; }
  .metro-imgshow .jsn-gallery > div > div {
    background: transparent !important; }
.metro-imgshow .galleria-container {
  width: auto !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: solid 1px rgba(233, 233, 233, 0.15) !important; }
  .metro-imgshow .galleria-container > .galleria-stage {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important; }
.metro-imgshow .galleria-info {
  position: absolute;
  width: 80% !important;
  top: 50%;
  transform: translateY(-50%);
  left: 14% !important;
  bottom: auto !important; }
.metro-imgshow .galleria-info-text {
  background: transparent !important;
  padding: 0 !important; }
.metro-imgshow .galleria-info-description {
  display: inline-block; }
  .metro-imgshow .galleria-info-description h3 {
    font-size: 56px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .metro-imgshow .galleria-info-description h3 {
        font-size: 30px; } }
  .metro-imgshow .galleria-info-description p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 8px 0 24px; }
    @media (max-width: 767px) {
      .metro-imgshow .galleria-info-description p {
        font-size: 14px; } }
.metro-imgshow .galleria-image-nav-left, .metro-imgshow .galleria-image-nav-right {
  opacity: 1;
  background-image: none;
  width: 54px;
  height: 54px;
  top: 50%; }
  @media (max-width: 767px) {
    .metro-imgshow .galleria-image-nav-left, .metro-imgshow .galleria-image-nav-right {
      width: 36px;
      height: 36px; } }
.metro-imgshow .galleria-container .galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 100%;
  height: 54px;
  left: 0; }

.metro-imgshow.comic .galleria-info-description h3 {
  font-size: 52px; }

.galleria-image-nav-right, .galleria-image-nav-left {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  transition: all 0.3s ease-in-out; }
  .galleria-image-nav-right:hover, .galleria-image-nav-left:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .galleria-image-nav-right:before, .galleria-image-nav-left:before {
    font-family: FontAwesome;
    font-size: 30px;
    color: #FFF;
    line-height: 50px; }
    @media (max-width: 767px) {
      .galleria-image-nav-right:before, .galleria-image-nav-left:before {
        font-size: 19px;
        line-height: 36px; } }

.galleria-image-nav-right {
  right: 20px !important; }
  .galleria-image-nav-right:before {
    content: "\f105"; }

.galleria-image-nav-left {
  left: 20px !important; }
  .galleria-image-nav-left:before {
    content: "\f104"; }

@media (max-width: 767px) {
  .galleria-image-nav-right {
    right: 10px !important; }

  .galleria-image-nav-left {
    left: 10px !important; } }
/* Footer */
.pb-footer ul.nav > li {
  padding: 4px 0; }
  .pb-footer ul.nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 17px; }

.btn-hover-effect {
  position: relative;
  overflow: hidden; }
  .btn-hover-effect:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px; }
  .btn-hover-effect:hover:after {
    left: 150%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.sunfw-overview-layout .articleBody .pb-grid--two-columns .grid__column a {
  width: 100%; }
  .sunfw-overview-layout .articleBody .pb-grid--two-columns .grid__column a > picture {
    width: 100%; }

.metro-contact .jsn-uniform > .jsn-bootstrap {
  padding-left: 0; }
.metro-contact .jsn-uniform form {
  background: #fff;
  padding: 10px; }
  .metro-contact .jsn-uniform form .control-group {
    box-sizing: border-box !important; }
    .metro-contact .jsn-uniform form .control-group > label.control-label {
      display: none; }
    .metro-contact .jsn-uniform form .control-group input, .metro-contact .jsn-uniform form .control-group textarea {
      padding: 10px;
      border: 1px solid #d5d5d5;
      margin-bottom: 0; }
  .metro-contact .jsn-uniform form .form-actions {
    margin: 0px 0 5px;
    padding: 0 10px; }
  .metro-contact .jsn-uniform form .jsn-text-center {
    display: none; }
.metro-contact .jsn-uniform .jsn-narrow .jsn-input-xlarge-fluid {
  width: 100% !important; }

.metro-contact-new .jsn-uniform form .control-group > label.control-label {
  display: none; }
.metro-contact-new .jsn-uniform form .jsn-form-content .control-group {
  padding: 0 !important; }
  .metro-contact-new .jsn-uniform form .jsn-form-content .control-group textarea {
    width: 100% !important;
    padding-top: 7px;
    box-sizing: border-box !important; }
.metro-contact-new .jsn-uniform form .form-actions {
  margin: 0 1px;
  padding: 0; }
  .metro-contact-new .jsn-uniform form .form-actions .btn-toolbar {
    float: none !important; }
.metro-contact-new .jsn-uniform form .jsn-text-center {
  display: none; }
@media (max-width: 991px) {
  .metro-contact-new .jsn-uniform form .controls input:not([type="checkbox"]) {
    box-sizing: border-box !important;
    width: 100% !important; } }

.img-hover-effect {
  position: relative; }
  .img-hover-effect:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0; }
  .img-hover-effect:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
    opacity: 1; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.cc-theme-block.cc-type-info.cc-top {
  height: auto !important; }

#sbox-window #sbox-content > iframe + iframe {
  display: none; }

.container-popup .well {
  background: transparent;
  border: none; }

.block-link {
  position: relative; }
  .block-link > a {
    position: static;
    overflow: initial; }
    .block-link > a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 99; }

/*  Style for METRO older version */
body.sunfw-homepage .container_skitter .label_skitter {
  background: rgba(0, 0, 0, 0.3); }

body.sunfw-homepage .jsn-gallery .container_skitter .label_skitter {
  float: left;
  width: 40% !important;
  max-width: 50%;
  top: 10%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.sunfw-homepage .box_skitter .next_button {
  right: 0; }

body.sunfw-homepage .box_skitter .prev_button {
  left: 0; }

body.sunfw-homepage .box_skitter .info_slide_dots {
  background: none !important; }

body.sunfw-homepage .box_skitter .info_slide_dots .image_number {
  width: 12px !important;
  height: 12px !important;
  background: rgba(225, 225, 225, 0.5) !important; }
  body.sunfw-homepage .box_skitter .info_slide_dots .image_number.image_number_select {
    background-color: white !important; }
  body.sunfw-homepage .box_skitter .info_slide_dots .image_number:hover {
    background-color: white !important; }

nav.navbar.sunfw-menu-head ul.navbar-nav > li.active > a, nav.navbar.sunfw-menu-head ul.navbar-nav > li:hover > a {
  background-color: rgba(255, 255, 255, 0.4); }

.padding-0 {
  padding: 0px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-left-0 {
  padding-left: 0px; }
  .sunfw-direction-rtl .padding-left-0 {
    padding-right: 0px;
    padding-left: inherit; }

.padding-right-0 {
  padding-right: 0px; }
  .sunfw-direction-rtl .padding-right-0 {
    padding-left: 0px;
    padding-right: inherit; }

.padding-5 {
  padding: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }
  .sunfw-direction-rtl .padding-left-5 {
    padding-right: 5px;
    padding-left: inherit; }

.padding-right-5 {
  padding-right: 5px; }
  .sunfw-direction-rtl .padding-right-5 {
    padding-left: 5px;
    padding-right: inherit; }

.padding-10 {
  padding: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }
  .sunfw-direction-rtl .padding-left-10 {
    padding-right: 10px;
    padding-left: inherit; }

.padding-right-10 {
  padding-right: 10px; }
  .sunfw-direction-rtl .padding-right-10 {
    padding-left: 10px;
    padding-right: inherit; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }
  .sunfw-direction-rtl .padding-left-15 {
    padding-right: 15px;
    padding-left: inherit; }

.padding-right-15 {
  padding-right: 15px; }
  .sunfw-direction-rtl .padding-right-15 {
    padding-left: 15px;
    padding-right: inherit; }

.padding-20 {
  padding: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-left-20 {
  padding-left: 20px; }
  .sunfw-direction-rtl .padding-left-20 {
    padding-right: 20px;
    padding-left: inherit; }

.padding-right-20 {
  padding-right: 20px; }
  .sunfw-direction-rtl .padding-right-20 {
    padding-left: 20px;
    padding-right: inherit; }

.padding-25 {
  padding: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }
  .sunfw-direction-rtl .padding-left-25 {
    padding-right: 25px;
    padding-left: inherit; }

.padding-right-25 {
  padding-right: 25px; }
  .sunfw-direction-rtl .padding-right-25 {
    padding-left: 25px;
    padding-right: inherit; }

.padding-30 {
  padding: 30px; }

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

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }
  .sunfw-direction-rtl .padding-left-30 {
    padding-right: 30px;
    padding-left: inherit; }

.padding-right-30 {
  padding-right: 30px; }
  .sunfw-direction-rtl .padding-right-30 {
    padding-left: 30px;
    padding-right: inherit; }

.padding-35 {
  padding: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }
  .sunfw-direction-rtl .padding-left-35 {
    padding-right: 35px;
    padding-left: inherit; }

.padding-right-35 {
  padding-right: 35px; }
  .sunfw-direction-rtl .padding-right-35 {
    padding-left: 35px;
    padding-right: inherit; }

.padding-40 {
  padding: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }
  .sunfw-direction-rtl .padding-left-40 {
    padding-right: 40px;
    padding-left: inherit; }

.padding-right-40 {
  padding-right: 40px; }
  .sunfw-direction-rtl .padding-right-40 {
    padding-left: 40px;
    padding-right: inherit; }

.padding-45 {
  padding: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }
  .sunfw-direction-rtl .padding-left-45 {
    padding-right: 45px;
    padding-left: inherit; }

.padding-right-45 {
  padding-right: 45px; }
  .sunfw-direction-rtl .padding-right-45 {
    padding-left: 45px;
    padding-right: inherit; }

.padding-50 {
  padding: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }
  .sunfw-direction-rtl .padding-left-50 {
    padding-right: 50px;
    padding-left: inherit; }

.padding-right-50 {
  padding-right: 50px; }
  .sunfw-direction-rtl .padding-right-50 {
    padding-left: 50px;
    padding-right: inherit; }

.padding-55 {
  padding: 55px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-left-55 {
  padding-left: 55px; }
  .sunfw-direction-rtl .padding-left-55 {
    padding-right: 55px;
    padding-left: inherit; }

.padding-right-55 {
  padding-right: 55px; }
  .sunfw-direction-rtl .padding-right-55 {
    padding-left: 55px;
    padding-right: inherit; }

.padding-60 {
  padding: 60px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-left-60 {
  padding-left: 60px; }
  .sunfw-direction-rtl .padding-left-60 {
    padding-right: 60px;
    padding-left: inherit; }

.padding-right-60 {
  padding-right: 60px; }
  .sunfw-direction-rtl .padding-right-60 {
    padding-left: 60px;
    padding-right: inherit; }

.padding-65 {
  padding: 65px; }

.padding-top-65 {
  padding-top: 65px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-left-65 {
  padding-left: 65px; }
  .sunfw-direction-rtl .padding-left-65 {
    padding-right: 65px;
    padding-left: inherit; }

.padding-right-65 {
  padding-right: 65px; }
  .sunfw-direction-rtl .padding-right-65 {
    padding-left: 65px;
    padding-right: inherit; }

.padding-70 {
  padding: 70px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-left-70 {
  padding-left: 70px; }
  .sunfw-direction-rtl .padding-left-70 {
    padding-right: 70px;
    padding-left: inherit; }

.padding-right-70 {
  padding-right: 70px; }
  .sunfw-direction-rtl .padding-right-70 {
    padding-left: 70px;
    padding-right: inherit; }

.padding-75 {
  padding: 75px; }

.padding-top-75 {
  padding-top: 75px; }

.padding-bottom-75 {
  padding-bottom: 75px; }

.padding-left-75 {
  padding-left: 75px; }
  .sunfw-direction-rtl .padding-left-75 {
    padding-right: 75px;
    padding-left: inherit; }

.padding-right-75 {
  padding-right: 75px; }
  .sunfw-direction-rtl .padding-right-75 {
    padding-left: 75px;
    padding-right: inherit; }

.margin-0 {
  margin: 0px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-left-0 {
  margin-left: 0px; }
  .sunfw-direction-rtl .margin-left-0 {
    margin-right: 0px;
    margin-left: inherit; }

.margin-right-0 {
  margin-right: 0px; }
  .sunfw-direction-rtl .margin-right-0 {
    margin-left: 0px;
    margin-right: inherit; }

.margin-5 {
  margin: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-left-5 {
  margin-left: 5px; }
  .sunfw-direction-rtl .margin-left-5 {
    margin-right: 5px;
    margin-left: inherit; }

.margin-right-5 {
  margin-right: 5px; }
  .sunfw-direction-rtl .margin-right-5 {
    margin-left: 5px;
    margin-right: inherit; }

.margin-10 {
  margin: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-left-10 {
  margin-left: 10px; }
  .sunfw-direction-rtl .margin-left-10 {
    margin-right: 10px;
    margin-left: inherit; }

.margin-right-10 {
  margin-right: 10px; }
  .sunfw-direction-rtl .margin-right-10 {
    margin-left: 10px;
    margin-right: inherit; }

.margin-15 {
  margin: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-left-15 {
  margin-left: 15px; }
  .sunfw-direction-rtl .margin-left-15 {
    margin-right: 15px;
    margin-left: inherit; }

.margin-right-15 {
  margin-right: 15px; }
  .sunfw-direction-rtl .margin-right-15 {
    margin-left: 15px;
    margin-right: inherit; }

.margin-20 {
  margin: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-left-20 {
  margin-left: 20px; }
  .sunfw-direction-rtl .margin-left-20 {
    margin-right: 20px;
    margin-left: inherit; }

.margin-right-20 {
  margin-right: 20px; }
  .sunfw-direction-rtl .margin-right-20 {
    margin-left: 20px;
    margin-right: inherit; }

.margin-25 {
  margin: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-left-25 {
  margin-left: 25px; }
  .sunfw-direction-rtl .margin-left-25 {
    margin-right: 25px;
    margin-left: inherit; }

.margin-right-25 {
  margin-right: 25px; }
  .sunfw-direction-rtl .margin-right-25 {
    margin-left: 25px;
    margin-right: inherit; }

.margin-30 {
  margin: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-30 {
  margin-left: 30px; }
  .sunfw-direction-rtl .margin-left-30 {
    margin-right: 30px;
    margin-left: inherit; }

.margin-right-30 {
  margin-right: 30px; }
  .sunfw-direction-rtl .margin-right-30 {
    margin-left: 30px;
    margin-right: inherit; }

.margin-35 {
  margin: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-left-35 {
  margin-left: 35px; }
  .sunfw-direction-rtl .margin-left-35 {
    margin-right: 35px;
    margin-left: inherit; }

.margin-right-35 {
  margin-right: 35px; }
  .sunfw-direction-rtl .margin-right-35 {
    margin-left: 35px;
    margin-right: inherit; }

.margin-40 {
  margin: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-left-40 {
  margin-left: 40px; }
  .sunfw-direction-rtl .margin-left-40 {
    margin-right: 40px;
    margin-left: inherit; }

.margin-right-40 {
  margin-right: 40px; }
  .sunfw-direction-rtl .margin-right-40 {
    margin-left: 40px;
    margin-right: inherit; }

.margin-45 {
  margin: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-left-45 {
  margin-left: 45px; }
  .sunfw-direction-rtl .margin-left-45 {
    margin-right: 45px;
    margin-left: inherit; }

.margin-right-45 {
  margin-right: 45px; }
  .sunfw-direction-rtl .margin-right-45 {
    margin-left: 45px;
    margin-right: inherit; }

.margin-50 {
  margin: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-left-50 {
  margin-left: 50px; }
  .sunfw-direction-rtl .margin-left-50 {
    margin-right: 50px;
    margin-left: inherit; }

.margin-right-50 {
  margin-right: 50px; }
  .sunfw-direction-rtl .margin-right-50 {
    margin-left: 50px;
    margin-right: inherit; }

.margin-55 {
  margin: 55px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-left-55 {
  margin-left: 55px; }
  .sunfw-direction-rtl .margin-left-55 {
    margin-right: 55px;
    margin-left: inherit; }

.margin-right-55 {
  margin-right: 55px; }
  .sunfw-direction-rtl .margin-right-55 {
    margin-left: 55px;
    margin-right: inherit; }

.margin-60 {
  margin: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-left-60 {
  margin-left: 60px; }
  .sunfw-direction-rtl .margin-left-60 {
    margin-right: 60px;
    margin-left: inherit; }

.margin-right-60 {
  margin-right: 60px; }
  .sunfw-direction-rtl .margin-right-60 {
    margin-left: 60px;
    margin-right: inherit; }

.margin-65 {
  margin: 65px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-left-65 {
  margin-left: 65px; }
  .sunfw-direction-rtl .margin-left-65 {
    margin-right: 65px;
    margin-left: inherit; }

.margin-right-65 {
  margin-right: 65px; }
  .sunfw-direction-rtl .margin-right-65 {
    margin-left: 65px;
    margin-right: inherit; }

.margin-70 {
  margin: 70px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-left-70 {
  margin-left: 70px; }
  .sunfw-direction-rtl .margin-left-70 {
    margin-right: 70px;
    margin-left: inherit; }

.margin-right-70 {
  margin-right: 70px; }
  .sunfw-direction-rtl .margin-right-70 {
    margin-left: 70px;
    margin-right: inherit; }

.margin-75 {
  margin: 75px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-left-75 {
  margin-left: 75px; }
  .sunfw-direction-rtl .margin-left-75 {
    margin-right: 75px;
    margin-left: inherit; }

.margin-right-75 {
  margin-right: 75px; }
  .sunfw-direction-rtl .margin-right-75 {
    margin-left: 75px;
    margin-right: inherit; }

.middle {
  top: 50%; }

.top-0 {
  top: 0px; }

.bottom-0 {
  bottom: 0px; }

.left-0 {
  left: 0px; }
  .sunfw-direction-rtl .left-0 {
    right: 0px;
    left: auto; }

.right-0 {
  right: 0px; }
  .sunfw-direction-rtl .right-0 {
    left: 0px;
    right: auto; }

.top-5 {
  top: 5px; }

.bottom-5 {
  bottom: 5px; }

.left-5 {
  left: 5px; }
  .sunfw-direction-rtl .left-5 {
    right: 5px;
    left: auto; }

.right-5 {
  right: 5px; }
  .sunfw-direction-rtl .right-5 {
    left: 5px;
    right: auto; }

.top-10 {
  top: 10px; }

.bottom-10 {
  bottom: 10px; }

.left-10 {
  left: 10px; }
  .sunfw-direction-rtl .left-10 {
    right: 10px;
    left: auto; }

.right-10 {
  right: 10px; }
  .sunfw-direction-rtl .right-10 {
    left: 10px;
    right: auto; }

.top-15 {
  top: 15px; }

.bottom-15 {
  bottom: 15px; }

.left-15 {
  left: 15px; }
  .sunfw-direction-rtl .left-15 {
    right: 15px;
    left: auto; }

.right-15 {
  right: 15px; }
  .sunfw-direction-rtl .right-15 {
    left: 15px;
    right: auto; }

.top-20 {
  top: 20px; }

.bottom-20 {
  bottom: 20px; }

.left-20 {
  left: 20px; }
  .sunfw-direction-rtl .left-20 {
    right: 20px;
    left: auto; }

.right-20 {
  right: 20px; }
  .sunfw-direction-rtl .right-20 {
    left: 20px;
    right: auto; }

.top-25 {
  top: 25px; }

.bottom-25 {
  bottom: 25px; }

.left-25 {
  left: 25px; }
  .sunfw-direction-rtl .left-25 {
    right: 25px;
    left: auto; }

.right-25 {
  right: 25px; }
  .sunfw-direction-rtl .right-25 {
    left: 25px;
    right: auto; }

.top-30 {
  top: 30px; }

.bottom-30 {
  bottom: 30px; }

.left-30 {
  left: 30px; }
  .sunfw-direction-rtl .left-30 {
    right: 30px;
    left: auto; }

.right-30 {
  right: 30px; }
  .sunfw-direction-rtl .right-30 {
    left: 30px;
    right: auto; }

.top-35 {
  top: 35px; }

.bottom-35 {
  bottom: 35px; }

.left-35 {
  left: 35px; }
  .sunfw-direction-rtl .left-35 {
    right: 35px;
    left: auto; }

.right-35 {
  right: 35px; }
  .sunfw-direction-rtl .right-35 {
    left: 35px;
    right: auto; }

.top-40 {
  top: 40px; }

.bottom-40 {
  bottom: 40px; }

.left-40 {
  left: 40px; }
  .sunfw-direction-rtl .left-40 {
    right: 40px;
    left: auto; }

.right-40 {
  right: 40px; }
  .sunfw-direction-rtl .right-40 {
    left: 40px;
    right: auto; }

.top-45 {
  top: 45px; }

.bottom-45 {
  bottom: 45px; }

.left-45 {
  left: 45px; }
  .sunfw-direction-rtl .left-45 {
    right: 45px;
    left: auto; }

.right-45 {
  right: 45px; }
  .sunfw-direction-rtl .right-45 {
    left: 45px;
    right: auto; }

.top-50 {
  top: 50px; }

.bottom-50 {
  bottom: 50px; }

.left-50 {
  left: 50px; }
  .sunfw-direction-rtl .left-50 {
    right: 50px;
    left: auto; }

.right-50 {
  right: 50px; }
  .sunfw-direction-rtl .right-50 {
    left: 50px;
    right: auto; }

.top-55 {
  top: 55px; }

.bottom-55 {
  bottom: 55px; }

.left-55 {
  left: 55px; }
  .sunfw-direction-rtl .left-55 {
    right: 55px;
    left: auto; }

.right-55 {
  right: 55px; }
  .sunfw-direction-rtl .right-55 {
    left: 55px;
    right: auto; }

.top-60 {
  top: 60px; }

.bottom-60 {
  bottom: 60px; }

.left-60 {
  left: 60px; }
  .sunfw-direction-rtl .left-60 {
    right: 60px;
    left: auto; }

.right-60 {
  right: 60px; }
  .sunfw-direction-rtl .right-60 {
    left: 60px;
    right: auto; }

.top-65 {
  top: 65px; }

.bottom-65 {
  bottom: 65px; }

.left-65 {
  left: 65px; }
  .sunfw-direction-rtl .left-65 {
    right: 65px;
    left: auto; }

.right-65 {
  right: 65px; }
  .sunfw-direction-rtl .right-65 {
    left: 65px;
    right: auto; }

.top-70 {
  top: 70px; }

.bottom-70 {
  bottom: 70px; }

.left-70 {
  left: 70px; }
  .sunfw-direction-rtl .left-70 {
    right: 70px;
    left: auto; }

.right-70 {
  right: 70px; }
  .sunfw-direction-rtl .right-70 {
    left: 70px;
    right: auto; }

.top-75 {
  top: 75px; }

.bottom-75 {
  bottom: 75px; }

.left-75 {
  left: 75px; }
  .sunfw-direction-rtl .left-75 {
    right: 75px;
    left: auto; }

.right-75 {
  right: 75px; }
  .sunfw-direction-rtl .right-75 {
    left: 75px;
    right: auto; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-size-1 {
  font-size: 1px; }

.font-size-2 {
  font-size: 2px; }

.font-size-3 {
  font-size: 3px; }

.font-size-4 {
  font-size: 4px; }

.font-size-5 {
  font-size: 5px; }

.font-size-6 {
  font-size: 6px; }

.font-size-7 {
  font-size: 7px; }

.font-size-8 {
  font-size: 8px; }

.font-size-9 {
  font-size: 9px; }

.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

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

.font-size-13 {
  font-size: 13px; }

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

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

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

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

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

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

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

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.font-size-31 {
  font-size: 31px; }

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

.font-size-33 {
  font-size: 33px; }

.font-size-34 {
  font-size: 34px; }

.font-size-35 {
  font-size: 35px; }

.font-size-36 {
  font-size: 36px; }

.font-size-37 {
  font-size: 37px; }

.font-size-38 {
  font-size: 38px; }

.font-size-39 {
  font-size: 39px; }

.font-size-40 {
  font-size: 40px; }

.font-size-41 {
  font-size: 41px; }

.font-size-42 {
  font-size: 42px; }

.font-size-43 {
  font-size: 43px; }

.font-size-44 {
  font-size: 44px; }

.font-size-45 {
  font-size: 45px; }

.font-size-46 {
  font-size: 46px; }

.font-size-47 {
  font-size: 47px; }

.font-size-48 {
  font-size: 48px; }

.font-size-49 {
  font-size: 49px; }

.font-size-50 {
  font-size: 50px; }

.display-inline {
  display: inline-block; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.p-static {
  position: static; }

.width-5 {
  width: 5px; }

.width-10 {
  width: 10px; }

.width-15 {
  width: 15px; }

.width-20 {
  width: 20px; }

.width-25 {
  width: 25px; }

.width-30 {
  width: 30px; }

.width-35 {
  width: 35px; }

.width-40 {
  width: 40px; }

.width-45 {
  width: 45px; }

.width-50 {
  width: 50px; }

.width-55 {
  width: 55px; }

.width-60 {
  width: 60px; }

.width-65 {
  width: 65px; }

.width-70 {
  width: 70px; }

.width-75 {
  width: 75px; }

.width-80 {
  width: 80px; }

.width-85 {
  width: 85px; }

.width-90 {
  width: 90px; }

.width-95 {
  width: 95px; }

.width-100 {
  width: 100px; }

.off-canvas-base {
  position: absolute;
  background-color: #f5f5f5;
  z-index: 999; }
  .off-canvas-base .close-offcanvas {
    z-index: 999;
    color: #000; }
  .off-canvas-base .padding-20 a.close-offcanvas {
    display: none; }

.offcanvas-bottom a {
  color: #8A91A4; }

#close-offcanvas {
  color: #000; }

body.offcanvas-open .sunfw-content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  transition: opacity 0.2s, transform 0s 0.2s; }

body[class*='-open'].offcanvas-open .sunfw-content::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.off-canvas-base {
  z-index: 10000; }

@media (max-width: 767px) {
  body.sunfw-offCanvas > .off-canvas-base {
    width: 250px !important; }

  body.sunfw-offCanvas > .off-canvas-right {
    transform: translate3d(250px, 0, 0) !important;
    -webkit-transform: translate3d(250px, 0, 0) !important; }

  body.sunfw-offCanvas > .off-canvas-left {
    transform: translate3d(-250px, 0, 0) !important;
    -webkit-transform: translate3d(-250px, 0, 0) !important; }

  body.sunfw-offCanvas.is-right-open > .off-canvas-right {
    transform: translate3d(0px, 0px, 0px) !important; }

  body.sunfw-offCanvas.is-left-open > .off-canvas-left {
    transform: translate3d(0px, 0px, 0px) !important; } }
.effect-left-push.is-left-open .sunfw-content {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
.effect-left-push.is-left-open.sunfw-direction-rtl .sunfw-content {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }
.effect-left-push .off-canvas-left {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%; }
.effect-left-push.is-left-open .off-canvas-left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-right-push.is-right-open .sunfw-content {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }
.effect-right-push.is-right-open.sunfw-direction-rtl .sunfw-content {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
.effect-right-push .off-canvas-right {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%; }
.effect-right-push.is-right-open .off-canvas-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-top-push.is-top-open .sunfw-content {
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0); }
.effect-top-push .off-canvas-top {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  width: 100%;
  height: 300px; }
.effect-top-push.is-top-open .off-canvas-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-bottom-push.is-bottom-open .sunfw-content {
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0); }
.effect-bottom-push .off-canvas-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  width: 100%;
  height: 300px; }
.effect-bottom-push.is-bottom-open .off-canvas-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }
.effect-bottom-push .off-canvas-bottom {
  position: fixed; }

.effect-left-slide .off-canvas-left {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%; }
.effect-left-slide.is-left-open .off-canvas-left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-right-slide .off-canvas-right {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%; }
.effect-right-slide.is-right-open .off-canvas-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-top-slide .off-canvas-top {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  width: 100%;
  height: 300px; }
.effect-top-slide.is-top-open .off-canvas-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.effect-bottom-slide .off-canvas-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  width: 100%;
  height: 300px; }
.effect-bottom-slide.is-bottom-open .off-canvas-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }
.effect-bottom-slide .off-canvas-bottom {
  position: fixed; }

.off-canvas-left .toggle-offcanvas {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  .sunfw-direction-rtl .off-canvas-left .toggle-offcanvas {
    left: 0;
    right: auto; }
  .sunfw-direction-rtl .off-canvas-left .toggle-offcanvas {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .off-canvas-left .toggle-offcanvas.middle {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
    .sunfw-direction-rtl .off-canvas-left .toggle-offcanvas.middle {
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      -o-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }

.off-canvas-right .toggle-offcanvas {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .sunfw-direction-rtl .off-canvas-right .toggle-offcanvas {
    right: 0;
    left: auto; }
  .sunfw-direction-rtl .off-canvas-right .toggle-offcanvas {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .off-canvas-right .toggle-offcanvas.middle {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
    .sunfw-direction-rtl .off-canvas-right .toggle-offcanvas.middle {
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      -o-transform: translate(100%, -50%);
      transform: translate(100%, -50%); }

.off-canvas-top .toggle-offcanvas {
  transform: translate(0, 100%);
  bottom: 0; }
  .off-canvas-top .toggle-offcanvas.center {
    transform: translate(-50%, 100%); }

.off-canvas-bottom .toggle-offcanvas {
  top: 0;
  transform: translate(0, -100%); }
  .off-canvas-bottom .toggle-offcanvas.center {
    transform: translate(-50%, -100%); }

.toggle-offcanvas {
  background: #FFF;
  padding: 5px 15px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  border: 1px solid rgba(221, 221, 221, 0.5); }
  .toggle-offcanvas .fa-bars {
    color: #000; }
  .toggle-offcanvas:focus {
    outline: none; }

.offcanvas-content > .row {
  margin: 0; }
.offcanvas-content .container {
  width: 100%; }
.offcanvas-content h3.module-title {
  padding-left: 20px; }
  .sunfw-direction-rtl .offcanvas-content h3.module-title {
    padding-right: 20px;
    padding-left: inherit; }
.offcanvas-content .col-xs-12 {
  padding: 0; }
.offcanvas-content ul.nav.menu li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
  .offcanvas-content ul.nav.menu li a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 13px 10px 13px 20px; }
    .sunfw-direction-rtl .offcanvas-content ul.nav.menu li a {
      padding: 13px 20px 13px 10px; }
.offcanvas-content ul.nav.menu .nav-child {
  border-top: 1px solid rgba(204, 204, 204, 0.3); }
  .offcanvas-content ul.nav.menu .nav-child > li:last-child {
    border: medium none; }
.offcanvas-content ul.nav.menu ul {
  padding: 0;
  list-style: none; }
.offcanvas-content #login-form {
  padding: 10px 15px 0; }
  .offcanvas-content #login-form ul {
    padding: 0;
    list-style: none; }

.off-canvas-base {
  position: fixed; }

.off-canvas-base .offcanvas-content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: inherit;
  overflow: auto; }

.toggle-offcanvas.top {
  top: 0; }

.toggle-offcanvas.bottom {
  bottom: 0; }

.toggle-offcanvas.middle {
  top: 50%; }

.toggle-offcanvas.right {
  right: 0; }

.toggle-offcanvas.left {
  left: 0; }

.toggle-offcanvas.center {
  left: 50%; }

.sunfw-offCanvas .only-mobile {
  display: none; }

@media (max-width: 767px) {
  .sunfw-offCanvas .only-mobile {
    display: block; }

  .sunfw-offCanvas .only-mobile .close-offcanvas.toggle-offcanvas {
    display: block; } }
.icons .dropdown-menu {
  border: 1px solid #d1d6de;
  border-radius: 0; }

.offcanvas-content {
  overflow-y: scroll; }
  .offcanvas-content .sunfw-tpl-menu {
    display: flex;
    flex-direction: column;
    float: none !important;
    text-align: left; }
    .sunfw-direction-rtl .offcanvas-content .sunfw-tpl-menu {
      text-align: right; }
    .offcanvas-content .sunfw-tpl-menu ul {
      position: relative !important;
      left: 0 !important;
      opacity: 1 !important;
      border: none !important;
      width: 100% !important;
      padding: 0 0 0 10px !important; }
      .sunfw-direction-rtl .offcanvas-content .sunfw-tpl-menu ul {
        right: 0 !important;
        left: auto; }
      .offcanvas-content .sunfw-tpl-menu ul ul.dropdown-menu {
        display: none; }
    .offcanvas-content .sunfw-tpl-menu li {
      width: 100%;
      float: none; }
      .offcanvas-content .sunfw-tpl-menu li ul {
        height: 0;
        overflow: hidden; }
        .offcanvas-content .sunfw-tpl-menu li ul.menuShow {
          height: auto;
          display: block !important; }
      .offcanvas-content .sunfw-tpl-menu li a, .offcanvas-content .sunfw-tpl-menu li span.nav-header {
        position: relative;
        padding: 10px 20px !important;
        text-align: left; }
        .sunfw-direction-rtl .offcanvas-content .sunfw-tpl-menu li a, .sunfw-direction-rtl .offcanvas-content .sunfw-tpl-menu li span.nav-header {
          text-align: right; }
      .offcanvas-content .sunfw-tpl-menu li .fa {
        margin-right: 5px;
        display: inline-block;
        font-size: 14px;
        width: inherit;
        height: inherit;
        line-height: inherit; }
        .offcanvas-content .sunfw-tpl-menu li .fa:after {
          opacity: 0 !important; }
      .offcanvas-content .sunfw-tpl-menu li span.caret {
        position: absolute;
        right: 5px !important;
        top: 50%;
        border: none !important;
        width: 40px;
        height: 40px;
        text-align: center;
        margin: 0 !important;
        line-height: 40px;
        transform: translateY(-50%);
        cursor: pointer; }
        .sunfw-direction-rtl .offcanvas-content .sunfw-tpl-menu li span.caret {
          left: 5px !important;
          right: auto; }
        @media (max-width: 768px) {
          .offcanvas-content .sunfw-tpl-menu li span.caret {
            line-height: 0; } }
        .offcanvas-content .sunfw-tpl-menu li span.caret:before {
          content: "" !important;
          font-family: FontAwesome;
          transform: translate(50%, 50%); }
        .offcanvas-content .sunfw-tpl-menu li span.caret.open:before {
          content: "" !important; }
  .offcanvas-content .navbar-header {
    display: none; }

body .off-canvas-base .toggle-offcanvas.middle {
  padding: 20px 5px 5px 10px !important; }

div#menu_item_offcanvas_left_menu {
  display: block; }

@media (max-width: 991px) {
  html body .offcanvas-content .sunfw-tpl-menu {
    background-color: transparent !important; } }
.form-contact .control-group {
  margin-bottom: 20px;
  zoom: 1; }
  .form-contact .control-group:before {
    display: table;
    line-height: 0;
    content: ""; }
  .form-contact .control-group:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }
.form-contact .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }
  .sunfw-direction-rtl .form-contact .control-label {
    float: right; }
  .sunfw-direction-rtl .form-contact .control-label {
    text-align: left; }
.form-contact .controls {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 180px); }
  .sunfw-direction-rtl .form-contact .controls {
    padding-right: 20px;
    padding-left: inherit; }
  .form-contact .controls input, .form-contact .controls textarea {
    display: block;
    width: 100%; }
.form-contact .help-block {
  margin-bottom: 0; }
.form-contact input + .help-block, .form-contact select + .help-block, .form-contact textarea + .help-block, .form-contact .uneditable-input + .help-block, .form-contact .input-prepend + .help-block, .form-contact .input-append + .help-block {
  margin-top: 10px; }
.form-contact .form-actions {
  padding-left: 180px; }
  .sunfw-direction-rtl .form-contact .form-actions {
    padding-right: 180px;
    padding-left: inherit; }

body .jsn-error-page #content {
  background-image: url(../images/mainbg-blue.png);
  background-repeat: initial;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #fff; }

.jsn-error .footer {
  display: none; }

.jsn-error-inner {
  text-align: center;
  color: #fff; }
  .jsn-error-inner h1 {
    color: #000;
    font-size: 80px;
    font-weight: bold;
    line-height: 144px;
    margin: 0;
    border-bottom: none;
    font-family: 'Source Sans Pro', sans-serif; }
  .jsn-error-inner .jsn-error-text {
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 4px; }
  .jsn-error-inner .header {
    display: none; }
  .jsn-error-inner #content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "Source Sans Pro", Arial; }
    .sunfw-direction-rtl .jsn-error-inner #content {
      right: 0;
      left: auto; }
    .jsn-error-inner #content .well {
      display: table;
      width: 100%;
      height: 100%;
      background: none;
      min-height: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      margin-bottom: 0; }
  .jsn-error-inner .table {
    display: table;
    width: 100%;
    height: 100%;
    border: none; }
    .jsn-error-inner .table .table-cell {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
  .jsn-error-inner .content-inner {
    max-width: 688px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15); }
    @media (max-width: 768px) {
      .jsn-error-inner .content-inner {
        max-width: 90%; } }
    .jsn-error-inner .content-inner h3 {
      font-size: 32px;
      font-weight: bold;
      margin: 25px 0 10px;
      color: #333;
      text-transform: inherit; }
    .jsn-error-inner .content-inner p {
      color: #fff;
      font-size: 14px;
      margin: 0 0 20px; }
    .jsn-error-inner .content-inner img {
      max-width: 320px;
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .jsn-error-inner .content-inner img {
          max-width: 100%; } }
  .jsn-error-inner .jsn-search form {
    margin-bottom: 0; }
  .jsn-error-inner .jsn-search #mod-search-searchword {
    width: 250px;
    max-width: 95%;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    color: rgba(254, 254, 254, 0.8); }
    .jsn-error-inner .jsn-search #mod-search-searchword::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(254, 254, 254, 0.8); }
    .jsn-error-inner .jsn-search #mod-search-searchword::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(254, 254, 254, 0.8); }
    .jsn-error-inner .jsn-search #mod-search-searchword:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(254, 254, 254, 0.8); }
    .jsn-error-inner .jsn-search #mod-search-searchword:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(254, 254, 254, 0.8); }
    .jsn-error-inner .jsn-search #mod-search-searchword:focus {
      border-color: #FF9C00;
      -webkit-appearance: none;
      box-shadow: none; }
    @media (max-width: 768px) {
      .jsn-error-inner .jsn-search #mod-search-searchword {
        width: 100%;
        margin-bottom: 10px; } }
  .jsn-error-inner .jsn-search .btn {
    border-width: 1px;
    border-style: solid;
    border-color: #dd514a;
    color: #fff;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 0;
    vertical-align: middle;
    background-color: #dd514a;
    margin-left: 5px;
    margin-top: 0;
    font-weight: normal;
    padding: 6px 30px 7px;
    box-shadow: none;
    text-transform: capitalize; }
    .jsn-error-inner .jsn-search .btn:hover {
      background-color: #9F2B2B;
      color: #FFF;
      border-color: #9F2B2B; }
    .jsn-error-inner .jsn-search .btn:before {
      content: '\f002';
      margin-right: 10px;
      font: normal normal normal 14px/1 FontAwesome; }
  .jsn-error-inner .goto-home {
    margin: 40px 0 30px; }
    .jsn-error-inner .goto-home a {
      font-weight: bold;
      font-size: 14px;
      color: #ffaa00;
      text-transform: uppercase; }
      .jsn-error-inner .goto-home a i {
        margin-right: 5px; }
        .sunfw-direction-rtl .jsn-error-inner .goto-home a i {
          margin-left: 5px;
          margin-right: inherit; }
      .jsn-error-inner .goto-home a:hover {
        text-decoration: underline; }

body.site.offline {
  background-image: none; }
  body.site.offline #content {
    display: flex;
    height: calc(100vh);
    align-items: center;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat; }
  body.site.offline .content-inner h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #1f2842; }
  body.site.offline .content-inner p {
    font-size: 14px;
    text-align: center;
    color: #394a5c;
    margin-bottom: 35px;
    line-height: 1.5; }
  body.site.offline .content-inner .countdown-timer .countdown {
    width: 80px;
    height: 80px;
    border: solid 1px #d1d6de;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 32px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    color: #394a5c;
    margin-bottom: 12px; }
  body.site.offline .content-inner .countdown-timer .day-container, body.site.offline .content-inner .countdown-timer .hour-container, body.site.offline .content-inner .countdown-timer .minute-container, body.site.offline .content-inner .countdown-timer .second-container {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #394a5c; }
  body.site.offline .input-group {
    margin-right: 10px; }
    body.site.offline .input-group .input-group-prepend {
      z-index: 9;
      padding: 0px 14px;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      margin-right: -1px;
      height: 40px;
      line-height: 40px;
      border-radius: 5px 0 0 5px;
      color: #4b4b4b; }
    body.site.offline .input-group .pd-left {
      border-radius: 0px 5px 5px 0px;
      box-shadow: none;
      height: 40px;
      border: 1px solid #ced4da; }
      body.site.offline .input-group .pd-left:focus {
        border-color: #bec0c6; }
  body.site.offline .countdown-timer {
    margin: 10px 0 40px; }
  body.site.offline .btn-primary {
    border: solid 1px rgba(233, 233, 233, 0.15);
    background-color: #ffaa00;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #47bbff;
    box-shadow: 0px 0px 0px 0px #47bbff;
    border-radius: 5px;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px; }
    body.site.offline .btn-primary:hover {
      background-color: #e39700; }
  body.site.offline .form-inline > .input-group {
    display: flex;
    float: left; }

@media (max-width: 767px) {
  body.site.offline {
    text-align: center; }
    body.site.offline .input-group {
      margin: 0 0 15px 0; }
    body.site.offline .form-inline > .input-group {
      float: none; }
    body.site.offline #form-login {
      justify-content: center;
      display: flex; }
    body.site.offline .content-inner .countdown-timer .countdown {
      width: 60px;
      height: 60px;
      border: solid 1px #d1d6de;
      background-color: #ffffff;
      font-size: 25px;
      font-weight: bold;
      line-height: 60px;
      text-align: center;
      color: #394a5c;
      margin-bottom: 12px; } }
ul.tags {
  margin-bottom: 20px; }
  ul.tags li {
    padding: 0 2px;
    display: inline-block;
    margin: 5px 0; }

.label-info {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(233, 233, 233, 0.15);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  padding: 7px 12px;
  line-height: 15px; }

.display-limit {
  margin-bottom: 30px; }

.table.category th {
  font-size: 16px; }

.contact #contact-form {
  position: relative; }
.contact .page-header h2 {
  font-size: 28px; }
.contact #selectForm + #slide-contact.accordion {
  margin-top: 30px; }
.contact #contact-form.form-horizontal .control-group {
  padding-bottom: 20px; }
  .contact #contact-form.form-horizontal .control-group:before {
    display: table;
    line-height: 0;
    content: " ";
    clear: both; }
  .contact #contact-form.form-horizontal .control-group .control-label {
    float: left;
    width: 125px;
    padding-top: 5px;
    text-align: right; }
    .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group .control-label {
      float: right; }
    .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group .control-label {
      text-align: left; }
    .contact #contact-form.form-horizontal .control-group .control-label #jform_spacer-lbl {
      margin-bottom: 22px;
      margin-top: 12px; }
  .contact #contact-form.form-horizontal .control-group .controls {
    margin-left: 145px; }
    .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group .controls {
      margin-right: 145px;
      margin-left: inherit; }
    .contact #contact-form.form-horizontal .control-group .controls input, .contact #contact-form.form-horizontal .control-group .controls textarea {
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      width: calc(100% - 30px); }
      .contact #contact-form.form-horizontal .control-group .controls input:focus, .contact #contact-form.form-horizontal .control-group .controls textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .contact #contact-form.form-horizontal .control-group .controls input:-moz-placeholder, .contact #contact-form.form-horizontal .control-group .controls textarea:-moz-placeholder {
        color: #999;
        opacity: 1; }
      .contact #contact-form.form-horizontal .control-group .controls input:-ms-input-placeholder, .contact #contact-form.form-horizontal .control-group .controls textarea:-ms-input-placeholder {
        color: #999; }
      .contact #contact-form.form-horizontal .control-group .controls input::-webkit-input-placeholder, .contact #contact-form.form-horizontal .control-group .controls textarea::-webkit-input-placeholder {
        color: #999; }
      .contact #contact-form.form-horizontal .control-group .controls input::-ms-expand, .contact #contact-form.form-horizontal .control-group .controls textarea::-ms-expand {
        border: 0;
        background-color: transparent; }
      .contact #contact-form.form-horizontal .control-group .controls input .form-control[disabled], .contact #contact-form.form-horizontal .control-group .controls input fieldset[disabled] .form-control, .contact #contact-form.form-horizontal .control-group .controls textarea .form-control[disabled], .contact #contact-form.form-horizontal .control-group .controls textarea fieldset[disabled] .form-control {
        cursor: not-allowed; }
  .contact #contact-form.form-horizontal .control-group #jform_contact_email_copy {
    height: auto;
    margin-top: 8px;
    width: auto; }
.contact #contact-form.form-horizontal fieldset .control-group:last-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px; }
  .contact #contact-form.form-horizontal fieldset .control-group:last-child .control-label {
    width: 220px; }
.contact .accordion-group {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px; }
  .contact .accordion-group fieldset {
    padding: 15px 30px;
    margin: 30px 0 0; }
    .contact .accordion-group fieldset legend {
      margin: 0 30px;
      border: none;
      padding-bottom: 0;
      font-size: 28px; }
  .contact .accordion-group .accordion-heading {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    font-size: 18px;
    padding: 0;
    line-height: 1; }
    .contact .accordion-group .accordion-heading a {
      color: #fff;
      padding: 12px 20px;
      line-height: 20px;
      display: block; }
  .contact .accordion-group .accordion-body {
    border: solid 1px rgba(233, 233, 233, 0.15);
    border-top: none; }
  .contact .accordion-group button[type="submit"] {
    position: absolute;
    right: 60px;
    bottom: 43px; }
    .sunfw-direction-rtl .contact .accordion-group button[type="submit"] {
      left: 60px;
      right: auto; }
  .contact .accordion-group .contact-links ul.nav-tabs {
    border-bottom: none; }
  .contact .accordion-group .contact-links li {
    padding: 0; }
    .contact .accordion-group .contact-links li:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.1); }
    .contact .accordion-group .contact-links li a {
      padding: 12px 30px;
      border: none; }
.contact .well {
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
  padding: 0; }
.contact .accordion-inner .thumbnail {
  border: none;
  margin: -30px 0 0;
  padding: 0; }
.contact .accordion-inner .contact-position {
  margin-bottom: -3px; }
  .contact .accordion-inner .contact-position * {
    margin-top: -30px; }
  .contact .accordion-inner .contact-position dt {
    width: auto; }
  .contact .accordion-inner .contact-position dd {
    margin-left: 85px; }
    .sunfw-direction-rtl .contact .accordion-inner .contact-position dd {
      margin-right: 85px;
      margin-left: inherit; }
.contact .accordion-inner .contact-address dt {
  width: auto; }
.contact .accordion-inner .contact-address dd {
  margin-left: 85px; }
  .sunfw-direction-rtl .contact .accordion-inner .contact-address dd {
    margin-right: 85px;
    margin-left: inherit; }
.contact .accordion-inner .contact-miscinfo {
  padding: 30px 30px 10px; }
  .contact .accordion-inner .contact-miscinfo dl {
    margin-bottom: 0; }
  .contact .accordion-inner .contact-miscinfo .dl-horizontal dt {
    width: auto; }
  .contact .accordion-inner .contact-miscinfo .dl-horizontal dd {
    margin-left: 25px; }
    .sunfw-direction-rtl .contact .accordion-inner .contact-miscinfo .dl-horizontal dd {
      margin-right: 25px;
      margin-left: inherit; }
.contact #basic-details .accordion-inner {
  padding: 60px 30px 30px; }
.contact .contact-links .nav > li > a:hover, .contact .contact-links .nav > li > a:focus {
  background: transparent; }
.contact .accordion-heading {
  padding: 10px 0; }
.contact a:focus {
  outline: none; }

/* ---------- Single Contact Category ----------- */
.contact-category ul {
  list-style: none;
  padding: 0; }
  .contact-category ul [class*="span"]:not(.list-title) {
    display: none; }
  .contact-category ul [class*="span"].list-title {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -8px; }
.contact-category fieldset.filters {
  margin-top: 6px;
  margin-bottom: 19px; }

/* ---------- Contact Page ----------- */
.jsn-contact-form {
  max-width: 650px;
  margin: 0 auto; }
  .jsn-contact-form .jsn-master .jsn-bootstrap .form-actions {
    padding: 0;
    overflow: hidden;
    margin: 25px 0; }
  .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group .control-label {
      flex: 0 0 75px;
      font-family: Roboto !important;
      font-weight: normal;
      display: flex;
      flex-direction: row-reverse;
      margin: 0 10px;
      line-height: 35px;
      padding: 0; }
    .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group .controls {
      display: flex;
      flex: 0 0 85%; }
      .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group .controls .help-block {
        margin-bottom: 0; }
      .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group .controls input, .jsn-contact-form .jsn-uniform .jsn-bootstrap .form-horizontal .control-group .controls textarea {
        width: 100%; }
  .jsn-contact-form .form-horizontal .control-label {
    float: left; }
  .jsn-contact-form .jsn-master .jsn-text-center {
    display: none; }

.popover {
  color: #000 !important; }
  .popover h3 {
    color: #000 !important; }

.blog-featured table.category tr.odd {
  background-color: rgba(255, 255, 255, 0.2); }

legend {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2); }

.login {
  border-radius: 0;
  display: flex;
  justify-content: center; }
  .login > form {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15); }
    .login > form input[type="text"],
    .login > form input[type="password"] {
      min-width: 220px; }
    .login > form > fieldset {
      margin-bottom: 0; }
  .login .login-description img {
    display: block;
    margin: 20px 0; }
  .login .form-horizontal .control-label {
    margin-right: 10px;
    padding-top: 0; }
    .sunfw-direction-rtl .login .form-horizontal .control-label {
      margin-left: 10px;
      margin-right: inherit; }
  .login .control-group {
    margin-bottom: 8px; }
    .login .control-group.login-nav {
      margin-bottom: 0; }
      .login .control-group.login-nav ul li:last-child {
        padding-bottom: 0; }
    .login .control-group.button {
      margin-top: 8px; }
    .login .control-group.remember > div {
      display: inline-block; }
    .login .control-group .control-label {
      text-align: left; }
      .sunfw-direction-rtl .login .control-group .control-label {
        text-align: right; }
    .login .control-group #remember {
      height: auto;
      width: auto;
      vertical-align: middle;
      margin: 0; }
    .login .control-group label {
      margin: 0;
      vertical-align: middle; }
  .login .nav.nav-stacked > li > a {
    border: none;
    background: transparent;
    padding-bottom: 0; }
    .login .nav.nav-stacked > li > a:hover {
      border: none;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }

.profile-edit .control-label,
#user-registration .control-label,
#member-registration .control-label {
  float: left;
  width: 100px;
  padding-top: 5px;
  text-align: right;
  clear: left; }
  .sunfw-direction-rtl .profile-edit .control-label, .sunfw-direction-rtl
  #user-registration .control-label, .sunfw-direction-rtl
  #member-registration .control-label {
    float: right; }
  .sunfw-direction-rtl .profile-edit .control-label, .sunfw-direction-rtl
  #user-registration .control-label, .sunfw-direction-rtl
  #member-registration .control-label {
    text-align: left; }
.profile-edit .controls,
#user-registration .controls,
#member-registration .controls {
  margin-left: 115px; }
  .sunfw-direction-rtl .profile-edit .controls, .sunfw-direction-rtl
  #user-registration .controls, .sunfw-direction-rtl
  #member-registration .controls {
    margin-right: 115px;
    margin-left: inherit; }
  .profile-edit .controls input:-moz-placeholder, .profile-edit .controls textarea:-moz-placeholder, .profile-edit .controls .chzn-container:-moz-placeholder,
  #user-registration .controls input:-moz-placeholder,
  #user-registration .controls textarea:-moz-placeholder,
  #user-registration .controls .chzn-container:-moz-placeholder,
  #member-registration .controls input:-moz-placeholder,
  #member-registration .controls textarea:-moz-placeholder,
  #member-registration .controls .chzn-container:-moz-placeholder {
    color: #999;
    opacity: 1; }
  .profile-edit .controls input:-ms-input-placeholder, .profile-edit .controls textarea:-ms-input-placeholder, .profile-edit .controls .chzn-container:-ms-input-placeholder,
  #user-registration .controls input:-ms-input-placeholder,
  #user-registration .controls textarea:-ms-input-placeholder,
  #user-registration .controls .chzn-container:-ms-input-placeholder,
  #member-registration .controls input:-ms-input-placeholder,
  #member-registration .controls textarea:-ms-input-placeholder,
  #member-registration .controls .chzn-container:-ms-input-placeholder {
    color: #999; }
  .profile-edit .controls input::-webkit-input-placeholder, .profile-edit .controls textarea::-webkit-input-placeholder, .profile-edit .controls .chzn-container::-webkit-input-placeholder,
  #user-registration .controls input::-webkit-input-placeholder,
  #user-registration .controls textarea::-webkit-input-placeholder,
  #user-registration .controls .chzn-container::-webkit-input-placeholder,
  #member-registration .controls input::-webkit-input-placeholder,
  #member-registration .controls textarea::-webkit-input-placeholder,
  #member-registration .controls .chzn-container::-webkit-input-placeholder {
    color: #999; }
  .profile-edit .controls input::-ms-expand, .profile-edit .controls textarea::-ms-expand, .profile-edit .controls .chzn-container::-ms-expand,
  #user-registration .controls input::-ms-expand,
  #user-registration .controls textarea::-ms-expand,
  #user-registration .controls .chzn-container::-ms-expand,
  #member-registration .controls input::-ms-expand,
  #member-registration .controls textarea::-ms-expand,
  #member-registration .controls .chzn-container::-ms-expand {
    border: 0;
    background-color: transparent; }
  .profile-edit .controls input .form-control[disabled], .profile-edit .controls input fieldset[disabled] .form-control, .profile-edit .controls textarea .form-control[disabled], .profile-edit .controls textarea fieldset[disabled] .form-control, .profile-edit .controls .chzn-container .form-control[disabled], .profile-edit .controls .chzn-container fieldset[disabled] .form-control,
  #user-registration .controls input .form-control[disabled],
  #user-registration .controls input fieldset[disabled] .form-control,
  #user-registration .controls textarea .form-control[disabled],
  #user-registration .controls textarea fieldset[disabled] .form-control,
  #user-registration .controls .chzn-container .form-control[disabled],
  #user-registration .controls .chzn-container fieldset[disabled] .form-control,
  #member-registration .controls input .form-control[disabled],
  #member-registration .controls input fieldset[disabled] .form-control,
  #member-registration .controls textarea .form-control[disabled],
  #member-registration .controls textarea fieldset[disabled] .form-control,
  #member-registration .controls .chzn-container .form-control[disabled],
  #member-registration .controls .chzn-container fieldset[disabled] .form-control {
    cursor: not-allowed; }
.profile-edit .control-group,
#user-registration .control-group,
#member-registration .control-group {
  margin-bottom: 20px; }
  .profile-edit .control-group:last-child,
  #user-registration .control-group:last-child,
  #member-registration .control-group:last-child {
    margin-bottom: 0; }

.remind > form > fieldset > p {
  margin-bottom: 30px; }
.remind .control-group {
  max-width: 386px;
  margin: 0 auto 20px; }

.registration #member-registration fieldset + fieldset {
  margin-bottom: 60px; }
.registration #member-registration legend {
  margin-bottom: 24px; }
.registration #member-registration .control-group {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto; }
  .registration #member-registration .control-group .control-label {
    width: 155px; }
    .registration #member-registration .control-group .control-label span.spacer {
      margin-bottom: 20px;
      display: block; }
  .registration #member-registration .control-group .controls {
    margin-left: 170px; }
    .sunfw-direction-rtl .registration #member-registration .control-group .controls {
      margin-right: 170px;
      margin-left: inherit; }

#user-registration {
  max-width: 386px;
  margin: 0 auto; }
  #user-registration > fieldset .control-label {
    text-align: left; }
    .sunfw-direction-rtl #user-registration > fieldset .control-label {
      text-align: right; }

#user-registration,
#member-registration {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  #user-registration .control-group:before,
  #member-registration .control-group:before {
    display: table;
    content: " ";
    clear: both; }

.remind button,
.reset button {
  margin-top: 16px; }
.remind input[type="email"],
.reset input[type="email"] {
  width: calc(100%); }

.profile legend {
  text-align: left; }
.profile .btn-toolbar {
  margin-bottom: -40px;
  padding-left: 0;
  background: #fff; }
  .sunfw-direction-rtl .profile .btn-toolbar {
    padding-right: 0;
    padding-left: inherit; }
.profile dt, .profile dd {
  line-height: 30px; }
.profile .dl-horizontal dd {
  min-width: 200px;
  text-align: left; }
  .sunfw-direction-rtl .profile .dl-horizontal dd {
    text-align: right; }
.profile [id^="users-profile-"] {
  clear: both;
  text-align: center; }
  .profile [id^="users-profile-"] dl.dl-horizontal {
    display: inline-block; }
.profile li.btn-group {
  margin: 0;
  padding: 0; }

.profile-edit .control-group {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto; }
  .profile-edit .control-group .control-label {
    width: 155px; }
  .profile-edit .control-group .controls {
    margin-left: 170px; }
    .sunfw-direction-rtl .profile-edit .control-group .controls {
      margin-right: 170px;
      margin-left: inherit; }
    .profile-edit .control-group .controls .chzn-container {
      min-width: 360px; }
.profile-edit .well {
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
  padding: 0; }

.profile-edit legend,
.profile legend {
  margin-bottom: 25px; }

[id*="member-"] input[name*="jform[easydiscussprofile]"] {
  max-width: 360px; }
[id*="member-"] input[type="email"], [id*="member-"] input[type="password"], [id*="member-"] input[type="text"], [id*="member-"] textarea {
  min-width: 360px; }

.sunfw-login-nav .nav {
  padding-top: 8px;
  border: none; }
  .sunfw-login-nav .nav li a {
    padding: 0;
    border: none; }
    .sunfw-login-nav .nav li a:hover {
      background: transparent;
      border: none; }

.disable-responsive .container {
  width: 960px !important; }

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1366px) {
  body.coming-soon {
    height: 100%; } }
@media (min-width: 991px) {
  .sunfw-menu-head li.megamenu > .caret {
    display: none; } }
@media (max-width: 1199px) {
  #finder-search fieldset > input[type="text"] {
    margin-bottom: 15px; }

  body.coming-soon .sunfw-content {
    width: 100%; } }
@media (max-width: 991px) {
  .contact .accordion-inner .contact-position {
    margin-top: 30px; }
    .contact .accordion-inner .contact-position * {
      margin-top: 0; }
  .contact .dl-horizontal dt {
    float: left;
    width: 80px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .contact .dl-horizontal dd {
    margin-left: 100px; }
  .contact #contact-form.form-horizontal .control-group .controls input,
  .contact #contact-form.form-horizontal .control-group .controls textarea {
    width: 230px; }

  #sunfw_section_bottom .module-style[class*="richbox-"] {
    margin-bottom: 30px; }

  [id*="member-"] input[name*="jform[easydiscussprofile]"] {
    max-width: 100%; }
  [id*="member-"] input[type="email"], [id*="member-"] input[type="password"], [id*="member-"] input[type="text"], [id*="member-"] textarea {
    min-width: 100%; }

  .contact .accordion-group button[type="submit"] {
    position: static;
    margin-left: 30px; }

  .sunfw-logo {
    padding: 15px 0; }
    .sunfw-logo img.logo {
      display: block;
      margin: 0 auto; }

  #sunfw_section_header > .container > .row {
    padding-top: 0;
    padding-bottom: 16px; } }
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    width: 100%; }

  .item-page .content_rating {
    float: none; }

  .layout-item .items-row {
    margin-bottom: 0; }
    .layout-item .items-row:last-child [class*="col-xs-"]:last-child {
      margin-bottom: 0; }

  .items-row [class*="col-xs-"] {
    width: 100%;
    margin-bottom: 30px; }

  .sunfw-pos-right .module-style:first-child {
    margin-top: 30px; }

  .profile-edit .control-label,
  .login .control-label,
  #user-registration .control-label,
  #member-registration .control-label {
    width: 100px; }
  .profile-edit .controls,
  .login .controls,
  #user-registration .controls,
  #member-registration .controls {
    margin-left: 110px; }
    .sunfw-direction-rtl .profile-edit .controls, .sunfw-direction-rtl
    .login .controls, .sunfw-direction-rtl
    #user-registration .controls, .sunfw-direction-rtl
    #member-registration .controls {
      margin-right: 110px;
      margin-left: inherit; }

  .remind button,
  .reset button,
  .login > form button {
    min-width: 100%; }

  textarea, input[type="text"]:not([name*="filter"]), input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
  .chzn-container-single .chzn-single {
    width: 100%; }

  .filters .btn-group {
    width: 100%; }
    .filters .btn-group.pull-right {
      width: calc(100% - 10px); }
  .filters input[type="text"][name="filter-search"] {
    margin-bottom: 20px; }

  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 10px; }

  .edit.item-page .chzn-container-multi .chzn-choices,
  .edit.item-page select:not(.time), .edit.item-page textarea, .edit.item-page input[type="text"], .edit.item-page input[type="password"], .edit.item-page input[type="datetime"], .edit.item-page input[type="datetime-local"], .edit.item-page input[type="date"], .edit.item-page input[type="month"], .edit.item-page input[type="time"], .edit.item-page input[type="week"], .edit.item-page input[type="number"], .edit.item-page input[type="email"], .edit.item-page input[type="url"], .edit.item-page input[type="search"], .edit.item-page input[type="tel"], .edit.item-page input[type="color"],
  .edit.item-page .chzn-container-single .chzn-single {
    min-width: 235px;
    width: 235px; }
  .edit.item-page .chzn-container-single .chzn-search input[type="text"] {
    min-width: 100%; }
  .edit.item-page .calendar-container table {
    max-width: 235px; }
  .edit.item-page #metadata .control-label,
  .edit.item-page #publishing .control-label {
    flex: 0 0 32%; }
  .edit.item-page form#adminForm .toggle-editor .btn {
    margin-bottom: 80px; }

  .table {
    table-layout: fixed;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: scroll;
    overflow-y: hidden;
    webkit-overflow-scrolling: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d5d6d8;
    text-overflow: ellipsis; }
    .table.table-bordered {
      border: none; }

  .registration #member-registration .control-group,
  .profile-edit .control-group {
    max-width: 100%; }

  .registration #member-registration .control-group .control-label {
    width: 130px; }
  .registration #member-registration .control-group .controls {
    margin-left: 150px; }
    .sunfw-direction-rtl .registration #member-registration .control-group .controls {
      margin-right: 150px;
      margin-left: inherit; }
  .registration #member-registration > .control-group .controls {
    margin-left: 0; }
    .sunfw-direction-rtl .registration #member-registration > .control-group .controls {
      margin-right: 0;
      margin-left: inherit; }

  .contact .accordion-group fieldset legend {
    margin: 0; }
  .contact #contact-form.form-horizontal .control-group .control-label {
    float: none;
    text-align: left; }
    .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group .control-label {
      text-align: right; }
  .contact #contact-form.form-horizontal .control-group .controls {
    margin-left: 0; }
    .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group .controls {
      margin-right: 0;
      margin-left: inherit; }
    .contact #contact-form.form-horizontal .control-group .controls input, .contact #contact-form.form-horizontal .control-group .controls textarea {
      width: 100%; }
  .contact #contact-form.form-horizontal .control-group:last-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .contact #contact-form.form-horizontal .control-group:last-child #jform_contact_email_copy {
      margin-right: 10px; }
      .sunfw-direction-rtl .contact #contact-form.form-horizontal .control-group:last-child #jform_contact_email_copy {
        margin-left: 10px;
        margin-right: inherit; }

  .jsn-contact-form .jsn-master .jsn-bootstrap .form-actions {
    margin-right: -25px; }
    .sunfw-direction-rtl .jsn-contact-form .jsn-master .jsn-bootstrap .form-actions {
      margin-left: -25px;
      margin-right: inherit; }
  .jsn-contact-form .jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input {
    width: calc(100% - 20px) !important; }
  .jsn-contact-form .jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
    width: calc(100%) !important; }

  .jsn-contact-form {
    max-width: 80%; }

  .jsn-counter-wrap .info .number {
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px; }

  #sunfw-master div.search input[type="search"] {
    width: 100%;
    margin-bottom: 20px; }

  .sunfw-scrollup {
    padding: 6px 20px; }

  #sunfw_section_bottom .module-style {
    margin-bottom: 30px; } }
@media (max-width: 380px) {
  #sunfw-master #recaptcha_table {
    width: 250px !important; }

  input#search-searchword[type="text"] {
    margin-bottom: 20px; }

  .remind button,
  .remind input[type="email"],
  .reset button,
  .reset input[type="email"] {
    min-width: 100%; }

  .article-index {
    width: 100%;
    margin: 0 0 20px; }

  .marginright-15 {
    margin-right: 15px; }
    .sunfw-direction-rtl .marginright-15 {
      margin-left: 15px;
      margin-right: inherit; } }
@media (max-width: 320px) {
  #finder-search button.btn {
    margin-bottom: 10px; }

  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 10px 5px; }

  .table {
    font-size: 0.9em; }
    .table.category th {
      font-size: 1em; }

  .badge {
    padding: 4px 8px; }

  .jsn-counter-wrap .info .number {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px; }
  .jsn-counter-wrap .info .title {
    font-size: 11px; } }
.contentpane {
  padding: 20px; }

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============== OVERRIDE TEMPLATE STYLE ============== */
a:hover, a:focus {
  outline: none; }

.store-banner {
  position: relative; }

.store-banner img {
  width: 100%;
  height: auto;
  min-height: 180px; }

.store-banner .text-overlay {
  position: absolute;
  top: 25%;
  right: 25%; }

.store-banner .text-overlay h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 43px;
  color: #000; }

.store-banner .text-overlay span {
  font-weight: 900; }

.store-banner .text-overlay h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
  color: #000; }

@media (max-width: 650px) {
  .store-banner img {
    min-height: 150px; }

  .store-banner .text-overlay {
    position: absolute;
    top: 25%;
    right: 10px; }

  .store-banner .text-overlay h2 {
    font-size: 23px; }

  .store-banner .text-overlay h4 {
    font-size: 15px; } }
/* // ---------------------------------------------------------
// J2STORE COMMON STYLES
// --------------------------------------------------------- */
.j2store-product-list .product-title {
  font-size: 16px; }

.product-price-container .base-price {
  color: #35cb91;
  padding-right: 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline; }

.product-price-container .base-price.strike {
  text-decoration: line-through;
  color: #777 !important;
  font-weight: 300 !important; }

.product-price-container .sale-price {
  font-size: 16px;
  font-weight: bold;
  display: inline; }

.sunfw-com-j2store .input-mini {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  color: #fff;
  height: 42px;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 52px;
  width: 100%; }

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* ---------------------------------------------------------
// J2STORE PRODUCT LIST LAYOUT
// ---------------------------------------------------------*/
.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none; }

.j2store-products-row .item {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 0; }

.j2store-products-row .item .j2store-single-product {
  transition: all 0.3s ease 0s;
  border: 1px solid #e7e7e6;
  padding: 10px;
  position: relative;
  background: #fff; }

.j2store-products-row .item .j2store-single-product .product-image-block a {
  display: block;
  height: auto;
  margin: 0 auto 2px;
  max-width: 270px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center; }

.j2store-products-row .item:hover {
  z-index: 3;
  margin-bottom: -163px; }

.j2store-products-row .item:hover .j2store-single-product {
  border-color: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
  z-index: 99; }

.j2store-products-row .item .j2store-single-product .product-content-block .product-title {
  margin: 0 0 10px;
  padding: 0 10px;
  min-height: 48px;
  font-size: 15px; }

.j2store-products-row .item .j2store-single-product .product-content-block .product-title a {
  color: #333; }

.j2store-products-row .item .j2store-single-product .product-content-block .product-title a:hover {
  color: #009aca;
  text-decoration: none; }

.j2store-products-row .item .j2store-single-product .product-content-block .product-price-container {
  color: #3a3a3a;
  margin: 0 0 12px;
  overflow: hidden;
  width: 100%; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form {
  display: none;
  text-align: center; }

.j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  display: block; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .j2store-add-to-cart {
  margin-bottom: 10px;
  display: block; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .j2store-add-to-cart .j2store_cart_button {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 500;
  background: #1da1f3; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .j2store-add-to-cart .j2store_cart_button span {
  margin-right: 5px; }

.j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-compare, .j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-wishlist {
  display: inline-block; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .product-compare a, .j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-wishlist a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .product-compare a:hover, .j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-wishlist a:hover {
  text-decoration: none; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .product-compare a:hover i, .j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-wishlist a:hover i {
  color: #fff; }

.j2store-products-row .item .j2store-single-product .product-content-block .j2store-addtocart-form .product-compare a i, .j2store-products-row .item:hover .j2store-single-product .product-content-block .j2store-addtocart-form .product-wishlist a i {
  background: #eee;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px; }

.j2store-products-row .item .j2store-single-product .j2store-product-quickview-modal i {
  font-size: 24px; }

.j2store-products-row .item .j2store-single-product .j2store-product-quickview-modal {
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute !important;
  right: 0;
  top: 20%;
  max-width: auto;
  display: none;
  animation: 0.4s ease 0s normal none 1 running fadeOut;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  box-shadow: none;
  height: 64px;
  width: 64px;
  line-height: 70px;
  border: 0; }

.j2store-products-row .item:hover .j2store-single-product .j2store-product-quickview-modal {
  display: inline-block;
  animation: 0.4s ease 0s normal none 1 running bounceIn;
  opacity: 1; }

/*// ---------------------------------------------------------
// J2STORE QUICKVIEW
// ---------------------------------------------------------*/
body.jsn-com-j2store #sbox-window {
  transition: all 0.6s ease-in-out 0s;
  box-shadow: 0 0 2px 2px #eee;
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1200;
  position: absolute;
  left: 20% !important;
  width: 70% !important;
  max-height: 100%; }

#sbox-btn-close {
  left: -15px !important; }

#sbox-content {
  overflow-y: visible;
  overflow-x: hidden; }

/*// ---------------------------------------------------------
// J2STORE FILTERS
// ---------------------------------------------------------*/
.j2store-product-list .top-bar-filters-container {
  display: block;
  width: 100%; }

.j2store-product-list .top-bar-filters-container .toggle-filter {
  margin: 10px 20px;
  font-weight: 600;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  color: #1da1f3; }

.j2store-product-list .top-bar-filters-container .toggle-filter i {
  margin-left: 5px; }

input.j2store-product-search-input {
  vertical-align: top;
  margin: 0 4px 0 0; }

input.j2store-product-search-input:focus {
  border-color: #35cb91;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(53, 203, 145, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(53, 203, 145, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(53, 203, 145, 0.6); }

#j2store_sortby option {
  padding: 10px; }

#j2store_sortby:hover, #j2store_sortby:focus {
  outline: none; }

.j2store-sidebar-filters-container > form > [class*='-filters'] {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15);
  padding: 0 20px; }
  .j2store-sidebar-filters-container > form > [class*='-filters'] .product-filter-heading {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
    padding: 16px 20px;
    margin: 0 -20px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
    display: block; }
.j2store-sidebar-filters-container .j2store-product-filters #j2store-slider-range {
  background: #916100;
  margin: 20px auto 0px;
  height: 4px; }
  .j2store-sidebar-filters-container .j2store-product-filters #j2store-slider-range .ui-slider-range {
    height: 4px;
    top: 0; }
  .j2store-sidebar-filters-container .j2store-product-filters #j2store-slider-range .ui-slider-handle {
    width: 10px;
    height: 10px;
    top: -0.2em; }
.j2store-sidebar-filters-container #j2store-slider-range-box {
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .j2store-sidebar-filters-container #j2store-slider-range-box {
      padding-bottom: 40px; } }
  .j2store-sidebar-filters-container #j2store-slider-range-box .btn.btn-success {
    background: transparent;
    border: solid 1px rgba(233, 233, 233, 0.4); }
  .j2store-sidebar-filters-container #j2store-slider-range-box .pull-right {
    margin-top: 5px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .j2store-sidebar-filters-container #j2store-slider-range-box .pull-right {
        width: 100%; } }

.j2store-sidebar-filters-container .default_cart_module_text {
  margin-bottom: 10px;
  display: block; }

.j2store-sidebar-filters-container .btn, #productFilters .btn {
  text-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 17px !important;
  padding: 7px 15px !important;
  height: 33px;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  vertical-align: top; }

#productFilters #j2store_sortby {
  margin-left: 5px;
  color: #fff; }
  @media (max-width: 480px) {
    #productFilters #j2store_sortby {
      float: right; } }

#productFilters .btn.btn-inverse {
  background: transparent !important;
  border: solid 1px rgba(233, 233, 233, 0.4); }
  #productFilters .btn.btn-inverse:hover {
    color: #fff; }

.j2store-sidebar-filters-container .j2store_cart_module_573 {
  color: #666;
  font-size: 15px; }

.j2store-sidebar-filters-container .j2store_cart_module_573 .j2store-minicart-button {
  margin: 10px auto; }

.j2store-sidebar-filters-container .category-filters #cat-filter-icon-minus, .j2store-sidebar-filters-container .category-filters #cat-filter-icon-plus {
  float: right;
  position: relative;
  top: -50px; }

.j2store-sidebar-filters-container .category-filters #j2store_category #j2store_categories_mod {
  padding: 10px 0; }
  .j2store-sidebar-filters-container .category-filters #j2store_category #j2store_categories_mod li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-weight: normal;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: none; }
  .j2store-sidebar-filters-container .category-filters #j2store_category #j2store_categories_mod li.active > a {
    color: #fff;
    font-weight: bold; }

.j2store-sidebar-filters-container #j2store-brand-filter-container {
  padding: 10px 0; }
  .j2store-sidebar-filters-container #j2store-brand-filter-container .j2store-product-brand-label {
    display: block;
    font-weight: normal;
    padding: 5px 0;
    position: relative;
    display: flex;
    align-items: center; }
    .j2store-sidebar-filters-container #j2store-brand-filter-container .j2store-product-brand-label input {
      margin-top: 0px;
      margin-right: 5px; }
      .sunfw-direction-rtl .j2store-sidebar-filters-container #j2store-brand-filter-container .j2store-product-brand-label input {
        margin-left: 5px;
        margin-right: inherit; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .j2store-add-to-cart {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  display: none; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-compare {
  display: inline;
  font-size: 11px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-compare a, .j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-wishlist a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-compare a i, .j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-wishlist a i {
  background: #eee;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-compare a:hover, .j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-wishlist a:hover {
  text-decoration: none; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-compare a:hover i, .j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-wishlist a:hover i {
  color: #fff; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .product-wishlist {
  display: inline;
  font-size: 11px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal {
  left: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute !important;
  text-align: center;
  top: 10%;
  max-width: auto;
  display: none;
  animation: 0.4s ease 0s normal none 1 running fadeOut;
  background-color: rgba(29, 161, 243, 0.8);
  background-image: none;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
  height: 50px;
  text-align: center;
  width: 50px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal i {
  font-size: 18px;
  line-height: 48px; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product:hover .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal {
  display: inline-table;
  animation: 0.4s ease 0s normal none 1 running bounceIn;
  opacity: 1; }

.j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product-price-container .base-price, .j2store-sidebar-filters-container .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product-price-container .sale-price {
  font-size: 13px; }

/*// ---------------------------------------------------------
// J2STORE DETAIL VIEW PAGE
// ---------------------------------------------------------*/
#akeeba-renderjoomla .detail {
  padding-bottom: 30px; }

.detail > .row {
  margin-top: 35px; }

.detail .simple-product > .row {
  margin-bottom: 50px; }
  .detail .simple-product > .row:last-child {
    margin-bottom: 0; }

.detail .j2store-view-back-button {
  padding: 10px;
  text-align: right; }

.detail .j2store-view-back-button a {
  color: #1da1f3; }

.detail .j2store-mainimage .j2store-product-main-image {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%; }

.detail .j2store-product-additional-images {
  padding: 20px 0px; }

.detail .j2store-product-additional-images .additional-image-list {
  list-style: none;
  padding-left: 0; }

.detail .j2store-product-additional-images .additional-image-list li img {
  height: auto;
  margin: 5px;
  max-width: 100%; }

.detail .j2store-product-additional-images .additional-image-list li:hover img {
  border: 2px solid #35cb91; }

.detail .product-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0; }

.sunfw-com-j2store select option {
  background: #fff;
  color: #000; }

.detail .option select {
  margin-top: 5px; }
.detail .option input[type="radio"] {
  vertical-align: middle;
  margin: 0; }

.detail .price-sku-brand-container {
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px; }

.detail .price-sku-brand-container .product-price-container .sale-price {
  font-size: 18px;
  padding: 10px 0px;
  color: #1e9cc8; }

.detail .product-desc-block {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 10px 0px;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: 10px; }

.j2store-addtocart-form .options label {
  display: inline-block;
  margin-top: 10px; }

.detail .product-desc-block h4 {
  font-size: 15px;
  text-transform: uppercase; }

.detail .product-desc-block .product-sdesc p {
  color: #555;
  font-size: 13px; }

.detail .j2store-addtocart-form {
  margin-top: 20px; }

.detail .j2store-addtocart-form .j2store-add-to-cart {
  display: block;
  margin-bottom: 20px; }

.detail .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  padding: 8px 20px; }

.detail .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  margin-right: 10px; }

.detail .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini {
  height: 33px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  color: #fff;
  vertical-align: top; }

.detail .j2store-addtocart-form .product-compare, .detail .j2store-addtocart-form .product-wishlist {
  display: inline-block;
  margin-right: 10px; }

.detail .j2store-addtocart-form .product-compare a, .detail .j2store-addtocart-form .product-wishlist a {
  font-size: 11px;
  text-transform: uppercase;
  color: #000; }

.detail .j2store-addtocart-form .product-compare a:hover, .detail .j2store-addtocart-form .product-wishlist a:hover {
  color: #35cb91;
  text-decoration: none; }

.detail .j2store-addtocart-form .product-compare a i, .detail .j2store-addtocart-form .product-wishlist a i {
  background: #eee;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px; }

.detail .j2store-addtocart-form .product-compare a:hover i, .detail .j2store-addtocart-form .product-wishlist a:hover i {
  color: #fff; }

.detail .j2store-addtocart-form .product-wishlist .j2store-wishlist-notification .text-success {
  position: absolute; }

#j2store-product-detail-tab {
  border-bottom: 1px solid #eee;
  border-bottom: 0;
  width: 28%;
  float: left;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin-right: 20px; }
  @media (max-width: 767px) {
    #j2store-product-detail-tab {
      width: 100%; } }

#j2store-product-detail-tab li {
  float: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0; }

#j2store-product-detail-tab li a {
  background: transparent !important;
  border: none;
  color: #fefefe; }

#j2store-product-detail-tab li a:hover, #j2store-product-detail-tab li a:focus {
  background: transparent; }

#j2store-product-detail-tab li.active a:hover, #j2store-product-detail-tab li.active a:focus {
  background: transparent; }

.detail .tab-content {
  float: left;
  width: 70%; }
  @media (max-width: 767px) {
    .detail .tab-content {
      width: 100%;
      margin-top: 20px; } }

#j2store_app_shareButton {
  text-align: right; }

#j2store_app_shareButton span {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  font-weight: 500; }

#j2store_app_shareButton a:hover img {
  transform: scale(1);
  transition: all 0.5s ease 0s; }

#j2store_app_shareButton a img {
  width: 40px;
  transform: scale(0.5);
  transition: all 0.5s ease 0s; }

#j2store_app_shareButton a {
  background: #1da1f3 none repeat scroll 0 0;
  border-bottom: 2px solid #0a7bc2;
  border-radius: 50%;
  display: inline-block;
  margin: 5px; }

.product-upsells-container > div > h3, .product-crosssells-container > div > h3 {
  color: #fefefe;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal; }
.product-upsells-container .related-item, .product-crosssells-container .related-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  text-align: center; }
.product-upsells-container .upsell-product-title, .product-upsells-container .cross-sell-product-title, .product-crosssells-container .upsell-product-title, .product-crosssells-container .cross-sell-product-title {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 16px; }
  .product-upsells-container .upsell-product-title a, .product-upsells-container .cross-sell-product-title a, .product-crosssells-container .upsell-product-title a, .product-crosssells-container .cross-sell-product-title a {
    color: #fefefe; }
.product-upsells-container .j2store_add_to_cart_button, .product-crosssells-container .j2store_add_to_cart_button {
  margin-top: 16px;
  margin-bottom: 16px; }

.product-upsells-container .upsell-product-row .item, .product-crosssells-container .crosssell-product-row .item {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center; }

.product-upsells-container .upsell-product-row .item:hover, .product-crosssells-container .crosssell-product-row .item:hover {
  z-index: 3; }

.product-upsells-container .upsell-product-row .item .up-cross-products, .product-crosssells-container .crosssell-product-row .item .up-cross-products {
  transition: all 0.3s ease 0s;
  border: 1px solid #e7e7e6;
  padding: 10px;
  position: relative;
  background: #fff; }

.product-upsells-container .upsell-product-row .upsell-product-image, .product-crosssells-container .crosssell-product-row .cross-sell-product-image {
  display: block;
  height: auto;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  text-align: center; }

.product-upsells-container .upsell-product-row .discount-percentage, .product-crosssells-container .crosssell-product-row .discount-percentage {
  display: none; }

.product-upsells-container .upsell-product-row .product-compare, .product-upsells-container .upsell-product-row .product-wishlist, .product-crosssells-container .crosssell-product-row .product-compare, .product-crosssells-container .crosssell-product-row .product-wishlist {
  display: inline-block; }

.product-upsells-container .upsell-product-row .product-compare a, .product-upsells-container .upsell-product-row .product-wishlist a, .product-crosssells-container .crosssell-product-row .product-compare a, .product-crosssells-container .crosssell-product-row .product-wishlist a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000; }

.product-upsells-container .upsell-product-row .product-compare a:hover, .product-upsells-container .upsell-product-row .product-wishlist a:hover, .product-crosssells-container .crosssell-product-row .product-compare a:hover, .product-crosssells-container .crosssell-product-row .product-wishlist a:hover {
  text-decoration: none; }

.product-upsells-container .upsell-product-row .product-compare a i, .product-upsells-container .upsell-product-row .product-wishlist a i, .product-crosssells-container .crosssell-product-row .product-compare a i, .product-crosssells-container .crosssell-product-row .product-wishlist a i {
  background: #eee;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px; }

.product-upsells-container .upsell-product-row .product-compare a:hover i, .product-upsells-container .upsell-product-row .product-wishlist a:hover i, .product-crosssells-container .crosssell-product-row .product-compare a:hover i, .product-crosssells-container .crosssell-product-row .product-wishlist a:hover i {
  color: #fff; }

/*// ---------------------------------------------------------
// J2STORE WISHLIST PAGE
// ---------------------------------------------------------*/
.wishlist .j2store-wishlist-items .j2store-wishlist-form .input-mini {
  width: auto;
  height: 42px;
  display: inline;
  margin-top: 10px; }

.wishlist .j2store-wishlist-items .wishlist-product-price-container {
  margin: 10px 0px; }

.wishlist .j2store-wishlist-items .product-wishlist-remove {
  color: #fff !important;
  margin-top: 10px; }

.wishlist .j2store-wishlist-items .product-title {
  color: #1da1f3; }

.wishlist a {
  font-size: 13px !important; }

.wishlist h4 {
  margin-bottom: 20px; }

/*// ---------------------------------------------------------
// J2STORE PRODUCT COMPARE PAGE
// ---------------------------------------------------------*/
.j2store-product-compare .j2store-product-compare-container h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.j2store-product-compare .j2store-product-compare-container table thead tr th {
  width: 100%;
  border-bottom: 0; }
  .j2store-product-compare .j2store-product-compare-container table thead tr th h3 {
    margin-bottom: 0; }

.j2store-product-compare .j2store-product-compare-container table tr td {
  padding-top: 20px;
  padding-bottom: 20px; }

.j2store-product-compare .j2store-product-compare-container table tr td p {
  line-height: 2; }

.j2store-product-compare .j2store-product-compare-container .product-compare-remove {
  float: right; }

.j2store-product-compare .j2store-product-compare-container .compare-product-price-container {
  display: inline-flex; }

.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .base-price {
  color: #1da1f3;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600; }

.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .base-price.strike {
  text-decoration: line-through;
  color: #555 !important;
  font-weight: 300 !important; }

.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .sale-price {
  color: #1da1f3;
  font-size: 20px;
  font-weight: 600; }

.j2store-product-compare .j2store-product-compare-container input.btn {
  font-size: 12px; }

/*// ---------------------------------------------------------
// J2STORE CART PAGE
// ---------------------------------------------------------*/
.j2store .table-bordered {
  border: none;
  border-radius: 0; }

.sunfw-com-j2store .j2store-cart-table tbody tr td, .sunfw-com-j2store .j2store-cart-table thead tr th {
  border: none; }

.sunfw-com-j2store .j2store .table-bordered th, .sunfw-com-j2store .j2store .table-bordered td {
  border-left: solid 1px rgba(233, 233, 233, 0.15); }

.j2store-cart {
  padding-bottom: 30px; }
  .j2store-cart #j2store-cart-form .j2store-cart-buttons .link-button {
    padding: 10px 20px; }
    .j2store-cart #j2store-cart-form .j2store-cart-buttons .link-button.button-violet {
      background-color: #9380d9; }
    .j2store-cart #j2store-cart-form .j2store-cart-buttons .link-button.button-orange {
      background-color: #e89f08; }
  .j2store-cart #j2store-cart-form .j2store-cart-buttons .btn.btn-primary, .j2store-cart #j2store-cart-form .j2store-cart-buttons .btn.btn-warning {
    background: transparent;
    border: solid 1px rgba(233, 233, 233, 0.4); }

.j2store-cart-table thead tr th {
  border: 1px solid #ccc;
  line-height: 25px !important; }

.j2store-cart-table tbody tr th {
  border: 1px solid #ccc; }

.j2store-cart-table tfoot tr th {
  border: 1px solid #ccc; }

.j2store-cart-table thead tr td {
  border: 1px solid #ccc; }

.j2store-cart-table tbody tr td {
  border: 1px solid #ccc;
  line-height: 25px !important; }

.j2store-cart-table tfoot tr td {
  border: 1px solid #ccc; }

.j2store-cart-table th {
  font-size: 16px;
  font-weight: bold; }

.j2store-cart-table .cart-thumb-image img {
  border: 1px solid #eee; }

.j2store-cart-table .input-mini {
  float: left;
  width: 60px !important;
  height: 40px; }

.j2store-cart-table .j2store-remove {
  color: #1da1f3;
  float: right; }

.j2store-cart .cart-estimator-discount-block #j2store-cart-modules label {
  margin-top: 20px;
  margin-bottom: 20px; }

.j2store-cart .required {
  color: #f00; }

.j2store-cart td {
  padding-bottom: 5px; }

.j2store-cart td, tr td {
  border-top: none; }

.j2store-cart .content select, .sunfw-com-j2store input[type="text"] {
  width: 225px; }

.j2store-cart #shipping-estimate-form td {
  width: 216px;
  max-width: 100%; }

.j2store-cart h3 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: normal; }

.j2store-cart-buttons input.link-button {
  color: #fff;
  border: none; }

.jsn-com-j2store input.link-button {
  border: none; }

.j2store-cart .cart-checkout-button .link-button {
  padding: 15px 20px;
  display: inline-block; }

.j2store-cart-buttons .buttons-left {
  display: flex; }
  .j2store-cart-buttons .buttons-left .cart-update-button {
    margin: 0 8px; }

.sunfw-view-carts .cart-footer {
  max-width: 445px; }

.cart-estimator-discount-block + h3 {
  font-size: 14px;
  color: #fff; }

/*// ---------------------------------------------------------
// J2STORE CHECKOUT PAGE
// ---------------------------------------------------------*/
.j2store .checkout-heading {
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(233, 233, 233, 0.15);
  color: #fff;
  font-size: 16px; }

#j2store-checkout .checkout-content input[type="radio"], #j2store-checkout .checkout-content input[type="checkbox"] {
  margin: 0; }

#j2store-checkout #billing-address .checkout-content label[for="billing-address-existing"],
#j2store-checkout #billing-address .checkout-content label[for="billing-address-new"],
#j2store-checkout #shipping-address .checkout-content label[for="shipping-address-existing"],
#j2store-checkout #shipping-address .checkout-content label[for="shipping-address-new"] {
  display: inline-block; }

#j2store-checkout select {
  width: 248px; }

.checkout #j2store-checkout-content .checkout-content #onCheckoutPayment_wrapper label {
  display: block;
  line-height: 2; }

.checkout .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff !important;
  border: medium none !important;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-shadow: none !important;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s; }

.j2store.checkout label {
  margin-bottom: 5px; }

#checkout .checkout-content #login input {
  height: 34px;
  width: 100%;
  padding: 0 !important;
  text-indent: 10px; }

#billing-new label, #shipping-new label, #billing-address label {
  display: block; }
#billing-new .inputbox, #shipping-new .inputbox, #billing-address .inputbox {
  height: 33px; }
#billing-new select, #shipping-new select, #billing-address select {
  margin-bottom: 10px; }

.j2store-cart-table tfoot tr th, .j2store .table-bordered th, .j2store .table td {
  border: none; }

.j2store-cart-table .j2store-remove {
  border: none; }
  .j2store-cart-table .j2store-remove:after {
    display: none; }

/*// ---------------------------------------------------------
// J2STORE LOGIN PAGE
// ---------------------------------------------------------*/
.j2store-login-form {
  padding: 20px;
  border: 1px solid #eee; }
  .j2store-login-form[class*="span"] {
    margin: 0 auto 50px; }
  .j2store-login-form #j2storeOrderLoginForm input[type="text"],
  .j2store-login-form #j2storeOrderLoginForm input[type="password"] {
    height: 36px;
    border-radius: 0;
    width: 250px;
    margin: 10px; }
  .j2store-login-form #j2storeOrderLoginForm input[type="checkbox"] {
    margin: 3px 10px 3px 0;
    float: left;
    width: auto; }

.j2store-login-form h3 {
  margin-bottom: 20px; }

.j2store-login-form #j2storeOrderLoginForm label {
  display: block;
  color: #555;
  font-weight: bold;
  margin: 10px auto;
  width: 100%; }

.j2store-login-form #j2storeOrderLoginForm .j2store_checkout_button {
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px; }

.j2store-login-form #j2storeOrderLoginForm .loginLinks {
  list-style: none;
  padding-left: 0px; }

.j2store-login-form #j2storeOrderLoginForm .loginLinks li {
  margin-left: 0px; }

.j2store-login-form #j2storeOrderLoginForm .loginLinks li a {
  line-height: 2; }

/* MY PROFILE */
.sunfw-com-j2store.sunfw-view-myprofile .j2store .col-md-5 {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15);
  width: 300px;
  margin: 0 auto;
  float: none;
  padding: 10px 15px; }
  .sunfw-com-j2store.sunfw-view-myprofile .j2store .col-md-5 h3 {
    margin: 10px 0; }
  .sunfw-com-j2store.sunfw-view-myprofile .j2store .col-md-5 label.j2storeUserName input, .sunfw-com-j2store.sunfw-view-myprofile .j2store .col-md-5 label.j2storePassword input {
    display: block;
    width: 225px; }
  .sunfw-com-j2store.sunfw-view-myprofile .j2store .col-md-5 .loginLinks {
    padding: 0;
    list-style: none; }

.j2store-myprofile {
  min-height: 180px; }
  .j2store-myprofile h3 {
    margin-bottom: 20px; }
  .j2store-myprofile ul li a {
    color: #fff;
    margin: 0 10px; }

.j2store .table-striped tbody > tr:nth-child(odd) > td, .j2store .table-striped tbody > tr:nth-child(odd) > th {
  background: transparent; }

.sunfw-com-j2store .well {
  background: transparent;
  border: solid 1px rgba(233, 233, 233, 0.15); }

.sunfw-com-j2store .text-success {
  color: #fff; }

.j2store-order .table .table {
  background: transparent; }

@media (max-width: 767px) {
  #akeeba-renderjoomla .j2store-sidebar-filters-container {
    width: 100%;
    margin-bottom: 20px; }
  #akeeba-renderjoomla .j2store-product-list {
    width: 100%;
    margin: 0; }
    #akeeba-renderjoomla .j2store-product-list #productFilters input, #akeeba-renderjoomla .j2store-product-list #productFilters #j2store_sortby {
      margin: 4px; }
    #akeeba-renderjoomla .j2store-product-list .j2store-products-row .item {
      width: 100%;
      margin: 0; }
  #akeeba-renderjoomla .j2store-single-product .simple-product .span6 {
    width: 100%;
    margin: 0; }
  #akeeba-renderjoomla .j2store-single-product .product-upsells-container .upsell-product-row .item {
    width: 100%;
    margin: 0; }
  #akeeba-renderjoomla .j2store-single-product .product-crosssells-container .crosssell-product-row .item {
    width: 100%;
    margin: 0; }

  .j2store-product-module .j2store-module-product {
    margin-bottom: 10px; } }
/*// ---------------------------------------------------------
// J2STORE PRODUCT LIST
// ---------------------------------------------------------*/
#productFilters {
  margin-bottom: 18px;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    #productFilters {
      display: inline-block; } }
  #productFilters .btn-hover-effect {
    margin: 0 4px; }
    @media (max-width: 480px) {
      #productFilters .btn-hover-effect {
        margin: 0; } }

/*// ---------------------------------------------------------
// J2STORE MODULE
// ---------------------------------------------------------*/
.sunfw-com-j2store .btn.btn-success {
  border: none; }

/* SEARCH MODULE */
.j2store-search-product {
  position: relative; }
  .j2store-search-product form a.btn {
    display: none; }
  .j2store-search-product:before {
    font-family: "FontAwesome";
    content: "\f002";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(254, 254, 254, 0.8);
    font-size: 13px; }
  .j2store-search-product input.inputbox {
    padding-left: 30px;
    margin: 0; }

[class*='j2store_cart_module'] .cart-module-title {
  display: none; }
[class*='j2store_cart_module'] .j2store-cart-info {
  width: 250px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 5px 12px;
  border-radius: 2px; }
  [class*='j2store_cart_module'] .j2store-cart-info:before {
    font-family: "FontAwesome";
    content: "\f291";
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(254, 254, 254, 0.8); }
    .sunfw-direction-rtl [class*='j2store_cart_module'] .j2store-cart-info:before {
      left: 12px;
      right: auto; }
  [class*='j2store_cart_module'] .j2store-cart-info a.link {
    display: none; }

/* CART MODULE */
.j2store-minicart-button .j2store-cart-item-box {
  background-color: #100c2e;
  border: solid 1px rgba(233, 233, 233, 0.15);
  box-shadow: none;
  min-width: 250px; }
  .j2store-minicart-button .j2store-cart-item-box .j2store-cart-header-block {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .j2store-minicart-button .j2store-cart-item-box .j2store-cart-header-block a {
      display: none; }
  .j2store-minicart-button .j2store-cart-item-box li.cartitems {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .j2store-minicart-button .j2store-cart-item-box li.cartitems .cart-thumb-image img {
      width: 50px; }
  .j2store-minicart-button .j2store-cart-item-box > .pull-right {
    display: none; }

/* PRODUCT CATEGORIES MODULE */
.j2store-categories-module {
  padding: 0;
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .j2store-categories-module li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 5px;
    width: 100%;
    list-style: outside none none; }
    @media (max-width: 767px) {
      .j2store-categories-module li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
    .j2store-categories-module li img {
      height: auto;
      width: 100%;
      max-width: 100%;
      opacity: 0.8;
      transition: all 0.3s ease 0s; }
    .j2store-categories-module li h4 {
      background-color: rgba(255, 255, 255, 0.1);
      border: solid 1px rgba(233, 233, 233, 0.15);
      margin: 0;
      text-align: center;
      padding: 16px 0; }
      .j2store-categories-module li h4 a {
        color: #fefefe;
        font-size: 16px;
        line-height: 27px; }

/* PRODUCTS DISPLAY MODULE */
.j2store-product-module {
  margin: 0; }
  .j2store-product-module .j2store-module-product-row {
    margin-left: -5px;
    margin-right: -5px; }
    .j2store-product-module .j2store-module-product-row > [class*='col-'] {
      padding-left: 5px;
      padding-right: 5px; }
  .j2store-product-module .j2store-module-product {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    text-align: center; }
    .j2store-product-module .j2store-module-product [class*='-12'] {
      float: none !important;
      padding: 0; }
    .j2store-product-module .j2store-module-product .product-title {
      margin-top: 16px;
      margin-bottom: 8px; }
      .j2store-product-module .j2store-module-product .product-title a {
        color: #fefefe; }
    .j2store-product-module .j2store-module-product .product-qty {
      display: none; }
    .j2store-product-module .j2store-module-product .j2store-addtocart-form {
      margin-top: 16px; }
    .j2store-product-module .j2store-module-product .product_cart_block {
      margin-bottom: 16px; }
      .j2store-product-module .j2store-module-product .product_cart_block .text-success {
        color: #fff; }

.m-j2store {
  margin-bottom: 60px; }
  .m-j2store h3 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
    margin: 12px 32px 32px; }
    @media (max-width: 767px) {
      .m-j2store h3 {
        font-size: 26px; } }
  .m-j2store:last-of-type {
    margin-bottom: 0; }

/* CATEGORIES */
.j2store-product-list .product-short-description {
  display: none; }
.j2store-product-list .product-sku {
  display: none; }
.j2store-product-list .j2store-products-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px; }
  .j2store-product-list .j2store-products-row > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }
  .j2store-product-list .j2store-products-row.row-fluid {
    margin-left: 0;
    margin-right: 0; }
    .j2store-product-list .j2store-products-row.row-fluid > .span4 {
      width: 32.6666%;
      margin-left: 1%; }
      .j2store-product-list .j2store-products-row.row-fluid > .span4:first-child {
        margin-left: 0; }
  .j2store-product-list .j2store-products-row .j2store-single-product {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    text-align: center; }
    @media (max-width: 767px) {
      .j2store-product-list .j2store-products-row .j2store-single-product {
        margin-bottom: 10px; } }
  .j2store-product-list .j2store-products-row .product-title {
    margin-top: 16px;
    margin-bottom: 8px; }
    .j2store-product-list .j2store-products-row .product-title a {
      color: #fefefe; }
  .j2store-product-list .j2store-products-row .product-qty {
    display: none; }
  .j2store-product-list .j2store-products-row .j2store-addtocart-form {
    margin-top: 16px;
    margin-bottom: 16px; }
    .j2store-product-list .j2store-products-row .j2store-addtocart-form .text-success {
      color: #fff; }

.j2store .table-bordered {
  border-collapse: collapse; }

/* General variables */
/* Style TOOLBAR */
#es textarea::-webkit-input-placeholder, #es input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important; }
#es textarea::-moz-placeholder, #es input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important; }
#es textarea:-ms-input-placeholder, #es input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important; }
#es textarea:-moz-placeholder, #es input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important; }

#es .es-nav > li {
  float: left; }

#es .es-nav > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.8) !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  position: relative; }
  #es .es-nav > li > a.es-nav-dropdown-toggle {
    width: 45px; }

#es .es-nav-dropdown.for-guide {
  width: 350px;
  background: #100c2e;
  padding: 0; }

#es .es-nav-dropdown.for-guide > div {
  float: left;
  width: 33.333%; }

#es .es-nav-dropdown.for-guide > div > a {
  background: inherit;
  border-radius: 2px;
  display: block;
  color: #ccc !important;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  text-decoration: none !important; }

#es .es-nav-dropdown.for-guide > div > a:hover,
#es .es-nav-dropdown.for-guide > div > a:focus {
  background: #2f2f2f; }

#es .es-nav-dropdown.for-guide > div > a:hover i,
#es .es-nav-dropdown.for-guide > div > a:focus i {
  color: #fff !important; }

#es .es-nav-dropdown.for-guide > div > a:hover b,
#es .es-nav-dropdown.for-guide > div > a:focus b {
  border-bottom-color: #555;
  color: inherit !important; }

#es .es-nav-dropdown.for-guide > div > a i {
  display: block;
  font-size: 28px !important; }

#es .es-nav-dropdown.for-guide > div > a b {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  padding: 10px 0 3px;
  border-bottom: 1px solid transparent;
  color: inherit !important; }

#es .es-nav-dropdown.for-menu {
  left: auto;
  right: 0;
  width: 280px;
  color: #aaa !important;
  padding: 10px 0;
  background-color: #100c2e;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15); }
  #es .es-nav-dropdown.for-menu .es-nav-dropdown-cover {
    display: none; }
  #es .es-nav-dropdown.for-menu > div > a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    text-decoration: none !important;
    position: relative; }
    #es .es-nav-dropdown.for-menu > div > a:hover {
      background: rgba(225, 225, 225, 0.1); }

#es .es-nav-dropdown.for-menu > div > a:before,
#es .es-nav-dropdown.for-menu > div > a:after {
  background: #1d1d1d;
  content: '';
  display: none;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0; }

#es .es-nav-dropdown.for-menu h5 {
  display: none; }

#es .es-nav-dropdown.for-menu hr {
  border-color: #2f2f2f !important;
  margin: 10px 15px; }

#es .es-nav-dropdown-cover {
  background-size: cover;
  background-position: center;
  display: block;
  height: 120px;
  margin: -10px 0 5px;
  position: relative; }

#es .es-nav-dropdown-cover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: -moz-linear-gradient(top, transparent 0, rgba(34, 34, 34, 0.7) 58%, #222);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(58%, rgba(34, 34, 34, 0.7)), color-stop(100%, #222));
  background: -webkit-linear-gradient(top, transparent 0, rgba(34, 34, 34, 0.7) 58%, #222);
  background: -o-linear-gradient(top, transparent 0, rgba(34, 34, 34, 0.7) 58%, #222);
  background: -ms-linear-gradient(top, transparent 0, rgba(34, 34, 34, 0.7) 58%, #222);
  background: linear-gradient(to bottom, transparent 0, rgba(34, 34, 34, 0.7) 58%, #222); }

#es .es-nav-dropdown-cover > .row-table {
  position: absolute;
  table-layout: fixed;
  bottom: 0;
  padding: 0 15px 5px;
  z-index: 2; }

#es .es-nav-dropdown-cover > .row-table .col-cell {
  vertical-align: middle; }

#es .es-nav-dropdown-cover > .row-table .col-cell + .col-cell {
  padding-left: 10px;
  font-weight: bold;
  color: #fff; }

#es .es-nav-dropdown-cover > .row-table .cell-thumb {
  width: 50px; }

#es .es-nav-dropdown-cover > .row-table .cell-name {
  font-size: 16px !important; }

#es .es-nav-dropdown-cover .fd-small {
  overflow: hidden;
  opacity: .8;
  filter: alpha(opacity=80); }

#es .es-nav-dropdown-cover .fd-small > span {
  float: left;
  position: relative; }

#es .es-nav-dropdown-cover .fd-small > span + span {
  padding-left: 14px; }

#es .es-nav-dropdown-cover .fd-small > span + span:before {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  left: 7px;
  top: 50%;
  margin-top: -1px; }

#es .es-nav-dropdown-cover img {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 50px;
  height: 50px;
  max-width: none; }

#es .dropdown-menu {
  background: #100c2e; }
  #es .dropdown-menu > li > a {
    color: #fff; }
    #es .dropdown-menu > li > a:hover {
      background: transparent; }
  #es .dropdown-menu .divider {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.15); }

/* METRO STYLE */
#es {
  font-family: inherit; }

.sunfw-com-easysocial .d-flex {
  display: -ms-flexbox;
  display: flex; }
.sunfw-com-easysocial .align-items-center {
  -ms-flex-align: center;
  align-items: center; }

#es .es-navbar {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 20px; }
  #es .es-navbar:before, #es .es-navbar:after {
    display: none; }
  #es .es-navbar__search {
    background-color: transparent; }
    #es .es-navbar__search:before {
      top: 50%;
      transform: translateY(-50%);
      left: 10px; }
  #es .es-navbar__search-form {
    padding-left: 0; }
  #es .es-navbar__search-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15);
    padding: 5px 20px 5px 25px;
    font-size: 14px; }
  #es .es-navbar__search-filter {
    top: 50%;
    transform: translateY(-50%);
    z-index: 999; }

#es .popbox-dropdown-signin {
  background: transparent;
  border: none; }

#es.popbox-navbar-signin .popbox-dropdown__hd, #es.popbox-navbar-signin .popbox-dropdown__bd, #es.popbox-navbar-signin .popbox-dropdown__ft {
  background: transparent; }

.es-nav-right > a.user-name {
  padding: 0 10px;
  margin: 0 5px;
  position: relative;
  color: #ffffff;
  font-weight: 600; }
  .es-nav-right > a.user-name:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .es-nav-right > a.user-name img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-left: 8px; }

.es-nav i.fa-th {
  font-size: 15px; }

#es .es-container .es-sidebar {
  width: 255px;
  flex: 0 0 255px;
  margin-right: 10px; }

#es .es-side-widget {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15); }
  #es .es-side-widget__hd {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15); }
  #es .es-side-widget__title {
    padding: 10px 16px;
    margin-bottom: 0;
    color: #fff;
    text-transform: none; }
  #es .es-side-widget__bd {
    padding: 8px 16px; }
  #es .es-side-widget__ft {
    padding: 0px 16px 8px; }
  #es .es-side-widget .o-tabs--stacked .o-tabs__item {
    padding: 6px 0; }
  #es .es-side-widget .o-tabs__link {
    color: rgba(255, 255, 255, 0.8); }
  #es .es-side-widget + .es-side-widget, #es .es-side-widget + .widgets-wrapper {
    margin-top: 10px; }

#es .o-tabs--stacked .o-tabs__item.active > .o-tabs__link, #es .o-tabs--stacked .o-tabs__link:hover {
  background: transparent; }

#es .o-tabs--stacked .o-tabs__item.active > .o-tabs__link {
  border-right: none; }

#es .es-nav-dropdown.for-guide > div > a:hover, #es .es-nav-dropdown.for-guide > div > a:focus {
  background-color: rgba(255, 255, 255, 0.05); }

#es .es-streams .es-story {
  margin-bottom: 10px; }

#es .es-story {
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(233, 233, 233, 0.15);
  border-radius: 0; }
  #es .es-story-panel-button {
    color: rgba(255, 255, 255, 0.8);
    padding: 4px 16px;
    transition: all 0.2s ease-in-out;
    font-size: 14px; }
    #es .es-story-panel-button.active, #es .es-story-panel-button:hover, #es .es-story-panel-button:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.8); }
    #es .es-story-panel-button.active:hover {
      color: rgba(255, 255, 255, 0.8); }
  #es .es-story-panel-contents .es-story-panel-content {
    color: #fff; }
    #es .es-story-panel-contents .es-story-panel-content.active {
      background: transparent; }
  #es .es-story .es-album-view .es-album-upload-button {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: solid 1px rgba(233, 233, 233, 0.15); }
    #es .es-story .es-album-view .es-album-upload-button > span {
      color: rgba(255, 255, 255, 0.8) !important; }
    #es .es-story .es-album-view .es-album-upload-button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  #es .es-story-body {
    background: transparent; }
  #es .es-story-footer {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(233, 233, 233, 0.15); }

#es .es-story-link-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15); }

#es .es-story-link-description:hover {
  background: transparent; }

#es .es-story-link-textbox {
  background: transparent;
  border: solid 1px rgba(233, 233, 233, 0.15); }

#es .mentions textarea {
  color: rgba(255, 255, 255, 0.6); }

#es .es-story-meta-contents {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8); }

#es .textboxlist {
  background-color: rgba(255, 255, 255, 0.1); }

#es .btn.es-story-meta-button {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease-in-out; }
  #es .btn.es-story-meta-button.active, #es .btn.es-story-meta-button:focus, #es .btn.es-story-meta-button:hover {
    background: transparent !important;
    color: #fff; }
  #es .btn.es-story-meta-button i {
    margin-right: 2px; }
  #es .btn.es-story-meta-button:after {
    display: none; }

#es .es-story-mood-verb > span {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8); }

#es .es-story-mood-preset:hover {
  background: transparent;
  color: #fff; }

#es .btn-es-primary, #es .es-story-privacy .es-privacy .btn.es-privacy-toggle {
  background-image: none !important;
  color: #fff !important;
  border: solid 1px rgba(233, 233, 233, 0.15) !important; }
  #es .btn-es-primary:hover, #es .btn-es-primary:focus, #es .es-story-privacy .es-privacy .btn.es-privacy-toggle:hover, #es .es-story-privacy .es-privacy .btn.es-privacy-toggle:focus {
    background-image: none !important;
    border: solid 1px rgba(233, 233, 233, 0.15) !important;
    color: #fff !important; }

#es .es-story-privacy .es-privacy .btn.es-privacy-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.4) !important;
  padding: 5px 0 5px 6px; }
  #es .es-story-privacy .es-privacy .btn.es-privacy-toggle > .i-chevron {
    top: 2px; }

#es .es-stream-list > li {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 0; }
  #es .es-stream-list > li + li {
    margin-top: 10px;
    padding-top: 0;
    border-top: solid 1px rgba(233, 233, 233, 0.15); }

#es .es-stream-meta, #es .es-stream-content {
  padding: 0 16px; }
#es .es-stream-meta {
  margin-top: 16px;
  margin-bottom: 8px; }
  #es .es-stream-meta .es-stream-title a {
    font-size: 14px; }
  #es .es-stream-meta-footer time a {
    color: rgba(255, 255, 255, 0.8); }
#es .es-stream-content {
  margin-bottom: 16px;
  font-size: 14px; }
#es .es-stream-preview {
  margin-bottom: 0; }
#es .es-actions {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
  #es .es-actions-list a {
    color: rgba(255, 255, 255, 0.8); }
    #es .es-actions-list a:hover {
      color: #fff; }
  #es .es-actions-wrapper {
    padding: 12px 16px; }
  #es .es-actions__item-comment {
    background-color: transparent; }
    #es .es-actions__item-comment .es-comments-wrap {
      background-color: transparent; }
  #es .es-actions__item-action {
    background-color: rgba(255, 255, 255, 0.1); }
    #es .es-actions__item-action .es-actions-list > li {
      margin-right: 24px; }
      #es .es-actions__item-action .es-actions-list > li:before {
        display: none; }
      #es .es-actions__item-action .es-actions-list > li a .es-reaction-option__text {
        display: inline-block; }
      #es .es-actions__item-action .es-actions-list > li a:before {
        font-family: FontAwesome; }
      #es .es-actions__item-action .es-actions-list > li.action-title-likes a:before {
        content: '\f08a';
        display: inline-block; }
      #es .es-actions__item-action .es-actions-list > li.action-title-likes a.is-active {
        background: transparent !important; }
      #es .es-actions__item-action .es-actions-list > li.action-title-likes a.is-active:before {
        color: #DC5265;
        content: '\f004'; }
      #es .es-actions__item-action .es-actions-list > li.action-title-comments a:before {
        content: '\f0e5 ';
        display: inline-block;
        margin-right: 5px; }
      #es .es-actions__item-action .es-actions-list > li.action-title-repost a:before {
        content: '\f079';
        display: inline-block;
        margin-right: 5px; }
      #es .es-actions__item-action .es-actions-list > li.action-title-social a:before {
        content: '\f064';
        display: inline-block;
        margin-right: 2px; }
  #es .es-actions__item-stats {
    background-color: transparent;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
    #es .es-actions__item-stats .es-reaction-stats {
      background-color: rgba(255, 255, 255, 0.1); }

#es .es-reaction-icon-stat__counter, #es .es-reaction-stats__text > a {
  color: rgba(255, 255, 255, 0.8); }

#es .es-comments {
  margin: 0 16px; }
  #es .es-comments .es-comment {
    padding: 16px 0;
    color: #fff; }
    #es .es-comments .es-comment-item-meta a {
      color: rgba(255, 255, 255, 0.8); }
    #es .es-comments .es-comment + .es-comment {
      border-top: solid 1px rgba(255, 255, 255, 0.2); }
    #es .es-comments .es-comment:last-child {
      padding-bottom: 8px; }

#es .es-comments-form {
  padding: 8px 16px; }
  #es .es-comments-form .es-form {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.2);
    padding: 8px 16px; }
    #es .es-comments-form .es-form .mentions textarea {
      line-height: 1.5; }
    #es .es-comments-form .es-form .mentions > div {
      padding-bottom: 0 !important; }
  #es .es-comments-form .es-form-attach > label {
    color: #fff; }

#es .es-privacy .es-privacy-toggle-label {
  color: rgba(255, 255, 255, 0.8); }

#es .es-privacy .es-privacy-toggle, #es .es-stream-control .btn-control i {
  color: #fff; }

#es .i-chevron.i-chevron--down:before {
  top: .45em; }

#es .o-avatar {
  border-radius: 100%; }

#es .o-tabs, #es .es-actions-list > li {
  font-size: 14px; }
  #es .o-tabs + li:before, #es .es-actions-list > li + li:before {
    top: auto; }

#es .es-reaction-option__link.is-active .es-reaction-option__text {
  color: #fff; }

#es .es-stream-embed {
  background: transparent !important;
  border: none;
  padding: 0 8px 8px; }
  #es .es-stream-embed__title {
    padding: 0 8px; }
  #es .es-stream-embed__desc + .es-stream-embed__desc a {
    display: none; }
  #es .es-stream-embed__meta {
    color: rgba(255, 255, 255, 0.8); }
  #es .es-stream-embed--border {
    border: none;
    margin-top: 16px; }

#es .t-text--muted {
  color: rgba(255, 255, 255, 0.8) !important; }

#es .es-privacy .es-privacy-toggle {
  padding: 0 8px; }

#es .es-sidebar .es-hr {
  margin: 5px 0;
  border: none; }

/* EVENTS */
#es .es-card {
  border: none;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15); }
  #es .es-card--border {
    border-top: solid 1px rgba(233, 233, 233, 0.15); }
  #es .es-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4; }
  #es .es-card__ft {
    padding: 6px 16px; }
    #es .es-card__ft a {
      color: rgba(255, 255, 255, 0.8); }

#es .es-card__meta {
  color: #fff; }
  #es .es-card__meta.t-lg-mb--sm {
    color: rgba(255, 255, 255, 0.8); }
    #es .es-card__meta.t-lg-mb--sm ol li {
      padding: 0; }
  #es .es-card__meta a {
    color: rgba(255, 255, 255, 0.8); }

#es .es-events .es-cards__item .es-card__bd {
  padding: 42px 16px 16px; }

#es .es-card__calendar-date {
  height: auto;
  width: 90px;
  left: 16px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
  top: -65px; }
  #es .es-card__calendar-date .es-card__calendar-day {
    border: 1px solid rgba(4, 18, 38, 0.1);
    background: #0069BE;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 3px 0 5px; }
  #es .es-card__calendar-date .es-card__calendar-mth {
    color: #041226;
    background: #ffffff;
    font-size: 34px;
    line-height: 46px;
    padding: 5px 0 7px;
    border: 1px solid rgba(4, 18, 38, 0.1);
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }

#es .btn-es-primary-o, #es .btn-popdown, #es .btn-es-default-o {
  border-radius: 2px !important;
  border: solid 1px rgba(233, 233, 233, 0.4) !important;
  background: transparent !important;
  color: #fff !important; }
  #es .btn-es-primary-o:hover, #es .btn-es-primary-o:focus, #es .btn-es-primary-o:active, #es .btn-es-primary-o.active, #es .btn-es-primary-o.active:hover, #es .btn-es-primary-o:active:focus, #es .btn-popdown:hover, #es .btn-popdown:focus, #es .btn-popdown:active, #es .btn-popdown.active, #es .btn-popdown.active:hover, #es .btn-popdown:active:focus, #es .btn-es-default-o:hover, #es .btn-es-default-o:focus, #es .btn-es-default-o:active, #es .btn-es-default-o.active, #es .btn-es-default-o.active:hover, #es .btn-es-default-o:active:focus {
    color: #fff !important;
    background: transparent !important; }

#es .btn-popdown {
  background-color: rgba(255, 255, 255, 0.1) !important; }

#es .es-snackbar {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  border-radius: 0;
  padding: 9px 16px; }
  #es .es-snackbar__title {
    line-height: 1.538461538; }

#es.es-widget-calendar .day a {
  color: #fff; }

#es.es-widget-calendar th.switch {
  font-size: 16px;
  color: #fff;
  font-weight: normal; }
  #es.es-widget-calendar th.switch i.fa.fa-calendar {
    display: none; }

#es .es-list-sorting {
  margin-bottom: 19px; }

/* PAGES */
#es .es-profile-header__cover {
  max-height: 250px; }

#es .es-profile-header {
  border: solid 1px rgba(233, 233, 233, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px !important; }
  #es .es-profile-header__avatar-wrap > a {
    width: 150px;
    height: 150px; }
  #es .es-profile-header__title > a {
    color: #ffffff;
    font-size: 24px; }
  #es .es-profile-header__info-wrap ul.t-lg-mt--md {
    margin-top: 0 !important; }
  #es .es-profile-header__meta {
    color: rgba(255, 255, 255, 0.8); }
    #es .es-profile-header__meta a {
      color: rgba(255, 255, 255, 0.8); }
  #es .es-profile-header__bd {
    margin-left: 175px; }
  #es .es-profile-header-nav {
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: solid 1px rgba(233, 233, 233, 0.15); }
    #es .es-profile-header-nav .is-active .es-profile-header-nav__link {
      border-bottom: none; }
    #es .es-profile-header-nav__link {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      align-items: center; }
      #es .es-profile-header-nav__link > i {
        font-size: 10px; }
  #es .es-profile-header__ft b {
    color: #fff; }

#es .es-cover-container {
  padding-top: 45%; }

#es .g-list-inline--dashed > :not(:first-child) {
  border-left: none; }

#es .es-story-post-as .btn-es-default-o {
  background: transparent !important;
  border: none !important;
  outline: none; }
  #es .es-story-post-as .btn-es-default-o:after {
    display: none; }
#es .es-story-post-as i {
  color: rgba(255, 255, 255, 0.8); }

#es .es-stream {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  #es .es-stream > * {
    width: 100%; }

#es .es-stream-mini .es-stream .es-stream-meta {
  padding: 0 16px; }

#es .es-stream-meta {
  margin-bottom: 16px; }

#es .es-stream-mini .es-stream time {
  color: rgba(255, 255, 255, 0.8); }

#es .es-side-embed-lists {
  margin: 0 -8px; }

#es .mod-es-albums-item {
  border: none;
  width: 33.33333%;
  float: left;
  margin-top: 0 !important;
  padding: 4px; }
  #es .mod-es-albums-item .mod-es-title, #es .mod-es-albums-item .mod-es-meta {
    display: none; }
  #es .mod-es-albums-item .photos-1 u {
    position: static !important; }
  #es .mod-es-albums-item .photos-1 .es-photo > a {
    padding-top: 0 !important; }
  #es .mod-es-albums-item .es-photos.pattern-tile.photos-1 .es-photo a.fit-width img {
    object-fit: cover;
    height: 65px; }

#es a.btn > i {
  margin-left: 2px;
  margin-right: 2px; }

#es .help-block, #es .o-form-group .text-note {
  color: rgba(255, 255, 255, 0.6) !important; }

#es .o-form-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: solid 1px rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important; }

#es .o-form-actions {
  background: transparent;
  border-top: solid 1px rgba(255, 255, 255, 0.2); }

#es .o-nav--stacked .o-nav__item {
  display: block;
  padding: 0;
  margin-bottom: 0 !important; }
  #es .o-nav--stacked .o-nav__item + .o-nav__item {
    margin-top: 8px; }

/* SIDE BAR LEFT */
#es .es-side-calendar-date__title {
  color: #fff; }

#es .es-side-widget__meta-list a {
  color: rgba(255, 255, 255, 0.8); }

#es .btn-group.open .dropdown-toggle_ {
  background: transparent !important; }

/* FRIENDS */
.sunfw-view-friends #es .es-snackbar + div, .sunfw-view-followers #es .es-snackbar + div {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15);
  padding: 0 16px; }
  .sunfw-view-friends #es .es-snackbar + div .es-users-item, .sunfw-view-followers #es .es-snackbar + div .es-users-item {
    padding: 16px 0; }
    .sunfw-view-friends #es .es-snackbar + div .es-users-item + .es-users-item, .sunfw-view-followers #es .es-snackbar + div .es-users-item + .es-users-item {
      border-top: solid 1px rgba(255, 255, 255, 0.2); }
    .sunfw-view-friends #es .es-snackbar + div .es-users-item ol > li, .sunfw-view-followers #es .es-snackbar + div .es-users-item ol > li {
      padding: 0; }

#es.popbox {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15);
  border: none;
  background: #100c2e; }
  #es.popbox ol > li, #es.popbox ul > li {
    padding: 0; }

#es .popbox-dropdown {
  background: #100c2e; }
  #es .popbox-dropdown__hd {
    border-bottom: solid 1px rgba(233, 233, 233, 0.15); }
  #es .popbox-dropdown__title {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal; }
  #es .popbox-dropdown__bd {
    background: #100c2e;
    color: rgba(255, 255, 255, 0.8); }
    #es .popbox-dropdown__bd .o-empty {
      background: #100c2e;
      color: rgba(255, 255, 255, 0.8); }
  #es .popbox-dropdown-nav {
    background: #100c2e; }
    #es .popbox-dropdown-nav__item {
      background: #100c2e !important; }
      #es .popbox-dropdown-nav__item:hover {
        background: #100c2e; }
      #es .popbox-dropdown-nav__item + .popbox-dropdown-nav__item {
        border-top: solid 1px rgba(233, 233, 233, 0.15); }
    #es .popbox-dropdown-nav__post, #es .popbox-dropdown-nav__meta-lists {
      color: rgba(255, 255, 255, 0.8); }
    #es .popbox-dropdown-nav__link {
      padding: 16px 16px 15px;
      display: block; }

#es.popbox.popbox-navbar-friends .popbox-dropdown__bd .o-flag__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #es.popbox.popbox-navbar-friends .popbox-dropdown__bd .o-flag__body a.btn {
    padding: 4px 8px; }

/* Pagination */
#es .o-pagination > li > a, #es .o-pagination > li > span {
  padding: 0 7px;
  margin: 0 3px;
  border: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.15), inset -1px 0 0 0 rgba(255, 255, 255, 0.15); }
  #es .o-pagination > li > a:hover, #es .o-pagination > li > a:focus, #es .o-pagination > li > span:hover, #es .o-pagination > li > span:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4); }

#es .o-pagination > li > a.previousItem, #es .o-pagination > li > a.nextItem {
  border: none;
  background: transparent !important;
  color: #fff;
  box-shadow: none; }

#es .o-pagination > .active > a, #es .o-pagination > .active > a:hover,
#es .o-pagination > .active > a:focus, #es .o-pagination > .active > span,
#es .o-pagination > .active > span:hover, #es .o-pagination > .active > span:focus {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fefefe; }

/* Modules */
#es .mod-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(233, 233, 233, 0.15); }

.sunfw-com-easysocial .module-title .box-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600; }

/* Other */
#es .es-login-box__form {
  background: #100c2e; }
  #es .es-login-box__form hr {
    display: none; }

#j2store-pagination div.pagination {
  margin: 0; }

#es .es-dialog-modal {
  color: rgba(0, 0, 0, 0.8); }
  #es .es-dialog-modal .o-form-control {
    color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #ddd !important; }

#es .es-dialog-footer-content .btn-es-primary, #es .es-dialog-footer-content .btn-es-primary:hover, #es .es-dialog-footer-content .btn-es-primary:focus, #es .es-dialog-footer-content .btn-es-primary:active {
  color: #fff !important; }

#es .es-search-mini-footer {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15); }

#es .es-search-mini-result-list__item + .es-search-mini-result-list__item, #es .es-search-mini-group + .es-search-mini-group {
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

#es .es-search-mini-result-list__item > a:hover {
  background: transparent; }

#es .es-story-panel-contents .es-story-panel-content input[type="text"] {
  color: rgba(255, 255, 255, 0.8); }

#es .es-nav-right .has-new .label-notification {
  position: absolute;
  top: 2px;
  left: auto;
  right: 1px;
  display: inline;
  line-height: 14px;
  min-width: 14px;
  height: 14px; }

#es .es-nav-right .es-nav > li > a.es-nav-dropdown-toggle {
  width: 30px; }

#es .es-stream-header, #es .es-adv-search2__options {
  background: transparent; }

#es .o-empty {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15); }

/* Change Color Text */
#es .es-teaser-date, #es .es-nav-pills .o-nav__link {
  color: rgba(255, 255, 255, 0.8); }

/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
#jsn-pos-user-top,
#jsn-pos-user-top div.jsn-modulecontainer {
  background: none; }

#jsn-pos-user-top .jsn-modulecontent {
  padding: 0; }

#mijoshop {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px; }

#container_oc {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#container_oc select {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ccc; }

#container_oc .options select {
  color: #5d5d5d; }

body#jsn-master.jsn-com-mijoshop .box_oc ul li {
  margin: 0;
  border-bottom: 1px dotted #ccc;
  padding: 7px 0; }

.box_oc {
  margin-bottom: 20px; }

.box_oc .box-heading,
.box_oc .box-content {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none; }

.box_oc .box-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: 'Open Sans', san-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff; }

.box_oc .box-heading,
.mijoshop_heading_h1 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  font-weight: 400;
  color: #fff !important; }

.box_oc ol,
.box_oc ul {
  list-style: none; }

.box-product {
  margin: 0; }

.box-product > div {
  text-align: center;
  width: auto;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out; }

.box-product > div:nth-child(4n),
.box-product > div:last-child {
  margin-right: 0; }

.box-product > div:hover {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.box-product > div .image img {
  padding: 0;
  display: block; }

.box-product > div .image {
  position: relative; }

.box-product > div .image a:before,
.box-product > div .image a:after {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.box-product > div .image:hover a:before,
.box-product > div .image:hover a:after {
  opacity: 1; }

.box-product > div .image:hover a:after {
  top: 50%; }

.box-product > div .image a:before {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.box-product > div .image a:after {
  content: '';
  background: url(../images/zoom-icon.png) center center no-repeat;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  position: absolute;
  z-index: 15;
  border: 2px solid #fff;
  margin-left: -20px;
  margin-top: -20px; }

.box-product > div .image {
  overflow: hidden;
  display: block; }

.box-product .image img {
  border: none; }

.product-info .image {
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2); }

.product-info .image a,
.product-info .image img {
  display: block; }

.product-info .image-additional {
  width: auto; }

#header_oc {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 55px; }

#header_oc #mijoshop-search-div #mijoshop-search .input-group {
  padding-top: 4px; }

#header_oc .nav > li > a {
  border: none; }

#content_oc .content_oc,
#content_oc .buttons {
  border: 1px solid rgba(255, 255, 255, 0.2); }

#content_oc .buttons {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%; }

#currency {
  left: 0;
  top: 0;
  padding: 10px;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  font-size: 16px;
  color: #fff; }

#currency a {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.2); }

a.button_oc,
body.jsn-joomla-30 a.btn,
body.jsn-joomla-30 input.btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  box-shadow: none;
  height: auto;
  padding: 8px 15px; }

input.button_oc {
  padding: 0px;
  width: 100px; }

body.jsn-specialfont.jsn-textstyle-business a.button_oc,
body.jsn-specialfont.jsn-textstyle-business input.button_oc,
body.jsn-specialfont.jsn-textstyle-business.jsn-joomla-30 a.btn,
body.jsn-specialfont.jsn-textstyle-business.jsn-joomla-30 input.btn {
  font-family: 'Economica', sans-serif;
  font-size: 1.4em; }

body.jsn-specialfont.jsn-textstyle-personal a.button_oc,
body.jsn-specialfont.jsn-textstyle-personal input.button_oc,
body.jsn-specialfont.jsn-textstyle-personal.jsn-joomla-30 a.btn,
body.jsn-specialfont.jsn-textstyle-personal.jsn-joomla-30 input.btn {
  font-family: 'Bad Script', 'cursive', Georgia, serif;
  font-size: 1.4em; }

body.jsn-specialfont.jsn-textstyle-news a.button_oc,
body.jsn-specialfont.jsn-textstyle-news input.button_oc,
body.jsn-specialfont.jsn-textstyle-news.jsn-joomla-30 a.btn,
body.jsn-specialfont.jsn-textstyle-news.jsn-joomla-30 input.btn {
  font-family: "Droid Serif", "Palatino Linotype", Palatino, serif;
  font-size: 1.4em; }

input.button_oc,
a.button_oc {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px; }

.product-info .cart input[type="text"] {
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff; }

.product-info .price,
.product-info .cart {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.product-info a {
  color: #fff; }

body.jsn-specialfont .box-product .name a,
body.jsn-specialfont .box-product .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 100%; }

#footer_oc .column ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#footer_oc .column ul li a {
  color: #fff;
  font-size: 14px;
  background: url(../images/bullet.png) left center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 2px; }

#header_oc #cart .heading {
  right: 0;
  top: 0;
  padding: 23px 20px;
  margin: 0;
  float: none;
  text-align: right; }

#header_oc #cart {
  right: -1px;
  top: 0;
  left: auto; }

#header_oc #cart .heading a span {
  color: #fff;
  background: url(../images/arrow-down.png) right center no-repeat; }

#header_oc #cart .heading h4 {
  display: none; }

#header_oc #cart .content_oc {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 10px;
  top: 2px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff; }

.mini-cart-info td {
  color: #fff; }

#header_oc #cart.active .heading {
  border: none;
  margin: 0;
  padding: 24px 20px 24px 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: 31px -147px; }

#header_oc #search_oc {
  left: 111px;
  top: 10px; }

#header_oc .button_oc-search {
  height: 29px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: url(../images/button-search.png) no-repeat center center; }

#header_oc #search_oc input {
  width: 300px;
  color: #fff;
  font-size: 11px;
  height: 26px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2); }

#header_oc .links {
  padding: 0;
  top: 46px;
  left: 106px;
  right: auto; }

#header_oc .links a {
  font-size: 12px;
  color: #fff; }

#header_oc .links a + a {
  border-left: none; }

#header_oc .links a:hover {
  text-decoration: underline; }

.success {
  border-radius: 0;
  -webkit-border-radius: 0; }

#footer_oc {
  padding: 20px 0 0 0;
  border-bottom: none;
  min-height: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#footer_oc .column {
  min-height: auto; }

#footer_oc h3 {
  font-size: 1.4em;
  line-height: 100%;
  color: #fff; }

#module_cart .cart td {
  padding: 5px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#module_cart table.total td {
  padding: 5px 0; }

#module_cart table.total {
  margin: 5px 0 10px 0;
  font-size: 11px; }

.mini-cart-total {
  font-size: 11px; }

.mini-cart-total td {
  color: #fff; }

.mini-cart-total tr td b,
#module_cart table.total tr td b {
  padding: 0 10px 0 0;
  font-weight: normal;
  color: #fff; }

body#jsn-master.jsn-com-mijoshop .sitemap-info ul li {
  margin: 0 10px; }

.sitemap-info ul li ul {
  margin: 0 10px; }

.sitemap-info ul li ul li:last-child {
  border-bottom: none !important; }

/*************** PRODUCT CATEGORY *****************/
.category-info .image {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.box-product .price-new {
  color: red; }

/* --------- LIST ----------- */
.box-content .product-filter a,
.box-content .product-compare a,
.product-list .name a {
  color: #fff; }

.product-compare {
  margin-bottom: 15px;
  padding-top: 15px; }

.product-filter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.product-list > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.product-list .image img {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.product-list .image:hover img {
  box-shadow: 0 0 3px #ccc; }

.product-list .price {
  font-size: 14px; }

.product-list .wishlist {
  margin-top: 10px; }

.product-list .wishlist,
.product-list .compare {
  margin-bottom: 0;
  text-align: center; }

.product-list .wishlist a,
.product-list .compare a {
  background: none;
  padding-left: 0;
  color: #fff; }

.mijoshop #content_oc a {
  color: #ccc; }

.mijoshop #content_oc .row div.col-sm-4 div.rating div.addthis_toolbox {
  padding-top: 10px;
  padding-bottom: 10px; }

.mijoshop .table-hover > tbody > tr:hover > td {
  background: transparent !important; }

.mijoshop .table-bordered > tbody > tr > td > button.btn-primary {
  border-radius: 0px;
  border-top-style: none;
  height: 30px;
  background: #006dbc;
  border-bottom: none; }

/* --------- GRID ----------- */
.product-grid > div {
  text-align: center;
  margin: 0 15px 15px 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.product-grid > div:nth-child(5n),
.product-grid > div:last-child {
  margin-right: 0; }

.product-grid > div:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2); }

.product-grid .name a {
  color: #fff; }

.product-grid .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }

.product-grid .image img {
  border: none;
  padding: 0;
  display: block; }

.product-grid .wishlist {
  margin-top: 5px; }

.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 0; }

.product-grid .wishlist a,
.product-grid .compare a {
  background: none;
  padding-left: 0;
  color: #fff; }

.product-grid > div .image a {
  display: block; }

.product-grid > div .image a:before,
.product-grid > div .image a:after {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.product-grid > div .image:hover a:before,
.product-grid > div .image:hover a:after {
  opacity: 1; }

.product-grid > div .image:hover a:after {
  top: 50%; }

.product-grid > div .image a:before {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.product-grid > div .image a:after {
  content: '';
  background: url(../images/zoom-icon.png) center center no-repeat;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  position: absolute;
  z-index: 15;
  border: 2px solid #fff;
  margin-left: -20px;
  margin-top: -20px; }

/*************** PRODUCT DETAIL *****************/
.product-info .description {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.product-info .image-additional img {
  border: none; }

.product-info .price-new {
  color: red; }

.product-info .options h2 {
  margin: 15px 0 0; }

.product-info .review {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2); }

.product-info .review img {
  padding-top: 3px; }

.product-info .review > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.product-info .review > div.share {
  border-bottom: none; }

.htabs {
  border: none;
  margin: 0 0 2px 0; }

.htabs a {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-family: 'Open Sans', san-serif;
  font-size: 16px;
  color: #fff; }

.htabs a:hover,
.htabs a.selected {
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none; }

.htabs a.selected {
  padding-bottom: 6px; }

.sunfw-com-mijoshop .tab-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 20px; }

h2#review-title {
  color: #fff; }

#footer_oc .column ul li {
  margin: 0 0 5px 0; }

.box-product .image {
  margin-bottom: 15px; }

.box-product .name a {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px; }

.box-product .price {
  margin: 0 0 10px 0;
  color: #fff; }

#tab-related.tab-content {
  padding-top: 15px; }

#tab-review.tab-content {
  padding: 15px; }

.sunfw-com-mijoshop input[type="text"],
.sunfw-com-mijoshop input[type="password"],
.sunfw-com-mijoshop textarea {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; }

#tab-review.tab-content input[type="text"] {
  padding: 5px;
  margin-bottom: 10px; }

#content_oc #review .content_oc {
  border: none;
  padding: 0; }

.box-content .tags a {
  color: #fff; }

#mijoshop #content_oc .panel {
  background: none !important; }

.mijoshop .product-list .product-thumb .button-group {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

/*************** SHOPPING CART *****************/
.cart-total {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.cart-info table {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.cart-info thead td {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; }

.cart-info tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle; }

.cart-info tbody td a {
  color: #fff; }

.box_oc .box-content h2 {
  color: #fff; }

.cart-info tbody .image img {
  border: 1px solid rgba(255, 255, 255, 0.2); }

/*************** LOGIN /REGISTER *****************/
#content_oc .login-content .content_oc {
  padding: 15px; }

#content_oc .login-content .content_oc input[type="text"],
#content_oc .login-content .content_oc input[type="password"] {
  padding: 5px;
  width: 218px; }

#content_oc .col-sm-6 .well {
  background: none; }

.mijoshop .form-horizontal .form-group .col-sm-10 select#input-country,
.mijoshop .form-horizontal .form-group .col-sm-10 select#input-zone {
  width: 170px; }

/*************** RTL LAYOUT *****************/
body.jsn-direction-rtl #currency {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none; }

body.jsn-direction-rtl #header_oc #cart .heading {
  text-align: left; }

body.jsn-direction-rtl #header_oc #cart {
  left: 0;
  right: auto; }

body.jsn-direction-rtl #header_oc #search_oc {
  left: auto;
  right: 111px;
  width: auto; }

body.jsn-direction-rtl #header_oc .links {
  left: auto;
  right: 106px; }

body.jsn-direction-rtl #header_oc .links a {
  padding: 0 7px 0 0; }

body.jsn-direction-rtl #header_oc .links a {
  border-right: none;
  border-left: 1px solid #ccc;
  margin: 0;
  padding-left: 7px; }

body.jsn-direction-rtl #footer_oc .column,
body.jsn-direction-rtl #content_oc {
  text-align: right; }

body.jsn-direction-rtl .product-filter .display {
  float: right;
  margin: 0 0 0 15px; }

body.jsn-direction-rtl .product-filter .limit {
  float: left;
  margin: 0 15px 0 0; }

body.jsn-direction-rtl .product-filter .sort {
  float: left; }

body.jsn-direction-rtl .product-list .image {
  float: right;
  margin: 0 0 0 10px; }

body.jsn-direction-rtl .product-list .right {
  float: left;
  margin: 0 15px 0 0; }

body.jsn-direction-rtl .product-list .price {
  float: left;
  text-align: left;
  margin: 0 8px 0 0; }

body.jsn-direction-rtl .pagination .results {
  float: left; }

body.jsn-direction-rtl #footer_oc .column ul li a {
  background: url(../images/ar-2.jpg) right 6px no-repeat;
  padding: 0 10px 0 0; }

/**Fix Joomla 3.0**/
.jsn-joomla-30 a.btn,
.jsn-joomla-30 input.btn {
  font-weight: bold;
  line-height: 12px; }

.jsn-joomla-30.jsn-com-mijoshop select,
.jsn-joomla-30.jsn-com-mijoshop textarea,
.jsn-joomla-30.jsn-com-mijoshop input[type="text"],
.jsn-joomla-30.jsn-com-mijoshop input[type="password"],
.jsn-joomla-30.jsn-com-mijoshop input[type="datetime"],
.jsn-joomla-30.jsn-com-mijoshop input[type="datetime-local"],
.jsn-joomla-30.jsn-com-mijoshop input[type="date"],
.jsn-joomla-30.jsn-com-mijoshop input[type="month"],
.jsn-joomla-30.jsn-com-mijoshop input[type="time"],
.jsn-joomla-30.jsn-com-mijoshop input[type="week"],
.jsn-joomla-30.jsn-com-mijoshop input[type="number"],
.jsn-joomla-30.jsn-com-mijoshop input[type="email"],
.jsn-joomla-30.jsn-com-mijoshop input[type="url"],
.jsn-joomla-30.jsn-com-mijoshop input[type="search"],
.jsn-joomla-30.jsn-com-mijoshop input[type="tel"],
.jsn-joomla-30.jsn-com-mijoshop input[type="color"],
.jsn-joomla-30.jsn-com-mijoshop .uneditable-input {
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  height: auto; }

.jsn-joomla-30.jsn-com-mijoshop input[type="text"] {
  width: 100%;
  box-sizing: border-box; }

@media only screen and (max-width: 960px), (max-device-width: 960px) {
  #header_oc {
    height: auto;
    border: none; }

  #mijoshop .btn {
    margin: 0; }

  #mijoshop #search_oc .btn {
    margin: 0; }

  #currency {
    position: static;
    padding: 0 0 10px 0;
    border: none; }

  #header_oc #search_oc {
    position: static;
    left: 0; }

  #header_oc .button_oc-search {
    left: 10px; }

  #header_oc .links {
    position: static;
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding-right: 10px; }

  #header_oc #cart .heading {
    padding: 5px 5px 1px 30px;
    background-position: 0 -168px; }

  #header_oc #cart.active .heading {
    padding: 10px 5px; }

  #header_oc #search_oc input {
    width: 218px; }

  #header_oc .links a {
    margin: 10px 0; }

  .box-product > div,
  .box-product > div:hover {
    border-color: transparent; }

  .category-info .image {
    margin-bottom: 15px; }

  #mijoshop #payment-new label.control-label {
    width: 70% !important; } }
@media only screen and (min-width: 640px) and (max-width: 768px), (min-device-width: 641px) and (max-device-width: 768px) {
  .product-info > .left {
    width: 45% !important; }

  .product-info > .right {
    width: 55% !important; }

  #mijoshop #content_oc .form-control {
    margin-top: 5px !important; }

  #mijoshop #content_oc .col-sm-2 select#input-limit {
    width: 100% !important; }

  #mijoshop .table-responsive .table-bordered tr td div.input-group input.form-control {
    height: 30px; }

  #mijoshop #content_oc #input-sort,
  #mijoshop #content_oc #input-limit {
    width: 100%; } }
@media only screen and (min-width: 481px) and (max-width: 639px), (min-device-width: 481px) and (max-device-width: 639px) {
  .box-product > div {
    width: 45%; }

  .product-info > .left,
  .product-info > .right {
    width: 100% !important; }

  .product-info .image {
    float: none; }

  .product-grid > div {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 0 5px 0; } }
@media only screen and (max-width: 480px), (max-device-width: 480px) {
  .mijoshop .dropdown-menu-right {
    left: 0; }

  #currency {
    border-bottom: none; }

  #mijoshop form#currency div.top-links {
    margin-bottom: 0;
    padding-top: 0; }

  .mijoshop .list-inline > li {
    margin-left: 15px;
    padding-right: 0px; }

  #mijoshop #content_oc > .row > [class*='col-'] {
    margin-bottom: 15px; }

  #mijoshop #content_oc #accordion #collapse-coupon.collapse .input-group,
  #mijoshop #content_oc #accordion #collapse-voucher.collapse .input-group,
  #mijoshop #content_oc #accordion #collapse-shipping.collapse .input-group {
    clear: both; }

  .container_oc div#search_oc span.input-group-btn button.btn {
    margin: 0px; }

  .container_oc div.col-sm-3 div#cart a {
    margin-left: 0px; }

  #content_oc div.row div.col-md-1 {
    *position: absolute; }

  #content_oc div.table-responsive {
    border: none !important; }

  #content_oc form div.table-responsive table.table-bordered {
    border: 1px solid rgba(255, 255, 255, 0.2); }

  #mijoshop #content_oc .form-control {
    min-height: 28px !important; }

  #mijoshop #content_oc #accordion #collapse-coupon.collapse .input-group input,
  #mijoshop #content_oc #accordion #collapse-voucher.collapse .input-group input,
  #mijoshop #content_oc #accordion #collapse-shipping.collapse .input-group input {
    margin-top: 0px !important; }

  #mijoshop #content_oc .col-md-2 select#input-limit {
    margin-top: 5px !important;
    color: #fff !important; }

  .box-product > div {
    width: 35%;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }

  .box-product > div:hover {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }

  #footer_oc .column {
    margin-bottom: 20px;
    float: none;
    width: 100%; }

  .jsn-desktop-on-mobile #footer_oc .column {
    float: left;
    width: 25%; }

  .product-info > .left {
    float: none;
    clear: right; }

  .product-info > .right {
    float: none;
    clear: left;
    width: 100% !important; }

  .product-info .cart div {
    float: none; }

  .product-list .right {
    float: none;
    margin: 0 0 10px 0; }

  .product-list .price {
    float: none;
    text-align: left;
    padding-left: 8px; }

  .product-list .image {
    margin-bottom: 10px; }

  .product-grid {
    text-align: center; }

  .product-grid > div {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 0 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .product-grid .compare a,
  .product-grid .wishlist a {
    display: inline; }

  .product-grid .compare a
  .product-grid .image img {
    border-color: #fff; }

  input.large-field, select.large-field {
    width: 80%; }

  .product-info > .left {
    width: 100% !important;
    text-align: center; }

  .product-info .image {
    display: inline-block;
    float: none; }

  .product-filter .sort {
    clear: both;
    float: left;
    margin-top: 20px; }

  .product-list .right {
    display: inline-block;
    width: 100%; }

  .product-list .name {
    display: inline-block;
    width: 100%; }

  .product-list .wishlist,
  .product-list .compare {
    float: left;
    margin-right: 5px;
    margin-top: 10px; }

  .login-content .right,
  .login-content .left {
    width: 100%; }

  #header_oc .links a + a {
    border-left: none; }

  .content_oc .form input[type="text"] {
    width: 125px; }

  .wishlist-info thead .name,
  .wishlist-info thead .model,
  .wishlist-info thead .stock,
  .wishlist-info tbody .name,
  .wishlist-info tbody .model,
  .wishlist-info tbody .stock,
  .cart-info thead .name,
  .cart-info thead .model,
  .cart-info thead .stock,
  .cart-info tbody .name,
  .cart-info tbody .model,
  .cart-info tbody .stock {
    display: none; }

  .wishlist-info tbody .image img,
  .cart-info tbody .image img {
    border: none; }

  #mijoshop #cart .btn {
    margin: 10px 0 0 0; }

  .checkout-content .right {
    width: 100%; }

  textarea {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .checkout-product tfoot {
    border: 1px solid #DDDDDD; }

  #content_oc .content_oc .right {
    float: none;
    display: block; }

  .return-name, .return-model, .return-reason, .return-opened {
    float: none;
    width: 100%; }

  .return-opened input#opened, .return-opened input#unopened {
    float: left;
    margin-right: 5px; }

  .return-captcha img {
    margin-top: 10px; }

  .checkout-product td {
    padding: 2px; }

  table.form tr td:first-child {
    width: 110px; }

  #mijoshop .table-responsive .table-bordered tr td div.input-group input.form-control {
    height: 30px; } }
/* ======================== FOR MIJOSHOP 3.0 ======================== */
/* ------------- HOMEPAGE ------------- */
#mijoshop #search_oc .input-lg::-webkit-input-placeholder {
  color: #fff; }

#mijoshop #search_oc .input-lg:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

#mijoshop #search_oc .input-lg::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

#mijoshop #search_oc .input-lg:-ms-input-placeholder {
  color: #fff; }

#mijoshop .alert {
  border-radius: 0 !important; }

#mijoshop .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important; }

#mijoshop #search_oc .input-lg {
  border-radius: 0; }

#mijoshop #search_oc .btn-lg {
  margin-top: 0px;
  border-radius: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  text-shadow: none;
  color: #fff; }

#mijoshop #search_oc .btn-lg:hover,
#mijoshop #search_oc .btn-lg:focus,
#mijoshop #search_oc .btn-lg:active {
  border-color: rgba(255, 255, 255, 0.4); }

#mijoshop #cart > .btn {
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px; }

#mijoshop #cart > .btn:hover {
  color: #fff; }

#mijoshop #cart.open > .btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff; }

#mijoshop #search_oc,
#mijoshop #cart {
  margin-bottom: 0; }

#mijoshop #top {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0; }

#mijoshop #top-links {
  padding-top: 1px; }

#mijoshop #top .btn-link,
#mijoshop #top-links li {
  color: #fff;
  text-shadow: none; }

#top-links a {
  color: #ccc; }

#mijoshop form#currency {
  background: none;
  border-right: none;
  height: inherit;
  padding: 0; }

#mijoshop form#currency div.top-links {
  margin-bottom: 0px; }

#mijoshop form#currency a {
  margin: -6px 0 0;
  padding: 0px 6px 0px 6px;
  width: auto;
  color: #ccc; }

#mijoshop #top-links ul.list-inline span.caret {
  border-top-color: #ccc !important; }

.jsn-com-mijoshop #mijoshop .dropdown-menu {
  border-radius: 0;
  padding: 0px;
  box-shadow: none;
  border: 1px solid #ccc;
  background: white; }

.jsn-com-mijoshop #mijoshop .dropdown-menu li a {
  margin: 0px !important; }

#mijoshop form#currency li.dropdown:hover {
  background: none !important; }

#mijoshop .miwi-categoryhome h4 {
  font-size: 12px;
  font-weight: normal;
  padding: 5px 0; }

#mijoshop .miwi-categoryhome h4 a {
  color: #fff;
  font-size: 17px; }

#mijoshop .miwi-categoryhome h4 a:hover {
  color: #ddd;
  text-decoration: none; }

#mijoshop h3 {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff; }

#mijoshop .product-thumb {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2); }

#mijoshop .product-thumb .image a:focus {
  outline: none; }

.product-thumb .image {
  position: relative;
  overflow: hidden;
  display: block; }

.product-thumb .image a:before,
.product-thumb .image a:after {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.product-thumb .image:hover a:before,
.product-thumb .image:hover a:after {
  opacity: 1; }

.product-thumb .image:hover a:after {
  top: 50%; }

.product-thumb .image a:before {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.product-thumb .image a:after {
  content: '';
  background: url(../images/zoom-icon.png) center center no-repeat;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  position: absolute;
  z-index: 15;
  border: 2px solid #fff;
  margin-left: -20px;
  margin-top: -20px; }

#mijoshop .product-thumb .caption {
  min-height: 125px !important;
  padding: 10px 0 10px !important; }

#mijoshop .product-thumb .caption h4 a {
  color: #fff;
  font-weight: normal; }

#mijoshop .product-thumb .caption h4 a:hover {
  text-decoration: none;
  color: #ddd; }

#mijoshop .product-thumb .price {
  color: #fff; }

#mijoshop .product-thumb .price-tax {
  color: #fff; }

#mijoshop .product-thumb .price-old {
  color: #fff; }

#mijoshop .product-thumb .button-group {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

#mijoshop .product-thumb .button-group button {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 38px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }

#mijoshop .product-thumb .button-group button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

#mijoshop .product-thumb .button-group button:hover {
  color: #fff; }

.owl-carousel {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 20px; }

#mijoshop footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#mijoshop footer h5 {
  color: #fff; }

footer .container_oc .col-sm-3 ul li {
  margin-left: 0; }

footer .container_oc .col-sm-3 ul li a {
  color: #fff;
  font-size: 12px; }

#mijoshop footer {
  margin-top: 20px; }

/* ------------- CATEGORY PAGE ------------- */
#mijoshop hr {
  border-color: rgba(255, 255, 255, 0.2); }

.product-layout.product-grid > div {
  padding: 0; }

#mijoshop .col-sm-2 .img-thumbnail {
  border-radius: 0;
  border: none;
  margin-bottom: 10px; }

#mijoshop .product-thumb .image {
  padding: 0; }

#mijoshop .product-thumb .image a {
  background: #fff; }

#mijoshop h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff; }

#mijoshop .caption h4 {
  margin: 0 0 5px; }

#mijoshop #content_oc .form-control {
  border-radius: 0;
  margin-top: 5px;
  clear: both; }

#mijoshop #content_oc .table-responsive .form-control {
  margin-top: 0;
  border-right: none !important;
  height: 30px; }

#mijoshop #content_oc form .form-group input#input-email,
#mijoshop #content_oc form .form-group input#input-password {
  width: 50%; }

#mijoshop .text-right label {
  line-height: 34px; }

#mijoshop #content_oc .btn-group > .btn:first-child,
#mijoshop #content_oc .btn-group > .btn:last-child {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: none; }

#mijoshop .text-left .pagination > li:first-child > a,
#mijoshop .text-left .pagination > li:first-child > span,
#mijoshop .text-left .pagination > li:last-child > a,
#mijoshop .text-left .pagination > li:last-child > span {
  border-radius: 0; }

a#compare-total {
  color: #fff;
  margin: 5px 0; }

/* ------------- PRODUCT PAGE ------------- */
#mijoshop .thumbnails .thumbnail {
  border-radius: 0; }

#mijoshop .thumbnails > li {
  margin-top: 0; }

#mijoshop .thumbnails .image-additional {
  margin-left: 10px;
  margin-bottom: 10px; }

#mijoshop .thumbnails .image-additional a {
  margin-bottom: 0; }

#mijoshop .col-sm-4 h1 {
  margin: 15px 0 10px;
  color: #fff; }

#mijoshop .col-sm-4 ul.list-unstyled {
  display: inline-block;
  width: 100%; }

#mijoshop .col-sm-4 ul.list-unstyled li {
  margin-left: 0; }

#mijoshop .col-sm-4 ul.list-unstyled li h2 {
  margin: 0;
  font-size: 30px; }

#mijoshop .col-sm-4 ul.list-unstyled li a {
  color: #fff; }

#mijoshop label.control-label {
  float: left;
  margin-bottom: 0;
  line-height: 34px;
  margin-right: 10px;
  padding-top: 0;
  text-align: left; }

#mijoshop label.control-label[for="input-email"], #mijoshop label.control-label[for="input-password"] {
  line-height: inherit;
  width: 85px; }

#content_oc div.row div.col-sm-1 label.control-label {
  width: 45px; }

#mijoshop #content_oc #input-quantity.form-control {
  float: left;
  width: 70px;
  text-align: center; }

#mijoshop select.form-control {
  width: 100%;
  margin-top: 9px; }

#mijoshop .form-group button#button-cart {
  display: inline-block;
  border-radius: 0;
  margin-top: 15px;
  box-shadow: none;
  border: none;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

#mijoshop ul.nav.nav-tabs {
  border-bottom: none; }

#mijoshop ul.nav.nav-tabs > li {
  margin-left: 0; }

#mijoshop .nav-tabs > li > a {
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff; }

#mijoshop .nav-tabs > li.active > a,
#mijoshop .nav-tabs > li:hover > a {
  color: #fff !important; }

#mijoshop .form-horizontal .help-block {
  color: #fff; }

#mijoshop #tab-review .form-horizontal .control-label {
  white-space: nowrap; }

#mijoshop #tab-review .form-horizontal .buttons {
  background: none;
  border: none; }

#mijoshop .rating a {
  color: #fff; }

#mijoshop .rating .fa {
  color: #fff; }

#mijoshop .rating hr {
  margin: 15px 0; }

#mijoshop #product .form-group {
  margin-bottom: 10px; }

/* ------------- MINI SHOPPING CART ------------- */
#mijoshop #cart .dropdown-menu {
  background: #f8f8f8;
  color: #696969;
  border: none; }

#mijoshop a .img-thumbnail {
  border-radius: 0; }

#mijoshop #cart .dropdown-menu table.table-striped tr td {
  padding: 8px 10px; }

#mijoshop #cart .dropdown-menu table.table-striped tr:first-child td {
  border-top: none; }

#mijoshop #cart .dropdown-menu table tr td.text-center:first-child {
  text-align: left; }

#mijoshop #cart .dropdown-menu table tr td.text-center:last-child {
  text-align: right; }

#mijoshop #cart .dropdown-menu table.table-bordered {
  border-radius: 0;
  border: none; }

#mijoshop #cart .dropdown-menu table.table-bordered tr:first-child td {
  border-bottom: none; }

#mijoshop #cart .dropdown-menu table.table-bordered tr td:first-child {
  border-right: none; }

#mijoshop #cart .dropdown-menu table.table-bordered td {
  border-radius: 0;
  border-collapse: 0;
  border-bottom: none; }

#mijoshop #cart .dropdown-menu table.table-bordered tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/* ------------- SHOPPING CART ------------- */
#mijoshop h1 {
  color: #fff; }

#mijoshop .table-responsive .img-thumbnail {
  border: none; }

#mijoshop .table > thead > tr > th,
#mijoshop .table > tbody > tr > th,
#mijoshop .table > tfoot > tr > th,
#mijoshop .table > thead > tr > td,
#mijoshop .table > tbody > tr > td,
#mijoshop .table > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.2) !important; }

#mijoshop .table-responsive tfoot tr td.text-right {
  border: 1px solid rgba(255, 255, 255, 0.2); }

#mijoshop .table-responsive .table-bordered {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

#mijoshop .table-responsive .table-bordered tr td div.input-group span.input-group-btn button {
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1); }

#mijoshop .table-responsive .table-bordered tr td {
  border-top: none;
  border-right: none; }

#mijoshop .table-responsive .table-bordered tr td a {
  margin-top: 0px;
  color: #fff; }

#mijoshop .table-responsive .table-bordered tr td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0; }

#mijoshop .table-responsive .table-bordered tr td:first-child {
  border-radius: 0; }

#mijoshop .table-bordered > thead > tr > th,
#mijoshop .table-bordered > thead > tr > td {
  border-bottom-width: 1px !important; }

#mijoshop .panel-group .panel,
#mijoshop #accordion .panel-heading {
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.2) !important; }

#mijoshop .panel-group .panel {
  border: 1px solid rgba(255, 255, 255, 0.2) !important; }

#mijoshop #accordion .panel-heading h4 {
  color: #fff; }

#mijoshop .col-sm-offset-8 .table-bordered {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0; }

#mijoshop .col-sm-offset-8 .table-bordered tr:first-child td {
  border-bottom: none;
  border-radius: 0; }

#mijoshop .col-sm-offset-8 .table-bordered tr td:first-child {
  border-right: none;
  border-radius: 0; }

#mijoshop .col-sm-offset-8 .table-bordered tr td {
  border-bottom: none; }

#mijoshop .col-sm-offset-8 .table-bordered tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0; }

#mijoshop .buttons .btn {
  border-radius: 0;
  padding: 6px 12px 9px; }

#mijoshop .buttons .btn.btn-default {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none; }

#mijoshop .buttons .btn-primary {
  border: none;
  box-shadow: none; }

#mijoshop .panel-body .btn-primary {
  border-radius: 0 !important;
  padding: 6px 12px 9px !important;
  box-shadow: none; }

.mijoshop .form-horizontal .form-group .pull-right {
  float: none !important; }

#mijoshop #content_oc #collapse-coupon .form-control, #mijoshop #content_oc #collapse-voucher .form-control {
  margin-top: 0;
  height: 27px; }

#mijoshop #content_oc #collapse-coupon label.control-label, #mijoshop #content_oc #collapse-voucher label.control-label, #mijoshop #content_oc #collapse-shipping label.control-label {
  line-height: 20px; }

#mijoshop.mijoshop #content_oc #collapse-payment-address .form-group {
  float: left;
  width: 90%; }

#mijoshop #tab-review label.control-label {
  line-height: inherit; }

#mijoshop .breadcrumb > li {
  text-shadow: none; }

.jsn-joomla-30.jsn-com-mijoshop select, .jsn-joomla-30.jsn-com-mijoshop textarea, .jsn-joomla-30.jsn-com-mijoshop input[type="text"], .jsn-joomla-30.jsn-com-mijoshop input[type="password"], .jsn-joomla-30.jsn-com-mijoshop input[type="datetime"], .jsn-joomla-30.jsn-com-mijoshop input[type="datetime-local"], .jsn-joomla-30.jsn-com-mijoshop input[type="date"], .jsn-joomla-30.jsn-com-mijoshop input[type="month"], .jsn-joomla-30.jsn-com-mijoshop input[type="time"], .jsn-joomla-30.jsn-com-mijoshop input[type="week"], .jsn-joomla-30.jsn-com-mijoshop input[type="number"], .jsn-joomla-30.jsn-com-mijoshop input[type="email"], .jsn-joomla-30.jsn-com-mijoshop input[type="url"], .jsn-joomla-30.jsn-com-mijoshop input[type="search"], .jsn-joomla-30.jsn-com-mijoshop input[type="tel"], .jsn-joomla-30.jsn-com-mijoshop input[type="color"], .jsn-joomla-30.jsn-com-mijoshop .uneditable-input {
  height: 30px; }

#mijoshop #content_oc #input-date-ordered {
  margin-top: 0; }

#mijoshop #content_oc label[for="input-sort"], #mijoshop #content_oc label[for="input-limit"] {
  width: 50px; }

#mijoshop #content_oc select#input-sort, #mijoshop #content_oc select#input-limit {
  width: 140px; }

.mijoshop .col-md-2 {
  width: inherit; }

.mijoshop #top-links, .mijoshop .top-links {
  padding-top: 0; }

#mijoshop input::-webkit-input-placeholder {
  color: #ccc; }

#mijoshop input::-moz-placeholder {
  color: #ccc; }

/* firefox 19+ */
#mijoshop input:-ms-input-placeholder {
  color: #ccc; }

/* ie */
#mijoshop input:-moz-placeholder {
  color: #ccc; }

.mijoshop .breadcrumb > li + li::before {
  content: none; }

#mijoshop #payment-new #input-payment-country {
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2); }

.mijoshop .breadcrumb {
  margin-bottom: 24px !important; }

.mijoshop footer {
  padding: 15px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .joms-list__search > .joms-list__search-title {
    width: 50%; } }

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