::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #999;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ccc;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: #e60012;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-track-piece {
  background-color: #ccc;
}

.scrollbar-style::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: #009688;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollbar-style::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wow,
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.list-muted a {
  color: #777;
}

.list-muted a:hover {
  color: #b3000e;
}

.list-muted li {
  float: left;
}

.list-muted li a {
  color: #777;
}

.list-muted li a:hover {
  color: #b3000e;
}

.list-muted li:not(:first-child):before {
  content: '-';
  margin: 0 6px;
  color: silver;
}

.list-muted li:last-child {
  padding-right: 0;
}

.btn-block:before,
.btn-block:after {
  content: " ";
  display: table;
}

.btn-block:after {
  clear: both;
}

.btn-outline {
  background-color: transparent !important;
}

.btn-outline:focus,
.btn-outline:hover {
  background-color: #e60012 !important;
  color: #fff !important;
  border-color: #cd0010 !important;
}

.btn-simple {
  background: #fff;
  border-radius: 0;
  color: #08081a;
  border: 1px solid #e5e5e5;
}

.btn-simple:hover,
.btn-simple:focus {
  background: #e60012;
  color: #fff;
  border-color: #cd0010;
}

body {
  background-color: #fff;
}

.main-menu {
  background: #000 !important;
}

.main-menu .dropdown-menu>.active>a,
.main-menu .dropdown-menu>.active>a:hover,
.main-menu .dropdown-menu>.active>a:focus {
  color: #e60012;
  background-color: transparent;
}

.main-menu .search-form {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.main-menu .divider {
  padding: 10px 15px;
  background: #f1f1f1;
  margin: 0;
  text-align: left;
  color: #aaa;
}

.main-menu .nav-header {
  background: #000 !important;
  color: #fff !important;
}

.main-menu.sidebar-toggle {
  border-right: 0 !important;
}

.main-menu .dropdown-menu {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}

.main-menu .dropdown-menu:before,
.main-menu .dropdown-menu:after {
  content: none;
}

.categories-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-left: -5px;
  margin-right: -5px;
}

.categories-list li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.categories-list li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  background: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #08081a;
  -webkit-box-shadow: 0 1.5px 5px rgba(0,0,0,0.03);
  -ms-box-shadow: 0 1.5px 5px rgba(0,0,0,0.03);
  box-shadow: 0 1.5px 5px rgba(0,0,0,0.03);
}

.categories-list li a:hover,
.categories-list li a:focus {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
}

.main {
  position: relative;
}

.main .page-head {
  position: relative;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.main .page-head .article-meta a,
.main .page-head .breadcrumb a,
.main .page-head .search-history a {
  color: gray;
}

.main .page-head .article-meta a:hover,
.main .page-head .article-meta a:focus,
.main .page-head .breadcrumb a:hover,
.main .page-head .breadcrumb a:focus,
.main .page-head .search-history a:hover,
.main .page-head .search-history a:focus {
  color: #b3000e;
}

.main .page-head .article-meta .meta {
  display: inline;
  margin-left: 15px;
  color: gray;
}

.main .page-head .article-meta .meta:first-child {
  margin-left: 0;
}

.main .page-head .article-title {
  color: #08081a;
  font-size: 22px;
  margin-top: 0;
}

.main .page-head .article-title a {
  color: #08081a;
}

.main .page-head .breadcrumb {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  background: transparent;
  font-size: 13px;
  color: gray;
}

.main .page-head .search-history {
  line-height: 34px;
}

.main .page-head .search-history a {
  display: inline-block;
  margin-right: 10px;
}

.main .page-head.page-head-alpha {
  background: transparent;
  border: 0;
}

.main .page-head.page-head-alpha .categories-list a {
  background: #fff;
}

.main .page-body {
  padding: 30px 0;
}

.main .page-body .pagination,
.main .page-body .form-pagination {
  margin-bottom: 0;
}

.title.with-line:after {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #e60012;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.page-head.pattern {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #08081a;
  color: #fff;
}

.page-head.pattern .categories-list a {
  background: transparent;
  color: #fff;
}

.page-head.pattern .categories-list a:hover,
.page-head.pattern .categories-list a:focus {
  background: #fff;
  border: 1px solid transparent;
  color: #08081a;
}

.page-head.pattern .container {
  position: relative;
  z-index: 1;
}

.page-head.pattern .pattern-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .65;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-head.pattern .pattern-cover {
  background-image: url(../images/patterns/pattern-default.jpg);
}

.page-head.pattern .pattern-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(45deg, #874da2 0%, #c43a30 100%);
  background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
  background-repeat: repeat;
  opacity: 0.75;
}

.sidebar-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #eee;
  z-index: 0;
}

.sidebar-wrap {
  position: relative;
  z-index: 1;
}

.sidebar {
  padding: 30px 30px;
}

.sidebar>.widget .widget-title {
  margin-top: 0;
}

.widget {
  line-height: 1.75;
  margin-bottom: 30px;
}

.widget ol,
.widget ul {
  padding-left: 0;
  list-style: none;
}

.widget .item-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.widget .item-meta {
  color: #777;
  font-size: 12px;
}

.widget a:not(.btn) {
  color: #08081a;
}

.widget a:not(.btn):focus,
.widget a:not(.btn):hover,
.widget a:not(.btn).active {
  color: #b3000e;
}

.widget-title {
  position: relative;
  font-size: 18px;
}

.widget-title:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #eee;
  z-index: -1;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.widget-title:after {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  margin-top: 10px;
  background-color: #e60012;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.widget-category-list li {
  list-style: none;
  padding: 5px 0;
}

.widget-category-list li:not(:first-child) {
  border-top: 1px dashed #eee;
}

.widget-category-list li .badge {
  background-color: #bbb;
  min-width: 30px;
  font-weight: normal;
  float: right;
}

.widget-post-list .media-object {
  width: 48px;
}

.widget-post-list .post-date {
  display: block;
  color: gray;
}

.widget-post-list li {
  line-height: 1.25;
  list-style: none;
}

.widget-post-list li:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #eee;
}

.footer {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  z-index: 99;
}

.footer:before,
.footer:after {
  content: " ";
  display: table;
}

.footer:after {
  clear: both;
}

.footer a {
  color: #555;
}

.footer a:focus,
.footer a:hover,
.footer a.active {
  color: #e60012;
}

.footer .social-links .social:focus,
.footer .social-links .social:hover,
.footer .social-links .social.active {
  color: #fff !important;
}

.footer .form-group {
  margin-bottom: 0;
}

.footer .copyright {
  color: #888;
  padding-top: 20px;
}

.footer .copyright ul {
  margin-bottom: 0;
}

.footer .copyright a {
  color: #888;
}

.footer .copyright a:focus,
.footer .copyright a:hover,
.footer .copyright a.active {
  color: #555;
}

.lang-switch .dropdown-menu {
  padding: 0;
}

.lang-switch .dropdown-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}

.sidemenu {
  position: fixed;
  width: 32px;
  z-index: 999;
}

.sidemenu .tooltip-inner {
  padding: 0 15px;
}

.sidemenu .arrow-right {
  position: absolute;
  bottom: 16px;
  right: 1px;
  border-color: #ddd !important;
}

.sidemenu .arrow-right:before {
  border-left-color: #ddd;
}

.sidemenu .menu-tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  margin-right: -1px;
  z-index: 10;
  opacity: 1;
  min-width: 280px;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.sidemenu .menu-tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 0;
  display: inline-block;
  text-align: left;
  max-width: 280px;
  font-size: 14px;
  line-height: 30px;
  word-wrap: break-word;
  word-break: normal;
}

.sidemenu .menu-tooltip .tooltip-inner .content {
  padding: 15px 0;
}

