@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

button::-moz-focus-inner, .btn::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:focus, .btn:focus {
  outline: none;
}

label {
  font-size: 13px;
  color: #3f474d;
}

@media (min-width: 768px) and (max-width: 991px) {
  label {
    font-size: 10px;
  }
}

.panel-collapse .input-group-btn:last-child > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

label {
  font-weight: bold;
  cursor: default;
}

.pull-center {
  text-align: center;
}

textarea {
  resize: none;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: auto;
}

.bootstrap-datetimepicker-widget {
  z-index: 998 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px;
}

.bootstrap-datetimepicker-widget .timepicker td > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
}

.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #b1dada;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #b1dada;
  color: #FFF;
  cursor: inherit;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-overlay {
  z-index: 10001;
}

.fancybox-opened {
  z-index: 10003;
}

.dropdown-menu {
  font-size: 10px;
  background-color: #efefef;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-menu > li + li {
  margin-top: 10px;
}

.dropdown-menu > li button {
  display: inline-block;
}

.dropdown-menu > li button, .dropdown-menu > li button:visited {
  color: #3f474d;
}

.dropdown-menu > li button:hover, .dropdown-menu > li button:focus, .dropdown-menu > li button:active {
  color: #f2c9c2;
}

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
  animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

.container > .alert .alert,
.breadcrumb + .alert .alert {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.container > .alert .alert.fadeOut,
.breadcrumb + .alert .alert.fadeOut {
  top: -100%;
}

.table-hover > tbody > tr:hover {
  background: inherit;
}

.account-order-info tfoot tr b {
  color: #3f474d;
}

.account-order-info tfoot tr:last-child td.text-price {
  color: #f2c9c2;
}

@-ms-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@-o-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@keyframes alert-anim {
  0% {
    top: -100%;
  }
  60% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes alert-anim2 {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-ms-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}

@-o-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}

@-webkit-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}

@-moz-keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}

@keyframes alert-icon-anim {
  0% {
    font-size: 0;
  }
  60% {
    font-size: 0;
  }
}

.product_page-right .alert {
  margin-top: 20px;
}

.alert {
  position: relative;
  padding: 21px 40px 21px 75px;
  z-index: 30;
  color: #FFF;
  border-radius: 0;
  min-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
  transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}

.alert i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 60px;
  font-size: 40px;
  -webkit-animation: alert-icon-anim 1s;
  -moz-animation: alert-icon-anim 1s;
  -ms-animation: alert-icon-anim 1s;
  -o-animation: alert-icon-anim 1s;
  animation: alert-icon-anim 1s;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.alert i:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0;
}

.alert a:hover {
  text-decoration: underline;
}

.alert button.close {
  position: absolute;
  top: 50%;
  line-height: 1;
  right: 15px;
  color: #FFF;
  opacity: .7;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #FFF;
}

.alert.fadeOut {
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.alert.fadeOut .alert {
  top: 100%;
}

@media (max-width: 479px) {
  .alert {
    padding-right: 30px;
  }
  .alert button.close {
    right: 5px;
  }
}

.alert-success {
  background-color: #4caf50;
}

.alert-success i {
  background: #388E3C;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
  color: #C8E6C9;
}

.alert-danger {
  background-color: #F44336;
}

.alert-danger i {
  background: #D32F2F;
}

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
  color: #FFCDD2;
}

.alert-info {
  background-color: #03A9F4;
}

.alert-info i {
  background: #0288D1;
}

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
  color: #B3E5FC;
}

.alert-warning {
  background-color: #FF5722;
}

.alert-warning i {
  background: #E64A19;
}

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
  color: #FFCCBC;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}

.tx-results {
  margin: 30px 0 15px;
}

.pagination {
  margin: 25px 0 15px;
}

.pagination:before, .pagination:after {
  display: table;
  content: "";
  line-height: 0;
}

.pagination:after {
  clear: both;
}

.pagination > li {
  display: block;
  float: left;
}

.pagination > li > a, .pagination > li > span {
  display: inline-block;
  color: #7b8a95;
  background: #f7f7f7;
  border: none;
  float: none;
  margin-left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
}

.pagination > li + li {
  margin-left: 1px;
}

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
  background-color: #b1dada;
  color: #fff;
  z-index: auto;
}

@media (max-width: 479px) {
  .pagination > li > a, .pagination > li > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.table thead td, .table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #3f474d;
  font-size: 13px;
  background-color: #f7f7f7;
}

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

.table-bordered td .btn {
  vertical-align: top;
}

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

.table td {
  padding: 20px;
  border-color: #eee;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #eee;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.table > tbody + tbody {
  border-top: none;
}

.panel-default > .panel-heading {
  padding: 20px;
  background: #f7f7f7;
  color: #3f474d;
}

.addthis_sharing_toolbox a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.addthis_sharing_toolbox a:hover {
  opacity: .6;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8;
}

.fancybox-lock {
  overflow: visible !important;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: inherit;
}

.form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child {
  padding-top: 0;
}

.form-horizontal .control-label, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 0;
}

#account-register .buttons .btn {
  margin-top: 5px;
}

.input-group .form-control {
  z-index: auto;
}

.atm-f {
  height: auto !important;
}

.text-danger {
  color: #F00;
}

.has-error * + .text-danger {
  margin-top: 5px;
}

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.tooltip {
  z-index: 9999;
  pointer-events: none;
}

.tooltip.top {
  padding-left: 5px;
  padding-right: 5px;
}

.fancybox-lock .tooltip {
  z-index: 10003;
}

.ps-document-overlay,
.ps-carousel,
.ps-uilayer,
.ps-toolbar,
.ps-caption {
  z-index: 10000 !important;
}

.vcenter {
  vertical-align: middle !important;
}

.table-custom > tbody > tr > td,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > td,
.table-custom > tfoot > tr > th,
.table-custom > thead > tr > td,
.table-custom > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.modal {
  z-index: 10005;
}

.modal-dialog {
  margin-top: 90px;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 300 12px/18px "Montserrat", sans-serif;
  color: #7b8a95;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #3f474d;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.3em;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 50px;
  margin-bottom: 30px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

h1 i {
  margin-right: 10px;
  color: #f2c9c2;
  font-size: 35px;
}

h1.no-line {
  margin-bottom: 30px;
}

h1.no-line:after {
  display: none;
}

h1.text-center {
  position: relative;
}

h2 {
  font-size: 48px;
}

h3 {
  font: 700 18px/22px "Montserrat", sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000;
}

h4 {
  font-size: 20px;
}

h5 {
  font: 700 14px/16px "Montserrat", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h6 {
  font: 700 12px/14px "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}

a {
  display: inline-block;
  font: inherit;
  text-decoration: none;
  max-width: 100%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a, a:visited {
  color: #3f474d;
}

a:hover, a:focus, a:active {
  color: #f2c9c2;
}

a:active {
  background-color: transparent;
}

a:visited, a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
}

p {
  font-weight: 300;
}

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

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.input-group .input-group-addon {
  height: 30px;
}

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

div.required .control-label:after {
  content: '*';
  color: #ee372a;
  font-weight: bold;
  margin-left: 5px;
}

.fa {
  line-height: inherit;
  font-family: inherit;
}

.fa:before {
  font-family: "FontAwesome";
  font-weight: 400;
}

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

#page > .ie-warning {
  position: relative;
  text-align: center;
  display: none;
  clear: both;
}

@media (min-width: 768px) {
  .lt-ie11 #page > .ie-warning {
    display: block;
  }
}

/*========================================================
                      Header styles
=========================================================*/
header {
  padding: 0;
  margin: 0 0 4px;
}

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

header .button-top {
  float: right;
}

header .phone {
  float: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #3f474d;
  margin: 15px 0 10px 10px;
}

header a.login-button {
  margin: 1px 0 0 29px;
  font-size: 19px;
  line-height: 23px;
  color: #3f474d;
}

header a.login-button:visited {
  color: #3f474d;
}

header a.login-button:hover, header a.login-button:focus, header a.login-button:active {
  color: #f2c9c2;
}

header .button-wishlist {
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: 300;
  color: #3f474d;
  line-height: 27px;
}

header .button-wishlist i {
  display: inline-block;
  font-size: 27px;
  line-height: 27px;
  height: 25px;
  margin-right: 4px;
  vertical-align: top;
}

header .button-wishlist span {
  vertical-align: top;
  font-weight: 200;
}

header .button-wishlist:hover {
  color: #f2c9c2;
}

header .btn-group {
  vertical-align: top;
}

#top {
  background: #f7f7f7;
  padding-top: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #3f474d;
}

#logo {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 10px;
}

#logo h1 {
  line-height: 1.1em;
  margin-bottom: 15px;
}

.common-home header {
  border-bottom: none;
  margin-bottom: 0;
}

/*================  Toggle ===============*/
.toggle-wrap {
  position: relative;
}

.toggle_cont {
  display: none;
  background: #fafafa;
  padding: 10px 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  z-index: 20;
}

.toggle_cont > li {
  padding: 5px 15px;
}

.toggle_cont > li > a, .toggle_cont > li > button {
  text-align: left;
  width: 100%;
  display: block;
  padding: 0;
}

.toggle_cont > li > a:hover, .toggle_cont > li > button:hover {
  color: #f2c9c2;
}

.toggle_cont__right {
  right: auto;
  left: 0;
}

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

nav .nav .list-inline > li {
  padding: 0;
  padding-right: 7px;
  position: relative;
}

nav .nav .list-inline > li + li {
  padding-left: 9px;
}

nav .nav .list-inline > li + li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 7px;
  content: '';
  background: #808487;
}

nav .nav .toggle_cont {
  top: 40px;
}

/*================ Top header ==========================*/
header .top-header {
  width: 100%;
  display: inline-block;
  background: #fff;
}

/*================   Top Links style   ===============*/
header .fl-soft-icons-menu31.active {
  background: #ebebec;
}

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language, .box-currency {
  display: inline-block;
  margin: 0;
}

.box-language .toggle,
.box-currency .toggle {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 300;
  cursor: pointer;
  color: #3f474d;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-language .toggle:after,
.box-currency .toggle:after {
  display: inline-block;
  content: '\e07b';
  color: #3f474d;
  margin-left: -4px;
  font-size: 24px;
  line-height: 14px;
  height: 16px;
  font-weight: 400;
  font-family: "material-design";
  vertical-align: top;
}

.box-language .toggle.active, .box-language .toggle:hover,
.box-currency .toggle.active,
.box-currency .toggle:hover {
  color: #f2c9c2;
}

.box-language .toggle_cont, .box-currency .toggle_cont {
  z-index: 1003;
  top: 30px;
  border: 3px solid #f2c9c2;
  min-width: 160px;
  margin-top: 15px;
}

.box-language .toggle_cont > li > a, .box-language .toggle_cont > li > button, .box-currency .toggle_cont > li > a, .box-currency .toggle_cont > li > button {
  color: #3f474d;
}

.box-language .toggle_cont > li > a:visited, .box-language .toggle_cont > li > button:visited, .box-currency .toggle_cont > li > a:visited, .box-currency .toggle_cont > li > button:visited {
  color: #3f474d;
}

.box-language .toggle_cont > li > a:hover, .box-language .toggle_cont > li > a:focus, .box-language .toggle_cont > li > a:active, .box-language .toggle_cont > li > a.active, .box-language .toggle_cont > li > button:hover, .box-language .toggle_cont > li > button:focus, .box-language .toggle_cont > li > button:active, .box-language .toggle_cont > li > button.active, .box-currency .toggle_cont > li > a:hover, .box-currency .toggle_cont > li > a:focus, .box-currency .toggle_cont > li > a:active, .box-currency .toggle_cont > li > a.active, .box-currency .toggle_cont > li > button:hover, .box-currency .toggle_cont > li > button:focus, .box-currency .toggle_cont > li > button:active, .box-currency .toggle_cont > li > button.active {
  color: #f2c9c2;
}

.box-language .btn-group, .box-currency .btn-group {
  margin-top: 0;
  margin-bottom: 0;
}

.box-language .btn-group .dropdown-toggle, .box-currency .btn-group .dropdown-toggle {
  cursor: pointer;
}

.box-language .btn-group, .box-language .btn-group:visited, .box-currency .btn-group, .box-currency .btn-group:visited {
  color: #3f474d;
}

.box-language .btn-group:hover, .box-language .btn-group:focus, .box-language .btn-group:active, .box-currency .btn-group:hover, .box-currency .btn-group:focus, .box-currency .btn-group:active {
  color: #f2c9c2;
}

.box-language .dropdown-menu, .box-currency .dropdown-menu {
  top: 20px;
  margin: 0;
  padding: 15px 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-language .dropdown-menu button img, .box-currency .dropdown-menu button img {
  margin-right: 2px;
}

.box-currency + .box-language {
  margin-left: 10px;
}

/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 767px) {
  header {
    padding-top: 0;
    margin-bottom: 20px;
  }
  header .search {
    float: none;
    margin-bottom: 10px;
  }
  header .box-cart {
    float: none;
    margin-top: 0;
  }
  #logo {
    float: none;
    text-align: center;
    margin-right: 15px;
  }
  #logo img {
    display: inline-block;
  }
}

/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden;
  position: static;
}

.homebuilder > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bottom-block {
  background: #fafafa;
  padding-top: 69px;
  padding-bottom: 52px;
}

#common-home .col-sm-12 {
  min-height: 0;
}

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none;
}

.box.account ul li + li, .box.affilate ul li + li {
  border-top: 1px solid #eee;
}

.box.account ul a, .box.affilate ul a {
  position: relative;
  color: #7b8a95;
  background: #f7f7f7;
  display: block;
  padding: 13px 15px;
}

.box.account ul a:visited, .box.affilate ul a:visited {
  color: #7b8a95;
  background: #f7f7f7;
}

.box.account ul a:hover, .box.account ul a:focus, .box.account ul a:active, .box.affilate ul a:hover, .box.affilate ul a:focus, .box.affilate ul a:active {
  color: #3f474d;
  background: #efefef;
}

.manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none;
}

.manufacturer-content div li + li, #content ul.list-unstyled li + li {
  margin-top: 10px;
}

.manufacturer-content div a, #content ul.list-unstyled a {
  position: relative;
  color: #3f474d;
}

.manufacturer-content div a:hover, #content ul.list-unstyled a:hover {
  color: #f2c9c2;
}

.manufacturer-content div a:before, #content ul.list-unstyled a:before {
  content: '\e11d';
  margin-right: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  font-family: "material-design";
  color: #f2c9c2;
  vertical-align: top;
}

#content ul.list-unstyled + h2 {
  margin-top: 30px;
}

#content .product-info ul.list-unstyled a:before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bottom-block {
    padding-top: 55px;
    padding-bottom: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bottom-block {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .bottom-block {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    margin-top: 30px;
  }
  aside {
    margin-top: 20px;
  }
  aside .container {
    padding: 0;
    width: 100%;
  }
}

/*========================================================
                      Helpers styles
=========================================================*/
/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.not-animated {
  opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-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);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/**
* Flas Keyframes Animation
*/
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-moz-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;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* RubberBand Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* Shake Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* Swing Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* Tada Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* BounceIn Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* BounceInLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* BounceInRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* BounceInUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* BounceOut Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* BounceOutRight Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* BounceOutUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* FadeIn Keyframes Animation
*/
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInLeft Keyframes Animation
*/
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInRight Keyframes Animation
*/
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInUp Keyframes Animation
*/
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FadeOut Keyframes Animation
*/
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-moz-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;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-moz-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;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-moz-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;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-moz-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;
}

