
/* Override Bootstrap */
b,strong {font-weight:500;}
dt {font-weight:500;}
label {font-weight:500;}
.label {font-weight:500;}
.badge {font-weight:500;}
.alert .alert-link {font-weight:500;}
.close {font-weight:500;}
/* /Override Bootstrap */

.selector {
  border: 1px solid #e9e9e9;
  position: relative;
}
.selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.selector span {
  display: block;
  position: relative;
  padding-right: 38px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.selector span:before {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 37px;
  line-height: 30px;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  position: absolute;
  right: 0px;
  top: 0px;
}
.no-show {
  display: none;
}
.group_1 .col-lg-12,
.group_2 .col-lg-12,
.group_3 .col-lg-12,
.group_4 .col-lg-12,
.group_5 .col-lg-12,
.group_6 .col-lg-12,
.group_1 .col-sm-12,
.group_2 .col-sm-12,
.group_3 .col-sm-12,
.group_4 .col-sm-12,
.group_5 .col-sm-12,
.group_6 .col-sm-12,
.group_1 .col-xs-12,
.group_2 .col-xs-12,
.group_3 .col-xs-12,
.group_4 .col-xs-12,
.group_5 .col-xs-12,
.group_6 .col-xs-12 {
  clear: both;
}
.category-products .products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
input[type='text'],
.qty,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.boxed-layout .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.owl-carousel .item {
  width: 100% !important;
}
.zoomContainer {
  display: none !important;
}
.zoomContainer:last-child {
  display: block !important;
}
.home-menu-dropdown {
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.review-product-list .product-essential .product-shop .nobr {
  display: none;
}
.clearfix {
  clear: both;
}
.overflow-table {
  overflow-x: auto;
}
img {
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
label,
.label {
  font-weight: normal !important;
  font-size: inherit !important;
  margin-bottom: 0 !important;
  color: inherit !important;
  padding: 0 !important;
}
.required em {
  display: none;
}
a {
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
}
body {
  line-height: 1.66 !important;
  overflow-y: auto !important;
  overflow-x: hidden;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
.des-cat {
  margin-bottom: 20px;
}
.empty {
  padding: 10px 0px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #0a263c;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
.new-item,
.sale-item {
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 1px;
  font-size: 12px;
  z-index: 5;
}
.new-item span,
.sale-item span {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 77px;
  top: -35px;
  line-height: 124px;
}
.new-item {
  right: 1px;
}
.new-item span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #03a9f4;
  right: -10px;
}
.sale-item {
  left: 1px;
}
.sale-item span {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: #ff9800;
  left: -41px;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: 500;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
ul,
ol {
  list-style: none;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
#yt-totop {
  width: 53px;
  height: 53px;
  display: inline-block;
  background-color: #ff9800;
  text-align: center;
  line-height: 53px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 800;
  border-radius: 100%;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.24);
}
#yt-totop:hover {
  background-color: #0F8BE4;
}
#yt-totop:before {
  content: "\f106";
  font-family: fontawesome;
  font-size: 24px;
}
#yt-totop:hover {
  opacity: 1;
}
.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 27px;
  height: 22px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 3px;
  margin: 0;
  color: #999;
}
.owl-theme .owl-controls .owl-nav > div.owl-prev {
  border-right: 1px solid #dddddd;
}
.owl-theme .owl-controls .owl-nav > div.owl-next {
  border-left: 1px solid #dddddd;
  margin-left: -1px;
}
.owl-theme .owl-controls .owl-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 27px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: fontawesome;
  text-align: center;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  color: #0F8BE4;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 1px;
  background: #fff;
  display: block;
  border: 3px solid #b0a18a;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.products-grid .item .item-inner .box-image .product-image img,
.basic-products-list .bs-items .item .item-inner .bs-image img,
.list-item-latest li .img-latest-post,
.postWrapper .image-blog img,
.latest-post img,
.brand-slider img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  opacity: 0.9;
}
.products-grid .item .item-inner .box-image .product-image img:hover,
.basic-products-list .bs-items .item .item-inner .bs-image img:hover,
.list-item-latest li .img-latest-post:hover,
.postWrapper .image-blog img:hover,
.latest-post img:hover,
.brand-slider img:hover {
  opacity: 1;
}
.sidebar .block .block-title strong {
  font-size: 133.33%;
  font-weight: 700;
}
.sidebar .block.sidebar-product.product-slide-slidebar .owl-theme .owl-controls {
  top: -69px;
}
.sidebar .block.sidebar-product.product-slide-slidebar .block-title {
  padding-top: 0 !important;
  margin-top: -8px !important;
}
.col-main .container > .row > div > div#catalog-listing {
  background: none;
  padding: 0;
  box-shadow: none;
}
.box-image .effect-slider {
  position: static;
  z-index: 0;
}
.image-slider-product {
  position: relative;
  z-index: 0;
}
.effect-slider .lSAction > a {
  width: 20px;
  font-size: 38px;
  border: 0;
  background: none;
}
.effect-slider .lSAction > a.lSPrev:before {
  content: "\f104";
}
.effect-slider .lSAction > a.lSNext:before {
  content: "\f105";
}
.effect-slider .lSAction > a:hover {
  color: #0F8BE4;
  background: none;
}
.products-grid .box-image .effect-slider .lSAction {
  display: none !important;
}
.products-grid .box-image:hover .effect-slider .lSAction {
  display: block !important;
}
.products-grid .box-image.show .effect-slider .lSAction {
  display: none !important;
}
.products-grid .box-image.show:hover .effect-slider .lSAction {
  display: none !important;
}
.products-grid .item {
  padding: 1px 5px 5px 1px;
}
.products-grid .item .item-inner {
  text-align: center;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.products-grid .item .item-inner:hover {
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.24);
}
.products-grid .item .item-inner .actions {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 55px;
  padding-right: 24px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
}
.products-grid .item .item-inner .actions .actions-inner {
  top: 100%;
  position: relative;
  transition: 0.9s ease-in-out;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}
.products-grid .item .item-inner .actions .a-g-button {
  display: inline-block !important;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.24);
  border: 0;
  color: #aaaaaa;
  float: right;
  clear: both;
  margin-bottom: 13px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.products-grid .item .item-inner .actions .a-g-button:hover {
  background-color: #0F8BE4;
  color: #fff;
}
.products-grid .item .item-inner .box-image.show .actions {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.products-grid .item .item-inner .box-image.show .actions .actions-inner {
  top: 0;
}
.products-grid .item .item-inner .box-image.show:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.products-grid .item .item-inner .box-image {
  border-bottom: 1px solid #eee;
  position: relative;
}
.products-grid .item .item-inner .box-image:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  background: #0F8BE4;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  border-radius: 100%;
}
.products-grid .item .item-inner .box-image .product-image img {
  width: 100%;
}
.products-grid .item .item-inner .box-image .product-image .second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 3;
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image {
  opacity: 1;
}
.products-grid .item .item-inner .box-image:hover .image-slider-product {
  opacity: 1;
}
.products-grid .item .item-inner .box-info {
  padding: 15px 15px 10px 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.products-grid .item .item-inner .box-info .product-name {
  height: 42px;
  overflow: hidden;
}
.products-grid .item .item-inner .box-info .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.products-grid .item .item-inner .box-info .product-name a:hover {
  color: #333;
  text-decoration: underline;
}
.products-grid .item .image-slider-product .item {
  padding: 0;
}
.products-grid .item .image-slider-product img {
  width: 100%;
}
.products-grid .item .image-slider-product .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.products-grid .item .image-slider-product .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
.products-grid .item .image-slider-product .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-width: 1px;
}
.products-grid .item .image-slider-product .owl-nav > div:before {
  width: 20px;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
}
.products-grid .item .image-slider-product .owl-nav > div.owl-next {
  right: 3px;
}
.products-grid .item .image-slider-product .owl-nav > div.owl-prev {
  left: 3px;
}
.sidebar-product .basic-products-list .bs-items {
  margin-bottom: 0;
}
.sidebar-product .basic-products-list .bs-items .item:last-child {
  margin-bottom: 0;
}

.pager {
  border: 1px solid #e9e9e9;
  padding: 8px 10px!important;
}
.pager .amount {
  float: left;
  margin: 0;
  position: relative;
  top: 6px;
}

