@import url("webfont.css");
body {
  /*color: #666666;*/
  color: #333;
  font-family: open_sansregular;
  line-height: 1.6;
}

.promotion_left {
  float: left;
  margin-bottom: 20px;
  width: 49%;
}
.promotion_right {
  float: right;
  margin-bottom: 20px;
  width: 49%;
}
img.promotion_image {
  width: 100%;
}

.bids_menu {
  text-align: center;
}
.bids_menu a {
  font-size: 20px;
  white-space: nowrap;
}
.bids_menu a:active {
  font-size: 20px;
  font-weight: bold;
}
.bids {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 10px;
  column-fill: auto;
  margin-top: 30px;
}
.bid {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0 2px 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 5px;
  opacity: 1;
}
.bid-left {
  width: 45%;
  float: left;
  padding: 5px;
}
.bid-right {
  width: 55%;
  float: left;
  padding: 5px;
  position: relative;
}
.bid-title {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
}
.bid-image img {
  width: 100%;
}
.bid-description {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.bid-status {
  padding: 10px;
  border: 1px solid #b3b3b3;
  margin-bottom: 10px;
}
.bid-add-offer {
  padding: 10px;
  border: 1px solid #b3b3b3;
  margin-bottom: 10px;
}
.bid-offers {
  padding: 10px;
  border: 1px solid #b3b3b3;
  max-height: 160px;
  overflow: hidden;
  position: relative;
}
.bid-more-offer {
  position: absolute;
  background: #999999;
  text-align: center;
  bottom: 26px;
  left: 10px;
  right: 10px;
  color: white;
  font-size: 11px;
  cursor: pointer;
  display: none;
}
.bid-more-offer-icon {
  position: absolute;
  background: #ffffff;
  text-align: center;
  bottom: 6px;
  height: 20px;
  left: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.status-title {
  float: left;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.status-content {
  float: right;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.bid-closed {
  color: #ff0000;
}
.bid-oncoming {
  color: #ff9966;
}
.bid-active {
  color: #009933;
}
.status-full {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.countdownSeconds {
  display: none;
}
.bid-time-left {
  font-size: 12px;
}
.bid-offer-offer {
  font-size: 12px;
  float: left;
  width: 35%;
  white-space: nowrap;
}
.bid-offer-client {
  font-size: 12px;
  float: left;
  width: 20%;
  white-space: nowrap;
}
.bid-offer-moment {
  font-size: 10px;
  float: right;
  width: 35%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin:auto;
}
.you {
  font-weight: bold;
  background: #ffffcc;
}
.bid-deviza {
 font-size:22px;
 margin:4px;
}
.bid-add-offer-input {
  float: left;
  width: 30%;
}
.bid-add-offer-button {
  float: right;
  width: 40%;
}
.bid-add-offer-input input {
  width: 100%;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
}
.bid-add-offer-button button {
  width: 100%;
  background-color: #ff5757;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
}
.bid-add-offer-contract {
  font-size: 12px;
  color: #808080;
}
.bid-add-offer-notify {
  font-size: 12px;
  color: #808080;
}
.offer-accepted {
  color: green;
}
.offer-declined {
  color: red;
}

#voucher_div {
  width: 100%;
  padding: 8px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #e6e7e8;
}

.voucher_input {
  float: left;
  width: 70%;
}

.voucher_input input {
  font-size: 10pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  width: 95%;
}

.voucher_button {
  float: left;
  width: 29%;
}

.seo-banner {
  position: relative;
}

#main_loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-align: center;
  padding-top: 25%;
}

.dashboard_comenzii {
  height: 203px;
  width: 204px;
  background-image: url(../images/comenzii.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.noul {
  list-style-type: none;
  color: #666;
}
.tck1 {
  font-weight: bold;
  font-size: 20px;
  color: #00551d;
}

.contents ul.tick {
  list-style-image: url(../images/tick.png);
}

.tick_list_popup {
  background-image: url(../images/tick.png);
  width: 14px;
  height: 14px;
}

.centered {
  margin: 0 auto;
  text-align: left;
  width: 700px;
}

.cart_div_pharma {
  border: 1px solid #e6e7e8;
  width: 100%;
}

.w12 {
  width: 120px;
}
.bbottom {
  border-bottom: 1px solid #e6e7e8;
}

.form_disabled {
  cursor: not-allowed;
  opacity: 1;
}

.client_delivery_change {
  float: right;
  font-size: 10pt;
  color: #373435;
  padding-top: 10px;
}

.margintop {
  margin-top: 20px;
}

.italic {
  font-style: italic;
}

.small {
  font-size: 8pt;
}

.cart_input_full {
  padding: 22px;
  background: #f7f8f8;
  text-transform: uppercase;
  color: #727376;
}

.cart_input_header_higher {
  float: left;
  width: 50%;
  padding: 35px 22px;
  background: #f7f8f8;
  text-transform: uppercase;
  color: #727376;
}

.labelll {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.fotterli {
  padding-top: 20px;
}

.bright {
  border-right: 1px solid #e6e7e8;
}

.bleft {
  border-left: 1px solid #e6e7e8;
}

.cart_input_input input {
  width: 100%;
}

.red1 {
  color: #ff5757;
}

.cart_registered_office {
  padding: 15px;
  font-weight: 700;
}

.cart_input_header {
  float: left;
  width: 50%;
  padding: 28px;
  background: #f7f8f8;
  text-transform: uppercase;
  color: #727376;
  height: 100%;
  vertical-align: middle;
}

.cart_input_input {
  float: right;
  padding-right: 25px;
  width: 50%;
  padding-left: 25px;
  padding-top: 12px;
  background: #fff;
}

.cart_product_name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.inputtt {
  border: 1px solid #d5d7d8;
  padding: 3px;
  padding-left: 10px;
  font-size: 13pt;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #848688;
}

.valignmiddle {
  line-height: 60px;
  white-space: nowrap;
  vertical-align: center;
}

.btop {
  border-top: 1px solid #e6e7e8;
}

.cart_bottom_left {
  float: left;
  width: 65%;
}

.cart_bottom_right {
  float: right;
  width: 34%;
  line-height: 23px;
}

.cart_middle_totals_text {
  float: left;
  width: 49%;
  font-size: 15pt;
  color: #373435;
  white-space: nowrap;
  font-weight: bold;
}

.cart_middle_totals_values {
  float: right;
  width: 49%;
  font-size: 15pt;
  color: #373435;
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.cart_bottom_totals_text {
  float: left;
  width: 49%;
  font-size: 11pt;
  color: #373435;
  white-space: nowrap;
}

.cart_bottom_totals_values {
  float: right;
  width: 49%;
  text-align: right;
  font-size: 11pt;
  color: #373435;
  white-space: nowrap;
}

.cart_cell_1 {
  width: 55%;
  padding: 10px;
  float: left;
}

.cart_cell_2 {
  width: 15%;
  padding: 10px;
  float: left;
  position: relative;
}

.cart_cell_3 {
  width: 15%;
  padding: 10px;
  float: left;
  font-size: 12px;
  color: #373435;
}

.cart_cell_4 {
  width: 15%;
  padding: 10px;
  float: left;
  text-align: right;
  font-size: 12px;
  color: #373435;
  font-weight: 700;
}

.cart_header {
  background: #f3f3f4;
  padding: 10px;
  padding-left: 20px;
  font-size: 18pt;
  color: #ff5757;
  font-weight: lighter;
  text-transform: uppercase;
}

.cart_content_desc {
  padding: 10px;
  font-size: 12pt;
  font-weight: lighter;
  color: #727376;
  background: #f7f8f8;
}

a {
  outline: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.clear {
  clear: both;
  width: 100%;
  height: 1px;
}

.article_text h1 {
  font-family: open_sansregular;
  font-size: 30px;
  /*text-transform: uppercase;*/
  border-bottom: 3px solid #ff5757;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  clear: both;
}

.article_text .title-line {
  bottom: -1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  min-height: 1px;
}

.article_text .head {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  line-height: 22px;
}

.article_text .body {
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
  line-height: 24px;
}

.article_text h2 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #ff5757;
}

.success {
  color: #ff5757 !important;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
#page {
  overflow: hidden;
  position: relative;
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #ff5757;
}
::selection {
  color: #fff;
  background: #ff5757;
}
/* DOO FINDER */
#doofinder {
  position: fixed !important;
}
/* Header */
header {
  position: fixed;
  /*width: 100%;*/
  z-index: 1002;
  opacity: 1;
  top: 0px !important;
  left: 0px;
  right: 0px;
}
.main {
  margin-top: 143px;
}
/* top */
#top {
  background: #ff5757;
  color: white;
  font-size: 0.714em;
  text-transform: uppercase;
  z-index: 5;
}
#top p,
#top .nav {
  margin: 0;
}
#top .text-note {
  /*padding: 18px 0;*/
}
#top .social-list {
  float: right;
  margin-bottom: 0px;
  padding: 20px 15px;
}
#top .social-list li + li {
  margin-left: 5px;
}
#top .social-list a,
#top .social-list a:hover,
#top .social-list a:active,
#top .social-list a:focus {
  color: #fff;
}

/* Drop down menu */
.dropdown-menu {
  background: #181818;
  border: none;
  border-radius: 0;
  margin: 0;
}
.dropdown-menu > li > a {
  line-height: 1.6;
  padding: 5px 20px 8px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
.dropdown-menu h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.list-thumbs-pro .product {
  margin-bottom: 0;
  overflow: hidden;
}
.list-thumbs-pro .product + .product {
  /*border-top: 1px dotted #282828;*/
  margin-top: 20px;
  padding-top: 20px;
}
.list-thumbs-pro h4 {
  padding-right: 0;
}
.list-thumbs-pro .product-thumb-info-image {
  float: left;
  margin-bottom: 0;
}
.list-thumbs-pro .product-thumb-info-content {
  padding: 3px 20px 0 115px;
}
.list-thumbs-pro .product-remove {
  float: right;
}
.list-md-pro {
  color: #666666;
}
.list-md-pro .product-thumb-info-content h4 {
  margin-bottom: 15px;
  padding-right: 0;
  text-transform: uppercase;
}
.left-header {
  float: left;
}
.live-chat {
  float: left;
  padding: 10px 15px 9px 0px;
  font-size: 10px;
  text-transform: capitalize;
}
.live-chat i {
  padding-top: 5px;
}

.live-chat.phone-no i {
  padding-top: 8px;
}
.live-chat.phone-no {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 15px 9px 15px;
}
.live-chat a {
  text-decoration: none;
  color: #fff;
  transition: none;
  webkit-transition: none;
}
.live-chat a:hover,
.live-chat a:focus,
.live-chat a:active {
  text-decoration: none;
  color: #fff;
  transition: none;
  webkit-transition: none;
}
.live-chat span {
  font-size: 16px;
  line-height: 18px;
  font-family: open_sansbold;
  padding-top: 5px;
}
.live-chat span p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 13px;
  font-family: open_sanssemibold;
}

.nav-top > li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-top.nav-pills > li + li {
  margin-left: 0px;
}
.nav-top > li > a > .fa {
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  margin-right: 3px;
}
.nav-top > li.register > a > .fa {
  font-size: 16px;
}

.nav-top > li > a {
  border-radius: 0;
  color: white;
  padding: 19px 15px;
  font-size: 12px;
  font-family: open_sanssemibold;
}

/*.nav-top > li.welcome a {
	cursor:default;
}*/
.nav-top > li.welcome > a:hover,
.nav-top > li.welcome > a:focus {
}
.nav-top > li > a .caret {
  color: #fff;
  margin-left: 10px;
}

/*Cart Popup*/
#div_cart_data {
  background-color: #fff;
  border: 1px solid #000;
  /*max-height:400px;
	overflow-y:auto;
	overflow-x:hidden;*/
}
#div_cart_data .alert {
  margin-bottom: 10px;
}

.popup-cart {
  background-color: #fff;
  padding: 0px;
  color: #333333;
  min-width: 320px;
  text-transform: none;
  padding: 0px 0px 0 20px;
  margin-right: -30px;
}
.popup-cart .list-thumbs-pro {
  margin: 10px 0 0 0px;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.popup-cart .list-thumbs-pro::scrollbar {
  -moz-appearance: none !important;
}

/*.popup-cart .list-thumbs-pro::-webkit-scrollbar{width: 2px; background-color:#fff;}
.popup-cart .list-thumbs-pro::-moz-scrollbar{width: 2px; background-color:#fff;}
.popup-cart .list-thumbs-pro::-ms-scrollbar{width: 2px; background-color:#fff;}
.popup-cart .list-thumbs-pro::scrollbar{width: 2px; background-color:#fff;}

.popup-cart .list-thumbs-pro::-webkit-scrollbar-track{width: 0px;}
.popup-cart .list-thumbs-pro::-moz-scrollbar-track{width: 0px;}
.popup-cart .list-thumbs-pro::-ms-scrollbar-track{width: 0px;}
.popup-cart .list-thumbs-pro::scrollbar-track{width: 0px;}

.popup-cart .list-thumbs-pro::-webkit-scrollbar-thumb{width: 2px; background-color:#090;}
.popup-cart .list-thumbs-pro::-moz-scrollbar-thumb{width: 2px; background-color:#090;}
.popup-cart .list-thumbs-pro::-ms-scrollbar-thumb{width: 2px; background-color:#090;}
.popup-cart .list-thumbs-pro::scrollbar-thumb{width: 2px; background-color:#090;}*/

#div_cart_data .product-remove {
  font-size: 24px;
}
#div_cart_data button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: url("../images/cart_pop_cls.png") no-repeat top right;
  width: 30px;
  height: 29px;
  opacity: 1;
  outline: none;
  border: 0;
  display: inline-block;
  position: relative;
  z-index: 110;
}
#div_cart_data .close:hover,
#div_cart_data .close:focus {
  opacity: 1;
}
#div_cart_data ul a {
  color: #333333;
}
#div_cart_data .cart-buttons {
  padding-top: 0px;
}
#div_cart_data .product-thumb-info {
  border: none;
  padding: 0px;
}
#div_cart_data ul li.product {
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px;
  margin: 5px 0 0 0 !important;
}
#div_cart_data ul li.product:last-child {
  border-bottom: none;
}
#div_cart_data .product-thumb-info-content {
  padding: 0px;
}
#div_cart_data .product-thumb-info-content h4 {
  margin-bottom: 5px;
}
#div_cart_data ul.cart-subtotals {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 20px;
}
#div_cart_data .list-thumbs-pro .product-thumb-info-image {
  margin-right: 20px;
}
#div_cart_data .product-thumb-info-content h4,
#div_cart_data .product-thumb-info-content .price {
  font-size: 12px;
}

.nav-top > li > a:hover,
.nav-top > li > a:focus,
.menu-shop:hover,
.menu-shop:focus {
  /*background-color: transparent;*/
  background-color: #1b4e9b;
  background: #1b4e9b;
}