/**
* FadeOutRight Keyframes Animation
*/
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-moz-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;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-moz-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;
}

/**
* FadeOutUp Keyframes Animation
*/
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-moz-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;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-moz-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;
}

/**
* Flip Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* FlipInX Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* FlipInY Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* FlipOutX Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-ms-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-moz-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;
}

/**
* RotateIn Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateOut Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* Hinge Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link 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);
    -ms-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;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomIn Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* ZoomInDown Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomInRight Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomInUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomOut Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-ms-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;
  }
}

@-o-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;
  }
}

@-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;
  }
}

@-moz-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;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideInDown Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideInLeft Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideInRight Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideInUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideOutDown Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideOutRight Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/**
* SlideOutUp Keyframes Animation
*/
@-ms-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);
  }
}

@-o-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);
  }
}

@-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);
  }
}

@-moz-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;
}

/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}

.lazy img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: auto;
  z-index: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

.lazy.lazy-loaded {
  background: none;
}

.lazy.lazy-loaded img {
  opacity: 1;
}

.search {
  position: relative;
}

.search input[type="text"] {
  color: #7b8a95;
  background: #fff;
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  height: 32px;
  padding: 9px 40px 9px 20px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search input[type="text"]:focus {
  outline: none;
}

.search input[type="text"]::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.search input[type="text"]:-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.search input[type="text"]::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  padding-left: 5px;
  padding-right: 14px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font: 400 13px/32px "FontAwesome";
  height: 32px;
  color: #202020;
  vertical-align: top;
}

.search button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.search button:focus, .search button:active {
  color: #202020;
}

.search button i {
  vertical-align: top;
}

.search button:hover, .search button:focus:hover, .search button:active:hover {
  color: #f2c9c2;
}

#livesearch_search_results {
  margin: 9px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 269px;
  right: 0;
  text-align: left;
  background-color: #fff;
  border: none;
  border-top: none;
  list-style-type: none;
  z-index: 1003;
}

#livesearch_search_results li img {
  float: left;
  margin-right: 10px;
}

#livesearch_search_results li img.loading {
  background: #f7f7f7;
}

#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
  background-color: #f2f2f2;
}

#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
  color: #f2c9c2;
}