.category-products .toolbar-inner {
  padding-bottom: 0;
}
.toolbar-inner {
  border: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.toolbar-inner .pager {
  margin: 0;
  border: none !important;
  padding: 0 !important;
}
.toolbar-inner .pager ol {
  margin: 0px;
}
.toolbar-inner .pager ol .current {
  background: #0F8BE4;
  border: 1px solid #0093A5;
  color: #fff;
  display: inline-block;
  height: 31px;
  line-height: 30px;
  padding: 0 9px;
  margin: 0 3px;
  font-size: 100%;
}
.toolbar-inner .pager ol li {
  display: inline-block;
  vertical-align: top;
}
.toolbar-inner .pager ol li a {
  border: 1px solid #e9e9e9;
  display: inline-block;
  height: 31px;
  line-height: 30px;
  padding: 0 9px;
  font-size: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  color: #000;
}
.toolbar-inner .pager ol li a.next,
.toolbar-inner .pager ol li a.previous {
  padding: 0 13px;
}
.toolbar-inner .pager ol li a:hover {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #000;
}
.toolbar-inner .pager ol li a span {
  line-height: 27px;
  float: none;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  z-index: 99999;
  padding: 5px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav .block-content {
  padding-top: 0px !important;
}
.block-layered-nav .block-content .block-subtitle {
  background: none repeat scroll 0 0 #fafafa;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding: 5px 15px;
  text-transform: uppercase;
}
.block-layered-nav .block-content .actions {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 15px 13px;
}
.block-layered-nav .block-content .actions .clear-fillter {
  text-decoration: underline;
  color: #0F8BE4;
}
.block-layered-nav .block-content .actions .clear-fillter:hover {
  text-decoration: none;
}
.block-layered-nav ul {
  margin: 0px;
}
.block-layered-nav #narrow-by-list {
  margin: 0px;
}
.block-layered-nav .filter-wrapp {
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
  margin-bottom: 5px;
}
.block-layered-nav .filter-wrapp:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-layered-nav .filter-wrapp dt {
  height: 45px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0;
  color: #444;
  font-size: 116.67%;
  font-weight: normal;
}
.block-layered-nav .filter-wrapp ol {
  margin: 0px;
}
.block-layered-nav .filter-wrapp ol li {
  padding: 7px 0;
}
.block-layered-nav .filter-wrapp ol li .check-shopby {
  display: none;
}
.block-layered-nav .filter-wrapp ol li a {
  position: relative;
  display: block;
  line-height: 22px;
  font-size: 16px;
}
.block-layered-nav .filter-wrapp ol li a .item-count {
  font-size: 91.66%;
  padding-left: 5px;
  position: relative;
  line-height: 17px;
}
.block-layered-nav .filter-wrapp ol li a .item-count:before {
  content: "(";
}
.block-layered-nav .filter-wrapp ol li a .item-count:after {
  content: ")";
}
.block-layered-nav .filter-wrapp ol li a.checked:before {
  background-position: left bottom;
}
.block-layered-nav .filter-wrapp ol li.active .checked:after {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 19px;
  background-color: #0F8BE4;
}
.block-layered-nav .filter-wrapp ol li.active a {
  color: #0F8BE4;
}

.block-layered-nav .currently {
  padding: 0 13px;
}
.block-layered-nav .currently .filter-shopby {
  border-bottom: 2px solid #0F8BE4;
  margin: 0 -13px 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 108.33%;
  color: #000;
}
.block-layered-nav .currently ol {
  margin: 0px;
}
.block-layered-nav .currently ol li {
  padding-right: 29px;
  display: inline-block;
  position: relative;
  margin: 0 2px 10px;
}
.block-layered-nav .currently ol li .value {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e9e9e9;
}
.block-layered-nav .currently ol li:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.block-layered-nav .currently ol li:hover .value {
  color: #0F8BE4;
}

.category-products .toolbar {
  margin-bottom: -5px;
}
.catalog-category-view .page .main {
  margin-bottom: 15px;
}
.catalog-category-view .page .col-main-inner .category-products > div.toolbar-bottom {
  margin-bottom: 0 !important;
  margin-top: -20px;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
.main {
  margin: 0 auto;
  min-height: 400px;
  padding: 0px 0px 20px;
  text-align: left;
}
.col-main,
.sidebar {
  padding-top: 20px;
}
.col1-layout .col-main {
  float: none;
  width: auto;
}

input,
select,
textarea,
button {
  font: 12px/15px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2f2f2f;
}
body input.input-text {
  color: inherit !important;
  height: 33px;
  padding: 0 5px;
  width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #e9e9e9;
}
input.input-text,
textarea {
  padding: 5px;
}
select {
  padding: 1px;
  width: 100%;
  height: 33px;
}
select option {
  padding-right: 10px;
  background: #fff;
}
select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 33px !important;
  text-align: center;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  -webkit-border-fit: lines;
}
.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  height: 33px;
  padding: 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 91.67%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  background: #fff;
  color: inherit;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border-radius: 2px;
}
.button:hover {
  background: #0F8BE4;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}

.required:after {
  content: "*";
  color: #eb340a;
}
body input.checkbox {
  float: left;
  margin: 1px 5px 0 0;
}
body input.radio {
  float: left;
  margin: 0px 5px 0 0;
}

textarea {
  height: 10em;
  width: 100%;
}

.fieldset {
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin-bottom: 20px;
}
.fieldset .legend {
  border-bottom: 1px solid #e9e9e9;
  color: #000;
  font-size: 108.03%;
  font-weight: 500;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
.v-fix {
  float: left;
}
.success {
  color: #3d6611;
  font-weight: 500;
}
.error {
  color: #df280a;
  font-weight: 500;
}
.notice {
  color: #e26703;
}

.main-container {
  padding: 18px 0 70px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 10px 20px;
  position: receive;
}
.breadcrumbs ul:before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 15px;
  opacity: 0.3;
  position: absolute;
  right: 15px;
  top: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  position: relative;
  color: #fff;
}
.breadcrumbs ul li.home-fix a:before {
  padding-right: 10px;
}
.breadcrumbs ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
}
.breadcrumbs ul li a:after {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f101";
  margin-left: 10px;
}
.breadcrumbs ul li a:hover {
  color: #444;
}
.breadcrumbs ul li:last-child a:after {
  display: none;
}
.breadcrumbs ul li.home {
  display: none;
}
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
.page-title h1 {
  font-size: 166.67%;
  color: #444;
  font-weight: 700;
}
.title-buttons > .button {
  margin: 10px 0px;
}
.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 125%;
  font-weight: 500;
  margin: 0 0 6px;
  color: #0F8BE4;
}

