table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center {
  text-align: center;
}

table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left {
  text-align: left;
}

table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center {
  text-align: center;
}

table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right {
  text-align: right;
}

table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify {
  text-align: justify;
}

table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -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%, 100%, 20%, 40%, 60%, 80% {
    -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;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -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%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -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%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -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%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -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%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.main-container {
  clear: both;
}

.thirdLevel .col:nth-child(5) a.button-black {
  display: none !important;
}

.rainShot {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 725px;
  display: block;
}

.rainShot img {
  width: 100%;
}

body.hidebody, html.hidebody {
  overflow: hidden;
}

header {
  clear: both;
  float: left;
  width: 100%;
  min-height: 80px;
  background: #fff;
  border-bottom: solid 1px #fafafa;
}

header .logoWrapper {
  width: 25%;
}

header .navWrapper {
  width: 50%;
  float: left;
}

header .navWrapper .navHeader {
  display: none;
}

header .navWrapper .flyoutmenu {
  display: none;
}

header .navWrapper .flyoutmenu.active-child {
  -webkit-transition: left .3s ease-in;
  transition: left .3s ease-in;
  left: 0 !important;
}

header .utilityWrapper {
  width: 25%;
}

header .logoWrapper, header .navWrapper {
  padding: 0;
}

header .utilityWrapper {
  padding: 0;
}

header .utilityWrapper .utilityItems {
  padding: 25px 35px 25px 0;
  margin: 0;
  list-style-type: none;
}

header .utilityWrapper .utilityItems li {
  float: left;
  position: relative;
}

header .utilityWrapper .utilityItems li.phone {
  padding: 5px;
  border: 1px solid #d6d6d6;
  margin-right: 5px;
  position: relative;
}

header .utilityWrapper .utilityItems li.phone a {
  padding-top: 0;
}

header .utilityWrapper .utilityItems li.phone a span {
  font-weight: 700;
}

header .utilityWrapper .utilityItems li a {
  display: block;
  margin: 0 9px;
  color: #585858;
  padding-top: 8px;
  text-decoration: none;
}

header .utilityWrapper .utilityItems li a .utilityicon {
  font-size: 16px;
  color: #2d3393;
  font-weight: 600;
}

header .utilityWrapper .utilityItems li a .utilityicon.icon-user {
  font-size: 18px;
}

header .utilityWrapper .utilityItems li .cartitem {
  width: 18px;
  background: #d61f26;
  height: 18px;
  display: block;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

header .utilityWrapper .utilityItems li ul {
  display: none;
  width: 250px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 56px;
  padding-top: 5px;
  z-index: 999;
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sidebarNav-open header nav.primaryNav .site-nav > ul {
    display: block;
  }
  header .logoWrapper {
    display: none;
  }
  .thirdLevel .col:nth-child(5) a.button-black {
    display: block !important;
    max-width: 85px;
  }
  .thirdLevel .col:nth-child(1) a.button-black {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header .navWrapper {
    width: 48%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header .navWrapper .navHeader {
    font-family: "Lato Bold",sans-serif;
    height: 50px;
    display: block;
    background: #164a91;
  }
  header .navWrapper .navHeader .user {
    float: left;
    padding: 14px 0 0 20px;
    line-height: 20px;
  }
  header .navWrapper .navHeader .user a {
    font-size: 14px;
    color: #fff;
  }
  header .navWrapper .navHeader .user a span {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  header .navWrapper .navHeader .menuitem {
    float: right;
    padding: 14px 20px 0 0;
  }
  header .navWrapper .navHeader .menuitem a {
    color: #fff;
    display: block;
    font-size: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header .navWrapper .flyoutmenu {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 260px;
    height: 100%;
    left: -260px;
    -webkit-transition: left .3s ease-in;
    transition: left .3s ease-in;
  }
  header .navWrapper .flyoutmenu .title {
    background: #164a91;
    height: 50px;
  }
  header .navWrapper .flyoutmenu .title .goback {
    float: left;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 6px;
  }
  header .navWrapper .flyoutmenu .pageTitle {
    float: left;
    padding: 10px;
    color: #fff;
    margin-top: 5px;
  }
  header .navWrapper .flyoutmenu .flyoutContent {
    overflow-x: auto;
    max-height: 100%;
    z-index: 999999;
    overflow-y: none !important;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container {
    display: block;
    width: 100%;
    height: 86vh;
    overflow: auto;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    min-height: 250px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col.shade {
    background: #f3f4f6;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col h3 {
    font-size: 16px;
    font-family: "Lato Bold",sans-serif;
    text-align: left;
    color: #18498e;
    display: block;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col ul {
    list-style-type: none;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col ul li {
    padding: 5px 0;
    text-align: left;
  }
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col ul li a {
    padding: 5px 0;
    color: #000;
    text-transform: none;
  }
  .rainShot {
    display: none;
  }
}

@media screen and (min-width: 1025px), screen and (min-width: 992px) and (max-width: 1024px) {
  header .mobile-header {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header .mobile-header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 9999;
  }
  header .mobile-header .icon-bar {
    background: #6e6e8a;
  }
  header .mobile-logo {
    width: 65%;
    display: block;
    float: left;
    text-align: center;
    padding-top: 13px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  header .mobile-logo {
    width: 664px;
  }
  header .mobile-logo img {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-width: 320px) and (max-width: 767px) {
  header .mobile-logo {
    height: 39px;
    line-height: 39px;
  }
  header .mobile-logo img {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header .mobile-search {
    width: 44px;
    height: 34px;
    margin-top: 8px;
    margin-right: 0;
    background: 0 0;
    border: none;
    display: none;
  }
  header .mobile-search .glyphicon-search {
    font-size: 20px;
    font-weight: 400;
  }
  header .navWrapper {
    width: 260px;
    float: left;
  }
  header #sidebarNav {
    left: -260px;
  }
  header .sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header .sidr.right {
    left: auto;
    right: -260px;
  }
  header .sidr.left {
    left: -260px;
    right: auto;
  }
  header .utilityWrapper {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header .utilityWrapper {
    width: 26%;
  }
  header .utilityWrapper .utilityItems {
    padding: 25px 20px 25px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    min-height: 50px;
  }
  header .utilityWrapper {
    display: block !important;
  }
  header .utilityWrapper .utilityItems {
    padding: 0;
    position: relative;
    z-index: 9999;
    margin-top: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  header {
    min-height: 50px;
  }
  header .utilityWrapper {
    display: block !important;
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
  }
  header .utilityWrapper .utilityItems {
    padding: 0;
    position: relative;
    z-index: 9999;
    margin-top: 10px;
  }
  header .utilityWrapper .utilityItems li.iconMenuItem {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .utilityWrapper .utilityItems li.iconMenuItem {
    display: none;
  }
}

.language-change {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 81px;
}

select#language {
  width: 80px;
  padding-right: 0 !important;
}

.language-change span {
  position: absolute;
  left: -17px;
  top: -1px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  header .utilityWrapper .utilityItems li ul {
    top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .utilityWrapper .utilityItems li ul {
    top: 40px;
  }
}

header .utilityWrapper .utilityItems li ul li {
  display: block;
  width: 100%;
}

header .utilityWrapper .utilityItems li ul li a {
  color: #585858;
  text-decoration: none;
  text-align: left;
  padding: 15px 0;
  border-bottom: solid 1px #dfdfdf;
  margin: 0 20px;
}

header .utilityWrapper .utilityItems li ul li a:hover {
  color: #105da9;
}

header .utilityWrapper .utilityItems li ul li .userinfo {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}

header .utilityWrapper .utilityItems li ul li .userinfo h3 {
  font-size: 20px;
  font-family: "Lato Black",sans-serif;
  margin: 0;
}

header .utilityWrapper .utilityItems li ul li .userinfo p {
  margin: 0;
  font-family: "Lato Light",sans-serif;
}

header .utilityWrapper .utilityItems li ul li .searchbox {
  border-bottom: solid 1px #dfdfdf;
  margin: 0 15px;
}

header .utilityWrapper .utilityItems li ul li .searchbox input {
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Lato Bold",sans-serif;
  outline: 0;
}

header .utilityWrapper .utilityItems li ul li .searchbox input:focus, header .utilityWrapper .utilityItems li ul li .searchbox input:hover {
  background: 0 0;
}

header .utilityWrapper .utilityItems li ul li .searchbox button {
  display: none;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

header .utilityWrapper .utilityItems li ul li .searchbox button:focus, header .utilityWrapper .utilityItems li ul li .searchbox button:hover {
  background: 0 0;
}

header .utilityWrapper .utilityItems li ul li .searchResult {
  display: none;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 35px;
}

header .utilityWrapper .utilityItems li ul li .searchResult ul {
  display: block;
  position: static;
  padding-top: 0;
}

header .utilityWrapper .utilityItems li ul li .searchResult ul li {
  font-size: 14px;
}

header .utilityWrapper .utilityItems li ul li .searchResult ul li h2, header .utilityWrapper .utilityItems li ul li .searchResult ul li h3, header .utilityWrapper .utilityItems li ul li .searchResult ul li h4, header .utilityWrapper .utilityItems li ul li .searchResult ul li h5, header .utilityWrapper .utilityItems li ul li .searchResult ul li h6 {
  font-size: 14px;
  font-weight: 400;
}

header .marutiLogo {
  padding: 15px 0 0 50px;
}

header nav.primaryNav {
  padding-top: 41px;
}

header nav.primaryNav .site-nav {
  text-align: center;
}

header nav.primaryNav .site-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  height: 47px;
}

header nav.primaryNav .site-nav > ul > li {
  display: inline-block;
  margin: 0 5px;
  font-family: "Lato Regular",sans-serif;
  text-align: center;
  height: 100%;
}

header nav.primaryNav .site-nav > ul > li.active .wrap a {
  font-family: "Lato Black",sans-serif;
}

header nav.primaryNav .site-nav > ul .wrap {
  display: inline-block;
  margin: 0 auto;
  min-width: 80px;
  width: 100%;
}

header nav.primaryNav .site-nav > ul .wrap.menu-open {
  border-bottom: solid 5px #d72025;
  height: 50%;
}

header nav.primaryNav .site-nav > ul .wrap.menu-open > a {
  font-family: "Lato Bold",sans-serif;
  text-decoration: none;
}

header nav.primaryNav .site-nav > ul .wrap.menu-open .subnav {
  top: 82px;
  opacity: 1;
  visibility: visible;
  min-height: 400px;
}

header nav.primaryNav .site-nav > ul .wrap > a {
  line-height: 1;
  font-size: 12px;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  -webkit-transition: color .2s,opacity .2s;
  transition: color .2s,opacity .2s;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

header nav.primaryNav .site-nav > ul .wrap > a:hover {
  font-family: "Lato Bold",sans-serif;
  text-decoration: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
  position: absolute;
  z-index: 999;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container {
  background: #fff;
  max-height: 100% !important;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container ul {
  list-style-type: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks {
  border-bottom: solid 1px #e5e8ed;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li {
  display: inline-block;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a {
  font-family: "Lato Bold",sans-serif;
  display: inline-block;
  padding: 10px;
  color: #18498e;
  text-decoration: none;
  font-size: 13px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a span {
  font-size: 12px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a span.icon-plus {
  display: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li.active-item > a {
  position: relative;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li.active-item > a:after {
  content: " ";
  width: 68px;
  height: 4px;
  background: #d71f27;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 {
  font-weight: 600;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3.activeItem span.icon-plus:before {
  content: "\e909";
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li.active-item span.icon-plus:before {
  content: "\e909";
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li.active-item .secondLevel {
  display: block;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  top: 35px;
  display: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul {
  width: 174px;
  float: left;
  background: #064a91;
  position: relative;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li a.active, header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li.active-innerTabs > a {
  background: #054281;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li a {
  display: block;
  padding: 30px;
  color: #fff;
  font-family: "Lato Regular",sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li.active-innerTabs .thirdLevel {
  visibility: visible;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .thirdLevel {
  width: 850px;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 308px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container {
  display: table;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col {
  display: table-cell;
  padding: 25px 0 0 25px;
  vertical-align: top;
  width: 16.5%;
  text-align: left;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col.shade {
  background: #f3f4f6;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col a {
  padding: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col a h3 {
  font-size: 16px;
  font-family: "Lato Bold",sans-serif;
  margin: 0 0 15px;
  text-align: left;
  color: #18498e;
  display: block;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col ul {
  margin-bottom: 20px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .col-container .col ul li a {
  padding: 5px 0;
  color: #000;
  text-transform: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed {
  padding: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container {
  display: table;
  width: 100%;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col {
  display: table-cell;
  padding: 25px 5px 0 10px;
  vertical-align: top;
  width: 15%;
  text-align: left;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 {
  font-size: 14px;
  font-family: "Lato Bold",sans-serif;
  margin: 0 0 10px;
  text-align: left;
  color: #18498e;
  cursor: pointer;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 span {
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 span.icon-plus {
  display: none;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul {
  margin-bottom: 20px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul li a {
  padding: 5px 0;
  font-size: 12px;
  color: #000;
  text-transform: none;
  font-family: "Lato Regular",sans-serif;
  display: block;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul li h3 {
  margin-bottom: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul li h3 a {
  font-size: 14px;
  font-family: "Lato Bold",sans-serif;
  margin: 0 0 5px;
  text-align: left;
  color: #18498e;
  padding: 0;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul li p {
  font-size: 12px;
  margin-bottom: 20px;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed.no-children .col-container .col ul {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .utilityWrapper .utilityItems > li:nth-child(1), header .utilityWrapper .utilityItems > li:nth-child(4), header .utilityWrapper .utilityItems > li:nth-child(5) {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header .marutiLogo {
    padding-left: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  header .utilityWrapper .utilityItems > li:nth-child(1), header .utilityWrapper .utilityItems > li:nth-child(4), header .utilityWrapper .utilityItems > li:nth-child(5) {
    display: none;
  }
  header nav.primaryNav {
    padding-top: 0;
    padding-top: 30px;
    height: 89%;
    max-height: 500px;
    background: #fff;
    overflow: scroll;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul {
    height: auto;
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul > li {
    display: block;
    text-align: left;
    height: auto;
    margin: 0;
    border-top: solid 1px #e5e5e5;
    padding: 20px 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap {
    display: block;
    min-width: 0;
    width: 100%;
  }
  header nav.primaryNav .site-nav > ul .wrap > a {
    display: block;
    padding: 10px 0 10px 20px;
  }
  header nav.primaryNav .site-nav > ul .wrap.menu-open {
    height: auto;
    border: none;
  }
  header nav.primaryNav .site-nav > ul .wrap.menu-open > a {
    position: relative;
    margin-bottom: 10px;
  }
  header nav.primaryNav .site-nav > ul .wrap.menu-open > a:after {
    content: " ";
    height: 3px;
    background: #d72025;
    display: block;
    width: 50px;
    position: absolute;
    bottom: 0;
  }
  header nav.primaryNav .site-nav > ul .wrap.menu-open .subnav {
    min-height: unset;
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav {
    width: 1000px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav {
    position: static;
    overflow: visible;
    max-height: unset;
    display: none;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav {
    position: static;
    overflow: visible;
    max-height: unset;
    display: none;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container {
    max-height: none;
    width: 100%;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks {
    padding: 0 30px;
    border-bottom: none;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a {
    font-family: "Lato Regular",sans-serif;
    display: block;
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) and (min-width: 320px) and (max-width: 767px), screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a span {
    font-size: 10px;
    display: inline-block;
    margin-left: 3px;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li a span.icon-plus {
    float: right;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .tabLinks > li.active-item > a:after {
    content: "";
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel {
    position: static;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul {
    background: 0 0;
    width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li a {
    color: #000;
    text-transform: none;
    padding: 5px 0;
    font-size: 12px;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li.active-innerTabs .thirdLevel {
    display: none;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .secondLevel > ul > li.active-innerTabs > a {
    background: 0 0;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.tabbed .thirdLevel {
    width: 850px;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 308px;
    display: none !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed {
    padding: 0;
    width: 100%;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col {
    display: block;
    padding: 0 40px;
    width: 100%;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 span.icon-plus {
    float: right;
    display: block;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul {
    display: none;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col ul.showMenu {
    display: block;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-header .navbar-toggle {
    display: block;
  }
}

.overlayContent {
  position: relative;
  padding: 0 0 100px;
  display: none;
}

.overlayContent.loginbox {
  padding-bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .overlayContent.loginbox .customer-login .content {
    padding: 20px;
    height: 300px;
  }
}

.modal-body .overlayContent {
  display: block;
}

.overlayContent .header {
  height: 55px;
  background: #164a93;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #164a93), color-stop(100%, #133f7c));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #164a93), to(#133f7c));
  background: linear-gradient(to bottom, #164a93 0, #133f7c 100%);
}

.overlayContent .header .close {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-right: 20px;
  margin-top: 19px;
}

.overlayContent .header .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato Light",sans-serif;
  float: left;
  padding: 12px 0 0 20px;
}

.overlayContent .content {
  padding: 40px;
  display: none;
  overflow: auto;
}

.overlayContent .content.comparetab {
  padding-top: 30px;
}

.overlayContent .content.comparetab .compareheader {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.overlayContent .content.comparetab .compareheader h2 {
  font-family: "Lato Bold",sans-serif;
  font-size: 18px;
  color: #171717;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px;
}

.overlayContent .content.comparetab .compareheader .tabsnav {
  width: 50%;
  float: left;
  list-style-type: none;
  text-align: left;
}

.overlayContent .content.comparetab .compareheader .tabsnav li {
  display: inline-block;
  padding: 0 5px;
}

.overlayContent .content.comparetab .compareheader .tabsnav li a {
  color: #000;
  font-family: "Lato Light",sans-serif;
  text-transform: uppercase;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active {
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content.comparetab .compareheader .rnav {
  width: 50%;
  float: right;
  list-style-type: none;
  text-align: right;
}

.overlayContent .content.comparetab .compareheader .rnav li {
  display: inline-block;
  color: #2fc516;
}

.overlayContent .content.comparetab .compareheader .rnav li a {
  text-transform: uppercase;
  color: #2fc516;
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content.comparetab .tabcontent {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs {
  display: none;
}

.overlayContent .content.comparetab .tabcontent .tabs h3 {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone {
  position: relative;
  float: left;
  padding-right: 20px;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone .deleteItem {
  position: absolute;
  right: 0;
  top: 5px;
}

.overlayContent .content.comparetab .tabcontent .tabs .inputitems select {
  width: 300px;
}

.overlayContent .content.comparetab .tabcontent .tabs.active {
  display: block;
}

.overlayContent .content .groupradio .col-lg-5, .overlayContent .content .groupradio .col-lg-7 {
  padding: 0;
}

.overlayContent .content .groupradio label {
  font-weight: 400;
  display: block;
}

.overlayContent .content .servicetabs ul {
  list-style-type: none;
}

.overlayContent .content .servicetabs ul li {
  float: left;
  text-transform: uppercase;
  padding: 0 30px 0 0;
}

.overlayContent .content .servicetabs ul li a {
  font-family: "Lato Light",sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

.overlayContent .content .servicetabs ul li.active {
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content .servicetabs ul li.active a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content .servicetabs .tabcontent {
  clear: both;
}

.overlayContent .content .servicetabs .tabcontent .tabs {
  clear: both;
  display: none;
  padding-top: 20px;
}

.overlayContent .content .servicetabs .tabcontent .tabs.active {
  display: block;
}

.overlayContent .content.active {
  display: block;
}

.overlayContent .content .servicetabs .tabcontent .tabs label {
  font-weight: 400;
  display: block;
  padding: 3px 0;
}

.overlayContent .content .perticular-detail .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.overlayContent .content .perticular-detail .total {
  border-top: solid 1px #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Lato Black",sans-serif;
}

.overlayContent .content .perticular-detail .total .goback {
  padding-top: 50px;
}

.overlayContent .content .perticular-detail .total .goback a {
  font-family: "Lato Bold",sans-serif;
  color: #d71f27;
}

.overlayContent .content h3 {
  font-size: 14px;
  color: #144484;
  clear: both;
}

.overlayContent .content h3 span {
  border-top: solid 2px #164b91;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 6px;
}

.overlayContent .content .successMsg {
  padding-top: 20%;
  text-align: center;
}

.overlayContent .content .successMsg h4 {
  font-size: 30px;
  color: #000;
}

.overlayContent .content .form-group .iconTop {
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content .successMsg p {
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content .successMsg .icon-success {
  font-size: 50px;
  color: #2fc516;
}

.overlayContent .content .form-group input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group select {
  display: inline-block;
  width: 100%;
  border: none;
  max-width: 100%;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group label.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.overlayContent .content .form-group .iconTop {
  position: absolute;
  right: 18px;
  top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0;
}

.overlayContent .content .form-group .iconTop.otp a {
  color: #2fc516;
  font-size: 12px;
}

.overlayContent .content .form-group .iconTop a {
  color: #a9a9aa;
  text-decoration: none;
}

.overlayContent .content .form-group textarea {
  height: 100px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
}

.overlayContent .content .form-group .rating {
  padding-bottom: 20px;
}

.overlayContent .content .form-group .rating .icon-general_rate_active {
  display: inline-block;
  color: #2cc614;
}

.overlayContent .content .form-group .rating .icon-general_rate {
  display: inline-block;
}

.overlayContent .content .footer {
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 40px;
  bottom: 60px;
}

.overlayContent .content .footer span {
  font-size: 120px;
  color: #f0f0f0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overlayContent .content .footer .goback {
  padding-top: 20px;
}

.overlayContent .content .footer .goback a {
  font-family: "Lato Bold",sans-serif;
  color: #d71f27;
  text-decoration: none;
}

.overlayContent .customer-login {
  position: relative;
}

.overlayContent .customer-login img {
  width: 100%;
}

.overlayContent .customer-login .customer-login-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 18px 40px;
}

.overlayContent .customer-login .customer-login-info h2 {
  font-weight: 700;
  font-size: 38px;
  font-family: "Lato Black",sans-serif;
}

.overlayContent .customer-login .customer-login-info ul {
  list-style-type: square;
  padding-left: 18px;
  line-height: 2.5;
  font-size: 14px;
  font-family: "Lato Light",sans-serif;
}

.overlayContent .customer-login .customer-login-form h3 {
  font-weight: 700;
  font-family: "Lato Black",sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .overlayContent .customer-login img {
    width: auto;
    max-width: none;
  }
  .overlayContent .customer-login .customer-login-info {
    padding: 15px;
  }
  .overlayContent .customer-login .customer-login-info h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .overlayContent .customer-login .customer-login-info ul {
    font-size: 12px;
  }
  header .mobile-logo {
    padding-top: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .mobile-logo {
    padding-top: 5px;
  }
}

.modal-dialog.mobileFullwidth {
  width: 100%;
  padding: 10px;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-dialog.mobileFullwidth {
    width: 100vw;
  }
}

#sidebarNav .navHeader .user ul {
  display: none;
  background: #fff;
  width: 100%;
  clear: both;
  margin-top: 5px;
  position: absolute;
  top: 44px;
  list-style-type: none;
  z-index: 999;
  left: 0;
  padding: 15px;
  height: 100vh;
}

#sidebarNav .navHeader .user ul li h3 {
  margin: 0;
}

#sidebarNav .navHeader .user ul li a {
  color: #000;
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content .tab-area .tabs-menu {
  height: 30px;
  float: left;
  clear: both;
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.overlayContent .content .tab-area .tabs-menu li {
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  padding: 10px 15px 10px 0;
}

.overlayContent .content .tab-area .tabs-menu li.current {
  position: relative;
  z-index: 5;
}

.overlayContent .content .tab-area .tabs-menu li.current a {
  font-family: "Lato Black",sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.overlayContent .content .tab-area .tabs-menu li.current a:after {
  content: " ";
  display: block;
  width: 22px;
  background: #d61f26;
  height: 3px;
  margin: 0 auto;
}

.overlayContent .content .tab-area .tabs-menu li a {
  color: #000 !important;
  font-family: "Lato Regular",sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
  text-decoration: none;
}

.overlayContent .content .tab-area .tabs-content {
  display: none;
}

.overlayContent .content .tab-area .tabs-content.active {
  display: block;
}

.overlayContent .content .tab-area .tabs-content h3 {
  color: #000;
  font-size: 13px;
}

.overlayContent .content .tab-area .tabs-content .form-group input {
  padding: 0;
}

::-webkit-input-placeholder, :-ms-input-placeholder {
  color: #666;
  text-transform: capitalize;
}

::-moz-placeholder, :-moz-placeholder {
  color: #666;
  opacity: 1;
  text-transform: capitalize;
}

.tabs-menu a:focus, .tabs-menu a:hover {
  text-decoration: none;
}

#defaultModel .overlayContent button[disabled], input[disabled] {
  background-color: grey;
  border: 2px solid grey;
  cursor: not-allowed;
}

.overlayContent .customer-login-form .error, .overlayContent .customer-login-form .errors {
  color: red;
}

#loading {
  line-height: normal !important;
  left: 0;
  top: 0 !important;
  bottom: 0;
  right: 0;
}

#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#pageLoader {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  z-index: 99999999 !important;
  background: #fff !important;
}

#pageLoader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.new-badge {
  background: url(/images/new-image.png) no-repeat;
  width: 39px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 5px;
  margin-top: -34px;
}

@media only screen and (max-width: 480px) {
  header .navWrapper .flyoutmenu .flyoutContent .col-container .col:last-child {
    min-height: 330px;
  }
}

#loading {
  position: fixed !important;
}

.on-tabbed .col-container {
  padding-right: 20px !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .proudctFooter .col-lg-9 {
    position: relative !important;
    top: 14px !important;
  }
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 {
  font-size: 13px !important;
}

@media (max-width: 851px) {
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col {
    padding: 3px 40px !important;
  }
  header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 span {
    font-size: 13px !important;
    cursor: pointer;
  }
}

#complaintModaPopupl .modal-header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #164a93), to(#133f7c));
  background: linear-gradient(to bottom, #164a93 0, #133f7c 100%);
}

#complaintModaPopupl .close {
  color: #fff;
}

.subnav .col p {
  font-size: 13px !important;
  margin: 0 0 10px;
  color: #231f20;
}

header {
  position: relative;
  z-index: 99 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.generic-hero .generic-slider .items .itemimg img {
  width: 100%;
}

div#sidebarNav {
  opacity: 1;
}

#defaultNewForm_pop label.error {
  float: none !important;
  font-family: "Lato Regular", sans-serif !important;
}

#defaultNewForm_pop .form-group label:before {
  display: none !important;
}

#defaultNewForm_pop .btdotpTxt.form-group-top {
  margin-left: -15px;
}

.overlayContent .content .form-group select {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: menulist;
}

#defaultmodal .forms-disclaimer {
  padding-top: 25px;
}

#defaultmodal .divResendInfo {
  top: 20px !important;
  right: 127px !important;
}

@media (max-width: 480px) {
  #defaultmodal .overlayContent .content {
    max-height: 530px;
  }
}

@media (max-width: 767px) {
  .footer-sticky .owl-carousel .item a {
    height: 50px;
  }
  .footer-sticky .owl-carousel .item .item-title {
    font-size: 20px;
  }
  #defaultModal {
    top: 0;
    max-height: 600px;
  }
  #defaultModal .divResendInfo {
    right: 0;
  }
}

#defaultModal #defaultNewForm_pop .error {
  color: none;
}

.overlayContent .content .form-group select {
  border-bottom: 1px solid #ccc !important;
}

#defaultModal .form-control.error {
  color: #666 !important;
}

.testDriveform_pop .form-group {
  margin-bottom: 10px !important;
}

.booktestpopup.overlayContent .content {
  padding: 20px 40px 0;
}

.testDriveform_pop .forms-disclaimer {
  margin: 22px 0 10px;
}

#defaultModal .overlayContent .content .form-group input {
  padding-left: 8px;
}

#forms-disclaimer p {
  font-size: 11px !important;
  color: #000 !important;
}

#defaultModa .testDriveform_pop label.sr-only, .signUpBox input#name, .verifyBox input#otp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #defaultModal #forms-disclaimer {
    margin-top: -5px !important;
  }
  .testDriveform_pop .form-group {
    margin-bottom: 0 !important;
  }
}

section.footer-content p {
  color: #fff;
}

div#defaultModal .modal-dialog {
  margin: 0 auto !important;
  width: 95%;
  margin-top: 90px !important;
}

.vivektesthomamain {
  margin-right: 100px;
}

.flyoutContent .thirdLevel .col a h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain {
  position: relative;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: #000;
  left: 25px;
  border-radius: 65px;
  top: 2px;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Yellow:after {
  background-color: #FFC300;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.White:after {
  background-color: #ccc;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Chrome:after {
  background-color: #C7C4B9;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Silver:after {
  background-color: silver;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Brown:after {
  background-color: #8B4513;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Black:after {
  background-color: #000;
  background-color: #333;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Blue:after {
  background-color: #00F;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Orange:after {
  background-color: orange;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Beige:after {
  background-color: #F9E4B7;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Grey:after {
  background-color: #A9A9A9;
}

div#colorInn .customCheckBoxMain.colorSec label.checkboxMain.Red:after {
  background-color: #ec0606;
}

.sortByRight {
  display: none;
}

.pageContainer .listingPageMain .listingRightMain .listingMain .sliderBox .slideContent .blueButton {
  padding-top: 0;
}

.pageContainer .listingPageMain .listingRightMain .listingMain .sliderBox .slideContent h3, .pageContainer .listingPageMain .listingRightMain .listingMain .sliderBox .slideContent p {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.listingMain .nodatafound {
  text-align: center;
  padding: 40px 0 0;
  font-weight: 600;
  color: #2d3393;
}

header nav.primaryNav .site-nav > ul .wrap .subnav .container.non-tabbed .col-container .col h3 {
  margin-bottom: 0;
  line-height: normal;
}

.seeMoreLink {
  display: none;
}

input.price-placeholder {
  float: left;
  margin-top: 14px;
  height: 40px;
}

ul.price-filter-ul-listing {
  visibility: hidden;
}

.pageContainer .listingPageMain .filterMain .filterAccordMain .ftmainacrdSec .ftacrdSec .seletBox {
  margin-top: 10px;
}

.listingRight {
  position: relative;
}

.msga-loader img {
  margin: 0 auto;
  padding-top: 15%;
}

.featured-categories .tabContainer .tabMain ul li a {
  margin: 0 25px;
  font-size: 18px;
}

ul#myDIV li.active-shorting a {
  color: #2d3393;
  font-weight: 600;
  text-decoration: none;
}

.pageContainer .listingPageMain .listingRightMain .listingMain .sliderBox .slideImg {
  height: 150px;
  overflow: hidden;
}

.navbar-header {
  padding-top: 22px;
  padding-left: 84px;
}

.list-pagination ul li a.msga-pagination-active {
  background-color: #2d3393;
  color: #fff !important;
}

.category_home_slider .owl-stage-outer .owl-stage .owl-item .item {
  width: 94%;
  margin: 0 auto;
}

.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  display: none;
}

.PrRangeSlider .rs-container .rs-selected {
  background: #2d3393;
  border: none !important;
  height: 6px;
}

.PrRangeSlider .rs-container .rs-scale span::before {
  background-color: #0000 !important;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul {
  width: 58%;
  min-width: 160px;
}

.category_home_slider .owl-stage-outer .sliderBox {
  min-height: auto !important;
}

.category_home_slider .owl-stage-outer .sliderBox:hover .blueButton {
  display: none !important;
}

#defaultModal {
  background: rgba(0, 0, 0, 0.3);
  top: 0 !important;
}

#defaultModal .modal-dialog {
  max-width: 630px;
  width: 100%;
}

#defaultModal .modal-content {
  background-color: #fafafa;
  -webkit-box-shadow: 4.415px 2.347px 68px 0 rgba(0, 0, 0, 0.31);
          box-shadow: 4.415px 2.347px 68px 0 rgba(0, 0, 0, 0.31);
}

#defaultModal .close {
  position: absolute !important;
  right: 15px;
  top: 0;
  z-index: 99 !important;
  opacity: 1 !important;
  outline: 0 !important;
  padding: 0;
}

#defaultModal .modal-body {
  display: block;
  padding: 0;
}

#defaultModal h6 {
  font-size: 18px;
  font-weight: 700;
  color: #b3b3b3;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#defaultModal h4 {
  font-size: 24px;
  font-weight: 400;
  color: #444;
  margin: 20px 0 0;
  line-height: normal;
}

#defaultModal p {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  margin: 0;
}

#defaultModal h4 span {
  color: #2d3393;
}

#defaultModal .form-control {
  border: 1px solid #b7b7b7;
  height: 44px;
  background: transparent;
  outline: 0;
  font-size: 15px;
  color: #5b5b5b;
}

#defaultModal .blueButton a {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 25px;
}

#defaultModal .left {
  max-width: 200px;
  width: 100%;
  padding: 70px 5px 80px 30px;
  background: #f4f4f4;
  display: inline-block;
  float: left;
}

#defaultModal .right {
  width: calc(100% - 200px);
  padding: 70px 60px 85px;
  display: inline-block;
  float: left;
  background: #fff;
}

#defaultModal .right h6 {
  color: #2d3393;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  text-align: center;
}

#defaultModal .right h6:after {
  position: absolute;
  content: '';
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #2d3393;
  bottom: -1px;
}

#defaultModal .right p {
  text-align: center;
  line-height: normal;
}

#defaultModal .right .verifyBox {
  display: none;
}

#defaultModal .right .verifyBox .top {
  margin-top: -10px;
}

#defaultModal .right .verifyBox p {
  font-size: 16px;
  margin: 0 0 5px;
}

#defaultModal .right .verifyBox p span {
  font-size: 18px;
  font-weight: 700;
}

#defaultModal .right .verifyBox p a {
  color: #2d3393;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 2px;
}

#defaultModal .right .verifyBox .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 18px;
}

#defaultModal .right .verifyBox .inputBox .otpNo {
  border-radius: 4px;
  background-color: #cecece;
  width: 42px;
  height: 42px;
  font-size: 15px;
  color: #5b5b5b;
  border: 1px solid #cecece;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#defaultModal .right .verifyBox .inputBox .otpNo + .otpNo {
  margin-left: 20px;
}

#defaultModal .right .verifyBox .time {
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  width: 45px;
  height: 42px;
  font-size: 15px;
  color: #5b5b5b;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

#defaultModal .right .verifyBox p .resend {
  font-size: 18px;
  text-transform: initial;
}

#defaultModal .verifyBox .blueButton a {
  margin: 10px 0 15px;
}

#defaultModal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

.modal-backdrop.show.active {
  opacity: .2;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0;
  padding: 0;
}

input#number {
  text-align: center;
  border: 1px solid #ddd;
  margin: 0;
  min-width: 70px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.btn-removeproduct {
  background: none;
  border: none;
  color: #2d3393;
}

button.btn-removeproduct:focus {
  outline: none;
}

p.carmodal-error {
  color: #fb0610;
  font-size: 14px;
  margin: 10px 0 0;
}

.cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd.thankyouMessage {
  text-align: center;
}

.cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd.thankyouMessage h3 {
  font-size: 18px;
}

.cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd.thankyouMessage .blueButton {
  display: inline-block;
}

ul#select2-msgamodelSelect-results {
  max-height: 150px !important;
  overflow: auto !important;
}

ul#select2-msga_state_cbo-results, ul#select2-msga_city_cbo-results, ul#select2-msga_dealer_cbo-results {
  max-height: 200px !important;
  overflow: auto !important;
}

.signupSec h3 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.featured-categories .tabContainer .tabContent .categorySliderMain .owl-stage-outer .sliderBox .slideContent h3 {
  font-size: 16px;
}

.zoom-box img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.zoom-box .viewer-box > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  top: 0 !important;
}

.cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd .addNewShipCross, .cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd .addNewBillCross {
  position: absolute;
  top: 10px;
  right: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

h4.mobile-login-text {
  display: none;
}

@media (min-width: 991px) and (max-width: 1279px) {
  .featured-categories .tabContainer .tabMain ul li a {
    margin: 0 10px;
    font-size: 16px;
  }
}

.fade.show {
  opacity: 1 !important;
}

.headMyAccountMain {
  border: #b7b7b7 solid 1px;
  background: #fff;
  width: 325px;
  position: absolute;
  right: 10px;
  z-index: 100;
  padding: 0;
  top: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.headMyAccountMain.active {
  display: block;
}

.headMyAccountMain .upArrow {
  position: absolute;
  top: -10px;
  right: 10px;
}

.headMyAccountMain h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: #a7a7a7 solid 1px;
  width: calc(100% - 30px);
  text-align: left;
  margin: auto;
  line-height: normal;
  margin-top: 10px;
}

header .utilityWrapper .utilityItems li ul, header .utilityWrapper .utilityItems li .headMyAccountMain ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 0;
}

.headMyAccountMain ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 0;
}

.headMyAccountMain ul li {
  text-align: left;
}

.headMyAccountMain ul li a {
  display: inline-block;
  padding: 10px 35px;
  width: 100%;
  font-size: 15px;
  color: #737373;
  font-weight: 400;
  text-decoration: none;
}

.headMyAccountMain ul li a:hover {
  background: #f0f0f0;
}

.headMyAccountMain ul li a.subMenu {
  background: url(../images/home/arrow2.png) 95% center no-repeat;
}

.headMyAccountMain ul li a.subMenu:hover {
  background: #f0f0f0 url(../images/home/arrow2.png) 95% center no-repeat;
}

.headMyAccountMain ul li a.subMenu.active {
  background: #f0f0f0 url(../images/home/arrow.png) 95% center no-repeat;
}

.headMyAccountMain ul li ul {
  background: #f8f8f8;
  border-top: #efefef solid 1px;
  border-bottom: #efefef solid 1px;
  padding: 0;
  display: none;
}

.headMyAccountMain ul li ul li a {
  padding-left: 60px;
}

@media (min-width: 481px) and (max-width: 767px) {
  #defaultModal {
    top: 0;
  }
  #defaultModal .left {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
  }
  #defaultModal .right {
    width: 100%;
    padding: 15px 20px;
  }
  #defaultModal h6 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #defaultModal.show .modal-dialog {
    margin: 0;
  }
  #defaultModal .right .verifyBox .inputBox {
    display: block;
    margin: 20px 0 18px;
    text-align: center;
  }
  #defaultModal h4 {
    font-size: 19px;
    margin: 0;
  }
  #defaultModal h6 {
    margin-bottom: 0;
  }
  h4.desktop-login-text {
    display: none;
  }
  h4.mobile-login-text {
    display: block;
  }
  #defaultModal .modal-content {
    width: 100%;
    margin: 0 auto;
  }
  .leftTop img {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  .currentLoc input[type="text"]:first-child {
    display: none;
  }
  .cartDeliveryLocation .change {
    display: block;
    position: relative !important;
    margin-top: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 15px !important;
    top: 0 !important;
  }
  .cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd .crNewAddFieldRow .crNewAddFieldInn {
    margin-bottom: 15px;
  }
  h4.desktop-login-text {
    display: none;
  }
  .cartEmpty {
    width: 100%;
  }
  .cartacrdSec.cartSecEmpty {
    width: 90% !important;
  }
  .saveLaterRemoveMain {
    display: none !important;
  }
  .cartPageMain .cartLeftMain .cartacrdSec .acrdOpenSec .cartOrderRow {
    padding: 15px 15px 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #defaultModal {
    top: 0;
  }
  #defaultModal .left {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
  }
  #defaultModal .right {
    width: 100%;
    padding: 15px 20px;
  }
  #defaultModal.show .modal-dialog {
    margin: 0;
  }
  #defaultModal .right .verifyBox .inputBox {
    display: block;
    margin: 20px 0 18px;
    text-align: center;
  }
  #defaultModal h4 {
    font-size: 19px;
    margin: 0;
  }
  h4.desktop-login-text {
    display: none;
  }
  h4.mobile-login-text {
    display: block;
  }
  #defaultModal h6 {
    margin-bottom: 0;
  }
  #defaultModal .modal-content {
    width: 100%;
    margin: 0 auto;
  }
  .leftTop img {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  .currentLoc input[type="text"]:first-child {
    display: none;
  }
  .cartDeliveryLocation .change {
    display: block;
    position: relative !important;
    margin-top: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 15px !important;
    top: 0 !important;
  }
  .cartPageMain .cartLeftMain .cartacrdSec .cartAddNewAdd .crNewAddFieldRow .crNewAddFieldInn {
    margin-bottom: 15px;
  }
  .cartEmpty {
    width: 100%;
  }
  .cartacrdSec.cartSecEmpty {
    width: 90% !important;
  }
  .saveLaterRemoveMain {
    display: none !important;
  }
  .cartPageMain .cartLeftMain .cartacrdSec .acrdOpenSec .cartOrderRow {
    padding: 15px 15px 20px;
  }
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

header {
  width: 100%;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

header .headerMenu {
  display: table;
  height: 100%;
  width: 100%;
}

header .headerMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

header .headerMenu ul li {
  display: inline-block;
  font-size: .8125rem;
  color: #000;
  margin: 0 10px;
  font-weight: 400;
}

header .headerMenu ul li a {
  text-decoration: none;
  position: relative;
}

header .headerMenu ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #2d3393;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header .headerMenu ul li a:hover {
  color: #2d3393;
}

header .headerMenu ul li a:hover:after {
  width: 100%;
}

header .headerRight {
  text-align: right;
  margin-top: 5px;
}

header .headerRight .cityTxt {
  display: inline-block;
  vertical-align: middle;
}

header .headerRight .cityTxt a {
  color: #000;
  font-weight: 700;
  font-size: .8125rem;
}

header .headerRight .cityTxt a span {
  display: inline-block;
  vertical-align: middle;
}

header .headerRight .custCareNum {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

header .headerRight .custCareNum a {
  border: #a3a3a3 solid 1px;
  padding: 3px 5px;
  font-size: .75rem;
  font-weight: 400;
  color: #656565;
  text-decoration: none;
}

header .headerRight .custCareNum a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

header .headerRight .custCareNum a:hover {
  background: #f0f0f0;
}

header .headerRight .loginIcon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

header .headerRight .cartIcon {
  display: inline-block;
  vertical-align: middle;
}

header .headerRight .filterIcon, header .headerRight .plusIcon {
  display: none;
}

@media (max-width: 992px) {
  header .logo img {
    width: 125px;
  }
}

@media (max-width: 992px) {
  header .headerMenu {
    display: none;
  }
}

@media (max-width: 1279px) {
  header .headerMenu ul li {
    font-size: .75rem;
    margin: 0 2px;
  }
}

@media (max-width: 1279px) {
  header .headerRight {
    margin-top: 2px;
  }
}

@media (max-width: 992px) {
  header .headerRight {
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  header .headerRight .cityTxt {
    display: none;
  }
}

@media (max-width: 1279px) {
  header .headerRight .cityTxt a {
    font-size: .75rem;
  }
}

@media (max-width: 1279px) {
  header .headerRight .custCareNum {
    margin: 0 2px;
    height: 18px;
  }
}

@media (max-width: 992px) {
  header .headerRight .custCareNum {
    display: none;
  }
}

@media (max-width: 1279px) {
  header .headerRight .custCareNum a {
    font-size: .6875rem;
    padding: 2px 4px;
  }
}

@media (max-width: 1279px) {
  header .headerRight .loginIcon {
    margin: 0;
  }
}

@media (max-width: 1279px) {
  header .headerRight .loginIcon a img {
    width: 14px;
  }
}

@media (max-width: 992px) {
  header .headerRight .loginIcon a img {
    width: auto;
    margin-left: 10px;
  }
}

@media (max-width: 359px) {
  header .headerRight .loginIcon a img {
    margin-left: 5px;
  }
}

@media (max-width: 1279px) {
  header .headerRight .cartIcon a img {
    width: 15px;
  }
}

@media (max-width: 992px) {
  header .headerRight .cartIcon a img {
    width: auto;
    margin-left: 10px;
  }
}

@media (max-width: 359px) {
  header .headerRight .cartIcon a img {
    margin-left: 3px;
  }
}

@media (max-width: 992px) {
  header .headerRight .filterIcon {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 992px) {
  header .headerRight .filterIcon a img {
    width: auto;
    margin-left: 10px;
  }
}

@media (max-width: 359px) {
  header .headerRight .filterIcon a img {
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  header .headerRight .plusIcon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
}

@media (max-width: 992px) and (max-width: 359px) {
  header .headerRight .plusIcon {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  header .headerRight .plusIcon a img {
    display: inline-block;
    margin: auto;
    max-width: inherit;
  }
}

.mobileNavigation {
  width: 100%;
  float: left;
  background: #2d3393;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  -webkit-box-shadow: 0 -4px 30px rgba(50, 50, 50, 0.2);
  box-shadow: 0 -4px 30px rgba(50, 50, 50, 0.2);
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}

.mobileNavigation .mobOfferSec {
  width: 9%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.mobileNavigation .mobOfferSec a img {
  margin: auto;
}

.mobileNavigation .mobOfferSec a span {
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.5);
}

.mobileNavigation .mobSearchBg {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2%;
  background: #fff;
  border-radius: 7px;
}

.mobileNavigation .mobSearchBg input {
  display: inline-block;
  width: calc(100% - 0px);
  padding: 12px 15px 12px 45px;
  background: transparent url(../images/search.png) 15px center no-repeat;
  border: 0;
  color: #737373;
  font-size: .875rem;
}

.mobileNavigation .mobSearchBg input:focus {
  outline: 0;
}

.mobileNavigation .mobSearchBg a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}

.mobileNavigation .mobHamBurgSec {
  width: 9%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.mobileNavigation .mobHamBurgSec a {
  display: inline-block;
}

.mobileNavigation .mobHamBurgSec a img {
  margin: auto;
}

.mobileNavigation .mobHamBurgSec a span {
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .mobileNavigation {
    display: block;
  }
}

@media (max-width: 480px) {
  .mobileNavigation .mobOfferSec {
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .mobileNavigation .mobOfferSec a span {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .mobileNavigation .mobSearchBg {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .mobileNavigation .mobSearchBg {
    width: 80%;
    margin: 0 4.5%;
  }
}

@media (max-width: 480px) {
  .mobileNavigation .mobHamBurgSec {
    margin-top: 5px;
  }
}

.mobileMenuMain {
  width: 300px;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  background: #fff;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
}

.mobileMenuMain .mobileMenuBanner {
  margin-top: 50px;
}

.mobileMenuMain ul {
  padding: 0;
  margin: 20px 20px 20px 35px;
  list-style: none;
  width: 100%;
}

.mobileMenuMain ul li a {
  font-size: 1.3125rem;
  color: #444;
  width: 100%;
  line-height: 3;
  font-weight: 400;
  position: relative;
}

.mobileMenuMain ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #444;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.mobileMenuMain ul li a:hover {
  text-decoration: none;
}

.mobileMenuMain ul li a:hover:after {
  width: 100%;
}

.mobileMenuMain span {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.mobileMenuMain.active {
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 767px) {
  .mobileMenuMain .mobileMenuBanner {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .mobileMenuMain .mobileMenuBanner {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .mobileMenuMain ul {
    height: 180px;
    overflow: scroll;
  }
}

@media (max-width: 480px) {
  .mobileMenuMain ul {
    top: 55%;
    height: auto;
  }
}

@media (max-width: 359px) {
  .mobileMenuMain ul {
    top: 55%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .mobileMenuMain ul li a {
    line-height: 2.7;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .mobileMenuMain ul li a {
    line-height: 2.5;
    font-size: 1.125rem;
  }
}

@media (max-width: 359px) {
  .mobileMenuMain ul li a {
    line-height: 2.4;
    font-size: .9375rem;
  }
}

@media (max-width: 767px) {
  .mobileMenuMain span {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .mobileMenuMain span {
    bottom: 25px;
    right: 25px;
  }
}

@media (max-width: 992px) {
  .mobileMenuMain {
    display: block;
  }
}

.overlaymenu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.overlaymenu.active {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 100;
}

body.active {
  overflow: hidden;
}

.topSecondMenuMain .container ul li {
  position: static;
}

.topSecondMenuMain .container ul li:hover .leftCarModelImgMain {
  display: block;
}

.leftCarModelImgMain {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
  text-align: center;
}

.menu-container {
  width: 100%;
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: -1px 3px 28px -8px rgba(0, 0, 0, 0.75);
  display: inline-block;
  position: relative;
}

.topSecondMenuMain .container .leftCarModelLinks {
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
}

.topSecondMenuMain .container .menuff2 {
  display: inline-block;
}

.topSecondMenuMain .container .menuff2 li a {
  display: inline-block;
  padding: 17px 0 16px;
}

.topSecondMenuMain .container .leftCarModelLinks ul {
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.topSecondMenuMain .container .leftCarModelLinks ul li {
  width: 100%;
}

.topSecondMenuMain .container .leftCarModelLinks ul li a {
  color: #606060;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 50px;
  margin-right: 0;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-weight: bold;
}

.topSecondMenuMain .container .leftCarModelLinks ul li a:hover {
  background: #f1f1f1;
  color: #2d3393;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active a {
  background: #f1f1f1;
  color: #2d3393;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul {
  display: none;
  width: 50%;
  background: #f1f1f1;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul li a {
  padding: 13px 20px;
  color: #606060;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul li a:hover {
  background: #e2e2e2;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul li a:before, .topSecondMenuMain .container .leftCarModelLinks ul ul li a:after {
  display: none;
}

.topSecondMenuMain .container .leftCarModelLinks ul li:hover ul {
  display: block;
}

.topSecondMenuMain .container .leftCarModelLinks ul li:hover ul ul {
  display: none;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul li.active a {
  background: #e2e2e2;
  color: #2d3393;
}

.topSecondMenuMain .container .leftCarModelLinks ul strong {
  display: none;
}

.topSecondMenuMain .container .leftCarModelLinks ul li:hover strong {
  display: block;
}

.topSecondMenuMain .container .leftCarModelLinks ul:hover ul strong {
  display: none;
}

.topSecondMenuMain .container .leftCarModelLinks ul li .wrapper {
  position: absolute;
  z-index: 10;
  cursor: auto;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active ul li a {
  color: #606060;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active ul li.active a, .topSecondMenuMain .container .leftCarModelLinks ul li.active ul li a:hover {
  color: #2d3393;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul ul {
  display: none;
  width: 100%;
  background: #e2e2e2;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul ul li a {
  padding: 13px 20px;
  color: #606060;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul ul li a:before, .topSecondMenuMain .container .leftCarModelLinks ul ul ul li a:after {
  display: none;
}

.topSecondMenuMain .container .leftCarModelLinks ul ul li:hover ul, .topSecondMenuMain .container .leftCarModelLinks ul ul li:hover strong {
  display: block;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active ul li.active ul li a {
  color: #606060;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active ul li ul li a {
  background: #e2e2e2;
  color: #606060;
}

.topSecondMenuMain .container .leftCarModelLinks ul li.active ul li ul li a:hover {
  color: #2d3393;
}

.topSecondMenuMain .container .leftCarModelLinks ul li:hover > a {
  background: #e2e2e2;
  color: #2d3393;
}

.leftCarModelLinks strong {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 50px;
  text-align: left;
}

.leftCarModelLinks ul li strong {
  width: 25%;
  position: absolute;
  top: -50px;
  left: 50%;
  padding: 15px;
  text-align: left;
  top: -50px;
}

.leftCarModelLinks ul ul li strong {
  width: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  padding: 15px;
}

.topSecondMenuMain .container .leftCarModelLinks .wrapper {
  position: relative;
  height: 100%;
}

.headerfreeze {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  height: 115px;
  background: #fff;
}

@media (max-width: 992px) {
  .headerfreeze {
    height: 78px;
    -webkit-box-shadow: 0 0 5px #e2e2e2;
            box-shadow: 0 0 5px #e2e2e2;
  }
}

.leftCarModelImg {
  width: 50%;
  float: right;
}

.leftCarModelImg img {
  width: 100%;
  height: auto;
}

.downScroll {
  position: absolute;
  width: 16px;
  height: 9px;
  bottom: 15px;
  text-align: center;
  left: 25%;
  margin-left: -8px;
}

.topSecondMenuMain .container .leftCarModelLinks ul.scroll, .topSecondMenuMain .container .leftCarModelLinks ul ul.scroll {
  float: left;
}

.topSecondMenuMain .container .leftCarModelLinks ul.scroll.scroll1::-webkit-scrollbar, .topSecondMenuMain .container .leftCarModelLinks ul ul.scroll.scroll1::-webkit-scrollbar {
  width: 4px;
}

.topSecondMenuMain .container .leftCarModelLinks ul.scroll.scroll1::-webkit-scrollbar-track, .topSecondMenuMain .container .leftCarModelLinks ul ul.scroll.scroll1::-webkit-scrollbar-track {
  background: #dedede;
}

.topSecondMenuMain .container .leftCarModelLinks ul.scroll.scroll1::-webkit-scrollbar-thumb, .topSecondMenuMain .container .leftCarModelLinks ul ul.scroll.scroll1::-webkit-scrollbar-thumb {
  background: #989898;
  border-radius: 0;
}

.topSecondMenuMain .container .leftCarModelLinks ul li a:after {
  display: none;
}

footer {
  float: left;
  width: 100%;
}

footer .personRecommedSec {
  background: #dcdcdc;
  width: 100%;
  float: left;
  padding: 20px;
  text-align: center;
}

footer .personRecommedSec h3 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 10px;
  line-height: normal;
}

footer .personRecommedSec .blueButton {
  width: 250px;
  height: 40px;
  margin: auto;
}

footer .personRecommedSec .blueButton a {
  font-size: .875rem;
  font-weight: 400;
  text-transform: capitalize;
}

footer .personRecommedSec p {
  margin-top: 5px;
  color: #000;
  font-size: .875rem;
}

footer .personRecommedSec p a {
  color: #2d3393;
  text-decoration: underline;
}

footer .personRecommedSec p a:hover {
  text-decoration: none;
}

footer .footerLinksMain {
  background: #2c2c2c;
  width: 100%;
  float: left;
  padding: 50px 0;
  position: relative;
}

footer .footerLinksMain .footerlinks {
  float: left;
  margin-right: 70px;
}

footer .footerLinksMain .footerlinks:last-child {
  margin-right: 0;
}

footer .footerLinksMain .footerlinks:last-child ul {
  margin-bottom: 25px;
}

footer .footerLinksMain .footerlinks:last-child ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

footer .footerLinksMain .footerlinks:last-child .newsletterDesk {
  display: block;
}

footer .footerLinksMain .footerlinks h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}

footer .footerLinksMain .footerlinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footerLinksMain .footerlinks ul li {
  margin-bottom: 4px;
}

footer .footerLinksMain .footerlinks ul li a {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  position: relative;
}

footer .footerLinksMain .footerlinks ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: -2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer .footerLinksMain .footerlinks ul li a:hover {
  text-decoration: none;
}

footer .footerLinksMain .footerlinks ul li a:hover:after {
  width: 100%;
}

footer .footerLinksMain .footerlinks ul li a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
}

footer .footerLinksMain .footerlinks ul li a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

footer .footerLinksMain .footerlinks ul li:last-child {
  margin-bottom: 0;
}

footer .footerLinksMain .footerlinks .footEmail {
  background: #616161;
  border-radius: 5px;
  width: 175px;
  height: 40px;
}

footer .footerLinksMain .footerlinks .footEmail input[type="text"] {
  width: 75%;
  background: none;
  border: 0;
  color: #fff;
  padding: 10px 12px;
  font-size: .875rem;
  line-height: inherit;
  vertical-align: top;
  height: inherit;
}

footer .footerLinksMain .footerlinks .footEmail input[type="text"]::-webkit-input-placeholder, footer .footerLinksMain .footerlinks .footEmail input[type="text"]:-moz-placeholder, footer .footerLinksMain .footerlinks .footEmail input[type="text"]::-moz-placeholder, footer .footerLinksMain .footerlinks .footEmail input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}

footer .footerLinksMain .footerlinks .footEmail input[type="text"]:focus {
  outline: 0;
}

footer .footerLinksMain .footerlinks .footEmail input[type="submit"] {
  width: 25%;
  border: 0;
  height: 40px;
  border-radius: 5px;
  text-indent: -9999px;
  background: #7c7c7c url(../images/footer/email-arrow.png) center center no-repeat;
}

footer .footerLinksMain .footerlinks .footEmail input[type="submit"]:focus {
  outline: 0;
}

footer .footerLinksMain .footerlinks.newsletterMob {
  display: none;
}

footer .footerLinksMain .footerlinks.newsletterMob h4 {
  font-size: 1.25rem;
}

footer .footerLinksMain .footerlinks.newsletterMob .footEmail {
  width: 100%;
}

footer .footerLinksMain p {
  color: #fff;
  font-size: .8125rem;
  line-height: normal;
  font-weight: 400;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  bottom: -25px;
}

footer .copyrightTxt {
  background: #181818;
  width: 100%;
  float: left;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
}

footer .footerTxt {
  float: left;
  width: 100%;
  padding: 40px 0;
  display: none;
}

footer .footerTxt p {
  font-size: .9375rem;
  color: #414141;
}

@media (max-width: 767px) {
  footer .personRecommedSec {
    padding: 70px 20px 20px;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain {
    padding: 15px 0 90px;
  }
}

@media (max-width: 1279px) {
  footer .footerLinksMain .footerlinks {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  footer .footerLinksMain .footerlinks h4 {
    font-size: .875rem;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks:last-child ul {
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks:last-child .newsletterDesk {
    display: none;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks:last-child h4 {
    border-bottom: 0;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks h4 {
    font-size: 1.25rem;
    line-height: 50px;
    margin-bottom: 0;
    background: url(../images/footer/accord-arrow2.png) 97% center no-repeat;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks h4.selected {
    background: url(../images/footer/accord-arrow.png) 97% center no-repeat;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks ul {
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 10px 0;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks ul li {
    line-height: 25px;
  }
}

@media (max-width: 1279px) {
  footer .footerLinksMain .footerlinks ul li a {
    font-size: .875rem;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks ul li a {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks .footEmail input[type="text"] {
    width: calc(100% - 50px);
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks .footEmail input[type="submit"] {
    width: 50px;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks.newsletterMob {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain .footerlinks.newsletterMob h4 {
    border-bottom: 0;
    background: none;
  }
}

@media (max-width: 992px) {
  footer .footerLinksMain p {
    display: none;
  }
}

@media (max-width: 992px) {
  footer .copyrightTxt {
    display: none;
  }
}

@media (max-width: 1279px) {
  footer .footerTxt {
    padding: 30px 0 90px;
  }
}

@media (max-width: 992px) {
  footer .footerTxt p.acrdClick {
    background: url(../images/footer/blk-arrow2.png) 97% center no-repeat;
  }
}

@media (max-width: 992px) {
  footer .footerTxt p.acrdClick.selected {
    background: url(../images/footer/blk-arrow.png) 97% center no-repeat;
  }
}

@media (max-width: 1279px) {
  footer .footerTxt p {
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.acrdSec {
  display: block;
}

@media (max-width: 992px) {
  .acrdSec {
    display: none;
  }
}

.footermenubox {
  display: block;
  padding: 0 0 70px;
  background: #fff;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  right: -100%;
  width: 85%;
  height: 100%;
  opacity: 1;
  z-index: 10;
}

.footermenubox.active {
  bottom: 0;
  right: 0;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  z-index: 998;
  opacity: 1;
}

.inrfooterbox {
  padding: 95px 0 70px;
  height: 100%;
  width: 85%;
  position: fixed;
}

.inrfooterbox h3 {
  font-weight: 700;
  color: #444;
  margin-bottom: 15px;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 20px 45px;
  right: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.inrfooterbox .myAccountTxt {
  color: #2d3393;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  z-index: 100;
  padding: 0 21px;
  top: 60px;
}

.inrfooterbox .serachbox {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.inrfooterbox .serachbox form {
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
}

.inrfooterbox .serachbox input {
  height: 45px;
  font-size: 16px;
  width: 100%;
  border: 0;
  padding: 0 50px 0 10px;
  background: #e9ebec;
  outline: none;
}

.inrfooterbox .serachbox input.searchbtn {
  height: 45px;
  width: 40px;
  font-size: .1px;
  padding: 0;
  background: url(../images/header/search-icon.png) no-repeat center;
  background-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.inrfooterbox nav {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 75vh;
}

.inrfooterbox nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
}

.inrfooterbox nav ul li {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 16px;
  width: 85%;
  margin: auto;
}

.inrfooterbox nav ul li.marLogo1 {
  background: #ededed;
  padding: 10px 20px;
  width: 100%;
}

.inrfooterbox nav ul li.marLogo2 {
  background: #ededed;
  padding: 15px 20px;
  width: 100%;
  margin-top: 10px;
}

.inrfooterbox nav ul li.noBor, .inrfooterbox nav ul li:last-child {
  border-bottom: 0;
}

.inrfooterbox nav ul li a {
  text-decoration: none;
  font-weight: 300;
  color: #000;
}

.inrfooterbox nav ul li label {
  display: block;
  font-weight: 300;
  margin: 0;
}

.inrfooterbox nav ul li label i {
  float: right;
  font-size: 21px;
  margin: -2px 5px 0;
}

.inrfooterbox nav ul li span {
  width: 35px;
  float: right;
  text-align: center;
}

.inrfooterbox .menuCrossBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.inrfooterbox .footerMenuNew {
  padding: 0 10px 0 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.inrfooterbox .footerMenuNew h3 {
  font-weight: 700;
  color: #444;
  margin-bottom: 15px;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 30px;
  right: 0;
  background: #fff;
  z-index: 10;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink ul {
  list-style: none;
  border-top: #444 solid 1px;
  width: 92%;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink ul li a {
  font-size: 1.125rem;
  color: #444;
  font-weight: 400;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  letter-spacing: -.5px;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink ul li strong {
  font-size: 1.375rem;
  color: #444;
  font-weight: 700;
  opacity: .5;
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink ul:first-child li:last-child {
  border-top: #444 solid 1px;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink ul.myListMenu li {
  display: none;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink div a {
  color: #2D3891;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.inrfooterbox .footerMenuNew .footerMenuNewLink div a#viewLess {
  display: none;
}

@media screen and (max-width: 360px) {
  .inrfooterbox nav ul {
    height: 480px;
  }
}

@media screen and (max-width: 339px) {
  .inrfooterbox nav ul {
    height: 425px;
  }
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(120%, 0, 0);
          transform: translate3d(120%, 0, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.menu label.menu-toggle {
  position: relative;
  right: 0;
  width: 100%;
  height: auto;
  line-height: inherit;
  display: block;
  padding: 10px 20px;
  margin: 0;
}

.menu label.menu-toggle span {
  float: none;
}

.menu label.menu-toggle span img {
  max-width: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
  position: relative;
  top: 4px;
}

.menu-checkbox {
  display: none;
}

.menu-checkbox:checked + .menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.menuactive {
  background: #000;
}

.menuactive:after {
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
  bottom: 0;
  left: 0;
  position: absolute;
}

.menuactive:before {
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
}

.breadcrumbMain {
  padding: 15px 0;
  width: 100%;
  float: left;
}

.breadcrumbMain nav ol li {
  font-size: 1rem;
  position: relative;
  font-weight: 500;
}

.breadcrumbMain nav ol li a {
  color: #4f4f4f;
  font-weight: 500;
}

.breadcrumbMain nav ol .breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
  text-transform: capitalize;
}

.breadcrumbMain nav ol .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  padding-right: .5rem;
}

.breadcrumbMain nav ol li.active {
  font-weight: 500;
  color: #2d3393;
}

.breadcrumbMain nav .breadcrumb {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbMain nav ol li {
    font-size: .875rem;
  }
}

.whiteButton a {
  font-size: .75rem;
  background-color: #fff;
  padding: 13px 15px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: #fff solid 1px;
  color: #2d3393;
  font-weight: 500;
  display: block;
}

.whiteButton a:before {
  border-radius: 6px;
  background: #2d3393;
}

.whiteButton a:hover {
  background-color: #2d3393;
  color: #fff;
}

@media (max-width: 992px) {
  .whiteButton a {
    padding: 8px 15px 7px;
    border-radius: 5px;
    letter-spacing: .5px;
  }
}

.blueButton a {
  font-size: .75rem;
  background-color: #2d3393;
  padding: 13px 25px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: #2d3393 solid 1px;
  color: #fff;
  font-weight: 500;
  display: block;
}

.blueButton a:before {
  border-radius: 6px;
  background: #fff;
}

.blueButton a:hover {
  background-color: #fff;
  color: #2d3393;
}

@media (max-width: 992px) {
  .blueButton a {
    letter-spacing: .5px;
    border-radius: 5px;
  }
}

input, textarea {
  width: 100%;
  border: #b7b7b7 solid 1px;
  padding: 10px;
  color: #5b5b5b;
  font-size: .9375rem;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
}

input:focus, textarea:focus {
  outline: 0;
}

.select2-container {
  height: 50px;
}

.select2-container:focus {
  outline: 0;
}

.select2-container .selection {
  height: 50px;
}

.select2-container .selection:focus {
  outline: 0;
}

.select2-container .selection .select2-selection {
  height: 50px;
  font-size: .875rem;
  font-weight: 400;
}

.select2-container .selection .select2-selection:focus {
  outline: 0;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
  padding-right: 35px;
}

.select2-container .selection .select2-selection .select2-selection__arrow {
  height: 50px;
  width: 35px;
  background: url(../images/home/select-box-arrow.png) center center no-repeat;
}

.select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
  border: #ccc solid 1px;
  outline: 0;
}

.forDesk {
  display: block;
}

@media (max-width: 992px) {
  .forDesk {
    display: none;
  }
}

.forMob {
  display: none;
}

@media (max-width: 992px) {
  .forMob {
    display: block;
  }
}

.eligibleProductPopupMain .popupContainer {
  background: #fafafa;
  padding: 50px 40px;
}

.eligibleProductPopupMain .popupContainer .title {
  color: #3b3b3b;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul li {
  border: #ccc solid 1px;
  border-radius: 5px;
  background: #fff;
  padding: 20px 15px;
  width: 33.3%;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul li .image img {
  margin: auto;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul li h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul li p {
  font-size: .9375rem;
  color: #7d7d7d;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain ul li + li {
  margin-left: 15px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver p {
  margin-bottom: 0;
  color: #3b3b3b;
  font-size: 1.125rem;
  font-weight: 500;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain .checkboxMain {
  margin-bottom: 0;
  line-height: 22px;
  padding-left: 32px;
  color: #333;
  font-size: .9375rem;
  display: inline-block;
  width: auto;
  margin-left: 15px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain .checkboxMain .checkBoxmark {
  height: 23px;
  width: 23px;
  border-radius: 50px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain .checkboxMain .checkBoxmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain.forMob {
  margin-left: 0;
  margin-bottom: 22px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining p {
  margin-bottom: 0;
  color: #3b3b3b;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 15px;
}

.eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining .blueButton a {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .title {
    padding: 5px 0 0;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain ul {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain ul li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain ul li h4 {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain ul li h4 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain ul li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver {
    display: inline-block;
    padding: 25px 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .non-deliver .customCheckBoxMain .checkboxMain {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .eligibleProductPopupMain .popupContainer .eligibleProductMain .byRemaining .blueButton a {
    padding: 12px 18px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .footer-component .footer_menu .menu-blocks h4 {
    font-size: 1.25rem;
  }
  .footer-component .footer_menu .menu-blocks ul {
    border-bottom: solid 1px #3b3f40;
    padding-top: 10px;
  }
  .footer-component .footer_menu .menu-blocks ul li {
    line-height: 20px;
  }
  .footer-component .footer_menu .menu-blocks ul li a {
    font-size: 1rem;
  }
  .footer-component .social_media {
    display: none;
  }
  header .utilityWrapper .utilityItems li .cartitem {
    top: -7px !important;
    right: 0 !important;
  }
  .pageContainer .listingPageMain .listingRightMain .sortBySec .sortByLeft ul li {
    text-align: start;
    padding: 5px !important;
  }
  #itemqty + .select2 {
    width: 100px !important;
  }
}

.zoomSliderPopUp {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.zoomOverlay {
  left: 0;
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0;
  overflow: auto;
  overflow-y: scroll;
}

.paymentSuccesMain {
  float: left;
  width: 100%;
}

.paymentSuccesMain .thankyouSec {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paymentSuccesMain .thankyouSec .messageWrap {
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: #fff;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 95px 25px 75px;
  position: relative;
}

.paymentSuccesMain .thankyouSec h1 {
  font-weight: 700;
  font-size: 43px;
  color: #2d3393;
}

.paymentSuccesMain .thankyouSec h6 {
  font-weight: 700;
  font-size: 18px;
  color: #606060;
  margin: 0 0 10px;
}

.paymentSuccesMain .thankyouSec p {
  font-size: 16px;
}

.paymentSuccesMain .thankyouSec .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paymentSuccesMain .thankyouSec .top .left {
  width: 50%;
  padding-right: 25px;
}

.paymentSuccesMain .thankyouSec .top p {
  color: #606060;
  font-weight: 500;
}

.paymentSuccesMain .thankyouSec .top .right {
  width: 50%;
  padding-left: 60px;
}

.paymentSuccesMain .thankyouSec .top .right .box {
  border: 1px solid #2d3393;
  border-radius: 7px;
  background-color: #fdfdfd;
  padding: 50px;
}

.paymentSuccesMain .thankyouSec .top .right h6 {
  font-weight: 500;
}

.paymentSuccesMain .thankyouSec .top .right a {
  font-size: 18px;
  color: #2d3393;
  font-weight: 700;
}

.paymentSuccesMain .thankyouSec .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}

.paymentSuccesMain .thankyouSec .middle p {
  color: #7d7d7d;
  font-size: 15px;
}

.paymentSuccesMain .thankyouSec .middle .right {
  width: calc(100% - 57px);
  padding-left: 20px;
}

.paymentSuccesMain .thankyouSec .bottom p {
  color: #a1a1a1;
  font-size: 14px;
  margin: 0 0 30px;
}

.paymentSuccesMain .thankyouSec .contBtn {
  text-align: center;
}

.paymentSuccesMain .thankyouSec .blueButton a {
  font-size: 18px;
  display: inline-block;
  padding: 18px 21px 17px;
}

.paymentSuccesMain .thankyouSec .confirmOrderLogo {
  position: absolute;
  top: -62px;
  right: -62px;
  max-width: 154px;
  width: 100%;
}

.paymentSuccesMain .thankyouSec .confirmOrderLogo img {
  width: 100%;
}

.paymentSuccesMain .thankyouSec .paymentFailedWrap {
  padding-bottom: 50px;
}

.paymentSuccesMain .thankyouSec .paymentFailedWrap .failedWrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
}

.paymentSuccesMain .thankyouSec .paymentFailedWrap .failedWrapBox .right {
  width: calc(100% - 84px);
  padding-left: 20px;
}

.paymentSuccesMain .thankyouSec .paymentFailedWrap .failedWrapBox h1 {
  margin: 0 0 12px;
}

@media (max-width: 992px) {
  .paymentSuccesMain .thankyouSec {
    height: 70vh;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec {
    height: inherit;
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .paymentSuccesMain .thankyouSec {
    padding: 25px 0;
  }
}

@media (max-width: 1279px) {
  .paymentSuccesMain .thankyouSec .messageWrap {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .messageWrap {
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .paymentSuccesMain .thankyouSec h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .paymentSuccesMain .thankyouSec h6 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .top {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .top .left {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .paymentSuccesMain .thankyouSec .top p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .top .right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .top .right {
    padding-top: 20px;
  }
}

@media (max-width: 1279px) {
  .paymentSuccesMain .thankyouSec .top .right .box {
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .paymentSuccesMain .thankyouSec .top .right .box {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .paymentSuccesMain .thankyouSec .top .right .box {
    padding: 12px 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .middle {
    margin: 25px 0;
  }
}

@media (max-width: 480px) {
  .paymentSuccesMain .thankyouSec .blueButton a {
    font-size: 16px;
    padding: 16px 20px;
  }
}

@media (max-width: 1279px) {
  .paymentSuccesMain .thankyouSec .confirmOrderLogo {
    width: 100px;
    right: -40px;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .paymentSuccesMain .thankyouSec .confirmOrderLogo {
    width: 70px;
    right: -30px;
    top: -30px;
  }
}

@media (max-width: 480px) {
  .paymentSuccesMain .thankyouSec .confirmOrderLogo {
    width: 60px;
    right: -15px;
    top: -25px;
  }
}

@media (max-width: 480px) {
  .paymentSuccesMain .thankyouSec .paymentFailedWrap {
    padding-bottom: 25px;
  }
  #defaultModal .right h6:after {
    display: none;
  }
}

label#otpNo5-error {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  position: absolute;
  top: 151px;
  font-size: 12px;
}

.headMyAccountMain ul {
  width: 100% !important;
  float: left;
  overflow: hidden;
}

header .utilityWrapper .utilityItems li ul li a {
  margin: 0 !important;
  padding: 10px 15px !important;
  border: none !important;
}

@media (max-width: 480px) {
  header .utilityWrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
  }
}

.signUpBox p {
  float: left;
  width: 100%;
}

.signUpBox .blueButton {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}

section.footer-content p {
  color: #fff;
}

@media (max-width: 480px) {
  div#defaultModal .modal-dialog {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    width: 95%;
  }
  #defaultModal .right, #defaultModal .leftTop.only-mobile, #defaultModal .modal-content {
    background: #f4f4f4;
  }
}

.sticky-nav {
  background: #000;
  font-family: "Lato Regular",sans-serif;
  clear: both;
}

.sticky-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky-nav .leftNav {
  margin-left: 60px;
  float: left;
  padding: 10px 0;
  position: relative;
}

.sticky-nav .leftNav ul {
  margin: 0;
}

.sticky-nav .leftNav ul li {
  display: inline-block;
  padding: 8px 10px;
  position: relative;
}

.sticky-nav .leftNav ul li:last-of-type {
  border-right: none;
}

.sticky-nav .leftNav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}

.sticky-nav .leftNav ul li a#icreate span {
  text-transform: lowercase;
}

.sticky-nav .leftNav ul li.active {
  font-family: "Lato Bold",sans-serif;
}

.sticky-nav .leftNav ul li.more {
  background: 0 0;
  border: none;
  position: static;
}

.sticky-nav .leftNav ul li.more a:before {
  color: #fff;
  font-size: 8px;
}

.sticky-nav .leftNav ul li ul {
  display: none;
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 15px;
  width: 160px;
  right: 0;
  top: 100%;
  z-index: 99;
}

.sticky-nav .leftNav ul li ul li {
  font-family: "Lato Regular",sans-serif;
  cursor: pointer;
  width: 100%;
}

.sticky-nav .leftNav ul li ul li a {
  color: #000;
  font-weight: 500;
}

.sticky-nav .leftNav ul li ul li.subitem {
  display: block;
}

.sticky-nav .leftNav ul li ul li.mainitem {
  display: none;
}

.sticky-nav .rightNav {
  float: right;
  margin-right: 60px;
  padding: 15px 0;
}

.sticky-nav .rightNav .stickytoggle {
  display: none;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
}

.sticky-nav .rightNav ul {
  border: 1px solid #515151;
  border-radius: 5px;
  margin: 0;
  font-size: 0;
}

.sticky-nav .rightNav ul li {
  display: inline-block;
  padding: 3px 10px;
  border-right: solid 1px #515151;
  position: relative;
  line-height: normal;
}

.sticky-nav .rightNav ul li a:hover {
  background: #333;
  display: block;
  line-height: normal;
  color: #fff;
}

.sticky-nav .rightNav ul li:last-of-type {
  border-right: none;
}

.sticky-nav .rightNav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
}

.sticky-nav .rightNav ul li ul {
  display: none;
  position: absolute;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 15px;
  width: 160px;
  right: 0;
  top: 100%;
  z-index: 999;
}

.sticky-nav .rightNav ul li ul li {
  display: block;
  border: none !important;
  padding: 5px 10px;
}

.sticky-nav .rightNav ul li ul li:hover {
  background: 0 0;
}

.sticky-nav .rightNav ul li ul li a {
  color: #000;
  text-transform: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .leftNav {
    margin-left: 10px;
  }
  .item.book-test-drive-item {
    border-right: solid 2px #fff;
  }
  .footer-sticky .owl-carousel .item.book-test-drive-item .item-title {
    font-size: 13px;
  }
  .item.home-call-child a label {
    line-height: 50px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
  }
  .item.home-call-child a img {
    max-width: 15%;
  }
  .footer-sticky .owl-carousel .item a {
    height: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-nav .leftNav {
    margin-left: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sticky-nav .leftNav {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-nav .leftNav ul li {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .leftNav ul li {
    display: none;
  }
  .sticky-nav .leftNav ul li a {
    font-size: 10px;
  }
  .sticky-nav .leftNav ul li.active {
    float: left;
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sticky-nav .leftNav ul li {
    padding: 8px;
  }
  .sticky-nav .leftNav ul li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .leftNav ul li.more {
    display: block;
    float: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-nav .leftNav ul li.active, .sticky-nav .leftNav ul li.more {
    display: block;
    float: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-nav .leftNav ul li ul {
    right: auto;
    left: 0;
  }
  .sticky-nav .leftNav ul li ul li.mainitem {
    display: block;
  }
  .sticky-nav .rightNav {
    float: right;
    margin-right: 10px;
    position: relative;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .leftNav ul li ul {
    right: auto;
    left: 0;
  }
  .sticky-nav .leftNav ul li ul li.mainitem {
    display: block;
  }
  .sticky-nav .rightNav {
    float: right;
    margin-right: 10px;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sticky-nav .rightNav {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-nav .rightNav .stickytoggle {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .rightNav .stickytoggle {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .rightNav ul {
    border-radius: 0;
    width: 160px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: #000;
    display: none;
    border: none;
    z-index: 99;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .rightNav ul li {
    border: none;
  }
  .sticky-nav .rightNav ul li a {
    color: #000;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sticky-nav .rightNav ul li {
    padding: 3px 6px;
  }
  .sticky-nav .rightNav ul li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 320px) and (max-width: 767px) {
  .sticky-nav .rightNav ul li ul {
    display: block;
    color: #000;
    position: static;
    width: auto;
    padding: 0;
  }
}

.footer-sticky {
  display: none;
}

.footer-sticky.sticky-nav.fixed {
  top: auto;
  bottom: 0;
}

@media (max-width: 1023px) {
  .hoverEffectContainer {
    display: none;
  }
  .footer-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background-color: #2d3494;
    z-index: 98;
    padding: 0;
    display: block;
  }
  .footer-sticky .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-sticky .owl-carousel .item {
    background: #2d3494;
    padding: 5px;
    width: 100%;
  }
  .footer-sticky .owl-carousel .item:last-child {
    border-right: 0;
  }
  .footer-sticky.sticky-nav.fixed {
    padding: 0;
    background: #fff;
    height: auto;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
  }
  .footer-sticky .owl-carousel .item .item-title {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
  }
  .footer-sticky .owl-carousel .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.sticky-nav .rightNav a.stickytoggle:first-child {
    display: block !important;
  }
  section.sticky-nav.clearfix .rightNav a:nth-child(2) {
    display: none;
  }
}

.floating-component .floating-item {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 999;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.floating-component .floating-item.active {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.config-icon {
  position: relative;
  top: -3px;
}

.floating-component .floating-item.active .assistance {
  opacity: 1;
  transition-duration: .5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition-duration: .5s;
  right: 43px;
}

.floating-component .floating-item.active .floating-inner .floatingIcon .icon-floating-menu:before {
  content: "\e90c";
}

.floating-component .floating-item .floating-inner .floatingIcon {
  display: block;
  background: #164b91;
  padding: 9px;
  text-decoration: none;
  font-size: 0;
}

.floating-component .floating-item .floating-inner .floatingIcon .icon-floating-menu {
  font-size: 25px;
  color: #fff;
}

.floating-component .floating-item .assistance {
  opacity: 0;
  background: rgba(22, 74, 145, 0.9);
  float: left;
  color: #fff;
  font-family: "Lato Light",sans-serif;
  width: 480px;
  position: absolute;
  top: -185px;
  transform: scale(0);
  -webkit-transform: scale(0);
  right: -250px;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.floating-component .floating-item .assistance .rows .rowitems.activeItem {
  background: #123b74;
}

.floating-component .floating-item .assistance .rows .rowitems.activeItem [class^=icon-] {
  opacity: 1;
}

.floating-component .floating-item .assistance .rows .rowitems .roadside {
  padding-left: 12px;
  padding-bottom: 10px;
}

.floating-component .floating-item .assistance .rows .rowitems .roadside h3 {
  font-size: 12px;
  font-family: "Lato Light",sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
}

a#tel-number {
  text-decoration: none;
}

a#mail-id {
  text-decoration: none;
  padding-top: 0;
}

.floating-component .floating-item .assistance .rows .rowitems .roadside h4 {
  font-size: 15px;
  font-family: "Lato Bold",sans-serif;
  margin: 0;
  padding: 0;
}

.floating-component .floating-item .assistance .rows .rowitems .roadside h4.quicklink-mail {
  text-transform: lowercase;
}

.floating-component .floating-item .assistance .rows .rowitems a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 12px;
  height: 100%;
}

.floating-component .floating-item .assistance .rows .rowitems a [class^=icon-] {
  font-size: 25px;
  display: inline-block;
  float: right;
  opacity: .5;
}

.floating-component .floating-item .assistance .rows .rowitems a p {
  position: absolute;
  bottom: 12px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 17.1428px;
}

.floating-component .floating-item .autoConfigurator {
  background: #d61f26;
  position: absolute;
  width: 43px;
  right: 0;
  height: 42px;
  top: 53px;
  padding: 6px 10px;
  line-height: 32px;
  font-family: "Lato Bold",sans-serif;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.floating-component .floating-item .autoConfigurator1 {
  padding: 6px;
}

.floating-component .floating-item .autoConfigurator.expand {
  width: 150px;
}

.floating-component .floating-item .autoConfigurator a {
  color: #fff;
  text-decoration: none;
}

.floating-component .floating-item .autoConfigurator a:hover {
  text-decoration: none;
}

.floating-component .floating-item .autoConfigurator a .icon-features-sporty-bold {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows .rowitems a {
    padding: 8px 10px;
    font-size: 10px;
  }
  .floating-component .floating-item .assistance .rows:last-of-type .col-lg-6 {
    padding-top: 0;
    width: 50%;
    float: left;
    clear: none;
    height: 80px;
    border-bottom: solid 1px #6787b4;
  }
}

.overlayContent {
  min-height: 360px;
  position: relative;
  padding: 0;
  display: none;
}

.modal-body .overlayContent {
  display: block;
}

.overlayContent .not-visible {
  display: none;
}

.overlayContent .header {
  height: 55px;
  background: #164a93;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #164a93), color-stop(100%, #133f7c));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d3393), to(#2d3393));
  background: linear-gradient(to bottom, #2d3393 0, #2d3393 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3393',endColorstr='#2d3393',GradientType=0);
}

.overlayContent .header .close {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-right: 20px;
  margin-top: 19px;
}

.overlayContent .header .title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato Light",sans-serif;
  float: left;
  padding: 12px 0 0 20px;
}

.overlayContent .content {
  padding: 20px;
  display: none;
  overflow: auto;
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content.comparetab {
  padding-top: 30px;
}

.overlayContent .content.comparetab .compareheader {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.overlayContent .content.comparetab .compareheader h2 {
  font-family: "Lato Bold",sans-serif;
  font-size: 18px;
  color: #171717;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px;
}

.overlayContent .content.comparetab .compareheader .tabsnav {
  width: 50%;
  float: left;
  list-style-type: none;
  text-align: left;
}

.overlayContent .content.comparetab .compareheader .tabsnav li {
  display: inline-block;
  padding: 0 5px;
}

.overlayContent .content.comparetab .compareheader .tabsnav li a {
  color: #000;
  font-family: "Lato Light",sans-serif;
  text-transform: uppercase;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active {
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content.comparetab .compareheader .tabsnav li.active:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content.comparetab .compareheader .rnav {
  width: 50%;
  float: right;
  list-style-type: none;
  text-align: right;
}

.overlayContent .content.comparetab .compareheader .rnav li {
  display: inline-block;
  color: #2fc516;
}

.overlayContent .content.comparetab .compareheader .rnav li a {
  text-transform: uppercase;
  color: #2fc516;
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content.comparetab .tabcontent {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs {
  display: none;
}

.overlayContent .content.comparetab .tabcontent .tabs h3 {
  clear: both;
}

.overlayContent .content.comparetab .tabcontent .tabs .error, .overlayContent .content.comparetab .tabcontent .tabs .headError {
  color: red;
}

.overlayContent .content.comparetab .tabcontent .tabs .form-group {
  margin-left: 0;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone {
  position: relative;
  float: left;
  padding-right: 20px;
}

.overlayContent .content.comparetab .tabcontent .tabs .rowclone .deleteItem {
  position: absolute;
  right: 7px;
  top: 17px;
}

.overlayContent .content.comparetab .tabcontent .tabs .inputitems select {
  width: 300px;
}

.overlayContent .content.comparetab .tabcontent .tabs.active {
  display: block;
}

.overlayContent .content .groupradio .col-lg-5, .overlayContent .content .groupradio .col-lg-7 {
  padding: 0;
}

.overlayContent .content .groupradio label {
  font-weight: 400;
  display: block;
}

.overlayContent .content .servicetabs ul {
  list-style-type: none;
}

.overlayContent .content .servicetabs ul li {
  float: left;
  text-transform: uppercase;
  padding: 0 30px 0 0;
}

.overlayContent .content .servicetabs ul li a {
  font-family: "Lato Light",sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

.overlayContent .content .servicetabs ul li.active {
  font-family: "Lato Bold",sans-serif;
}

.overlayContent .content .servicetabs ul li.active a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto 0;
  background: #d71f27;
}

.overlayContent .content .servicetabs .tabcontent {
  clear: both;
}

.overlayContent .content .servicetabs .tabcontent .tabs {
  clear: both;
  display: none;
  padding-top: 20px;
}

.overlayContent .content .servicetabs .tabcontent .tabs.active {
  display: block;
}

.overlayContent .content.active {
  display: block;
}

.overlayContent .content .servicetabs .tabcontent .tabs label {
  font-weight: 400;
  display: block;
  padding: 3px 0;
}

.overlayContent .content .perticular-detail .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.overlayContent .content .perticular-detail .total {
  border-top: solid 1px #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: "Lato Black",sans-serif;
}

.overlayContent .content .perticular-detail .total .goback {
  padding-top: 50px;
}

.overlayContent .content .perticular-detail .total .goback a {
  font-family: "Lato Bold",sans-serif;
  color: #d71f27;
}

.overlayContent .content h3 {
  font-size: 14px;
  color: #144484;
  clear: both;
}

.overlayContent .content h3 span {
  border-top: solid 2px #164b91;
  display: inline-block;
  width: 35px;
  margin-left: 10px;
  height: 6px;
}

.overlayContent .content .successMsg {
  padding-top: 5%;
  text-align: center;
}

.overlayContent .content .successMsg h4 {
  font-size: 30px;
  color: #000;
}

.overlayContent .content .form-group .iconTop {
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content .successMsg p {
  font-family: "Lato Regular",sans-serif;
}

.overlayContent .content .successMsg .icon-success {
  font-size: 50px;
  color: #2fc516;
}

.overlayContent .content .form-group input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group select {
  display: inline-block;
  width: 100%;
  border: none;
  max-width: 100%;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #ccc;
}

.overlayContent .content .form-group label.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.overlayContent .content .form-group .datePicker input {
  cursor: pointer;
}

.overlayContent .content .form-group .iconTop {
  position: absolute;
  right: 18px;
  top: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0;
}

.overlayContent .content .form-group .iconTop.otp a {
  color: #2fc516;
  font-size: 12px;
}

.overlayContent .content .form-group .iconTop a {
  color: #a9a9aa;
  text-decoration: none;
}

.overlayContent .content .form-group .datepicker-dropdown {
  top: 0 !important;
  left: 0 !important;
}

.overlayContent .content .form-group textarea {
  height: 100px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
}

.overlayContent .content .form-group .rating {
  padding-bottom: 20px;
}

.overlayContent .content .form-group .rating .icon-general_rate_active {
  display: inline-block;
  color: #2cc614;
}

.overlayContent .content .form-group .rating .icon-general_rate {
  display: inline-block;
}

.overlayContent .content .secondaryoverlay {
  display: none;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.overlayContent .content .secondaryoverlay .secondarycontent {
  padding: 40px;
}

.overlayContent .content .footer {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  padding-left: 40px;
  text-align: left;
}

.overlayContent .content .footer span {
  font-size: 120px;
  color: #f0f0f0;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overlayContent .content .footer .goback {
  padding-top: 20px;
}

.overlayContent .content .footer .goback a {
  font-family: "Lato Bold",sans-serif;
  color: #d71f27;
  text-decoration: none;
}

.overlayContent .content .enquiry-text {
  display: block;
  font-family: "Lato Light",sans-serif;
  font-size: 14px;
  color: #171717;
  margin-bottom: 20px;
  font-weight: 700;
}

.overlayContent .content .other-text {
  font-family: "Lato Bold",sans-serif;
  font-size: 14px;
  color: #171717;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: left;
}

.overlayContent.enquiryForm {
  padding-bottom: 0;
}

.overlayContent.enquiryForm .content {
  height: auto !important;
}

.overlayContent.enquiryForm .footer {
  position: static !important;
  padding-left: 0 !important;
}

.overlayContent #enquiry-list-div .other-text {
  font-family: "Lato Black",sans-serif;
  color: #171717;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: left;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
}

table.showroom {
  border-collapse: collapse;
  border: none;
}

table.showroom tr {
  border-bottom: 1px solid #d6d6d6;
}

table.showroom tr .font-smaller {
  font-size: 11px;
}

table.showroom tr td {
  padding: 15px 10px;
  font-size: 14px;
  text-align: left;
  border: none;
}

table.showroom tr th {
  padding: 15px 10px;
  font-size: 14px;
  text-align: left;
  border: none;
  font-family: 'Lato Bold',sans-serif;
  color: #171717;
  background: #f5f5f5;
}

table.showroom tr td {
  font-family: 'Lato Light',sans-serif;
  color: #585858;
  font-weight: 700;
}

.min-error {
  font-size: 12px;
}

table.showroom tr td .pending, table.showroom tr th .pending {
  font-size: 12px;
}

table.showroom tr td a {
  font-family: 'Lato Black',sans-serif;
  font-size: 12px;
  color: #2fc516;
  text-transform: uppercase;
  text-decoration: none;
}

.min-error {
  display: none;
  color: red;
  font-weight: 400;
}

.popupBg {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.all-cars-calculator-fule-efficiency {
  display: block;
  float: left;
  padding: 5px 0 10px !important;
  z-index: 9;
}

.all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
  display: block;
  width: 100%;
  margin: 10px 0 5px;
  color: #fff;
  font-size: 22px !important;
  text-transform: uppercase;
}

.all-cars-calculator-fule-efficiency a.all-car-fule-efficiency-knowlore {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 5px;
  color: #138bf3;
  font-weight: 400;
  text-decoration: none;
}

.all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

.all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail li {
  padding: 0 !important;
  margin-right: 15px;
  padding-right: 15px !important;
}

.all-cars-calculator-fule-efficiency .fule-description {
  float: left;
  width: 100%;
}

.all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
  color: #ccc;
  font-size: 13px !important;
  margin: 5px 0;
}

.all-car-fule-efficiency p, .all-car-fule-efficiency h2 {
  margin: 4px 0 5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
}

a.fule-efficiency-calculator-button {
  background: #000;
  color: #fff;
  padding: 6px 14px;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

body.ertiga .all-car-fule-efficiency.calculate-wrapper h2, body.breeza .all-car-fule-efficiency.calculate-wrapper h2 {
  text-transform: uppercase;
  font-size: 20px;
}

body.dzireblue h3.all-car-fule-efficiency-tittle {
  font-size: 18px !important;
}

body.dzireblue .all-cars-calculator-fule-efficiency a.all-car-fule-efficiency-knowlore {
  margin: 0;
}

body.dzireblue .all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail li h4 {
  font-size: 16px !important;
}

body.dzireblue .all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail li h3 {
  font-size: 12px !important;
}

body.dzireblue .all-cars-calculator-fule-efficiency .calculate-wrapper h2 {
  font-size: 20px !important;
}

body.swift h3.all-car-fule-efficiency-tittle {
  font-size: 18px !important;
}

body.swift .all-cars-calculator-fule-efficiency a.all-car-fule-efficiency-knowlore {
  margin: 0;
}

body.swift .all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail li h4 {
  font-size: 16px !important;
}

body.swift .all-cars-calculator-fule-efficiency ul.all-car-fule-efficiency-listing-detail li h3 {
  font-size: 12px !important;
}

body.swift .all-cars-calculator-fule-efficiency .calculate-wrapper h2 {
  font-size: 20px !important;
}

body.swift div#product .pull-right {
  position: relative !important;
  width: auto !important;
}

body .floating-component .floating-item .assistance .rows .col-lg-6.rowitems {
  width: 49.7%;
}

@media (min-width: 481px) and (max-width: 768px) {
  div#success-message-div .successMsg h4 {
    font-size: 16px;
    margin: 10px 0 9px;
  }
  div#success-message-div .successMsg p {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  div#success-message-div .successMsg h4 {
    font-size: 16px;
    margin: 10px 0 9px;
  }
  div#success-message-div .successMsg p {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance {
    width: 270px;
  }
}

.floating-component .floating-item .assistance .rows {
  clear: both;
  display: table;
  width: 100%;
  height: 120px;
  border-bottom: solid 1px #6787b4;
}

.floating-component .floating-item .assistance .rows .rowitems {
  border-right: solid 1px #6787b4;
  display: table-cell;
  float: none;
  padding: 0;
  height: 100%;
  vertical-align: bottom;
  width: auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows {
    display: block;
    clear: both;
    height: auto;
    border-bottom: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .floating-component .floating-item .assistance .rows .rowitems.col-lg-6 {
    padding-top: 20px;
    width: 100%;
    clear: both;
    display: block;
    border-bottom: solid 1px #6787b4;
  }
  .floating-component .floating-item .assistance .rows .rowitems.col-lg-3 {
    width: 50%;
    display: block;
    float: left;
    height: 80px;
    border-bottom: solid 1px #6787b4;
  }
}

@media (max-width: 767px) {
  body.swift div#product {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 15px;
  }
  body.swift .all-cars-calculator-fule-efficiency {
    margin-bottom: 0 !important;
  }
  body.swift .pull-right {
    bottom: 0 !important;
  }
  body.swift .pull-right .autogear {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  body.swift .pull-right .autogear img {
    padding: 0 !important;
    width: 100% !important;
  }
  body.dzireblue div#product {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 15px;
  }
  body.dzireblue .all-cars-calculator-fule-efficiency {
    margin-bottom: 0 !important;
  }
  body.dzireblue .pull-right {
    bottom: 0 !important;
  }
  body.dzireblue .pull-right .autogear {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  body.dzireblue .pull-right .autogear img {
    padding: 0 !important;
    width: 100% !important;
  }
  body.dzireblue .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.ertiga div#product {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 15px;
    margin-top: 75px;
  }
  body.ertiga .all-cars-calculator-fule-efficiency {
    margin-bottom: 0 !important;
  }
  body.ertiga .pull-right {
    bottom: 0 !important;
  }
  body.ertiga .pull-right .autogear {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  body.ertiga .pull-right .autogear img {
    padding: 0 !important;
    width: 100% !important;
  }
  body.ertiga .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.breeza div#product {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 5px 15px;
    margin-top: 25px;
  }
  body.breeza .all-cars-calculator-fule-efficiency {
    margin-bottom: 0 !important;
  }
  body.breeza .pull-right {
    bottom: 0 !important;
  }
  body.breeza .pull-right .autogear {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  body.breeza .pull-right .autogear img {
    padding: 0 !important;
    width: 100% !important;
  }
  body.breeza .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.breeza .all-car-fule-efficiency.calculate-wrapper h2 {
    font-size: 20px;
  }
  body.breeza .all-car-fule-efficiency p {
    font-size: 18px;
  }
  .product-carousel .productCarousel .items .productItems .proudctFooter ul li {
    padding-right: 5px !important;
    margin-right: 5px;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  body.alto .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.alto div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 40px;
  }
  body.alto .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.alto div#product .pull-right {
    bottom: 0 !important;
  }
  body.alto div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.alto .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.wagonr .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.wagonr div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 80px;
  }
  body.wagonr .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.wagonr div#product .pull-right {
    bottom: 0 !important;
  }
  body.wagonr div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.wagonr .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.celerio .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.celerio div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 80px;
  }
  body.celerio .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.celerio div#product .pull-right {
    bottom: 0 !important;
  }
  body.celerio div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.celerio .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.celerio section.product-carousel {
    background: #343334;
  }
  body.tango-orange .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.tango-orange div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 110px;
  }
  body.tango-orange .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.tango-orange div#product .pull-right {
    bottom: 0 !important;
  }
  body.tango-orange div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.tango-orange .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.swift .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.swift div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 20px;
  }
  body.swift .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.swift div#product .pull-right {
    bottom: 0 !important;
  }
  body.swift div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.swift .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.swift .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 11px !important;
  }
  body.spresso .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.spresso div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 50px;
  }
  body.spresso div#product div:first-child {
    margin-bottom: 0 !important;
  }
  body.spresso div#product .pull-right {
    bottom: 0 !important;
  }
  body.spresso div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.spresso .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.spresso .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 11px !important;
  }
  body.ertiga .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.ertiga div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 140px;
  }
  body.ertiga div#product div:first-child {
    margin-bottom: 0 !important;
  }
  body.ertiga div#product .pull-right {
    bottom: 0 !important;
  }
  body.ertiga div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.ertiga .proudctFooter .autogear img {
    top: 0 !important;
  }
  body.ertiga .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 11px !important;
  }
  body.breeza .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.breeza div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 80px;
  }
  body.breeza div#product div:first-child {
    margin-bottom: 0 !important;
  }
  body.breeza div#product .pull-right {
    bottom: 0 !important;
  }
  body.breeza div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.breeza .proudctFooter .autogear img {
    top: 0 !important;
  }
  body.breeza .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 11px !important;
  }
  body.dzireblue .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle, body.ertiga .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle, body.breeza .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  body.swift div#product {
    margin-top: 60px;
  }
  body.alto .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.alto div#product {
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 80px;
  }
  body.alto .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.alto div#product .pull-right {
    bottom: 0 !important;
  }
  body.alto div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.alto .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.alto .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 11px !important;
  }
  body.wagonr .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 14px !important;
  }
  body.wagonr div#product {
    position: relative !important;
    display: block;
    float: left;
    padding: 5px 10px;
    margin-top: 100px;
  }
  body.wagonr .proudctFooter div:first-child {
    margin-bottom: 0 !important;
  }
  body.wagonr div#product .pull-right {
    bottom: 0 !important;
  }
  body.wagonr div#product .pull-right .autogear {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
  body.wagonr .proudctFooter .autogear img {
    max-width: 100% !important;
  }
  body.wagonr .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 13px !important;
  }
  body.spresso div#product {
    margin-top: 100px !important;
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
  }
  body.spresso .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 9px !important;
  }
  body.spresso .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 12px !important;
  }
  body.spresso .product div:first-child {
    margin-bottom: 0 !important;
  }
  body.ertiga .all-car-fule-efficiency.calculate-wrapper h2, body.breeza .all-car-fule-efficiency.calculate-wrapper h2 {
    text-transform: uppercase;
    font-size: 20px;
  }
  body.ertiga div#product, body.breeza div#product {
    margin-top: 150px !important;
    position: relative;
    display: block;
    float: left;
    padding: 5px 10px;
  }
  body.ertiga .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions, body.breeza .all-cars-calculator-fule-efficiency p.all-car-fule-efficiency-discriptions {
    font-size: 9px !important;
  }
  body.ertiga .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle, body.breeza .all-cars-calculator-fule-efficiency h3.all-car-fule-efficiency-tittle {
    font-size: 12px !important;
  }
  body.ertiga .product div:first-child, body.breeza .product div:first-child {
    margin-bottom: 0 !important;
  }
}

.footer-component {
  clear: both;
  position: relative;
}

.footer-component .footer_menu {
  font-family: "Lato Regular",sans-serif;
}

.footer-component footer {
  font-family: "Lato Regular",sans-serif;
  background-color: #2c2c2c;
  padding: 25px 0 0;
  color: #fff;
  clear: both;
}

.footer-component .footer_menu {
  margin-top: 25px;
}

.footer-component .footer_menu .menu-blocks {
  padding: 0;
}

.footer-component .footer_menu .menu-blocks h4 {
  text-transform: uppercase;
  font-size: 12px;
}

.footer-component .footer_menu .menu-blocks ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.footer-component .footer_menu .menu-blocks ul li {
  padding: 0 0 7px;
}

.footer-component .footer_menu .menu-blocks ul li a {
  color: #d6d6d6;
}

.footer-component .footer-content {
  font-size: 12px;
  padding: 0 28px;
}

.footer-component .reach_us {
  text-transform: uppercase;
  padding-top: 15px;
}

.footer-component .locate-btn, .footer-component .showroom-btn {
  padding: 8px 6px 8px 10px;
  background: #fff;
  min-width: 174px;
  height: 30px;
  color: #000;
  font-family: "Lato Bold",sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-component .reach_us .sub-head-text span {
  margin: 0 6px;
}

.footer-component .showroom-btn {
  display: inline-block;
  white-space: nowrap;
}

.footer-component .showroom-btn:hover {
  text-decoration: none;
}

.footer-component .locate-btn {
  display: inline-block;
  margin: 40px 0 10px;
  margin-right: 12px;
}

.footer-component .social_media {
  margin-top: 15px;
}

.footer-component .social_media > a {
  color: #fff;
  text-decoration: none;
}

.footer-component .social_media ul {
  list-style: none;
}

.footer-component .social_media ul li {
  display: inline-block;
  padding: 0 5px;
}

.footer-component .social_media h3 {
  font-size: 18px;
  font-weight: 700;
}

.footer-component .copy-right .pull-right li {
  float: left;
  list-style-type: none;
  margin: 0 0 0 25px;
}

.footer-component .copy-right .pull-right li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-component .pull-left h1 {
  font-size: 24px;
  margin-bottom: 0;
}

.footer-component .copy-right {
  background-color: #000;
  font-size: 12px;
  margin: 18px 0 0;
  padding: 18px 60px;
}

.footer-component .copy-right p {
  color: #fff;
  margin: 0;
}

.footer-component .copy-right ul {
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-component .footer_menu {
    clear: both;
  }
  .footer-component .footer_menu .menu-blocks {
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .footer_menu {
    clear: both;
  }
  .footer-component .footer_menu .menu-blocks h4 {
    padding: 15px 0;
    clear: both;
    margin: 0;
    border-top: solid 1px #3b3f40;
    cursor: pointer;
  }
  .footer-component .footer_menu .menu-blocks h4:after {
    font-family: icomoon;
    content: "\e90a";
    font-size: 8px;
    float: right;
  }
  .footer-component .footer_menu .menu-blocks h4.active:after {
    font-family: icomoon;
    content: "\e909";
    font-size: 8px;
    float: right;
  }
  .footer-component .footer_menu .menu-blocks ul {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .footer-content {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .footer-content {
    padding: 0 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-component .reach_us {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .reach_us {
    margin-bottom: 15px;
    clear: both;
    padding: 0;
    width: 100%;
  }
  .footer-component .reach_us .sub-head-text {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .showroom-btn {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .locate-btn {
    margin: 0;
    width: auto;
    float: right;
  }
  .footer-component .social_media {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-component .locate-btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-component .social_media {
    margin-top: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .social_media > a {
    display: block;
    width: 50%;
    font-size: 12px;
    float: left;
    margin: 0;
    text-align: left;
    border-right: solid 1px #eee;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .social_media > a {
    display: block;
    width: 50%;
    font-size: 12px;
    float: left;
    margin: 0;
    text-align: left;
    border-right: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .social_media > a h3 {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .social_media ul {
    width: 50%;
    text-align: center;
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .social_media ul {
    width: 50%;
    text-align: right;
    float: right;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .social_media ul li img {
    width: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .social_media ul li img {
    width: 24px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .copy-right .pull-right li {
    margin: 0 8px;
  }
  .footer-component .copy-right .pull-right li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .pull-left h1 {
    font-family: "Lato Bold",sans-serif;
    margin: 0;
    font-size: 16px;
    float: left;
    height: 50px;
    line-height: 35px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .copy-right {
    clear: both;
    float: left;
    width: 100%;
    padding: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .footer-component .copy-right {
    clear: both;
    width: 100%;
    padding: 18px 18px 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .copy-right p {
    font-size: 11px;
    margin-bottom: 5px;
    float: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .copy-right {
    clear: both;
    width: 100%;
    padding: 18px 18px 30px;
  }
  .footer-component .copy-right p {
    font-size: 11px;
    margin-bottom: 5px;
    float: left !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-component .copy-right ul {
    padding: 0;
    float: none !important;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-component .copy-right ul {
    padding: 0;
    float: right !important;
    display: inline-block;
  }
}

.course-type {
  width: 100%;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0;
}

.course-type ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-type ul li {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  margin: 20px 0;
}

.course-type .course-detail {
  background: 0 0;
  border: none;
  display: inline-block;
  margin-bottom: 10px;
  float: none;
  padding: 0;
  margin-right: 0;
  width: auto;
}

.course-type ul li .slick-slide img {
  display: inline-block;
}

.course-type ul li span {
  display: block;
  margin-top: 5px;
}

.course-type button {
  float: none;
}

.course-type.corp {
  padding-left: 25px;
}

.course-type button {
  float: none;
}

.course-type ul li.courseSkill img {
  cursor: pointer;
}

@media (min-width: 481px) and (max-width: 767px) {
  section.reach_us a.locate-btn.footer_menu1 {
    margin-bottom: 10px;
  }
  .footer-component footer {
    min-height: 520px;
  }
  .footer-component .copy-right .pull-right li {
    float: none;
    list-style-type: none;
    margin: 0 8px;
    display: block;
  }
  .footer-component .copy-right ul {
    padding: 0;
    float: left !important;
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer-disclaimer {
    float: left;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  section.reach_us a.locate-btn.footer_menu1 {
    margin-bottom: 10px;
  }
  .footer-component footer {
    min-height: 520px;
  }
  .footer-component .copy-right .pull-right li {
    float: none;
    list-style-type: none;
    margin: 0 8px;
    display: block;
  }
  .footer-component .copy-right ul {
    padding: 0;
    float: left !important;
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer-disclaimer {
    float: left;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0;
  }
}

.play-store-link {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0 10px;
  text-align: right;
}

.play-store-link a#msr-android {
  display: inline-block;
}

.play-store-link a#msr-ios {
  display: inline-block;
  margin-left: 10px;
}

.play-store-link h2 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.play-store-link h3 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.generic-hero {
  clear: both;
}

.generic-hero .generic-slider .items {
  position: relative;
}

.generic-hero .generic-slider .items .mediacontent .btns:hover {
  color: #fff;
}

.generic-hero .generic-slider .items .mediacontent.white h2, .generic-hero .generic-slider .items .mediacontent.white h3, .generic-hero .generic-slider .items .mediacontent.white p {
  color: #fff;
}

.generic-hero .generic-slider .items .itemimg img {
  width: 100%;
}

.generic-hero .generic-slider .items .itemimg .gotToNext {
  position: absolute;
  bottom: 12px;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.generic-hero .generic-slider .items .mediacontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
}

.generic-hero .generic-slider .items .mediacontent h2 {
  font-family: "Lato Black",sans-serif;
  font-size: 60px;
  margin-top: 0;
}

.generic-hero .generic-slider .items .mediacontent h3 {
  font-family: "Lato Black",sans-serif;
  font-size: 30px;
  margin-top: 0;
}

.generic-hero .generic-slider .items .mediacontent p {
  font-family: "Lato Light",sans-serif;
  font-size: 14px;
}

.generic-hero .generic-slider .items .mediacontent p span {
  font-family: "Lato Bold",sans-serif;
}

.generic-hero .generic-slider .items .mediacontent.uppercase h2, .generic-hero .generic-slider .items .mediacontent.uppercase h3 {
  text-transform: uppercase;
}

.generic-hero .generic-slider .items .mediacontent.black h2, .generic-hero .generic-slider .items .mediacontent.black h3, .generic-hero .generic-slider .items .mediacontent.black p {
  color: #000;
}

.generic-hero .generic-slider .items .mediacontent.left {
  left: 0 !important;
  right: auto;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .generic-hero .generic-slider .items .mediacontent {
    padding: 25px;
  }
  .generic-hero .generic-slider .items .mediacontent h2 {
    font-size: 25px;
  }
  .generic-hero .generic-slider .items .mediacontent img {
    max-width: 100%;
  }
}

.mobilecontent .corp-content.roadside-assistance-mobile p {
  top: 0 !important;
  white-space: inherit;
  height: auto !important;
  margin-bottom: 0;
}

.generic-hero .generic-slider .items .mediacontent.right {
  left: auto;
  right: 0 !important;
}

.generic-hero .generic-slider .items .mediacontent.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.generic-hero .generic-slider .items .mediacontent.vcenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.generic-hero .generic-slider .items .mediacontent.bottom {
  top: auto;
  bottom: 0;
}

.generic-hero .generic-slider .slick-arrow {
  background: #000;
  z-index: 999;
  font-family: icomoon !important;
  padding: 3px 5px;
  width: auto;
  height: auto;
  display: block;
}

.generic-hero .generic-slider .slick-arrow.slick-next {
  right: 0;
  padding: 5px 8px 5px 12px;
}

.generic-hero .generic-slider .slick-arrow.slick-next:before {
  font-family: icomoon !important;
  content: "\e907";
}

.generic-hero .generic-slider .slick-arrow.slick-prev {
  left: 0;
  padding: 5px 12px 5px 8px;
}

.generic-hero .generic-slider .slick-arrow.slick-prev:before {
  font-family: icomoon !important;
  content: "\e906";
}

.generic-hero .generic-slider .slick-dots {
  bottom: 30px;
}

.generic-hero .generic-slider .slick-dots li {
  width: 30px;
  margin: 0 3px;
}

.generic-hero .generic-slider .slick-dots li button {
  width: 100%;
  padding: 0;
}

.generic-hero .generic-slider .slick-dots li button:before {
  opacity: 1;
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  background: #d6d6d6;
}

.generic-hero .generic-slider .slick-dots li.slick-active button:before {
  background: #585858;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .generic-hero .generic-slider .items .mediacontent.vcenter {
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    bottom: 10px;
    left: 0;
  }
  .generic-hero .generic-slider .items .mediacontent.vcenter img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .generic-hero .generic-slider .items .mediacontent.vcenter {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 10px;
    width: 100%;
  }
  body.breeza .generic-hero .generic-slider .items .mediacontent {
    text-align: center;
    left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .generic-hero .generic-slider .items .mediacontent.vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.breeza .generic-hero .generic-slider .items .mediacontent img {
    display: inline;
  }
}

@media screen and (max-width: 1365px) {
  .bookNowBtn {
    margin-top: -100px !important;
  }
}

@media screen and (max-width: 1199px) {
  .generic-hero .generic-slider .items .mediacontent.right {
    left: 60%;
    right: 0 !important;
  }
  .bookNowBtn {
    margin-top: -50px !important;
  }
}

@media screen and (max-width: 1023px) {
  .generic-hero .generic-slider .items .mediacontent.right {
    left: 0;
    right: 0 !important;
  }
  .bookNowBtn {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .granite-grey .generic-hero .generic-slider .items .mediacontent.bottom {
    width: 100%;
  }
  .bookNowBtn {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    display: block;
    font-weight: 700;
    right: 0;
    margin: 0 auto;
    width: 180px;
    text-align: center;
    color: #fff;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    margin-top: -50px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .generic-hero .generic-slider .items .mediacontent.vcenter img {
    position: relative;
    top: -30px;
  }
}

@media screen and (min-width: 300px) and (mx-width: 767px) {
  .generic-hero .generic-slider .items .mediacontent p {
    position: relative !important;
    top: -15px !important;
  }
}

.social-component {
  padding: 45px 0;
  position: relative;
  background: #f5f5f5;
  clear: both;
}

.social-component .socialCarousel .tab-nav ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 40px;
}

.social-component .socialCarousel .tab-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.social-component .socialCarousel .tab-nav ul li.tab-link .active {
  display: none;
}

.social-component .socialCarousel .tab-nav ul li.tab-link.current img {
  display: none;
}

.social-component .socialCarousel .tab-nav ul li.tab-link.current .active {
  display: block;
}

.social-component .socialCarousel .items {
  display: none;
}

.social-component .socialCarousel .items .tabcontent {
  width: 500px;
  height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 #a3a3a3;
  box-shadow: 0 0 5px 0 #a3a3a3;
}

.social-component .socialCarousel .items .buttonwrapper {
  text-align: center;
  padding-top: 50px;
}

.social-component .socialCarousel .items.current {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .social-component .socialCarousel .items .tabcontent {
    width: 100%;
  }
}