#livesearch_search_results a, #livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  color: #3f474d;
}

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
  display: table;
  content: "";
  line-height: 0;
}

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .search {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0 0 0 13px;
  }
  .search .search-block {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search button {
    display: inline-block;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"] {
    display: block;
    width: 269px;
    background: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"]::-webkit-input-placeholder {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"]:-moz-placeholder {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"]::-moz-placeholder {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"]:-ms-input-placeholder {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .search input[type="text"]:focus {
    outline: none;
    color: #7b8a95;
    border-color: #f2c9c2;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .search input[type="text"]:focus::-webkit-input-placeholder {
    color: #7b8a95;
  }
  .search input[type="text"]:focus:-moz-placeholder {
    color: #7b8a95;
  }
  .search input[type="text"]:focus::-moz-placeholder {
    color: #7b8a95;
  }
  .search input[type="text"]:focus:-ms-input-placeholder {
    color: #7b8a95;
  }
  .search:hover .search-block, .search .search-block.active {
    background: #fff;
  }
  .search:hover .search-block input, .search .search-block.active input {
    width: 269px;
    padding-left: 18px;
    padding-right: 40px;
    color: #7b8a95;
    border-color: #f2f2f2;
    background: #fff;
  }
  .search:hover .search-block input::-webkit-input-placeholder, .search .search-block.active input::-webkit-input-placeholder {
    color: #7b8a95;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .search:hover .search-block input:-moz-placeholder, .search .search-block.active input:-moz-placeholder {
    color: #7b8a95;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .search:hover .search-block input::-moz-placeholder, .search .search-block.active input::-moz-placeholder {
    color: #7b8a95;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .search:hover .search-block input:-ms-input-placeholder, .search .search-block.active input:-ms-input-placeholder {
    color: #7b8a95;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
}

@media (max-width: 767px) {
  .search {
    margin-left: 0;
    width: 100%;
  }
  .search button {
    top: 0;
    right: 0;
    position: absolute;
  }
}

/*================ Box Cart  ===============*/
.box-cart {
  position: relative;
  display: inline-block;
}

.box-cart .btn-remove-wrap, .box-cart .btn-remove__cnt {
  position: absolute;
  left: 0;
  right: 0;
}

.box-cart .btn-remove-wrap i, .box-cart .btn-remove__cnt i {
  font-size: 20px;
}

.box-cart .btn-remove-wrap {
  top: 0;
  bottom: 0;
  z-index: 10;
  color: #3f474d;
  display: none;
  background: #fff;
}

.box-cart .btn-remove__cnt {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-cart .btn-remove__cnt .link {
  display: inline-block;
  margin: 0 13px;
  color: #3f474d;
}

.box-cart .btn-remove__cnt .link:hover {
  color: #f2c9c2;
}

.box-cart .btn-danger, .box-cart .btn-danger:focus {
  border: 0;
  padding: 0;
  color: #bcbaca;
  font-size: 16px;
  line-height: 19px;
  background: none;
  text-shadow: none;
}

.box-cart .btn-danger:hover, .box-cart .btn-danger:focus:hover {
  color: #f2c9c2;
  background: none;
}

.box-cart a:hover img {
  opacity: .6;
}

.box-cart .fl-left {
  float: left;
  width: 25%;
}

.box-cart .fl-right {
  float: right;
  width: 62%;
  margin-right: 7%;
  line-height: 28px;
  text-align: left;
}

.box-cart .btn-remove {
  position: absolute;
  right: 7px;
  top: 9px;
  line-height: 20px;
  color: #7b8a95;
}

.box-cart .btn-remove i {
  font-size: 18px;
  line-height: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-cart .btn-remove:hover {
  color: #f2c9c2;
}

html[lang="ru"] .cart .btn-l, html[lang="ru"] .cart .btn-r,
html[lang="de"] .cart .btn-l,
html[lang="de"] .cart .btn-r {
  letter-spacing: 0;
  font-size: 10px;
}

/*================  Cart  ===============*/
.cart {
  position: relative;
  text-align: left;
}

.cart > button {
  position: relative;
  z-index: 9;
  font-weight: 400;
  line-height: 22px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.cart > button i, .cart > button strong, .cart > button span {
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #3f474d;
}

.cart > button .cart-total, .cart > button strong {
  display: none;
}

.cart > button .cart-total2 {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #b1dada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
}

.cart > button i {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  margin: 3px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #f2c9c2;
}

.cart > button:hover i, .cart > button.active i {
  color: #b1dada;
}

.cart > button:hover .cart-total2, .cart > button.active .cart-total2 {
  color: #fff;
  background: #f2c9c2;
}

.cart .cart-remove-btn {
  margin-left: 5px;
}

.cart .cart-remove-btn:before, .cart .cart-remove-btn > span {
  vertical-align: middle;
}

.cart .cart-remove-btn:before {
  margin-right: 5px;
}

.cart .btn-l,
.cart .btn-r {
  float: left;
  width: 49.3%;
  letter-spacing: 0.4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

.cart .btn-r {
  float: right;
}

.cart .name a {
  text-transform: none;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}

.cart .name a:hover {
  color: #f2c9c2;
}

/*================  Cart DropDown ===============*/
#checkout-cart .form-control {
  min-width: 40px;
}

.cart .toggle_cont {
  z-index: 1001;
  min-width: 279px;
  padding: 0;
  max-height: 380px;
  right: 0;
  left: auto;
  top: 120%;
  list-style-type: none;
  border: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.cart .toggle_cont .price-cart {
  color: #f2c9c2;
  margin-left: 3px;
}

.cart .toggle_cont p {
  margin: 0;
}

.cart .toggle_cont > li {
  position: relative;
  overflow: hidden;
  padding: 13px;
}

.cart .toggle_cont > li + li {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}

.cart .toggle_cont .total {
  list-style-type: none;
}

.cart .toggle_cont .total > .t-row {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.cart .toggle_cont .total > .t-row > div {
  width: 60%;
  float: left;
  line-height: 28px;
  vertical-align: middle;
}

.cart .toggle_cont .total > .t-row > div b {
  font-weight: 500;
}

.cart .toggle_cont .total > .t-row > div + div {
  width: 40%;
  color: #f2c9c2;
}

.cart .toggle_cont .total > .t-row > div em {
  font-style: normal;
}

/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) {
  .box-cart {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10000;
  }
  .cart > button {
    position: relative;
    padding-right: 0;
    line-height: 50px;
    text-align: center;
    width: 56px;
    white-space: nowrap;
    margin-right: 0;
  }
  .cart > button i {
    line-height: 50px;
    height: 50px;
    margin-right: 0;
  }
  .cart > button .cart-total2 {
    margin-top: 11px;
  }
  .cart > button .cart-total, .cart > button strong {
    display: none;
  }
  .cart .toggle_cont {
    max-height: 300px;
    overflow: auto;
    right: 0;
    margin: 0;
    top: 100% !important;
    padding-top: 10px;
  }
  .cart .toggle_cont.pull-right {
    margin-top: 0 !important;
    border-top: none;
  }
}

@media (max-width: 480px) {
  .cart > button {
    padding-right: 0;
  }
  .cart > button i {
    margin-right: 2px;
  }
  .cart .toggle_cont {
    min-width: 290px;
  }
}

/*========================================================
                       Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 30px;
}

.product-thumb {
  width: 100%;
  text-align: center;
  padding: 79px 25px 29px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-list .product-thumb {
  padding: 0;
  text-align: left;
}

.product-thumb .button-group .btn {
  min-width: 106px;
}

.product-thumb .button-group .btn, .product-thumb .button-group .btn-icon {
  margin-right: 1px;
}

.product-thumb .button-group .btn + .btn-icon {
  margin-right: 0;
}

.product-thumb .button-group .btn-icon {
  -moz-transform: translateX(31px);
  -ms-transform: translateX(31px);
  -o-transform: translateX(31px);
  -webkit-transform: translateX(31px);
  transform: translateX(31px);
}

.product-thumb .button-group .btn + .btn-icon {
  -moz-transform: translateX(-31px);
  -ms-transform: translateX(-31px);
  -o-transform: translateX(-31px);
  -webkit-transform: translateX(-31px);
  transform: translateX(-31px);
}

.product-thumb .quickview, .product-thumb .button-group p, .product-thumb .button-group .btn-icon, .product-thumb .rating {
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product-list .product-thumb .quickview, .product-list .product-thumb .button-group p, .product-list .product-thumb .button-group .btn-icon, .product-list .product-thumb .rating {
  opacity: 1;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.product-thumb .description {
  display: none;
}

.product-list .product-thumb .description {
  display: block;
}

.product-thumb .caption {
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.product-thumb .caption h4 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.product-thumb:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 62px rgba(64, 57, 67, 0.11);
  -moz-box-shadow: 0 0 62px rgba(64, 57, 67, 0.11);
  box-shadow: 0 0 62px rgba(64, 57, 67, 0.11);
}

.product-list .product-thumb:hover {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-thumb:hover .quickview, .product-thumb:hover .button-group p, .product-thumb:hover .button-group .btn-icon, .product-thumb:hover .rating {
  opacity: 1;
}

.product-thumb:hover .button-group .btn-icon, .product-thumb:hover .button-group .btn + .btn-icon {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.product-thumb:hover .image .img-primary {
  opacity: 0;
}

.product-list .product-thumb:hover .image .img-primary {
  opacity: 1;
}

.product-thumb:hover .image .img-secondary {
  opacity: 1;
}

.product-list .product-thumb:hover .image .img-secondary {
  opacity: 0;
}

.box.latest {
  margin-bottom: 0;
}

.box.featured .product-layout {
  margin-bottom: 48px;
}

.box.featured .product-thumb {
  text-align: left;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.box.featured .product-thumb h4 {
  line-height: 28px;
  margin-bottom: 13px;
}

.box.featured .product-thumb p {
  margin-bottom: 18px;
}

.box.featured .product-thumb .price {
  margin: 0;
  display: inline-block;
  max-width: 87px;
  text-align: right;
}

.box.featured .product-thumb .price-old {
  margin-left: 3px;
}

.box.featured .product-thumb .price-new {
  margin-right: 0;
}

.box.featured .product-thumb .button-group {
  line-height: 24px;
  text-align: right;
}

.box.featured .product-thumb .button-group .price {
  vertical-align: middle;
}

.box.featured .product-thumb .button-group .btn, .box.featured .product-thumb .button-group .btn-icon {
  float: left;
  margin-right: 5px;
}

.box.featured .product-thumb .button-group .btn-icon {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.box.featured .product-thumb .button-group .btn {
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}

.box.featured .product-thumb .button-group .btn + .btn-icon {
  -moz-transform: translateX(-62px);
  -ms-transform: translateX(-62px);
  -o-transform: translateX(-62px);
  -webkit-transform: translateX(-62px);
  transform: translateX(-62px);
}

.box.featured .product-thumb:hover .button-group .btn + .btn-icon, .box.featured .product-thumb:hover .button-group .btn {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
}

.product-thumb .image > a {
  display: block;
}

.product-thumb .image > a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}

.product-thumb .image > a .img-primary {
  opacity: 1;
}

.product-thumb .image > a .img-secondary {
  opacity: 0;
}

/* ===================   Product Caption   =================== */
.product-thumb {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-thumb .aside {
  display: none;
}

.product-thumb .image {
  margin-bottom: 17px;
}

.product-thumb .image a img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product-thumb .price {
  margin-bottom: 10px;
  letter-spacing: .7px;
}

.product-thumb .rating {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}

.product-thumb .rating > span {
  margin-bottom: 0;
}

.product-thumb .name {
  margin-bottom: 4px;
}

.product-thumb .description, .product-thumb .description-small {
  margin-bottom: 15px;
  font-weight: 300;
}

.product-thumb .block-quickview {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.product-thumb:hover .image .block-quickview {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.product-thumb .image a:hover img {
  opacity: .9;
}

.table-bordered .product-thumb {
  border: none;
}

.table-bordered .product-thumb .rating {
  position: relative;
  width: 100%;
}

.table-bordered .product-thumb .rating > span {
  margin-bottom: 0;
}

.owl-wrapper .product-thumb {
  max-width: 100%;
}

.parallax .product-thumb {
  border-color: #fff;
}

.name {
  font-size: 14px;
  line-height: 16px;
}

.name a {
  display: inline;
  color: #3f474d;
}

.name a:visited {
  color: #3f474d;
}

.name a:hover, .name a:focus, .name a:active {
  color: #f2c9c2;
}

/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
  overflow: hidden;
}

.product-list {
  padding-left: 15px;
  padding-right: 15px;
}

.product-list .product-thumb {
  margin-bottom: 30px;
  overflow: visible;
}

@media (min-width: 768px) {
  .product-list .product-thumb:before, .product-list .product-thumb:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .product-list .product-thumb:after {
    clear: both;
  }
}

.product-list .product-thumb .btn.quickview {
  display: none;
}

.product-list .product-thumb .image {
  float: left;
  width: 31%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-list .product-thumb .button-group .btn-icon, .product-list .product-thumb .button-group .btn + .btn-icon {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.product-list .product-thumb .caption {
  position: relative;
  width: auto;
  padding: 0;
  top: auto;
  left: auto;
}

.product-list .product-thumb > .price, .product-list .product-thumb > .cart-button,
.product-list .product-thumb > .price, .product-list .product-thumb > .cart-button, .product-list .product-thumb > .cart-buttons {
  display: none;
}

.product-list + .product-list .product-thumb {
  border-top: 0;
}

.product-list .product-thumb {
  margin-bottom: 0;
}

.clearfix + .product-list .product-thumb {
  border-top: 1px solid #eee;
  padding-top: 34px;
}

.product-grid .product-thumb .image {
  float: none;
}

/* ==================   SALE, NEW Message   =================== */
.sale, .new-pr {
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: 40px;
  height: 40px;
  background: #f2c9c2;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

html[lang="ru"] .sale, html[lang="ru"] .new-pr, html[lang="de"] .sale, html[lang="de"] .new-pr {
  width: 47px;
  height: 47px;
  font: 400 8px/47px 'Arial';
}

.new-pr {
  color: #fff;
  background: #3f474d;
}

.product-thumb .sale {
  top: 15px;
  left: 15px;
}

.product-thumb .new-pr {
  top: 15px;
  right: 15px;
}

.product-thumb .discount {
  left: 60px;
  top: 20px;
}

.discount {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  position: absolute;
}

.btn-group {
  margin-bottom: 12px;
  margin-top: 10px;
}

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  color: #f2c9c2;
}

.price-new {
  margin-right: 3px;
}

.price-old {
  text-decoration: line-through;
  vertical-align: baseline;
  color: #7b8a95;
}

.text-price {
  font-size: 16px;
  font-weight: 400;
  color: #f2c9c2;
}

table .price {
  color: #f2c9c2;
  font-weight: 400;
  font-size: 14px;
}

table .price b {
  font-weight: 400;
  color: #f2c9c2;
}

table .price s {
  color: #7b8a95;
}

.price-section {
  margin-top: 20px;
  font-weight: 700;
}

.price-section .price-new, .price-section .price-section .price-old {
  font-size: 30px;
  color: #999;
  line-height: 30px;
}

.price-section .price-old {
  font-size: 20px;
  line-height: 30px;
}

.price-section .price-new {
  margin-right: 5px;
}

.price-section .reward {
  display: block;
  margin-top: 10px;
}

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

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

.stock, .out-stock {
  font-weight: 700;
}

.stock {
  color: #54B70B;
}

.out-stock {
  color: #EE372A;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* ===================   Product Rating   =================== */
.rating {
  position: relative;
}

.fa-stack {
  font-size: 12px;
  line-height: 12px;
  width: .8em;
  height: 12px;
}

.fa-stack i {
  color: #a8a8a8;
  z-index: 1;
}

.fa-stack i.star {
  color: #ffc000;
  z-index: 0;
}

.fa-stack-2x {
  font-size: 1em;
}

.rat {
  color: #f2c9c2;
}

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none;
}

.quickview_image.image a:hover img {
  opacity: .8;
}

.quickview_image.image a img {
  background: #f7f7f7;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.fancybox-wrap .rating {
  margin-bottom: 15px;
}

.buttons-product li button i {
  margin-right: 6px;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 15px;
}

.quickview_description iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em;
}

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px;
}

.quickview-style .product-btn-add {
  margin-top: 10px;
}

.quickview-style .cart-button {
  margin-top: 10px;
}

.quickview-style .rating {
  margin-top: 5px;
}

.product-thumb .product-options {
  display: none;
}

.ajax-overlay .product-options {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  min-width: 300px;
  padding-bottom: 0;
  border-bottom: none;
  max-height: 80%;
  backface-visibility: hidden;
}

.ajax-overlay .product-options h3 {
  margin-top: 0;
}

.ajax-overlay .product-options .col-sm-8 {
  text-align: left;
}

.ajax-overlay .product-options .options {
  padding: 20px;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}

.ajax-overlay .product-options .ajax-overlay_close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "material-design";
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
}

.ajax-overlay .product-options .ajax-overlay_close:before {
  content: '\e054';
}

.ajax-overlay .product-options .ajax-overlay_close:hover {
  color: #f2c9c2;
}

.ajax-overlay .product-option-wrap {
  text-align: center;
  height: 100%;
}

.ajax-overlay .product-option-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ajax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 997;
}

.ajax-overlay.visible {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
}

.product_page #default_gallery .image-thumb .bx-wrapper .bx-prev, .product_page #default_gallery .image-thumb .bx-wrapper .bx-next {
  color: #fff;
  background: #5c5c5c;
}

.product_page #default_gallery .image-thumb .bx-wrapper .bx-prev:hover, .product_page #default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  color: #fff;
  background: #f2c9c2;
}

.product_page #default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: -25px;
}

.product_page #default_gallery .image-thumb .bx-wrapper .bx-next {
  bottom: -25px;
}

/*========== related ===================*/
.related-products .owl-carousel .owl-item {
  text-align: center;
}

.related-products .owl-carousel .owl-item .product-thumb {
  max-width: 370px;
  text-align: left;
}

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (min-width: 1200px) {
  .product_page #default_gallery .image-thumb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important;
  }
  .product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 50%;
    left: 15px;
    right: auto;
    margin-top: -28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box.featured .product-thumb h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .box.featured .product-thumb .button-group .price {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box.featured .product-thumb h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .box.featured .product-thumb .button-group .price {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .box.featured .product-thumb .button-group .btn {
    width: 100%;
    float: none;
    margin-bottom: 35px;
    margin-right: 0;
  }
  .box.featured .product-thumb .button-group .btn-icon {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .box.featured .product-thumb .button-group .btn + .btn-icon {
    left: 40px;
  }
  .box.featured .product-thumb .button-group .btn, .box.featured .product-thumb .button-group .btn-icon, .box.featured .product-thumb .button-group .btn + .btn-icon {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-thumb {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .product-thumb .caption {
    top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-thumb .sale {
    top: 0;
    left: 0;
  }
  .product-thumb .new-pr {
    top: 0;
    right: 0;
  }
  .product-thumb .discount {
    left: 45px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .common-home .product-thumb .rating, .related-products .product-thumb .rating, .product-grid .product-thumb .rating {
    min-height: 21px;
  }
  .product-grid.first {
    clear: left;
  }
  .box .box-content .last {
    clear: left;
  }
  .fancybox-next {
    right: -30px;
  }
  .fancybox-prev {
    left: -30px;
  }
  .product-reviews .fa-stack {
    font-size: 15px;
  }
}

.ipad .product-thumb:hover .image .img-primary,
.ipad .product-thumb .image a:hover .img-primary, .ios .product-thumb:hover .image .img-primary,
.ios .product-thumb .image a:hover .img-primary, .iphone .product-thumb:hover .image .img-primary,
.iphone .product-thumb .image a:hover .img-primary, .mobile .product-thumb:hover .image .img-primary,
.mobile .product-thumb .image a:hover .img-primary {
  opacity: 1 !important;
}

.ipad .product-thumb:hover .image .img-secondary,
.ipad .product-thumb .image a:hover .img-secondary, .ios .product-thumb:hover .image .img-secondary,
.ios .product-thumb .image a:hover .img-secondary, .iphone .product-thumb:hover .image .img-secondary,
.iphone .product-thumb .image a:hover .img-secondary, .mobile .product-thumb:hover .image .img-secondary,
.mobile .product-thumb .image a:hover .img-secondary {
  opacity: 0 !important;
}

.ipad .product-thumb .btn.quickview, .ios .product-thumb .btn.quickview, .iphone .product-thumb .btn.quickview, .mobile .product-thumb .btn.quickview {
  display: none !important;
}

.ipad .product-thumb .button-group p, .ipad .product-thumb .button-group .btn-icon, .ipad .product-thumb .rating, .ios .product-thumb .button-group p, .ios .product-thumb .button-group .btn-icon, .ios .product-thumb .rating, .iphone .product-thumb .button-group p, .iphone .product-thumb .button-group .btn-icon, .iphone .product-thumb .rating, .mobile .product-thumb .button-group p, .mobile .product-thumb .button-group .btn-icon, .mobile .product-thumb .rating {
  opacity: 1;
}

.ipad .product-thumb .button-group .btn-icon,
.ipad .product-thumb .button-group .btn + .btn-icon, .ios .product-thumb .button-group .btn-icon,
.ios .product-thumb .button-group .btn + .btn-icon, .iphone .product-thumb .button-group .btn-icon,
.iphone .product-thumb .button-group .btn + .btn-icon, .mobile .product-thumb .button-group .btn-icon,
.mobile .product-thumb .button-group .btn + .btn-icon {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.ipad .product-thumb:hover, .ios .product-thumb:hover, .iphone .product-thumb:hover, .mobile .product-thumb:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ipad .box.featured .product-thumb .button-group .btn, .ipad .box.featured .product-thumb .button-group .btn-icon, .ipad .box.featured .product-thumb .button-group .btn + .btn-icon, .ios .box.featured .product-thumb .button-group .btn, .ios .box.featured .product-thumb .button-group .btn-icon, .ios .box.featured .product-thumb .button-group .btn + .btn-icon, .iphone .box.featured .product-thumb .button-group .btn, .iphone .box.featured .product-thumb .button-group .btn-icon, .iphone .box.featured .product-thumb .button-group .btn + .btn-icon, .mobile .box.featured .product-thumb .button-group .btn, .mobile .box.featured .product-thumb .button-group .btn-icon, .mobile .box.featured .product-thumb .button-group .btn + .btn-icon {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 767px) {
  .box .product-layout .product-thumb, .product-layout.product-grid .product-thumb {
    width: 370px;
    margin: 0 auto;
  }
  #content .product-layout.product-grid {
    width: 50%;
    float: left;
  }
  #content .product-layout.product-grid + .product-layout {
    margin-top: 0;
  }
  #content .product-layout.product-grid.clr {
    clear: both;
  }
  .product-thumb:hover .image .img-primary, .product-thumb .image a:hover .img-primary {
    opacity: 1 !important;
  }
  .product-thumb:hover .image .img-secondary, .product-thumb .image a:hover .img-secondary {
    opacity: 0 !important;
  }
  .product-thumb .btn.quickview {
    display: none !important;
  }
  .product-thumb .button-group p, .product-thumb .button-group .btn-icon, .product-thumb .rating {
    opacity: 1;
  }
  .product-thumb .button-group .btn-icon,
  .product-thumb .button-group .btn + .btn-icon {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-thumb:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .box.featured .product-thumb {
    text-align: center;
  }
  .box.featured .product-thumb .button-group .btn, .box.featured .product-thumb .button-group .btn-icon, .box.featured .product-thumb .button-group .btn + .btn-icon {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .quickview_description iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em;
  }
  .product-list .product-thumb .image, .product-list .product-thumb .caption, .product-list .product-thumb .aside,
  .product-grid .product-thumb .image,
  .product-grid .product-thumb .caption,
  .product-grid .product-thumb .aside {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .product-list .product-thumb .aside,
  .product-grid .product-thumb .aside {
    display: none;
  }
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    border-right: none;
  }
  .product-list .product-thumb > .price, .product-list .product-thumb .cart-button,
  .product-grid .product-thumb > .price,
  .product-grid .product-thumb .cart-button {
    display: block;
  }
  .product-list + .product-list .product-thumb,
  .product-grid + .product-list .product-thumb {
    border-top: none;
    padding-top: 0;
  }
  .clearfix + .product-list .product-thumb {
    border-top: none;
    padding: 0;
  }
  .product-layout {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important;
  }
}

@media (max-width: 540px) {
  #content .product-layout.product-grid {
    width: 100%;
    float: none;
  }
  .product-thumb .product-options {
    max-width: 95%;
  }
  .product-thumb .product-options [class*="col-xs"] {
    float: left;
  }
  .product-thumb .product-options [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .box .product-layout .product-thumb,
  .product-layout.product-grid .product-thumb {
    width: 290px;
  }
}

/*========================================================
                          Box
=========================================================*/
.box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.box .box-heading {
  margin: 0 0 35px;
  position: relative;
}

.box .box-heading h3 {
  margin: 0;
}

.homebuilder .box.bestsellers .box-heading, .homebuilder .box.latest .box-heading, .homebuilder .box.specials .box-heading, .homebuilder .box.featured .box-heading {
  display: none;
}

.box .product-thumb {
  width: 100%;
  max-width: 370px;
}

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

aside .box .product-layout {
  width: 100%;
  margin-bottom: 0;
}

aside .box .product-layout .product-thumb {
  margin-bottom: 20px;
}

aside .box.bestsellers, aside .box.latest, aside .box.specials, aside .box.featured {
  margin-bottom: 20px;
}

aside [class*="col-"], aside .container {
  width: 100%;
  padding: 0;
}

aside .row {
  margin: 0;
}

.common-home #content > .box {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 29px;
}

.common-home #content > .box .box-heading {
  margin-bottom: 30px;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .common-home #content > .box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  aside .box .product-layout {
    text-align: center;
  }
  aside .box .product-layout .product-thumb {
    text-align: left;
  }
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
    padding: 15px 40px 15px 20px;
    margin-bottom: 15px;
    background: #f7f7f7;
  }
  aside .box .box-heading h3 {
    font-size: 20px;
    line-height: 24px;
  }
  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    left: auto;
    bottom: auto;
    right: 20px;
    top: 15px;
    font-size: 24px;
    line-height: 24px;
    font-family: "FontAwesome";
    color: #7b8a95;
    width: auto;
    height: auto;
    background: none;
  }
  aside .box .box-heading.active:after {
    content: '\f056';
  }
  aside .box .box-heading:hover:after {
    color: #f2c9c2;
  }
  .common-home #content > .box {
    margin-bottom: 30px;
    text-align: center;
  }
  .common-home #content > .box .product-layout {
    float: none;
    text-align: left;
    display: inline-block;
    max-width: 400px;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  aside .box {
    text-align: center;
  }
  aside .box .product-thumb {
    text-align: left;
    width: 370px;
    max-width: 100%;
    margin: 0 10px 25px;
  }
}

/*========================================================
                         Buttons
=========================================================*/
.buttons {
  margin: 1em 0;
}

.buttons:before, .buttons:after {
  display: table;
  content: "";
  line-height: 0;
}

.buttons:after {
  clear: both;
}

.buttons .btn {
  margin-top: 8px;
  margin-bottom: 10px;
}

.agree b {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.agree:hover b {
  color: #f2c9c2;
}

/* ================   Default Buttons BEGIN   =============== */
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  font-size: 12px;
  line-height: 14px;
  border: none;
  font-weight: 400;
  padding: 6px 15px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn, .btn:visited,
.btn-default,
.btn-default:visited,
.btn-primary,
.btn-primary:visited,
.btn-success,
.btn-success:visited,
.btn-info,
.btn-info:visited,
.btn-warning,
.btn-warning:visited,
.btn-danger,
.btn-danger:visited {
  color: #fff;
  background: #b1dada;
}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background: #8ecaca;
}

.btn-default,
.btn-success,
.btn-info,
.btn-default:visited,
.btn-success:visited,
.btn-info:visited {
  background: #b6b6b6;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-default:visited:hover,
.btn-default:visited:focus,
.btn-default:visited:active,
.btn-success:visited:hover,
.btn-success:visited:focus,
.btn-success:visited:active,
.btn-info:visited:hover,
.btn-info:visited:focus,
.btn-info:visited:active {
  color: #fff;
  background: #7b8a95;
}

.btn-primary, .btn-primary:visited {
  background: #f2c9c2;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #e9a498;
}

.product-btn {
  margin-right: 15px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-height: 18px;
}

.product-btn i {
  color: #b1dada;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  margin-right: 5px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product-btn, .product-btn:visited {
  color: #3f474d;
}

.product-btn:hover, .product-btn:focus, .product-btn:active {
  color: #f2c9c2;
}

.product-btn:hover i, .product-btn:focus i, .product-btn:active i {
  color: #f2c9c2;
}

/*================   Product Buttons BEGIN   ===============*/
.btn-icon {
  width: 30px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 1px;
}

.btn-icon, .btn-icon:visited {
  color: #fff;
  background: #b1dada;
}

.btn-icon:hover, .btn-icon:focus, .btn-icon:active {
  color: #fff;
  background: #8ecaca;
}

/* ================   QuickView  =============== */
.product-thumb .btn.quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  min-width: 105px;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.product-thumb .btn.quickview, .product-thumb .btn.quickview:visited {
  background: #000;
}

.product-thumb .btn.quickview:hover, .product-thumb .btn.quickview:focus, .product-thumb .btn.quickview:active {
  background: #333333;
}

/* ================   Product page buttons  =============== */
.buttons-product {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.buttons-product li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.product-buttons {
  padding: 5px 0 0;
}

.product-buttons:before, .product-buttons:after {
  display: table;
  content: "";
  line-height: 0;
}

.product-buttons:after {
  clear: both;
}

.product-buttons li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.product-buttons li button {
  display: inline-block;
  padding: 0;
}

#button-cart {
  display: inline-block;
  margin-left: 10px;
  float: right;
  padding: 13px 25px;
}

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .image .block-quickview .quickview {
    font-size: 12px;
    letter-spacing: 0;
    min-width: 131px;
    padding: 17px 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px;
  }
  .product-thumb .image .block-quickview {
    margin-top: -20px;
  }
  .product-thumb .image .block-quickview .quickview {
    font-size: 11px;
    letter-spacing: 0;
    min-width: 120px;
    padding: 12px 5px;
  }
}

@media (max-width: 991px) {
  .btn-info {
    padding: 12px 9px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .product-thumb .block-quickview {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #grid-view, #list-view {
    display: none;
  }
}

@media (max-width: 479px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-left: 0;
  }
  #button-cart {
    display: block;
    margin: 15px 0 10px;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .account-address .table td a {
    display: block;
  }
  .account-address .table td a + a {
    margin-top: 5px;
  }
}

/*========================================================
                      Form Styles
=========================================================*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  color: #3f474d;
  font-size: 14px;
  height: 40px;
  line-height: 24px;
  padding: 8px 10px 8px 20px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
  box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #3f474d !important;
}

select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder {
  color: transparent !important;
}

select:hover {
  cursor: pointer;
}

input[name*="quantity"] {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

textarea:not([class*="habla"]) {
  min-height: 200px;
}

select {
  display: none;
}

.counter, .counter:focus {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #f7f7f7;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}

.counter:hover, .counter:focus:hover {
  background: #b1dada;
  color: #fff;
}

@media (max-width: 767px) {
  .counter, .counter:focus {
    display: none;
  }
}

@media (max-width: 767px) {
  #product .counter {
    display: inline-block;
  }
}

.input-group-btn .btn {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sbHolder {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  height: 40px;
  position: relative;
  width: 100%;
  text-align: left;
  color: #3f474d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px;
}

.sbHolder:hover {
  background: #efefef;
}

.sbHolder:focus {
  border-color: rgba(107, 97, 162, 0.3);
  -webkit-box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
  box-shadow: 1px 1px 10px rgba(107, 97, 162, 0.3);
}

.sbSelector {
  display: block;
  height: 100%;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  right: 30px;
  padding: 8px 10px 8px 15px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7b8a95;
}

.sbSelector:visited {
  color: #7b8a95;
}

.sbSelector:hover, .sbSelector:focus, .sbSelector:active {
  color: #3f474d;
}

.sbToggle {
  display: block;
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  color: inherit;
  font-family: "material-design";
  line-height: 40px;
  font-size: 28px;
}

.sbToggle:before {
  content: "";
  display: block;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.sbToggle:hover {
  color: inherit;
}

.sbToggleOpen:before {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbOptions {
  background-color: #f7f7f7;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 3;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #eee;
}

.sbOptions li a {
  display: block;
  padding: 8px 20px 8px 10px;
  color: #3f474d;
}

.sbOptions li a:hover {
  background: #efefef;
}

input[type="radio"] {
  display: none;
}

#modal-shipping label {
  vertical-align: top;
  line-height: 16px;
}

#modal-shipping label input[type="radio"] {
  display: inline-block;
  margin-top: 2px;
}

input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"] + label:before {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  background: #fff;
}

input[type="radio"] + label:after {
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

input[type="radio"]:checked + label:after {
  background: #f2c9c2;
}

.radio-inline {
  margin-right: 5px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
}

input[type="checkbox"] + label:before {
  background: #e5e5e5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="checkbox"] + label:after {
  text-align: center;
  line-height: 14px;
  font-family: "FontAwesome";
  color: #f2c9c2;
}

input[type="checkbox"]:checked + label:after {
  content: "";
}

input[type="checkbox"][disabled] + label {
  color: #d0d5d9;
}

input[type="checkbox"][name="agree"] + label {
  padding-bottom: 9px;
  margin-bottom: 3px;
}

input[type="checkbox"][name="agree"] + label:before, input[type="checkbox"][name="agree"] + label:after {
  top: 0;
}

/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 29px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 18px;
  }
}

.navigation {
  position: relative;
}

.megamenu {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

/*================ Menu  ===============*/
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 7px 0;
}