.std {
  font-size: 14px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: 500;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std dt {
  font-weight: 500;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std b,
.std strong {
  font-weight: 500;
}
.std i,
.std em {
  font-style: italic;
}
.box-content address {
  padding-top: 10px;
}

.header {
  position: relative;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.block {
  margin: 0 0 30px;
}
.block .block-title {
  border-bottom: 1px solid #ddd;
}
.block .block-title strong {
  display: block;
  text-transform: uppercase;
  font-size: 116.67%;
  color: #444;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding-top: 20px;
  display: block !important;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.category-description {
  margin: 0 0 10px;
}
.product-name {
  margin: 0;
  font-size: 116.67%;
  font-weight: normal;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}

/* Clears */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.pager:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block.block-tab {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.block.block-tab .nav {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.block.block-tab .nav > li {
  width: 50%;
  border: 0;
}
.block.block-tab .nav > li a {
  font-size: 116.67%;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 500;
}
.block.block-tab .nav > li a:hover {
  border: 0;
  border-bottom: 3px solid #0F8BE4;
  background: none;
  color: #444;
}
.block.block-tab .nav > li.active > a,
.block.block-tab .nav > li.active > a:hover,
.block.block-tab .nav > li.active > a:focus {
  color: #444;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #0F8BE4;
}
.block.block-tab .tab-content .basic-products-list > div {
  border-bottom: 1px solid #ddd;
}
.block.block-tab .tab-content .basic-products-list > div:last-child {
  border-bottom: 0;
}

.page .sidebar .block {
  background: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  padding: 20px;
}
.page .sidebar .block .block-title {
  margin: -20px -20px 0 -20px;
  padding: 15px 20px;
}
.page .col-main-inner {
  background: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  padding: 20px;
}
.page .page-title {
  color: #444;
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 500;
}
.col-main .container > .row > div > div {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
}
.catalog-category-view .page .main,
.catalog-category-view .page .col-main-inner {
  background: none;
  box-shadow: none;
  padding: 0;
}
.catalog-category-view .page .main .page-title,
.catalog-category-view .page .col-main-inner .page-title,
.catalog-category-view .page .main .category-description,
.catalog-category-view .page .col-main-inner .category-description,
.catalog-category-view .page .main .toolbar-inner,
.catalog-category-view .page .col-main-inner .toolbar-inner {
  background: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  padding: 20px;
  margin-bottom: 30px;
}
.catalog-category-view .page .main .toolbar-inner,
.catalog-category-view .page .col-main-inner .toolbar-inner {
  padding: 5px;
}
.catalog-category-view .page .main .category-description,
.catalog-category-view .page .col-main-inner .category-description {
  padding: 0;
}
.cms-home .main,
.catalog-product-view .main,
.catalog-category-view .main {
  margin-bottom: 0;
}

.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .icon-first {
  background-image: url('../images/squire.png');
}

.cms-index-index .col-main .container > .row > div > div.block-brand {
  background: #0F8BE4;
  padding: 20px;
}
.block-brand .border-eff:before,
.block-brand .border-eff:after,
.block-brand .border-eff > div:before,
.block-brand .border-eff > div:after {
  display: none;
}
.header-container .menu-under {
  background-color: #0F8BE4;
  height: 50px;
}
.cms-home.bd-hd1 .main-container {
  padding-top: 25px;
}

.bd-hd1 .main-container {
  position: relative;
}
.bd-hd1 .main-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 0;
  background: #0F8BE4 url('../images/bg-top-main.png') no-repeat bottom center;
}
.header-container {
  background-color: #0F8BE4;
}
.header-style-1 .logo > img {
  margin-top: 0;
}
.header-style-1 .header-top {
  background-color: #0C6CB1;
  height: 34px;
}
.header-style-1 .header-bottom {
  padding: 30px 0 27px;
}
.header-style-1 .container {
  position: relative;
}
.menu-container.menu-effect {
  position: relative;
  display: inline-block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  position: absolute;
  top: -60px;
  right: 5px;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
  display: none !important;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
  height: auto !important;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #0F8BE4;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* slider actions */
.custom-slide-control,
.lSAction > a {
  width: 34px;
  display: block;
  top: 50%;
  height: 34px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  margin-top: -17px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  text-align: center;
  line-height: 33px;
  font-family: fontawesome;
  font-size: 14px;
  color: #a7a7a7;
}
.custom-slide-control:hover,
.lSAction > a:hover {
  border-color: #0F8BE4;
  background-color: #0F8BE4;
  color: #fff;
}
.custom-slide-next {
  right: 0;
}
.custom-slide-prev:before {
  content: "\f100";
}
.custom-slide-next:before {
  content: "\f101";
}
.lSAction > .lSPrev {
  left: 10px;
}
.lSAction > .lSPrev:before {
  content: "\f100";
}
.lSAction > .lSNext {
  right: 10px;
}
.lSAction > .lSNext:before {
  content: "\f101";
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: 90px !important;
  max-height: 95px !important;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -31px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list {
  border: 1px solid #e9e9e9;
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 0;
}
ul.resp-tabs-list .effect {
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: #0F8BE4;
}
.resp-tabs-list li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 116.67%;
  text-transform: uppercase;
  line-height: 50px;
  position: relative;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  font-weight: 500;
}
.resp-tab-active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0F8BE4;
  left: 0;
  bottom: -1px;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #e9e9e9;
}
h2.resp-accordion {
  font-size: 108.33%;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
  margin-top: -1px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e9e9e9 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e9e9e9 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #e9e9e9;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #e9e9e9;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e9e9e9;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e9e9e9 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #e9e9e9;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e9e9e9 !important;
  }
}
/*==HEADER STYLE 1==*/
.header-style-1 .yt-menu .menu-under #nav {
  margin: 0px;
}
.header-style-1 .yt-menu .menu-under #nav li {
  position: relative;
  z-index: 999;
}
.header-style-1 .yt-menu .menu-under #nav li:hover > a {
  color: #333;
  background: #eee;
}
.header-style-1 .yt-menu .menu-under #nav li ul .parent:before {
  width: 15px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0px;
}
.header-style-1 .yt-menu .menu-under #nav li ul .parent ul:before {
  background: #fff;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  /*content: "";*/
  display: inline-block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 10px;
}
.header-style-1 .yt-menu .menu-under #nav > li {
  display: inline-block;
  vertical-align: top;
}
.header-style-1 .yt-menu .menu-under #nav > li > ul {
  left: -1px;
}
.header-style-1 .yt-menu .menu-under #nav > li > a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 52px;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
}
.header-style-1 .yt-menu .menu-under #nav > li:hover > a:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background-color: transparent;
}
.header-style-1 .yt-menu .menu-under #nav > li ul {
  display: none;
  position: absolute;
  width: 240px;
  background-color: #fff;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.24);
  z-index: 99999;
}
.header-style-1 .yt-menu .menu-under #nav > li ul li a {
  margin: 0;
  display: block;
  padding: 8px 15px;
  line-height: 22px;
  color: #333;
  font-size: 14px;
}
.header-style-1 .yt-menu .menu-under #nav > li ul li a:hover {
  color: #333;
  background: #eee;
}
.header-style-1 .yt-menu .menu-under #nav > li ul .parent > a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 18px;
  float: right;
  margin-top: -1px;
}
.header-style-1 .yt-menu .menu-under #nav > li:hover > a {
  color: #fff;
  background: none;
}
.header-style-1 .yt-menu .menu-under #nav > li:hover > ul {
  display: block;
}
.header-style-1 .yt-menu .menu-under #nav > li:hover > ul li:last-child a {
  border-bottom: none;
}
.header-style-1 .yt-menu .menu-under #nav > li ul li:hover > ul {
  display: block;
  left: 240px;
  top: 0px;
}
.header-style-1 .yt-menu .menu-under #nav > .active > a:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0;
  background-color: #ff9800;
}
.header-style-1 .yt-menu .menu-under #nav > .parent > a {
  padding: 0 35px 0 20px;
}
.header-style-1 .yt-menu .menu-under #nav > .parent > a:before {
  content: "\f107";
  font-size: 14px;
  font-family: fontawesome;
  background-color: none;
  right: 20px;
  position: absolute;
}