.sidemenu .menu-tooltip address p {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.sidemenu .menu-tooltip img {
  max-width: 120px;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 15px 0;
}

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

.sidemenu li {
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: -1px;
  cursor: pointer;
}

.sidemenu li .icon {
  position: relative;
  display: block;
  color: #777;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  border: 1px solid #ddd;
}

.sidemenu li .fa {
  font-size: inherit;
  color: inherit;
}

.sidemenu li {
  float: right;
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
}

.sidemenu li:hover .icon {
  color: #e60012;
}

.sidemenu li:hover .menu-tooltip {
  display: block;
}

.sidemenu li:hover .menu-tooltip:before {
  content: " ";
}

.sidemenu[data-movestate='false'] {
  display: none;
}

.sidemenu[data-position*='left'] {
  left: 0;
}

.sidemenu[data-position*='right'] {
  right: 0;
}

.sidemenu[data-position*='bottom'] {
  bottom: 32px;
}

.sidemenu[data-position*='top'] {
  top: 90px;
}

.sidemenu[data-position*='center'] {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sidemenu[data-position*='left'] .menu-tooltip {
  left: 100%;
  text-align: left;
}

.sidemenu[data-position*='right'] .menu-tooltip {
  right: 100%;
  text-align: right;
}

.sidemenu[data-size='lg'] {
  width: 40px;
}

.sidemenu[data-size='lg'] li {
  width: 40px;
  font-size: 20px;
}

.sidemenu[data-size='sm'] {
  width: 24px;
}

.sidemenu[data-size='sm'] li {
  width: 24px;
  font-size: 14px;
}

.form-group-simple .input-group-addon {
  background-color: #fff;
  padding: 0;
  border-radius: 0 !important;
}

.form-group-simple .input-group-addon .btn {
  width: 100%;
  padding: 3px 12px;
  background-color: transparent;
  border: 0;
}

.form-group-simple .form-control {
  padding: 3px 12px;
  border-radius: 0 !important;
}

.input-group-addon.input-group-base {
  padding: 0;
}

.input-group-addon img {
  max-width: none;
  width: auto;
  height: 33px;
}

.form-pagination {
  margin: 20px 0;
}

.flag {
  width: 16px;
  height: 11px;
  background: url(../images/flags/flags.png) no-repeat;
  margin-top: -.18em;
  display: inline-block;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tj {
  background-position: -176px -143px;
}

.flag.flag-tk {
  background-position: -192px -143px;
}

.flag.flag-tl {
  background-position: -208px -143px;
}

.flag.flag-tm {
  background-position: -224px -143px;
}

.flag.flag-tn {
  background-position: -240px -143px;
}

.flag.flag-to {
  background-position: 0 -154px;
}

.flag.flag-tr {
  background-position: -16px -154px;
}

.flag.flag-tt {
  background-position: -32px -154px;
}

.flag.flag-tv {
  background-position: -48px -154px;
}

.flag.flag-tw {
  background-position: -64px -154px;
}

.flag.flag-tz {
  background-position: -80px -154px;
}

.flag.flag-ua {
  background-position: -96px -154px;
}

.flag.flag-ug {
  background-position: -112px -154px;
}

.flag.flag-um {
  background-position: -128px -154px;
}

.flag.flag-us {
  background-position: -144px -154px;
}

.flag.flag-uy {
  background-position: -160px -154px;
}

.flag.flag-uz {
  background-position: -176px -154px;
}

.flag.flag-va {
  background-position: -192px -154px;
}

.flag.flag-vc {
  background-position: -208px -154px;
}

.flag.flag-ve {
  background-position: -224px -154px;
}

.flag.flag-vg {
  background-position: -240px -154px;
}

.flag.flag-vi {
  background-position: 0 -165px;
}

.flag.flag-vn {
  background-position: -16px -165px;
}

.flag.flag-vu {
  background-position: -32px -165px;
}

.flag.flag-wales {
  background-position: -48px -165px;
}

.flag.flag-wf {
  background-position: -64px -165px;
}

.flag.flag-ws {
  background-position: -80px -165px;
}

.flag.flag-ye {
  background-position: -96px -165px;
}

.flag.flag-yt {
  background-position: -112px -165px;
}

.flag.flag-za {
  background-position: -128px -165px;
}

.flag.flag-zanzibar {
  background-position: -144px -165px;
}

.flag.flag-zm {
  background-position: -160px -165px;
}

.flag.flag-zw {
  background-position: -176px -165px;
}

.flag+span {
  text-transform: capitalize;
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-top: -3px;
}

.social-links {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
}

.social-links li {
  list-style: none;
  display: inline-block;
  float: left;
}

.social-links li:not(:first-child) {
  margin-left: 8px;
}

.social-links .social {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #08081a;
  color: #fff;
}

.social-links .social:hover {
  color: #08081a;
}

.social-links .social-rss {
  background-color: #FE9226;
}

.social-links .social-weibo {
  background-color: #ff763b;
}

.social-links .social-tencent {
  background-color: #56b6e7;
}

.social-links .social-qq {
  background-color: #56b6e7;
}

.social-links .social-qzone {
  background-color: #FDBE3D;
}

.social-links .social-douban {
  background-color: #33b045;
}

.social-links .social-diandian {
  background-color: #307DCA;
}

.social-links .social-linkedin {
  background-color: #0077B5;
}

.social-links .social-facebook {
  background-color: #44619D;
}

.social-links .social-google {
  background-color: #db4437;
}

.social-links .social-google-plus {
  background-color: #d9534f;
}

.social-links .social-youtube {
  background-color: #DA2625;
}

.social-links .social-twitter {
  background-color: #55acee;
}

.social-links .social-pinterest {
  background-color: #cd1f28;
}

.social-links .social-tumblr {
  background-color: #36506B;
}

.social-links .social-instagram {
  background-color: #6C50C7;
}

.social-style-simple.social-share .social-share-icon {
  border: 0;
  border-radius: 0;
  font-size: 14px;
  height: auto;
  line-height: 24px;
  width: auto;
  color: #999;
  margin-left: 8px;
}

.social-style-simple.social-share .social-share-icon:first-child {
  margin-left: 0;
}

.social-style-simple.social-share .social-share-icon:focus,
.social-style-simple.social-share .social-share-icon:hover,
.social-style-simple.social-share .social-share-icon:active {
  background: transparent;
  color: #08081a;
}

@font-face {
  font-family: "socialshare";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg");
}

.social-share {
  font-family: "socialshare" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.social-share * {
  font-family: "socialshare" !important;
}

.social-share .icon-tencent:before {
  content: "\f07a";
}

.social-share .icon-qq:before {
  content: "\f11a";
}

.social-share .icon-weibo:before {
  content: "\f12a";
}

.social-share .icon-wechat:before {
  content: "\f09a";
}

.social-share .icon-douban:before {
  content: "\f10a";
}

.social-share .icon-heart:before {
  content: "\f20a";
}

.social-share .icon-like:before {
  content: "\f00a";
}

.social-share .icon-qzone:before {
  content: "\f08a";
}

.social-share .icon-linkedin:before {
  content: "\f01a";
}

.social-share .icon-diandian:before {
  content: "\f05a";
}

.social-share .icon-facebook:before {
  content: "\f03a";
}

.social-share .icon-google:before {
  content: "\f04a";
}

.social-share .icon-twitter:before {
  content: "\f06a";
}

.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}

.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}

.social-share .icon-weibo:hover {
  background: #ff763b;
}

.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}

.social-share .icon-tencent:hover {
  background: #56b6e7;
}

.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}

.social-share .icon-qq:hover {
  background: #56b6e7;
}

.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}

.social-share .icon-qzone:hover {
  background: #FDBE3D;
}

.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}

.social-share .icon-douban:hover {
  background: #33b045;
}

.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}

.social-share .icon-linkedin:hover {
  background: #0077B5;
}

.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}

.social-share .icon-facebook:hover {
  background: #44619D;
}

.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}

.social-share .icon-google:hover {
  background: #db4437;
}

.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}

.social-share .icon-twitter:hover {
  background: #55acee;
}

.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}

.social-share .icon-diandian:hover {
  background: #307DCA;
}

.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}

.social-share .icon-wechat:hover {
  background: #7bc549;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

.tile [class*=col-] {
  margin-bottom: 10px;
}

.tile .article {
  display: block;
  position: relative;
  background-color: #08081a;
  overflow: hidden;
}

.tile .article h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: .4em .6em .6em;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.6) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.2)), to(rgba(0,0,0,0.6)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.6) 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 -7px 15px rgba(0,0,0,0.2);
  box-shadow: 0 -7px 15px rgba(0,0,0,0.2);
}