.sf-menu li {
  position: relative;
}

.sf-menu li.sfHover > a,
.sf-menu li > a.active {
  color: #b1dada;
}

.sf-menu li > a:hover {
  color: #b1dada;
}

.sf-menu li.sf-with-mega {
  position: static;
}

.sf-menu > li {
  text-transform: uppercase;
  float: left;
}

.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 1px;
  color: #7b8a95;
  -moz-transition: 0.4s color;
  -o-transition: 0.4s color;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.sf-menu > li > a:before {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  bottom: 0;
  height: 10px;
  right: 100%;
  width: 0;
  content: '';
  background: rgba(177, 218, 218, 0.2);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sf-menu > li.sfHover > a:before,
.sf-menu > li > a.active:before, .sf-menu > li > a:hover:before, .sf-menu > li > a:focus:before, .sf-menu > li > a:active:before {
  left: -10px;
  right: -10px;
  width: auto;
  background-color: rgba(177, 218, 218, 0.2);
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  top: 100%;
  left: 0;
  width: 220px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  background: #f7f7f7;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu li {
  position: relative;
}

.sf-menu .simple_menu li + li {
  margin-top: 10px;
}

.sf-menu .simple_menu a {
  display: inline-block;
  padding: 0;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 247px;
  top: -35px;
  margin-top: 0;
}

.sf-menu .simple_menu .simple_menu:before {
  display: none;
}

.menu-gadget {
  display: none !important;
}

/*--------------------------------------------------------------
                     Megamenu Styles
--------------------------------------------------------------*/
.sf-menu .sf-mega {
  display: none;
  position: absolute;
  overflow: hidden;
  list-style-type: none;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  line-height: 0;
  font-weight: 300;
  background: #f7f7f7;
  padding: 30px 30px 16px;
  z-index: 8;
}

.sf-menu .sf-mega .container, .sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sf-menu .sf-mega .sf-mega_section {
  position: relative;
  line-height: 14px;
}

.sf-menu .sf-mega > li {
  padding: 0;
}

.sf-menu .sf-mega > li li + li {
  margin-top: 10px;
}

.sf-menu .sf-mega > li .submenu_title {
  padding-bottom: 14px;
  letter-spacing: 1px;
}

.sf-menu .sf-mega > li .submenu_title a {
  font-weight: 700;
  text-transform: uppercase;
  color: #4f565b;
}

.sf-menu .sf-mega > li .submenu_title a:hover {
  color: #b1dada;
}

.sf-menu .sf-mega > li a {
  display: inline;
}

.sf-menu .sf-mega > li a:hover {
  color: #b1dada;
}

.sf-menu .sf-mega ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.sf-menu .sf-mega_row {
  margin: 0 -15px;
}

.sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu .sf-mega_row:after {
  clear: both;
}

.sf-menu .sf-mega_section {
  float: left;
  padding: 0 15px;
}

.sf-menu .sf-mega .banners {
  margin-bottom: 10px;
}

.sf-menu .sf-mega .banners a {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sf-mega_li {
    float: left;
    position: relative;
    z-index: 9;
    display: inline-block;
  }
}

/*--------------------------------------------------------------
                      sf-with-ul styles
--------------------------------------------------------------*/
.sf-menu > li > .sf-with-ul span {
  position: relative;
  display: block;
}

.sf-menu > li.sfHover > .sf-with-ul span:before {
  bottom: -42px;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu .sf-mega > li .submenu_title {
    padding-bottom: 8px;
  }
  .sf-menu > li.sfHover > a:before, .sf-menu > li > a.active:before, .sf-menu > li > a:hover:before, .sf-menu > li > a:focus:before, .sf-menu > li > a:active:before {
    left: -7px;
    right: -7px;
  }
  .sf-menu .simple_menu {
    width: 195px;
  }
}

@media (max-width: 767px) {
  .navigation {
    line-height: 0;
  }
  .dropdown-menu {
    min-width: 100px;
  }
  .dropdown-menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .toggle_cont {
    width: 170px;
  }
  .megamenu {
    padding: 0;
  }
  .sf-mega_li {
    width: auto !important;
  }
  .sf-menu {
    display: none;
  }
  .sf-mega_section {
    width: 100% !important;
  }
}

/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important;
}

.ajax-overlay-open .scroll-fix {
  z-index: 996;
}

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    background: #f8f8f8;
  }
}

@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static;
  }
  .stuck-menu + .stuck-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -50px;
  left: 0;
  bottom: -50px;
  width: 240px;
  padding: 120px 0 70px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul > li {
  overflow: hidden;
}

.rd-mobilemenu_ul > li > a {
  display: inline-block;
  width: 100%;
}

.rd-mobilemenu_ul .submenu_title > a, .rd-mobilemenu_ul li > a {
  display: block;
  color: #7b8a95;
  padding: 12px 45px 12px 20px;
}

.rd-mobilemenu_ul .submenu_title > a:visited, .rd-mobilemenu_ul li > a:visited {
  color: #7b8a95;
}

.rd-mobilemenu_ul .submenu_title > a:hover, .rd-mobilemenu_ul .submenu_title > a:active, .rd-mobilemenu_ul .submenu_title > a:focus, .rd-mobilemenu_ul .submenu_title > a.active, .rd-mobilemenu_ul li > a:hover, .rd-mobilemenu_ul li > a:active, .rd-mobilemenu_ul li > a:focus, .rd-mobilemenu_ul li > a.active {
  color: #fff;
  background: #f2c9c2;
}

.rd-mobilemenu_ul .submenu_title > a img, .rd-mobilemenu_ul li > a img {
  float: left;
  width: 70px;
  margin: 0 5px 10px 0;
}

.rd-mobilemenu_ul .submenu_title > a span, .rd-mobilemenu_ul li > a span {
  font-size: 14px;
  line-height: 16px;
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle, .rd-mobilemenu_ul li > a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  background: rgba(63, 71, 77, 0.1);
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle:after, .rd-mobilemenu_ul li > a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul .submenu_title > a .rd-submenu-toggle:hover, .rd-mobilemenu_ul li > a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}

.rd-mobilemenu_ul .submenu_title > a.rd-with-ul, .rd-mobilemenu_ul li > a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul .submenu_title > a.rd-with-ul.active .rd-submenu-toggle, .rd-mobilemenu_ul li > a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul {
  list-style-type: none;
  padding-left: 0;
}

.rd-mobilemenu_ul ul .submenu_title a {
  padding-left: 30px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 40px;
  display: inline-block;
  width: 100%;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilemenu_ul .megamenu_module a:hover {
  background: none;
}

.rd-mobilemenu.active {
  background: rgba(255, 255, 255, 0.5);
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #FFF;
  color: #3f474d;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 0;
  letter-spacing: 0;
  left: 50px;
  right: 125px;
  color: #3f474d;
  font-size: 16px;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 13px;
  left: 15px;
  width: 24px;
  height: 24px;
}

.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
}

.rd-mobilepanel_toggle span:after {
  top: 6px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 16px;
  height: 3px;
  background-color: #3f474d;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.14286px center;
  -ms-transform-origin: 1.14286px center;
  -o-transform-origin: 1.14286px center;
  -webkit-transform-origin: 1.14286px center;
  transform-origin: 1.14286px center;
  -moz-transform-origin: 1.14286px center;
  -ms-transform-origin: 1.14286px center;
  -o-transform-origin: 1.14286px center;
  -webkit-transform-origin: 1.14286px center;
  transform-origin: 1.14286px center;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 10px;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  body {
    padding-top: 50px;
  }
  .megamenu_module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .megamenu_module .box .box-heading {
    display: none;
  }
  .megamenu_module .product-thumb .image {
    margin-bottom: 15px;
  }
  .megamenu_module .product-thumb .price {
    margin-bottom: 0;
  }
  .megamenu_module .product-thumb .cart-button, .megamenu_module .product-thumb .btn-primary {
    display: none;
  }
  .megamenu_module .product-layout {
    margin-bottom: 0;
  }
  .megamenu_module .box {
    margin-bottom: 10px;
  }
  .megamenu_module .html-module {
    margin-top: 0;
  }
  .sf-mega_section {
    margin-bottom: 15px;
  }
  .sf-mega_section .megamenu_module {
    display: none;
  }
  .rd-mobilemenu_ul ul {
    background-image: none !important;
  }
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  .cart {
    right: 5px;
    height: 50px;
    z-index: 10001;
  }
  .cart > button {
    line-height: 50px;
    color: #3f474d;
  }
  header .nav {
    right: 103px;
    z-index: 10001;
  }
  header .nav > .toggle {
    line-height: 50px;
  }
  header .nav .toggle_cont a i {
    display: none;
  }
  header .button-wishlist {
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 50px;
    top: 0;
    z-index: 10001;
  }
  header .button-wishlist i {
    line-height: 50px;
    font-size: 24px;
  }
  .nav > .toggle {
    color: #3f474d;
    font-size: 25px;
  }
  .nav > .toggle:hover {
    color: #fff;
  }
  .header-top .button-login {
    margin-left: 10px;
  }
  .header-top > .container > span a span {
    font-size: 12px;
  }
  .rd-mobilemenu_ul .banners.row {
    margin: 0;
  }
}