.mobile-menu {
  display: none;
}
.active_btn:after {
  position: fixed;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile-menu {
  background-color: #0F8BE4;
}
.mobile-menu-wrapper {
  position: relative;
}
.btn-mobile-wrapper {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background-color: #44494e;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 28px;
  color: #fff;
}
.btn-mobile-wrapper .btn-menu-mobile span {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.btn-mobile-wrapper .btn-menu-mobile:hover span {color:#ff9800;}
.dropdown_sidebar {
  position: fixed;
  top: 0px;
  left: -255px;
  height: 100%;
  z-index: 105;
  width: 255px;
  overflow-y: auto;
  background-color: #44494e;
  padding: 12px;
}
.dropdown_sidebar a {
  color: #fff;
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_sidebar .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_sidebar .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_sidebar .nav-mobile li {
  position: relative;
}
.dropdown_sidebar .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_sidebar .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_sidebar .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #0F8BE4;
  border-color: #0F8BE4;
}
.dropdown_sidebar .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_sidebar .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_sidebar .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_sidebar .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_sidebar .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar.active {
  left: 0px;
}
.active_sidebar .wrapper {
  position: relative;
  left: 255px;
}
.wrapper {
  left: 0px;
  position: relative;
}
.dropdown_sidebar,
.wrapper {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer-style-1 {
  background-color: #444444;
  color: #fff;
}
.footer-style-1 .footer-top .col-lg-3 {
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  min-height: 310px;
}
.footer-style-1 .footer-top .col-lg-3:before {
  content: "";
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../images/bg-footer-box.png') repeat-y top left;
  position: absolute;
}
.footer-style-1 .footer-top .col-lg-3:first-child:before {
  display: none;
}
.footer-style-1 .footer-top .col-lg-3:first-child > div {
  margin-left: 0;
}
.footer-style-1 .footer-top .col-lg-3.contact-footer {
  margin-top: -30px;
  background: #444;
  min-height: 340px;
}
.footer-style-1 .footer-top .col-lg-3.logo-social-footer {
  text-align: left;
}
.footer-style-1 .footer-top .col-lg-3.logo-social-footer .footer-logo {
  margin-bottom: 20px;
  max-width: 180px;
}
.footer-style-1 .footer-top .col-lg-3.information-footer ul li a {
  line-height: 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
.footer-style-1 .footer-top .col-lg-3.information-footer ul li a:before {
  content: "";
  border-left: 5px solid #fff;
  height: 7px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  display: inline-block;
  margin-right: 7px;
}
.footer-style-1 .footer-top .col-lg-3.information-footer ul li a:hover {
  color: #fff;
}
.footer-style-1 .footer-top .col-lg-3.information-footer ul li a:hover:before {
  border-left-color: #fff;
}
.footer-style-1 .footer-top .col-lg-3 > div {
  margin-left: 5px;
}
.footer-style-1 a {
  color: #fff;
}
.footer-style-1 .footer-block .footer-block-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.footer-style-1 .footer-block .footer-block-title:before {
  width: 30px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footer-style-1 .footer-block .footer-block-title h2 {
  font-size: 133.33%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.footer-style-1 .footer-block .footer-block-content {
  padding: 10px 0px 0px;
}
.footer-style-1 .label-footer {
  color: #fff;
}
.footer-style-1 address {
  margin: 0px;
}
.footer-style-1 .footer-bottom-content {
  padding: 9px 0px;
}
.footer-style-1 .footer-bottom-content a {
  color: #0F8BE4;
}
.footer-style-1 .footer-bottom-content a:hover {
  text-decoration: underline;
}
.footer-bottom {
  background-color: #333333;
}

.footer-style-1 .popular-footer .footer-block .footer-block-title {
  margin-bottom: 15px;
}
.contact-footer .footer-block-content li {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.contact-footer .footer-block-content li i {
  float: left;
  font-size: 20px;
  height: 50px;
  line-height: 38px;
  width: 20%;
}
.contact-footer .footer-block-content li .label-footer {
  display: inline-block;
  width: 80%;
}
.contact-footer .footer-block-content li a {
  color: #fff;
}
.contact-footer .footer-block-content li a:hover {
  color: #0F8BE4;
}
.contact-footer .footer-block-content li:hover i {
  color: #0F8BE4;
}
.more-contact {
  text-align: right;
}
.more-contact a {
  font-size: 116.67%;
}
.more-contact a i {
  margin-left: 7px;
}
.copyright-content {
  margin-top: 4px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .footer-style-1 .footer-top .col-lg-3 {
    min-height: 340px;
  }
  .footer-style-1 .footer-top .col-lg-3.contact-footer {
    min-height: 370px;
  }
}
@media (max-width: 1023px) {
  .footer-style-1 .footer-top .col-lg-3 {
    min-height: 0;
  }
  .footer-style-1 .footer-top .col-lg-3.contact-footer {
    min-height: 0;
    clear: right;
  }
  .footer-style-1 .footer-top .col-lg-3.information-footer:before {
    display: none;
  }
  .footer-style-1 .footer-top .col-lg-3.popular-footer {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .footer-style-1 .footer-top .col-lg-3 {
    width: 50%;
    float: left;
  }
  .contact-footer .footer-block-content li a {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .footer-style-1 .footer-top .col-lg-3 {
    width: 100%;
  }
}

/* Clears */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.case-option-vertical .product-image-zoom {
  margin-bottom: 0;
}
.col-main .container > .row > div > div#messages_product_view {
  padding: 0;
}
.col-main .container > .row > div > div#messages_product_view.show {
  padding: 20px;
}
.col-main .container > .row > div > div.product-view {
  padding: 0;
  box-shadow: none;
  background: none;
}
.col-main .container > .row > div > div.product-view .view-wrapper,
.col-main .container > .row > div > div.product-view .product-all-info {
  background: #fff;
  padding: 30px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}
.tab-product-info h2 {
  font-size: 108.33%;
  font-weight: 500;
  margin-bottom: 10px;
}
.title-view {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.title-view h2 {
  font-size: 150%;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}
.box-up-sell .overflow-slider,
.box-related .overflow-slider {
  padding-top: 10px;
}
.box-up-sell .overflow-slider .owl-controls .owl-buttons,
.box-related .overflow-slider .owl-controls .owl-buttons {
  position: absolute;
  right: 0;
  top: -47px;
}
.box-up-sell .overflow-slider .owl-controls .owl-buttons .owl-prev,
.box-related .overflow-slider .owl-controls .owl-buttons .owl-prev {
  right: 55px;
  left: auto;
}

.product-view .pv-hz .product-shop > .product-shop-inner {
  padding-left: 0;
}
.product-image-zoom {
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
}
.product-image-gallery img.gallery-image.visible {
  border: 1px solid transparent;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li .thumb-link {
  border: 1px solid #e9e9e9;
}
.product-img-box .more-views li .thumb-link:hover {
  border-color: #0F8BE4;
}
.product-img-box .more-views li.active .thumb-link,
.product-img-box .more-views li.active_thumbs .thumb-link {
  border-color: #0F8BE4;
}
.product-img-box .more-views li a {
  display: block;
}
.product-img-box .more-views li a img {
  width: 100%;
  text-align: center;
}
.more-views {
  position: relative;
}
.more-views .lSSlideOuter {
  margin: 0 18px;
}
.more-views .lSSlideOuter.vertical {
  padding: 0;
  margin: 0;
}
.more-views .lSSlideOuter.vertical .lSSlideWrapper {
  margin: 30px 0;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  max-width: inherit;
  overflow: visible;
}
.more-views .lSAction {
  display: none;
}
.more-views .lSAction .lSNext {
  right: -17px;
}
.more-views .lSAction .lSPrev {
  left: -17px;
}
.product-image-gallery {
  position: relative;
}
.btn-lightbox {
  width: 40px;
  height: 40px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  text-align: center;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block !important;
}
.btn-lightbox #lightbox_btn:before {
  content: "\f002";
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  font-family: fontawesome;
  color: #666666;
}
.btn-lightbox #lightbox_btn:hover:before {
  color: #0F8BE4;
}

.product-view .product-essential {
  margin-bottom: 30px;
}
.product-view .product-shop > .product-shop-inner {
  padding-left: 25px;
}
.product-view .product-shop .product-name {
  font-size: 100%;
  margin-bottom: 13px;
}
.product-view .product-shop .product-name h2 {
  font-size: 150%;
  color: #0F8BE4;
  font-weight: 500;
}

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  display: inline-block;
}

.box-related .owl-theme .owl-controls,
.box-up-sell .owl-theme .owl-controls {
  top: -10px;
}
.box-related .owl-theme .owl-controls .owl-nav,
.box-up-sell .owl-theme .owl-controls .owl-nav {
  position: relative;
  right: 0;
  top: -62px;
}
.box-related .owl-theme .owl-controls .owl-nav > div,
.box-up-sell .owl-theme .owl-controls .owl-nav > div {
  float: left;
}

@media (min-width: 1200px) {
  .case-option-vertical .product-image {
    min-height: 460px;
  }
  .case-option-vertical .product-image .product-image-gallery {
    min-height: 460px;
  }
}
.case-option-vertical {
  position: relative;
}
.case-option-vertical .product-image {
  margin-right: 90px;
}
.case-option-vertical .more-views {
  width: 90px;
  position: absolute;
  top: 0px;
  right: -15px;
  z-index: 0;
}
.case-option-vertical .more-views .custom-slide-control {
  left: 0;
  margin-left: 0;
  margin-top: 0;
  height: 21px;
  width: 100%;
  line-height: 20px;
  right: auto;
  position: absolute;
}
.case-option-vertical .more-views .lSAction .lSNext,
.case-option-vertical .more-views .lSAction .lSPrev {
  display: none;
}
.case-option-vertical .more-views .custom-slide-next,
.case-option-vertical .more-views .lSAction .lSNext {
  top: auto;
  bottom: 0;
}
.case-option-vertical .more-views .custom-slide-next:before,
.case-option-vertical .more-views .lSAction .lSNext:before {
  content: "\f103";
}
.case-option-vertical .more-views .custom-slide-prev,
.case-option-vertical .more-views .lSAction .lSPrev {
  bottom: auto;
  top: 0;
}
.case-option-vertical .more-views .custom-slide-prev:before,
.case-option-vertical .more-views .lSAction .lSPrev:before {
  content: "\f102";
}

.more-views .lSAction {
  display: none !Important;
}

@media (min-width: 1200px) {
  .more-views .lSSlideOuter.vertical .lSSlideWrapper {
    margin: 34px 0 31px;
  }
  .case-option-vertical .product-image {
    margin-right: 70px;
  }
  .case-option-vertical .more-views {
    right: -35px;
  }
  .product-view .product-shop > .product-shop-inner {
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .cms-home .megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
    padding: 10.28px 15px;
    line-height: 19px;
	font-size: 14px;
  }
  .cms-home .basic-products-list .bs-items .item {
    padding: 21px 20px;
  }
}
.cms-page-view.cms-home .col-main .container > .row > div > div,
.cms-index-index .col-main .container > .row > div > div {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block.block-tab,
.cms-index-index .col-main .container > .row > div > div.block.block-tab {
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand,
.cms-index-index .col-main .container > .row > div > div.block-brand {
  background: #0F8BE4;
  padding: 12px 20px;
  margin-bottom: 25px;
  margin-top: -12px;
  display: inline-block;
  width: 100%;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-carousel .item,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-carousel .item {
  margin: 3px;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls {
  position: inherit;
  top: 5px;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div {
  width: 44px;
  height: 44px;
  border: 0;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: -77px;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:before,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:before {
  color: #0F8BE4;
  top: 10px;
  font-size: 20px !important;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev {
  left: -36px;
  right: auto;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev:before,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev:before {
  left: 8px;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next {
  right: -48px;
  left: auto;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next:before,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next:before {
  left: 10px;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:hover,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:hover {
  background-color: #0F8BE4;
}
.cms-page-view.cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:hover:before,
.cms-index-index .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:hover:before {
  color: #fff;
}
.cms-index-index .owl-theme .owl-controls {
  right: 7px;
  top: -67px;
}
.megamenu-left,
.cms-page-view.cms-home .col-main .container > .row > div > div.megamenu-left,
.cms-index-index .col-main .container > .row > div > div.megamenu-left {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.cms-page-view.cms-home .main,
.cms-index-index.cmspage1 .main {
  padding-bottom: 7px;
}
.cms-page-view.cms-home .col-main,
.cms-index-index.cmspage1 .col-main {
  padding-top: 0px;
}
.cms-page-view.cms-home .block .block-title strong,
.cms-index-index.cmspage1 .block .block-title strong {
  font-size: 150%;
  font-weight: 700;
}
.cms-page-view.cms-home .block.sidebar-product.product-slide-slidebar .block-title,
.cms-index-index.cmspage1 .block.sidebar-product.product-slide-slidebar .block-title {
  padding-bottom: 11px;
  margin: -4px 0 30px;
}
.cms-page-view.cms-home .block.sidebar-product.product-slide-slidebar .owl-theme .owl-controls,
.cms-index-index.cmspage1 .block.sidebar-product.product-slide-slidebar .owl-theme .owl-controls {
  top: -65px;
  right: 0;
}
.cmspage1 .title-home {
  margin-bottom: 30px;
}
.cmspage1 .title-home h2 {
  font-size: 150%;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 13px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.slider-deal-wrapper .owl-theme .owl-controls {
  top: -5px;
  right: 10px;
  width: 100px;
}
.slider-deal-wrapper .title-home h2 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 13px;
}
.slider-deal-wrapper .owl-controls .owl-nav {
  position: absolute;
  right: -3px;
  top: -62px;
}
.slider-deal-wrapper .image-slider-product .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.service-block {
  margin: 50px 0 0;
  float: left;
  width: 100%;
}
.service-block .list-service {
  margin: 0 -15px;
}
.service-block .list-service li {
  float: left;
  width: 33.3333%;
}
.service-block .list-service li .icon {float:left;}
.service-block .list-service li .icon img {max-width:100%;}
.service-block .list-service li .info {
  margin-left: 80px;
  margin-top: -3px;
  color: #444;
  text-transform: uppercase;
  text-align: left;
}
.service-block .list-service li .info .title {
  font-size: 166.67%;
  font-weight: 700;
}
.service-block .list-service li .info .desc {
  font-weight: 500;
}
.service-block .list-service li .border-eff {
  margin: 0 15px;
  text-align: center;
}
.service-block .list-service li .border-eff > div {
  width: 100%;
  display: inline-block;
  border: 3px solid #00bcd5;
  border-radius: 3px;
  padding: 30px 30px 25px;
  background: #fff;
}
.service-block .list-service li .border-eff > div .info .title a {
  color: #00bcd5;
}
.service-block .list-service li:first-child .border-eff > div {
  border: 3px solid #1fb899;
}
.service-block .list-service li:first-child .border-eff > div .info .title a {
  color: #1fb899;
}
.service-block .list-service li:last-child .border-eff > div {
  border: 3px solid #fd9500;
}
.service-block .list-service li:last-child .border-eff > div .icon {
  margin-top: 0;
}
.service-block .list-service li:last-child .border-eff > div .info .title a {
  color: #fd9500;
}
.border-eff {
  position: relative;
}
.border-eff:before,
.border-eff:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  z-index: 9;
}
.border-eff:before {
  top: 0;
  left: 0;
}
.border-eff:after {
  bottom: 0;
  right: 0;
}
.border-eff .inner:before,
.border-eff .inner:after {
  content: "";
  position: absolute;
  height: 0;
  width: 3px;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  z-index: 9;
  transition-delay: 0.3s;
}
.border-eff .inner:before {
  bottom: 0;
  left: 0;
}
.border-eff .inner:after {
  top: 0;
  right: 0;
}
.border-eff:hover:before,
.border-eff:hover:after {
  width: 100%;
  background: #0F8BE4;
}
.border-eff:hover .inner:before,
.border-eff:hover .inner:after {
  height: 100%;
  background: #0F8BE4;
}

.static-image img {
  width: 100%;
}
.static-image img:hover {
  opacity: 0.8;
}
.static-image-1 {
  position: relative;
  margin: 15px 0;
}
.static-image-1 .list-image-static {
  margin: 0 -10px;
}
.static-image-1 .list-image-static > div {
  float: left;
  width: 32.6%;
  text-align: center;
}
.static-image-1 .list-image-static > div > div {
  margin: 0 10px;
}
.static-image-1 .list-image-static > div.image-column-2 {
  width: 34.8%;
}
.static-image-1 .list-image-static > div.image-column-2 > div {
  margin: 0;
}
.static-image-1 .list-image-static > div.image-column-2 > div:first-child {
  margin-bottom: 10px;
}

.cmspage1 .slider-deal-wrapper,
.cmspage1 .megamenu-left-style-1 {
  padding-top: 30px;
}
.cmspage1 .slider-deal-wrapper .products-grid .item .item-inner {
  margin-bottom: 16px;
}

.testimonials {
  margin-bottom: 30px;
}
.testimonials .margin-slider {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.testimonials .margin-slider .image-client {
  background: url('../images/bg-testominal.jpg') no-repeat top center;
  background-size: 100% auto;
  height: 96px;
  margin-bottom: 50px;
  padding-top: 0;
  position: relative;
  text-align: center;
}
.testimonials .margin-slider .image-client img {
  background-color: #fff;
  border-radius: 100px;
  left: 50%;
  margin: auto auto auto -45px;
  padding: 2px;
  position: absolute;
  top: 51px;
  width: 90px;
}
.testimonials .margin-slider .comment {
  padding: 5px 20px 10px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
.testimonials .margin-slider .client-name {
  font-size: 116.67%;
  text-align: center;
  font-weight: 500;
  color: #0F8BE4;
  padding-bottom: 25px;
}

.list-item-latest {
  margin: 0 -15px 30px;
  overflow: hidden;
}
.list-item-latest li {
  display: inline-block;
  width: 33.33%;
  float: left;
}
.list-item-latest li .item-latest {
  margin: 0 15px 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.list-item-latest li .item-latest .img-latest-post {
  width: 100%;
}
.list-item-latest li .item-latest .img-latest-post img {
  width: 100%;
}
.list-item-latest li .item-latest .info-latest-post {
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.list-item-latest li .item-latest .info-latest-post a {
  color: #333;
}
.list-item-latest li .item-latest .info-latest-post a:hover {
  color: #333;
  text-decoration: underline;
}
.list-item-latest li .item-latest .info-latest-post .title-latest-post h2 {
  font-size: 116.67%;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  overflow: hidden;
}
.list-item-latest li .item-latest .info-latest-post h3.date-latest-post {
  font-size: 12px;
  color: #999;
  margin: 7px 0 12px;
}
.list-item-latest li .item-latest .info-latest-post h3.date-latest-post span {
  border-left: 1px solid;
  padding-left: 3px;
  margin-left: 3px;
}
.list-item-latest li .item-latest:hover {
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.24);
}
.button-wapper {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.button-wapper .button.view-all-blog {
  color: #444;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  height: 37px;
  line-height: 37px;
  margin: -10px auto 0;
  width: 140px;
}
.button-wapper .button.view-all-blog:hover {
  color: #fff;
}
.sm_imageslider_wrap .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.cms-index-index.cmspage1 .group_6_wrapper {
  border-top: 1px solid #e9e9e9;
}
.latest-post {
  margin-bottom: 30px;
}
.latest-post .info-post {
  padding-top: 10px;
}
.latest-post .info-post .title-latest-post h2 {
  font-size: 116.67%;
  font-weight: 500;
}
.latest-post .info-post .content-latest-post {
  padding: 7px 0 13px;
}
.latest-post .info-post .date-comment-latest {
  display: inline-block;
  width: 100%;
}
.latest-post .info-post .date-comment-latest ul li {
  float: left;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
  text-align: center;
  padding: 10px 0px;
}
.latest-post .info-post .date-comment-latest ul li:first-child {
  border-right: 1px solid #e9e9e9;
}
.cmspage1 .sidebar .megamenu-left-style-1 {
  padding-top: 0;
  margin-bottom: 30px;
}

.list-item-latest.slide-post {
  overflow: inherit;
  margin: 30px 0;
}
.list-item-latest.slide-post li {
  width: 100%;
}
.list-item-latest.slide-post li .item-latest {
  margin: 0px 3px 3px 0px;
}

.main {
  margin-bottom: 30px;
}

.blog-cat-view .page-title h1 {
  font-size: 150%;
  margin-bottom: 10px;
}
.blog-cat-view .block.blog-category .block-title strong {
  font-size: 133.33%;
  font-weight: 700;
}
.blog-cat-view .sidebar .block.sidebar-product.product-slide-slidebar {
  margin-bottom: 0;
}
.blog-cat-view .toolbar {
  display: none;
}
.blog-cat-view .toolbar-inner {
  border: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-cat-view .toolbar-bottom .toolbar-inner {
  margin-bottom: 0;
}

.contact-description {margin-bottom:20px;}
.title-contact h2 {
  font-size: 250%;
  color: #000;
  margin-bottom: 20px;
}
.title-contact-normal h2 {
  font-size: 166.67%;
  color: #000;
  margin-bottom: 20px;
}
.google-map {
  border: 5px solid #e9e9e9;
}
.google-map iframe {
  width: 100%;
  margin-bottom: -6px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dashed #e9e9e9;
  position: relative;
}
.contact-info .address-info li:first-child {
  border-top: 1px dashed #e9e9e9;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-info .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.contact-info .social-list li .icon-social {
  border: 1px solid #e9e9e9;
  font-size: 18px;
  color: #b3b3b3;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-info .social-list li .icon-social:hover {
  background-color: #0F8BE4;
  border-color: #0F8BE4;
  color: #fff;
}
.contact-info .social-list li .icon-social span {
  display: none;
}
.contact-demo-1 .request-form {
  position: relative;
  top: -9px;
}
.contact-demo-1 .google-map {
  margin-bottom: 35px;
}
.contact-demo-1 .contact-info {
  margin-bottom: 30px;
}


/*
 * Waves v0.7.2
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}

.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title > a:hover {
  background-color: #eeeeee;
  color: #666666;
}
/*==HEADER STYLE 1==*/
.effect {
  position: absolute;
  left: 0;
  transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  width: 0;
  height: 3px;
  bottom: 0;
  background: #ff9800;
  z-index: 2;
}
.header-style-1 {
  /* active menu */
}
.header-style-1 .menu-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header-style-1 .menu-container:before,
.header-style-1 .menu-container:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  z-index: 1;
}
.header-style-1 .menu-container:before {
  top: 0;
}
.header-style-1 .menu-container:after {
  bottom: 1px;
}
.sm_megamenu_content .drop-content > div a {
  width: 100%;
  padding: 0 30px;
  line-height: 38px;
  display: inline-block !important;
}
.sm_megamenu_content .drop-content > div a:hover {
  background: #eee;
}
.sm_megamenu_content .cat-image img,
.sm_megamenu_content .static-bottom-menu img,
.sm_megamenu_content .image-mega img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.sm_megamenu_content .cat-image img:hover,
.sm_megamenu_content .static-bottom-menu img:hover,
.sm_megamenu_content .image-mega img:hover {
  opacity: 0.8;
}

.sm_megamenu_wrapper_vertical_menu {
  background-color: #fff;
  margin: 0;
  display: block;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  outline: 0;
  text-decoration: none;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover div a {
  display: inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > div {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/* Showing Drop Down on Hover */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 270px;
  top: 0;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  border-radius: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns > div {
  padding: 25px 10px;
  font-family: inherit;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
  font-size: 9px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 10px;
  text-shadow: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
  font-weight: 500;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
  font-style: italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
  text-decoration: none;
  text-shadow: none;
  border: none;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_firstcolumn {
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
  text-shadow: 1px 1px #000000;
  border-bottom: 1px solid #333333;
  margin-top: 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.parent-list > div {
  width: 240px !important;
  padding: 0;
}
.parent-list > div div {
  width: 100% !important;
  padding: 0 !important;
}
.parent-list > div div a {
  width: 100%;
  line-height: 40px;
  padding: 0 20px !important;
  font-size: 100% !important;
}
.parent-list > div div a:hover {
  background-color: #eee;
}
.megamenu-left-style-1 .sm_megamenu_block-title {
  font-size: 116.67%;
  text-transform: uppercase;
  color: #444;
  padding: 11px 10px 10px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}
.megamenu-left-style-1 .sm_megamenu_block-title:before {
  content: "\f039";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  margin: 0;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  display: block;
  padding: 10px 15px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .item-icon {
  margin: 0 3px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .icon-first {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background-position: 0 -13px;
  position: relative;
  top: -2px;
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a .icon-first:before {
  content: "";
}
.megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  background-color: #eeeeee;
}
.megamenu-left .more-w {
  text-align: center;
  cursor: pointer;
}
.megamenu-left .more-w span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 108.33%;
  color: #333;
  padding: 15px 0px;
}
.megamenu-left .more-w span:after {
  font-family: fontawesome;
  font-size: 14px;
  content: "\f107";
  margin: 0 5px;
}
.megamenu-left .more-w:hover {
  background-color: #0F8BE4;
}
.megamenu-left .more-w:hover span {
  color: #fff;
}
.megamenu-left .active-i span:after {
  content: "\f106";
}
.cms-index-index .main {
  padding-bottom: 20px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 .sm_megamenu_head_item .sm_megamenu_title > span {
  font-size: 100%;
  color: #333;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_lv1 .sm_megamenu_head_item .sm_megamenu_title a {
  display: inline-block;
  padding: 8px 0px;
}
.sm_megamenu_wrapper_vertical_menu .fa-carclass .column-fixclass {
  width: 205px;
}
.sm_megamenu_wrapper_vertical_menu .fa-carclass .column-fix-2class {
  width: 300px;
}
.sm_megamenu_wrapper_vertical_menu .parent-child > a:after {
  font-family: fontawesome;
  font-size: 18px;
  content: "\f105";
  float: right;
  color: #ccc;
  margin-top: -1px;
}
.sm_megamenu_wrapper_vertical_menu .parent-child:hover > a:after {
  color: #0F8BE4;
}
.remove-paddingclass {
  padding: 0px !important;
}
.add-paddingclass {
  padding: 0 15px!important;
}
.static-bottom-menu {
  margin: 20px 0 0 15px;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


.postWrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.postWrapper .image-blog {
  width: 270px;
  float: left;
}
.postWrapper .info-blog {
  margin-left: 300px;
}
.postWrapper .info-blog .postTitle h2 {
  font-size: 116.67%;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
}
.postWrapper .info-blog .postTitle h3 {
  font-size: 12px;
  color: #999;
  padding: 10px 0px;
}
.postWrapper .info-blog .postContent {
  margin-bottom: 10px;
  font-size: 14px;
}
.postWrapper .info-blog .postDetails {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}
.detail-blog .postTitle {
  margin-bottom: 17px;
  font-size: 16px;
}
.detail-blog .postTitle h2 {
  font-size: 125%;
  text-transform: uppercase;
  color: #000;
}
.detail-blog .postTitle h3 {
  font-size: 12px;
  color: #999;
  padding: 10px 0px;
}

.detail-blog .postContent p {font-size:14px; margin-bottom:15px;}
.detail-blog .postContent img {max-width:100%; height:auto;}
.detail-blog .postContent h1 {font-size:30px; margin-bottom:15px;}
.detail-blog .postContent h2 {font-size:24px; line-height:1.3; margin-bottom:10px;}
.detail-blog .postContent h3 {font-size:18px; line-height:1.3; margin-bottom:10px;}
.detail-blog .postContent h4, .detail-blog .postContent h5, .detail-blog .postContent h6 {font-size:16px; line-height:1.4; margin-bottom:10px;}

.list-item-blog {
  margin: -10px 0 -8px 0;
}
.list-item-blog li {
  border-bottom: 1px dotted #ddd;
  font-size: 16px;
}
.list-item-blog li:last-child {
  border-bottom: 0;
}
.list-item-blog li a {
  display: inline-block;
  padding: 10px 0px;
  line-height: 22px;
}
.list-item-blog li.active a {
  color: #0F8BE4;
}
.header-container .sm-serachbox-pro .form-search {
  border: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  height: 40px;
  margin-top: 22px;
  max-width: 480px;
  overflow: hidden;
}
.header-container .sm-serachbox-pro .form-search .input-search {
  position: relative;
  margin-left: 10px;
}
.header-container .sm-serachbox-pro .form-search .input-search #search {
  background: none;
  border: none;
  height: 41px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-top: 0;
  width: 100%;
  line-height: 40px;
  color: #999 !important;
  font-size: 14px;
}
.header-container .sm-serachbox-pro .form-search .input-search #search:focus {
  border: none;
  background: none;
}
.header-container .sm-serachbox-pro .form-search .button.btn-search-header {
  border: 0;
  background: none;
  height: 41px;
  line-height: 41px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  box-shadow: none;
  border-radius: 0;
}
.header-container .sm-serachbox-pro .form-search .button.btn-search-header .button-search-pro {
  border: none;
  background: none;
  font-size: 16px;
  color: #787878;
  position: relative;
  top: -2px;
}
.header-container .sm-serachbox-pro .form-search .button.btn-search-header:hover {
  background: #0F8BE4;
}
.header-container .sm-serachbox-pro .form-search .button.btn-search-header:hover .button-search-pro {
  color: #fff;
}

.block.sidebar-product.product-slide-slidebar,
.page .sidebar .block.sidebar-product.product-slide-slidebar {
  background: none;
  box-shadow: none;
  padding: 0;
}
.block.sidebar-product.product-slide-slidebar .block-title,
.page .sidebar .block.sidebar-product.product-slide-slidebar .block-title {
  padding-left: 0;
  border-bottom-color: #dddddd;
  padding-bottom: 15px;
  margin: 0 0 30px;
}
.block.sidebar-product.product-slide-slidebar .block-content,
.page .sidebar .block.sidebar-product.product-slide-slidebar .block-content {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.block.sidebar-product.product-slide-slidebar .owl-theme .owl-controls {
  top: -66px;
}
.block.sidebar-product.product-slide-slidebar .block-content {
  padding-top: 0;
}
.basic-products-list .bs-items .item {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.basic-products-list .bs-items .item:last-child {
  border-bottom: 0;
}
.basic-products-list .bs-items .item:hover {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.basic-products-list .bs-items .item .item-inner {
  position: relative;
}
.basic-products-list .bs-items .item .item-inner .number {
  background-color: #ff9800;
  display: inline-block;
  color: #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 18px;
  z-index: 1;
}
.basic-products-list .bs-items .item .item-inner .bs-image {
  width: 81px;
  float: left;
  text-align: center;
}
.basic-products-list .bs-items .item .item-inner .bs-image a img {
  max-width: 100%;
  direction: ltr;
}
.basic-products-list .bs-items .item .item-inner .bs-content {
  margin-left: 104px;
  position: relative;
  top: -4px;
}
.basic-products-list .bs-items .item .item-inner .bs-content .bs-title a {
  color: #333;
  font-weight: 500;
  font-size: 116.67%;
}
.basic-products-list .bs-items .item .item-inner .bs-content .bs-title a:hover {
  color: #333;
  text-decoration: underline;
}

.clear {clear:both;}

.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}
.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
  z-index: 8021 !important;
}
.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}
.quickview-main .product-collateral {
  display: none;
}

.quickview-main .product-view > * {
  display: none;
}
.quickview-main .product-view > *.product-essential {
  display: block;
}
.quickview-main .btn-lightbox {
  display: none !important;
}
.quickview-main .product-img-box {
  padding-left: 3px;
}
.quickview-main .product-shop {
  padding-right: 3px;
}
.quickview-main .product-view .product-essential {
  margin-bottom: 0;
}
.quickview-main .product-img-box .more-views li a {
  margin-bottom: 1px;
}

section img,
footer img {
  height: auto;
  max-width: 100%;
  width: auto;
}

/***---Device---***/
@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}
@media (max-width: 1199px) {
  /*==DETAIL PAGE==*/
  .more-views .lSSlideOuter .lSSlideWrapper {
    min-height: 70px;
  }
  .product-view .product-shop > .product-shop-inner {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .basic-products-list .bs-items .item {
    padding: 15px 10px;
  }
  .basic-products-list .bs-items .item .item-inner .bs-image {
    width: 77px;
  }
  .basic-products-list .bs-items .item .item-inner .bs-content {
    margin-left: 77px;
  }
  .category-products .toolbar .pager {
    display: none;
  }
  .category-products .toolbar-bottom .toolbar .pager {
    display: block;
  }
  .case-option-vertical .product-image {
    margin-right: 82px;
  }
  .case-option-vertical .more-views .lSSlideOuter .lSSlideWrapper {
    margin: 28px 0;
  }
}
@media (max-width: 991px) {
  .product-view .product-shop > .product-shop-inner {
    margin-top: 25px;
  }
  .case-option-vertical .product-image {
    margin-right: 105px;
  }
  .case-option-vertical .more-views {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .case-option-vertical .product-image {
    margin-right: 100px;
  }
  .case-option-vertical .more-views .lSSlideOuter .lSSlideWrapper {
    margin: 28px 0;
  }
  .products-grid .item .item-inner .actions {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-content,
  .toolbar-inner .pager {
    display: none;
  }
  .toolbar-bottom .toolbar-inner .pager {
    display: block;
  }
  .products-grid .box-image .effect-slider .lSAction,
  .products-grid .box-image:hover .effect-slider .lSAction {
    display: block !Important;
  }
  .product-view .product-shop > .product-shop-inner {
    margin-top: 0;
  }
  .case-option-vertical .product-image {
    margin-right: 100px;
  }
  .case-option-vertical .more-views .lSSlideOuter .lSSlideWrapper {
    margin: 28px 0;
  }
  .product-shop {
    padding-top: 30px;
    clear: both;
  }
}
@media (min-width: 568px) and (max-width: 639px) {
  .case-option-vertical .product-image {
    margin-right: 86px;
  }
  .case-option-vertical .more-views {
    width: 77px;
  }
  .case-option-vertical .more-views .lSSlideOuter .lSSlideWrapper {
    margin: 28px 0 27px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .products-grid .item {
    width: 50%;
    float: left;
  }
  .postWrapper .image-blog {
    width: 200px;
  }
  .postWrapper .info-blog {
    margin-left: 230px;
  }
  .contact-footer {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
  #yt-totop {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  #yt-totop {
  	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .toolbar-inner {
    height: 44px;
    position: relative;
  }
  .toolbar-inner .pager {
    width: 100%;
    margin: 0;
    padding: 12px;
    border-top: 1px solid #e9e9e9;
  }
  .toolbar-inner .pager ol {
    text-align: right;
  }
  .toolbar-inner .pager ol {
    text-align: left;
  }
  .col-main .container > .row > div > div.product-view .view-wrapper,
  .col-main .container > .row > div > div.product-view .product-all-info {
    padding: 20px;
  }
  .case-option-vertical .product-image {
    margin-right: 69px;
  }
  .case-option-vertical .more-views {
    width: 58px;
  }
  .lSSlideOuter.vertical .lightSlider > * {
    max-height: 70px;
  }
  .postWrapper .image-blog {
    width: 100%;
  }
  .postWrapper .image-blog img {
    width: 100%;
  }
  .postWrapper .info-blog {
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
    padding-top: 10px;
  }
}
@media (max-width: 479px) {
  .custom-slide-control {
    margin-top: -29px;
  }
  .case-option-vertical .product-image {
    margin-right: 66px;
  }
}

@media (max-width: 1199px) {
  .megamenu-left-style-1 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
    padding: 5.5px 15px;
  }
  .static-image.static-image-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .list-image-static .border-eff:before,
  .list-image-static .border-eff:after {
    display: none;
  }
  .list-image-static .border-eff .inner:before,
  .list-image-static .border-eff .inner:after {
    display: none;
  }
  img.list-image-static .border-eff:hover {
    opacity: 0.8;
  }
  .megamenu-left-style-1 {
    display: none;
  }
  .cms-home .tab-rating-random {
    float: left;
    width: 58%;
    margin-right: 4%;
  }
  .cms-home .static-image.static-image-2 {
    float: left;
    width: 38%;
    clear: right;
  }
  .service-block .list-service li .border-eff > div {
    padding: 25px 15px 15px;
  }
  .service-block .list-service li .icon {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .service-block .list-service li .info {
    margin-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cms-home .col-main .container > .row > div > div.block-brand {
    margin-top: 0;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div {
    width: 30px;
    height: 30px;
    top: -68px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div:before {
    top: 4px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev {
    left: -27px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-prev:before {
    left: 0px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next {
    right: -40px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div.owl-next:before {
    left: 4px;
  }
}
@media (max-width: 639px) {
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div {
    top: -62px;
  }
}
@media (max-width: 639px) and (min-width: 481px) {
  .service-block .list-service li .info .title {
    font-size: 116.67%;
  }
  .service-block .list-service li .info .desc {
    font-size: 90%;
  }
  .static-image-1 .list-image-static > div {
    width: 33.2%;
  }
  .static-image-1 .list-image-static > div.image-column-2 {
    width: 33.6%;
  }
  .product-slide-slidebar .basic-products-list .bs-items .item .item-inner .bs-content {
    margin-left: 90px;
  }
  .list-item-latest li .item-latest .info-latest-post h3.date-latest-post span {
    display: inline-block;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 567px) {
  .static-image-1 .list-image-static > div {
    width: 33.6%;
  }
  .static-image-1 .list-image-static > div.image-column-2 {
    width: 32.8%;
  }
  .cms-home .col-main .container > .row > div > div.product-slide-slidebar {
    margin-top: -25px;
  }
  .cms-home .col-main .container > .row > div > div.block-brand .owl-controls .owl-nav > div {
    top: -55px;
  }
}
@media (max-width: 479px) {
  .service-block .list-service li {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-block .list-service li:last-child {
    margin-bottom: 0;
  }
  .static-image-1 .list-image-static > div {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .static-image-1 .list-image-static > div:last-child {
    margin-bottom: 10px;
  }
  .cms-home .tab-rating-random {
    width: 100%;
  }
  .cms-home .static-image.static-image-2 {
    width: 100%;
  }
  .list-item-latest li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_content .drop-content > div a {
    padding: 0 20px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 212px;
    max-width: 727px;
  }
  .header-style-1 .header-bottom {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .header-style-1 .sm-serachbox-pro .form-search {
    max-width: 100%;
  }
  .header-style-1 .menu-container::before,
  .header-style-1 .menu-container::after {
    display: none;
  }
  .header-style-1 .header-bottom {
    padding-bottom: 0;
  }
  .header-style-1 .logo {
    text-align: left;
    padding: 0 0 20px;
  }
  .header-style-1 .menu-larger {
    display: none;
  }
  .header-style-1 .mobile-menu {
    display: block !Important;
  }
  .header-style-1 .mobile-menu .col-lg-12.col-md-12 {
    min-height: 0;
  }
  .header-style-1 .yt-menu {
    position: absolute;
  }
  .header-style-1 .menu-under {
    height: auto;
  }
  .header-style-1 .mobile-menu-wrapper {
    position: absolute;
    right: 40px;
    top: -205px;
  }
  .header-style-1 .mobile-menu-wrapper .btn-mobile-wrapper {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 50px;
  }
  .header-style-1 .mobile-menu-wrapper .btn-mobile-wrapper .btn-menu-mobile {
    background: none;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 0;
  }
  .header-style-1 .mobile-menu-wrapper .btn-mobile-wrapper .btn-menu-mobile::before {
    font-size: 24px;
  }
  .header-style-1 .mobile-menu-wrapper .btn-mobile-wrapper .btn-menu-mobile:hover::before {
    color: #ff9800;
  }
  .bd-hd1 .main-container:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
	.header-style-1 .logo img {max-width:200px;}
	.header-style-1 .yt-menu {right:141px; top:56px;}
	.header-style-1 .yt-menu .mobile-menu {background:none;}
	.header-style-1 .yt-menu .mobile-menu .mobile-menu-wrapper {right:-60px; top:23px;}
}
@media (max-width: 479px) {
	.header-style-1 .yt-menu {right:112px;}
	.header-style-1 .yt-menu .mobile-menu .mobile-menu-wrapper {right:-52px;}
}

@media (min-width: 1200px) {
	.col1-layout .category-products .products-grid .item {width:20%;}
	.col2-left-layout .category-products .products-grid .item, .col2-right-layout .category-products .products-grid .item {width:33.333333333333%;}
	.category-products.for-hp .products-grid .item {width:33.333333333333%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col1-layout .category-products .products-grid .item {width:25%;}
	.col2-left-layout .category-products .products-grid .item, .col2-right-layout .category-products .products-grid .item {width:33.333333333333%;}
	.category-products.for-hp .products-grid .item {width:50%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col1-layout .category-products .products-grid .item {width:33.333333333333%;}
	.col2-left-layout .category-products .products-grid .item, .col2-right-layout .category-products .products-grid .item {width:33.333333333333%;}
	.category-products.for-hp .products-grid .item {width:33.333333333333%;}
}
@media (min-width: 481px) and (max-width: 767px) {
	.col1-layout .category-products .products-grid .item {width:50%;}
	.col2-left-layout .category-products .products-grid .item, .col2-right-layout .category-products .products-grid .item {width:50%;}
	.category-products.for-hp .products-grid .item {width:50%;}
}
@media (max-width: 480px) {
	.col1-layout .category-products .products-grid .item {width:100%;}
	.col2-left-layout .category-products .products-grid .item, .col2-right-layout .category-products .products-grid .item {width:100%;}
	.category-products.for-hp .products-grid .item {width:100%;}
}

body {font-family:Roboto; font-size:12px; color:#222; background-color:#F7F7F7;}
body a {color:#333;}
body a:hover {color:#0F8BE4;}

.hot-line-wrap {float:right; background:url(../images/hot-line-icon.png) no-repeat top left; padding-left:48px; 	margin-top:18px; color:#fff; font-size:14px; font-weight:500;}
.hot-line-wrap h2 {color:#fff; font-size:18px; font-weight:700;}
.hot-line-wrap  a {color:#fff;}
.hot-line-wrap  a:hover, .hot-line-wrap  a:focus {color:#fff; text-decoration:underline;}

.label-offer {float:left; background-color:#FF9800; border-radius:3px; color:#fff; margin-right:10px; margin-top:5px; padding:2px 10px;}
.offer-wrapper {
    line-height: 34px;
    max-height: 34px;
    overflow: hidden;
    color: #fff;
    margin-right: 80px; /* For flag */
}
@media only screen and (max-width: 768px) {
	.offer-wrapper {margin-right:0;}
}
.offer-wrapper a {color:#fff;}
.offer-wrapper a:hover, .offer-wrapper a:focus {color:#fff; text-decoration:underline;}

/* Fix product image in listing page not enough 270 x 270 px cause break grid layout */
.item_img img {width:100% !important; min-height:270px !important;}

.footer a:hover {color:#fff !important; text-decoration:underline;}
.footer-about {min-height:120px;}
.copyright-footer a {color:#fff !important;}

.mb-5 {margin-bottom:5px;}
.h-30 {height:30px;}
.font-14 {font-size:14px;}

a.blog-read-more {font-size:14px; color:#0F8BE4;}
a:hover.blog-read-more {text-decoration:underline;}

.price-box {margin-top:10px; height:30px; /* fix in case text "Pre Order" */}
.price {font-size:18px; font-weight:700; color:#d92222; white-space:nowrap !important;}
.price sup {top:-0.3em; font-weight:500;}
.old-price {font-size:16px; font-weight:400; color:#444;}
.old-price sup {top:-0.3em; font-weight:400;}
.pre-order {font-size:16px; font-weight:500; color:#d92222; white-space:nowrap !important;}

.price-box-small {margin-top:5px;}
.price-box-small .price {font-size:16px;}
.price-box-small .old-price {font-size:14px; position:relative; top:-5px;}

.cat-desc-text {padding:20px 20px 10px 20px; font-size:14px;}

ul.footer-news {list-style-type:disc; margin-left:15px;}
ul.footer-news li {margin-bottom:10px;}

/* Product Info */
.warranty {position:absolute; right:0; float:right; width:70px; height:70px; background:url(../images/icon-warranty.png) 0 0 no-repeat; margin:0;}
.warranty-3 {background-position:0 0;}
.warranty-6 {background-position:-70px 0;}
.warranty-9 {background-position:-140px 0;}
.warranty-12 {background-position:-210px 0;}
.warranty-15 {background-position:0 -70px;}
.warranty-18 {background-position:-70px -70px;}
.warranty-21 {background-position:-140px -70px;}
.warranty-24 {background-position:-210px -70px;}
.warranty-36 {background-position:0 -140px;}

.prod_info {float:left; margin:10px 0 0 0; padding:0; position:relative;}
.var {float:left; width:100%; font-size:14px; font-weight:500; margin-bottom:5px; padding:0;}
.vardesc {float:left; width:150px; text-align:right; padding-right:10px;}
.varinfo {float:left;}
.varinfo sup {font-size:90%; top:-0.3em;}
.red {color:#da0000;}
.orange {color:#ff5400;}
.prod_desc {margin-top:5px; font-size:14px;}

.prod_promotion {float:left; position:relative; margin-top:20px; padding:0; width:100%;}
.prod_promotion .box_title {background:url(../images/icon-black-shadow.png) no-repeat scroll right bottom transparent; padding:0 0 6px; font-size:12px; font-weight:500;}
.prod_promotion .box_title span {background-color:#ff5400; color:#fff; display:block; padding:5px 10px; height:46px;}
.prod_promotion .box_content {font-size:14px; background-color:#fffbef; border-bottom:1px dashed #ccc; margin:0; padding:4px 40px 10px 10px; min-height:28px;}
.prod_promotion .icon_gift {position:absolute; background:url(../images/icon-gift-promo.png) no-repeat scroll right bottom transparent; display:block; width:32px; height:32px; right:-4px; bottom:-4px;}

.infobox {border:2px dashed #20BC5A; color:#333; padding:15px; font-size:14px;}
.infobox h2.title {color:#20BC5A; font-size:16px; text-transform:uppercase; font-weight:500; margin-bottom:5px;}
.infobox p {margin-top:7px;}
/* /Product Info */

.whtext {font-size:24px; font-weight:400; line-height:48px; width:550px; text-transform:uppercase;}
.whtext span {padding:6px 16px; color:#fff; background-color:rgba(0, 123, 176, 0.8); box-decoration-break:clone; -webkit-box-decoration-break:clone;}

/* News */
.title-cm-small {margin-top:30px; padding:0; font-size:16px; font-weight:500; line-height:30px; border-bottom:1px solid #ddd; text-transform:uppercase;}

.box-link-left {margin-top:10px;}
.box-link-left ul {padding:0; list-style:none; margin: 0;}
.box-link-left ul li {line-height:20px; padding:5px 0; font-size:14px;}
.box-link-left ul li a {color:#333;}
.box-link-left ul li a:hover {color:#0F8BE4; text-decoration:none;}
.box-link-left li span {color:#999; margin-left:10px; font-style:italic;}

.text-desc {color:#b94a48; font-size:14px; line-height: 18px; border-bottom:1px dotted #ccc; padding-bottom:10px; margin-top:-10px; margin-bottom:20px;}
.news-lastest {font-size:14px; height:70px; overflow:hidden;}
/* /News */

/* Pages */
.pages-detail {font-size:14px;}
.pages-detail a {color:#0F8BE4; text-decoration:none;}
.pages-detail a:hover, .pages-detail a:focus {color:#0F8BE4; text-decoration:underline;}
.pages-detail p {margin-bottom:15px;}
.pages-detail img {max-width:100%;}
.pages-detail iframe, .pages-detail object, .pages-detail embed {max-width:100%; display:block; margin-bottom:20px;}
.pages-detail ul, .pages-detail ol {margin:20px 20px 20px 0; padding-left:30px;}
.pages-detail ul {list-style-type:disc;}
.pages-detail ul li, .pages-detail ol li {margin:5px 0; padding-left:5px;}
/* /Pages */

/* Click to call */
.btn-call {position:fixed; top:50%; right:20px; margin-top:-26px; z-index:4;}
.btn-call .call-btn {position:relative; background:url(../images/icon-call.png) no-repeat 0 0; width:52px; height:52px; display:block; opacity:.8; cursor:pointer; z-index:6;}
.btn-call .call-content {position:fixed; top:50%; right:0; margin-top:-20px; margin-right:-220px; width:220px; height:40px; background:#da251d; opacity:.8; z-index:5;}
.btn-call .call-content span {color:#fff; font-size:18px; font-weight:500; margin-left:26px; line-height:38px;}
.btn-call:hover > a > .call-btn, .btn-call:hover > .call-btn, .btn-call:hover > .call-content {opacity:1;}
.btn-margin {display:none;}
@media (max-width: 767px) {
	.btn-call {top:auto; bottom:30px;}
}
/* Beating animation */
.btn-call .call-btn {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}
.btn-call .call-btn.no-animation {-webkit-animation-name: no-name;}
@-webkit-keyframes pulse {
	from {-webkit-transform:scale(0.8);}
	to {-webkit-transform:scale(1.0);}
}
/* /Click to call */

/* 404 */
.nfp {text-align:center; margin:50px auto;}
.nfp-block {background-color:#0C6CB1; width:250px; height:146px; margin:0 auto 40px auto; position:relative;}
.nfp-mask {background-color:#d92222; width:250px; height:50px; position:absolute; top:36px; left:0; z-index:2;}
.nfp-img {background:url(../images/404.png) 0 0 no-repeat; display:inline-block; width:250px; height:146px; position:absolute; top:0; left:0; z-index:3;}
.nfp-text {font-size:18px;}
.nfp-link {margin-top:20px;}
/* /404 */

/* Detail Page Tabs */
.tab-me ul, .tab-me ol {margin:5px 15px 15px 30px;}
.tab-me ul li, .tab-me ol li {list-style:disc; margin-top:5px; margin-bottom:5px;}

@media (max-width: 767px) {
  .res-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.res-table > table > tbody, .res-table > table > tbody > tr, .res-table > table > tbody > tr > td {border:1px solid #ddd; padding:5px 10px;}
.res-table > table > tbody > tr > td > p {padding:0; margin:0;}

.tab-me table {width:100% !important;}
.tab-me iframe {max-width:100% !important;}
.tab-me img {max-width:100% !important; height:auto !important; display:block;}
/* /Detail Page Tabs */