.nav-top > li.menu-shop a:hover,
.nav-top > li.menu-shop a:focus {
  background-color: transparent;
}
.nav-top > li:first-child {
  /*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
}
.nav-top > li:first-child a i,
.nav-top > li:last-child a i {
  line-height: 19px;
}
.nav-top > .langs {
  width: 74px;
  padding: 21px 15px;
}
.nav-top > .langs > a {
  padding-left: 20px;
  background: url(/images/spirit_flag.png) no-repeat;
  width: 18px;
  height: 12px;
  margin: 0 auto;
  padding: 0px;
  float: none;
}
.nav-top > .langs > a:hover,
.nav-top > .langs > a:focus {
  background: url(/images/spirit_flag.png) no-repeat;
  width: 18px;
  height: 12px;
  margin: 0 auto;
  padding: 0px;
  float: none;
}
.nav-top > .langs > a.US {
  background-position: 0 0;
}
.nav-top > .langs > a.GB {
  background-position: -20px 0;
}
.nav-top > .langs > a.SE {
  background-position: -40px 0;
}
.nav-top > .langs > a.PT {
  background-position: -60px 0;
}
.nav-top > .langs > a.ES {
  background-position: -80px 0;
}
.nav-top > .langs > a.DE {
  background-position: -100px 0;
}
.nav-top > .langs > a.FR {
  background-position: -120px 0;
}
.nav-top > .langs > a.IT {
  background-position: -140px 0;
}

.nav-top > .langs > a.US:hover {
  background-position: 0 0;
}
.nav-top > .langs > a.GB:hover {
  background-position: -20px 0;
}
.nav-top > .langs > a.SE:hover {
  background-position: -40px 0;
}
.nav-top > .langs > a.PT:hover {
  background-position: -60px 0;
}
.nav-top > .langs > a.ES:hover {
  background-position: -80px 0;
}
.nav-top > .langs > a.DE:hover {
  background-position: -100px 0;
}
.nav-top > .langs > a.FR:hover {
  background-position: -120px 0;
}
.nav-top > .langs > a.IT:hover {
  background-position: -140px 0;
}

.nav-top > li.langs > a .caret {
  margin-left: 23px;
  margin-top: 4px;
}

.nav-top > .langs > .dropdown-menu {
  /*width:55px;
	min-width: 55px;*/
}
.nav-top > .langs > .dropdown-menu > li {
  padding: 5px 0px;
  float: none;
}
.nav-top > .langs > .dropdown-menu > li > a {
  background: url(/images/spirit_flag.png) no-repeat;
  width: 18px;
  height: 12px;
  margin: 0 auto;
  padding: 0px;
  float: none;
}
.nav-top > .langs > .dropdown-menu > li > a:hover,
.nav-top > .langs > .dropdown-menu > li > a:focus {
  background: url(/images/spirit_flag.png) no-repeat;
  width: 18px;
  height: 12px;
  margin: 0 auto;
  padding: 0px;
  float: none;
}
.nav-top > .langs > .dropdown-menu > li > a.US {
  background-position: 0 0;
}
.nav-top > .langs > .dropdown-menu > li > a.GB {
  background-position: -20px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.SE {
  background-position: -40px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.PT {
  background-position: -60px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.ES {
  background-position: -80px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.DE {
  background-position: -100px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.FR {
  background-position: -120px 0;
}
.nav-top > .langs > .dropdown-menu > li > a.IT {
  background-position: -140px 0;
}

.nav-top .dropdown-menu {
  background: #ff5757;
}
.nav-top .list-thumbs-pro .product + .product {
  border-top-color: #666666;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

/* menu-shop */
.menu-shop {
  padding-right: 15px;
  position: relative;
  /* end dropdown-menu*/
}
.menu-shop i {
  font-size: 1.3em;
}
.menu-shop .dropdown-menu {
  color: white;
  min-width: 415px;
  text-transform: none;
  padding: 20px;
}
.menu-shop .dropdown-menu a {
  color: white;
}
.menu-shop .dropdown-menu a:hover,
.menu-shop .dropdown-menu a:focus {
  color: #ff5757;
}
.menu-shop .dropdown-menu .item-cat a {
  color: #999999;
}
.menu-shop .dropdown-menu .item-cat a:hover,
.menu-shop .dropdown-menu .item-cat a:focus {
  color: #ff5757;
}
.cart-buttons {
  padding-top: 20px;
}
.cart-buttons .btn {
  margin-left: 10px;
}
.popup-cart .btn.btn-primary {
  margin-left: 0px;
}
.popup-cart .btn,
.popup-cart .btn.btn-action {
  padding: 9px 15px 9px;
  margin-right: 20px;
}
.popup-cart .cart-buttons {
  height: 60px;
}
.popup-cart .btn.btn-primary {
  float: left;
}
.popup-cart .btn.btn-action {
}
.cart-subtotals {
  border-top: 1px dotted #666666;
  font-family: ;
  font-size: 1.071em;
  margin-top: 20px;
  padding-top: 20px;
  text-transform: uppercase;
}
li.menu-shop a span,
.shopping-bag {
  background-color: #000;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 20px;
}
/* Languages */
.langs .dropdown-menu {
  min-width: 73px;
}
.langs .dropdown-menu > li + li {
  border-top: 1px solid #333333;
}
.langs .dropdown-menu > li > a {
  padding-left: 20px;
  padding-right: 15px;
}
.langs .dropdown-menu > li > a:hover,
.langs .dropdown-menu > li > a:focus {
  background: #e52520;
}

/* My Account */
.my-account {
  background-color: #e52520;
}
.my-account .dropdown-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #e52520;
  color: #fff;
  background-color: #e52520;
  padding: 0;
  left: 0;
  min-width: 180px;
}
.my-account .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.my-account .dropdown-menu li:hover,
.my-account .dropdown-menu li:focus {
  background-color: #ff5757;
}
.my-account .dropdown-menu a {
  font-size: 12px;
  text-transform: none;
  padding: 5px 15px;
}
.my-account .dropdown-menu a i {
  padding-right: 5px;
}
.my-account .dropdown-menu > li > a {
  color: white;
}
.my-account .dropdown-menu > li > a:hover,
.my-account .dropdown-menu > li > a:focus {
  color: #fff;
}

/* menu */
.logo {
  display: block;
  float: left;
  margin: 22px 15px;
}
.navbar-main {
  background-color: #f2f2f3;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.navbar-main .container {
  position: relative;
}
.navbar-main .navbar-nav {
  font-family: ;
  background-color: #f2f2f3;
}
.navbar-main .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
  padding: 45px 0px 2px;
  margin: 0 12px;
  text-transform: uppercase;
  font-family: open_sansregular;
}
.navbar-main .navbar-nav > li:last-child > a {
  margin: 0;
}
.navbar-main .navbar-collapse .navbar-nav > li:last-child > a {
}
.navbar-main .navbar-nav > li > a > span {
  font-family: open_sansbold;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  /*color: #ff5757;*/
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/*.navbar-main .navbar-nav > li:hover a:after {
    content: '';
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
}*/
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
  /*color: #ff5757;*/
  background-color: transparent;
}
.navbar-main .navbar-nav .open > a:after {
  bottom: 0;
  height: 0;
  border-bottom: 6px solid #181818;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.navbar-main .navbar-nav .open .dropdown-menu > li > a {
  line-height: 1.6;
  padding: 5px 20px 8px;
}
.navbar-main .navbar-nav .dropdown-menu {
  padding: 10px 0;
}
.navbar-main .navbar-nav .dropdown-menu li a {
  color: white;
}
.navbar-main .navbar-nav .dropdown-menu li a:hover,
.navbar-main .navbar-nav .dropdown-menu li a:focus {
  color: #ff5757;
}
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #ff5757;
}
.navbar-main .navbar-nav .dropdown-menu .item-cat a {
  color: #999999;
}
.navbar-main .navbar-nav .dropdown-menu .item-cat a:hover,
.navbar-main .navbar-nav .dropdown-menu .item-cat a:focus {
  color: #ff5757;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -10px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #dddddd;
  margin-top: 6px;
  margin-right: -10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}
.navbar-nav > .megamenu {
  position: static;
}
.navbar-nav > .megamenu .dropdown-menu {
  left: 0;
  margin: 0 15px;
  padding: 0;
  right: 0;
}
.navbar-nav > .megamenu .dropdown-menu .sub-menu > li > a {
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
}
.navbar-nav > .megamenu .mega-menu-content {
  padding: 0 25px;
}
.navbar-nav > .megamenu .mega-menu-content .menu-column {
  padding: 30px 20px;
}
.navbar-nav > .megamenu .mega-menu-content .menu-column + .menu-column {
  border-left: 1px solid #282828;
  display: table-cell;
  float: none;
}
.navbar-nav > .megamenu .mega-menu-content h3 {
  color: white;
  font-family: ;
}
.navbar-nav > .megamenu .mega-menu-content .product-thumb-info-content {
  padding-right: 0;
}
.navbar-nav > .megamenu .mega-menu-content .product-thumb-info-content p {
  font-family: ;
}
/* nav-white */
.navbar-main .nav-white .megamenu.open > a:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.nav-white > .megamenu .dropdown-menu {
  background: white;
}
.nav-white > .megamenu .dropdown-menu li a {
  color: #666666;
}
.nav-white > .megamenu .dropdown-menu li a:hover,
.nav-white > .megamenu .dropdown-menu li a:focus {
  color: #ff5757;
}
.nav-white > .megamenu .mega-menu-content .menu-column {
  padding: 30px 20px;
}
.nav-white > .megamenu .mega-menu-content .menu-column + .menu-column {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.nav-white > .megamenu .mega-menu-content h3 {
  color: #333333;
}
.nav-white > .megamenu .mega-menu-content .sub-menu > li > a {
  color: #666666;
}
.nav-white > .megamenu .mega-menu-content .sub-menu > li > a:hover,
.nav-white > .megamenu .mega-menu-content .sub-menu > li > a:focus {
  color: #ff5757;
}
.nav-white > .megamenu .mega-menu-content .list-thumbs-pro .product + .product {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* login */
.login-wrapper {
  background: black;
  color: white;
  padding: 30px;
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 500px;
  z-index: 3;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.login-wrapper label {
  color: #999999;
  display: block;
}
.login-wrapper .form-control {
  background: none;
  width: 100%;
}
.login-wrapper .form-group,
.login-wrapper .list-inline {
  margin-bottom: 30px;
}
.login-wrapper .list-inline li + li {
  margin-left: 30px;
}
.login-wrapper h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.login-wrapper a {
  color: white;
}
.login-wrapper a:hover,
.login-wrapper a:focus {
  color: #ff5757;
}
.login-wrapper.open {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*Custom Login-Form CSS*/

.login-wrap {
  margin: 50px 0 30px;
}
.login-wrap h2,
.login-wrap p {
  margin-left: 15px;
}
.login-wrap p a {
  font-family: open_sanssemibold;
  color: #ff5757;
}
.login-wrap p a:focus,
.login-wrap p a:hover {
  color: #333333;
}

.login-wrap h2 {
  font-family: open_sansregular;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}
.login-wrap h2:before {
  position: absolute;
  content: "";
  height: 3px;
  background: none repeat scroll 0% 0% #ff5757;
  width: 7%;
  bottom: -1px;
  left: 0px;
}
.login-form {
  background: #f9f9f9;
  color: #333333;
  padding: 20px;
  border: 1px solid #dfdfdf;
}
.register-wrap .alert-red {
  padding: 10px 20px;
  color: #f00;
}
.login-form h4 {
  margin: 0px;
}
.register-wrap .login-form h4 {
  font-family: open_sanssemibold;
  /*font-size:20px;
	border-bottom: 1px solid #ff5757;
	padding-bottom: 15px;
	position: relative;
	color:#e52520;*/
  font-size: 20px;
  color: #535864;
  font-weight: bold;
  padding: 33px 0 28px;
  margin: 0px;
}
.register-wrap .login-form span.num {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin: -3px 12px 0 0;
  height: 35px;
  line-height: 33px;
  border: 1px solid #b4b4b7;
  border-radius: 19px;
  font-size: 15px;
  text-align: center;
  color: #5f6166;
  font-weight: bold;
}

/*.login-form h4:before {
    position: absolute;
    content: "";
    height: 2px;
    background: none repeat scroll 0% 0% #e52520;
    width:15%;
    bottom: -2px;
    left: 0px;
}*/

.alert-red {
  padding: 10px 0;
  color: #f00;
}
.login-form select.formDropdown {
  max-width: 515px;
  border-color: #cccccc;
  border-width: 1px;
  box-shadow: none;
  height: 37px;
  padding: 4px 16px;
  color: #555;
  font-size: 13px;

  -webkit-appearance: inline-block;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: url(../images/dropdown-button.png) no-repeat right -3px white;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.input-lg,
.form-control {
  height: 37px !important;
  border-radius: 4px !important;
  background-color: #f8f8f8 !important;
  border-color: #cccccc !important;
  font-size: 13px !important;
}
.form-group label {
  font-size: 13px;
}

select.formDropdown:focus {
  border-color: #555;
  outline: none;
}
.login-form .btn {
  font-family: open_sansregular;
  /*font-size: 24px;
	padding: 0px 10px 2px;*/
  font-size: 16px;
  padding: 4px 10px 4px;
  font-weight: normal;
  background: #163a89;
  background-color: #163a89;
  border-color: #163a89;
  color: white;
}
.login-form .btn:hover,
.login-form .btn:focus {
  background: #333333;
  background-color: #333333;
  border-color: #333333;
  color: white;
}
/*.login-form .btn-icon i{
	margin-right:0px;
}*/
/*Login Popup Css*/
#signin_top .login-form {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
#signin_top .login-form .btn {
  font-family: open_sansregular, FontAwesome;
}
#signin_top .login-form ul,
#signin_top .new_pswd_request {
  margin: 3px 0;
  text-transform: none;
}
#signin_top .login-form ul li {
  padding: 0px 0px 0px 5px;
}
#signin_top .login-form ul li a {
  font-size: 12px;
  line-height: 37px;
}
#signin_top .login-form .alert-red,
#signin_top .login-form .form-group span {
  padding: 2px 0px;
  font-size: 11px;
}
#signin_top #frmforgottop .form-group {
  margin-bottom: 0px;
}

.login-form ul {
  margin: 10px 0 0 20px;
}
.login-form ul li a {
  font-family: open_sanssemibold;
  font-size: 16px;
  line-height: 19px;
  color: #ff5757;
}
.login-form ul li a:focus,
.login-form ul li a:hover {
  color: #333333;
}

.new_pswd_request {
  margin: 10px 0;
}
.new_pswd_request p {
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}

/*.bootstrap-datetimepicker-widget.dropdown-menu{
	background:#ff5757;
	color:#fff !important;
}*/
.register-block h4 {
  background: #f9f9f9;
  color: #333333;
  font-family: open_sansregular;
  border: 1px solid #dfdfdf;
  text-align: left;
  padding: 20px 0px 20px 15px;
}
.register-block h4 a {
  font-family: open_sanssemibold;
  color: #ff5757;
}
.register-block h4 a:focus,
.register-block h4 a:hover {
  color: #333333;
}
.register-block ul {
  list-style: none;
  margin: 10px 0 !important;
  padding: 0 0 0 15px;
  float: left;
}
.register-block li {
  /*padding: 3px 0 32px 65px;
	margin-bottom:15px;*/
  margin-bottom: 7px;
  padding: 3px 0 10px 0px;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-family: open_sansregular;
}
.register-block li span {
  font-family: open_sanssemibold;
  font-size: 20px;
  line-height: 23px;
}
.register-block li.one {
  background: url(../images/ord_hist_icon.png) no-repeat 0 5px;
}
.register-block li.two {
  background: url(../images/re_ord_icon.png) no-repeat 0 5px;
}
.register-block li.three {
  background: url(../images/persnl_dtl_icon.png) no-repeat 0 5px;
}

/*Resiter Page Css*/
.register-wrap {
  margin: 50px 0 30px;
}
.register-wrap h2,
.register-wrap p {
  margin-left: 15px;
}
.register-wrap p a {
  font-family: open_sanssemibold;
  color: #ff5757;
}
.register-wrap p a:focus,
.register-wrap p a:hover {
  color: #333333;
}

.register-wrap h2 {
  font-family: open_sansregular;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
  margin-top: 30px;
}
.register-wrap h2:before {
  position: absolute;
  content: "";
  height: 3px;
  background: none repeat scroll 0% 0% #ff5757;
  width: 15%;
  bottom: -1px;
  left: 0px;
}
.register-thanks-wrap h2 {
  font-family: open_sansregular;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
  margin-top: 15px;
}
.register-thanks-wrap h2:before {
  position: absolute;
  content: "";
  height: 3px;
  background: none repeat scroll 0% 0% #ff5757;
  width: 27.2%;
  bottom: -1px;
  left: 0px;
}
.register-wrap .login-form {
  background: #fff;
  color: #333333;
  border: none;
  padding: 0 20px 20px 20px;
  border: none;
  position: relative;
  /*float: left;*/
  margin: 0;
}
.register-wrap .about-block,
.register-wrap .business-block
/*.register-wrap .trade-block*/ {
  margin: 15px 0px;
  background: #fff;
  color: #333333;
  padding: 20px;
  border: 1px solid #dfdfdf;
  position: relative;
  float: left;
  width: 100%;
}
.login-form p {
  margin-left: 0px;
}
.login-form .form-group {
  position: relative;
}
.login-form .form-group span,
.red-error-text,
#payment_error {
  color: #f00;
  font-size: 13px;
}
#payment_error {
  margin-bottom: 15px;
}
.login-form .form-group span img {
  position: absolute;
  top: 35px;
  /*right:7px;*/
  right: -30px;
}
.register-wrap input[type="submit"] {
  line-height: 40px;
  background: #e52520;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  border: 0;
  font-family: open_sansregular;
  vertical-align: middle;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.register-wrap .form-control.input-lg.red-error-left,
.login-form #dateDiv.red-error-field select.formDropdown {
  border-color: #fc8686 !important;
}
.register-wrap .form-control.input-lg.input-left {
  border-color: #2aab2a !important;
}
.dateDiv.red-error-field select .register-wrap .panel-default {
  max-width: 300px;
  float: left;
  margin-left: 20px;
  background: none;
  background-color: none;
  border: none;
}
.register-wrap .panel-group .panel-default > .panel-heading {
  background: none;
  background-color: none;
  border: none;
}