/*========================================================
                       Banners
=========================================================*/
.banners {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 0;
}

.banners a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.banners .s-desc {
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 2%;
  width: 43%;
  margin-top: -42px;
}

.banners .s-desc h4 {
  margin-bottom: 12px;
}

.banners .s-desc h6 {
  font-size: 12px;
  line-height: 14px;
  color: #f2c9c2;
  text-transform: none;
  margin-bottom: 18px;
}

.banners .s-desc a {
  position: relative;
  z-index: 2;
}

.banners .s-desc a:hover {
  color: #fff !important;
}

.banner-box {
  overflow: hidden;
  position: relative;
}

.banner-box .link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner-box:after {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background: rgba(242, 201, 194, 0.2);
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-box:hover:after {
  width: 100%;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .banners .s-desc h6 {
    margin-bottom: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banners .s-desc h6 {
    margin-bottom: 8px;
  }
  .banners .s-desc h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .banners > div {
    display: inline-block;
  }
  .banners > div a {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .banners > div {
    width: 100%;
  }
}

/*========================================================
                       HTML boxes
=========================================================*/
.box_html.top-banners .banners-html {
  position: relative;
  line-height: 0;
  margin-bottom: 20px;
}

.box_html.top-banners .banners-html > div {
  margin-bottom: 30px;
  position: relative;
}

.box_html.top-banners .banners-html > div .s-desc {
  position: absolute;
  left: 30px;
  bottom: 26px;
  text-transform: uppercase;
}

.box_html.top-banners .banners-html > div .s-desc h6 {
  font: 200 19px/23px "Montserrat", sans-serif;
  letter-spacing: 1.2px;
  color: #3f474d;
  text-transform: none;
  margin-bottom: 12px;
}

.box_html.top-banners .banners-html > div .s-desc h5 {
  display: inline-block;
  letter-spacing: 1.8px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
}

.box_html.top-banners .banners-html > div .s-desc * + span {
  margin-top: 11px;
}

.box_html.top-banners .banners-html > div > a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.box_html.top-banners .banners-html > div.banner-2 .s-desc {
  bottom: auto;
  top: 26px;
}

.box_html.top-banners .banners-html > div.banner-3 .s-desc {
  bottom: 21px;
}

.box_html.bottom-banners {
  position: relative;
  display: inline-block;
  width: 100%;
}

.box_html.bottom-banners .rd-parallax-inner > div {
  opacity: 1 !important;
}

.box_html.bottom-banners .item-bg {
  position: absolute;
  z-index: 1;
  top: 304px;
  left: 453px;
  width: 186px;
  height: 244px;
  content: '';
  background: #f7f7f7;
}

.box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-2, .box_html.bottom-banners .banner-3, .box_html.bottom-banners .banner-4, .box_html.bottom-banners .banner-5, .box_html.bottom-banners .banner-6 {
  position: relative;
  vertical-align: top;
  display: inline-block;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.box_html.bottom-banners .banner-1:hover, .box_html.bottom-banners .banner-2:hover, .box_html.bottom-banners .banner-3:hover, .box_html.bottom-banners .banner-4:hover, .box_html.bottom-banners .banner-5:hover, .box_html.bottom-banners .banner-6:hover {
  z-index: 5;
}

.box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-6 {
  width: 517px;
  height: 304px;
  background: #fff;
  border: 3px solid #f2c9c2;
}

.box_html.bottom-banners .banner-1 .title, .box_html.bottom-banners .banner-6 .title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
  display: inline-block;
  color: #3f474d;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.box_html.bottom-banners .banner-1 p, .box_html.bottom-banners .banner-6 p {
  margin-bottom: 0;
  color: #7b8a95;
  padding-right: 24%;
  letter-spacing: 1px;
}

.box_html.bottom-banners .banner-1 .title + p, .box_html.bottom-banners .banner-6 .title + p {
  margin-top: 7px;
}

.box_html.bottom-banners .banner-1 p + .tx-link, .box_html.bottom-banners .banner-6 p + .tx-link {
  margin-top: 31px;
}

.box_html.bottom-banners .banner-1 .tx-link, .box_html.bottom-banners .banner-6 .tx-link {
  display: inline-block;
  color: #7b8a95;
  text-transform: uppercase;
  text-decoration: underline;
  font: 300 16px/19px "Montserrat", sans-serif;
  letter-spacing: .7px;
}

.box_html.bottom-banners .banner-1 .tx-link:hover, .box_html.bottom-banners .banner-6 .tx-link:hover {
  color: #f2c9c2;
}

.box_html.bottom-banners .banner-1 .wrap, .box_html.bottom-banners .banner-6 .wrap {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  left: 50px;
}

.box_html.bottom-banners .banner-1 .wrap:hover, .box_html.bottom-banners .banner-6 .wrap:hover {
  border-color: #3f474d;
}

.box_html.bottom-banners .banner-6 p + .tx-link {
  margin-top: 18px;
}

.box_html.bottom-banners .banner-6 p {
  padding-right: 10%;
}

.box_html.bottom-banners .banner-2 {
  margin-top: 109px;
  margin-left: -117px;
  z-index: 2;
}

.box_html.bottom-banners .banner-3 {
  margin-left: -86px;
  z-index: 3;
}

.box_html.bottom-banners .banner-4 {
  position: absolute;
  top: 66px;
  right: 0;
}

.box_html.bottom-banners .banner-5 {
  clear: left;
  margin-top: -132px;
  margin-left: 71px;
}

.box_html.bottom-banners .banner-6 {
  position: absolute;
  right: 31px;
  top: 290px;
  z-index: 4;
  width: 470px;
}

footer .box_html h5 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
  color: #3f474d;
  font-family: "Meddon", serif;
  padding: 23px 0 9px;
  margin: 0;
  position: relative;
  text-transform: none;
}

footer .box_html p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.top-banners .banners-html > div .s-desc {
    letter-spacing: 0;
    bottom: 21px;
    font-size: 15px;
    line-height: 18px;
    left: 24px;
  }
  .box_html.top-banners .banners-html > div .s-desc span {
    font-size: 29px;
    line-height: 33px;
    letter-spacing: .5px;
  }
  .box_html.top-banners .banners-html > div .s-desc h5 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .box_html.top-banners .banners-html > div .s-desc h6 {
    margin-bottom: 7px;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-6 {
    height: 243px;
    width: 414px;
  }
  .box_html.bottom-banners .banner-1 a, .box_html.bottom-banners .banner-6 a {
    left: 40px;
  }
  .box_html.bottom-banners .banner-1 a .title, .box_html.bottom-banners .banner-6 a .title {
    font-size: 28px;
    line-height: 34px;
  }
  .box_html.bottom-banners .banner-1 a p, .box_html.bottom-banners .banner-6 a p {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 19px;
  }
  .box_html.bottom-banners .banner-1 a p + .tx-link, .box_html.bottom-banners .banner-6 a p + .tx-link {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .box_html.bottom-banners .banner-2 {
    margin-left: -94px;
    margin-top: 87px;
    max-width: 241px;
  }
  .box_html.bottom-banners .banner-3 {
    margin-left: -69px;
    max-width: 188px;
  }
  .box_html.bottom-banners .banner-4 {
    top: 66px;
    max-width: 305px;
  }
  .box_html.bottom-banners .banner-5 {
    margin-left: 57px;
    margin-top: -106px;
    max-width: 305px;
  }
  .box_html.bottom-banners .item-bg {
    height: 195px;
    left: 362px;
    top: 243px;
    width: 149px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_html.top-banners .banners-html > div .s-desc {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    bottom: 13px;
    left: 19px;
  }
  .box_html.top-banners .banners-html > div .s-desc span {
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .box_html.top-banners .banners-html > div.banner-3 .s-desc {
    bottom: 13px;
  }
  .box_html.top-banners .banners-html > div.banner-2 .s-desc {
    top: 20px;
  }
  .box_html.top-banners .banners-html > div.banner-4 .s-desc {
    margin-bottom: -49px;
  }
  .box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-6 {
    height: 194px;
    width: 331px;
  }
  .box_html.bottom-banners .banner-1 a, .box_html.bottom-banners .banner-6 a {
    left: 30px;
    right: 30px;
  }
  .box_html.bottom-banners .banner-1 a .title, .box_html.bottom-banners .banner-6 a .title {
    font-size: 22px;
    line-height: 26px;
  }
  .box_html.bottom-banners .banner-1 a p, .box_html.bottom-banners .banner-6 a p {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
  }
  .box_html.bottom-banners .banner-1 a p + .tx-link, .box_html.bottom-banners .banner-6 a p + .tx-link {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .box_html.bottom-banners .banner-2 {
    margin-left: -75px;
    margin-top: 70px;
    max-width: 192px;
  }
  .box_html.bottom-banners .banner-3 {
    margin-left: -55px;
    max-width: 150px;
  }
  .box_html.bottom-banners .banner-4 {
    top: 53px;
    max-width: 244px;
  }
  .box_html.bottom-banners .banner-5 {
    margin-left: 46px;
    margin-top: -85px;
    max-width: 244px;
  }
  .box_html.bottom-banners .item-bg {
    height: 156px;
    left: 290px;
    top: 194px;
    width: 119px;
  }
}

@media (max-width: 768px) {
  .box_html.bottom-banners .banner-1 .title,
  .box_html.bottom-banners .banner-6 .title {
    font: 300 23px/42px "Alegreya Sans", sans-serif;
  }
  .box_html.bottom-banners .banner-1 .title + p,
  .box_html.bottom-banners .banner-6 .title + p {
    display: none;
  }
}

@media (min-width: 768px) {
  .box_html.top-banners .banners-html > div {
    float: left;
  }
  .box_html.top-banners .banners-html > div.banner-3 {
    clear: left;
  }
  .box_html.top-banners .banners-html > div > a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 1px solid #fff;
    opacity: 0;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .box_html.top-banners .banners-html > div > a:hover:after {
    opacity: 0.53;
    border-width: 10px;
  }
  .box_html.bottom-banners .banner-2 a:after, .box_html.bottom-banners .banner-3 a:after, .box_html.bottom-banners .banner-4 a:after, .box_html.bottom-banners .banner-5 a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 1px solid #fff;
    opacity: 0;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .box_html.bottom-banners .banner-2 a:hover:after, .box_html.bottom-banners .banner-3 a:hover:after, .box_html.bottom-banners .banner-4 a:hover:after, .box_html.bottom-banners .banner-5 a:hover:after {
    border-width: 10px;
    opacity: .53;
  }
  .box_html.bottom-banners .rd-parallax-inner .banner-2 {
    margin-top: 102px;
  }
  .box_html.bottom-banners .rd-parallax-inner .banner-3 {
    margin-top: 30px;
  }
  .box_html.bottom-banners .rd-parallax-inner .item-bg {
    margin-top: -30px;
  }
  .box_html.bottom-banners .rd-parallax-inner .banner-4 {
    margin-top: 40px;
  }
  .box_html.bottom-banners .rd-parallax-inner .banner-5 {
    margin-top: -122px;
  }
  .box_html.bottom-banners .rd-parallax-inner .banner-6 {
    margin-top: -7px;
  }
}

@media (max-width: 767px) {
  .box_html.top-banners .banners-html {
    text-align: center;
  }
  .box_html.top-banners .banners-html > div {
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: left;
  }
  .box_html.bottom-banners {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    display: block;
    width: auto;
  }
  .box_html.bottom-banners .item-bg {
    display: none;
  }
  .box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-6 {
    width: 547px;
    max-width: 100%;
  }
  .box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-2, .box_html.bottom-banners .banner-3, .box_html.bottom-banners .banner-4, .box_html.bottom-banners .banner-5, .box_html.bottom-banners .banner-6 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 0 20px 0;
    padding: 0 15px;
    text-align: left;
    float: none;
    max-width: 100%;
    vertical-align: middle;
  }
}

@media (max-width: 480px) {
  .box_html.top-banners .banners-html > div .s-desc span {
    font-size: 29px;
    line-height: 33px;
    letter-spacing: 0;
  }
  .box_html.bottom-banners .banner-1, .box_html.bottom-banners .banner-6 {
    width: 91%;
  }
  .box_html.bottom-banners .banner-1 a, .box_html.bottom-banners .banner-6 a {
    left: 30px;
    right: 30px;
  }
  .box_html.bottom-banners .banner-1 a .title, .box_html.bottom-banners .banner-6 a .title {
    font-size: 28px;
    line-height: 34px;
  }
  .box_html.bottom-banners .banner-1 a p, .box_html.bottom-banners .banner-6 a p {
    padding: 0;
    font-size: 13px;
    line-height: 19px;
  }
  .box_html.bottom-banners .banner-1 a p + .tx-link, .box_html.bottom-banners .banner-6 a p + .tx-link {
    margin-top: 20px;
  }
}

/*========================================================
                      Blog Styles
=========================================================*/
.blog_article + .blog_article {
  margin-top: 30px;
}

.article-info .article-sub-title {
  text-align: center;
}

.article-info .btn {
  margin-top: 15px;
}

.article-image {
  text-align: center;
}

.simple_blog-article-view h1:after {
  margin-bottom: 15px;
}

.article-info .article-title h1 {
  text-align: center;
}

.article-title a, .article-title a:visited {
  color: #4f565b;
}

.article-title a:hover, .article-title a:focus, .article-title a:active {
  color: #f2c9c2;
}

.article-title:after {
  display: none;
}

.article-title + * {
  margin-top: 20px;
}

* + .article-description {
  margin-top: 20px;
}

.article-sub-title {
  font-size: 14px;
  color: #3f474d;
  font-weight: 400;
}

.article-sub-title span:before {
  font-size: 18px;
  font-family: "material-design";
  color: #f2c9c2;
  line-height: inherit;
  margin-right: 5px;
  vertical-align: bottom;
}

.article-sub-title span + span {
  margin-left: 20px;
}

.article-sub-title + * {
  margin-top: 20px;
}

.article-date,
.article-comments,
.article-author {
  white-space: nowrap;
}

.article-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f2c9c2;
  letter-spacing: 1px;
}

.article-author {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b1b;
}

.article-description ul, .article-description ol {
  padding-left: 0;
  list-style-type: none;
  margin: 35px 0 45px;
}

.article-description ul li, .article-description ol li {
  position: relative;
  padding-left: 50px;
}

.article-description ul li:before, .article-description ol li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.article-description ul li + li, .article-description ol li + li {
  margin-top: 16px;
}

.article-description ul li:before {
  content: '\e18e';
  font-size: 28px;
  font-family: "material-design";
}

.article-description ol {
  counter-reset: list;
}

.article-description ol li {
  counter-increment: list;
}

.article-description ol li:before {
  content: counter(list, decimal-leading-zero) ".";
  color: #3f474d;
  font-size: 16px;
  font-weight: 700;
}

.article-description + * {
  margin-top: 31px;
}

.related-article h4 {
  text-transform: uppercase;
  color: #f2c9c2;
}

.related-article h4 a:hover {
  color: #3f474d;
}

.related-article .article-sub-title {
  text-align: left;
}

.related-article .article-sub-title span + span {
  margin-left: 5px;
}

.related-article .row + .row {
  margin-top: 30px;
}

.related-article .image {
  margin-top: 5px;
}

.author-info .image {
  float: left;
  margin: 5px 30px 10px 0;
}

.article-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article-comment .author {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.article-comment .reply-message {
  float: right;
  text-transform: uppercase;
}

.article-comment .comment-date {
  clear: both;
  color: #3f474d;
  text-transform: uppercase;
}

.article-comment .comment-date:before {
  content: '\e053';
  font-size: 15px;
  color: #f2c9c2;
  font-family: "material-design";
  margin-right: 5px;
}

.article-comment .text {
  margin-top: 15px;
}

.article-comment .article-reply {
  margin: 30px 0 0 60px;
}

.reply-cancel {
  font-size: 16px;
  color: #f2c9c2;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
}

.reply-cancel:hover {
  color: #3f474d;
}

aside .blog_articles .article-title {
  font-size: 16px;
}

aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 30px;
}

aside .blog_articles * + .article-description {
  margin-top: 15px;
}

aside .blog-categories ul > li {
  position: relative;
}

aside .blog-categories ul > li > i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3f474d;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  font-size: 20px;
}

aside .blog-categories ul > li > i:hover {
  color: #f2c9c2;
}

aside .blog-categories ul > li > a {
  background: #f7f7f7;
  display: block;
  color: #3f474d;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
}

aside .blog-categories ul > li > a:hover {
  background: #efefef;
}

aside .blog-categories ul > li + li {
  border-top: 1px solid #eee;
}

aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
}

aside .blog-categories ul ul a {
  padding-left: 40px;
}

aside #blog-search {
  margin: 15px 0 0;
  position: relative;
}

aside #blog-search input {
  padding-right: 35px;
}