.tile .article h3 span {
  display: block;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 0 #000;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.42857;
  height: 40.0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tile .thumb {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.tile .thumb.thumb-lg {
  padding-bottom: -webkit-calc(60% + 5px);
  padding-bottom: calc(60% + 5px);
}

.tile a:hover .thumb {
  opacity: 0.85;
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
}

.tile a:hover .thumb:before {
  visibility: hidden;
  opacity: 0;
}

.panel-tabs .panel-heading {
  padding: 0;
  border-bottom: 0;
}

.panel-tabs .nav-tabs {
  border-bottom: 1px solid #eee;
}

.panel-tabs .nav-tabs>li>a {
  padding: 10px 20px;
  margin-right: 0;
  border: 1px solid transparent;
  border-top: 0;
  color: #08081a;
}

.panel-tabs .nav-tabs>li:first-child>a {
  border-left: 0;
}

.panel-tabs .nav-tabs>li.active>a,
.panel-tabs .nav-tabs>li.active>a:hover,
.panel-tabs .nav-tabs>li.active>a:focus {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-top: 0;
  border-bottom-color: transparent;
}

.panel-tabs .nav-tabs>li.active:first-child>a,
.panel-tabs .nav-tabs>li.active:first-child>a:hover,
.panel-tabs .nav-tabs>li.active:first-child>a:focus {
  border-left: 0;
}

.panel-group.panel-alpha .panel {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group.panel-alpha .panel:last-child {
  border-bottom: 0;
}

.panel-group.panel-alpha .panel,
.panel-group.panel-alpha .panel-heading,
.panel-group.panel-alpha .panel-footer {
  background-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
  color: #08081a;
}

.pagination .current {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}

.tabs-alpha {
  list-style: none;
  padding-left: 0;
  margin-bottom: -21px;
  margin-left: -10px;
  margin-right: -10px;
}

.tabs-alpha li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-alpha li a {
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid transparent;
  color: #08081a;
}

.tabs-alpha li a:hover,
.tabs-alpha li a:focus {
  border-color: #08081a;
}

.tabs-alpha li.active a {
  color: #e60012;
  border-color: #e60012;
}

.module {
  position: relative;
}

.module:before,
.module:after {
  content: " ";
  display: table;
}

.module:after {
  clear: both;
}

.module.with-padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.module.with-bg {
  background: #fff;
}

.module {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.module .container {
  position: relative;
  z-index: 1;
}

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

.module .module-head.with-bg {
  background-color: #f2f2f2;
}

.module .module-head .text {
  color: gray;
}

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

.module .module-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .75;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

.module-post .article-post {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  background-color: transparent;
  border-color: rgba(0,0,0,0.05);
}

.module-products {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.module-data {
  background: #fff;
}

.module-data .counter .title {
  font-size: 48px;
  margin-top: 0;
}

.module-data .counter .title small {
  font-size: 24px;
}

.module-history {
  background: #fff;
}

.module-history .card {
  min-height: 160px;
  margin-bottom: 0;
}

.module-contact-form {
  padding-bottom: 30px;
  background: #fff;
}

.module-apply-from {
  background: #fff;
}

.module-feature {
  padding: 60px 0;
  background-color: #08081a;
  color: #fff;
}

.module-feature:before,
.module-feature:after {
  content: " ";
  display: table;
}

.module-feature:after {
  clear: both;
}

.module-feature .module-cover {
  background-image: url(../images/patterns/pattern-feature.jpg);
  background-position: top center;
  background-color: #08081a;
}

.module-feature .module-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/lines.png);
  background-repeat: repeat;
}

.module-feature .title.with-line:after {
  background-color: #fff;
}

.module-feature .item {
  display: table;
  position: relative;
  width: 100%;
  height: 180px;
  padding: 15px;
  border: 1px solid rgba(170,170,170,0.2);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.module-feature .item .media .circle-icon {
  border-color: #fff;
}

.module-feature .item .media .circle-icon .fa {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module-feature .item .media p {
  font-size: 13px;
  margin-bottom: 0;
}

.module-feature .item .item-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

.module-feature .item .item-content.img-holder {
  display: block;
  width: 100%;
  padding-bottom: 148px;
}

.module-feature .item.item-pic img {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.module-feature .item.item-pic:after {
  display: none;
  content: none;
}

.module-feature .item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.module-feature figure {
  position: relative;
}

.module-feature figure:hover {
  z-index: 99;
}

.module-feature figure:hover .item-pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.module-feature figure:hover .item .circle-icon .fa {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.module-feature figure:hover .item:not(.item-divider) {
  border-color: transparent;
}

.module-feature figure:hover .item:not(.item-divider):after {
  background-color: #08081a;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.circle-icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border: 1px solid #08081a;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
}

.full-width-slider {
  width: 100% !important;
  max-height: 640px;
  color: #000;
}

.royalSlider>.rsContent {
  visibility: hidden;
}

.rs-theme-flat.rsMinW .rsBullet span {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.rs-theme-flat.rsMinW .rsBullet span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  height: 100% !important;
  background: #e60012 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rs-theme-flat.rsMinW .rsBullet span:hover:after {
  width: 0;
}

.rs-theme-flat.rsMinW .rsBullet.rsNavSelected span:after {
  width: 100% !important;
}

.owl-carousel .owl-wrapper-outer {
  padding-bottom: 20px;
}

.owl-carousel[data-dots*=false] .owl-pagination {
  display: none;
}

.owl-carousel .owl-buttons {
  margin-left: -5px;
  margin-right: -5px;
}

.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-carousel.owl-navigation-left .owl-buttons {
  float: left;
}

.owl-carousel.owl-navigation-right .owl-buttons {
  float: right;
}

.owl-carousel.owl-navigation-top-right .owl-buttons {
  position: absolute;
  top: -52px;
  right: 0;
}

.owl-carousel.owl-navigation-square .owl-prev,
.owl-carousel.owl-navigation-square .owl-next {
  width: 32px;
  height: 32px;
  line-height: 30px !important;
  margin: 0 5px !important;
  padding: 0 !important;
  background: #fff !important;
  font-size: 16px !important;
  color: #333 !important;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
  opacity: 1 !important;
  text-align: center;
}

.owl-carousel.owl-navigation-square .owl-prev:hover,
.owl-carousel.owl-navigation-square .owl-next:hover {
  background: #e60012 !important;
  color: #fff !important;
}

.owl-carousel.owl-navigation-icon .owl-prev,
.owl-carousel.owl-navigation-icon .owl-next {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 18px;
  padding: 0;
  cursor: pointer;
}

.owl-carousel.owl-navigation-icon .owl-prev:before {
  content: "\f104";
}

.owl-carousel.owl-navigation-icon .owl-next:before {
  content: "\f105";
}

.owl-theme-flat.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme-flat.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.owl-theme-flat.owl-theme .owl-page {
  position: relative;
  z-index: 9;
}

.owl-theme-flat.owl-theme .owl-page span {
  position: relative;
  width: 40px;
  height: 2px;
  border-radius: 0;
}

.owl-theme-flat.owl-theme .owl-page span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #e60012;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme-flat.owl-theme .owl-page span:hover:before {
  width: 100%;
}

.owl-theme-flat.owl-theme .owl-page.active span:before {
  width: 100%;
}

.owl-theme-flat.owl-theme .owl-buttons {
  display: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-prev,
.owl-theme-flat.owl-theme .owl-buttons .owl-next {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-prev,
.owl-theme-flat.owl-theme .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  z-index: 9;
  height: 40px;
  width: 24px;
  margin: 0;
  margin-top: -20px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 0;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-prev:before,
.owl-theme-flat.owl-theme .owl-buttons .owl-next:before {
  font-size: 24px;
  color: #fff;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-prev {
  left: 0;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-prev:before {
  content: "\f104";
}

.owl-theme-flat.owl-theme .owl-buttons .owl-next {
  right: 0;
}

.owl-theme-flat.owl-theme .owl-buttons .owl-next:before {
  content: "\f105";
}

.owl-theme-flat.owl-theme:hover .owl-buttons {
  display: block;
}

.owl-nav-display .owl-buttons {
  display: block !important;
}

.no-radius-all .card,
.no-radius-all .card-img {
  border-radius: 0;
}

.card-img.img-holder {
  padding-bottom: 160px;
}

.card-action.card-action-top {
  position: absolute;
  top: 15px;
  right: 15px;
}

.card-action .action-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.card-action .action-link:hover,
.card-action .action-link:focus {
  background: #e60012;
}

.card-action .action-link.action-alpha {
  background: transparent;
  color: #777;
}

.validator-form .form-group {
  position: relative;
}

.validator-form .help-block {
  position: absolute;
  width: 100%;
}

.validator-form [data-status='sending'] {
  pointer-events: none !important;
}

.validator-form [data-status='sending'] .text {
  display: none !important;
}

.validator-form [data-status='sending'] .text-active {
  display: block !important;
}

.article {
  position: relative;
}

.article .article-action {
  position: relative;
  z-index: 10;
}

.article .article-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  line-height: 1.0;
  background-color: #08081a;
  color: #fff !important;
  font-size: 12px;
  z-index: 10;
}

.article .article-label:focus,
.article .article-label:hover {
  color: #fff;
  opacity: 0.8;
}

.article .article-extra {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}

.article .article-extra .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.article .article-extra .icon.icon-round {
  background-color: transparent;
  border: 1px solid #fff;
}

.article .article-label,
.article .article-date {
  display: none;
}

.article .article-title {
  margin-top: 0;
  color: #08081a;
  font-size: 16px;
  max-width: 100%;
}

.article .article-title a {
  color: #08081a;
}

.article .article-link {
  color: gray;
}

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

.article .article-meta a {
  color: gray;
}

.article .article-meta a:focus,
.article .article-meta a:hover {
  color: #b3000e;
}

.article .article-meta .meta {
  display: inline;
  margin-left: 15px;
  color: gray;
}

.article .article-meta .meta:first-child {
  margin-left: 0;
}

.article .article-desc {
  display: -webkit-box;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.42857;
  height: 40.0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  color: gray;
  overflow: hidden;
}

.article-product {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.article-product .article-title {
  font-size: 14px;
  display: -webkit-box;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.42857;
  height: 40.0px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}

.article-product .article-title a {
  word-wrap: break-word;
  word-break: break-all;
}

.article-product .article-thumb {
  overflow: hidden;
}

.article-product .article-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.article-product .article-link {
  display: block;
}

.article-product .article-link:before,
.article-product .article-link:after {
  content: " ";
  display: table;
}

.article-product .article-link:after {
  clear: both;
}

.article-product .article-link .icon-arrow {
  float: right;
}

.article-product .article-param {
  height: 0;
  overflow: hidden;
  _zoom: 1;
  font-size: 12px;
  color: #555;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.article-product .article-param ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-product .article-body {
  background-color: #fff;
  height: 77px;
  padding: 15px 15px 15px 15px;
}

.article-product .article-body:before,
.article-product .article-body:after {
  content: " ";
  display: table;
}

.article-product .article-body:after {
  clear: both;
}

.article-post {
  background-color: #fff;
  border: 1px solid #eee;
}

.article-post .article-body,
.article-post .article-footer {
  position: relative;
  z-index: 3;
}

.article-post .article-date {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -ms-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  text-align: center;
}

.article-post .article-date .day {
  display: block;
  font-size: 48px;
  line-height: 1.0;
}

.article-post .article-title {
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.42857;
  height: 22.85714px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
}

.article-post .article-title a {
  word-wrap: break-word;
  word-break: break-all;
}

.article-post .article-meta .meta-comment,
.article-post .article-meta .meta-read {
  float: right;
}

.article-post .article-thumb {
  overflow: hidden;
}

.article-post .article-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.article-post .article-link {
  display: block;
}

.article-post .article-link:before,
.article-post .article-link:after {
  content: " ";
  display: table;
}

.article-post .article-link:after {
  clear: both;
}

.article-post .article-link .icon-arrow {
  float: right;
}

.article-post .article-header {
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #eee;
}

.article-post .article-header:before,
.article-post .article-header:after {
  content: " ";
  display: table;
}

.article-post .article-header:after {
  clear: both;
}

.article-post .article-body {
  position: relative;
  background-color: #fff;
  padding: 15px 15px 15px 15px;
}

.article-post .article-body:before,
.article-post .article-body:after {
  content: " ";
  display: table;
}

.article-post .article-body:after {
  clear: both;
}

.article-post .article-footer {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
  border-top: 1px solid #eee;
}

.article-post .article-footer:before,
.article-post .article-footer:after {
  content: " ";
  display: table;
}

.article-post .article-footer:after {
  clear: both;
}

.article-post .article-link {
  display: none;
}

.article-post .article-share {
  position: absolute;
  right: 0;
  top: -24px;
  background-color: #fff;
  padding: 0 15px;
}

.article-faq {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}

.article-faq .article-header {
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #eee;
}

.article-faq .article-header:before,
.article-faq .article-header:after {
  content: " ";
  display: table;
}

.article-faq .article-header:after {
  clear: both;
}

.article-faq .article-header .article-title {
  margin: 0;
}

.article-faq .article-body {
  position: relative;
  background-color: #f6f6f6;
  padding: 15px 15px 15px 15px;
  color: #555;
}

.article-faq .article-body:before,
.article-faq .article-body:after {
  content: " ";
  display: table;
}

.article-faq .article-body:after {
  clear: both;
}

.article-faq .article-footer {
  padding: 15px 15px 15px 15px;
  border-top: 1px solid #eee;
}

.article-faq .article-footer:before,
.article-faq .article-footer:after {
  content: " ";
  display: table;
}

.article-faq .article-footer:after {
  clear: both;
}

.article-gallery {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
}

.article-gallery .article-body {
  position: relative;
  background-color: #fff;
  padding: 15px 0 0 0;
}

.article-gallery .article-body:before,
.article-gallery .article-body:after {
  content: " ";
  display: table;
}

.article-gallery .article-body:after {
  clear: both;
}

.article-gallery .article-footer {
  padding: 15px 15px 15px 15px;
  border-top: 1px solid #eee;
}

.article-gallery .article-footer:before,
.article-gallery .article-footer:after {
  content: " ";
  display: table;
}

.article-gallery .article-footer:after {
  clear: both;
}

.article-post .img-holder {
  padding-bottom: 65%;
}

.article-product .img-holder {
  padding-bottom: 100%;
}

.article-gallery .img-holder {
  padding-bottom: 65%;
}

.products.owl-carousel .item,
.products .owl-carousel .item {
  margin-top: 5px;
}

.products .article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 1px;
  background: #e60012;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-list .item {
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 20px;
}

.post-list .owl-carousel .item {
  margin-top: 5px;
}

.post-list .article {
  margin-bottom: 20px;
}

.post-list .article-title {
  color: #08081a;
}

.post-list .article-title:hover,
.post-list .article-title:focus {
  color: #08081a !important;
}

.related-articles .article-post {
  margin-top: 8px;
  margin-bottom: 8px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.related-articles .article-post .img-holder {
  padding-bottom: 72px;
}

.related-articles .article-post .article-thumb {
  width: 72px;
  float: left;
}

.download-list .article {
  margin-bottom: 20px;
}

.download-list .article:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.download-list .article-title {
  display: block;
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.42857;
  height: 51.42857px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
}

.download-list .article-title a {
  word-wrap: break-word;
  word-break: break-all;
}

.gallery-list .article {
  margin-bottom: 20px;
}

.gallery-list .article .meta-count {
  float: right;
}

.gallery-list .article img {
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

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

.article-detail .entity-content {
  line-height: 1.75;
  margin-bottom: 30px;
}

.post-navigation .post-prev,
.post-navigation .post-next {
  position: relative;
  background: transparent;
  padding: 15px;
  width: 100%;
  min-height: 80px;
  display: table;
  vertical-align: middle;
  border: 1px solid #eee;
}

.post-navigation .post-prev .article-title,
.post-navigation .post-next .article-title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.post-navigation .post-prev:hover .article-title,
.post-navigation .post-prev:hover .article-title:before,
.post-navigation .post-next:hover .article-title,
.post-navigation .post-next:hover .article-title:before {
  color: #e60012;
}

.post-navigation .post-prev .article-title:before,
.post-navigation .post-next .article-title:before {
  position: absolute;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  line-height: 36px;
  font-family: FontAwesome;
  font-size: 36px;
  color: #aaa;
}

.post-navigation .post-prev .article-title {
  padding-left: 30px;
}

.post-navigation .post-prev .article-title:before {
  content: "\f104";
  left: 0;
}

.post-navigation .post-next .article-title {
  padding-right: 30px;
  text-align: right;
}

.post-navigation .post-next .article-title:before {
  content: "\f105";
  right: 0;
}

.post-navigation .meta-date {
  display: none;
}

.product-general {
  background: #fff;
}

.product-general .product-title {
  font-size: 36px;
  font-weight: 300;
}

.product-general .owl-carousel .owl-wrapper-outer {
  padding-bottom: 0;
}

.product-info .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background: transparent;
  font-size: 13px;
  color: gray;
}

.product-info .breadcrumb a {
  color: gray;
}

.product-info .breadcrumb a:hover,
.product-info .breadcrumb a:focus {
  color: #b3000e;
}

.product-info .product-title {
  font-weight: 300;
}

.photo-list .item {
  background: #08081a;
}

.photo-list .item:hover img {
  opacity: 0.5;
}

.photo-list .item:hover i {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.photo-list .item a {
  position: relative;
  display: block;
}

.photo-list .item a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.core-content {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.core-content .brand {
  outline: 0;
}

.core-content .brand img {
  border: 0;
  outline: 0;
}

.core-content .side-menu {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  display: block;
  border-left: solid 1px #efefef;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 9;
}

.core-content.open-side-menu {
  margin-left: -280px;
  margin-right: 280px;
}

.core-content.open-side-menu .side-menu {
  right: 0;
}

.core-content.open-side-menu nav.nav-core-sticky.on-scroll {
  margin-left: -280px;
  margin-right: 280px;
}

.core-content .wrap-search-top {
  display: none;
  border-bottom: solid 1px #efefef;
}

.core-content .wrap-search-top input {
  border: 0;
  padding: 15px;
  display: block;
  width: 100%;
  outline: none;
  font-size: 14px;
  color: #6a6a6a;
}

.core-content .wrap-search-top ::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.core-content .wrap-search-top ::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

.core-content .wrap-search-top :-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}

.core-content .wrap-search-top :-moz-placeholder {
  font-size: 14px;
  font-style: italic;
}

.core-content .wrap-search-fullscreen {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.core-content .wrap-search-fullscreen .nav-container {
  position: relative;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.core-content .wrap-search-fullscreen.open {
  display: block;
}

.core-content .wrap-search-fullscreen .close-search {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 15px;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer;
  color: #6a6a6a;
  z-index: 3;
  font-size: 24px;
}

.core-content .wrap-search-fullscreen input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #efefef;
  padding: 15px;
  outline: 0;
  font-size: 24px;
}

.core-nav {
  display: block;
  position: relative;
}

.core-nav.open-dropdown {
  z-index: 99999999;
}

.core-nav .nav-header {
  display: block;
  position: absolute;
  z-index: 2;
}

.core-nav .nav-header.left {
  float: left;
  position: relative;
  display: inline-block;
}

.core-nav .nav-header.center .brand {
  display: block;
  margin: auto;
}

.core-nav .nav-header .content-header {
  float: right;
}

.core-nav .core-nav-toggle {
  display: none;
  border: 0;
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.core-nav .wrap-core-nav-list {
  text-align: left;
  position: relative;
  z-index: 1;
}

.core-nav .wrap-core-nav-list.right {
  text-align: right;
}

.core-nav .wrap-core-nav-list.center {
  text-align: center;
}

.core-nav .wrap-core-nav-list .core-nav-list {
  display: inline-block;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}

.core-nav .wrap-core-nav-list .core-nav-list li {
  display: block;
  float: left;
}

.core-nav.nav-core-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.core-nav.nav-core-sticky {
  position: relative;
}

.core-nav.nav-core-sticky.on-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.core-content {
  min-height: 100vh;
}

.core-content {
  min-height: 100vh;
}

.core-nav-section .core-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.core-content {
  min-height: 100vh;
}

.dropdown-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.dropdown-overlay.open-dropdown {
  display: block;
  z-index: 9999999;
}

.core-nav .dropdown {
  position: relative;
}

.core-nav .dropdown .dropdown-menu {
  display: none;
}

.core-nav .dropdown>.dropdown-menu {
  width: 230px;
  background: #fff;
  border: solid 1px #eee;
  position: absolute;
  top: 100%;
  padding: 0;
}

.core-nav .dropdown>.dropdown-menu>li {
  float: none;
  display: block;
}

.core-nav .dropdown>.dropdown-menu>li>a {
  border-bottom: solid 1px #eee;
  padding: 10px 15px;
  text-align: left;
}

.core-nav .dropdown.open>.dropdown-menu {
  display: block;
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu {
  left: 0;
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
  top: 0;
  left: 100%;
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu {
  right: 0;
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
  top: 0;
  right: 100%;
}

.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list li.dropdown>.dropdown-menu {
  position: relative;
  width: 100%;
  border: 0;
  padding-left: 15px;
}

.core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown>.dropdown-menu {
  position: absolute !important;
  width: 230px;
  border: solid 1px #efefef;
  padding-left: 0;
}

.core-nav .wrap-core-nav-list.dropdown-accordion.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.dropdown-accordion.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
  left: 0;
}

.core-nav .wrap-core-nav-list.dropdown-accordion.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
  right: 0;
}

.core-nav .wrap-core-nav-list .menu-list {
  padding: 0;
}

.core-sidebar-toggle .core-nav .wrap-core-nav-list.center .menu-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.left .menu-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.right .menu-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.center .menu-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.left .menu-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.right .menu-list>li.dropdown>ul.dropdown-menu {
  left: 100%;
  top: 0;
}

.core-sidebar-toggle .core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown>.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown>.dropdown-menu {
  left: 0 !important;
  position: relative !important;
  width: 100%;
  border: solid 1px #efefef;
  padding-left: 0;
}

.core-nav .megamenu>.megamenu-content {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  text-align: left;
  border: solid 1px #efefef;
  display: none;
}

.core-nav .megamenu.open>.megamenu-content {
  display: block;
}

.core-nav .wrap-core-nav-list.center .megamenu>.megamenu-content,
.core-nav .wrap-core-nav-list.left .megamenu>.megamenu-content {
  left: 0;
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content {
  right: 0;
}

ul.attributes {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
  float: right;
}

ul.attributes li {
  float: left;
  display: block;
}

ul.attributes li a {
  display: block;
  padding: 20px 10px;
  color: #6a6a6a;
}

ul.attributes li a:hover {
  color: #e74c3c;
}

.nav-header ul.attributes {
  position: relative;
  z-index: 9;
  margin-right: 10px;
}

.nav-header ul.attributes li a {
  padding: 20px 8px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.core-nav .nav-row::after {
  content: "";
  clear: both;
  display: table;
}

.core-nav .nav-row [class*="col-"] {
  float: left;
  padding: 15px;
}

.core-nav .nav-container {
  margin-right: auto;
  margin-left: auto;
}

.main-menu .icon-bar,
.main-menu .icon-bar::before,
.main-menu .icon-bar::after {
  display: inline-block;
  height: 2px;
  width: 20px;
  background: #fff;
}

.main-menu .icon-bar::before,
.main-menu .icon-bar::after {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s;
}

.main-menu .icon-bar::before {
  top: -5px;
}

.main-menu .icon-bar::after {
  top: 5px;
}

.main-menu .icon-bar {
  position: relative;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.main-menu.open-dropdown .icon-bar,
.main-menu.open-responsive .icon-bar {
  background: transparent;
}

.main-menu.open-dropdown .icon-bar::before,
.main-menu.open-responsive .icon-bar::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.main-menu.open-dropdown .icon-bar::after,
.main-menu.open-responsive .icon-bar::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.main-menu .content {
  padding: 15px;
}

.main-menu .more-info {
  border: 1px solid #dfdfdf;
  border-left: 0;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.main-menu .toggle-info {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.main-menu .toggle-info.collapsed {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.main-menu .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .info-list li {
  text-decoration: none;
  color: #3a3a3a;
  border-bottom: solid 1px #dfdfdf;
}

.main-menu .info-list li a,
.main-menu .info-list li>span {
  display: block;
  padding: 10px 15px;
}

.main-menu .info-list li a {
  text-decoration: none;
  color: #3a3a3a;
}

.main-menu .info-list a:hover {
  color: #e74c3c;
}

.main-menu {
  background: #fff;
}

.main-menu .wrap-core-nav-list,
.main-menu .nav-header {
  background: #fff;
}

.main-menu .brand {
  display: block;
  position: relative;
  width: 44px;
  top: 15px;
  margin: auto;
}

.main-menu .brand img {
  width: 100%;
}

.main-menu .menu li a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #3a3a3a;
}

.main-menu .menu li a:hover {
  color: #e74c3c;
}

.main-menu .menu li.dropdown .caret {
  float: right;
  margin-top: 8px;
}

.main-menu .menu li.dropdown.open>a {
  color: #e74c3c;
}

.sample-text {
  padding: 30px;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
  cursor: url(../images/grabbing.png) 8 8,move;
}

.loading {
  background: url(../images/preloader/ajax-loader.gif) no-repeat center center;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #08081a;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #cecece;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-theme.owl-theme1 .owl-controls {
  margin-top: 0;
}

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider>* {
  float: left;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #eee;
  color: #FFF;
}

.rsMinW .rsArrow {
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  z-index: 21;
  height: 50px;
  width: 30px;
  margin-top: -25px;
  background: rgba(8,8,26,0.3);
  border: 1px solid rgba(241,241,241,0.15);
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.rsMinW .rsArrow:hover {
  background-color: #08081a;
  width: 40px;
}

.rsMinW .rsArrowLeft {
  left: 0;
  border-left: 0;
}

.rsMinW .rsArrowRight {
  right: 0;
  border-right: 0;
}

.rsMinW .rsArrowIcn {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  line-height: 50px;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn:before {
  font-size: 22px;
  content: "\f104";
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn:before {
  font-size: 22px;
  content: "\f105";
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}

.rsMinW .rsBullets {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.rsMinW .rsBullet {
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
}

.rsMinW .rsBullet span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #08081a;
  background: rgba(206,206,206,0.2);
  border: 2px solid #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  overflow: hidden;
}

.rsMinW .rsBullet span::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.rsMinW .rsBullet.rsNavSelected span {
  background: #fff;
}

.rsMinW .rsBullet.rsNavSelected span::after {
  height: 100%;
}

.rsMinW .rsThumbsHor {
  width: 100%;
  height: auto;
}

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255,255,255,0.9);
  -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
  display: block;
}

.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-minimal-white.png");
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}

.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}

.rsMinW .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsMinW .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
  box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-minimal-white.png") 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url("../images/rs-minimal-white.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../images/preloader/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0,0,0,0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

.sliderFullscreen .rsDefault,
.sliderFullscreen .rsDefault .rsOverflow,
.sliderFullscreen .rsDefault .rsSlide,
.sliderFullscreen .rsDefault .rsVideoFrameHolder,
.sliderFullscreen .rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
  border-radius: 50%;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0,0,0,0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255,255,255,0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
  margin-top: 15px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #e60012;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0,0,0,0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0,0,0,0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
  box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
  border-radius: 50%;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0,0,0,0.9);
}

.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../images/preloader/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0,0,0,0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide>title,
.fancybox-slide>style,
.fancybox-slide>meta,
.fancybox-slide>link,
.fancybox-slide>script,
.fancybox-slide>base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30,30,30,0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30,30,30,0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0,0,0,0.1)), color-stop(40%, rgba(0,0,0,0.2)), color-stop(80%, rgba(0,0,0,0.6)), to(rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide>.fancybox-loading {
  border: 6px solid rgba(100,100,100,0.4);
  border-top: 6px solid rgba(255,255,255,0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs>ul>li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0,0,0,0.1);
}

.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs>ul>li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (min-width: 480px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .sidemenu[data-state='true'] {
    display: block;
  }

  .sidemenu[data-state='false'] {
    display: none;
  }

  .sidemenu[data-size='lg'] .tooltip-arrow {
    bottom: 20px;
  }

  .sidemenu[data-size='lg'] .menu-tooltip .tooltip-inner {
    font-size: 16px;
    line-height: 40px;
  }

  .sidemenu[data-size='sm'] .tooltip-arrow {
    bottom: 12px;
  }

  .sidemenu[data-size='sm'] .menu-tooltip .tooltip-inner {
    font-size: 12px;
    line-height: 24px;
  }

  .core-nav .nav-row .col-sm-1 {
    width: 8.33%;
  }

  .core-nav .nav-row .col-sm-2 {
    width: 16.66%;
  }

  .core-nav .nav-row .col-sm-3 {
    width: 25%;
  }

  .core-nav .nav-row .col-sm-4 {
    width: 33.33%;
  }

  .core-nav .nav-row .col-sm-5 {
    width: 41.66%;
  }

  .core-nav .nav-row .col-sm-6 {
    width: 50%;
  }

  .core-nav .nav-row .col-sm-7 {
    width: 58.33%;
  }

  .core-nav .nav-row .col-sm-8 {
    width: 66.66%;
  }

  .core-nav .nav-row .col-sm-9 {
    width: 75%;
  }

  .core-nav .nav-row .col-sm-10 {
    width: 83.33%;
  }

  .core-nav .nav-row .col-sm-11 {
    width: 91.66%;
  }

  .core-nav .nav-row .col-sm-12 {
    width: 100%;
  }

  .core-nav .nav-container {
    width: 750px;
  }
}

@media all and (min-width: 800px) {
  .fancybox-custom-layout .fancybox-outer {
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    margin: auto;
    max-width: 1180px;
    max-height: 495px;
    overflow: visible;
    background: #fff;
    -webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity: 0;
  }

  .fancybox-custom-layout .fancybox-bg {
    background: #f6f6f6;
  }

  .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
  }

  .fancybox-custom-layout .fancybox-caption-wrap {
    top: 0;
    right: 44px;
    bottom: 0;
    left: auto;
    width: 256px;
    padding: 0;
    background: #333;
    pointer-events: all;
    border-right: 1px solid rgba(255,255,255,0.08);
  }

  .fancybox-custom-layout .fancybox-stage {
    right: 300px;
  }

  .fancybox-custom-layout .fancybox-caption {
    padding: 30px 20px;
    border: 0;
  }

  .fancybox-custom-layout .fancybox-toolbar {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 44px;
    background: #333;
    border-left: 1px solid #222;
  }

  .fancybox-custom-layout .fancybox-button,
  .fancybox-custom-layout .fancybox-navigation button:before {
    background: transparent;
  }

  .fancybox-custom-layout .fancybox-navigation button {
    color: #333 !important;
    padding: 10px;
  }

  .fancybox-custom-layout .fancybox-button--arrow_left {
    left: -60px;
  }

  .fancybox-custom-layout .fancybox-button--arrow_right {
    right: -60px;
  }

  .fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right: -272px;
  }
}

@media (min-width: 920px) {
  .core-nav.fullscreen .nav-header {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
  }

  .core-nav.fullscreen .nav-header .brand {
    top: 0;
    margin: 15px;
  }

  .core-nav.fullscreen .core-nav-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    display: inline-block;
  }

  .core-nav.fullscreen .wrap-core-nav-list {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
  }

  .core-nav.fullscreen .wrap-core-nav-list.center {
    text-align: center;
  }

  .core-nav.fullscreen .wrap-core-nav-list.right {
    text-align: right;
  }

  .core-nav.fullscreen .wrap-core-nav-list .nav-container {
    height: 100vh;
    display: table;
    position: relative;
    padding: 0 30px;
  }

  .core-nav.fullscreen .wrap-core-nav-list .menu {
    display: table-cell;
    vertical-align: middle;
  }

  .core-nav.fullscreen .wrap-core-nav-list .menu li {
    float: none;
    display: block;
  }

  .core-nav.fullscreen.open-fullscreen .core-nav-toggle {
    right: 30px;
  }

  .core-nav.fullscreen.open-fullscreen .wrap-core-nav-list {
    display: block;
  }

  .core-nav.brand-center .full-container,
  .core-nav.brand-center .nav-container {
    position: relative;
  }

  .core-nav.brand-center .nav-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .core-nav.brand-center .nav-header .brand {
    margin: auto;
  }

  .core-nav.brand-center .wrap-core-nav-list .col-menu {
    width: 50%;
    display: inline-block;
  }

  .core-nav.brand-center .wrap-core-nav-list .col-menu.right {
    text-align: right;
  }

  .core-nav.brand-center .wrap-core-nav-list.center .col-menu.left {
    text-align: right;
    padding-right: 50px;
  }

  .core-nav.brand-center .wrap-core-nav-list.center .col-menu.right {
    text-align: left;
    padding-left: 50px;
  }

  .core-nav-section .core-nav {
    height: 100%;
    background: transparent;
  }

  .core-nav-section .core-nav .nav-header {
    padding: 50px;
  }

  .core-nav-section .core-nav .nav-header .brand {
    width: 100px;
    display: block;
  }

  .core-nav-section .core-nav .nav-header .brand img {
    width: 100%;
  }

  .core-nav-section .core-nav .core-nav-list {
    display: block;
    background: transparent;
    position: absolute;
    padding-left: 50px;
    width: 150px;
  }

  .core-nav-section .core-nav .core-nav-list li {
    float: none;
    display: block;
  }

  .core-nav-section .core-nav .core-nav-list li a {
    background: transparent;
    color: #6a6a6a;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    font-size: 14px;
  }

  .core-nav-section .core-nav .core-nav-list li.active a {
    font-size: 18px;
    color: #e74c3c;
  }

  .nav-header ul.attributes {
    display: none;
  }

  .wrap-core-nav-listul.attributes {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }

  .main-menu .search-form .form-control {
    padding: 20px 15px;
  }

  .main-menu .brand {
    width: 44px !important;
    margin-top: 30px !important;
  }

  .main-menu .brand img {
    max-width: inherit;
    width: auto !important;
    height: 44px;
    margin-left: -30px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .main {
    min-height: 80vh;
  }

  .widget-related-article .widget-list .item {
    position: relative;
    padding: 5px 0;
  }

  .widget-related-article .widget-list .item:before,
  .widget-related-article .widget-list .item:after {
    content: " ";
    display: table;
  }

  .widget-related-article .widget-list .item:after {
    clear: both;
  }

  .widget-related-article .item-meta {
    position: absolute;
    top: 3px;
  }

  .widget-related-article .item-title {
    padding-left: 90px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }

  .module-feature figure:nth-of-type(1) .item,
  .module-feature figure:nth-of-type(2) .item,
  .module-feature figure:nth-of-type(3) .item,
  .module-feature figure:nth-of-type(4) .item {
    border-bottom: 1px solid transparent;
  }

  .module-feature figure:nth-of-type(2) .item,
  .module-feature figure:nth-of-type(6) .item,
  .module-feature figure:nth-of-type(10) .item {
    border-left: 1px solid transparent;
  }

  .module-feature figure:nth-of-type(3) .item,
  .module-feature figure:nth-of-type(7) .item {
    border-right: 1px solid transparent;
  }

  .module-feature .main-caption {
    padding-right: 20px;
  }

  .article-faq:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .article-faq:hover .article-title {
    color: #e60012;
  }

  .products .article:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .products .article:hover .article-extra {
    display: block;
  }

  .post-list .article:hover .article-extra {
    display: block;
    z-index: 1;
  }

  .post-list .article:hover .article-extra .icon {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }

  .post-list .article:hover .article-extra:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e60012;
    opacity: 0.75;
    z-index: 1;
  }

  .related-articles .article:hover .article-extra {
    display: block;
    z-index: 1;
  }

  .related-articles .article:hover .article-extra .icon {
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
  }

  .related-articles .article:hover .article-extra:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e60012;
    opacity: 0.75;
    z-index: 1;
  }

  .gallery-list .article {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .gallery-list .article:hover:before {
    -webkit-transform: skew(-15deg) rotate(-5deg);
    -ms-transform: skew(-15deg) rotate(-5deg);
    transform: skew(-15deg) rotate(-5deg);
    left: 15px;
  }

  .gallery-list .article:hover:after {
    -webkit-transform: skew(15deg) rotate(5deg);
    -ms-transform: skew(15deg) rotate(5deg);
    transform: skew(15deg) rotate(5deg);
    right: 15px;
  }

  .gallery-list .article:hover:after,
  .gallery-list .article:hover:before {
    width: 88%;
    height: 20%;
    content: ' ';
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    position: absolute;
    bottom: 18px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .gallery-list .article:hover .article-extra {
    display: block;
  }

  .gallery-list .article:hover .article-extra .icon {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }

  .post-list .article:hover,
  .download-list .article:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .product-general .action-group {
    margin-top: 100px;
  }

  .core-nav .nav-header.bottom {
    position: relative;
    float: none;
    display: block;
    width: 100%;
  }

  .core-nav .wrap-core-nav-list.bottom {
    position: relative;
    float: none;
    display: block;
    width: 100%;
  }

  .core-content {
    position: relative;
    min-height: 100vh;
  }

  .core-content.core-sidebar {
    padding-left: 270px;
  }

  .core-content.core-sidebar .dropdown-overlay {
    left: 270px;
  }

  .core-content.core-sidebar ul.attributes {
    position: fixed;
    width: 270px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 3;
  }

  .nav-sidebar {
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 270px !important;
    border-right: solid 1px #dfdfdf;
  }

  .nav-sidebar .nav-header {
    display: block;
    width: 100%;
  }

  .nav-sidebar .nav-header .brand {
    display: block;
  }

  .nav-sidebar .nav-header .brand img {
    width: 100%;
  }

  .nav-sidebar .wrap-core-nav-list .core-nav-list {
    display: block;
  }

  .nav-sidebar .wrap-core-nav-list .core-nav-list li {
    display: block;
    float: none;
  }

  .core-content {
    position: relative;
    min-height: 100vh;
  }

  .core-content.core-sidebar-toggle {
    padding-left: 60px;
  }

  .sidebar-toggle {
    width: 60px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: solid 1px #dfdfdf;
    z-index: 999;
  }

  .sidebar-toggle .nav-header {
    display: block;
    width: 100%;
    height: 100vh;
  }

  .sidebar-toggle .nav-header .brand {
    display: block;
  }

  .sidebar-toggle .nav-header .brand img {
    width: 100%;
  }

  .sidebar-toggle .core-nav-toggle {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 18px;
    color: #6a6a6a;
  }

  .sidebar-toggle .wrap-core-nav-list {
    position: absolute;
    height: 100%;
    width: 270px;
    margin-left: -270px;
    border-right: solid 1px #dfdfdf;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .sidebar-toggle .wrap-core-nav-list .core-nav-list {
    display: block;
  }

  .sidebar-toggle .wrap-core-nav-list .core-nav-list li {
    display: block;
    float: none;
  }

  .sidebar-toggle .wrap-core-nav-list .core-nav-list li a {
    border-bottom: solid 1px #dfdfdf;
  }

  .sidebar-toggle .wrap-core-nav-list.full-width {
    width: -webkit-calc(100vw - 60px);
    width: calc(100vw - 60px);
    margin-left: -100vw;
  }

  .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li {
    background: #fafafa;
    float: left;
    display: table;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
  }

  .sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li a {
    border: 0;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    border-right: solid 1px #dfdfdf;
  }

  .sidebar-toggle.open-responsive .wrap-core-nav-list {
    margin-left: 60px;
  }

  .core-content {
    position: relative;
    min-height: 100vh;
  }

  .core-content.core-side-icon {
    padding-left: 60px;
  }

  .core-content .nav-side-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: solid 1px #dfdfdf;
  }

  .core-content .nav-side-icon .nav-header {
    display: block;
    width: 100%;
  }

  .core-content .nav-side-icon .nav-header .brand {
    display: block;
  }

  .core-content .nav-side-icon .nav-header .brand img {
    width: 100%;
  }

  .core-content .nav-side-icon .wrap-core-nav-list {
    display: block;
    position: relative;
    margin-top: 100px;
  }

  .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list {
    display: block;
  }

  .core-content .nav-side-icon .wrap-core-nav-list ul.menu-list>li {
    float: none;
    display: block;
    width: 100%;
    position: relative;
  }

  .core-content .nav-side-icon .wrap-core-nav-list ul.menu-list>li>a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }

  .core-content .nav-side-icon .wrap-core-nav-list ul.menu-list>li.dropdown>ul.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
    display: none;
  }

  .core-content.open-side-icon {
    padding-left: 250px;
  }

  .core-content.open-side-icon .nav-side-icon {
    width: 250px;
  }

  .core-content.open-side-icon .wrap-core-nav-list ul.menu-list>li>a {
    position: relative;
    text-align: left;
  }

  .core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .icon {
    position: absolute;
    left: 20px;
    top: 12px;
  }

  .core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
    display: inline-block;
    margin-left: 40px;
  }

  .core-nav .nav-row .col-md-1 {
    width: 8.33%;
  }

  .core-nav .nav-row .col-md-2 {
    width: 16.66%;
  }

  .core-nav .nav-row .col-md-3 {
    width: 25%;
  }

  .core-nav .nav-row .col-md-4 {
    width: 33.33%;
  }

  .core-nav .nav-row .col-md-5 {
    width: 41.66%;
  }

  .core-nav .nav-row .col-md-6 {
    width: 50%;
  }

  .core-nav .nav-row .col-md-7 {
    width: 58.33%;
  }

  .core-nav .nav-row .col-md-8 {
    width: 66.66%;
  }

  .core-nav .nav-row .col-md-9 {
    width: 75%;
  }

  .core-nav .nav-row .col-md-10 {
    width: 83.33%;
  }

  .core-nav .nav-row .col-md-11 {
    width: 91.66%;
  }

  .core-nav .nav-row .col-md-12 {
    width: 100%;
  }

  .core-nav .nav-container {
    width: 970px;
  }

  .core-nav .full-container {
    padding: 0 15px;
  }

  .main-menu .toggle-info {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .main-menu .more-info {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 270px;
    margin-left: -270px;
  }

  .main-menu .more-info.in {
    margin-left: 0;
  }

  .main-menu.core-nav .wrap-core-nav-list {
    visibility: hidden;
  }

  .main-menu.open-dropdown .wrap-core-nav-list,
  .main-menu.open-responsive .wrap-core-nav-list {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .core-nav .nav-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .product-list .item {
    width: 16.66667%;
  }
}

@media (max-width: 1439.99px) {
  .social-links li:not(:first-child) {
    margin-left: 5px;
  }
}

@media (max-width: 1199px) {
  .product-general .product-title {
    font-size: 30px;
  }

  .product-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .product-info .owl-wrapper-outer {
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  .core-nav .nav-header {
    position: relative;
    width: 100%;
    display: block;
  }

  .core-nav .nav-header.left {
    float: none;
    display: block;
    position: relative;
  }

  .core-nav .nav-header::after {
    content: "";
    clear: both;
    display: table;
  }

  .core-nav .nav-header .content-header {
    float: none;
  }

  .core-nav .core-nav-toggle {
    display: inline-block;
    float: left;
  }

  .core-nav .wrap-core-nav-list {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    left: 0;
    margin-top: -100vh;
    position: absolute;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .core-nav .wrap-core-nav-list .core-nav-list {
    margin: 0;
    display: block;
  }

  .core-nav .wrap-core-nav-list .core-nav-list li {
    float: none;
    display: block;
    width: 100%;
  }

  .core-nav .wrap-core-nav-list .core-nav-list li a {
    display: block;
    width: 100%;
    text-align: left;
  }

  .core-nav .nav-header.bottom {
    border: 0;
  }

  .core-nav.open-responsive .wrap-core-nav-list {
    margin-top: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .core-responsive-slide {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .core-responsive-slide .core-nav .wrap-core-nav-list {
    top: 0;
    width: 270px;
    max-height: 100vh;
    height: 100vh;
    margin-top: 0;
    margin-left: -270px;
    border: 0;
    border-right: solid 1px #dfdfdf;
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .core-responsive-slide.open {
    margin-left: 270px;
    margin-right: -270px;
  }

  .core-responsive-slide.open .core-nav .wrap-core-nav-list {
    top: 0;
    margin-top: 0;
    margin-left: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .nav-sidebar {
    border-right: 0;
  }

  .nav-sidebar .nav-header .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-sidebar .wrap-core-nav-list {
    padding: 0;
    border-bottom: solid 1px #dfdfdf;
  }

  .nav-sidebar .wrap-core-nav-list .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .core-content.core-sidebar.core-responsive-slide nav.core-nav.nav-core-fixed.nav-sidebar {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .core-content.core-sidebar.core-responsive-slide.open nav.core-nav.nav-core-fixed.nav-sidebar {
    margin-left: 270px;
    margin-right: -270px;
  }

  .core-content.core-sidebar.core-responsive-slide.open .dropdown-overlay.open-dropdown {
    left: 270px;
  }

  .nav-side-icon .wrap-core-nav-list li {
    position: relative;
  }

  .nav-side-icon .wrap-core-nav-list li .icon {
    position: absolute;
    left: 10px;
    top: 12px;
  }

  .nav-side-icon .wrap-core-nav-list li .text-icon {
    display: inline-block;
    margin-left: 25px;
  }

  .main-menu .toggle-info {
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .main-menu .full-container,
  .main-menu .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu .nav-header {
    min-height: 44px;
  }

  .main-menu .nav-header .brand {
    margin: 0 auto;
    float: none;
    width: 80px;
    height: 44px;
    top: 7px;
    text-align: center;
  }

  .main-menu .nav-header .brand img {
    width: auto;
    height: 30px;
  }

  .main-menu .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 15px;
  }

  .main-menu .menu li a {
    padding: 10px 15px;
    border-bottom: solid 1px #efefef;
  }

  .main-menu .menu-list {
    margin-bottom: -1px;
  }

  .main-menu .menu-list .dropdown-menu {
    margin-bottom: 10px;
    padding-left: 0 !important;
    border-bottom: 1px solid #eee !important;
  }

  .main-menu .menu-list .dropdown-menu>li>a {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .header {
    height: 44px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .main {
    padding-top: 44px;
  }

  .main-menu .wrap-core-nav-list {
    max-height: inherit;
    overflow-x: hidden;
  }

  .main-menu .search-form {
    margin: 0;
    padding: 15px;
  }

  .page-head.pattern {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .module-post {
    padding-top: 0;
  }

  .module-contact-form {
    padding-top: 0;
  }

  .post-navigation {
    display: none;
  }

  .product-general .product-title {
    font-size: 20px;
    font-weight: normal;
  }

  .product-info .product-title {
    font-size: 30px;
  }
}

@media (max-width: 920px) {
  .core-nav.fullscreen .wrap-core-nav-list .nav-container .core-nav-toggle {
    display: none;
  }

  .core-nav-section .core-nav {
    width: 100%;
  }

  .core-nav .dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
    padding-left: 15px;
    top: 0;
    left: 0 !important;
    right: 0 !important;
  }

  .core-nav ul.attributes .dropdown .dropdown-menu {
    border: solid 1px #efefef;
    padding: 0;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 230px;
  }

  .core-nav ul.attributes .dropdown.open .dropdown-menu {
    display: block;
  }

  .core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown>a {
    display: block;
    position: relative;
  }

  .core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100% !important;
  }

  .core-nav .wrap-core-nav-list.dropdown-accordion .menu-list>li.dropdown.open>.dropdown-menu {
    display: block;
    position: relative;
    border: 0 !important;
    padding-left: 15px;
  }

  .core-nav .megamenu>.megamenu-content {
    position: relative;
    width: 100% !important;
    border: 0;
    border-bottom: solid 1px #efefef;
  }

  .core-nav ul.attributes .megamenu .megamenu-content {
    border: solid 1px #efefef;
    padding: 0;
    position: absolute;
    display: none;
    width: 300px !important;
    top: 100%;
    left: 0;
    right: 0;
  }

  .core-nav ul.attributes .megamenu.open .megamenu-content {
    display: block;
  }

  .nav-header ul.attributes {
    display: inline-block;
  }

  .wrap-core-nav-list ul.attributes {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {
  .social-links .tooltip {
    display: none !important;
    visibility: hidden;
  }

  .module-feature figure {
    display: none;
  }

  .module-feature .item {
    height: 120px;
  }

  .module-feature .item .circle-icon {
    display: none;
  }

  .product-info .product-title {
    font-size: 24px;
  }

  .core-nav .nav-row .col-xs-1 {
    width: 8.33%;
  }

  .core-nav .nav-row .col-xs-2 {
    width: 16.66%;
  }

  .core-nav .nav-row .col-xs-3 {
    width: 25%;
  }

  .core-nav .nav-row .col-xs-4 {
    width: 33.33%;
  }

  .core-nav .nav-row .col-xs-5 {
    width: 41.66%;
  }

  .core-nav .nav-row .col-xs-6 {
    width: 50%;
  }

  .core-nav .nav-row .col-xs-7 {
    width: 58.33%;
  }

  .core-nav .nav-row .col-xs-8 {
    width: 66.66%;
  }

  .core-nav .nav-row .col-xs-9 {
    width: 75%;
  }

  .core-nav .nav-row .col-xs-10 {
    width: 83.33%;
  }

  .core-nav .nav-row .col-xs-11 {
    width: 91.66%;
  }

  .core-nav .nav-row .col-xs-12 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product-list .item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flag+span {
    max-width: 30px !important;
  }

  .module-feature .item {
    height: 140px;
  }

  .module-feature figure:nth-of-type(1) .item,
  .module-feature figure:nth-of-type(2) .item,
  .module-feature figure:nth-of-type(4) .item,
  .module-feature figure:nth-of-type(5) .item {
    border-bottom: 1px solid transparent;
  }

  .module-feature figure:nth-of-type(2) .item,
  .module-feature figure:nth-of-type(4) .item,
  .module-feature figure:nth-of-type(5) .item,
  .module-feature figure:nth-of-type(7) .item,
  .module-feature figure:nth-of-type(8) .item,
  .module-feature figure:nth-of-type(9) .item {
    border-left: 1px solid transparent;
  }

  .product-list .item {
    width: 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .module-feature .item {
    height: 160px;
  }

  .product-list .item {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .module-feature .item .circle-icon {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1860px) {
  .module-feature .item .media-body .media-heading {
    font-size: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .product-list .item {
    width: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.99px) {
  .product-list .item {
    width: 20%;
  }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsMinW .rsThumbsHor {
    height: 44px;
  }

  .rsMinW .rsThumbsVer {
    width: 59px;
  }

  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}