.feed-bx .form-control {
  width: 97%;
}
.feed-bx .form-group span img {
  float: right;
  margin-top: -35px;
}
/* search */
.nav-top > li.search {
  margin-right: 25px;
  border-right: none;
}
.nav-top > li.search a {
  padding: 0px;
  margin: 21px 0 0 0;
}
.nav-top > li.search a:hover,
.nav-top > li.search a:focus,
.nav-top > li.search a:active {
  background-color: transparent;
  background: none;
}
.nav-top > li.search .fa {
  color: #333;
}
.nav-top > li.search-tb {
  border-right: none;
  margin-right: -24px;
}
#search {
  width: 200px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  border: none;
  margin: 12px 0 0 0;
  border-radius: 20px;
  padding: 0 35px 0 10px;
}
#search:focus {
  border: none;
  outline: none;
}
input#search:focus::-webkit-input-placeholder {
  color: #efb480;
  opacity: 1;
}
input#search:focus:-moz-placeholder {
  color: #efb480;
  opacity: 1;
}
input#search:focus::-moz-placeholder {
  color: #efb480;
  opacity: 1;
}
input#search:focus:-ms-input-placeholder {
  color: #efb480;
  opacity: 1;
}
input#search::-webkit-input-placeholder {
  color: #efb480;
}
input#search:-moz-placeholder {
  color: #efb480;
}
input#search::-moz-placeholder {
  color: #efb480;
}
input#search:-ms-input-placeholder {
  color: #efb480;
}
/*SLIDING-SEARCH
.sb-search input:focus::-webkit-input-placeholder { color:#efb480;  opacity: 1;}
.sb-search input:focus:-moz-placeholder { color:#efb480; opacity: 1; }
.sb-search input:focus::-moz-placeholder { color:#efb480; opacity: 1; }
.sb-search input:focus:-ms-input-placeholder { color:#efb480; opacity: 1; }
.sb-search {position: relative;margin-top:0px;width: 0%;min-width: 45px;max-width: 250px;height: 57px;float: right;overflow: hidden;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;transition: width 0.3s;-webkit-backface-visibility: hidden;}
.sb-search-input {position: absolute;top: 5px;height: 47px;right: 0;border: none;outline: none;background: #fff;width: 100%;margin: 0;z-index: 10;padding:10px 65px 10px 20px;font-family: inherit;font-size: 14px;color: #2c3e50;border-radius: 25px;}
.sb-search-input::-webkit-input-placeholder {color: #efb480;}
.sb-search-input:-moz-placeholder {color: #efb480;}
.sb-search-input::-moz-placeholder {color: #efb480;}
.sb-search-input:-ms-input-placeholder {color: #efb480;}
.fa.fa-search,.sb-search-submit  {width: 45px;height: 57px;display: block;position: absolute;right: 0;top: 0;padding: 0;margin: 0;line-height: 59px;text-align: center;cursor: pointer;	border-right: 1px solid rgba(255, 255, 255, 0.1);}
.sb-search-submit {	background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: alpha(opacity=0);opacity: 0;color: transparent;border: none;outline: none;	z-index: -1;}
.fa.fa-search {	color: #fff;background: #e52520;z-index: 90;font-size: 18px;font-style: normal;font-weight: normal;	font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;}

.sb-search.sb-search-open,.no-js .sb-search {width: 100%;}
.sb-search.sb-search-open .fa.fa-search,.no-js .sb-search .fa.fa-search {background: #e52520;color: #fff;z-index: 11;}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {z-index: 90;}*/