aside #blog-search a {
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 16px;
  line-height: 40px;
  top: 0;
  color: #3f474d;
  font-family: "FontAwesome";
}

aside #blog-search a:before {
  content: '\f002';
}

aside #blog-search a:hover {
  color: #f2c9c2;
}

.simple_blog-article-view .product_tabs .nav-tabs {
  width: 25%;
}

.simple_blog-article-view .product_tabs .tab-content {
  width: 75%;
}

.box.blog_articles > .box-content {
  background: #fff;
}

.box.blog_articles > .box-content .col-sm-6 + .col-sm-6 {
  display: inline-block;
  position: absolute;
  padding-top: 18px;
  padding-left: 95px;
  padding-right: 95px;
  top: 50%;
  float: none;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box.blog_articles .article-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #4f565b;
  margin-top: 16px;
}

.box.blog_articles .article-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-top: 17px;
}

.box.blog_articles + .article-sub-title {
  margin-top: 25px;
}

.box.blog_articles .btn-primary {
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 99px;
  margin-top: 28px;
}

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .article-sub-title span + span {
    margin-left: 5px;
  }
  .box.blog_articles .article-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .article-sub-title span + span {
    margin-left: 5px;
  }
  .box.blog_articles > .box-content .col-sm-6 + .col-sm-6 {
    padding-left: 20px;
    padding-right: 40px;
  }
  .box.blog_articles .article-title {
    font-size: 20px;
    line-height: 24px;
  }
  .box.blog_articles .article-image {
    margin-bottom: 0;
  }
  .box.blog_articles .article-description {
    font-size: 13px;
    line-height: 20px;
  }
  .article-description + * {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .article-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .box .box-heading {
    text-align: center;
  }
  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%;
  }
  .box.blog_articles > .box-content .col-sm-6 + .col-sm-6 {
    display: block;
    position: relative;
    padding: 15px 15px 30px;
    top: auto;
    right: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .box.blog_articles .article-title {
    font-size: 22px;
    line-height: 26px;
  }
  .article-description + * {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block;
  }
}

@media (max-width: 479px) {
  .article-sub-title span {
    display: block;
  }
  .article-sub-title span + span {
    margin: 10px 0 0;
  }
}

.newsletter {
  margin-bottom: 52px;
}

.newsletter .box-content {
  background: none;
  padding: 0;
}

.newsletter .jetimpex-login-form {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 57px;
}

.newsletter .jetimpex-login-form label {
  display: none;
}

.newsletter .jetimpex-login-form input[type="text"] {
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 57px;
  font-size: 12px;
  line-height: 16px;
  padding: 20px 10px 20px 28px;
  color: #7b8a95;
  border: none;
  background: none;
}

.newsletter .jetimpex-login-form input[type="text"].form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.newsletter .jetimpex-login-form input[type="text"]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.newsletter .jetimpex-login-form input[type="text"]:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.newsletter .jetimpex-login-form input[type="text"]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.newsletter .jetimpex-login-form input[type="text"]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.newsletter .btn {
  vertical-align: top;
  padding-top: 22px;
  padding-bottom: 21px;
  min-width: 165px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.newsletter-error,
.newsletter-success {
  left: 0;
  width: 100%;
  font-weight: 300;
  display: block;
  position: absolute;
  bottom: -30px;
}

.newsletter-error {
  color: red;
}

.newsletter-success {
  color: green;
}

.newsletter div.jetimpex-login-form {
  line-height: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .newsletter div.jetimpex-login-form {
    text-align: left;
    float: left;
  }
}

.newsletter div.jetimpex-login-form .newsletter-description {
  vertical-align: baseline;
  margin-top: 0;
  float: none !important;
}

.newsletter div.jetimpex-login-form input[type="text"] {
  height: 16px;
  line-height: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  border: none;
  vertical-align: baseline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter {
    margin-bottom: 42px;
  }
  .newsletter .jetimpex-login-form input[type="text"] {
    width: 205px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newsletter {
    margin-bottom: 40px;
  }
  .newsletter .jetimpex-login-form {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .newsletter .jetimpex-login-form input[type="text"] {
    width: 282px;
  }
}

@media (max-width: 767px) {
  .newsletter-block .newsletter.box {
    margin-bottom: 0;
  }
  .newsletter-block .newsletter.box form {
    padding-bottom: 70px;
  }
  .newsletter .jetimpex-login-form {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .box-content > form {
    margin: 0 15px;
  }
  #common-home .box-content > form {
    margin: 0;
  }
  .newsletter .jetimpex-login-form {
    width: 100%;
  }
  .newsletter .jetimpex-login-form .newsletter-description {
    display: none;
  }
  .newsletter .jetimpex-login-form input[type="text"] {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .newsletter .dropdown-btn {
    width: 100%;
    margin: 0;
  }
  .newsletter.box {
    margin-bottom: 60px;
  }
  .newsletter-error,
  .newsletter-success {
    bottom: -30px;
  }
}

/* ===================   Product Quickview   =================== */
.ajax-quickview,
.ajax-quickview-images,
.ajax-quickview-images > ul,
.ajax-quickview-images > ul > li {
  height: 100%;
}

.ajax-quickview {
  background: #fff;
}

.ajax-quickview-cont-wrap {
  width: 48%;
}

.ajax-quickview-images {
  position: relative;
  float: left;
  margin: 10px;
  width: 50%;
  margin: 0;
  background: #f7f7f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ajax-quickview-images > ul {
  margin: 0;
}

.ajax-quickview-images > ul > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.ajax-quickview-images > ul > li > img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 78%;
  max-width: none;
  width: auto;
}

.ajax-quickview-images > ul > li.active {
  z-index: 2;
  opacity: 1;
}

.ajax-quickview-images .next-img,
.ajax-quickview-images .prev-img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  font-size: 18px;
}

.ajax-quickview-images .next-img {
  right: 15px;
}

.ajax-quickview-images .prev-img {
  left: 15px;
}

.ajax-quickview-cont-wrap {
  float: right;
  max-height: 100%;
  overflow-y: auto;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont {
  padding: 30px 50px 30px 20px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .price {
  margin-bottom: 10px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .form-group {
  margin-bottom: 5px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button {
  margin-top: 15px;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button .link {
  margin-top: 5px;
  font-weight: 300;
  color: #3f474d;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button .link:visited, .ajax-quickview-cont-wrap .ajax-quickview-cont .cart-button .link:hover {
  color: #f2c9c2;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .product-option-wrap h3 {
  margin: 0;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .product-option-wrap .btn.float {
  float: right;
}

.ajax-quickview-cont-wrap .ajax-quickview-cont .product-option-wrap .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.ajax-quickview-cont-wrap .sale, .ajax-quickview-cont-wrap .new-pr, .ajax-quickview-cont-wrap .discount {
  position: static;
}

.ajax-quickview-cont-wrap .product-options {
  border-bottom: none;
  padding-top: 0;
}

.ajax-quickview-cont-wrap .product-options .control-label {
  margin: 5px 0;
  font-weight: 300;
}

.ajax-quickview-cont-wrap .product-options h3 {
  text-align: left;
}

.ajax-quickview-cont-wrap .product-btn-add {
  vertical-align: middle;
  margin-right: 20px;
}

.ajax-quickview-cont-wrap .counter + .btn {
  margin-left: 15px;
  padding: 13px 25px;
}

.ajax-quickview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(63, 71, 77, 0.3);
  opacity: 0;
  visibility: hidden;
}

.ajax-quickview-overlay .ajax-quickview-overlay__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../image/quick_view_preloader.gif) #fff;
}

.ajax-quickview-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-option-wrap .form-group .product-btn-add {
    display: block;
    margin-bottom: 5px;
  }
}

/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: February 7, 2016
*/
.swiper-container {
  margin: 0 auto 45px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -9px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

div.swiper-button-prev, div.swiper-button-next {
  opacity: 1;
}

div.swiper-button-prev:before, div.swiper-button-next:before {
  transition: color 0.3s ease 0s;
}

div.swiper-button-prev:hover:before, div.swiper-button-next:hover:before {
  color: #c1c1c1;
}

div.swiper-button-prev,
.swiper-container-rtl div.swiper-button-next {
  left: 10px;
  right: auto;
  background-image: none;
}

div.swiper-button-prev:before,
.swiper-container-rtl div.swiper-button-next:before {
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: "\f053";
  color: #d4d4d4;
  font-size: 30px;
}

div.swiper-button-prev.swiper-button-black,
.swiper-container-rtl div.swiper-button-next.swiper-button-black {
  background-image: none;
}

div.swiper-button-prev.swiper-button-black:before,
.swiper-container-rtl div.swiper-button-next.swiper-button-black:before {
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: rgba(0, 0, 0, 0.8);
  font-size: 30px;
}

div.swiper-button-prev.swiper-button-white,
.swiper-container-rtl div.swiper-button-next.swiper-button-white {
  background-image: none;
}

div.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl div.swiper-button-next.swiper-button-white:before {
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
}

div.swiper-button-next,
.swiper-container-rtl div.swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: none;
}

div.swiper-button-next:before,
.swiper-container-rtl div.swiper-button-prev:before {
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: #d4d4d4;
  font-size: 30px;
}

div.swiper-button-next.swiper-button-black,
.swiper-container-rtl div.swiper-button-prev.swiper-button-black {
  background-image: none;
}

div.swiper-button-next.swiper-button-black:before,
.swiper-container-rtl div.swiper-button-prev.swiper-button-black:before {
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: rgba(0, 0, 0, 0.8);
  font-size: 30px;
}

div.swiper-button-next.swiper-button-white,
.swiper-container-rtl div.swiper-button-prev.swiper-button-white {
  background-image: none;
}

div.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl div.swiper-button-prev.swiper-button-white:before {
  width: 40px;
  height: 40px;
  font-family: 'FontAwesome';
  content: "\f054";
  color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #b1dada;
  opacity: 0.4;
  transition: opacity 0.3s ease 0s;
}

span.swiper-pagination-bullet:hover {
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b1dada;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*================  Custom styles ===============*/
.swiper-slide {
  background-position: center top;
}

.swiper-slide__link {
  display: block;
  height: 100%;
}

.swiper-slider .swiper-pagination {
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.swiper-slider:hover .swiper-pagination {
  opacity: 1;
}

.slide-desc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: -15px;
  padding-right: -15px;
}

@media (min-width: 768px) {
  .slide-desc .slide-big-block.col-sm-6 {
    width: 48.7%;
    padding-right: 40px;
  }
  .slide-desc .slide-small-block.col-sm-2 {
    width: 16%;
  }
}

.slide-desc .slide-big-block {
  text-align: center;
  margin-top: 1.7%;
  position: relative;
}

.slide-desc .slide-big-block:before {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 27.8%;
  left: 0;
  width: 100%;
  height: 32px;
  background: #b1dada;
}

.slide-desc .slide-big-block h2 {
  color: #f2c9c2;
  font-size: 64px;
  line-height: 84px;
  position: relative;
  margin: 0;
}

.slide-desc .slide-small-block {
  margin-top: 10.4%;
  color: #3f474d;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.slide-desc .slide-small-block h5, .slide-desc .slide-small-block h6 {
  margin: 12px 0 8px;
}

.slide-desc .slide-small-block h6 {
  margin-top: 8px;
  font-size: 14px;
  text-transform: none;
}

.slide-desc .btn-primary {
  margin-top: 18px;
  padding: 9px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-container {
    height: 335px !important;
  }
  .slide-desc .slide-big-block h2 {
    font-size: 50px;
    line-height: 67px;
  }
  .slide-desc .slide-small-block {
    margin-top: 6%;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container {
    height: 270px !important;
  }
  .slide-desc .slide-big-block h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .slide-desc .slide-big-block.col-sm-6 {
    padding-right: 15px;
  }
  .slide-desc .slide-small-block {
    margin-top: 3%;
    line-height: 20px;
  }
  .slide-desc .slide-small-block.col-sm-2 {
    width: 18.5%;
  }
}

@media (max-width: 767px) {
  .swiper-container {
    height: 350px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .swiper-slider .swiper-pagination {
    opacity: 1;
  }
  .slide-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slide-desc .slide-big-block {
    width: 60%;
  }
  .slide-desc .slide-big-block h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .slide-desc .slide-big-block.col-sm-6 {
    padding-right: 15px;
  }
  .slide-desc .slide-small-block {
    margin-top: 0;
    line-height: 20px;
  }
  .slide-desc .slide-small-block h5, .slide-desc .slide-small-block h6 {
    margin: 8px 0 2px;
  }
  .slide-desc .slide-small-block.col-sm-2 {
    width: 60%;
    float: left !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .swiper-container {
    height: 250px !important;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
  .slide-desc .slide-big-block h2 {
    font-size: 17px;
    line-height: 20px;
  }
  .slide-desc .slide-big-block:before {
    height: 15px;
  }
  .slide-desc .slide-small-block {
    margin-top: 0;
    font-size: 10px;
    line-height: 16px;
  }
  .slide-desc .slide-small-block h5 {
    font-size: 12px;
    line-height: 14px;
  }
  .slide-desc .slide-small-block h6 {
    font-size: 12px;
  }
  .slide-desc .slide-small-block h5, .slide-desc .slide-small-block h6 {
    margin: 6px 0 0;
  }
  .slide-desc .btn-primary {
    margin-top: 10px;
  }
}

/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax {
  margin-bottom: 80px;
  text-align: center;
}

.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.rd-parallax-layer[data-type="html"] {
  position: relative;
  padding-top: 69px;
  padding-bottom: 69px;
}

.parallax-block {
  background: #fff;
  padding: 52px 71px 48px;
  display: inline-block;
  opacity: .8;
}

.parallax-block h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 18px;
  font-weight: 300;
}

.parallax-block h6 {
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: #f2c9c2;
  font-weight: 500;
}

.parallax-block p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.parallax-block .btn-primary {
  margin-top: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 99px;
}

.parallax-header {
  padding-top: 225px;
  padding-bottom: 228px;
}

.parallax-header h1, .parallax-header h2, .parallax-header h3, .parallax-header h4, .parallax-header h5, .parallax-header h6, .parallax-header p {
  color: #fff;
}

.parallax-header h2 + h4 {
  margin-top: 45px;
}

.parallax-header * + .btn-primary {
  margin-top: 6px;
}

.parallax-header h2 {
  font-family: "Meddon", serif;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1.28px;
}

.parallax-header h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

.parallax-header .btn-primary {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 10px 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rd-parallax {
    margin-bottom: 80px;
  }
  .parallax-block h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rd-parallax {
    margin-bottom: 64px;
  }
  .rd-parallax-layer[data-type="html"] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .parallax-block {
    padding: 42px 56px 38px;
  }
  .parallax-block h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .rd-parallax {
    margin-bottom: 50px;
  }
  .parallax-block {
    padding: 42px 50px 38px;
  }
  .parallax-block h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .rd-parallax-layer[data-type="html"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .parallax-block {
    padding: 34px 25px 30px;
  }
  .parallax-block h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.box.module-social {
  margin-bottom: 20px;
}

.box.module-social .box-heading {
  margin-bottom: 15px;
}

.social-list {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.social-list li {
  display: inline-block;
  margin: 0;
}

.social-list li + li {
  margin-left: 19px;
}

.social-list li a {
  font-size: 20px;
  line-height: 24px;
}

.social-list li a, .social-list li a:visited {
  color: #000;
}

.social-list li a:hover, .social-list li a:focus, .social-list li a:active {
  color: #f2c9c2;
}

/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 10px 0 25px;
  padding: 15px 25px;
  border-radius: 0;
  background: #f9f8f8;
  border: none;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
}

.breadcrumb a {
  display: inline-block;
  color: #7b8a95;
}

.breadcrumb a i {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}

.breadcrumb a:hover, .breadcrumb a:hover i {
  color: #3f474d;
}

.breadcrumb > li {
  position: relative;
}

.breadcrumb > li + li:before {
  content: '\e0c2';
  padding: 0;
  font-family: "material-design";
  font-size: 12px;
  line-height: 14px;
  margin-right: 3px;
}

.breadcrumb > li span {
  vertical-align: top;
}

.breadcrumb i:before {
  content: '\e0ba';
  font-family: "material-design";
}

/* ===================   Product Page   =================== */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}

.product-share {
  height: 32px;
  margin-top: 1em;
}

.review-form-title {
  text-align: center;
}

.review-form-title h3 {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 10px 5px;
  display: inline-block;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.review-form-title h3:after {
  display: none;
  margin: 0;
}

.review-form-title h3:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #eee;
  content: '';
  margin-left: -10px;
}

.review-form-title h3:hover {
  color: #f2c9c2;
}

.product-rating-status .fa-stack + .review-link, .product-rating-status .review-link + .review-link {
  position: relative;
  padding-left: 7px;
  margin-left: 7px;
}

.product-rating-status .fa-stack + .review-link:before, .product-rating-status .review-link + .review-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  bottom: -4px;
  width: 1px;
  background: #eee;
}

.rating-section a {
  cursor: pointer;
}

.product-review-form {
  display: none;
}

.product-options {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-options .control-label {
  text-align: left;
  margin: 0 0 10px;
  color: #3f474d;
  text-transform: uppercase;
  font-size: 12px;
}

.product-options .radio {
  padding-top: 0;
}

.product-options .radio input[type="radio"] + label {
  padding: 5px 5px 5px 45px;
  display: block;
  background: #f7f7f7;
  text-transform: capitalize;
  text-align: left;
}

.product-options .radio input[type="radio"] + label:before {
  top: 6px;
  left: 13px;
}

.product-options .radio input[type="radio"] + label:after {
  top: 9px;
  left: 16px;
}

.product-options .radio + .radio {
  margin-top: 15px;
}

.product-options .checkbox label {
  padding: 5px 5px 5px 45px;
  display: block;
  background: #f7f7f7;
  text-transform: capitalize;
  text-align: left;
}

.product-options .checkbox label:before, .product-options .checkbox label:after {
  left: 13px;
  top: 7px;
}

.product-options .checkbox label:before {
  background: none;
  border: 1px solid #eee;
}

.product_tabs {
  border-top: 1px solid #eee;
  margin: 50px 0;
}

.product_tabs:before, .product_tabs:after {
  display: table;
  content: "";
  line-height: 0;
}

.product_tabs:after {
  clear: both;
}

.product_tabs .nav-tabs {
  width: 30%;
  float: left;
}

.product_tabs .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.product_tabs .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #eee;
  border-top: none;
  margin-right: 0;
  font-family: "Montserrat", sans-serif;
  color: #3f474d;
  position: relative;
  z-index: 0;
}

.product_tabs .nav-tabs > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  background: #FFF;
  top: 0;
  bottom: 0;
  z-index: -1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product_tabs .nav-tabs > li > a:hover {
  background: #efefef;
  color: #3f474d;
}

.product_tabs .nav-tabs > li > a:focus {
  border-top: none;
}

.product_tabs .nav-tabs > li.active > a {
  color: #f2c9c2;
}

.product_tabs .nav-tabs > li.active > a:before {
  right: -2px;
}

.product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
  background: #FFF;
  border-top: none;
}

.product_tabs .tab-content {
  width: 70%;
  float: left;
  padding: 40px 40px 10px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #eee;
}

@media (max-width: 767px) {
  .product_tabs .nav-tabs > li > a:before {
    display: none;
  }
  .product_tabs .nav-tabs > li.active > a {
    background: #FFF;
  }
}

.product-spec .table {
  border: none;
}

.product-spec .table th {
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 15px 5px;
  font-size: 18px;
}

.product-spec .table td {
  line-height: 18px;
  padding: 16px 15px;
  border-bottom: none;
  border-top: none;
}

.product-spec .table tr + tr td {
  border-top: 1px solid #eee;
}

.product-spec .table td:first-child {
  width: 30%;
  border-left: none;
  text-align: right;
  color: #3f474d;
  text-transform: uppercase;
}

.product-spec .table td {
  width: 70%;
  border-right: none;
}

@media (max-width: 767px) {
  .product_tabs .nav-tabs, .product_tabs .tab-content {
    width: 100%;
    float: none;
  }
  .product_tabs .tab-content {
    border-left: none;
    padding: 20px 0;
  }
}

/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0;
}

.product-gallery:after {
  clear: both;
}

.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 79.5%;
  padding-left: 15px;
}

.product-gallery .bx-wrapper {
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .product-gallery .image-thumb {
    float: left;
    width: 20.4%;
  }
}

.bx-prev.disabled, .bx-next.disabled {
  display: none;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  line-height: 25px;
  background: #e9e9e9;
  font-size: 28px;
  width: 50%;
  text-align: center;
  margin: 10px 0 0;
  color: #fff;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #b1dada;
}

@media (max-width: 1199px) {
  .product-gallery .image-thumb .bx-wrapper .bx-prev,
  .product-gallery .image-thumb .bx-wrapper .bx-next {
    top: 50%;
    left: auto;
    right: 15px;
    width: 25px;
    margin-top: -13px;
  }
}

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
}

@media (max-width: 1199px) {
  .product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 50%;
    left: 15px;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .product-gallery .image-thumb .bx-wrapper .bx-viewport {
    margin: 0 -10px;
    padding: 0 10px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media (min-width: 1200px) {
  .product-gallery .image-thumb li a {
    border: 2px solid #f9f8f8;
    background: #f7f7f7;
    display: block;
  }
  .product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
    border-color: #b1dada;
  }
}

.image-additional {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0;
  list-style-type: none;
}

.product-reviews input[type="radio"] {
  display: inline;
  outline: none;
}

.product-reviews input[type="radio"]:focus {
  outline: none;
}

.product-reviews .review-item {
  margin-bottom: 2em;
}

.review-score .fa-stack {
  height: 1em;
  margin-bottom: 10px;
}

.product-title {
  margin: 0 0 20px;
}

.reward-block span {
  display: block;
}

#product {
  margin-top: 15px;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

#product label {
  color: #3f474d;
  margin-right: 5px;
  text-transform: uppercase;
}

#product .quantity {
  margin-top: 20px;
}

.polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
}

.magnificent-viewport {
  background: #f7f7f7;
}

.general_info {
  margin-top: -7px;
}

.general_info .price-section {
  margin: 15px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.general_info .product-section {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.general_info .product-section strong {
  color: #3f474d;
}

#full_gallery {
  display: none;
}

#full_gallery .bx-viewport {
  padding-right: 1px;
}

#full_gallery #gallery li {
  background: #f7f7f7;
}

#full_gallery #gallery li a {
  display: block;
}

.product-video .r_frame {
  position: relative;
  padding-bottom: 50%;
}

.product-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1199px) {
  #full_gallery {
    display: block;
  }
  #full_gallery .bx-viewport {
    padding-right: 2px;
  }
  .bx-wrapper .bx-controls-direction a {
    background: rgba(242, 201, 194, 0.5);
    color: #FFf;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-family: "material-design";
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    margin-top: -28px;
    height: 50px;
  }
  .bx-wrapper .bx-controls-direction a i {
    display: none;
  }
  .bx-wrapper .bx-controls-direction a:hover {
    background: #f2c9c2;
  }
  .bx-wrapper .bx-controls-direction .bx-next {
    left: auto;
    right: 15px;
    bottom: 50%;
    margin-bottom: -28px;
  }
  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\e0c7';
  }
  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\e11d';
  }
}

@media (max-width: 767px) {
  #full_gallery {
    margin-bottom: 30px;
  }
}

/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.box-subcat li {
  text-align: center;
  margin-bottom: 15px;
}

.box-subcat li .name {
  padding: 10px 5px;
}

.box-subcat li .image {
  overflow: hidden;
}

.box-subcat li .image a {
  display: block;
  padding: 10px;
}

.box-subcat li .image a:hover img {
  opacity: 0.7;
}

.box-subcat li .image img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-subcat li.first-in-line {
  clear: left;
}

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%;
  }
  .box-subcat li .thumb {
    padding: 0;
    position: relative;
  }
  .box-subcat li .thumb:before, .box-subcat li .thumb:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .box-subcat li .thumb:after {
    clear: both;
  }
  .box-subcat li .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    width: 30%;
    border-right: 1px solid #eee;
  }
  .box-subcat li .name {
    padding-top: 0;
    border-top: none;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 30%;
  }
  .box-subcat li:nth-child(2n+1) {
    clear: both;
  }
  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}

@media (max-width: 550px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both;
  }
}

/* ===================   Product Filter  =================== */
.button-view button + button {
  border-left: 1px solid #eee;
}

.button-view a, .button-view button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
}

#list-view,
#grid-view {
  color: #cecece;
}

#list-view.active, #list-view:hover,
#grid-view.active,
#grid-view:hover {
  color: #f2c9c2;
}

.product-filter {
  background: #f7f7f7;
  margin: 30px 0;
  line-height: 18px;
}

#product-special .product-filter,
#product-search .product-filter {
  margin-top: 0;
}

.product-filter_elem {
  float: left;
}

.product-filter_elem .sbHolder, .product-filter_elem select {
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 10px 17px;
  border-top: none;
  border-bottom: none;
}

.product-filter_elem .sbHolder .sbSelector, .product-filter_elem select .sbSelector {
  padding: 14px 10px 17px;
}

.product-filter_elem .sbHolder .sbToggle, .product-filter_elem select .sbToggle {
  line-height: 50px;
}

.product-filter_elem.show .sbHolder {
  width: auto;
  border-right: none;
}

.product-filter label {
  font-family: "Montserrat", sans-serif;
}

.product-filter .sort {
  width: 31%;
}

.product-filter .sort label {
  display: none;
}

.product-filter label, .product-filter .sbHolder {
  display: inline-block;
  vertical-align: middle;
}

.product-filter label {
  margin-right: 5px;
  margin-bottom: 0;
  color: #3f474d;
}

.product-filter .compare-total {
  border-right: 1px solid #eee;
  color: #cecece;
}

.product-filter .compare-total span {
  display: none;
}

.product-filter .compare-total:hover {
  color: #f2c9c2;
}

.results {
  margin-top: 13px;
}

.nav-cat {
  margin-bottom: 13px;
}

.nav-cat .nam-page {
  margin: 5px 0 5px 10px;
}

/* ========   Cart page   ============= */
.checkout-cart #content h1, .account-wishlist #content h1, .product-compare #content h1 {
  margin: 30px 0 50px;
}

.checkout-cart #content .table a, .account-wishlist #content .table a, .product-compare #content .table a {
  color: #3f474d;
  font-weight: 400;
}

.checkout-cart #content .table a:visited, .account-wishlist #content .table a:visited, .product-compare #content .table a:visited {
  color: #3f474d;
}

.checkout-cart #content .table a:hover, .checkout-cart #content .table a:focus, .checkout-cart #content .table a:active, .account-wishlist #content .table a:hover, .account-wishlist #content .table a:focus, .account-wishlist #content .table a:active, .product-compare #content .table a:hover, .product-compare #content .table a:focus, .product-compare #content .table a:active {
  color: #f2c9c2;
}

.checkout-cart #content .table p .link, .account-wishlist #content .table p .link, .product-compare #content .table p .link {
  margin-top: 5px;
}

.checkout-cart #content .table.table-bordered tr td:nth-child(2), .account-wishlist #content .table.table-bordered tr td:nth-child(2), .product-compare #content .table.table-bordered tr td:nth-child(2) {
  min-width: 150px;
}

.checkout-cart #content .table-custom .price, .account-wishlist #content .table-custom .price, .product-compare #content .table-custom .price {
  font-weight: 400;
  color: #999;
  font-size: 16px;
}

.checkout-cart #content .table-custom td:first-child, .account-wishlist #content .table-custom td:first-child, .product-compare #content .table-custom td:first-child {
  text-transform: uppercase;
  color: #3f474d;
}

.checkout-cart #content .table-custom tr:last-child td, .account-wishlist #content .table-custom tr:last-child td, .product-compare #content .table-custom tr:last-child td {
  font-weight: 400;
  color: #3f474d;
}

.checkout-cart #content .table-custom tr:last-child .price, .account-wishlist #content .table-custom tr:last-child .price, .product-compare #content .table-custom tr:last-child .price {
  color: #999;
  font-size: 16px;
}

.checkout-cart .input-group-btn {
  vertical-align: top;
}

.product-compare .table-responsive td + td,
.product-compare #content .table-responsive .table.table-bordered tr td:nth-child(2) {
  min-width: 270px;
}

.checkout-cart #content .table td:nth-child(3) {
  min-width: 150px;
}

.checkout-checkout #content .table-responsive .table tfoot tr:last-child td {
  font-size: 16px;
}

.checkout-checkout #content .table-responsive .table tfoot tr:last-child td:last-child {
  color: #f2c9c2;
}