.form-search {
  position: relative;
}
.form-search .form-group {
  width: 100%;
}
.form-search .form-control {
  background: none;
  border-color: white;
  border-right: none;
  width: 100%;
}
.form-search .btn {
  border-left: none;
  margin-left: -2px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-wrapper {
  background: black;
  color: white;
  padding-top: 10%;
}
.search-wrapper .close {
  color: white;
  font-family: ;
  font-size: 2.571em;
}
.search-wrapper .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* owl carousel */
.owl-theme .owl-controls {
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: #333333;
  border-radius: 0;
  color: white;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0;
  width: 50px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i,
.owl-theme .owl-controls .owl-buttons .owl-next i {
  line-height: 50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-prev:focus,
.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:focus {
  background-color: #ff5757;
}

/* home slide */
.main-slide .container {
  margin-bottom: 50px;
  margin-top: 50px;
}
/*----------------Banner Text Start----------------*/
.banner-text {
  width: 688px;
  position: absolute;
  top: 15%;
  left: 8%;
  text-transform: uppercase;
  font-family: Intro, "intro_condblack_free";
  text-shadow: none;
}
.banner-text h1 {
  font-size: 72px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-align: center;
  line-height: 54px;
}
.banner-text h1 span {
  color: #bd8c06;
}
.most-text {
  float: left;
  width: 200px;
  background: url(../images/most-text-bg.png) no-repeat;
  background-size: 100%;
  padding: 15px 10px;
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: -10px 0px 0px 175px;
  position: relative;
  z-index: 10;
}
.last-text {
  width: auto;
  float: right;
  font-size: 40px;
  color: #878787;
  margin-right: 10px;
}
.cantent-text {
  width: auto;
  float: left;
  text-align: center;
  color: #a73830;
  text-transform: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  background: url(../images/suport-line.png) no-repeat center top;
  margin: 25px 0px;
  padding: 25px 50px;
}
.login-singup {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 20px;
  text-transform: none;
  font-family: open_sansregular;
}
.login-singup a {
  border: 2px solid #a73830;
  width: 150px;
  padding: 5px 15px;
  margin: 0px 5px;
  float: none;
  color: #a73830;
}
.login-singup a:hover {
  border: 2px solid #bd8c06;
  color: #ff5757;
  background: #bd8c06;
  color: #fff;
}
.login-singup a.register-now-buttan {
  width: 230px;
}
/*----------------Banner Text End----------------*/

.item-caption {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.item-caption .item-cat,
.item-caption h2 {
  font-family: ;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.item-caption .item-cat {
  margin-bottom: 10px;
}
.item-caption h2 {
  color: white;
  font-family: Roboto Slab, serif;
  font-size: 4.286em;
  font-line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.item-caption h2 a {
  color: #fff;
}
.item-caption h2 a:hover {
  color: #fff;
}

.owl-carousel .item {
  position: relative;
}
.owl-carousel .item > img {
  display: inline-block;
  max-height: 60px;
  max-width: 100%;
}
/*.owl-carousel .item .item-caption {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index:101;
}*/
.owl-carousel .item .item-caption {
  width: auto;
  margin: 140px auto;
  position: relative;
  z-index: 101;
  height: auto;
}
.owl-carousel .item .item-caption .item-cat a {
  color: white;
}
.owl-carousel .item .item-caption .item-cat a:hover,
.owl-carousel .item .item-caption .item-cat a:focus {
  color: #ff5757;
}
.owl-carousel .item .item-caption-inner {
  display: table-cell;
  /*padding: 0 50px;*/
  vertical-align: middle;
}

.main-demo .item {
  height: 488px;
  text-align: center;
  width: 100%;
  position: relative;
  float: left;
}
.main-demo {
  /* end owl-controls*/
}
.main-demo .item {
  height: 100%;
  text-align: center;
}
.main-demo .item-caption {
  display: table;
  height: 100%;
  top: 0;
}

#owl-main-demo .owl-controls,
#owl-category-slide .owl-controls {
  margin-top: -25px;
  top: 50%;
}
#owl-about-demo .main-demo .owl-controls {
  margin-top: 0px;
  bottom: 0%;
}
.main-demo .owl-controls .owl-buttons .owl-prev {
  float: left;
}
.main-demo .owl-controls .owl-buttons .owl-next {
  float: right;
}

.second-demo .item:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.second-demo .item .item-caption {
  z-index: 2;
}

/*#item1 {
	background-color: #adacaa;
}

#item2 {
	background-color: #d41247;
}

#item3 {
	background-color: #f278a1;
}
*/
/* product slide */
/* line 614, ../sass/theme.scss */
.product-slide {
  padding-top: 100px;
}
.product-slide .owl-controls {
  top: 0;
}
.product-slide .owl-controls .owl-buttons .owl-prev,
.product-slide .owl-controls .owl-buttons .owl-next {
  background: none;
  border: 2px solid #333333;
  color: #333333;
  font-size: 2.2em;
  line-height: 45px;
  margin: 0 2px;
}
.product-slide .owl-controls .owl-buttons .owl-prev i,
.product-slide .owl-controls .owl-buttons .owl-next i {
  line-height: 45px;
}
.testimonials .product-slide .owl-controls .owl-buttons .owl-prev i,
.testimonials .product-slide .owl-controls .owl-buttons .owl-next i {
  line-height: 20px;
}
.product-slide .owl-controls .owl-buttons .owl-prev:hover,
.product-slide .owl-controls .owl-buttons .owl-prev:focus,
.product-slide .owl-controls .owl-buttons .owl-next:hover,
.product-slide .owl-controls .owl-buttons .owl-next:focus {
  color: #ff5757;
}
.product-slide .owl-controls .owl-buttons .owl-prev:hover,
.product-slide .owl-controls .owl-buttons .owl-prev:focus,
.product-slide .owl-controls .owl-buttons .owl-next:hover,
.product-slide .owl-controls .owl-buttons .owl-next:focus {
  background-color: transparent;
  border-color: #ff5757;
}

.product .product-thumb-info {
  border: 1px solid #ccc;
  padding: 10px;
}
.product .quantity {
  margin-top: 10px;
  height: 30px;
}
.product .quantity input {
  height: 30px;
  padding: 0 13px;
}
.product .quantity .qty {
  padding: 0 10px;
}
.product .quantity .price {
  padding-top: 7px;
}
.product .quantity .btn {
  background-color: #ff5757;
  border: 2px solid #ff5757;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  min-width: 114px;
  padding: 5px 6px 4px;
  text-transform: uppercase;
}
.product .btn.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  outline: 0;
  color: #333333;
  font-size: 10px;
  font-weight: 500;
  min-width: 114px;
  padding: 5px 3px 4px;
  text-transform: uppercase;
  height: 30px;
  border-radius: 0px;
}
.product .nav-pills > li {
  /*float:none;*/
  float: right;
}
.product .nav-pills > li + li {
  margin-right: 4px;
  margin-left: 0px;
  float: left;
}
.product .dropdown-menu {
  /*top: 100%;*/
  left: auto;
  background: #fff;
  margin: 0px;
  padding: 0px;
  width: 100%;

  position: absolute !important;
  z-index: 99 !important;

  top: auto !important;
  bottom: 30px;
  min-width: 170px;
}

.product .dropdown-menu table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 11px;
}

.product .dropdown-menu .table {
  margin: 0px;
}
/*.wholesale.product .product-thumb-info-content{
	min-height:54px;
	max-height:55px;
	overflow: hidden;
	margin-bottom: 5px;
}
.category.product .product-thumb-info-content{
	min-height: 34px;
	max-height:35px;
	overflow: hidden;
	margin-bottom: 5px;
}
.wholesale.product .product-thumb-info-content h4,
.category.product .product-thumb-info-content h4{
	max-width: 190px;
	min-height: 34px;
	max-height:35px;
}
.wholesale.product .product-thumb-info-image img,
.category.product .product-thumb-info-image img{
		min-width: 100%;
}*/
div.product .product-thumb-info-content h4 {
  max-width: 100%;
  height: 54px;
  overflow: hidden;
  /*min-height: 34px;
	max-height:35px;*/
}
div.product .product-thumb-info-image img,
div.product .product-thumb-info-image img {
  min-width: 100%;
}
div.product .nav.nav-pills {
  min-height: 30px;
  margin-top: 5px;
}
div.product .nav a i {
  float: right;
  margin-right: 1px;
  margin-top: 2px;
}
@-moz-document url-prefix() {
  div.product .nav a i {
    margin-top: -12px;
  }
}

.product .nav .open > a,
.product .nav .open > a:hover,
.product .nav .open > a:focus {
  background-color: transparent;
  border-color: #333333;
}
/* ad */
.ads {
  background: whitesmoke;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 50px;
  padding: 50px 0;
}

/* collections */
.collections {
  margin-bottom: 50px;
}
.collections .collect-item {
  text-align: center;
}
.collections h2 {
  font-family: open_sansregular;
  font-size: 1.071em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.collections p {
  margin-bottom: 25px;
}
.collect-item-thumb {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.collect-item-thumb:after {
  border: 1px solid white;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.collect-item-thumb img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.collect-item-thumb:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.collect-item-thumb:hover:after {
  -webkit-transform: scale(0.55, 0.5);
  transform: scale(0.55, 0.5);
  filter: alpha(opacity=0);
  opacity: 0;
}

/* top-selling */
.top-selling {
  margin-bottom: 20px;
}

#bg-red {
  background: #d55357;
}

/* quick-view-pro */
.quick-view-pro .container {
  width: 100%;
}

/* lookbook */
.lookbook {
  background: #e52520;
  color: white;
  font-size: 0.929em;
  margin-bottom: 60px;
  padding: 30px 30px 10px;
  position: relative;
  text-align: center;
}
.lookbook h2 {
  color: white;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  font-family: open_sanssemibold;
}
.lookbook h2 a {
  color: white;
  cursor: default;
}
.lookbook h2 a:hover,
.lookbook h2 a:focus {
  color: white;
}
.lookbook p {
  text-transform: uppercase;
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 18px;
}
.lookbook:after {
  border: 3px solid white;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

/* parallax */
.pi-parallax {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../images/bg-parallax.jpg");
  color: white;
}
.pi-parallax .item {
  display: table;
  height: 400px;
}
.pi-parallax .item blockquote {
  border-left: 0;
  display: table-cell;
  font-size: 2.571em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.pi-parallax .item blockquote h3 {
  color: white;
  font-size: 45px;
  line-height: 70px;
  margin-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.pi-parallax .item blockquote h3:after {
  border-bottom: 1px solid white;
  content: "";
  left: 50%;
  margin-left: -45px;
  position: absolute;
  bottom: 0;
  width: 100px;
}
.pi-parallax .item blockquote p {
  font-size: 30px;
  line-height: 35px;
}
.pi-parallax .item blockquote footer {
  color: white;
  font-size: 0.5em;
  padding: 15px 0 0;
  position: relative;
}
.pi-parallax .item blockquote footer a,
.item-caption a.btn {
  text-transform: capitalize;
  font-family: open_sansregular;
  font-size: 20px;
  padding: 0px 10px 2px;
  font-weight: normal;
}
.pi-parallax .item blockquote footer a i,
.item-caption a.btn i {
  vertical-align: middle;
}
.pi-parallax .item blockquote footer a i.fa-file-text-o,
.item-caption a.btn i.fa-file-text-o {
  font-size: 20px;
}
/*.pi-parallax .item blockquote footer:after {
  border-top: 1px solid white;
  content: "";
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: 0;
  width: 50px;
}*/
.pi-parallax .item .intro {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.pi-parallax .item .intro h2 {
  color: white;
  font-family: open_sansregular;
  font-size: 4.286em;
  font-line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.parallax-shop {
  background-image: url(../images/content/slides/bg-parallax-2.jpg);
  position: relative;
}
.parallax-shop:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.parallax-shop .owl-carousel {
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.parallax-shop p {
  margin-bottom: 40px;
}

/* list-thumbs */
.list-thumbs {
  padding: 50px 0 30px;
}
.list-thumbs h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
}
.list-thumbs h2 {
  font-family: open_sansregular;
  font-size: 30px;
  /*text-transform: uppercase;*/
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}
.list-thumbs h2:before {
  position: absolute;
  content: "";
  height: 3px;
  background: none repeat scroll 0% 0% #ff5757;
  width: 31%;
  bottom: -1px;
  left: 0px;
}

.cat-round {
  height: 202px;
  overflow: visible;
  position: absolute;
  right: 26px;
  top: 0px;
  width: 433px;
  z-index: 1;
}

.list-thumbs .list-thumbs-pro .product + .product {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.product-thumbs-slide {
  padding-top: 0;
}
.product-thumbs-slide .owl-controls {
  padding: 0 15px;
  text-align: right;
  top: -63px;
}
.testimonials .owl-theme .owl-controls {
  padding: 0 15px;
  text-align: right;
  top: -70px;
}
.product-thumbs-slide .owl-controls .owl-buttons .owl-prev,
.product-thumbs-slide .owl-controls .owl-buttons .owl-next {
  font-size: 1.714em;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 10px;
  text-align: center;
  width: 25px;
}
.product-thumbs-slide .owl-controls .owl-buttons .owl-prev *,
.product-thumbs-slide .owl-controls .owl-buttons .owl-next * {
  display: block;
  line-height: 0.8;
}

/* highlights */
.wp-ads {
  list-style: none;
  margin: 50px 0;
  overflow: hidden;
  padding: 0;
}
.wp-ads li {
  background-color: #ff5757;
  color: white;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 20px 0 20px 25px;
  width: 20%;
}
.wp-ads li strong {
  display: block;
}
.wp-ads li span {
  font-size: 0.857em;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.wp-ads li .fa {
  float: left;
  font-size: 2.571em;
  margin-right: 10px;
}
.wp-ads li + li {
  background-color: rgba(26, 188, 156, 0.9);
}
.wp-ads li + li + li {
  background-color: rgba(26, 188, 156, 0.8);
}
.wp-ads li + li + li + li {
  background-color: rgba(26, 188, 156, 0.7);
}
.wp-ads li + li + li + li + li {
  background-color: rgba(26, 188, 156, 0.6);
}

/* latest blog */
.latest-blog {
  padding: 80px 0 60px;
}
.latest-blog h3 {
  font-family: open_sansregular;
  font-size: 1.071em;
  margin-bottom: 15px;
}
.latest-blog .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* wp-404 */
.ico-emotion {
  color: black;
  font-size: 10em;
  filter: alpha(opacity=10);
  opacity: 0.1;
  line-height: 1;
}

.page-404 {
  background: #fff;
  padding: 70px 0;
}
.page-404 h5 {
  font-size: 16px;
}
.page-404 h2 {
  font-family: open_sansregular;
  font-size: 4.286em;
  font-line-height: 1;
  /*text-transform: uppercase;*/
  font-weight: 700;
}

.form-search2 {
  margin: 30px 0;
}
.form-search2 .form-control {
  height: 46px;
}
.form-search2 .form-control,
.form-search2 .btn {
  border-color: #dddddd;
  border-width: 1px;
}
.form-search2 .btn {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#googlemaps {
  height: 385px;
  margin-bottom: 70px;
}

/* page-top */
.page-top,
.page-top-md,
.page-top-lg {
  background-color: #fcfcfc;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.page-top .container,
.page-top-md .container,
.page-top-lg .container {
  display: table;
  height: 50px;
}
.page-top .page-top-in,
.page-top-md .page-top-in,
.page-top-lg .page-top-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.page-top h2,
.page-top-md h2,
.page-top-lg h2 {
  color: white;
  font-size: 3.429em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.page-top h2 span,
.page-top-md h2 span,
.page-top-lg h2 span {
  display: inline-block;
  padding: 11px 31px 11px 35px;
}

.page-top-md {
  background-color: #41585e;
  /* background-image: url(../images/bg-blog.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.page-top-md .container {
  height: 100px;
}
.top-brand-logo {
  background: url(../images/brand-bg.png) top no-repeat;
  background-size: 90%;
  height: 250px;
}
.brand-desc {
  padding-top: 40px;
}
.brand-desc h2 span {
  font-size: 20px;
}
.page-top-lg {
  background-color: #333333;
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
}
.page-top-lg .container {
  height: 384px;
}
.page-top-lg h2 span {
  border: 2px solid white;
}
/* Custom contact-content */
.contact {
  margin-top: 50px;
}

.contact-block {
  margin: 50px 0;
}
.contact-block .icon {
  margin-right: 20px;
  width: 75px;
  height: 75px;
  background-color: #06f;
  color: #fff;
  border-radius: 50%;
  font-size: 45px;
  text-align: center;
  vertical-align: middle;
}
.contact-block .icon i {
  margin: auto;
  line-height: 75px;
}
.contact-block h3,
.contact-block p {
  margin: 0px;
}
.contact-block h3 {
  padding: 10px 0 5px 0px;
  color: #00f;
}
.contact-block .address-block,
.contact-block .phone-block,
.contact-block .livechat-block,
.contact-block .email-block,
.contact-block .skype-block {
  margin: 50px 0;
}
.contact-block h3 a {
  color: #00f;
}
/* contact-content */
.contact-content {
  margin-bottom: 60px;
}
.contact-content h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.contact-content h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.contact-content .form-control {
  border-width: 1px;
}
.contact textarea.form-control {
  height: auto !important;
}
.contact-content address i {
  width: 20px;
}

.contact-content-full h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
}

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

/* sidebar */
.sidebar {
  margin-bottom: 50px;
}
.sidebar .block {
  position: relative;
}
.sidebar .block + .block {
  margin-top: 40px;
  padding-top: 40px;
}
.sidebar .block + .block:after {
  background: #dddddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.block h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.block .form-search2 {
  margin: 0;
}

.brand-slide #owl-third-demo {
  margin-bottom: 30px;
}
.brand-slide a img {
  width: 210px;
  padding: 0 20px;
}

/* footer */
.footer {
  background: #181818;
  color: #999999;
  padding: 50px 0 30px;
}
.footer h2 {
  color: white;
  font-family: open_sansbold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: inline;
  padding-bottom: 5px;
}
.footer-free-delivery h3 {
  color: white;
  font-family: open_sansregular;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.footer ul,
.footer address,
.footer p {
  margin-top: 20px;
  color: #fff;
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 24px;
}
.footer address,
.footer address span {
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 17px;
}
.footer address,
.footer address i,
.footer address span {
  display: table-cell;
}
.footer address {
  padding-top: 20px;
}
.footer li {
  padding: 0 0 3px;
}
.footer i {
  color: #666666;
  padding-right: 5px;
}
.footer .list-footlinks {
  margin-left: 0;
}
.footer .list-footlinks li {
  line-height: 1;
  padding: 0 14px 0 0;
}
.footer .list-footlinks li + li {
  border-left: 1px solid #444;
  padding-left: 16px;
}

.footer .brand_con {
  margin-top: 41px;
  margin-left: -39px;
}
.upper-foot {
  font-size: 0.928em;
  /*padding-bottom: 10px;*/
}
.upper-foot a {
  color: #ffffff;
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 24px;
}
.upper-foot a:hover,
.upper-foot a:focus {
  color: #ff5757;
}

.below-foot {
  border-top: 1px solid #383838;
  /*padding-top: 25px;*/
}
.below-foot .social-list {
  display: none;
}
.below-foot p,
.below-foot .social-list {
  line-height: 18px;
  margin-top: 10px;
}

.below-foot a {
  color: #ff5757;
}
.below-foot a:hover,
.below-foot a:focus {
  color: #999999;
}

.copyrights {
  font-size: 12px;
  margin-top: 5px;
}

.social-list li + li {
  margin-left: 15px;
}
.social-list a {
  font-size: 1.571em;
}

/* home 3 */
.navbar-main-narrow {
  box-shadow: none;
}
.navbar-main-narrow .logo {
  display: inline-block;
  float: none;
  margin: 30px auto;
}
.navbar-main-narrow .navbar-header {
  border-bottom: 3px solid #282828;
  float: none;
  text-align: center;
}
.navbar-main-narrow .navbar-collapse {
  border-bottom: 1px solid #dddddd;
  padding-left: 0;
  padding-right: 0;
}
.navbar-main-narrow .navbar-nav > li > a {
  padding: 18px 20px 17px;
}
.navbar-main-narrow .navbar-nav > .megamenu .dropdown-menu {
  margin-top: -1px;
}
.navbar-main-narrow .navbar-act {
  font-size: 0.857em;
}

.navbar-act > li > a {
  color: #333333;
}

.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 36px 0 0;
  padding: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
  width: 20px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ff5757;
}

/* home 4 */
.navbar-main-drop {
  /* main nav */
  /* end main nav */
}
.navbar-main-drop .menu-shop {
  padding-right: 0;
}
.navbar-main-drop .navbar-act {
  font-size: 0.857em;
}
.navbar-main-drop .navbar-act > li > a {
  padding-bottom: 33px;
  padding-top: 32px;
}
.navbar-main-drop .shopping-bag {
  top: 23px;
}
.navbar-main-drop .navbar-header {
  float: none;
  text-align: center;
}
.navbar-main-drop .navbar-header .logo {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.navbar-main-drop .navbar-toggle {
  display: block;
  float: left;
}
.navbar-main-drop .navbar-collapse.collapse {
  display: none !important;
}
.navbar-main-drop .navbar-collapse.in {
  overflow-y: auto;
}
.navbar-main-drop .collapse.in {
  display: block !important;
}
.navbar-main-drop .navbar-left,
.navbar-main-drop .pull-right {
  float: none !important;
}
.navbar-main-drop .navbar-collapse {
  background-color: black;
  min-width: 260px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 85px;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.navbar-main-drop .navbar-collapse .navbar-nav > li {
  float: none;
}
.navbar-main-drop .navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-main-drop .navbar-collapse .navbar-nav > li > a.dropdown-toggle:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 11px;
  color: #7e7e7e;
  font-size: 1.5em;
  font-weight: 700;
}
.navbar-main-drop
  .navbar-collapse
  .navbar-nav
  > li
  > a.dropdown-toggle:hover:before,
.navbar-main-drop
  .navbar-collapse
  .navbar-nav
  > li
  > a.dropdown-toggle:focus:before {
  color: white;
}
.navbar-main-drop .navbar-collapse .dropdown-menu {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  float: none;
  padding: 10px 20px !important;
  position: static;
}
.navbar-main-drop .navbar-collapse .dropdown-submenu > .dropdown-menu {
  border-top: none;
  margin-top: 0;
}
.navbar-main-drop .collapse.in {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-main-drop .navbar-nav .open > a:after {
  display: none;
}
.navbar-main-drop .navbar-nav .dropdown-menu {
  font-family: open_sansregular;
  font-size: 0.928em;
}
.navbar-main-drop .navbar-nav .dropdown-menu .dropdown-menu {
  font-size: 1em;
}
.navbar-main-drop .navbar-nav > .megamenu .dropdown-menu {
  margin: 0;
}
.navbar-main-drop .navbar-nav > .megamenu .mega-menu-content {
  padding: 0 20px;
}
.navbar-main-drop .navbar-nav > .megamenu .mega-menu-content .row {
  margin-left: 0;
  margin-right: 0;
}
.navbar-main-drop .navbar-nav > .megamenu .mega-menu-content .menu-column {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
}
.navbar-main-drop
  .navbar-nav
  > .megamenu
  .mega-menu-content
  .menu-column
  + .menu-column {
  border-left: none;
  display: block;
  margin-top: 20px;
}
.navbar-main-drop .dropdown-submenu > a:after {
  display: none;
}
.navbar-main-drop .dropdown-submenu > .dropdown-menu {
  display: block;
}
.navbar-main-drop .navbar-collapse .navbar-nav > li > a:hover,
.navbar-main-drop .navbar-collapse .navbar-nav > li > a:focus {
  background-color: #ff5757;
  color: white;
}
.navbar-main-drop .navbar-collapse .navbar-nav > .active > a,
.navbar-main-drop .navbar-collapse .navbar-nav > .active > a:hover,
.navbar-main-drop .navbar-collapse .navbar-nav > .active > a:focus,
.navbar-main-drop .navbar-collapse .navbar-nav > .open > a,
.navbar-main-drop .navbar-collapse .navbar-nav > .open > a:hover,
.navbar-main-drop .navbar-collapse .navbar-nav > .open > a:focus {
  color: white;
  background-color: #ff5757;
}
.navbar-main-drop .navbar-collapse .navbar-nav > .active > a:before {
  color: white;
}

/* about */
.about {
  margin-bottom: 10px;
}

.short-intro {
  margin-bottom: 50px;
}
.short-intro p {
  margin: 0;
}
.short-intro p strong {
  font-size: 0.928em;
  text-transform: uppercase;
}
.short-intro h1 {
  font-family: open_sansregular;
  font-size: 4.285em;
  text-transform: uppercase;
}
.short-intro .divider {
  margin-bottom: 20px;
}

/* row-narrow */
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
/*#owl-category-slide .col-md-12:first-child{
	padding-left:0px;
}
#owl-category-slide .col-md-12:last-child{
	padding-right:0px;
}*/
#owl-category-slide.owl-theme .owl-controls .owl-buttons .owl-prev {
  margin-left: 15px;
}

#owl-category-slide.owl-theme .owl-controls .owl-buttons .owl-next {
  margin-right: 13px;
}
.ads figcaption h3 {
  background-color: rgba(255, 255, 255, 0.8);
  color: white;
  padding: 10px 20px;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: open_sansregular;
  font-size: 18px;
}
.ads figure img {
  width: 100%;
}
.ads figcaption h3 a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.ads figcaption h3 span {
  font-family: open_sansbold;
}
.cat-description {
  background-color: rgba(255, 255, 255, 0.8);
  color: white;
  padding: 20px;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.cat-description h3,
.cat-description a {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.cat-description h3 a,
.cat-description h3 {
  text-transform: uppercase;
  color: white;
  font-family: open_sansregular;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
.cat-description h3 a span,
.cat-description h3 span {
  font-family: open_sansbold;
}
.cat-description a {
  color: rgba(0, 0, 0, 1);
  font-size: 0.857em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.cat-item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
/*.cat-item:hover .cat-description, .cat-item:hover h3, .cat-item:hover a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/

/* Banners */
.partners {
  margin-bottom: 60px;
}
.partners ul {
  margin-bottom: 0;
  /*margin-top: 50px;*/
}
.partners li {
  margin: 0 25px;
}
.partners img {
  margin: 0 auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='800'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  -ms-filter: gray; /* IE6-9 */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.partners img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);

  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='800'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* pgl-fixed */
.highlight {
  padding-bottom: 35px;
  padding-top: 50px;
}

.main-slide-boxed .container {
  margin-bottom: 0;
}

.pgl-fixed {
  background-color: #f5f5f5;
}
.pgl-fixed #page {
  background-color: white;
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pgl-fixed .container {
  padding-left: 50px;
  padding-right: 50px;
}
.pgl-fixed .main-slide-boxed .container {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/*************************************************************************************************
											ELEMENTS CSS
*************************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0 0 20px;
}

p,
ul,
ol {
  margin: 0 0 20px;
}

a {
  color: #333333;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
a:hover,
a:focus {
  color: #ff5757;
}
a:hover,
a:focus {
  text-decoration: none;
}

address {
  line-height: 27px;
}
small,
.post-meta {
  font-size: 95%;
}

input,
button,
select,
textarea {
  background: #fafafa;
  border: 1px solid #dddddd;
}
input#payExpBtn {
  background: none;
  border: none;
}

textarea {
  resize: none;
}

blockquote p {
  line-height: 1.4;
}
/*blockquote p:before {
  content: "\'\' ";
}
blockquote p:after {
  content: " \'\'";
}*/
blockquote footer:before {
  display: none;
}

/* drop caps */
.drop-caps:first-letter {
  color: #ff5757;
  float: left;
  font-family: open_sansregular;
  font-size: 5.357em;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
}

.drop-caps.secondary:first-letter {
  background-color: #ff5757;
  border-radius: 3px;
  color: white;
  padding: 6px;
  margin-right: 5px;
}

.form-control {
  border-color: #dddddd;
  border-width: 1px;
  box-shadow: none;
  height: 35px;
}
.form-control:focus {
  border-color: #666666 !important;
  box-shadow: none !important;
}

.formDropdown {
  width: 100%;
  padding: 7px 40px 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  height: 41px;
  display: block;
  border-color: #cccccc;
  border-width: 1px;
  box-shadow: none;
  height: 37px;
  padding: 4px 16px;
  color: #555;
  font-size: 13px;
  -webkit-appearance: inline-block;
  -moz-appearance: none;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #f8f8f8;
  background: url(../images/dropdown-button.png) no-repeat right -1px white !important;
}
.formDropdown {
  /*-webkit-max-width:200px;
	width: 100%;
	margin: 10px 0 0 0;
	background-color:#e52520;
	color: white;
	font-family: open_sansbold;
	font-size: 18px;
	padding: 9px 0px 8px 5px;
	display: block;*/
  /*border: 1px solid #dddddd;
	padding: 7px 40px 10px 15px;*/
}
.list-select .btn.btn-blue {
  -webkit-max-width: 200px;
  width: 100%;
  margin: 10px 0 0 0;
  background-color: #e52520;
  color: white;
  font-family: open_sanssemibold;
  font-size: 12px;
  padding: 12px 5px 11px;
  display: block;
  border: none;
  font-weight: normal;
}
.toolbar .formDropdown {
  width: 100%;
  padding: 7px 40px 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  height: 41px;
  display: block;
  color: #333333;
  font-family: open_sansregular;
  font-size: 14px;
}

.toolbar select {
  -webkit-appearance: inline-block;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: url(../images/dropdown-button.png) no-repeat right -1px white;
  cursor: pointer;
}
.list-select .btn.btn-blue i {
  margin-right: 0px;
}
.summary #priceTable2.dropdown-menu,
.summary #RecomRetailpriceTable1.dropdown-menu {
  top: auto;
  left: auto;
  background: #fff;
  margin: 0px;
  padding: 0px;
  /*width:96%;*/
  width: 30.4%;
  /*display:none;*/
}
.summary #priceTable2.dropdown-menu .table,
.summary #RecomRetailpriceTable1.dropdown-menu table {
  margin-bottom: 0px;
}
.summary #priceTable2.dropdown-menu .table td,
.summary #RecomRetailpriceTable1.dropdown-menu table td {
  font-size: 14px;
  border-top: none;
}
select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: -0.01px;
  text-overflow: "";
  background: url(../images/dropdown-button.png) no-repeat right -3px white;
  cursor: pointer;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
  select {
    background-position: 88.9% 3px;
    background-image: url("../images/dropdown-button.png");
  }

  .formDropdown {
    width: 111%;
    padding: 10px 9px 10px 15px;
  }
  .login-form select.formDropdown,
  .feed-bx select.formDropdown {
    width: 100%;
    padding: 4px 40px 4px 15px;
    background-position: 108% 3px;
    background-image: url("../images/dropdown-button.png");
  }
  .feed-bx select.formDropdown {
    width: 97%;
  }
  .summary .list-sort {
    width: 240px;
  }
}

select::-ms-expand {
  display: none;
}

label {
  font-weight: 400;
}

.divider {
  background-color: white;
  display: block;
  height: 1px;
  margin: 0 auto 15px;
  width: 50px;
}

.bg-color {
  background-color: #555;
}

.tall {
  margin: 50px 0;
}

.short {
  padding-top: 30px !important;
}

.img-circle img {
  border-radius: 50%;
}

.btn,
.form-control {
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.btn {
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
  font-size: 0.857em;
  font-weight: 700;
  padding: 14px 15px 13px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background-color: #ff5757;
  border-color: #ff5757;
  color: white;
}

.btn-icon i {
  margin-right: 8px;
}

.btn-default {
  background-color: #333333;
  color: white;
}

.btn-primary {
  background-color: #ff5757;
  border-color: #ff5757;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #333333;
  border-color: #333333;
  color: white;
}

.btn-white {
  background-color: transparent;
  border-color: white;
  color: white;
  /*display:none;*/
}
.btn-white:hover,
.btn-white:focus {
  background-color: #ff5757;
  border-color: #ff5757;
}

.btn-grey {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #666666;
  min-width: 50px;
}

.btn-black {
  background-color: black;
  border-color: black;
  color: #333333;
}

.btn-greyer {
  border-color: #666666;
  color: #666666;
}

.btn-active {
  background-color: #ff5757;
  border-color: #ff5757;
  color: white;
}

.btn-xs {
  min-width: 0;
  padding: 5px 20px 4px;
}

.btn-sm {
  min-width: 0;
  padding: 9px 20px 8px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.title {
  font-family: open_sansbold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #333333;
}
.title:after {
  border-top: 1px solid #dddddd;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.title span {
  background: white;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.post-info-act {
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 350%, 0);
  transform: translate3d(0, 350%, 0);
  z-index: 1;
}
.post-info-act a {
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.post-image {
  background-color: #ff5757;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.post-image > a > img,
.post-image > img {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post-image:hover .post-info-act {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-image:hover > a > img,
.post-image:hover > img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-audio,
.post-video {
  margin-bottom: 20px;
}

.post-meta {
  color: #999999;
}
.post-meta a {
  color: #ff5757;
}
.post-meta a:hover,
.post-meta a:focus {
  color: #333333;
}
.post-meta span {
  margin-right: 10px;
}
.post-meta span i {
  margin-right: 3px;
}

.pro-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}
.pro-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 1px;
}
.pro-tabs > li a {
  font-family: open_sansbold;
  border-radius: 0;
  background: white;
  border: 2px solid black;
  color: black;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
.pro-tabs > li a:hover {
  background: black;
  border-color: black;
  color: white;
}
.pro-tabs > li.active > a,
.pro-tabs > li.active > a:hover,
.pro-tabs > li.active > a:focus {
  background-color: black;
  border-color: black;
  border-width: 2px;
  color: white;
}

.second-tabs {
  border-bottom: none;
  font-size: 0.929em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: -3px;
  margin-right: -3px;
  overflow: hidden;
  /* end li */
}
.second-tabs li {
  margin: 0 3px 10px;
}
.second-tabs li a {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  color: #333333;
  display: block;
  margin-right: 0;
  padding: 12px 15px;
}
.second-tabs li.active:after {
  bottom: -5px;
  height: 0;
  border-top: 5px solid #ff5757;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.second-tabs li.active a {
  background-color: #ff5757;
  border: none;
  color: white;
}
.second-tabs li.active a:hover,
.second-tabs li.active a:focus {
  border: none;
}

.product {
  margin-bottom: 30px;
  position: relative;

  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.29);
}
#owl-brand-slide .product:hover,
.popup-cart .product:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bag {
  border-radius: 50%;
  color: white;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 2;
  text-transform: uppercase;
  font-family: open_sansregular;
}
.bag a {
  color: white;
}

.bag-new {
  background-color: #ff5757;
}

.bag-hot {
  background-color: #f64243;
}

.bag-cool,
.bag-onsale {
  background-color: #a57bcd;
}
/*HOVER DESCRIPTION DISPLAY*/
.hover-desc {
  width: 100%;
  background: rgba(237, 50, 55, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
  display: inline-block;
  /*width: 241px;*/
  height: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.hover-desc p {
  margin: 0 0 10px;
}
.hover-desc ul.tick {
  list-style: none;
  margin: 0 0 0px;
  padding-left: 25px;
}
.hover-desc ul.tick li {
  margin: 10px 0;
  text-align: left;
}
.hover-desc ul.tick li:before {
  font-family: "FontAwesome";
  content: "\f054";
  margin: 0 5px 0 -15px;
  color: #fff;
}
.product-thumb-info-image:hover .product-thumb-info-act .hover-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
  margin-top: 150px;
}
.product-thumb-info-act {
  left: 0;
  position: absolute;
  text-align: justify;
  /* margin-bottom: -25px;
  text-align: center;
  bottom: 50%;
  margin-bottom: 40px;*/
  width: 100%;
  z-index: 3;
  height: 100%;
}
.product-thumb-info-act a {
  background: white;
  color: #333333;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 3px;
  opacity: 0;
  width: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  /*-webkit-transform: translate3d(0, 165px, 0);
  transform: translate3d(0, 165px, 0);*/
  -webkit-transform: translate3d(0, 95px, 0);
  transform: translate3d(0, 95px, 0);
}
.product-thumb-info-act a span i {
  line-height: 50px;
}
.product-thumb-info-act a:hover,
.product-thumb-info-act a:focus {
  background-color: #ff5757;
  color: white;
}
.product-thumb-info-act .add-to-cart-product {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.product-thumb-info-image {
  margin-bottom: 15px;
  position: relative;
}
.product-thumb-info-image:hover .product-thumb-info-act a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.price {
  color: #ff5757;
  font-family: open_sansregular;
  line-height: 16px;
  padding-left: 10px;
}

.item-cat,
.price {
  display: block;
}

.latest_news .product .product-thumb-info {
  border: none;
}
.latest_news li {
  margin: 30px 0;
}
.latest_news .list-thumbs-pro .product + .product {
  margin-top: 10px;
  padding-top: 0px;
}
.product-thumb-info-content h4 {
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  /*padding-right: 85px;*/
  color: #000;
}
.latest_news .product-thumb-info-content h4 a {
  color: #ff5757;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.product-thumb-info-content p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  color: #333333;
}
.product-thumb-info-content .post_dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #8d8d8d;
}
.product-thumb-info-content .post_dt .comment {
  margin-left: 20px;
}

.product-thumb-info-content .item-cat a {
  color: #9a9a9a;
}
.product-thumb-info-content .item-cat a:hover,
.product-thumb-info-content .item-cat a:focus {
  color: #ff5757;
}

/*Testimonials*/
.testimonials blockquote {
  border-left: none;
  border: 1px solid #ccc;
  border-radius: 15px;
  position: relative;
}
.testimonials blockquote p:before {
  background: url(../images/quote-left.png) no-repeat;
  width: 9px;
  height: 9px;
  left: 17px;
  position: absolute;
  content: "";
}
.testimonials blockquote p:after {
  background: url(../images/quote-right.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  content: "";
  margin-left: 3px;
  margin-top: 2px;
}
.testimonials blockquote:after {
  background: url(../images/tesimonial-arrow.png);
  width: 89px;
  height: 42px;
  content: "";
  left: 16%;
  position: absolute;
  bottom: -42px;
}
.testimonials ul li:first-child {
  margin-top: 20px;
}
.testimonials ul li {
  margin-top: 50px;
}
.testimonials h4 {
  color: #424242;
  font-size: 15px;
  line-height: 18px;
  margin-right: 20px;
  font-family: open_sansbold;
  margin-top: 50px;
}
.testimonials h4 span {
  font-family: open_sansregular;
  font-size: 13px;
  line-height: 18px;
}
.testimonials blockquote p {
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  color: #424242;
}

.required {
  color: #e21313;
}

/* form-newsletter */
.form-newsletter {
  position: relative;
}
.form-newsletter .form-group {
  width: 100%;
}
.form-newsletter .form-group .form-control {
  border: none;
  font-size: 0.857em;
  padding-right: 45px;
  width: 100%;
  border-radius: 0px !important;
}
.form-newsletter .btn {
  background: white;
  border: none;
  height: 35px;
  min-width: 40px;
  padding: 10px 0 9px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

/* tags */
.tagclouds a {
  border: 1px solid #484848;
  color: #999999;
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 10px;
  text-transform: capitalize;
}
.tagclouds a:hover,
.tagclouds a:focus {
  color: #ff5757;
  border-color: #ff5757;
}

/* Scroll to Top */

.scroll-to-top {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  background-color: #ff5757;
  bottom: 20px;
  color: white;
  display: block;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1040;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
  background-color: #333333;
  color: white;
}
.scroll-to-top i {
  line-height: 50px;
}
.scroll-to-top.visible {
  filter: alpha(opacity=10);
  opacity: 1;
}

/* breadcrumb */
.breadcrumb,
.pager,
.pagination {
  font-family: open_sansregular;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0px 0 0;
  padding: 0;
}
.breadcrumb li,
.breadcrumb > .active {
  color: #333333;
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumb > li + li:before {
  color: #333333;
}
.breadcrumb a {
  color: #333333;
  font-family: open_sansregular;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #333333;
}

/* pager */
.pager {
  margin: 20px 0;
  text-align: right;
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus {
  background-color: transparent;
  color: #666666;
}
.pager a {
  color: white;
}
.pager li + li {
  border-left: 1px solid white;
  margin-left: 6px;
  padding-left: 8px;
}

/* pagination */
.pagination {
  /*margin: 0 0 50px;*/
  margin: 0 4px;
  padding: 0 18px;
  line-height: 40px;
  background: #333333;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 0px;
}
.pagination:hover {
  color: #fff;
  background: #ff5757;
}
.red {
  margin: 0 4px;
  padding: 0 18px;
  line-height: 40px;
  background: #ff5757;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 0px;
}
.pagination li {
  background: #333333;
  display: inline-block;
  margin: 0 4px;
  text-align: center;
}
.pagination li > a,
.pagination li > span {
  background-color: #333333;
  border: none;
  color: white;
  line-height: 40px;
  padding: 0 18px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #333333;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff5757;
  color: white;
  border-color: #ff5757;
}

/* accordion */
.panel-group {
  margin-bottom: 50px;
}
.panel-group .panel-default {
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  font-size: 14px;
}
.panel-group .panel-default + .panel {
  margin-top: 0;
}
.panel-group .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  border-top: 1px solid #333333;
  color: #333333;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0 13px;
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  padding: 0;
}
.panel-group .panel-default h4 {
  padding-top: 15px;
}
.panel-group .panel-default .panel-title {
  font-size: 1em;
  font-weight: 700;
  position: relative;
}
.panel-group .panel-default .panel-title:after {
  bottom: -5px;
  height: 0;
  border-top: 5px solid #ff5757;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  border-top-color: #e0e0e0;
  bottom: auto;
  left: auto;
  margin-left: 0;
  right: 0;
  top: 15px;
}
.panel-group .panel-default .panel-title a {
  display: block;
}

.panel-body.post-comments > .comments > li:first-child {
  border-top: none;
  padding-top: 0;
}

.panel-group2 .panel-default {
  font-size: 1em;
}
.panel-group2 .panel-default > .panel-heading {
  border-top: none;
}
.panel-group2 .panel-default .panel-title {
  font-weight: 400;
}
.panel-group2 .panel-default .panel-title:after {
  display: none;
}
.panel-group2 .panel-default .panel-title label {
  display: block;
}
.panel-group2 .panel-default .panel-title label a {
  display: inline-block;
  font-size: 14px;
  font-family: open_sansregular;
}
.panel-group2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: whitesmoke;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
  font-size: 14px;
  font-family: open_sansregular;
}
.panel-group2
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body:after {
  height: 0;
  border-bottom: 6px solid whitesmoke;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  left: 15px;
  position: absolute;
  top: -7px;
  width: 0;
}
.panel-group2
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  p {
  margin: 0;
}

/*************************************************************************************************
											BLOG CSS
*************************************************************************************************/

.blog .post h1,
.blog .post h2,
.blog .post h3 {
  font-weight: 700;
}

.post {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.post h3 {
  margin: 0 0 10px;
}
.post .btn {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
.post .btn:hover,
.post .btn:focus {
  background-color: #ff5757;
  border-color: #ff5757;
}
.post blockquote {
  border-left: none;
  font-size: 2.145em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}
.post blockquote p {
  background-color: #ff5757;
  color: white;
  font-weight: 700;
  padding: 40px;
}
.post blockquote footer {
  color: #666666;
  font-family: open_sansregular;
  font-size: 0.466em;
  position: relative;
}
.post blockquote footer:after {
  bottom: -5px;
  height: 0;
  border-top: 5px solid #ff5757;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  bottom: 35px;
}

.blog .sidebar .block + .block:after {
  width: 100%;
}
.blog .post .post-meta {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.blog .post .post-meta:after {
  border-bottom: 1px solid #f0f0f0;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100px;
}

.post-image .owl-carousel .item .item-caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 60px;
  left: 0;
  padding: 20px 20px 0;
  right: 0;
  text-align: left;
  text-transform: none;
}
.post-image .owl-carousel .item .item-caption p {
  margin: 0;
}
.post-image .owl-carousel .owl-controls {
  bottom: 0;
  padding: 15px 13px 15px 0;
  text-align: right;
}
.post-image .owl-carousel .owl-controls .owl-buttons .owl-prev,
.post-image .owl-carousel .owl-controls .owl-buttons .owl-next {
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
}

.simple-post-list {
  margin: 0;
  padding: 0;
}
.simple-post-list li {
  overflow: hidden;
}
.simple-post-list li + li {
  margin-top: 20px;
}
.simple-post-list .post-video,
.simple-post-list .post-image {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  width: 65px;
}
.simple-post-list .post-info {
  line-height: 1.3;
}
.simple-post-list .post-meta {
  padding-top: 5px;
}

.sidebar .tagclouds,
.post-tags {
  font-size: 0.928em;
}
.sidebar .tagclouds li,
.post-tags li {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .tagclouds a,
.post-tags a {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #666666;
}

.post-tags {
  margin: 50px 0;
}
.post-tags strong {
  padding-right: 10px;
  text-transform: uppercase;
}
.post-tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 10px;
  text-transform: capitalize;
}

.list-thumb-gallery {
  margin: 0 -3px;
  padding: 0;
}
.list-thumb-gallery li {
  display: inline-block;
  margin: 0 3px 3px;
}

/* mini blog */
.post-medium .post-image .owl-carousel .owl-controls {
  bottom: 50%;
  margin-bottom: -15px;
  padding: 0;
}
.post-medium .post-image .owl-carousel .owl-controls .owl-buttons .owl-prev,
.post-medium .post-image .owl-carousel .owl-controls .owl-buttons .owl-next {
  margin: 0;
}
.post-medium .post-image .owl-carousel .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: 15px;
}
.post-medium .post-image .owl-carousel .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: 15px;
}

/* single post */
.blog-single-post {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-single-post blockquote {
  border-left: 5px solid #dddddd;
  font-size: 1.285em;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  text-align: left;
}
.blog-single-post blockquote p {
  background-color: transparent;
  color: #666666;
  font-weight: 400;
  padding: 0;
}

.post-action {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  display: table;
  margin: 0 0 40px;
  padding: 0;
}
.post-action li {
  display: table-cell;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 50%;
  vertical-align: top;
}
.post-action li.btn-pre {
  padding-right: 30px;
}
.post-action li.btn-next {
  border-left: 1px solid #dddddd;
  padding-left: 30px;
  text-align: right;
}

/* related-posts */
.related-posts h3,
.post-block h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.related-posts h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  text-transform: none;
}
.related-posts .post {
  border-bottom: none;
  padding-bottom: 0;
}

.comments {
  list-style: none;
  padding: 0;
}
.comments li {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 70px;
  position: relative;
}
.comments .img-circle {
  left: 0;
  position: absolute;
}

.post-comments h3 {
  margin-bottom: 0;
}
.post-comments p {
  margin-bottom: 10px;
}
.post-comments > .comments > li:first-child {
  margin-top: 20px;
}
.post-comments .comment-by {
  display: block;
}
.post-comments .date {
  color: #999999;
  display: block;
  margin-bottom: 10px;
}
.post-comments a i {
  color: #dddddd;
}

.post-leave-comment h3 {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 20px;
}
.post-leave-comment .form-control {
  border-width: 1px;
}
.post-leave-comment input.form-control {
  height: 40px;
}

/* blog mansory */
.blog-masonry .post-mansory-item {
  margin-bottom: 30px;
}
.blog-masonry .post {
  border: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 30px 30px 0;
}
.blog-masonry .post h3 {
  font-size: 1.285em;
  font-weight: 400;
}
.blog-masonry .post .post-image {
  margin: -30px -30px 30px;
}
.blog-masonry .post .post-content > p {
  margin-bottom: 30px;
}
.blog-masonry .post .post-meta-foot {
  border-top: 1px solid #dddddd;
  margin: 10px -30px 0;
  overflow: hidden;
  padding: 15px 30px;
}
.blog-masonry .post .post-meta-foot:after {
  display: none;
}

.btn-loadmore {
  padding: 50px 0;
}

.stock-availability {
  color: #03df59;
  margin-bottom: 20px;
  font-family: open_sansbold;
}

/*************************************************************************************************
											SHOP CSS
*************************************************************************************************/
.toolbar {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.toolbar p {
  line-height: 40px;
  margin: 0;
}

/* Filter By Price */
.filter-blk h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin: 0 0 30px;
}

.padding-range {
  padding: 0 8px;
}

#price-range {
  display: block;
  position: relative;
}
#price-range input,
#price-range label {
  color: #333333;
  float: left;
  font-family: open_sansregular;
  font-size: 0.928em;
}
#price-range input {
  padding: 0;
  background: 0;
  border: 0;
  margin: 6px 0 0 4px;
  display: inline-block;
  width: 100px;
}
#price-range label {
  margin: 6px 0 0 0;
}
#price-range p {
  padding: 20px 0 0;
  overflow: hidden;
  width: 100%;
}
#price-range .ui-slider {
  position: relative;
  text-align: left;
}
#price-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  margin: -4px 0 0 -8px;
  cursor: w-resize;
}
#price-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  display: block;
  border: 0;
  background-position: 0;
}
#price-range .ui-widget-content {
  background-color: #ecedef;
  border-radius: 25px;
}
#price-range .ui-state-default {
  background: #ccc;
  border-radius: 50%;
}
#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#price-range .ui-slider-horizontal {
  height: 5px;
}
#price-range .ui-slider-horizontal .ui-slider-range {
  background-color: #ff5757;
  top: 0;
  height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#slider-range {
  margin: 0 0 16px 0;
}

.list-cat {
  font-family: open_sansregular;
}
.list-cat li {
  line-height: 2;
}

.block .list-thumbs-pro h4 {
  font-weight: 400;
  text-transform: none;
}
.block .list-thumbs-pro .product + .product {
  border-top: none;
  padding-top: 0;
}

.list-sort {
  overflow: hidden;
}

/* product-detail */
.quickview-wrapper button.close {
  margin: 20px 20px 0 0;
}
.quickview-wrapper .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.product-detail {
  padding: 50px 50px 0;
}

/* bxslider */
.product-preview {
  margin-bottom: 50px;
}
.product-preview .img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
  /*padding:10px;*/
  border: 1px solid #e3e3e3;
}

.product-preview .bx-pager {
  margin: 15px 26%;
  overflow: hidden;
  width: 100%;
}
.product-preview .bx-pager a {
  float: none !important;
  width: auto !important;
}
.product-preview .bx-pager {
  margin: 0 auto !important;
  text-align: center;
}
.product-preview .bx-pager a img {
  display: inline;
  float: none !important;
  margin: 2px !important;
  width: 19%;
  padding: 0px;
}
.bx-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.bx-viewport {
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.bxslider {
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.bxslider > li {
  list-style: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

#bx-pager {
  margin: 0 -10px;
  overflow: hidden;
  width: 100%;
}
#bx-pager li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 25%;
}

/* summary */
.summary h3,
.summary .price {
  font-family: open_sansregular;
  font-size: 30px;
  line-height: 35px;
  color: #000;
}
.summary p {
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: justify;
}
.summary h3 {
  margin: 0 0 15px;
}
.summary .price {
  font-family: open_sansregular;
  font-size: 24px;
  line-height: 60px;
  color: #ff6600;
  margin: 0px;
  vertical-align: middle;
}
.summary li div.cart-buttons {
  padding-top: 10px;
}
.summary .list-sort {
  width: 220px;
}
.summary .formDropdown {
  text-transform: uppercase;
}
.summary .formDropdown option {
  font-size: 14px;
  line-height: 17px;
}
.summary .cart-buttons .btn.login {
  color: #fff;
  background-color: #1b4e9b;
  border-color: #1b4e9b;
  margin-left: 0px;
}

.summary .cart-buttons .btn {
  font-family: open_sansbold;
  font-size: 16px;
  padding: 10px 8px 9px;
  font-weight: normal;
}
.summary ul.list-select li:last-child {
  position: relative;
}
.summary .tab_img li a {
  padding: 20px 0;
}
.summary .tick {
  list-style-image: url(../images/tick.png);
  margin-left: 20px;
  padding-left: 0;
}
.summary .tick li {
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 17px;
  padding: 4px 0px;
}
.summary .tick li:before {
  /*content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  font-size:18px;
  list-style:inside;
  color:#9fd30c;
  margin-right:4px;*/
  /*content: "";
  list-style-image:url(../images/content/icons/tick.png);
  width:18px;
  height:18px;
  position:absolute;*/
}

.divider-img {
  margin: 20px 0;
}
.divider-img img {
  width: 100%;
}

/*Facilities*/
.facilities {
  margin: 30px 0;
}
.facilities-box {
  margin: 20px 0px;
}
.facilities-box .stock,
.facilities-box .delivery,
.facilities-box .authentic,
.facilities-box .support {
  background: url(../images/facilities-bg.png) no-repeat;
  width: 102px;
  height: 103px;
  float: left;
  position: relative;
}
.facilities-box .stock {
  background-position: -2px 0px;
}
.facilities-box .delivery {
  background-position: -105px 0px;
}
.facilities-box .authentic {
  background-position: -208px 0px;
}
.facilities-box .support {
  background-position: -311px 0px;
}

.facilities-box img {
  width: 102px;
  height: 103px;
  max-width: 100%;
  float: left;
}
.facilities-box h3 {
  font-family: open_sansregular;
  font-size: 24px;
  line-height: 30px;
  color: #e52520;
  margin-bottom: 5px;
  margin-left: 100px;
}
.facilities-box p {
  font-family: open_sansregular;
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 0px;
  text-align: justify;
  margin-left: 100px;
}

/*SEO-PAGE CSS*/
.content {
  margin: 30px 0;
}
.content .page-title {
  font-family: open_sansregular;
  font-size: 30px;
  /*text-transform: uppercase;*/
  border-bottom: 3px solid #ff5757;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.content .title-line {
  bottom: -1px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  min-height: 1px;
}
.content p {
  /*text-align:justify;*/
}
.content .btn {
  font-size: 16px;
}
.btn-blue {
  background-color: #e52520;
  border-color: #e52520;
  color: white;
}

.content h2 {
  font-size: 16px;
  color: #e52520;
  font-family: open_sanssemibold;
  padding-bottom: 15px;
  margin: 0px;
}
.content ul.tick {
  list-style-image: url(../images/tick.png);
  margin-left: 20px;
}
.affilate {
  margin-top: 10px;
  margin-bottom: 10px;
}
.affilate img {
  border: 1px solid #ccc;
  margin-right: 20px;
  width: 150px;
  height: 102px;
}

.content .middle {
  display: table-cell;
  vertical-align: middle;
  height: 118px;
}
.content ul li {
  margin: 5px 0;
}

/*.content h2:before {
    position: absolute;
    content: "";
    height: 3px;
    background: none repeat scroll 0% 0% #ff5757;
    width: 10%;
    bottom: -1px;
    left: 0px;
}*/

/*FAQs*/
.faqs {
  margin: 30px 0;
}
.faqs .panel-group {
  margin-bottom: 0px;
}
.faqs h3 {
  font-family: open_sansregular;
  font-size: 24px;
  line-height: 30px;
  color: #e52520;
  margin: 40px 0 20px 0;
}
.faqs .panel-group .panel-default > .panel-heading {
  border-top: none;
  padding: 0;
  margin-bottom: 5px;
}
.faqs .panel-group .panel-default .panel-title a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.faqs .panel-group .panel-default .panel-title {
  font-family: open_sansregular;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  background-color: #cdcdcd;
  font-weight: normal;
  margin: 0px;
  padding: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.faqs .panel-group .panel-default .panel-title a {
  padding: 5px 25px;
}
.faqs .panel-group .panel-default .panel-title.active,
.faqs .panel-group .panel-default .panel-title.active a:hover,
.faqs .panel-group .panel-default .panel-title.active a:focus {
  background-color: #ff5757;
  color: #fff;
}
.faqs
  .panel-group
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  p {
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 1.8em;
  color: #333333;
  padding: 0px 20px 0 20px;
  text-align: justify;
  margin: 0 0 10px;
}
.faqs
  .panel-group
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  ul.tick {
  margin-bottom: 10px;
  list-style-image: url(../images/tick.png);
  margin-left: 20px;
}
.faqs
  .panel-group
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  p
  a {
  font-family: open_sanssemibold;
}

.faqs .panel-group .panel-default .panel-title:hover a {
  color: #333333;
}
.faqs .panel-group .panel-default .panel-title:after {
  display: none;
}
.faqs .panel-group .panel-default .panel-title a:after {
  top: 7px;
  border: none;
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  list-style: inside;
  color: #333333;
  float: right;
  position: absolute;
  right: 10px;
}
.faqs .panel-group .panel-default .panel-title.active:hover a {
  color: #fff;
}
.faqs .panel-group .panel-default .panel-title.active a:after {
  top: 8px;
  border: none;
  content: "\f068";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  list-style: inside;
  color: #fff;
}

/*Qualities*/
.qualities {
  margin: 30px 0;
}
.qualities h3 {
  font-family: open_sansregular;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.quality-box {
  background: #e6e6e6; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 3%,
    #ffffff 73%,
    #ffffff 100%,
    #ffffff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e6e6e6),
    color-stop(0%, #e6e6e6),
    color-stop(0%, #e6e6e6),
    color-stop(3%, #e6e6e6),
    color-stop(73%, #ffffff),
    color-stop(100%, #ffffff),
    color-stop(100%, #ffffff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 3%,
    #ffffff 73%,
    #ffffff 100%,
    #ffffff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 3%,
    #ffffff 73%,
    #ffffff 100%,
    #ffffff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 3%,
    #ffffff 73%,
    #ffffff 100%,
    #ffffff 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 0%,
    #e6e6e6 3%,
    #ffffff 73%,
    #ffffff 100%,
    #ffffff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  padding: 20px 20px 0px 20px;
  margin: 30px 5px;
}
.quality-box .bag {
  border-radius: 50%;
  border: 5px solid #fff;
  color: white;
  font-size: 24px;
  height: 55px;
  line-height: 43px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 55px;
  z-index: 2;
  text-transform: uppercase;
  font-family: open_sansextrabold;
  margin-left: -30px;
}
.quality-box .bag-hot {
  background-color: #ff5757;
}
.quality-box h4 {
  font-family: open_sansbold;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
}
.quality-box ul {
  list-style-image: url(../images/tick.png);
  list-style-position: outside;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-left: 0;
}
.quality-box ul li {
  font-family: open_sansregular;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
}
.quality-box ul li:last-child {
  border-bottom: none;
}
/*.quality-box ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	list-style: inside;
	color: #9fd30c;
	margin-right: 4px;
}*/

/* Star Rating */

/*Review Star*/
.star {
  float: left;
  width: 76px;
  height: 14px;
  background: url(../images/star-img.png) no-repeat 0 -111px;
  margin: 3px 15px 0 0;
}
.star-00,
.star-05,
.star-10,
.star-15,
.star-20,
.star-25,
.star-30,
.star-35,
.star-40,
.star-45,
.star-50 {
  background: url(../images/star-img.png) no-repeat;
}
.star-00 {
  background-position: left -1px;
}
.star-05 {
  background-position: left -16px;
}
.star-10 {
  background-position: left -30px;
}
.star-15 {
  background-position: left -45px;
}
.star-20 {
  background-position: left -59px;
}
.star-25 {
  background-position: left -73px;
}
.star-30 {
  background-position: left -87px;
}
.star-35 {
  background-position: left -102px;
}
.star-40 {
  background-position: left -116px;
}
.star-45 {
  background-position: left -130px;
}
.star-50 {
  background-position: left -145px;
}
/*Review Star*/

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

.rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 25px;
  display: block;
}

.star-rating {
  position: relative;
  width: inherit;
  display: block;
  padding: 0;
  margin: 0;
}

.rating.five-stars .star-rating:after {
  width: 100%;
}

.rating.four-stars .star-rating:after {
  width: 80%;
}

.rating.three-stars .star-rating:after {
  width: 60%;
}

.rating.two-stars .star-rating:after {
  width: 40%;
}

.rating.one-stars .star-rating:after {
  width: 20%;
}

.star-rating:after {
  content: "    ";
  font-family: "FontAwesome";
  color: black;
  display: block;
  position: absolute;
  letter-spacing: -0.5px;
}

.rating .star-bg:after {
  content: "    ";
  font-family: "FontAwesome";
  color: black;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  letter-spacing: -0.5px;
}

/* list-select */
.list-select li {
  float: left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.list-select .formDropdown {
  /*border-color: #333333;*/
}
.list-select .color {
  border: 1px solid #dddddd;
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 9px 10px;
}
.list-select .color:hover {
  border-color: #333333;
}
.list-select .color a {
  background-color: black;
  display: block;
  height: 20px;
  width: 20px;
}
.list-select .color .color1 {
  background-color: #f64243;
}
.list-select .color .color2 {
  background-color: #a57bcd;
}
.list-select .color .color3 {
  background-color: #3598db;
}
.list-select .color .color4 {
  background-color: #c2a772;
}

.summary .cart {
  border-bottom: none;
  border-top: none;
  margin-bottom: 0px;
  padding: 10px 0;
  text-align: right;
}
.modal .cart {
  padding: 0px;
}
.modal .list-select .btn.btn-blue {
  margin: 0px;
}
.cart {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: right;
}
.summary .cart .btn-primary {
  background-color: #ff6600;
  border-color: #ff6600;
  color: white;
  font-family: open_sansbold;
  font-size: 12px;
  padding: 10px 0px 9px;
  font-weight: normal;
}
.cart a {
  /*margin-right: 6px;*/
}

.quantity input {
  background: whitesmoke;
  border: none;
  float: left;
  height: 40px;
  text-align: center;
  /*padding: 0px 18px;*/
  padding: 0 5px;
  border: 1px solid #e3e3e3;
}
.quantity .qty {
  width: 46px;
  background: white;
  padding: 0 10px;
}
.quantity .minus {
  /*margin-right: 1px;*/
}
.quantity .plus {
  /* margin-left: 1px;*/
  margin-right: 10px;
}

.product-meta {
  font-size: 0.928em;
  margin-bottom: 50px;
}
.product-meta a:after {
  content: ",";
}
.product-meta a:last-child:after {
  content: "";
}

.product-remove a {
  color: #dddddd;
}
.product-remove a:hover,
.product-remove a:focus {
  color: #ff5757;
}

.featured-boxes h3 {
  font-family: open_sansregular;
  font-size: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.featured-box .box-content textarea {
  margin-bottom: 10px;
}
.featured-box.right {
  padding: 3px;
  border: 1px solid #ddd;
}

.featured-box.right .box-content {
  border: 1px solid #fab000;
  padding: 10px 15px;
}
.featured-box.right .box-content h4 {
  padding-bottom: 10px;
  color: #fab000;
  text-align: left;
}
#slogan {
  margin: 50px 0;
}
#slogan.yith-checkout-single span.slogan-checkout {
  margin: 0 30px;
  background: url("../images/slogan-checkout-icon.png") left top no-repeat;
}
#slogan.yith-checkout-single span.slogan-cart {
  background: url("../images/slogan-cart-icon.png") left top no-repeat;
}
#slogan.yith-checkout-single span.slogan-complete {
  background: url("../images/slogan-complete-icon.png") left top no-repeat;
}
#slogan.yith-checkout-single span.slogan-checkout.current,
#slogan.yith-checkout-single span.slogan-cart.current,
#slogan.yith-checkout-single span.slogan-complete.current {
  background-position: left -37px;
  color: #fab000;
}
#slogan.yith-checkout-single span {
  padding-left: 43px;
}
#slogan h2 {
  margin-bottom: 50px;
}
#slogan h2,
#slogan h2 span {
  font-size: 27px;
  font-family: open_sansbold;
  color: #bfbfbf;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 33px;
}
.featured-boxes {
  margin-top: 40px;
}
.shop_table .product-remove a {
  font-size: 24px;
}
.shop_table .product-remove a:hover {
  color: #ff5757;
}
.shop_table th {
  /*background: #181818;
  border: 1px solid #dddddd;
  background: #ff5757;
  border: 1px solid rgba(255, 255, 255, 0.1);*/
  background: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #333333;
  /*color: white;*/
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  font-family: open_sanssemibold;
}
.shop_table td {
  /* border: 1px solid #dddddd;*/
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  font-size: 14px;
}
.shop_table .product-name,
.shop_table .product-price,
.shop_table .product-subtotal {
  font-family: open_sansregular;
}
.shop_table th.product-name,
.shop_table th.product-price,
.shop_table th.product-subtotal {
  font-family: open_sanssemibold;
}
.shop_table .product-thumbnail {
  border-right: none;
  /*padding-right: 0;*/
  width: 110px;
}
.shop_table .product-name {
  /*border-left: none;*/
}
.shop_table .product-remove {
  text-align: center;
  width: 30px;
}
.shop_table .product-quantity {
  width: 150px;
}
.shop_table td.product-quantity {
  text-align: center;
}
.shop_table .quantity {
  display: inline-block;
  text-align: center;
  width: 145px;
}
.shop_table td.product-subtotal {
  color: #ff5757;
}
.shop_table tr.final-subtotal {
  font-size: 20px;
  font-family: open_sanssemibold;
}
.shop_table tr.final-subtotal td.product-subtotal {
  font-size: 20px;
  font-family: open_sanssemibold;
}

/*Checkout Page Css*/
.delivery-details {
  margin-top: 40px;
}
.delivery-details .add-block {
  border: 1px solid #fab000;
  padding: 8px;
}
.delivery-details .featured-box h4 {
  font-size: 16px;
  line-height: 22px;
}
.delivery-details .edit-btn {
  font-size: 13px;
  line-height: 23px;
}
.delivery-details .table {
  margin: 0px;
}
.delivery-details .table td {
  border: none;
  padding: 4px;
  font-size: 13px;
}
.delivery-details .table tr td:first-child {
  width: 55%;
  font-family: open_sansbold;
  color: #333333;
}
.delivery-details .table tr td:last-child {
  font-family: open_sanssemibold;
}

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.finalise-cart::scrollbar {
  -moz-appearance: none !important;
}
.finalise-cart {
  overflow-y: auto;
  max-height: 350px;
}
/*.finalise-cart::-webkit-scrollbar, 
.finalise-cart::-moz-scrollbar, 
.finalise-cart::scrollbar { 
    display: none; 
	width:0px;
}
.finalise-cart::-webkit-scrollbar{width: 0px;}
.finalise-cart::-moz-scrollbar{width: 0px;}
.finalise-cart::-ms-scrollbar{width: 0px;}
.finalise-cart::scrollbar{width: 0px;}

.finalise-cart::-webkit-scrollbar-track{width: 0px;}
.finalise-cart::-moz-scrollbar-track{width: 0px;}
.finalise-cart::-ms-scrollbar-track{width: 0px;}
.finalise-cart::scrollbar-track{width: 0px;}

.finalise-cart::-webkit-scrollbar-thumb{width: 0px;}
.finalise-cart::-moz-scrollbar-thumb{width: 0px;}
.finalise-cart::-ms-scrollbar-thumb{width: 0px;}
.finalise-cart::scrollbar-thumb{width: 0px;}*/

.finalise-order-chkout .featured-box .box-content {
  padding: 10px 15px 5px 15px;
}
.finalise-order-chkout .featured-box-secondary p {
  font-size: 12px;
  margin-bottom: 5px;
}
.finalise-order-chkout .featured-box .box-content h4 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 16px;
  margin-top: 20px;
}
/*.finalise-order-chkout .form-group,*/
.finalise-order-chkout .cart-totals {
  margin-bottom: 7px;
}
.free_delivery_note {
  color: #ff5757;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-family: open_sanssemibold;
}
.finalise-order-chkout .form-group input[type="text"] {
  width: 65%;
  border-radius: 0px !important;
}
.finalise-order-chkout .form-group input[type="submit"] {
  width: 35%;
  font-size: 11px;
}
/*.finalise-order-chkout .btn.proceed-btn{
	font-size: 20px;
}*/
.finalise-order-chkout #shipResult label {
  max-width: 250px;
}
.btn.btn-action {
  background-color: #ff6600;
  border-color: #ff6600;
  font-size: 20px;
  color: #fff;
}

.finalise-order-chkout .cart-totals th,
.finalise-order-chkout .cart-totals td {
  padding: 2px 0;
  border: none;
  font-size: 13px;
}
.finalise-order-chkout .cart-totals .total th,
.finalise-order-chkout .cart-totals .total td {
  font-size: 20px;
  font-family: open_sanssemibold;
}
.finalise-order-chkout .checkbox {
  font-size: 11px;
}
.finalise-order-chkout .checkbox a {
  font-family: open_sansbold;
}
.finalise-order-chkout #valid_read_terms_conditions img {
  float: right;
  margin-top: -28px;
}
.finalise-order-chkout #valid_read_terms_conditions .red-error-text {
  font-size: 11px;
  display: inline-block;
  padding: 0 0 0 19px;
}

/*About Us Page Css*/
.section-title-s {
  font-weight: 600;
  font-size: 18px;
  color: #1b1b1b;
  margin-bottom: 30px;
}
.ul-skills {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.ul-skills li {
  text-align: left;
  font-weight: 700;
}
.team-profiles {
  margin-bottom: 0px;
}

.team-profiles .team-item {
  background-color: #f5f5f5;
  overflow: hidden;
  border: 1px solid white;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.team-profiles .team-item img {
  width: 100%;
}

.team-profiles .team-item .team-info {
  padding: 15px 10px 10px 10px;
}

.team-profiles .team-item .team-name {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s; /* Firefox 4 */
  -webkit-transition: opacity 0.3s; /* Safari and Chrome */
  -o-transition: opacity 0.3s; /* Opera */
}

.team-profiles .team-item .team-name small {
  float: right;
  color: #da4f49;
  font-weight: 500;
}

.team-profiles .team-item .team-bio {
  padding-top: 10px;
  font-size: 12px;
}

.row.featured-clients {
  margin-bottom: 60px;
}

.team-profiles .team-item:hover .team-name {
  color: #c0392b;
}

.team-profiles .team-item .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid whiteSmoke;
  margin-left: 90%;
  position: relative;
  margin-top: -25px;
  display: block;
  margin-bottom: 20px;
}

.team-profiles .team-item .social-icons {
  position: absolute;
  margin-left: 0;
  margin-right: 4px;
  margin-top: -30px;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
  border-right: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  padding: 0px;
}

.team-profiles .team-item:hover .social-icons {
  opacity: 1;
  margin-top: -39px;
}

.team-profiles .team-item .social-icons li {
  margin: 0;
  border: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: -5px 1px 1px rgba(50, 50, 50, 0);
  -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0);
  box-shadow: 1px -1px 0px rgba(50, 50, 50, 0);
}

.team-profiles .team-item .social-icons li:last-child a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.social-icons {
  list-style: none;
  margin: 0;
}

.social-icons li {
  float: left;
  margin: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.social-icons li a {
  display: block;
  width: 39px;
  height: 39px;
  background-color: #f5f5f5 !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
}

.social-icons li a.twitter {
  background: url("../img/social-icos-g.png") no-repeat 0 -44px;
}

.social-icons li a.twitter:hover {
  background: url("../img/social-icos-g.png") no-repeat 0 0;
}

.social-icons li a.rss {
  background: url("../img/social-icos-g.png") no-repeat -50px -44px;
}

.social-icons li a.rss:hover {
  background: url("../img/social-icos-g.png") no-repeat -50px 0;
}

.social-icons li a.facebook {
  background: url("../img/social-icos-g.png") no-repeat -100px -45px;
}

.social-icons li a.facebook:hover {
  background: url("../img/social-icos-g.png") no-repeat -100px 0;
}

.social-icons li a.dribbble {
  background: url("../img/social-icos-g.png") no-repeat -150px -44px;
}

.social-icons li a.dribbble:hover {
  background: url("../img/social-icos-g.png") no-repeat -150px 0;
}

.social-icons li a.googlep {
  background: url("../img/social-icos-g.png") no-repeat -195px -44px;
}

.social-icons li a.googlep:hover {
  background: url("../img/social-icos-g.png") no-repeat -195px 0;
}

.social-icons li a.pinterest {
  background: url("../img/social-icos-g.png") no-repeat -243px -44px;
}

.social-icons li a.pinterest:hover {
  background: url("../img/social-icos-g.png") no-repeat -243px 0;
}

.social-icons li a.evernote {
  background: url("../img/social-icos-g.png") no-repeat -288px -44px;
}

.social-icons li a.evernote:hover {
  background: url("../img/social-icos-g.png") no-repeat -288px 0;
}

.social-icons li a.vimeo {
  background: url("../img/social-icos-g.png") no-repeat -335px -44px;
}

.social-icons li a.vimeo:hover {
  background: url("../img/social-icos-g.png") no-repeat -335px 0;
}

.social-icons li a.youtube {
  background: url("../img/social-icos-g.png") no-repeat -394px -44px;
}

.social-icons li a.youtube:hover {
  background: url("../img/social-icos-g.png") no-repeat -394px 0;
}

.social-icons li a.linkedin {
  background: url("../img/social-icos-g.png") no-repeat -452px -44px;
}

.social-icons li a.linkedin:hover {
  background: url("../img/social-icos-g.png") no-repeat -452px 0;
}

.social-icons li a.flickr {
  background: url("../img/social-icos-g.png") no-repeat -502px -44px;
}

.social-icons li a.flickr:hover {
  background: url("../img/social-icos-g.png") no-repeat -502px 0;
}

.social-icons li a.forrst {
  background: url("../img/social-icos-g.png") no-repeat -552px -44px;
}

.social-icons li a.forrst:hover {
  background: url("../img/social-icos-g.png") no-repeat -552px 0;
}

.social-icons li a.behance {
  background: url("../img/social-icos-g.png") no-repeat -603px -44px;
}

.social-icons li a.behance:hover {
  background: url("../img/social-icos-g.png") no-repeat -603px 0;
}

.social-icons li a.zerply {
  background: url("../img/social-icos-g.png") no-repeat -653px -44px;
}

.social-icons li a.zerply:hover {
  background: url("../img/social-icos-g.png") no-repeat -653px 0;
}

.social-icons li a.tumblr {
  background: url("../img/social-icos-g.png") no-repeat -704px -44px;
}

.social-icons li a.tumblr:hover {
  background: url("../img/social-icos-g.png") no-repeat -704px 0;
}

.social-icons li a.blogger {
  background: url("../img/social-icos-g.png") no-repeat -754px -44px;
}

.social-icons li a.blogger:hover {
  background: url("../img/social-icos-g.png") no-repeat -754px 0;
}

.social-icons li a.digg {
  background: url("../img/social-icos-g.png") no-repeat -804px -44px;
}

.social-icons li a.digg:hover {
  background: url("../img/social-icos-g.png") no-repeat -804px 0;
}

.social-icons li a.wordpress {
  background: url("../img/social-icos-g.png") no-repeat -854px -44px;
}

.social-icons li a.wordpress:hover {
  background: url("../img/social-icos-g.png") no-repeat -854px 0;
}
/*Invoice Page Css*/
.invoice {
  margin-bottom: 30px;
}
.invoice-add-block {
  padding-left: 90px;
}
.invoice-add-block,
.invoice .payment,
.invoice-billing-add,
.invoice-shipping-add,
.invoice-summary {
  margin: 5px 0;
}
.invoice-delivery-add {
  border: 1px solid #e3e3e3;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.invoice-billing-add,
.invoice-shipping-add {
  border-right: 1px solid #e3e3e3;
  margin-right: 10px;
}
.invoice h1 {
  text-align: center;
  margin: 8px 0;
  background: #181818;
  text-align: center;
  color: white;
  letter-spacing: 20px;
  padding: 8px 0px;
  font-size: 30px;
  text-transform: uppercase;
}
.invoice .logo {
  margin: 0 0 2px 0;
  display: block;
  width: 100%;
}
invoice-header {
  float: left;
  display: block;
  width: 100%;
}
invoice-header p {
  margin: 2px 0px 2px 5px;
  font-size: 12px;
}
invoice-header p i {
  padding: 4px 10px 4px 0px;
  display: table-cell;
  float: left;
  vertical-align: middle;
  width: 20px;
}
invoice-header p span {
  display: table-cell;
}
.invoice .payment {
  padding: 5px 8px;
  background-color: #f9f9f9;
  float: left;
  position: relative;
}
.payment i {
  float: left;
  padding: 8px 8px 8px 0px;
  color: #e52520;
}
.payment img {
  padding: 0 3px;
}
.payment p {
  font-size: 12px;
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.payment p strong {
  display: table-cell;
  width: 45%;
  border-bottom: 1px solid #ccc;
}
.payment p span {
  display: table-cell;
  border-bottom: 1px solid #ccc;
}
.payment p:last-child strong,
.payment p:last-child span {
  border-bottom: none;
}
.invoice h3 {
  margin: 2px 0;
  font-size: 20px;
  color: #e52520;
}
.invoice-billing-add p,
.invoice-shipping-add p,
.invoice-summary p {
  font-size: 14px;
  margin: 0; /*padding-left:27px;*/
}
.invoice-summary p {
  display: table-row;
}
.invoice-summary p strong {
  display: table-cell;
  width: 65%;
}
.invoice-summary p span {
  display: table-cell;
}
.invoice-cart {
}
.invoice .shop_table {
  /*margin-left:27px;*/
}
.invoice .shop_table th,
.invoice .shop_table td {
  padding: 2px 10px;
  font-size: 13px;
}
.invoice .shop_table th {
  background-color: #181818;
  color: #fff;
}
.invoice .shop_table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.invoice .shop_table tr:nth-child(odd) {
  background-color: #fff;
}
.invoice .shop_table tr:hover {
  background-color: #e2e2e2 !important;
}
.invoice tr.final-total td {
  background-color: #e52520 !important;
  color: #fff;
  font-family: open_sanssemibold;
  font-size: 20px;
}
.invoice .table.cart-dt td {
  border-top: none;
  font-family: open_sanssemibold;
}
.invoice .table.cart-dt td:last-child {
}
@media print {
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .main {
    margin-top: 0px;
  }
  [class*="col-"] {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .invoice {
    margin-bottom: 0px;
  }
  .invoice h1 {
    border-bottom: 1px solid #ccc;
  }
  .invoice-logo {
    padding-left: 8px;
  }
  .invoice .payment {
    margin-left: 10px;
  }
  .invoice .col-md-6 {
    width: 50% !important;
  }
  .invoice .col-sm-4 {
    width: 33.33% !important;
  }
  .invoice h3 {
    margin: 5px 0;
    font-size: 16px !important;
    color: #e52520;
  }
  .invoice strong {
    font-weight: normal;
    font-family: open_sanssemibold;
  }
  .invoice p,
  .invoice table td,
  .invoice .shop_table td a {
    font-size: 10px !important;
  }
  .invoice-summary p strong {
    display: table-cell;
    width: 55%;
  }
  .invoice .table.cart-dt {
    margin-top: 1px;
  }
  .invoice table tr.final-total td {
    color: white !important;
    font-size: 15px !important;
  }
  .invoice table tr.final-total td span {
    color: white !important;
  }
  .scroll-to-top {
    display: none;
  }
}

/*Payment-Type Page Css*/
.col-md-4.right-border {
  border-left: 1px solid #ccc;
}
.col-md-4.right-border p {
  margin-bottom: 7px;
}
.col-md-4.right-border .featured-box {
  margin-bottom: 0px;
}
.payment-type .panel-group .panel-default {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.payment-type .panel-group .panel-default .panel-heading .panel-title img {
  vertical-align: middle;
  margin-top: -8px;
  height: 35px;
}
.payment-type .panel-group .panel-default .panel-heading .panel-title label {
  cursor: pointer;
}
/*.payment-type .panel-default > .panel-heading + .panel-collapse > .panel-body{
	background-color:#f8f8f8;
}*/
.payment-type
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  ul {
  margin: 0px 0 0 20px;
  padding: 0px;
  list-style: outside;
}
.payment-type
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  ul
  li {
  list-style-image: url("../images/bluetick.gif");
  margin: 0 0 5px;
  padding-left: 5px;
}
.featured-box-secondary .sub-total {
  margin: 20px 0;
}
.featured-box-secondary .sub-total p {
  margin-bottom: 0px;
  padding: 10px 5px 10px 5px;
  background: whitesmoke;
  font-family: open_sansregular;
}
.edit-btn {
  font-size: 17px;
  font-family: open_sanssemibold;
}
.edit-btn i {
  vertical-align: middle;
}

/*Checkout Thankyou Page Css*/
.checkout-thanks-wrap {
  margin: 50px 0 30px;
}
.thankyou-block
/*,.purchased-block*/ {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #dfdfdf;
  color: #333333;
  padding: 20px;
}
.thankyou-block h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  color: #fab000;
}
.thankyou-block,
.purchased-block .shop_table {
  background-color: #fff;
}
.purchased-block .shop_table th {
  background: #181818;
  border: 1px solid #dddddd;
  color: white;
  padding: 5px;
  font-size: 13px;
}
.purchased-block .shop_table td {
  border: 1px solid #dddddd;
  padding: 5px;
  font-size: 13px;
}
.purchased-block .shop_table td.product-subtotal {
  color: #666666;
}
.purchased-block .shop_table tr.final-subtotal th,
.purchased-block .shop_table tr.final-subtotal td {
  font-size: 16px;
  font-family: open_sanssemibold;
}
.purchased-block .shop_table .final-subtotal td.product-subtotal {
  color: #ff5757;
}
.checkout-thanks-wrap .shop_table td {
  padding: 5px;
}

.featured-box {
  margin-bottom: 30px;
}
.featured-box h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  color: #fab000;
  margin-bottom: 10px;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
  .featured-box .formDropdown {
    width: 111.5%;
  }
}

.featured-box-secondary {
  font-size: 0.928em;
}
.featured-box-secondary .form-control {
  border-width: 1px;
}
.featured-box-secondary input.form-control {
  height: 37px;
}
.featured-box-secondary .formDropdown {
  height: 37px;
  margin-bottom: 0;
  padding-top: 7px;
}
.featured-box-secondary p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: open_sansregular;
}

.cart-totals {
  margin-bottom: 15px;
}
.cart-totals th {
  font-weight: 400;
}
.cart-totals td {
  text-align: right;
}
.cart-totals tr.final-subtotal th,
.cart-totals tr.final-subtotal td {
  font-size: 16px;
  font-family: open_sanssemibold;
}
.cart-totals td.product-subtotal .amount {
  color: #ff5757;
}

.cart-totals th,
.cart-totals td {
  border-top: 1px solid #dddddd;
  padding: 8px 0;
  vertical-align: middle;
  font-size: 14px;
  font-family: open_sansregular;
}
.cart-totals tr:first-child th,
.cart-totals tr:first-child td {
  border-top: none;
}
/*.cart-totals .cart-subtotal:first-child th, 
.cart-totals .cart-subtotal:first-child td {
  padding-top: 0;
}*/
.cart-totals .total .amount {
  color: #ff5757;
}
.cart-totals .product-name,
.cart-totals .product-price {
  font-family: open_sansregular;
  font-size: 1.076em;
}

.featured-box-cart .form-horizontal .control-label {
  text-align: left;
}

@-moz-document url-prefix() {
  .featured-box-cart .formDropdown {
    width: 111.9%;
  }
}

/*************************************************************************************************
											ANIMATION STYLE
*************************************************************************************************/

@charset "UTF-8";

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

Copyright (c) 2014 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%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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: 0.75s;
  animation-duration: 0.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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-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: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-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);
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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;
}

/*************************************************************************************************
											MEDIA CSS
*************************************************************************************************/

@media (min-width: 1367px) {
  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .formDropdown {
      width: 110.5%;
    }

    .list-select .list-sort {
      /* border-right: 1px solid #333333;
      height: 41px;*/
    }
    .list-select .formDropdown {
      width: 109.5%;
    }
  }
}

@media (max-width: 1280px) {
  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .formDropdown {
      width: 110.5%;
    }

    .list-select .list-sort {
      /*border-right: 1px solid #333333;
      height: 41px;*/
    }
    .list-select .formDropdown {
      width: 109.5%;
    }
  }
}
@media (max-width: 1024px) {
  .navbar-nav > .megamenu .dropdown-menu .sub-menu > li > a {
    white-space: normal;
  }

  .wp-ads li {
    padding: 10px 0 10px 10px;
  }
  .wp-ads li .fa {
    font-size: 1.857em;
    margin-top: 5px;
  }
  .footer h2 {
    padding-bottom: 0;
  }

  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .featured-box .formDropdown {
      width: 111%;
    }

    .featured-box-cart .formDropdown {
      width: 111.7%;
    }
  }

  .featured-box-cart .box-content {
    overflow-x: auto;
    padding-bottom: 30px;
  }

  .featured-box-secondary.featured-box-cart .box-content {
    overflow-x: hidden;
    padding-bottom: 0;
  }

  .pgl-fixed .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .quickview-wrapper .modal-lg {
    width: 1150px;
  }
}

@media only screen and (max-width: 1200px) {
  .bid-offer-offer {
    font-size: 11px;
  }
  .bid-offer-client {
    font-size: 11px;
  }
  .bid-offer-moment {
    font-size: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-main .navbar-nav > li > a {
    margin: 0 8px;
    font-size: 12px;
  }
  .product .quantity input {
    height: 30px;
    padding: 0 6px;
  }
  .product .quantity .btn {
    min-width: 92px;
  }
  .product .nav-pills > li {
    max-width: 92px;
  }
  .product .btn.dropdown-toggle {
    font-size: 9px;
    padding: 5px 0 4px;
    min-width: 92px;
  }
  .product-thumb-info-act .hover-desc ul.tick {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .live-chat span {
    font-size: 13px;
    line-height: 18px;
  }
  .live-chat span p {
    font-size: 9px;
    line-height: 11px;
  }
  .nav-top > li > a {
    padding: 19px 5px;
  }
  .live-chat.phone-no {
    display: none;
  }
  #search {
    width: 200px;
  }
  .product .nav-pills > li {
    display: block;
    float: right;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  .product .btn.dropdown-toggle {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .product .quantity {
    height: 95px;
  }
  .product .quantity .btn {
    margin-top: 10px;
    min-width: 100%;
  }
  .product .quantity input {
    padding: 0 15.7px;
  }
  .wholesale.product,
  .category.product {
    min-height: 400px;
  }
  .ads figcaption h3 {
    font-size: 15px;
  }
  .product-thumb-info-act {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  /*.left-header .live-chat{display:block;width:100%;}*/
  .left-header .live-chat p {
    display: none;
  }
  .live-chat span {
    font-size: 13px;
    line-height: 33px;
  }
  .live-chat {
    padding: 7px;
  }
  .left-header {
    position: relative;
    float: left;
    width: 20%;
    margin: 0 auto;
  }
  .nav-top > li > a {
    padding: 18px 10px;
  }
  .nav.nav-pills.nav-top.navbar-right {
    width: 70%;
    display: inline-block;
    float: right;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ads figcaption h3 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 639px) {
  .left-header .live-chat {
    display: block;
    width: 100%;
  }
  .left-header .live-chat.phone-no {
    border-left: none;
  }
  .nav.nav-pills.nav-top.navbar-right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-top > li > a {
    font-size: 10px;
  }

  .promotion_left {
    float: initial;
    margin-bottom: 20px;
    width: 100%;
  }
  .promotion_right {
    float: initial;
    margin-bottom: 20px;
    width: 100%;
  }
}

.vegamax-image
{
  height: 45px;
}

@media (max-width: 992px) {
  /* itt lesz a rendelés véglegesítése oldal reszponzivitása */
  .cart_cell_1 {
    width: 100%;
  }
  .cart_cell_2 {
    width: 30%;
  }
  .cart_cell_3 {
    width: 30%;
  }
  .cart_cell_4 {
    width: 40%;
  }
  .cart_middle_totals_text {
    width: 100%;
    white-space: normal;
    font-size: 13px;
  }
  .cart_middle_totals_values {
    width: 100%; 
    font-size: 13px;
  }
  .cart_bottom_right {
    width: 100%
  }
  .cart_bottom_left {
    width: 100%;
  }
  .vegamax-image
  {
    height: 35px;
  }


  /* .left-header {
    /*width:100%;*/
  } */
  .navbar-header {
    float: none;
  }

  .navbar-default .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-act {
    position: absolute;
    right: 45px;
    top: 0;
  }

  .navbar-main .navbar-nav {
    float: none !important;
  }

  .navbar-collapse {
    background-color: #ff5757;
    border-bottom: none !important;
    width: 260px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 15px;
    top: 85px;
  }
  .navbar-collapse .navbar-nav > li {
    float: none;
  }

  .navbar-main .navbar-nav > li > a {
    padding: 45px 20px 2px;
    margin: 0px;
  }
  .navbar-main .navbar-nav > li > a:hover,
  .navbar-main .navbar-nav > li > a:focus {
    /*color: #ff5757;*/
    text-decoration: none;
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-collapse .navbar-nav > li > a.dropdown-toggle:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 11px;
    color: #7e7e7e;
    font-size: 1.5em;
    font-weight: 700;
  }
  .navbar-collapse .navbar-nav > li > a.dropdown-toggle:hover:before,
  .navbar-collapse .navbar-nav > li > a.dropdown-toggle:focus:before {
    color: white;
  }
  .navbar-collapse .dropdown-menu {
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    float: none;
    padding: 10px 20px !important;
    position: static;
  }
  .navbar-collapse .dropdown-submenu > .dropdown-menu {
    border-top: none;
    margin-top: 0;
  }

  .collapse.in {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .navbar-main .navbar-nav .open > a:after {
    display: none;
  }
  .navbar-main .navbar-nav .dropdown-menu {
    font-family: "Raleway", sans-serif;
    font-size: 0.928em;
  }
  .navbar-main .navbar-nav .dropdown-menu .dropdown-menu {
    font-size: 1em;
  }

  .navbar-nav > .megamenu .dropdown-menu {
    margin: 0;
  }
  .navbar-nav > .megamenu .mega-menu-content {
    padding: 0 20px;
  }
  .navbar-nav > .megamenu .mega-menu-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-nav > .megamenu .mega-menu-content .menu-column {
    display: block;
    float: none;
    padding: 0;
    width: 100%;
  }
  .navbar-nav > .megamenu .mega-menu-content .menu-column + .menu-column {
    border-left: none;
    display: block;
    margin-top: 20px;
  }

  .dropdown-submenu > a:after {
    display: none;
  }
  .dropdown-submenu > .dropdown-menu {
    display: block;
  }

  .navbar-main .navbar-collapse .navbar-nav > li > a:hover,
  .navbar-main .navbar-collapse .navbar-nav > li > a:focus {
    background-color: #e52520;

    color: white;
  }
  .navbar-main .navbar-collapse .navbar-nav > .active > a,
  .navbar-main .navbar-collapse .navbar-nav > .active > a:hover,
  .navbar-main .navbar-collapse .navbar-nav > .active > a:focus,
  .navbar-main .navbar-collapse .navbar-nav > .open > a,
  .navbar-main .navbar-collapse .navbar-nav > .open > a:hover,
  .navbar-main .navbar-collapse .navbar-nav > .open > a:focus {
    color: white;
    background-color: #e52520;
  }
  .navbar-main .navbar-collapse .navbar-nav > .active > a:before {
    color: white;
  }

  .navbar-main-narrow .logo {
    margin: 26px 0;
  }
  .navbar-main-narrow .navbar-act > li > a {
    padding-bottom: 34px;
    padding-top: 34px;
  }
  .navbar-main-narrow .shopping-bag {
    top: 24px;
  }

  /* home 2 */
  .wp-ads li {
    min-height: 80px;
    text-align: center;
  }
  .wp-ads li .fa {
    display: block;
    float: none;
    margin-right: 0;
    margin-top: 5px;
  }

  /* home 4 */
  .navbar-main-drop {
    /* main nav */
  }
  .navbar-main-drop .navbar-collapse {
    right: auto;
  }
  .navbar-main-drop .navbar-act {
    position: static;
  }

  /* parallax */
  .pi-parallax .item .intro h2 {
    font-size: 2.714em;
  }

  /* shop */
  .shop_table th,
  .shop_table td {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* quickview-wrapper */
  .quickview-wrapper .modal-dialog {
    width: auto;
  }
  .quickview-wrapper .product-detail {
    padding: 30px 30px 0;
  }
}
@media (max-width: 980px) {
  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .featured-box .formDropdown {
      width: 110.5%;
    }

    .featured-box-cart .formDropdown {
      width: 111.8%;
    }
  }
}

.register-wrap .about-block,
.register-wrap .business-block,
.register-wrap .trade-block {
}

@media (max-width: 768px) {
  .bids {
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 1;
    column-gap: 10px;
    column-fill: auto;
    margin-top: 30px;
  }

  .bid-left {
    float: initial;
    width: 100%;
  }

  .bid-right {
    float: initial;
    width: 100%;
  }

  .main-demo .item {
    height: 400px;
  }

  .item-caption h2 {
    font-size: 2.857em;
  }

  .pi-parallax .item {
    height: 300px;
  }
  .pi-parallax .item blockquote {
    font-size: 1.857em;
  }

  .pgl-fixed .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .brand_con {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navbar-main {
    padding: 0px 20px;
  }
  .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .register-block {
    margin-top: 30px;
  }
  .register-wrap .about-block,
  .register-wrap .business-block,
  .register-wrap .trade-block {
    padding: 20px 35px;
  }
  .login-form select.formDropdown {
    margin-bottom: 5px;
  }
  .footer .brand_con {
    margin-left: 0px;
  }
  #top .social-list {
    display: none;
  }
  .below-foot .social-list {
    display: block;
  }
  .live-chat.phone-no {
    display: none;
  }
}

@media (max-width: 720px) {
  .left-header {
    display: none;
  }
}

@media (max-width: 640px) {
  .navbar-nav {
    margin: 0;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    /* margin-left: 0;
    margin-right: 0; */
  }

  .nav-top.navbar-right {
    float: right;
  }

  .navbar-right .dropdown-menu {
    left: auto;
    right: -1px;
  }

  .navbar-act > li {
    float: left;
  }

  .pi-parallax .item .intro h2 {
    font-size: 2.142em;
  }

  .wp-ads li {
    display: block;
    width: 50%;
  }

  .page-top .container,
  .page-top-md .container,
  .page-top-lg .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #top .text-note {
    display: none;
  }

  .indtd1 {
    clear: both;
  }

  .navbar-main-narrow .logo {
    float: left;
  }

  .main-demo .item {
    height: 300px;
  }

  .item-caption h2 {
    font-size: 2.142em;
    margin-bottom: 30px;
  }

  .login-wrapper {
    width: 100%;
  }

  .page-top h2,
  .page-top-md h2,
  .page-top-lg h2 {
    font-size: 2.857em;
  }

  /* ads */
  div [class^="col-"] {
    float: none;
    width: 100%;
  }
  div [class^="col-"] + [class^="col-"] {
    margin-top: 0;
  }

  .form-group [class^="col-"] + [class^="col-"] {
    margin-top: 0;
  }

  /* parallax */
  .pi-parallax .item .intro h2 {
    font-size: 1.428em;
  }

  .parallax-shop p {
    margin-bottom: 20px;
  }

  /* footer */
  .footer [class^="col-xs-"] {
    float: none;
    width: 100%;
  }

  .below-foot {
    text-align: center;
  }
  .below-foot .text-right {
    text-align: center;
  }

  .pro-tabs > li a {
    width: 120px;
  }

  /* shop */
  .shop_table th,
  .shop_table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop_table td {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .featured-box .formDropdown {
      width: 111.5%;
    }
  }
}
@media (max-width: 360px) {
  .login-wrapper .list-inline {
    display: block;
  }
  .login-wrapper .list-inline li + li {
    margin-left: 0;
  }

  .menu-shop .dropdown-menu {
    min-width: 300px;
  }

  .btn {
    min-width: 0;
    white-space: normal;
  }

  .cart_input_header {
    padding-left: 0px;
    padding-bottom: 75px;
  }

  .main-demo .item {
    height: 250px;
  }

  .item-caption h2 {
    font-size: 1.428em;
    margin-bottom: 20px;
  }

  .pro-tabs > li {
    display: block;
    margin: 0;
  }
  .pro-tabs > li a {
    width: 100%;
  }

  .toolbar p.pull-left,
  .toolbar .list-sort.pull-right {
    float: none !important;
  }

  /* Firefox select button fix */
  @-moz-document url-prefix() {
    .formDropdown {
      width: 111.2%;
    }

    .featured-box .formDropdown {
      width: 111%;
    }
  }

  .list-select .color {
    margin-left: 2px;
    margin-right: 2px;
    padding: 9px 9px 10px;
  }
}
@media (max-width: 385px) {
  #search {
    width: 115px;
  }
}
@media (max-width: 320px) {
  .list-select .color {
    margin-left: 1px;
    margin-right: 0;
    padding: 9px 5px 10px;
  }
  #signin_top {
    right: -92px !important;
  }
}

.fancybox-margin {
  margin-right: 17px;
}
#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}
#filters li.current:after {
  content: "";
  width: 0;
  height: 8px;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
  left: 50%;
  margin-left: 40%;
  line-height: 30px;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
  border-top-color: #ff5757;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

#filters li span.active {
  background: #ff5757;
  color: #fff;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .col-sm-3 {
  width: 100% !important;
  padding: 4px !important;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 745px;
  }
}

/* menüsor felül telefonon */
@media only screen and (max-width: 450px) {
  .container {
    width: 100%;
  }
  .user-name {
    display:none;
  }
  .dropdown-menu-shop
  {
    float: right !important;
  }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  /* .container {
    width: 95%;
  } */

  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }

  #ads {
    display: none;
  }
}

@media (min-width: 768px)
{
  .navbar-header
  {
    float: none !important;
  }
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* .container {
    width: 70%;
  } */

  #ads {
    display: none;
  }
}

@media only screen and (max-width: 432px) {
  .product .nav-pills > li {
    float: none;
  }
  .product .nav-pills > li + li {
    float: none;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 432px) {
  .product .quantity {
    height: 60px;
  }
}

@media only screen and (max-width: 340px) {
  .vegamax-image {
    height: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 580px) {
  .product .quantity {
    height: 60px;
  }
  .product .nav-pills > li {
    float: none;
  }
  .product .nav-pills > li + li {
    float: none;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .product .quantity {
    height: 60px;
  }
}

@media only screen and (max-width: 380px) {
  .bold {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .voucher_button{
    width: 100%;
  }
  .voucher_input {
    width: 100%;
  }
  .cart_input_input {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 660px) {
  .cart_input_header {
    padding-bottom: 75px;
  }
}