.checkout-checkout .panel-collapse .table-responsive a {
  color: #3f474d;
}

.checkout-checkout .panel-collapse .table-responsive a:visited {
  color: #3f474d;
}

.checkout-checkout .panel-collapse .table-responsive a:hover, .checkout-checkout .panel-collapse .table-responsive a:focus, .checkout-checkout .panel-collapse .table-responsive a:active {
  color: #f2c9c2;
}

.account-wishlist .table.table-bordered tr td:nth-child(6) {
  min-width: 150px;
}

.cart-wrapper {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 2px solid #3f474d;
}

.cart-remove-btn, .cart-remove-btn:visited {
  display: inline-block;
  font-size: 22px;
  color: #f2c9c2;
}

.cart-remove-btn:focus, .cart-remove-btn:visited:focus {
  text-decoration: none;
}

.cart-remove-btn span, .cart-remove-btn:visited span {
  font-size: 14px;
}

.cart-remove-btn:hover, .cart-remove-btn:visited:hover {
  text-decoration: none;
  color: #3f474d;
}

.link {
  color: #3f474d;
  font-size: 14px;
  font-weight: 400;
}

.link:focus, .link:visited {
  color: #3f474d;
}

.link:hover {
  color: #f2c9c2;
}

@media (max-width: 767px) {
  .cart-wrapper {
    padding: 30px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width: 500px) {
  .checkout-cart #content .table.table-bordered td:first-child, .checkout-cart #content .table.table-bordered td:nth-child(4) {
    display: none;
  }
  .account-wishlist #content .table td:first-child, .account-wishlist #content .table td:nth-child(3) {
    display: none;
  }
}

/* ========   BLOCK COMPARE   ============= */
.product-compare #content .table td:first-child {
  min-width: 15%;
  background: #f7f7f7;
  color: #3f474d;
}

.product-compare #content .product-thumb {
  padding: 0;
  display: block;
}

.rating .review {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #eee;
}

.product-thumb .cart-remove-btn {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .product-compare .table-responsive {
    border: none;
    overflow-x: scroll;
  }
  .product-compare .table-responsive .table-bordered {
    border: 2px solid #eee;
  }
}

@media (max-width: 767px) {
  .product-compare .table-responsive td + td {
    min-width: inherit;
    max-width: 170px;
  }
  .rating .review {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}

/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

#information-information #content h1 {
  text-align: center;
}

#information-information #content h4, #information-information #content h5 {
  margin: 0 0 20px;
  line-height: normal;
}

#information-information #content h3 {
  position: relative;
  text-transform: uppercase;
}

#information-information #content h3.clear {
  margin-bottom: 30px;
}

#information-information #content h3.clear:after {
  display: none;
}

#information-information #content .privacy_page h4 {
  text-transform: uppercase;
}

#information-information #content h5 {
  color: #3f474d;
}

#information-information #content h5 a {
  font-weight: 300;
}

#information-information #content * + h3 {
  margin-top: 60px;
}

#information-information #content p + h4 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #information-information #content [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 30px;
  }
}

/* ===================   Count box   =================== */
.count-box {
  margin-top: 40px;
}

.count-box strong {
  display: block;
  color: #f2c9c2;
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
}

/* ===================   Icon box   =================== */
.icon-box i {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #f2c9c2;
  font-size: 66px;
  color: #f2c9c2;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===================   Testimonials   =================== */
.testimonials blockquote {
  border: none;
  padding: 0;
}

.testimonials blockquote:before {
  content: '\e09d';
  display: inline-block;
  color: #f2c9c2;
  font-size: 84px;
  line-height: 100px;
  font-family: "material-design";
  margin-bottom: 20px;
}

/* ================ logo contact =========================*/
.logo .img-thumbnail {
  background: none;
}

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto 25px;
  border-radius: 0;
  overflow: hidden;
}

.thumbnail a {
  display: block;
  max-width: 100%;
  background: #f7f7f7;
  position: relative;
}

.thumbnail a img {
  background: #f7f7f7;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumbnail a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  content: '';
  display: inline-block;
  background: rgba(242, 201, 194, 0.2);
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumbnail a:hover:after {
  width: 100%;
}

@media (max-width: 767px) {
  .thumbnail a {
    display: inline-block;
  }
}

.img-thumbnail {
  border: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
}

.human_info {
  display: inline-block;
  width: 100%;
}

.human_info .thumbnail {
  float: left;
  margin-right: 20px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px;
  }
}

/* ===================   Delivery Page   =================== */
.delivery_page {
  text-align: center;
}

.delivery_page h4 {
  color: #3f474d;
}

.delivery_page .table {
  border-top: 2px solid #3f474d;
  text-align: left;
}

.delivery_page .table tbody td:first-child {
  color: #3f474d;
}

.delivery_page .table tbody td:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #f2c9c2;
}

.delivery_page .table tbody td {
  min-width: 150px;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h4 {
  position: relative;
  padding-left: 60px;
}

.terms_conditions_page h4:before {
  content: '\e174';
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #f2c9c2;
  font-size: 40px;
  line-height: 40px;
  font-family: "material-design";
}

.terms_conditions_page p + h4 {
  margin-top: 40px;
}

/* ===================   Privacy Policy  =================== */
.privacy_page ol {
  list-style-type: none;
  counter-reset: list;
  padding-left: 0;
}

.privacy_page ol li {
  counter-increment: list;
}

.privacy_page ol li h4 {
  padding-left: 55px;
  position: relative;
}

.privacy_page ol li h4:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: counter(list, decimal);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2c9c2;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.privacy_page ol li + li {
  margin-top: 40px;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
}

.site-map-page a + h5 {
  margin-top: 20px;
}

.site-map-page li h5 {
  margin-top: 20px;
}

.site-map-page ul + h5 {
  margin-top: 30px;
}

.site-map-page #content a + ul {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.site-map-page #content ul {
  list-style-type: none;
  padding-left: 0;
}

.site-map-page #content ul li {
  position: relative;
  line-height: 18px;
}

.site-map-page #content ul li a, .site-map-page #content ul li a:visited {
  color: #7b8a95;
}

.site-map-page #content ul li a:hover, .site-map-page #content ul li a:focus, .site-map-page #content ul li a:active {
  color: #f2c9c2;
}

.site-map-page #content ul li + li {
  margin-top: 12px;
}

.site-map-page #content ul.category-list {
  position: relative;
}

.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #b1dada;
}

.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.site-map-page #content ul.category-list .ul-with-ul:before {
  top: 9px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 3px;
}

.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 22px;
}

.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background: #eee;
}

.site-map-page #content ul.category-list li {
  position: relative;
  padding-left: 60px;
}

.site-map-page #content ul.category-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: 35px;
  background: #eee;
}

.site-map-page #content ul.category-list > li:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
  background: #b1dada;
}

@media (max-width: 767px) {
  .site-map-page .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .site-map-page .col-xs-6 {
    width: 100%;
    float: none;
  }
  .site-map-page .col-xs-6 + .col-xs-6 {
    margin-top: 30px;
  }
}

/* ===================   Contact page   =================== */
.contact_page .panel {
  padding-top: 15px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact_page .panel .panel-body {
  padding: 20px 0;
}

.contact_page .panel img {
  background-color: transparent;
}

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

.contact_page .icon {
  position: relative;
  padding-left: 70px;
  min-height: 55px;
  display: block;
}

.contact_page .icon[class*="fa-"]:before {
  font-family: "FontAwesome";
}

.contact_page .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #f2c9c2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #f2c9c2;
  font-size: 26px;
}

.contact_page .icon + .icon {
  margin-top: 20px;
}

.contact_page .col-sm-4:nth-child(3n-2) {
  clear: both;
}

.contact_page .col-sm-4:nth-child(n+4) {
  margin-top: 15px;
}

.contact_page .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.contact_page .form-horizontal .form-group label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .contact_page .col-sm-4:nth-child(n+2) {
    margin-top: 30px;
  }
}

.information-contact .map {
  margin-bottom: 30px;
}

/* ===================   Manufacturer List  =================== */
.manufacturer-list:before, .manufacturer-list:after {
  display: table;
  content: "";
  line-height: 0;
}

.manufacturer-list:after {
  clear: both;
}

.manufacturer-list .manufacturer-heading {
  font-weight: bold;
  color: #3f474d;
  float: left;
  display: block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 15%;
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.manufacturer-list .manufacturer-content {
  padding: 12px 15px;
  float: left;
  width: 85%;
  border-left: 1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.manufacturer-list .manufacturer-content a {
  white-space: nowrap;
}

.manufacturer-list + .manufacturer-list {
  border-top: 1px solid #eee;
}

.manufacturers {
  margin: 60px 0 55px;
  position: relative;
}

.manufacturers .owl-item img {
  display: block;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.manufacturers .owl-item:hover img {
  -webkit-filter: brightness(3);
  filter: brightness(3);
}

.all-ie .manufacturers .owl-item:hover img {
  opacity: .5;
}

.brands {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}

/*=====================  Captcha ===========================*/
#input-payment-captcha {
  margin-bottom: 15px;
}

/* ===================   Account Page  =================== */
.well {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #3f474d;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}

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

.well .heading:before, .well .heading:after {
  display: table;
  content: "";
  line-height: 0;
}

.well .heading:after {
  clear: both;
}

.well .heading i {
  color: #f2c9c2;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}

.well .heading h2 {
  font-size: 23px;
  color: #3f474d;
  margin: 0 0 5px;
}

.well .heading strong {
  font-weight: normal;
  font-style: italic;
}

.well p {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.well a {
  display: inline-block;
  margin-top: 20px;
}

.magnificent-area {
  z-index: 3 !important;
}

.magnificent-viewport {
  z-index: 2 !important;
}

.account-account h3 {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2c9c2;
}

.account-account h3 i {
  color: #f2c9c2;
  margin-right: 10px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .account-account .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}

.account-address .table, .account-address-delete .table {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .account-address .table, .account-address-delete .table {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cart > button strong {
    display: none;
  }
  header .button-wishlist span {
    display: none;
  }
  header a.login-button {
    margin: 1PX 0 0 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center;
  }
  .well .heading h2 {
    font-size: 17px;
  }
  .well .heading i {
    float: none;
  }
}

.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
  color: #f2c9c2;
  background: transparent;
}

.datepicker th {
  text-align: center;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 90%;
}

/*============== facebook info ==========================*/
.facebook.info {
  margin-bottom: 30px;
}

/*=============  top brands ==============================*/
.top-brands h3 {
  font: bold 36px/43px "Montserrat", sans-serif;
}

/*========================================================
                         Footer
=========================================================*/
footer {
  position: relative;
  padding-top: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #f9f8f8;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

footer > .container {
  padding-left: 0;
  padding-right: 0;
}

footer address {
  line-height: inherit;
}

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

footer .footer-info {
  margin-bottom: 54px;
}

footer h6 {
  margin-bottom: 24px;
  letter-spacing: 1px;
}

footer ul li a {
  color: #7b8a95;
}

footer ul li a:visited {
  color: #7b8a95;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
  color: #f2c9c2;
}

footer ul li + li {
  margin-top: 10px;
}

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

footer.footer-absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  left: 0;
}

#common-home + footer {
  margin-top: 0;
}

.phone, .phone a {
  color: #3f474d;
}

.copyright {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 19px;
  margin-top: 89px;
  background: #b1dada;
}

.copyright br {
  display: none;
}

.copyright p {
  margin: 0;
}

.copyright a {
  color: #fff;
}

.copyright a:visited {
  color: #fff;
}

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

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .copyright {
    margin-top: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .copyright {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  footer .footer-info {
    margin-bottom: 30px;
  }
  footer .footer-info [class*="col-xs"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .footer_modules {
    display: inline-block;
    width: 100%;
  }
  .copyright {
    margin-top: 40px;
  }
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 60px;
  bottom: 100px;
  z-index: 999;
  -moz-transform: translateY(120px) scale(0);
  -ms-transform: translateY(120px) scale(0);
  -o-transform: translateY(120px) scale(0);
  -webkit-transform: translateY(120px) scale(0);
  transform: translateY(120px) scale(0);
}

.ui-to-top, .ui-to-top:visited, .ui-to-top:focus {
  color: #fff;
  background: rgba(242, 201, 194, 0.4);
}

.ui-to-top:hover {
  color: #fff;
  background: #f2c9c2;
}

.ui-to-top.active {
  -moz-transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  -o-transform: translateY(0px) scale(1);
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 768px) {
  .ui-to-top {
    right: 25px;
    bottom: 86px;
  }
}

@media (max-width: 767px) {
  .ui-to-top {
    right: 15px;
    bottom: 45px;
  }
}

/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 1199px) {
  .table th, .table td {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .owl-carousel .owl-item {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
  h1 i {
    font-size: 28px;
  }
  h2 {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
  h1 i {
    font-size: 22px;
  }
  h2 {
    font-size: 30px;
  }
  .panel-body input + span {
    display: inline-block;
  }
  .checkout-cart .panel-body input + span {
    margin-top: 0;
    display: table-cell;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h1 i {
    font-size: 22px;
  }
  h2 {
    font-size: 30px;
  }
  .breadcrumb > li {
    position: relative;
    vertical-align: top;
    display: inline;
  }
  select {
    display: block !important;
  }
  .product-filter select {
    display: inline-block !important;
  }
  .product-filter .show select {
    width: auto;
  }
  .sbHolder {
    display: none !important;
  }
  .table-responsive {
    border: none;
  }
  .table-responsive .table-bordered {
    border: 2px solid #eee;
  }
  .delivery_page .table {
    font-size: 13px;
  }
  .product-filter .sort {
    width: auto;
    padding-left: 10px;
  }
  .product-filter .sort .sbHolder, .product-filter .sort select {
    width: 200px;
  }
  .product-filter .sort label {
    display: inline-block;
  }
  .image {
    text-align: center;
  }
  .rd-mobilepanel h2 {
    margin: 0;
  }
  .rd-mobilepanel h2:after {
    display: none;
  }
}

@media (max-width: 600px) {
  .product-filter {
    background: none;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-filter .sort {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .product-filter_elem, .product-filter_elem.pull-right {
    float: none !important;
  }
  .product-filter .product-filter_elem {
    margin-bottom: 15px;
    text-align: center;
  }
  .product-filter .product-filter_elem:before, .product-filter .product-filter_elem:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .product-filter .product-filter_elem:after {
    clear: both;
  }
  .product-filter .product-filter_elem label {
    float: left;
    text-align: right;
    width: 35%;
    margin-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .product-filter .product-filter_elem select {
    display: block !important;
    width: 65%;
    float: left;
  }
  .product-filter_elem.show select {
    border-right: 1px solid #eee;
  }
  .product-filter .compare-total {
    border-right: none;
    width: auto;
  }
  .product-filter .compare-total:before {
    display: none;
  }
  .product-filter .compare-total span {
    display: inline-block;
  }
}

@media (max-width: 580px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%;
  }
  .panel-group .panel span {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
  }
  .panel-group .panel span input[type="text"] {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .panel-group .panel .input-group-btn input {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .product-spec .table td {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-spec .table td:first-child {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
  }
  .product-filter {
    width: 100%;
  }
}

@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word;
  }
}

@media (max-width: 370px) {
  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px;
  }
}
